@charset "UTF-8";
.contents__info {
  padding: 0 1.98412698vw;
}
@media (max-width: 768px) {
  .contents__info {
    padding: 0 5.12820513vw;
  }
}

.contents__date {
  color: #e6dcc9;
  font-family: "Inter", sans-serif;
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 100% */
  margin-bottom: 1rem;
}
@media (min-width: 1513px) {
  .contents__date {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .contents__date {
    font-size: 3vw;
  }
}

.contents__ttl {
  color: #e6dcc9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.06vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  /* 187.5% */
  margin-bottom: 2rem;
}
@media (min-width: 1513px) {
  .contents__ttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .contents__ttl {
    font-size: 4vw;
  }
}

.contents__lead {
  color: #e6dcc9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.93333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  /* 187.5% */
  margin-top: 2rem;
}
@media (min-width: 1513px) {
  .contents__lead {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .contents__lead {
    font-size: 3vw;
  }
}

@media (max-width: 768px) {
  html.is-modal-open {
    overflow: hidden;
  }
}

.is-modal-open .l-content {
  opacity: 0.5;
}

.no24-kv {
  width: 100%;
  position: relative;
}

.no24-kv__img {
  width: 33.0687831vw;
  height: 33.0687831vw;
  position: relative;
  max-width: 500px;
  max-height: 500px;
}
@media (max-width: 768px) {
  .no24-kv__img {
    font-size: 3vw;
    width: 100vw;
    height: 100vw;
    margin: 0 auto;
  }
}

.no24-kv__img-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 0;
  transition-delay: 1.5s;
}
.no24-kv__img-svg svg {
  overflow: visible;
}
@media (max-width: 768px) {
  .no24-kv__img-svg svg {
    width: 81.794872vw;
    height: 81.794872vw;
  }
}
.is-page-loaded .no24-kv__img-svg {
  opacity: 1;
}

.no24-body {
  background: #394836;
  color: #e6dcc9;
}
.no24-body .supervisor p {
  color: #e6dcc9;
}
.no24-body .supervisor span {
  color: #e6dcc9;
}

.no24-kv__img-main {
  width: 18.5185185vw;
  max-width: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .no24-kv__img-main {
    width: 55.897436vw;
  }
}
.no24-kv__img-main img {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.is-page-loaded .no24-kv__img-main img {
  -webkit-clip-path: inset(0 0 0% 0);
          clip-path: inset(0 0 0% 0);
}

.no24-kv__img-tll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.no24-kv__img-tll-item {
  position: absolute;
  overflow: hidden;
}
.no24-kv__img-tll-item img {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transform: translateY(100%);
  transition-delay: 1s;
}
.is-page-loaded .no24-kv__img-tll-item img {
  transform: translateY(0);
}
.no24-kv__img-tll-item--1 {
  width: 11.5079365vw;
  max-width: 174px;
  top: 5.4%;
  left: 4.2%;
}
.no24-kv__img-tll-item--1 img {
  transition-delay: 1s;
}
@media (max-width: 768px) {
  .no24-kv__img-tll-item--1 {
    width: 33.589744vw;
  }
}
.no24-kv__img-tll-item--2 {
  width: 18.1878307vw;
  max-width: 275px;
  top: 50%;
  transform: translateY(-50%);
  left: 27%;
}
.no24-kv__img-tll-item--2 img {
  transition-delay: 1.3s;
}
@media (max-width: 768px) {
  .no24-kv__img-tll-item--2 {
    width: 57.692308vw;
    left: 17%;
  }
}
.no24-kv__img-tll-item--3 {
  width: 22.3544974vw;
  max-width: 338px;
  right: 2.6%;
  bottom: 5.8%;
}
.no24-kv__img-tll-item--3 img {
  transition-delay: 1.45s;
}
@media (max-width: 768px) {
  .no24-kv__img-tll-item--3 {
    width: 60.666667vw;
  }
}
.no24-kv__img-tll-item--4 {
  width: 7.60582011vw;
  max-width: 115px;
  left: 45.4%;
  top: 8.2%;
}
.no24-kv__img-tll-item--4 img {
  transition-delay: 1.15s;
}
@media (max-width: 768px) {
  .no24-kv__img-tll-item--4 {
    width: 23.076923vw;
  }
}

.no24-kv__img-elm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.no24-kv__img-elm-item {
  position: absolute;
  overflow: hidden;
}
.no24-kv__img-elm-item img {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  opacity: 0;
}
.is-page-loaded .no24-kv__img-elm-item img {
  opacity: 1;
}
.no24-kv__img-elm-item--1 {
  width: 5.22486772vw;
  max-width: 79px;
  top: 23.4%;
  left: 8.6%;
}
@media (max-width: 768px) {
  .no24-kv__img-elm-item--1 {
    width: 15.641026vw;
  }
}
.no24-kv__img-elm-item--1 img {
  transition-delay: 1.1s;
  animation: updown 6s infinite;
}
.no24-kv__img-elm-item--2 {
  width: 6.08465608vw;
  max-width: 92px;
  top: 48.2%;
  left: 0%;
}
@media (max-width: 768px) {
  .no24-kv__img-elm-item--2 {
    width: 18.205128vw;
  }
}
.no24-kv__img-elm-item--2 img {
  transition-delay: 1.6s;
  animation: downup 6s infinite;
}
.no24-kv__img-elm-item--3 {
  width: 7.14285714vw;
  max-width: 108px;
  left: 8.8%;
  bottom: 6%;
}
@media (max-width: 768px) {
  .no24-kv__img-elm-item--3 {
    width: 21.538462vw;
  }
}
.no24-kv__img-elm-item--3 img {
  transition-delay: 1.4s;
  animation: updown 6s infinite;
}
.no24-kv__img-elm-item--4 {
  width: 11.11111vw;
  max-width: 168px;
  right: 3.6%;
  top: 3.6%;
}
@media (max-width: 768px) {
  .no24-kv__img-elm-item--4 {
    width: 33.589744vw;
  }
}
.no24-kv__img-elm-item--4 img {
  transition-delay: 1.3s;
  animation: downup 6s infinite;
}
.no24-kv__img-elm-item--5 {
  width: 5.15873016vw;
  max-width: 158px;
  top: 31.6%;
  right: 3.2%;
}
@media (max-width: 768px) {
  .no24-kv__img-elm-item--5 {
    width: 15.384615vw;
  }
}
.no24-kv__img-elm-item--5 img {
  transition-delay: 1.2s;
  animation: updown 6s infinite;
}
.no24-kv__img-elm-item--6 {
  width: 8.0026455vw;
  max-width: 121px;
  right: 6.8%;
  top: 53.8%;
}
@media (max-width: 768px) {
  .no24-kv__img-elm-item--6 {
    width: 24.102564vw;
  }
}
.no24-kv__img-elm-item--6 img {
  transition-delay: 1.5s;
  animation: downup 6s infinite;
}

@keyframes updown {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(4px);
  }
  75% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes downup {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  75% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0);
  }
}
.no24-swiper {
  margin-top: 2rem;
  overflow: hidden;
}
.no24-swiper .swiper-slide {
  height: auto;
  width: auto !important;
  margin: 0 6px;
}
.no24-swiper .swiper__item {
  overflow: hidden;
}
.no24-swiper .swiper__item img {
  height: 166px;
  width: auto;
  border-radius: 8px;
}
.no24-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.no24-body {
  margin-bottom: 6rem;
  padding-top: 150px;
  margin-top: -150px;
}

