@charset "UTF-8";

.l-lovehasnolimit_charity img {
  height: auto;
}

.l-charity {
  padding: 72px 0 98px;
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/bg-main.webp');
  background-repeat: repeat;
}

.l-charity--type1,
.l-charity--type2 {
  padding: 64px 0 72px;
}

.un-hero {
  display: grid;
  background-color: #162b75;
}

.un-hero-content {
  padding: 54px 10px;
}

.un-hero-content__heading img {
  max-width: 100%;
  margin: 0 auto;
}

.un-hero-content__text {
  padding: 10px 0 30px;
  margin-top: 32px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.2;
  color: #fff;
  text-align: center;
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/icon-heart.svg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 176.5px 164.5px;
}

.un-hero-content__lead img {
  max-width: 100%;
  margin: 0 auto;
}

.un-hero-topImage {
  grid-row: 1;
}

.un-hero2-content img {
  width: 100%;
}

.un-fixed {
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 2;
}

.un-fixed-button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  min-height: 41px;
  padding: 10px;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #fff;
  background-color: #0368d9;
  border-radius: 10px 0 0 10px;
}

.un-fixed-button::before {
  width: 20px;
  height: 18px;
  content: '';
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/icon-cart.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.un-gallery {
  width: calc(100% - 50px);
  max-width: 870px;
  margin: 0 auto;
}

.un-gallery-content {
  display: flex;
  flex-direction: row-reverse;
  gap: 7px;
}

.un-gallery-content__heading {
  padding: 25px 0 25px 25px;
}

.un-gallery-content__block {
  display: grid;
  flex: 1;
  grid-template-rows: 1fr auto auto;
  gap: 7px;
}

.un-gallery-content__block:has(.un-gallery-content__icon) {
  grid-template-rows: auto auto 1fr;
}

.un-gallery-content__item img {
  width: 100%;
}

.un-gallery-content__icon {
  display: grid;
  place-content: center;
}

.un-slider {
  position: relative;
  width: 100%;
  height: 330px;
  margin-top: 70px;
  overflow: hidden;
}

.un-slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 5956px;
  height: 100%;
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-posts-1.webp');
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: loop_animation 70s linear infinite;
}

.un-message {
  position: relative;
  display: flex;
  max-width: 870px;
  padding: 84px 25px 0 2px;
  margin: 0 auto;
}

.un-message::after {
  position: absolute;
  right: 28px;
  bottom: 0;
  width: 85px;
  height: 85px;
  content: '';
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/icon-heart.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.un-message--type1 {
  padding: 0 25px 0 2px;
}

.un-message-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
  padding: 0 0 0 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.15;
  color: #162b75;
}

.un-message-text__Item:has(small) {
  margin-top: 5px;
  line-height: 1.1;
}

.un-message-text__Item small {
  font-size: 0.875rem;
}

.un-message-text__Item b {
  font-family: 'Tazugane Info sans-serif' ns-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}

.un-case {
  width: calc(100% - 50px);
  max-width: 870px;
  padding: 30px 20px 40px;
  margin: 60px auto 0;
  color: #fff;
  background-color: #162b75;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transform: translateY(30px);
}

.un-case--type1 {
  margin-top: 80px;
}

.un-case.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.un-case-heading {
  font-size: 1.5rem;
  font-weight: 700;
}

.un-case-image {
  margin-top: 25px;
}

.un-case-image img {
  width: 100%;
}

.un-case-text {
  margin-top: 30px;
  font-size: 1rem;
  font-weight: 700;
}

.un-lineup {
  max-width: 828px;
  margin: 80px auto 0;
}

.un-lineup--type1 {
  margin-top: 0;
}

.un-lineup-content {
  position: relative;
  margin: 35px auto 0;
}

.un-lineup-heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.un-lineup-heading img {
  margin: 0 auto;
}

.un-lineup-heading__span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #162b75;
}

.un-lineup-slide {
  width: calc(100% - 50px);
  max-width: 760px;
  margin: 0 auto;
}

