@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;
}

/*
* spring-autumn.css
*
*/
.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_pollen {
  --bg-color: #efe31d;
  --media-ttl-bg: #ff6134;
  --media-ttl-color: #fff;
  --media-subTtl-color: #08c96f;
  --icon-color: #ff6134;
  --kv-color: #0989cb;
  --dot-color: #ffefea;
}

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

.un_new-life {
  --bg-color: #efe31d;
  --media-ttl-bg: #0989cb;
  --media-ttl-color: #fff;
  --media-subTtl-color: #08c96f;
  --icon-color: #ff6134;
  --kv-color: #08c96f;
  --dot-color: #e8faf2;
}

.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 {
    translate: 0 0;
    margin-block: 0 max(3.8067349927vw, 4.4158125915rem);
    aspect-ratio: 1366/288;
  }
  .isTablet .un_kv {
    margin-block: 0 2.0497803807vw;
  }
}

.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(7.027818448vw, 8.1522693997rem);

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

    gap: 0 0.5856515373vw;
  }
}

.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: 63.0769230769vw;
}
@media (min-width: 768px) {
  .un_kv_ttl-main {
    width: max(23.2796486091vw, 27.0043923865rem);
  }
  .isTablet .un_kv_ttl-main {
    width: 23.2796486091vw;
  }
}
.un_kv_ttl-main img {
  width: 100%;
}

.un_kv_ttl-sub {
  position: relative;
  left: -0.5128205128vw;
  margin-top: 3.0769230769vw;
  width: 51.5384615385vw;
}
@media (min-width: 768px) {
  .un_kv_ttl-sub {
    display: flex;
    justify-content: center;
    left: 0;
    margin: max(1.2445095168vw, 1.4436310395rem) auto 0;
    width: max(30.5270863836vw, 35.411420205rem);
  }
  .isTablet .un_kv_ttl-sub {
    margin: 1.2445095168vw auto 0;
    width: 30.5270863836vw;
  }
}