.no24-ttl {
  position: relative;
}

.no24-ttl__svg {
  display: table;
  margin: 0 auto;
}
.no24-ttl__svg svg {
  overflow: visible;
}

.no24-ttl__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.no24-ttl__inner p {
  font-family: "游明朝", YuMincho;
  font-size: clamp(15px, 1vw, 15px);
  margin-top: 2rem;
}

.no24-lead {
  font-size: clamp(13px, 0.93333vw, 14px);
  line-height: 1.8;
  margin-top: 3rem;
}

.no24-gift__inner {
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .no24-gift__inner {
    padding: 0 2rem;
  }
}

.no24-gift-staff {
  margin-top: 5rem;
}

.no24-tag {
  position: relative;
}
.no24-tag img {
  width: 140px;
}
.no24-tag:after {
  width: calc(100% - 140px);
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #e6dcc9;
  opacity: 0.2;
}
.no24-look .no24-tag:after {
  background: #394836;
}

.no24-gift-staff__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.7rem;
  margin-right: -0.7rem;
  margin-top: 2.5rem;
}
.no24-gift-staff__item {
  width: 50%;
  box-sizing: border-box;
  padding: 0 0.7rem;
  margin-bottom: 2rem;
}
.no24-gift-staff__item a {
  display: flex;
  gap: 1rem;
}
.no24-gift-staff__img {
  max-width: 70px;
  width: 4.62962963vw;
}
@media (max-width: 768px) {
  .no24-gift-staff__img {
    width: 17vw;
  }
}