.un-lineup-slide__item,
.un-lineup-slide__item img {
  width: 100% !important;
}

.un-lineup-slide__title {
  margin-top: 20px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  color: #162b75;
  text-align: center;
}

.un-lineup-slide__control {
  top: 40%;
  right: 0;
  left: unset;
}

.un-lineup-slide__control--prev {
  right: unset;
  left: 0;
  transform: rotate(180deg);
}

.un-lineup-slide__control::after {
  width: 9px;
  height: 16px;
  font-size: 0;
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/icon-arrow.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.un-lineup-slideThumb {
  width: calc(100% - 50px);
  max-width: 760px;
  margin: 20px auto 0;
}

.un-lineup-slideThumb__item {
  width: 60px;
}

.un-lineup-slideThumb__item img {
  width: 100%;
}

.un-lineup-list {
  width: calc(100% - 50px);
  max-width: 760px;
  margin: 20px auto 0;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.25;
}

.un-lineup-list__item {
  display: flex;
}

.un-lineup-list__item::before {
  flex: 1em 0 0;
  width: 1em;
  content: '・';
}

.un-lineup-note {
  width: calc(100% - 50px);
  max-width: 760px;
  margin: 20px auto 0;
  font-size: 0.85rem;
  font-weight: 700;
}

.un-lineup-button-list {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 45px;
}

.un-lineup-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 292px;
  min-height: 45px;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #0368d9;
  border-radius: 30px;
}

span.un-lineup-button {
  background-color: #777;
}

.un-csr {
  width: calc(100% - 50px);
  max-width: 760px;
  margin: 108px auto 0;
  text-align: center;
}

.un-csr--type1 {
  margin-top: 81px;
}

.un-csr-heading {
  font-size: 1.5rem;
  font-weight: 700;
}

.un-csr-heading--type1 {
  display: flex;
  justify-content: center;
  font-size: 0;
}

.un-csr-image {
  margin-top: 35px;
}

.un-csr-image img {
  margin: 0 auto;
}

.un-csr-text {
  margin-top: 30px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.2;
}

.js-fadein {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transform: translateY(30px);
}

.js-scaleDown-wrapper {
  overflow: hidden;
}

.js-scaleDown {
  transition: transform 1.5s ease-out;
  transform: scale(1.1);
}

.js-scaleDown--late {
  transition-delay: 0.25s;
}

.js-scaleDown.loaded {
  transform: scale(1);
}

.js-fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.l-delivery {
  padding: 64px 0;
  background-color: #28a1d1;
}

.un-delivery {
  width: calc(100% - 50px);
  margin: 0 auto;
  color: #fff;
}

.un-delivery-header__title {
  display: flex;
  justify-content: center;
}

.un-delivery-header__miniTitle {
  margin-top: 25px;
  font-size: 1.6rem;
  text-align: center;
}

.un-delivery-header__subTitle,
.un-delivery-header__subTitle2 {
  display: flex;
  justify-content: center;
  margin-top: 3px;
}

.un-delivery-header__text {
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 1.9;
  text-align: center;
}

.un-delivery-header__textItem em {
  padding: 0.25em 1em;
  font-family: 'Tazugane Info sans-serif' ns-serif;
  font-weight: 700;
  color: #28a1d1;
  background-color: #fff;
}

.un-delivery-content {
  margin: 30px 0 95px;
}

.un-delivery-content__title {
  display: flex;
  justify-content: center;
}

.un-delivery-content__inner {
  display: flex;
  flex-direction: column;
  gap: 38px;
  margin-top: 40px;
}

.un-delivery-block {
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
  margin: 0 auto;
}

.un-delivery-block__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}

.un-delivery-section + .un-delivery-section {
  margin-top: 95px;
}

