/* ======================================================================
 p-top
====================================================================== */
.hero {
  position: relative;
  z-index: 0;
  margin: auto;
  padding: 160px 0 0 60px;
  max-width: 1366px;
  width: 100%;
  height: 728px;
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 105px 20px 0;
    height: auto;
  }
}
.hero__bg {
  position: absolute;
  top: -3px;
  left: 40px;
  z-index: -1;
  width: 1326px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .hero__bg {
    top: -46px;
    right: 10px;
    left: unset;
    width: 876px;
    height: 524px;
  }
}
.hero__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.hero__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero__bg:before {
  position: absolute;
  bottom: 52px;
  left: calc(100% - 15px);
  z-index: -1;
  width: 100vw;
  height: calc(100% - 52px);
  background: #eefce9;
  content: "";
}
@media screen and (max-width: 767px) {
  .hero__bg:before {
    content: none;
  }
}
.hero__bg:after {
  position: absolute;
  bottom: 2px;
  left: calc(100% - 24px);
  z-index: -1;
  width: 100vw;
  height: 52px;
  background: url(../img/p-top/mv-bg-wave.png) repeat-x left/1232px 52px;
  content: "";
}
@media screen and (max-width: 767px) {
  .hero__bg:after {
    content: none;
  }
}
.hero__ball {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 40px;
  height: 40px;
  -webkit-animation: ballRoll 200s linear infinite;
  animation: ballRoll 200s linear infinite;
}
@media screen and (max-width: 767px) {
  .hero__ball {
    width: 24px;
    height: 24px;
    -webkit-animation: ballRollSp 100s linear infinite;
    animation: ballRollSp 100s linear infinite;
  }
}
.hero__ball img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-animation: ballRotate 10s linear infinite;
  animation: ballRotate 10s linear infinite;
}
.hero__ball:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.hero__ball:nth-child(1) img {
  -webkit-animation: ballRotate 10s linear infinite, ballFloat1 16s ease-in-out infinite;
  animation: ballRotate 10s linear infinite, ballFloat1 16s ease-in-out infinite;
}
.hero__ball:nth-child(2) {
  -webkit-animation-delay: -26.67s;
  animation-delay: -26.67s;
}
@media screen and (max-width: 767px) {
  .hero__ball:nth-child(2) {
    -webkit-animation-delay: -18.67s;
    animation-delay: -18.67s;
  }
}
.hero__ball:nth-child(2) img {
  -webkit-animation: ballRotate 10s linear infinite, ballFloat2 15s ease-in-out infinite;
  animation: ballRotate 10s linear infinite, ballFloat2 15s ease-in-out infinite;
}
.hero__ball:nth-child(3) {
  -webkit-animation-delay: -73.33s;
  animation-delay: -73.33s;
}
@media screen and (max-width: 767px) {
  .hero__ball:nth-child(3) {
    -webkit-animation-delay: -39.33s;
    animation-delay: -39.33s;
  }
}
.hero__ball:nth-child(3) img {
  -webkit-animation: ballRotate 10s linear infinite, ballFloat3 18s ease-in-out infinite;
  animation: ballRotate 10s linear infinite, ballFloat3 18s ease-in-out infinite;
}
.hero__ball:nth-child(4) {
  -webkit-animation-delay: -106.67s;
  animation-delay: -106.67s;
}
@media screen and (max-width: 767px) {
  .hero__ball:nth-child(4) {
    -webkit-animation-delay: -50.67s;
    animation-delay: -50.67s;
  }
}
.hero__ball:nth-child(4) img {
  -webkit-animation: ballRotate 10s linear infinite, ballFloat4 13s ease-in-out infinite;
  animation: ballRotate 10s linear infinite, ballFloat4 13s ease-in-out infinite;
}
.hero__ball:nth-child(5) {
  -webkit-animation-delay: -126.67s;
  animation-delay: -126.67s;
}
@media screen and (max-width: 767px) {
  .hero__ball:nth-child(5) {
    -webkit-animation-delay: -70.67s;
    animation-delay: -70.67s;
  }
}
.hero__ball:nth-child(5) img {
  -webkit-animation: ballRotate 10s linear infinite, ballFloat5 17s ease-in-out infinite;
  animation: ballRotate 10s linear infinite, ballFloat5 17s ease-in-out infinite;
}
.hero__ball:nth-child(6) {
  -webkit-animation-delay: -173.33s;
  animation-delay: -173.33s;
}
@media screen and (max-width: 767px) {
  .hero__ball:nth-child(6) {
    -webkit-animation-delay: -82.67s;
    animation-delay: -82.67s;
  }
}
.hero__ball:nth-child(6) img {
  -webkit-animation: ballRotate 10s linear infinite, ballFloat6 14s ease-in-out infinite;
  animation: ballRotate 10s linear infinite, ballFloat6 14s ease-in-out infinite;
}
.hero__container {
  display: grid;
  grid-template-columns: calc(100% - 583px) 523px;
  gap: 5.2356020942%;
  margin: auto;
  max-width: 1146px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .hero__container {
    grid-template-columns: 100%;
    gap: 40px;
    max-width: 100%;
    height: auto;
  }
}
.hero__slider {
  width: 100%;
}
.hero__slider .slick-list {
  margin: -15px;
  padding: 15px;
}
.hero__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow: auto;
  gap: 30px;
}
.hero__slider:not(.slick-initialized) > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.hero__slide {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  margin: 0 30px 0 0;
  max-width: 100%;
  width: 563px;
  height: auto;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(145, 114, 104, 0.12);
  box-shadow: 0 3px 10px 0 rgba(145, 114, 104, 0.12);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .hero__slide {
    width: calc(100vw - 523px - 110px);
  }
}
@media screen and (max-width: 767px) {
  .hero__slide {
    width: 335px;
  }
}
@media (hover: hover) {
  .hero__slide:hover > * {
    opacity: 0.6;
  }
}
.hero__slide > * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hero__slide img {
  aspect-ratio: 335/189;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero__slide-content {
  display: grid;
  gap: 5px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .hero__slide-content {
    gap: 10px;
    padding: 10px 15px 20px;
  }
}
.hero__slide-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  gap: 5px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hero__slide-categories::-webkit-scrollbar {
  display: none;
}
.hero__slide-category {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 2px 10px 3px;
  border-radius: 9999px;
  background: #f8e233;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4285714286;
}
.hero__slide-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.625;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .hero__slide-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.hero__thumbnails {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 45px min(377px, 100% - 45px - 45px - 38px) 45px 38px;
  gap: 20px;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .hero__thumbnails {
    grid-template-columns: 1fr auto auto;
    gap: 30px 20px;
    margin: 20px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    justify-items: end;
  }
}
.hero__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.hero__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 9999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .hero__control {
    width: 35px;
    height: 35px;
  }
}
@media (hover: hover) {
  .hero__control:hover {
    opacity: 0.6;
  }
}
.hero__control img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.hero__control-pause {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 0 -5px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 9999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .hero__control-pause {
    margin: 0 0 0 10px;
    width: 30px;
    height: 30px;
  }
}
@media (hover: hover) {
  .hero__control-pause:hover {
    opacity: 0.6;
  }
}
.hero__control-pause img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.hero__thumbnail-list {
  overflow: hidden;
  max-width: 377px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero__thumbnail-list {
    grid-column: 1/4;
    grid-row: 1/2;
  }
}
.hero__thumbnail-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.hero__thumbnail-list:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow: auto;
  gap: 30px;
}
.hero__thumbnail-list:not(.slick-initialized) > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.hero__thumbnail {
  overflow: hidden;
  width: 119px;
  height: 67px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .hero__thumbnail {
    width: 104px;
    height: 59px;
  }
}
@media (hover: hover) {
  .hero__thumbnail:hover {
    opacity: 0.6;
  }
}
.hero__thumbnail.slick-current {
  opacity: 0.6;
  pointer-events: none;
}
.hero__thumbnail img {
  width: 100%;
  height: 100%;
  background: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .hero__content {
    grid-row: 1/2;
    width: 89.3333333333vw;
    height: 79.0666666667vw;
  }
}
.hero__title {
  position: relative;
  z-index: 0;
  max-width: 100%;
  width: 523px;
}
@media screen and (max-width: 767px) {
  .hero__title {
    margin: auto;
    width: 85.3333333333vw;
    -webkit-transform: translateX(-7.5px);
    transform: translateX(-7.5px);
  }
}
.hero__title img {
  width: 100%;
  height: auto;
}
.hero__title-text-1 {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .hero__title-text-1 {
    top: 15px;
    left: 26px;
    gap: 12px;
  }
  .hero__title-text-1 > *:nth-child(1) {
    height: 43px;
  }
  .hero__title-text-1 > *:nth-child(2) {
    height: 43px;
  }
}
@media screen and (max-width: 767px) {
  .hero__title-text-1 {
    top: 2.6666666667vw;
    left: 4.5333333333vw;
    gap: 1.8666666667vw;
  }
  .hero__title-text-1 > *:nth-child(1) {
    height: 6.9333333333vw;
  }
  .hero__title-text-1 > *:nth-child(2) {
    height: 6.9333333333vw;
  }
}
.hero__title-text-1 img {
  display: block;
  width: auto;
  height: 100%;
}
.hero__title-text-2 {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .hero__title-text-2 {
    top: 175px;
    left: 165px;
    gap: 8px;
  }
  .hero__title-text-2 > *:nth-child(1) {
    height: 44px;
  }
  .hero__title-text-2 > *:nth-child(2) {
    height: 43px;
  }
  .hero__title-text-2 > *:nth-child(3) {
    height: 36px;
  }
  .hero__title-text-2 > *:nth-child(4) {
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .hero__title-text-2 {
    top: 28.8vw;
    left: 26.9333333333vw;
    gap: 1.0666666667vw;
  }
  .hero__title-text-2 > *:nth-child(1) {
    height: 7.2vw;
  }
  .hero__title-text-2 > *:nth-child(2) {
    height: 7.2vw;
  }
  .hero__title-text-2 > *:nth-child(3) {
    height: 6.1333333333vw;
  }
  .hero__title-text-2 > *:nth-child(4) {
    height: 6.1333333333vw;
  }
}
.hero__title-text-2 img {
  display: block;
  width: auto;
  height: 100%;
}
.hero__text {
  margin: 40px 0 0 26px;
  max-width: 100%;
  width: 490px;
}
@media screen and (max-width: 767px) {
  .hero__text {
    margin: 30px auto 0;
    width: 85.3333333333vw;
    -webkit-transform: translateX(-7.5px);
    transform: translateX(-7.5px);
  }
}
.hero__text img {
  width: 100%;
  height: auto;
}

.hero-text-animate > * {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
@media screen and (max-width: 767px) {
  .hero-text-animate > * {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.hero-text-animate.is-inview > * {
  opacity: 1;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hero-text-animate.is-inview > span:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.hero-text-animate.is-inview > span:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.hero-text-animate.is-inview > span:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hero-text-animate.is-inview > span:nth-child(4) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.section-title {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.section-title-en {
  display: block;
  margin-bottom: 8px;
  color: #2e8b57;
  font-weight: bold;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .section-title-en {
    font-size: 24px;
  }
}

.section-title-ja {
  display: block;
  color: #666;
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .section-title-ja {
    font-size: 12px;
  }
}

.pickup {
  position: relative;
  z-index: 0;
  padding: 150px 20px 80px;
}
@media screen and (max-width: 767px) {
  .pickup {
    padding: 90px 20px 40px;
  }
}
.pickup:before {
  position: absolute;
  top: 150px;
  left: 0;
  z-index: -1;
  width: min(100vw, 50vw + 683px);
  height: calc(100% - 150px);
  border-radius: 0 180px 0 0;
  background: #fffcdb;
  content: "";
}
@media screen and (max-width: 767px) {
  .pickup:before {
    top: 90px;
    width: 100%;
    height: calc(100% - 90px);
    border-radius: 0 80px 0 0;
  }
}
.pickup .slick-list {
  overflow: visible;
  margin: -20px;
  padding: 20px;
}
.pickup .slick-slide {
  height: auto;
}
.pickup .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .pickup .slick-track {
    gap: 20px;
  }
}
.pickup__container {
  margin: auto;
  max-width: 1000px;
  width: 100%;
}
.pickup__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -50px 0 40px;
}
@media screen and (max-width: 767px) {
  .pickup__header {
    gap: 20px;
    margin: -30px 0 50px;
  }
}
.pickup__title {
  display: grid;
}
.pickup__title-en {
  color: #f5c010;
  font-weight: bold;
  font-size: 80px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1875;
}
@media screen and (max-width: 767px) {
  .pickup__title-en {
    font-size: 48px;
    line-height: 1.2083333333;
  }
}
.pickup__title-ja {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .pickup__title-ja {
    font-size: 20px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 767px) {
  .pickup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.pickup__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .pickup__controls {
    gap: 20px;
    margin: 20px 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .pickup__controls--desktop {
    display: none;
  }
}
.pickup__controls--mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .pickup__controls--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.pickup__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .pickup__control {
    width: 35px;
    height: 35px;
  }
}
@media (hover: hover) {
  .pickup__control:hover {
    opacity: 0.6;
  }
}
.pickup__control img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.pickup__control--pause {
  margin: 0 0 0 20px;
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 767px) {
  .pickup__control--pause {
    margin: 0 0 0 10px;
    width: 30px;
    height: 30px;
  }
}
.pickup__articles {
  width: 100%;
}
.pickup__slide {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  max-width: 100%;
  width: 316px;
  height: auto;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(145, 114, 104, 0.12);
  box-shadow: 0 3px 10px 0 rgba(145, 114, 104, 0.12);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .pickup__slide {
    width: 305px;
  }
}
@media (hover: hover) {
  .pickup__slide:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .pickup__slide:hover > * {
    opacity: 0.6;
  }
}
.pickup__slide > * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pickup__slide-thumbnail {
  aspect-ratio: 316/178;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.pickup__slide-content {
  padding: 12px 15px 20px;
}
.pickup__slide-date {
  color: #58514f;
  font-weight: 500;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2857142857;
}
.pickup__slide-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px 0 0;
}
.pickup__slide-hashtag {
  color: #58514f;
  font-size: 14px;
}
.pickup__slide-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px 0 0;
}
.pickup__slide-category {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 2px 10px 3px;
  border-radius: 9999px;
  background: #f8e233;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4285714286;
}
.pickup__slide-title {
  margin: 15px 0 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.625;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pickup .tag {
  padding: 4px 8px;
  border: 1px solid #e0f2e7;
  border-radius: 8px;
  background: #f0f9f5;
  color: #2e8b57;
  font-size: 12px;
}

.categories {
  padding: 100px 20px 135px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .categories {
    padding: 60px 20px 65px;
  }
}
.categories__container {
  margin: auto;
  max-width: 1110px;
}
.categories__title {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.categories__title-en {
  color: #58514f;
  font-weight: bold;
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2166666667;
}
@media screen and (max-width: 767px) {
  .categories__title-en {
    font-size: 40px;
    line-height: 1.225;
  }
}
.categories__title-ja {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4230769231;
}
@media screen and (max-width: 767px) {
  .categories__title-ja {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
@media screen and (min-width: 768px) {
  .categories__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 40px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .categories__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 9px;
    margin: 22px auto 0;
    padding: 0 15px;
    border-radius: 10px;
    background: #fff;
  }
}
.categories__item {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .categories__item {
    gap: 12px;
    width: 190px;
    height: 190px;
    border: solid 4px transparent;
    border-radius: 9999px;
    background: #faf7f2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .categories__item:hover {
    border-color: #21986c;
    background: #fff;
  }
  .categories__item:hover .categories__icon img {
    -webkit-filter: brightness(0) saturate(100%) invert(35%) sepia(93%) saturate(600%) hue-rotate(117deg) brightness(92%) contrast(87%);
    filter: brightness(0) saturate(100%) invert(35%) sepia(93%) saturate(600%) hue-rotate(117deg) brightness(92%) contrast(87%);
  }
}
@media screen and (min-width: 768px) {
  .categories__item--highlight {
    background: #fffcdb;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .categories__item--highlight:hover {
    border-color: #f5c010;
    background: #fffcdb;
  }
  .categories__item--highlight:hover .categories__icon {
    -webkit-filter: brightness(0) saturate(100%) invert(88%) sepia(33%) saturate(3375%) hue-rotate(350deg) brightness(98%) contrast(96%);
    filter: brightness(0) saturate(100%) invert(88%) sepia(33%) saturate(3375%) hue-rotate(350deg) brightness(98%) contrast(96%);
  }
}
@media screen and (max-width: 767px) {
  .categories__item {
    gap: 5px;
    padding: 12px 5px;
    border-bottom: solid 2px #faf7f2;
    text-align: center;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) and (hover: hover) {
  .categories__item:hover .categories__name {
    color: #21986c;
  }
  .categories__item:hover .categories__icon {
    -webkit-filter: brightness(0) saturate(100%) invert(35%) sepia(93%) saturate(600%) hue-rotate(117deg) brightness(92%) contrast(87%);
    filter: brightness(0) saturate(100%) invert(35%) sepia(93%) saturate(600%) hue-rotate(117deg) brightness(92%) contrast(87%);
  }
}
@media screen and (max-width: 767px) {
  .categories__item:nth-child(2n):before {
    position: absolute;
    top: 50%;
    left: -5px;
    content: url(../img/common/dots-1.svg);
    line-height: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .categories__item:nth-child(4n):before {
    position: absolute;
    top: 50%;
    left: -5px;
    content: url(../img/common/dots-2.svg);
    line-height: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .categories__item--highlight .categories__name {
    color: #21986c;
  }
  .categories__item--highlight .categories__icon {
    -webkit-filter: brightness(0) saturate(100%) invert(35%) sepia(93%) saturate(600%) hue-rotate(117deg) brightness(92%) contrast(87%);
    filter: brightness(0) saturate(100%) invert(35%) sepia(93%) saturate(600%) hue-rotate(117deg) brightness(92%) contrast(87%);
  }
}
@media screen and (min-width: 768px) {
  .categories__icon {
    border-radius: 9999px;
  }
}
@media screen and (max-width: 767px) {
  .categories__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    width: 30px;
    height: 30px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }
}
@media screen and (min-width: 768px) {
  .categories__icon img {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .categories__icon img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .categories__name {
    color: #58514f;
    font-weight: bold;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .categories__name {
    font-weight: bold;
    font-size: 16px;
  }
}

.tags.is-show .tags__container:before, .tags.is-show .tags__container:after {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.tags__container {
  position: relative;
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 115px 60px 80px;
  max-width: 100%;
  width: 1000px;
  border-radius: 80px;
  background: #faf7f2;
}
@media screen and (max-width: 767px) {
  .tags__container {
    padding: 80px 20px 10px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 768px) {
  .tags__container:before {
    position: absolute;
    top: 0;
    left: -32px;
    z-index: 1;
    content: url(../img/p-top/tag-list-icon-1.svg);
    opacity: 0;
    -webkit-transition: 1s 0.25s;
    transition: 1s 0.25s;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    pointer-events: none;
  }
  .tags__container:after {
    position: absolute;
    right: -22px;
    bottom: -14px;
    z-index: 1;
    content: url(../img/p-top/tag-list-icon-2.svg);
    opacity: 0;
    -webkit-transition: 1s 0.75s;
    transition: 1s 0.75s;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    pointer-events: none;
  }
}
.tags__title {
  position: absolute;
  top: -37px;
  left: 50%;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .tags__title {
    top: -26px;
  }
}
.tags__title-en {
  color: #58514f;
  font-weight: bold;
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2166666667;
}
@media screen and (max-width: 767px) {
  .tags__title-en {
    font-size: 40px;
    line-height: 1.225;
  }
}
.tags__title-ja {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4230769231;
}
@media screen and (max-width: 767px) {
  .tags__title-ja {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
@media screen and (max-width: 767px) {
  .tags__grid-container {
    display: grid;
    overflow: hidden;
    grid-template-rows: 0fr;
    padding-bottom: 193px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .tags__grid-container.is-expanded {
    grid-template-rows: 1fr;
    padding-bottom: 60px;
  }
}
.tags__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin: auto;
  min-height: 0;
}
@media screen and (max-width: 767px) {
  .tags__list {
    max-height: 186px;
  }
  .tags__grid-container.is-expanded .tags__list {
    max-height: none;
  }
}
.tags__item {
  padding: 9px 0 9px 9px;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(145, 114, 104, 0.12);
  box-shadow: 0 3px 10px 0 rgba(145, 114, 104, 0.12);
  font-size: 16px;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .tags__item {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (hover: hover) {
  .tags__item:hover {
    opacity: 0.6;
  }
}
.tags__item-name {
  margin: 0 -8px 0 -1px;
}
.tags__toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .tags__toggle {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
}
.tags__toggle-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  border: 3px solid #58514f;
  border-radius: 9999px;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(145, 114, 104, 0.12);
  box-shadow: 0 3px 10px 0 rgba(145, 114, 104, 0.12);
  color: #58514f;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tags__toggle-btn.is-expanded {
  bottom: 20px;
}
.tags__toggle-btn.is-expanded::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.tags__toggle-btn::after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: url(../img/p-top/arrow-more.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tags__toggle-icon {
  display: none;
}
.tags__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: url(../img/p-top/tag-list-more-overlay.png) no-repeat center/cover;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .tags__grid-container.is-expanded .tags__overlay {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .tags__overlay {
    display: none;
  }
}

.news {
  position: relative;
  z-index: 0;
  padding: 100px 20px 0;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 80px 20px 0;
  }
}
.news.is-show .news__container:after {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news:before {
  position: absolute;
  top: 130px;
  left: 50%;
  z-index: -1;
  min-width: 1920px;
  width: 100vw;
  height: 300px;
  background: url(../img/p-top/news-bg.svg) repeat-x center top/contain;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .news:before {
    top: 150px;
    min-width: 1003px;
    background-image: url(../img/p-top/sp/news-bg.svg);
  }
}
.news__container {
  position: relative;
  z-index: 0;
  margin: auto;
  max-width: 1000px;
}
.news__container:after {
  position: absolute;
  bottom: -10px;
  left: -110px;
  z-index: 1;
  content: url(../img/p-top/news-icon.svg);
  opacity: 0;
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .news__container:after {
    display: none;
  }
}
.news__title {
  position: relative;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.news__title-en {
  color: #21986c;
  font-weight: bold;
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2166666667;
}
@media screen and (max-width: 767px) {
  .news__title-en {
    font-size: 48px;
    line-height: 0.9375;
  }
}
.news__title-ja {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4230769231;
}
@media screen and (max-width: 767px) {
  .news__title-ja {
    font-size: 20px;
    line-height: 1.45;
  }
}
.news__content {
  margin: 40px auto 0;
}
.news__articles {
  position: relative;
}
@media screen and (min-width: 768px) {
  .news__articles {
    display: grid;
    grid-template-columns: 46% 50%;
    gap: 40px 4%;
  }
}
@media screen and (max-width: 767px) {
  .news__articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .news__articles .slick-list {
    overflow: visible;
    margin: -15px;
    padding: 15px;
  }
  .news__articles .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .news__articles .slick-slide {
    height: auto;
  }
}
.news__slide {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  max-width: 100%;
  width: 316px;
  height: auto;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(145, 114, 104, 0.12);
  box-shadow: 0 2px 12px 0 rgba(145, 114, 104, 0.12);
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .news__slide {
    width: 100%;
  }
  .news__slide:first-child {
    grid-column: 1/2;
    grid-row: 1/4;
  }
  .news__slide:first-child .news__slide-content {
    padding: 20px 30px;
  }
  .news__slide:first-child .news__slide-title {
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 1.6666666667;
  }
  .news__slide:first-child .news__slide-tags {
    margin: 20px 0 0;
  }
  .news__slide:not(:first-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 132px;
  }
  .news__slide:not(:first-child) .news__slide-thumbnail {
    aspect-ratio: unset;
    width: 47%;
    height: 100%;
  }
  .news__slide:not(:first-child) .news__slide-content {
    padding: 12px 20px 13px 15px;
  }
  .news__slide:not(:first-child) .news__slide-title {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.5714285714;
  }
  .news__slide:not(:first-child) .news__slide-categories {
    overflow: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .news__slide:not(:first-child) .news__slide-categories::-webkit-scrollbar {
    display: none;
  }
  .news__slide:not(:first-child) .news__slide-tags {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .news__slide {
    width: 305px;
  }
}
@media (hover: hover) {
  .news__slide:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .news__slide:hover > * {
    opacity: 0.6;
  }
}
.news__slide > * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__slide-thumbnail {
  aspect-ratio: 316/178;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.news__slide-content {
  padding: 12px 15px 20px;
}
.news__slide-date {
  color: #58514f;
  font-weight: 500;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2857142857;
}
.news__slide-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px 0 0;
}
.news__slide-category {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 2px 10px 3px;
  border-radius: 9999px;
  background: #f8e233;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4285714286;
}
.news__slide-title {
  margin: 15px 0 0;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.625;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news__slide-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px 0 0;
}
.news__slide-hashtag {
  color: #58514f;
  font-size: 14px;
}
.news__controls {
  display: none;
}
@media screen and (max-width: 767px) {
  .news__controls {
    position: absolute;
    top: calc(50% - 40px);
    left: 50%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100vw - 20px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.news__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: all;
}
.news__control img {
  width: 100%;
  height: 100%;
}
.news__more {
  margin: 40px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .news__more {
    margin: 30px auto 0;
  }
}

.about {
  position: relative;
  z-index: 0;
  padding: 100px 20px;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 80px 20px 0;
  }
}
.about:before {
  position: absolute;
  top: 150px;
  right: 0;
  z-index: -1;
  width: min(100vw, 50vw + 500px);
  height: calc(100% - 150px);
  border-radius: 100px 0 0 100px;
  background: #fffcdb;
  content: "";
}
@media screen and (max-width: 767px) {
  .about:before {
    top: 100px;
    width: 100%;
    height: calc(100% - 80px);
    border-radius: 40px;
  }
}
.about__container {
  position: relative;
  z-index: 0;
  margin: auto;
  max-width: 1126px;
}
.about__title {
  position: relative;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.about__title-en {
  color: #f5c010;
  font-weight: bold;
  font-size: 80px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2125;
}
@media screen and (max-width: 767px) {
  .about__title-en {
    font-size: 48px;
    line-height: 1.2083333333;
  }
}
.about__title-ja {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  .about__title-ja {
    font-size: 20px;
    line-height: 1.45;
  }
}
.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .about__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    margin: 30px auto 0;
  }
}
.about__image {
  position: relative;
  z-index: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0 0 23px;
  width: 440px;
  height: 440px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__image {
    width: 300px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .about__image {
    width: 200px;
    height: auto;
  }
}
.about__image.is-show:before, .about__image.is-show:after {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.about__image:before {
  position: absolute;
  top: 67px;
  left: -23px;
  z-index: 1;
  width: 109px;
  height: 40px;
  background: url(../img/p-top/about-icon-1.svg) no-repeat center/contain;
  content: "";
  opacity: 0;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
@media screen and (max-width: 767px) {
  .about__image:before {
    top: 23px;
    left: -38px;
    width: 75px;
    height: 28px;
    -webkit-transition: 1s;
    transition: 1s;
  }
}
.about__image:after {
  position: absolute;
  right: 37px;
  bottom: 2px;
  z-index: 1;
  width: 109px;
  height: 40px;
  background: url(../img/p-top/about-icon-2.svg) no-repeat center/contain;
  content: "";
  opacity: 0;
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
@media screen and (max-width: 767px) {
  .about__image:after {
    right: -32px;
    bottom: 22px;
    width: 75px;
    height: 28px;
    -webkit-transition: 1s 0.5s;
    transition: 1s 0.5s;
  }
}
.about__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.about__text {
  padding: 40px 0 0;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .about__text {
    padding: 0;
    max-width: 100%;
  }
}
.about__subtitle {
  position: relative;
  z-index: 0;
  padding: 0 0 28px;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4615384615;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__subtitle br {
    display: none;
    word-break: auto-phrase;
  }
}
@media screen and (max-width: 767px) {
  .about__subtitle {
    font-size: 22px;
    line-height: 1.5454545455;
  }
}
.about__subtitle:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: url(../img/p-top/about-dot.svg);
  line-height: 0;
}
.about__description p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .about__description p {
    margin: 15px 0 0;
  }
}
.about__description p:first-of-type {
  margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .about__description p:first-of-type {
    margin: 20px 0 0;
  }
}
.about__more {
  margin: 40px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .about__more {
    margin: 30px auto 0;
  }
}

.find-more {
  position: relative;
  z-index: 0;
  padding: 120px 20px 0;
}
@media screen and (max-width: 767px) {
  .find-more {
    padding: 80px 20px 0;
  }
}
.find-more__container {
  position: relative;
  z-index: 0;
  margin: auto;
  max-width: 1126px;
}
@media screen and (min-width: 768px) {
  .find-more__container::before {
    position: absolute;
    top: 12px;
    left: -145px;
    z-index: 1;
    content: url(../img/p-top/find-more-icon.svg);
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.find-more__container.is-show:before {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.find-more__title {
  position: relative;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .find-more__title {
    gap: 8px;
  }
}
.find-more__title-en {
  color: #21986c;
  font-weight: bold;
  font-size: 80px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2125;
}
@media screen and (max-width: 767px) {
  .find-more__title-en {
    font-size: 48px;
    line-height: 1.2083333333;
  }
}
.find-more__title-ja {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  .find-more__title-ja {
    font-size: 20px;
    line-height: 1.45;
  }
}
.find-more__content {
  display: grid;
  grid-template-columns: 100%;
  gap: 140px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .find-more__content {
    gap: 60px;
    margin: 30px auto 0;
  }
}
.find-more__group {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
}
@media screen and (min-width: 768px) {
  .find-more__group:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .find-more__group:nth-of-type(2n):before {
    position: absolute;
    top: -60px;
    left: -180px;
    z-index: -2;
    content: url(../img/p-top/find-more-bg.svg);
  }
  .find-more__group:nth-of-type(2n+3):before {
    position: absolute;
    top: -60px;
    right: -180px;
    z-index: -2;
    content: url(../img/p-top/find-more-bg.svg);
  }
  .find-more__group:nth-of-type(2n+3):after {
    position: absolute;
    top: -112px;
    right: -144px;
    z-index: -1;
    content: url(../img/p-top/find-more-icon-2.svg);
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@media screen and (max-width: 767px) {
  .find-more__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px;
  }
  .find-more__group:nth-of-type(odd):before {
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: -2;
    content: url(../img/p-top/sp/find-more-bg.svg);
  }
  .find-more__group:nth-of-type(even):before {
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: -2;
    content: url(../img/p-top/sp/find-more-bg.svg);
  }
}
.find-more__group.is-show:after {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.find-more__category-header {
  width: 302px;
}
@media screen and (max-width: 767px) {
  .find-more__category-header {
    margin: auto;
    width: calc(100% - 30px);
  }
}
.find-more__category-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .find-more__category-icon-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
}
.find-more__category-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: url(../img/p-top/find-more-category-bg.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .find-more__category-icon {
    width: 70px;
    height: 70px;
  }
}
.find-more__category-icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .find-more__category-icon img {
    width: 40px;
    height: 40px;
  }
}
.find-more__category-name {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4230769231;
}
@media screen and (max-width: 767px) {
  .find-more__category-name {
    font-size: 24px;
    line-height: 1.4583333333;
  }
}
.find-more__category-description {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .find-more__category-description {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
.find-more__slider {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .find-more__slider {
    overflow: auto visible;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .find-more__slider::-webkit-scrollbar {
    display: none;
  }
}
.find-more__articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .find-more__articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .find-more__articles .slick-list {
    overflow: visible;
    margin: -15px;
    padding: 15px;
  }
  .find-more__articles .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .find-more__articles .slick-slide {
    height: auto;
  }
}
.find-more__controls {
  display: none;
}
@media screen and (max-width: 767px) {
  .find-more__controls {
    position: absolute;
    top: calc(50% - 65px);
    left: 50%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100vw - 20px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.find-more__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: all;
}
.find-more__control img {
  width: 100%;
  height: 100%;
}
.find-more__article {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(145, 114, 104, 0.12);
  box-shadow: 0 3px 10px 0 rgba(145, 114, 104, 0.12);
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .find-more__article {
    min-height: 344px;
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .find-more__article {
    width: 305px;
  }
}
@media (hover: hover) {
  .find-more__article:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .find-more__article:hover > * {
    opacity: 0.6;
  }
}
.find-more__article > * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.find-more__article-image img {
  aspect-ratio: 316/178;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.find-more__article-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 4px 8px;
  border-radius: 8px;
  background: #ff6b9d;
  color: white;
  font-weight: 500;
  font-size: 10px;
}
.find-more__article-content {
  padding: 12px 15px 20px;
}
.find-more__article-date {
  color: #58514f;
  font-weight: 500;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2857142857;
}
.find-more__article-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px 0 0;
}
.find-more__article-categories .category {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 2px 10px 3px;
  border-radius: 9999px;
  background: #f8e233;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4285714286;
}
.find-more__article-title {
  margin: 15px 0 0;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.625;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.find-more__article-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px;
  margin: 15px 0 0;
}
.find-more__article-tag {
  color: #58514f;
  font-size: 14px;
  line-height: 1.4285714286;
}
.find-more__more {
  margin: 40px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .find-more__more {
    margin: 45px auto 0;
  }
}

.learn-video {
  position: relative;
  z-index: 0;
  padding: 120px 20px 120px;
}
@media screen and (max-width: 767px) {
  .learn-video {
    padding: 80px 20px 65px;
  }
}
.learn-video:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 1920px;
  height: 230px;
  background: url(../img/p-top/video-bg.svg) repeat-x center/contain;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .learn-video:before {
    width: 864px;
    height: 105px;
    background-image: url(../img/p-top/sp/video-bg.svg);
  }
}
.learn-video .slick-list {
  overflow: visible;
  margin: -20px;
  padding: 20px;
}
.learn-video .slick-slide {
  height: auto;
}
.learn-video .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .learn-video .slick-track {
    gap: 20px;
  }
}
.learn-video__container {
  position: relative;
  z-index: 0;
  margin: auto;
  max-width: 1126px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .learn-video__container:before {
    position: absolute;
    top: -90px;
    left: -80px;
    z-index: -1;
    content: url(../img/p-top/video-icon.svg);
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.learn-video__container.is-show:before {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.learn-video__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .learn-video__header {
    gap: 20px;
  }
}
.learn-video__title {
  display: grid;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .learn-video__title {
    gap: 8px;
  }
}
.learn-video__title-en {
  color: #f4c430;
  font-weight: bold;
  font-size: 80px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1875;
}
@media screen and (max-width: 767px) {
  .learn-video__title-en {
    font-size: 48px;
    line-height: 0.9375;
  }
}
.learn-video__title-ja {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .learn-video__title-ja {
    font-size: 20px;
    line-height: 1.45;
  }
}
.learn-video__content {
  position: relative;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .learn-video__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin: 50px auto 0;
  }
}
.learn-video__controls {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .learn-video__controls {
    width: calc(100vw - 20px);
  }
}
.learn-video__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: all;
}
@media (hover: hover) {
  .learn-video__control:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .learn-video__control {
    width: 40px;
    height: 40px;
  }
}
.learn-video__control img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.learn-video__articles {
  width: 100%;
}
.learn-video__slide {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  max-width: 100%;
  width: 316px;
  height: auto;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(145, 114, 104, 0.12);
  box-shadow: 0 3px 10px 0 rgba(145, 114, 104, 0.12);
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .learn-video__slide {
    width: 305px;
  }
}
@media (hover: hover) {
  .learn-video__slide:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .learn-video__slide:hover > * {
    opacity: 0.6;
  }
}
.learn-video__slide > * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.learn-video__slide-thumbnail {
  aspect-ratio: 316/178;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.learn-video__slide-content {
  padding: 12px 15px 20px;
}
.learn-video__slide-date {
  color: #58514f;
  font-weight: 500;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2857142857;
}
.learn-video__slide-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px 0 0;
}
.learn-video__slide-categories .category {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 2px 10px 3px;
  border-radius: 9999px;
  background: #f8e233;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4285714286;
}
.learn-video__slide-title {
  margin: 15px 0 0;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.625;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.learn-video__slide-hashtag {
  margin: 15px 0 0;
  color: #58514f;
  font-size: 14px;
}

.clinic {
  padding: 137px 20px 0;
}
@media screen and (max-width: 767px) {
  .clinic {
    padding: 85px 0 0;
  }
}
.clinic__container {
  position: relative;
  z-index: 0;
  margin: auto;
  padding: 112px 63px 60px;
  max-width: 100%;
  width: 1126px;
  border-radius: 80px;
  background: #faf7f2;
}
@media screen and (max-width: 767px) {
  .clinic__container {
    padding: 80px 20px 40px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 768px) {
  .clinic__container:before {
    position: absolute;
    top: 73px;
    left: 38px;
    z-index: -1;
    content: url(../img/p-top/clinic-icon-1.svg);
    opacity: 0;
    -webkit-transition: 1s 0.5s;
    transition: 1s 0.5s;
    -webkit-transform: translateX(-30px) rotate(-15deg) scale(0.5);
    transform: translateX(-30px) rotate(-15deg) scale(0.5);
    pointer-events: none;
  }
  .clinic__container:after {
    position: absolute;
    top: 129px;
    right: 34px;
    z-index: -1;
    content: url(../img/p-top/clinic-icon-2.svg);
    opacity: 0;
    -webkit-transition: 0.5s 1s;
    transition: 0.5s 1s;
    -webkit-transform: translateX(30px) rotate(15deg) scale(0.5);
    transform: translateX(30px) rotate(15deg) scale(0.5);
    pointer-events: none;
  }
}
.clinic__container.is-show:before, .clinic__container.is-show:after {
  opacity: 1;
  -webkit-transform: translateX(0) rotate(0) scale(1);
  transform: translateX(0) rotate(0) scale(1);
}
.clinic__title {
  position: absolute;
  top: -37px;
  left: 50%;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .clinic__title {
    top: -26px;
  }
}
.clinic__title-en {
  color: #58514f;
  font-weight: bold;
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2166666667;
}
@media screen and (max-width: 767px) {
  .clinic__title-en {
    font-size: 40px;
    line-height: 1.225;
  }
}
.clinic__title-ja {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4230769231;
}
@media screen and (max-width: 767px) {
  .clinic__title-ja {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
.clinic__text-container {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.clinic__text {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .clinic__text {
    text-align: left;
  }
}
.clinic__links-container {
  margin: 40px auto 0;
  padding: 40px;
  border-radius: 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .clinic__links-container {
    margin: 30px auto 0;
    padding: 15px 15px 30px;
    border-radius: 20px;
  }
}
.clinic__links {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 19px;
  margin: 0 auto 40px;
  padding: 0 0 45px;
}
@media screen and (max-width: 767px) {
  .clinic__links {
    gap: 10px;
    margin: 0 auto 30px;
    padding: 0 0 35px;
  }
}
.clinic__links:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 5px;
  background: url(../img/p-top/clinic-dot.svg) no-repeat center/contain;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .clinic__links:before {
    max-width: 292px;
    width: 100%;
    height: 5px;
    background-image: url(../img/p-top/sp/clinic-dot.svg);
  }
}
.clinic__link {
  width: 294px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .clinic__link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .clinic__link {
    width: 305px;
  }
}
.clinic__link img {
  aspect-ratio: 294/94;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.clinic__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .clinic__social {
    gap: 33px;
  }
}
.clinic__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .clinic__social-link:hover {
    -webkit-transform: scale(1.1) rotate(10deg);
    transform: scale(1.1) rotate(10deg);
  }
}
@media screen and (max-width: 767px) {
  .clinic__social-link {
    width: 40px;
    height: 40px;
  }
}
.clinic__social-link img {
  width: 100%;
  height: auto;
  border-radius: 9999px;
}

@-webkit-keyframes ballRoll {
  0% {
    top: 0;
    left: 40px;
  }
  25% {
    top: calc(100% - 80px);
    left: 40px;
  }
  50% {
    top: calc(100% - 80px);
    left: calc(100% - 70px);
  }
  75% {
    top: 0;
    left: calc(100% - 70px);
  }
  100% {
    top: 0;
    left: 40px;
  }
}

@keyframes ballRoll {
  0% {
    top: 0;
    left: 40px;
  }
  25% {
    top: calc(100% - 80px);
    left: 40px;
  }
  50% {
    top: calc(100% - 80px);
    left: calc(100% - 70px);
  }
  75% {
    top: 0;
    left: calc(100% - 70px);
  }
  100% {
    top: 0;
    left: 40px;
  }
}
@-webkit-keyframes ballRollSp {
  0% {
    top: 0;
    left: 40px;
  }
  25% {
    top: calc(100% - 50px);
    left: 40px;
  }
  50% {
    top: calc(100% - 50px);
    left: calc(100% - 50px);
  }
  75% {
    top: 0;
    left: calc(100% - 50px);
  }
  100% {
    top: 0;
    left: 40px;
  }
}
@keyframes ballRollSp {
  0% {
    top: 0;
    left: 40px;
  }
  25% {
    top: calc(100% - 50px);
    left: 40px;
  }
  50% {
    top: calc(100% - 50px);
    left: calc(100% - 50px);
  }
  75% {
    top: 0;
    left: calc(100% - 50px);
  }
  100% {
    top: 0;
    left: 40px;
  }
}
@-webkit-keyframes ballRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ballRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ballFloat1 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  33% {
    -webkit-transform: translate(11.25px, -10px);
    transform: translate(11.25px, -10px);
  }
  66% {
    -webkit-transform: translate(-7.5px, 5px);
    transform: translate(-7.5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ballFloat1 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  33% {
    -webkit-transform: translate(11.25px, -10px);
    transform: translate(11.25px, -10px);
  }
  66% {
    -webkit-transform: translate(-7.5px, 5px);
    transform: translate(-7.5px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ballFloat2 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(-9px, 7.5px);
    transform: translate(-9px, 7.5px);
  }
  50% {
    -webkit-transform: translate(13.5px, -4px);
    transform: translate(13.5px, -4px);
  }
  75% {
    -webkit-transform: translate(6px, 6px);
    transform: translate(6px, 6px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ballFloat2 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(-9px, 7.5px);
    transform: translate(-9px, 7.5px);
  }
  50% {
    -webkit-transform: translate(13.5px, -4px);
    transform: translate(13.5px, -4px);
  }
  75% {
    -webkit-transform: translate(6px, 6px);
    transform: translate(6px, 6px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ballFloat3 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  30% {
    -webkit-transform: translate(15px, 2.5px);
    transform: translate(15px, 2.5px);
  }
  60% {
    -webkit-transform: translate(-11.25px, -9px);
    transform: translate(-11.25px, -9px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ballFloat3 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  30% {
    -webkit-transform: translate(15px, 2.5px);
    transform: translate(15px, 2.5px);
  }
  60% {
    -webkit-transform: translate(-11.25px, -9px);
    transform: translate(-11.25px, -9px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ballFloat4 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  40% {
    -webkit-transform: translate(-6px, -7.5px);
    transform: translate(-6px, -7.5px);
  }
  70% {
    -webkit-transform: translate(9px, 10px);
    transform: translate(9px, 10px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ballFloat4 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  40% {
    -webkit-transform: translate(-6px, -7.5px);
    transform: translate(-6px, -7.5px);
  }
  70% {
    -webkit-transform: translate(9px, 10px);
    transform: translate(9px, 10px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ballFloat5 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(7.5px, -12.5px);
    transform: translate(7.5px, -12.5px);
  }
  45% {
    -webkit-transform: translate(-13.5px, -2.5px);
    transform: translate(-13.5px, -2.5px);
  }
  80% {
    -webkit-transform: translate(3.75px, 7.5px);
    transform: translate(3.75px, 7.5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ballFloat5 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(7.5px, -12.5px);
    transform: translate(7.5px, -12.5px);
  }
  45% {
    -webkit-transform: translate(-13.5px, -2.5px);
    transform: translate(-13.5px, -2.5px);
  }
  80% {
    -webkit-transform: translate(3.75px, 7.5px);
    transform: translate(3.75px, 7.5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ballFloat6 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  35% {
    -webkit-transform: translate(-15px, 5px);
    transform: translate(-15px, 5px);
  }
  65% {
    -webkit-transform: translate(11.25px, -6px);
    transform: translate(11.25px, -6px);
  }
  85% {
    -webkit-transform: translate(-3.75px, -4px);
    transform: translate(-3.75px, -4px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ballFloat6 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  35% {
    -webkit-transform: translate(-15px, 5px);
    transform: translate(-15px, 5px);
  }
  65% {
    -webkit-transform: translate(11.25px, -6px);
    transform: translate(11.25px, -6px);
  }
  85% {
    -webkit-transform: translate(-3.75px, -4px);
    transform: translate(-3.75px, -4px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}