.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 {
  display: none;
}
@media (min-width: 768px) {
  .un_kv_obj_product.un_kv_obj_product01 {
    display: block;
    top: max(1.1713030747vw, 1.3587115666rem);
    left: max(1.1713030747vw, 1.3587115666rem);
    width: max(12.1522693997vw, 14.0966325037rem);

    rotate: 26.08deg;
  }
  .isTablet .un_kv_obj_product.un_kv_obj_product01 {
    top: 2.196193265vw;
    left: 1.9033674963vw;
    width: 10.6881405564vw;
  }
}
.un_kv_obj_product.un_kv_obj_product02 {
  bottom: 3.0769230769vw;
  left: -8.4615384615vw;
  width: 33.3333333333vw;

  rotate: -15deg;
}
@media (min-width: 768px) {
  .un_kv_obj_product.un_kv_obj_product02 {
    bottom: min(-2.0497803807vw, -2.3777452416rem);
    left: max(10.541727672vw, 12.2284040996rem);
    width: max(14.2020497804vw, 16.4743777452rem);

    rotate: -19.98deg;
  }
  .isTablet .un_kv_obj_product.un_kv_obj_product02 {
    left: 11.4934114202vw;
    width: 12.298682284vw;
  }
}
.un_kv_obj_product.un_kv_obj_product03 {
  top: -5.1282051282vw;
  left: -1.7948717949vw;
  width: 26.4102564103vw;

  rotate: 23.41deg;
}
@media (min-width: 768px) {
  .un_kv_obj_product.un_kv_obj_product03 {
    top: min(-3.513909224vw, -4.0761346999rem);
    right: max(4.1727672035vw, 4.8404099561rem);
    left: auto;
    width: max(12.4450951684vw, 14.4363103953rem);

    rotate: -23.42deg;
  }
  .isTablet .un_kv_obj_product.un_kv_obj_product03 {
    top: -3.4407027818vw;
    right: 3.953147877vw;
    width: 11.0541727672vw;
  }
}
.un_kv_obj_product.un_kv_obj_product04 {
  right: -7.6923076923vw;
  bottom: 24.358974359vw;
  width: 26.9230769231vw;

  rotate: 14.68deg;
}
@media (min-width: 768px) {
  .un_kv_obj_product.un_kv_obj_product04 {
    right: max(8.1259150805vw, 9.4260614934rem);
    bottom: max(0.5856515373vw, 0.6793557833rem);
    width: max(12.5183016105vw, 14.5212298682rem);

    rotate: 14.68deg;
  }
  .isTablet .un_kv_obj_product.un_kv_obj_product04 {
    right: 9.1508052709vw;
    bottom: 1.4641288433vw;
    width: 11.0541727672vw;
  }
}

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

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

          mask: url(/special/for-pets/assets/img/spring-autumn/kv_bg_sm.svg) no-repeat center/100% auto;
}
@media (min-width: 768px) {
  .un_kv_bg {
    -webkit-mask: url(/special/for-pets/assets/img/spring-autumn/kv_bg_lg.svg) no-repeat center/100% auto;
            mask: url(/special/for-pets/assets/img/spring-autumn/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/spring-autumn/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/spring-autumn/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/spring-autumn/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_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;
  }
}
@media (min-width: 768px) {
  .un_section_kv.un_section_kv-reverse .un_section_kv_txt {
    margin-right: 3rem;
    margin-left: 0;
    padding: 2.4rem 3.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__cat .un_section_footing_img {
  bottom: 44.8717948718vw;
}
@media (min-width: 768px) {
  .un_section_footing_imgBox__cat .un_section_footing_img {
    bottom: 27.5rem;
  }
  .isTablet .un_section_footing_imgBox__cat .un_section_footing_img {
    bottom: 20.1317715959vw;
  }
}
.un_section_footing_imgBox__cat .un_section_footing_img__body {
  z-index: 0;
  width: 21.2820512821vw;
}
@media (min-width: 768px) {
  .un_section_footing_imgBox__cat .un_section_footing_img__body {
    width: 10.3rem;
  }
  .isTablet .un_section_footing_imgBox__cat .un_section_footing_img__body {
    width: 7.5402635432vw;
  }
}
.un_section_footing_imgBox__cat .un_section_footing_img__hand {
  z-index: 10;
  bottom: 43.5897435897vw;
  width: 29.4871794872vw;
}
@media (min-width: 768px) {
  .un_section_footing_imgBox__cat .un_section_footing_img__hand {
    bottom: 26.8rem;
    width: 14.2rem;
  }
  .isTablet .un_section_footing_imgBox__cat .un_section_footing_img__hand {
    bottom: 19.6193265007vw;
    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_main_content section:last-of-type .un_section_footing_img {
  bottom: 30.2564102564vw;
}
@media (min-width: 768px) {
  .un_main_content section:last-of-type .un_section_footing_img {
    bottom: 12.4rem;
  }
  .isTablet .un_main_content section:last-of-type .un_section_footing_img {
    bottom: 9.0775988287vw;
  }
}
.un_main_content section:last-of-type .un_section_footing_img__hand {
  bottom: 28.7179487179vw;
}
@media (min-width: 768px) {
  .un_main_content section:last-of-type .un_section_footing_img__hand {
    bottom: 11.8rem;
  }
  .isTablet .un_main_content section:last-of-type .un_section_footing_img__hand {
    bottom: 8.6383601757vw;
  }
}

.un_lead_body {
  position: relative;
}
@media (min-width: 768px) {
  .un_lead_body {
    right: -1.4rem;
  }
  .isTablet .un_lead_body {
    right: -1.0248901903vw;
  }
}

.un_lead_img.un_lead_img01 {
  right: -3.5897435897vw;
  bottom: -2.0512820513vw;
  width: 43.0769230769vw;
}
@media (min-width: 768px) {
  .un_lead_img.un_lead_img01 {
    right: auto;
    bottom: -0.2rem;
    left: -1rem;
    width: 27.7rem;
  }
  .isTablet .un_lead_img.un_lead_img01 {
    bottom: -0.1464128843vw;
    left: -0.7320644217vw;
    width: 20.2781844802vw;
  }
}
.un_lead_img.un_lead_img02 {
  bottom: -1.2820512821vw;
  left: -15.8974358974vw;
  width: 56.4102564103vw;
}
@media (min-width: 768px) {
  .un_lead_img.un_lead_img02 {
    bottom: -1.9rem;
    left: -3.8rem;
    width: 36.3rem;
  }
  .isTablet .un_lead_img.un_lead_img02 {
    bottom: -1.3909224012vw;
    left: -2.7818448023vw;
    width: 26.5739385066vw;
  }
}

.un_lead_nav {
  margin-top: 8.9743589744vw;
}
@media (min-width: 768px) {
  .un_lead_nav {
    margin-top: 3.2rem;
  }
  .isTablet .un_lead_nav {
    margin-top: 2.3426061493vw;
  }
}

.un_section_heading_img {
  pointer-events: none;
}

.un_pollen {
  background-position: bottom -18.9743589744vw left 50%;
}
@media (min-width: 768px) {
  .un_pollen {
    background-position: bottom -7.5rem left 50%;
  }
  .isTablet .un_pollen {
    background-position: bottom -5.4904831625vw left 50%;
  }
}
@media (max-width: 767.98px) {
  .un_pollen {
    padding-bottom: 41.0256410256vw;
  }
}
.un_pollen .un_section_kv {
  margin-bottom: 25.9871794872vw;
}
@media (min-width: 768px) {
  .un_pollen .un_section_kv {
    margin-bottom: 0;
  }
}
.un_pollen .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(1) {
  bottom: -14.1025641026vw;
  left: -6.1538461538vw;
  width: 27.1794871795vw;
}
@media (min-width: 768px) {
  .un_pollen .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(1) {
    bottom: 0.3rem;
    left: -11.6rem;
    width: 16rem;
  }
  .isTablet .un_pollen .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(1) {
    bottom: 0.2196193265vw;
    left: -8.4919472914vw;
    width: 11.7130307467vw;
  }
}
.un_pollen .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(2) {
  top: 46.1538461538vw;
  right: -8.2051282051vw;
  width: 29.7435897436vw;

  rotate: 26.48deg;
}
@media (min-width: 768px) {
  .un_pollen .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(2) {
    top: -2.4rem;
    right: -6.9rem;
    width: 15.4rem;

    rotate: 26.48deg;
  }
  .isTablet .un_pollen .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(2) {
    top: -1.756954612vw;
    right: -5.0512445095vw;
    width: 11.2737920937vw;
  }
}
.un_pollen .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(3) {
  right: -6.1538461538vw;
  bottom: -15.8974358974vw;
  width: 49.2307692308vw;
}
@media (min-width: 768px) {
  .un_pollen .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(3) {
    right: 5.4rem;
    bottom: -1.5rem;
    width: 33.6rem;
  }
  .isTablet .un_pollen .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(3) {
    right: 3.953147877vw;
    bottom: -1.0980966325vw;
    width: 24.5973645681vw;
  }
}
.un_pollen .un_section_heading_img {
  z-index: -1;
  top: -34.6153846154vw;
  right: -7.6923076923vw;
  width: 50.2564102564vw;
}
@media (min-width: 768px) {
  .un_pollen .un_section_heading_img {
    top: -22rem;
    right: -4.3rem;
    width: 36.4rem;
  }
  .isTablet .un_pollen .un_section_heading_img {
    top: -15.8125915081vw;
    right: -3.1478770132vw;
    width: 26.6471449488vw;
  }
}

.un_mites {
  background-position: bottom -18.9743589744vw left 50%;
}
@media (min-width: 768px) {
  .un_mites {
    background-position: bottom -7.5rem left 50%;
  }
  .isTablet .un_mites {
    background-position: bottom -5.4904831625vw left 50%;
  }
}
@media (max-width: 767.98px) {
  .un_mites {
    padding-bottom: 41.0256410256vw;
  }
}
@media (max-width: 767.98px) {
  .un_mites .un_section_kv {
    margin-bottom: 12.8205128205vw;
  }
}
.un_mites .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(1) {
  z-index: 1;
  bottom: -12.8205128205vw;
  left: 24.358974359vw;
  width: 38.4615384615vw;
}
@media (min-width: 768px) {
  .un_mites .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(1) {
    bottom: 0.8rem;
    left: 0;
    width: 28rem;
  }
  .isTablet .un_mites .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(1) {
    bottom: 0.5856515373vw;
    left: 0;
    width: 20.4978038067vw;
  }
}
.un_mites .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(2) {
  top: 34.8717948718vw;
  right: -1.5384615385vw;
  width: 15.641025641vw;

  rotate: 27.37deg;
}
@media (min-width: 768px) {
  .un_mites .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(2) {
    top: -4.3rem;
    right: -1.2rem;
    width: 8.9rem;

    rotate: 21.2deg;
  }
  .isTablet .un_mites .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(2) {
    top: -3.1478770132vw;
    right: -0.878477306vw;
    width: 6.5153733529vw;
  }
}
.un_mites .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(3) {
  bottom: -13.0769230769vw;
  left: 55.1282051282vw;
  width: 30.2564102564vw;
}
@media (min-width: 768px) {
  .un_mites .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(3) {
    bottom: 0.6rem;
    left: 22.1rem;
    width: 22.2rem;
  }
  .isTablet .un_mites .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(3) {
    bottom: 0.439238653vw;
    left: 16.1786237189vw;
    width: 16.2518301611vw;
  }
}
.un_mites .un_section_heading_img {
  top: -69.7435897436vw;
  right: -56.6666666667vw;
  width: 82.3076923077vw;
}
@media (min-width: 768px) {
  .un_mites .un_section_heading_img {
    top: -42rem;
    right: min(50% - 50vw + -34.9rem, -39rem);
    width: 59.7rem;
  }
  .isTablet .un_mites .un_section_heading_img {
    top: -30.7467057101vw;
    right: min(50% - 50vw + -25.5490483163vw, -28.5505124451vw);
    width: 43.7042459736vw;
  }
}

@media (max-width: 767.98px) {
  .un_new-life .un_section_kv {
    margin-bottom: 21.5384615385vw;
  }
  .isTablet .un_new-life .un_section_kv {
    margin-bottom: 6.149341142vw;
  }
}
.un_new-life .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(1) {
  z-index: 1;
  bottom: -1.0256410256vw;
  left: -3.5897435897vw;
  width: 14.6153846154vw;

  rotate: 126.57deg;
}
@media (min-width: 768px) {
  .un_new-life .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(1) {
    bottom: -1.1rem;
    left: -4.5rem;
    width: 8.9rem;

    rotate: 133.23deg;
  }
  .isTablet .un_new-life .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(1) {
    bottom: -0.8052708638vw;
    left: -3.2942898975vw;
    width: 6.5153733529vw;
  }
}
.un_new-life .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(2) {
  top: 34.358974359vw;
  right: 1.0256410256vw;
  width: 12.8205128205vw;

  rotate: 120deg;
}
@media (min-width: 768px) {
  .un_new-life .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(2) {
    top: -4rem;
    right: 0.3rem;
    width: 7.3rem;

    rotate: 120deg;
  }
  .isTablet .un_new-life .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(2) {
    top: -2.9282576867vw;
    right: 0.2196193265vw;
    width: 5.3440702782vw;
  }
}
.un_new-life .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(3) {
  right: -8.2051282051vw;
  bottom: -25.3846153846vw;
  width: 54.6153846154vw;

  rotate: 6.15deg;
}
@media (min-width: 768px) {
  .un_new-life .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(3) {
    right: -0.8rem;
    bottom: -4.8rem;
    width: 28.9rem;
  }
  .isTablet .un_new-life .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(3) {
    right: -0.5856515373vw;
    bottom: -3.513909224vw;
    width: 21.1566617862vw;
  }
}
.un_new-life .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(4) {
  right: 34.1025641026vw;
  bottom: -7.4358974359vw;
  width: 13.0769230769vw;
}
@media (min-width: 768px) {
  .un_new-life .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(4) {
    right: 22rem;
    bottom: 4.5rem;
    width: 6.9rem;
  }
  .isTablet .un_new-life .un_section_kv_content-abs .un_section_kv_img-abs:nth-child(4) {
    right: 16.1054172767vw;
    bottom: 3.2942898975vw;
    width: 5.0512445095vw;
  }
}
.un_new-life .un_section_heading_img {
  top: -63.5897435897vw;
  left: -28.2051282051vw;
  width: 50.7692307692vw;
}
@media (min-width: 768px) {
  .un_new-life .un_section_heading_img {
    top: -41.2rem;
    left: calc(50% - 50vw + -12rem);
    width: 36.5rem;
  }
  .isTablet .un_new-life .un_section_heading_img {
    top: -30.1610541728vw;
    left: calc(50% - 50vw + -8.78477306vw);
    width: 26.7203513909vw;
  }
}

.un_media_img-abs {
  position: absolute;
  pointer-events: none;
}
.un_media_img-abs i img {
  width: 100%;
}
.un_media_img-abs01 {
  top: -26.4102564103vw;
  right: -5.8974358974vw;
  width: 32.0512820513vw;
}
@media (min-width: 768px) {
  .un_media_img-abs01 {
    top: -21.8rem;
    right: -4.2rem;
    width: 26.5rem;
  }
  .isTablet .un_media_img-abs01 {
    top: -15.9590043924vw;
    right: -3.074670571vw;
    width: 19.3997071742vw;
  }
}
.un_media_img-abs02 {
  display: none;
}
@media (min-width: 768px) {
  .un_media_img-abs02 {
    display: block;
    bottom: 2.2rem;
    left: -3.3rem;
    width: 45.8rem;
  }
  .isTablet .un_media_img-abs02 {
    bottom: 1.6105417277vw;
    left: -2.4158125915vw;
    width: 33.5285505124vw;
  }
}
.un_media_img-abs03 {
  top: -25.1282051282vw;
  right: -3.5897435897vw;
  width: 30.7692307692vw;
}
@media (min-width: 768px) {
  .un_media_img-abs03 {
    top: auto;
    right: auto;
    bottom: 0;
    left: 1.8rem;
    width: 20.8rem;
  }
  .isTablet .un_media_img-abs03 {
    left: 1.317715959vw;
    width: 15.2269399707vw;
  }
}

.un_recommend .bl_recommend_abs.bl_recommend_abs01 {
  left: 0.5128205128vw;
  width: 31.7948717949vw;
}
@media (min-width: 768px) {
  .un_recommend .bl_recommend_abs.bl_recommend_abs01 {
    left: 15.4rem;
    width: 19.2rem;
  }
  .isTablet .un_recommend .bl_recommend_abs.bl_recommend_abs01 {
    left: 11.2737920937vw;
    width: 14.055636896vw;
  }
}
.un_recommend .bl_recommend_abs.bl_recommend_abs02 {
  right: 0;
  bottom: -6.6666666667vw;
  width: 31.2820512821vw;
}
@media (min-width: 768px) {
  .un_recommend .bl_recommend_abs.bl_recommend_abs02 {
    right: 10.4rem;
    bottom: -4.1rem;
    width: 19.3rem;
  }
  .isTablet .un_recommend .bl_recommend_abs.bl_recommend_abs02 {
    right: 7.6134699854vw;
    bottom: -3.0014641288vw;
    width: 14.1288433382vw;
  }
}