.no24-gift-staff__text {
  width: calc(100% - 4.62962963vw);
  max-width: calc(100% - 70px);
}
@media (max-width: 768px) {
  .no24-gift-staff__text {
    max-width: calc(100% - 10vw);
  }
}

.no24-gift-staff__text span {
  display: block;
}
.no24-gift-staff__text span.shop {
  font-size: clamp(10px, 0.8vw, 11px);
  font-weight: 500;
  line-height: 1.3;
}
.no24-gift-staff__text span.floor {
  font-size: clamp(10px, 0.66667vw, 10px);
  font-weight: 500;
  opacity: 0.5;
  margin: 0.5rem 0 1rem;
}
.no24-gift-staff__text span.name {
  font-size: clamp(11px, 0.8vw, 12px);
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .no24-gift-staff__text span.name {
    font-size: clamp(11px, 0.8vw, 12px);
  }
}

.no24-gift-box {
  margin-top: 4rem;
}

.no24-gift-box__inner {
  margin-top: 4rem;
}

.no24-gift-box__list {
  display: flex;
  margin: 0 -2rem;
  flex-wrap: wrap;
}

.no24-gift-box__item {
  width: 50%;
  padding: 0 2rem;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 2rem;
  padding-top: 9rem;
  margin-top: -9rem;
}
.no24-gift-box__item:nth-child(even) {
  margin-top: -4rem;
}

.no24-gift-box__body:hover .no24-gift-box__icon {
  transform: rotate(45deg);
}

.no24-gift-box__body:hover .no24-gift-box__img {
  opacity: 0.5;
  animation: none;
}

.no24-gift-box__body {
  position: relative;
  cursor: pointer;
}
.is-modal-open .no24-gift-box__body {
  pointer-events: none;
}

.no24-gift-box_tag {
  margin: 0 auto;
  display: table;
  transform: scale(1.2);
}

.no24-gift-box__img {
  animation-name: decoSwing;
  animation-duration: 2400ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}

.no24-gift-box__staff {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 50px;
  width: 4.62962963vw;
}
@media (max-width: 768px) {
  .no24-gift-box__staff {
    width: 17vw;
  }
}

.no24-gift-box__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