.un-delivery-section__title {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.un-delivery-section__title::before {
  width: 80px;
  height: 61px;
  content: '';
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/icon-heart2.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.un-delivery-section__lead {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.7;
}

.un-delivery-caption,
.un-delivery-profile {
  display: flex;
  flex-direction: column-reverse;
}

.un-delivery-caption {
  padding: 30px 20px;
  background-color: #6cb8e0;
}

.un-delivery-caption__image {
  display: flex;
  justify-content: center;
}

.un-delivery-caption__content {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #030000;
}

.un-delivery-dl__item {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.un-delivery-dl__dd {
  font-size: 1.6rem;
  line-height: 1.7;
}

.un-delivery-dl__dd b {
  font-weight: 700;
}

.un-lineup2 {
  max-width: 1018px;
  margin: 24px auto 88px;
}

.un-lineup2-masonry {
  padding: 60px 0 80px;
}

.un-lineup2-masonry::after,
.un-lineup2-masonry::before {
  position: absolute;
  z-index: 1;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
}

.un-lineup2-masonry::before {
  top: 0;
  right: 0;
  width: 127.32px;
  height: 98.77px;
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/icon-heart3.svg');
}

.un-lineup2-masonry::after {
  bottom: 0;
  left: 0;
  width: 136.14px;
  height: 98.67px;
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/icon-heart4.svg');
}

.un-lineup2-masonry--type1 {
  margin-top: 32px;
}

.un-lineup2-masonry2__outer,
.un-lineup2-masonry__outer {
  display: grid;
  grid-template-columns: repeat(1fr, 2);
}

.un-lineup2-masonry2__item,
.un-lineup2-masonry__item {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 105.8823529412%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.un-lineup2-masonry2__item::after,
.un-lineup2-masonry__item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.1s;
  animation: fadeInOut 24s linear infinite;
}

.un-lineup2-masonry2__item--2::after,
.un-lineup2-masonry__item--2::after {
  animation-delay: 3s;
}

.un-lineup2-masonry2__item--3,
.un-lineup2-masonry__item--3 {
  grid-column: 1/3;
  padding-top: 70.5882352941%;
}

.un-lineup2-masonry2__item--3::after,
.un-lineup2-masonry__item--3::after {
  animation-delay: 6s;
}

.un-lineup2-masonry2__item--4::after,
.un-lineup2-masonry__item--4::after {
  animation-delay: 9s;
}

.un-lineup2-masonry2__item--5::after,
.un-lineup2-masonry__item--5::after {
  animation-delay: 12s;
}

.un-lineup2-masonry__item--1 {
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-masonry-1_1.webp');
}

.un-lineup2-masonry__item--1::after {
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-masonry-1_2.webp');
}

.un-lineup2-masonry__item--2 {
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-masonry-2_1.webp');
}

.un-lineup2-masonry__item--2::after {
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-masonry-2_2.webp');
}

.un-lineup2-masonry__item--3 {
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-masonry-3_1.webp?g8SJtixQ');
}

.un-lineup2-masonry__item--3::after {
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-masonry-3_2.webp');
}

.un-lineup2-masonry__item--4 {
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-masonry-4_1.webp');
}

.un-lineup2-masonry__item--4::after {
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-masonry-4_2.webp');
}

.un-lineup2-masonry__item--5 {
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-masonry-5_1.webp');
}

.un-lineup2-masonry__item--5::after {
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-masonry-5_2.webp');
}

.un-lineup2-masonry2__item--1 {
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-masonry-6_1.webp?g8SJtixQ');
}

.un-lineup2-masonry2__item--1::after {
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-masonry-6_2.webp');
}

.un-lineup2-masonry2__item--2 {
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-masonry-7_1.webp?g8SJtixQ');
}

.un-lineup2-masonry2__item--2::after {
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-masonry-7_2.webp');
}

.un-lineup2-masonry2__item--3 {
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-masonry-8_1.webp?g8SJtixQ');
}

.un-lineup2-masonry2__item--3::after {
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-masonry-8_2.webp');
}

.un-lineup2-masonry2__item--4 {
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-masonry-9_1.webp?g8SJtixQ');
}

.un-lineup2-masonry2__item--4::after {
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-masonry-9_2.webp?g8SJtixQ');
}

.un-lineup2-masonry2__item--5 {
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-masonry-10_1.webp');
}

.un-lineup2-masonry2__item--5::after {
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-masonry-10_2.webp');
}

.un-lineup2-heading,
.un-lineup2-heading2 {
  display: flex;
  justify-content: center;
}

.un-lineup2-heading2 {
  flex-direction: column;
  gap: 18px;
  align-items: center;
  margin: 60px 0 40px;
}

.un-lineup2-heading2::before {
  width: 80px;
  height: 61px;
  content: '';
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/icon-heart2.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.un-lineup2-lead {
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 1.9;
  text-align: center;
}

.un-lineup2-lead__item em {
  padding: 0.25em 1em;
  font-family: 'Tazugane Info sans-serif' ns-serif;
  font-weight: 700;
  color: #28a1d1;
  background-color: #fff;
}

.un-lineup2-content {
  margin: 35px auto 0;
}

.un-lineup2-slide__title {
  margin-top: 20px;
  font-family: 'Tazugane Info sans-serif' ns-serif;
  font-weight: 700;
}

.un-lineup2-slide__text,
.un-lineup2-slide__title {
  font-size: 1.4rem;
  line-height: 1.5;
}

.un-lineup2-list {
  max-width: 870px;
  padding: 15px;
  margin: 32px auto 0;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #222;
  background-color: #6cb8e0;
}

.un-lineup2-list a {
  font-weight: 700;
  text-decoration: underline;
}

.un-lineup2-list__item {
  display: flex;
}

.un-lineup2-list__item::before {
  flex: 1em 0 0;
  width: 1em;
  content: '・';
}

.un-lineup2-top {
  position: relative;
  display: flex;
  margin-top: 20px;
}

.un-statue__item {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 294.1176470588%;
}

.un-statue__item::after,
.un-statue__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  transition: opacity 0.1s;
}

.un-statue__item::before {
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-stature-1_1.webp');
  animation: fadeToggleFirst 18s infinite;
}

.un-statue__item::after {
  background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-stature-1_2.webp');
  animation: fadeToggleSecond 18s infinite;
}

.un-lineup2-top__masonry {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.un-lineup2-top__masonryIcon {
  display: flex;
  justify-content: flex-end;
}

.un-movie {
  display: flex;
  flex-direction: column;
  gap: 68px;
  margin-top: 80px;
}

.un-movie-content__item {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 177.664974619%;
  overflow: hidden;
}

.un-movie-content__novideo {
  width: 100%;
  height: 100%;
}

.un-movie-content__novideo,
.un-movie-content__video {
  position: absolute;
  top: 0;
  left: 0;
}

.un-movie-profile__content {
  margin-top: 20px;
}

.un-movie-profile__thumb {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

@media (width >=640px) {
  .l-charity {
    padding: 124px 0 200px;
  }

  .l-charity--type1 {
    padding: 96px 0 162px;
  }

  .l-charity--type2 {
    padding: 96px 0 204px;
  }

  .un-hero {
    grid-template-columns: 568fr 872fr;
  }

  .un-hero-content {
    padding: 70px 10px;
  }

  .un-hero-content__heading img {
    width: 100%;
    max-width: 455px;
  }

  .un-hero-content__text {
    padding: 20px 0;
    background-position: center 6px;
    background-size: 201px 187px;
  }

  .un-hero-content__textItem {
    font-size: 18px;
    line-height: 2.15;
  }

  .un-hero-content__lead {
    margin-top: 36px;
  }

  .un-hero-content__lead img {
    width: 100%;
    max-width: 422px;
  }

  .un-hero-bottomImage img,
  .un-hero-topImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .un-fixed {
    bottom: 20px;
  }

  .un-fixed-button {
    min-width: 235px;
    min-height: 56px;
    font-size: 2rem;
  }

  .un-fixed-button::before {
    width: 25px;
    height: 23px;
  }

  .un-gallery {
    margin: 0 auto;
  }

  .un-gallery-content {
    gap: 15px;
  }

  .un-gallery-content__heading {
    padding: 30px 0 88px 58px;
  }

  .un-gallery-content__heading img {
    width: 100%;
    max-width: 304px;
  }

  .un-gallery-content__block {
    gap: 15px;
  }

  .un-gallery-content__icon img {
    width: 100%;
    max-width: 162px;
  }

  .un-slider {
    height: 660px;
    margin-top: 108px;
  }

  .un-slider-img {
    width: 11912px;
  }

  .un-message {
    gap: 11.724137931%;
    padding: 128px 0 134px;
  }

  .un-message::after {
    right: 0;
    bottom: 78px;
    width: 156px;
    height: 145px;
  }

  .un-message--type1 {
    padding: 0;
  }

  .un-message--type1::after {
    bottom: -50px;
  }

  .un-message-heading {
    width: 10.1149425287%;
  }

  .un-message-heading img {
    width: 100%;
  }

  .un-message-text {
    gap: 35px;
    padding: 10px 0 0;
    font-size: 1.8rem;
  }

  .un-message-text__Item:has(small) {
    padding-right: 158px;
    margin-top: 20px;
  }

  .un-message-text__Item small {
    font-size: 1.2rem;
  }

  .un-message-text__Item b {
    font-size: 2.8rem;
  }

  .un-case {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 408fr 344fr;
    gap: 0 32px;
    padding: 45px 43px;
    margin: 0 auto;
  }

  .un-case--type1 {
    margin-top: 210px;
  }

  .un-case-heading {
    grid-row: 1;
    grid-column: 2;
    padding-top: 14px;
    font-size: 24px;
    font-weight: 700;
  }

  .un-case-heading--type1 {
    line-height: 1.4;
  }

  .un-case-image {
    grid-row: 1/3;
    margin-top: 0;
  }

  .un-case-image img {
    width: 408px;
  }

  .un-case-text {
    grid-row: 2;
    grid-column: 2;
    margin-top: 25px;
    font-size: 1.6rem;
    line-height: 2.2;
  }

  .un-case-text--type1 {
    margin-top: 15px;
    line-height: 1.8;
  }

  .un-lineup {
    margin-top: 160px;
  }

  .un-lineup--type1 {
    margin-top: 0;
  }

  .un-lineup-heading {
    gap: 28px;
  }

  .un-lineup-heading img {
    width: 192px;
  }

  .un-lineup-heading__span {
    font-size: 2.4rem;
  }

  .un-lineup-content {
    margin-top: 102px;
  }

  .un-lineup-slide__wrapper {
    max-width: 760px;
  }

  .un-lineup-slide__title {
    margin-top: 36px;
    font-size: 2rem;
    line-height: 1.2;
  }

  .un-lineup-slide__item,
  .un-lineup-slide__item img {
    width: 100%;
  }

  .un-lineup-slide__control {
    top: 45.5%;
    right: -10px;
  }

  .un-lineup-slide__control--prev {
    left: -10px;
  }

  .un-lineup-slide__control::after {
    width: 17px;
    height: 31px;
    font-size: 0;
  }

  .un-lineup-slideThumb {
    margin-top: 35px;
  }

  .un-lineup-slideThumb__item {
    width: 120px;
    height: 120px;
    border: 2px solid #0000;
  }

  .un-lineup-slideThumb__item img {
    width: 100%;
    height: 100%;
  }

  .un-lineup-slideThumb__item.swiper-slide-thumb-active {
    border: 2px solid #162b75;
  }

  .un-lineup-list {
    padding: 0;
  }

  .un-lineup-list,
  .un-lineup-note {
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .un-lineup-button {
    min-width: 550px;
    min-height: 90px;
    font-size: 2.4rem;
    border-radius: 60px;
  }

  .un-csr {
    margin-top: 188px;
  }

  .un-csr--type1 {
    margin-top: 130px;
  }

  .un-csr-heading {
    font-size: 34px;
  }

  .un-csr-heading--type1 img {
    width: 534px;
  }

  .un-csr-image {
    margin-top: 98px;
  }

  .un-csr-image img {
    width: 100%;
  }

  .un-csr-text {
    margin-top: 70px;
    font-size: 18px;
    line-height: 2.15;
  }

  .l-delivery {
    padding: 95px 0;
  }

  .un-delivery {
    max-width: 1000px;
    margin: 0 auto;
  }

  .un-delivery--type1 {
    max-width: 1020px;
  }

  .un-delivery-header__title img {
    width: 250px;
  }

  .un-delivery-header__miniTitle {
    margin-top: 30px;
    font-size: 3.2rem;
  }

  .un-delivery-header__subTitle img {
    width: 681px;
  }

  .un-delivery-header__subTitle2 img {
    width: 730px;
  }

  .un-delivery-header__text {
    font-size: 1.8rem;
    line-height: 2.1;
  }

  .un-delivery-content__inner {
    gap: 18px;
  }

  .un-delivery-content__title img {
    width: 181px;
  }

  .un-delivery-block__textItem {
    padding: 0 0 102px 28px;
  }

  .un-delivery-block {
    display: flex;
    flex-direction: row-reverse;
    gap: 16px;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    padding: 0 65px;
    background-image: url('/company/assets/img/cp/lovehasnolimit_charity/bg-delivery-right.svg');
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 384px 195px;
  }

  .un-delivery-block--right {
    flex-direction: row;
    background-image: url('/company/assets/img/cp/lovehasnolimit_charity/bg-delivery-left.svg');
    background-position: 0 0;
  }

  .un-delivery-block--right .un-delivery-block__textItem {
    padding: 0 0 66px;
  }

  .un-delivery-block__image {
    flex: 1;
    align-self: flex-start;
  }

  .un-delivery-block__image img {
    width: 100%;
    max-width: 427px;
  }

  .un-delivery-block__text {
    flex: 1;
    font-size: 1.8rem;
  }

  .un-delivery-section + .un-delivery-section {
    margin-top: 130px;
  }

  .un-delivery-section__title {
    margin-bottom: 60px;
  }

  .un-delivery-section__title::before {
    width: 115px;
    height: 88px;
  }

  .un-delivery-section__title img {
    width: auto;
    height: 82px;
  }

  .un-delivery-section__lead {
    max-width: 870px;
    margin: 0 auto 92px;
    line-height: 1.8;
  }

  .un-delivery-profile {
    flex-direction: row-reverse;
    align-items: flex-end;
    padding: 0 65px;
    background-image: url('/company/assets/img/cp/lovehasnolimit_charity/bg-delivery-right.svg');
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 384px 195px;
  }

  .un-delivery-profile__content {
    flex: 1;
    padding-bottom: 18px;
  }

  .un-delivery-profile__image {
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 0 15px;
  }

  .un-delivery-profile__image img {
    width: 100%;
    max-width: 284px;
  }

  .un-delivery-caption {
    flex-direction: row-reverse;
    max-width: 870px;
    padding: 44px 48px;
    margin: 0 auto;
  }

  .un-delivery-caption__content,
  .un-delivery-caption__image {
    flex: 1;
  }

  .un-delivery-caption__content {
    display: flex;
    align-items: center;
    padding-left: 16px;
    margin-top: 0;
    line-height: 1.8;
  }

  .un-delivery-caption__image {
    padding-right: 16px;
  }

  .un-delivery-caption__image img {
    width: 100%;
    max-width: 363px;
  }

  .un-lineup2 {
    margin: 48px auto 128px;
  }

  .un-lineup2 .swiper-container {
    overflow: visible;
  }

  .un-lineup2 .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    transform: none !important;
  }

  .un-lineup2 .swiper-slide {
    flex: 0 0 calc(33.33333% - 21.33333px);
    width: auto !important;
    transform: none !important;
  }

  .un-lineup2 .swiper-button-next,
  .un-lineup2 .swiper-button-prev,
  .un-lineup2 .swiper-pagination {
    display: none;
  }

  .un-lineup2-masonry {
    padding: 96px 0 80px;
  }

  .un-lineup2-masonry::before {
    right: 16px;
    width: 206px;
    height: 160px;
  }

  .un-lineup2-masonry::after {
    left: 16px;
    width: 220px;
    height: 160px;
  }

  .un-lineup2-masonry--type1 {
    margin-top: 65px;
  }

  .un-lineup2-masonry2__outer,
  .un-lineup2-masonry__outer {
    display: grid;
    grid-template-rows: 360fr 120fr 240fr;
    grid-template-columns: repeat(1fr, 3);
  }

  .un-lineup2-masonry2__item--1,
  .un-lineup2-masonry__item--1 {
    grid-row: 1/2;
    grid-column: 1/2;
    padding-top: 105.8823529412%;
  }

  .un-lineup2-masonry2__item--2,
  .un-lineup2-masonry__item--2 {
    grid-row: 2/4;
    grid-column: 1/2;
    padding-top: 105.8823529412%;
  }

  .un-lineup2-masonry2__item--3,
  .un-lineup2-masonry__item--3 {
    grid-row: 1/3;
    grid-column: 2/4;
    padding-top: 70.5882352941%;
  }

  .un-lineup2-masonry2__item--4,
  .un-lineup2-masonry__item--4 {
    grid-column: 2/3;
    padding-top: 70.5882352941%;
  }

  .un-lineup2-masonry2__item--5,
  .un-lineup2-masonry__item--5 {
    grid-column: 3/4;
    padding-top: 70.5882352941%;
  }

  .un-lineup2-heading img {
    width: 122px;
    height: auto;
  }

  .un-lineup2-heading2 {
    margin: 120px 0 60px;
  }

  .un-lineup2-heading2::before {
    width: 115px;
    height: 88px;
  }

  .un-lineup2-heading2 img {
    width: 204px;
    height: auto;
  }

  .un-lineup2-lead {
    font-size: 1.8rem;
    line-height: 2.1;
  }

  .un-lineup2-content {
    margin: 48px auto 0;
  }

  .un-lineup2-slide__title {
    margin-top: 16px;
  }

  .un-lineup2-slideThumb {
    display: none;
  }

  .un-lineup2-list {
    padding: 20px;
    margin-top: 64px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .un-delivery-comment {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    padding: 0 65px;
    margin: 14px 0 0;
    background-image: url('/company/assets/img/cp/lovehasnolimit_charity/bg-delivery-left.svg');
    background-repeat: no-repeat;
    background-position: 77px top;
    background-size: 384px 195px;
  }

  .un-delivery-comment::after {
    flex: 1;
    padding: 0 15px;
    content: '';
  }

  .un-delivery-comment__content {
    flex: 1;
  }

  .un-lineup2-top__statue {
    flex: 306;
  }

  .un-lineup2-top__masonry {
    flex: 702;
  }

  .un-lineup2-top__masonryIcon img {
    width: 240px;
  }

  .un-movie {
    flex-direction: row;
    gap: 75px;
  }

  .un-movie-profile {
    position: relative;
    display: flex;
    flex: 440;
    align-items: flex-end;
    padding-left: 110px;
    background-image: url('/company/assets/img/cp/lovehasnolimit_charity/bg-delivery-left.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .un-movie-profile__thumb {
    justify-content: flex-start;
  }

  .un-movie-content {
    flex: 484;
    max-width: 484px;
    padding-right: 90px;
  }
}

@media (width < 640px) {
  .un-hero {
    grid-template-rows: auto;
  }

  .un-hero-bottomImage img,
  .un-hero-topImage img {
    width: 100%;
  }

  .un-case {
    text-align: center;
  }

  .un-delivery-block__image {
    display: flex;
    justify-content: center;
    width: 100vw;
    padding-bottom: 120px;
    margin: 0 -25px;
    background-image: url('/company/assets/img/cp/lovehasnolimit_charity/bg-delivery-right.svg');
    background-repeat: no-repeat;
    background-position: 78px bottom;
    background-size: 300px 152px;
  }

  .un-delivery-block--right .un-delivery-block__image {
    background-image: url('/company/assets/img/cp/lovehasnolimit_charity/bg-delivery-left.svg');
    background-position: 8px bottom;
  }

  .un-delivery-profile__image {
    display: flex;
    justify-content: center;
    width: 100vw;
    padding-bottom: 120px;
    margin: 0 -25px;
    background-image: url('/company/assets/img/cp/lovehasnolimit_charity/bg-delivery-right.svg');
    background-repeat: no-repeat;
    background-position: 88px bottom;
    background-size: 300px 152px;
  }

  .un-lineup2-slide {
    max-width: 760px;
    margin: 0 auto;
  }

  .un-lineup2-slide__item,
  .un-lineup2-slide__item img {
    width: 100% !important;
  }

  .un-lineup2-slide__control {
    top: 40%;
    right: -25px;
    left: unset;
  }

  .un-lineup2-slide__control--prev {
    right: unset;
    left: -25px;
    transform: rotate(180deg);
  }

  .un-lineup2-slide__control::after {
    width: 9px;
    height: 16px;
    font-size: 0;
    background-image: url('/company/assets/img/cp/lovehasnolimit_charity/icon-arrow.svg');
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .un-lineup2-slideThumb {
    margin: 32px auto 0;
  }

  .un-lineup2-slideThumb__item {
    width: 60px;
  }

  .un-lineup2-slideThumb__item img {
    width: 100%;
  }

  .un-delivery-comment {
    display: flex;
    flex-direction: column;
    margin-top: 45px;
  }

  .un-delivery-comment::before {
    width: 100vw;
    height: 152px;
    margin-left: -15px;
    content: '';
    background-image: url('/company/assets/img/cp/lovehasnolimit_charity/bg-delivery-left.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 300px 152px;
  }

  .un-lineup2-top__statue {
    position: absolute;
    left: -25px;
    z-index: 1;
    width: 50%;
    padding: 60px 0;
  }

  .un-statue__item::after {
    top: 40px;
    background-position: 100%;
    background-size: 115%;
  }

  .un-lineup2-top__masonry {
    width: 64%;
    margin-left: auto;
  }

  .un-lineup2-masonry2__item--5::after {
    background-image: url('/company/assets/img/cp/lovehasnolimit_charity/img-masonry-10_2_sp.webp');
    background-position: 0;
  }

  .un-movie-profile::before {
    display: flex;
    justify-content: center;
    width: 100vw;
    padding-bottom: 152px;
    margin: 0 -25px;
    content: '';
    background-image: url('/company/assets/img/cp/lovehasnolimit_charity/bg-delivery-left.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 300px 152px;
  }
}

@media (width >=1664px) {
  .un-hero {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width >=640px) {
  @media (width <=1664px) {
    .un-hero-bottomImage {
      display: none;
    }
  }

  @media (width <=800px) {
    .un-delivery-block__text {
      font-size: 1.6rem;
    }

    .un-delivery-block__textItem br {
      display: none;
    }
  }

  @media (width <=850px) {
    .un-hero {
      grid-template-columns: unset;
    }
  }

  @media (width <=1000px) {
    .un-delivery-block__textItem {
      padding-bottom: 0;
    }

    .un-delivery-block {
      background-size: 35vw;
    }

    .un-delivery-block--right .un-delivery-block__textItem {
      padding-bottom: 0;
    }

    .un-delivery-profile {
      padding: 0;
      background-size: 35vw;
    }

    .un-delivery-profile__content {
      padding-bottom: 0;
    }

    .un-delivery-comment {
      padding: 0;
      background-position: 0 0;
      background-size: 40vw;
    }

    .un-movie {
      gap: 20px;
    }

    .un-movie-profile {
      padding-left: 25px;
    }

    .un-movie-content {
      padding-right: 25px;
    }
  }
}

@media (hover: hover) and (width >=640px) {
  .un-lineup-slideThumb__item,
  .un-lineup2-slideThumb__item {
    cursor: pointer;
  }
}

@keyframes loop_animation {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  45% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeToggleFirst {
  0%,
  44% {
    opacity: 1;
  }

  50%,
  94% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeToggleSecond {
  0%,
  44% {
    opacity: 0;
  }

  50%,
  94% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