@keyframes decoSwing {
  0% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.no24-swiper__btn {
  width: 180px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  display: table;
  margin: -30px auto 0;
}
.no24-swiper__btn svg rect {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.no24-swiper__btn svg path {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.no24-swiper__btn svg line {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.no24-swiper__btn:hover svg rect {
  fill: #fff;
}
.no24-swiper__btn:hover svg path {
  fill: #111;
}
.no24-swiper__btn:hover svg line {
  stroke: #111;
}

.modal {
  display: none;
  position: fixed;
  z-index: 11111111;
  left: 0;
  top: 50%;
  height: 600px;
  width: calc(33.0687831vw - 4rem);
  max-width: 420px;
  overflow: auto;
  background: #394836;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2rem;
  color: #e6dcc9;
}
@media (max-width: 768px) {
  .modal {
    width: calc(100vw - 2rem);
    height: 80vh;
  }
}

@media (max-width: 767px) {
  .no24-modal {
    width: 100%;
    top: 70px;
  }
}
.modal .no24-modal-box {
  width: 100%;
  padding: 1.8rem 1.3rem;
  padding-right: 0;
  margin: 0px auto 0;
  animation-name: no24-modalopen;
  animation-duration: 1s;
  position: relative;
  display: flex;
}

.modal .no24-modal-box .modalClose {
  z-index: 11;
  transform: translateX(-1.3rem);
  cursor: pointer;
}
.modal .no24-modal-box .modalClose svg {
  position: sticky;
  top: 1.8rem;
}

.no24-modal__inner {
  margin-right: -1rem;
}
.no24-modal__inner .no24-tag {
  padding-left: 2rem;
  margin-top: 2.5rem;
}
.no24-modal__inner .no24-tag:after {
  width: calc(100% - 126px);
}
@media (max-width: 768px) {
  .no24-modal__inner .no24-tag:after {
    width: calc(100% - 126px);
  }
}
.no24-modal__inner .no24-tag img {
  width: 106px;
}
.no24-modal__inner .c-credit {
  opacity: 1;
  transform: translateY(0);
  margin-top: 1rem;
}

.no24-modal__header {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1rem 0em 2rem 2rem;
}
@media (max-width: 768px) {
  .no24-modal__header {
    padding: 1rem 0em 2rem 2rem;
  }
}
.no24-modal__header .name {
  display: block;
  font-size: clamp(11px, 0.8vw, 12px);
  text-align: center;
  margin-top: 1rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .no24-modal__header .name {
    font-size: clamp(11px, 0.8vw, 12px);
  }
}

.no24-modal__header-img {
  width: 5.29100529vw;
  max-width: 80px;
}
@media (max-width: 768px) {
  .no24-modal__header-img {
    width: 100px;
  }
}

.no24-modal__header-ttl {
  font-size: clamp(16px, 1.2vw, 18px);
  font-family: "游明朝", YuMincho;
  line-height: 1.6;
}
.no24-modal__header-ttl img {
  display: block;
  margin-bottom: 1rem;
}

.no24-modal__lead {
  padding-left: 2rem;
  width: 100%;
  font-size: clamp(13px, 0.93333vw, 14px);
  line-height: 1.8;
}
@media (max-width: 768px) {
  .no24-modal__lead {
    padding-left: 2rem;
  }
}

.no24-modal__list {
  padding-left: 2rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.7rem;
  margin-top: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .no24-modal__list {
    padding-left: 2rem;
  }
}
.no24-modal__list:after {
  position: absolute;
  bottom: 0;
  left: 2.3rem;
  width: calc(100% - 3.3rem);
  height: 1px;
  background: #e6dcc9;
  opacity: 0.2;
  content: "";
}
@media (max-width: 768px) {
  .no24-modal__list:after {
    width: calc(100% - 3.3rem);
    left: 2.3rem;
  }
}

.no24-modal__item {
  width: 50%;
  padding: 0 0.7rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.no24-modal__item img {
  border-radius: 8px;
}

.no24-modal__shop {
  padding-left: 2rem;
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .no24-modal__shop {
    padding-left: 2rem;
  }
}
.no24-modal__shop span {
  display: block;
}
.no24-modal__shop span.shop {
  font-size: clamp(11px, 0.8vw, 11px);
  font-weight: 500;
  line-height: 1.3;
}
.no24-modal__shop span.floor {
  font-size: clamp(10px, 0.66667vw, 10px);
  font-weight: 500;
  opacity: 0.5;
  margin: 0.5rem 0 1rem;
}

.no24-chat__inner {
  padding: 6rem 3rem;
  background: #da6a5d;
  margin-top: 6rem;
}

.no24-chat-ttl {
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin-top: 2rem;
}
.no24-chat-ttl a {
  display: table;
  background: #394836;
  padding: 1rem 2rem;
  margin: 0 auto;
}
.no24-chat-ttl a:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .no24-chat-ttl {
    padding: 0.7rem 0.5rem;
  }
}

.no24-chat__img {
  width: 250px;
  margin: 3rem auto;
}
@media (max-width: 768px) {
  .no24-chat__img {
    width: 230px;
    margin: 2rem auto;
  }
}

.no24-chat-profile .supervisor-detail__lead {
  color: #e6dcc9;
  margin: 0 0 2rem;
}
.no24-chat-profile a {
  color: #e6dcc9;
}
.no24-chat-profile .supervisor-detail__sns {
  margin-bottom: 0;
}

.no24-chat-profile__list {
  margin-top: 3rem;
}

.no24-chat-profile__item {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.no24-chat-profile__img {
  width: 9rem;
}
.no24-chat-profile__img span {
  display: block;
  text-align: center;
}
.no24-chat-profile__img span.job {
  font-size: clamp(10px, 0.66667vw, 10px);
  font-weight: 500;
  line-height: 1.3;
  opacity: 0.5;
  margin-top: 1rem;
}
.no24-chat-profile__img span.name {
  font-weight: 500;
  font-size: clamp(12px, 0.8vw, 12px);
  margin: 0.5rem 0 1rem;
}

.no24-chat-profile__text {
  width: calc(100% - 9rem);
}

.no24-look__inner {
  padding: 6rem 0rem;
  background: #efe5d6;
  color: #394836;
}
.no24-look__inner .no24-ttl {
  padding: 0 3rem;
}
.no24-look__inner .no24-lead {
  padding: 0 3rem;
}

.no24-look-btn {
  font-size: clamp(12px, 0.93333vw, 14px);
  font-weight: 600;
  text-align: center;
  margin-top: 3rem;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .no24-look-btn {
    padding: 0 3rem;
  }
}
.no24-look-btn a {
  color: #394836;
  padding: 1rem;
  display: block;
  border-radius: 30px;
  background: #e6dcc9;
}
.no24-look-btn a:hover {
  opacity: 0.5;
}
.no24-look-btn a span {
  display: block;
  border-radius: 30px;
  padding: 1rem;
  border: 1px solid #394836;
}
@media (max-width: 768px) {
  .no24-look-btn a span {
    padding: 1rem 0.5rem;
  }
}

.no24-look__list {
  margin-top: 6rem;
}

.no24-look__item {
  margin-top: -9rem;
  padding-top: 9rem;
  margin-bottom: 6rem;
}

.no24-look__ttl {
  padding: 0 3rem;
  position: relative;
}
.no24-look__ttl .no24-tag {
  margin-top: 2rem;
}

.no24-look__more {
  padding: 0 3rem 1rem;
  position: relative;
}
.no24-look__more:after {
  width: calc(100% - 6rem);
  height: 1px;
  background: #394836;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 3rem;
  content: "";
}

.no24-button {
  margin-top: 4rem;
  margin: 2rem auto;
  display: table;
}
.no24-button a {
  display: flex;
  gap: 0.6rem;
  align-items: end;
  overflow: hidden;
  color: #394836;
  font-weight: 600;
}
.no24-button a:hover .no24-button-icon__item-back {
  transform: translateX(12px);
}
.no24-button a:hover .no24-button-icon__item-front {
  transform: translate(0, -50%);
}
.no24-button a:hover svg path {
  stroke: #e6dcc9;
}
.no24-button a:hover .no24-button-icon {
  background: #394836;
}
.no24-button a:hover .no24-button-text::before {
  width: 100%;
}
.no24-button a:hover .no24-button-text::after {
  width: 0;
}
.no24-button:hover .u-hover-button span {
  transform: translateY(calc(-100% - 0.6rem));
}

.no24-button-text {
  position: relative;
  display: table;
  padding-bottom: 0.6rem;
  font-size: 1.2rem;
  overflow: hidden;
}
.no24-button-text:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  background: #394836;
  height: 1px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.no24-button-text:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #394836;
  width: 0%;
  height: 1px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition-delay: 0.2s;
}

.no24-button-icon {
  border-radius: 4rem;
  position: relative;
  padding: 0.7rem 1.8rem;
  min-width: 4.3rem;
  min-height: 2.3rem;
  border: 1px solid #394836;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.no24-button-icon__inner {
  overflow: hidden;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.no24-button-icon__inner span {
  display: block;
}

.no24-button-icon__item-back {
  transform: translateX(0);
  transition: linear 0.3s;
}

.no24-button-icon__item-front {
  transform: translate(-15px, -50%);
  transition: linear 0.3s;
  position: absolute;
  top: 50%;
  left: 0;
}

.u-hover-button span {
  position: relative;
  display: table;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.35, 1);
}
.u-hover-button span:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: calc(100% + 0.6rem);
  /* 下に配置 */
  width: 100%;
}
.u-hover-button:hover span {
  transform: translateY(calc(-100% - 0.6rem));
}

.no24-look__close {
  position: absolute;
  top: 1.8rem;
  right: 1.3rem;
}

.no24-look-credit {
  margin-top: 4rem;
}

.no24-look-credit__list {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem -1rem;
  padding: 0 3rem;
}

.no24-look-credit__item {
  width: 50%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.no24-look-credit__img {
  overflow: hidden;
  margin-bottom: 1rem;
}
.no24-look-credit__img img {
  border-radius: 8px;
}

.no24-look__img {
  width: 4.89417989vw;
  max-width: 74px;
  position: absolute;
  right: 5%;
  bottom: 0;
  animation: downup 6s infinite;
}
@media (max-width: 768px) {
  .no24-look__img {
    width: 18.974359vw;
  }
}