@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
@font-face {
  font-family: "Kiyosuna-b";
  src: url("../fonts/kiyosuna-b.woff2") format("woff2"), url("../fonts/kiyosuna-b.woff") format("woff"), url("../fonts/kiyosuna-b.ttf") format("truetype");
}
@font-face {
  font-family: "Kiyosuna-l";
  src: url("../fonts/kiyosuna-l.woff2") format("woff2"), url("../fonts/kiyosuna-l.woff") format("woff"), url("../fonts/kiyosuna-l.ttf") format("truetype");
}
/* font-size */
/* ============================================ */
/* top */
/* ============================================ */
.loading {
  width: 100vw;
  height: 100dvh;
  background: url("../images/common/bg_main.jpg") center top/auto repeat;
  display: grid;
  place-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4000;
  -webkit-animation: loadingAnime 3.6s ease-out forwards;
          animation: loadingAnime 3.6s ease-out forwards;
}
@-webkit-keyframes loadingAnime {
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadingAnime {
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading.loaded {
  display: none;
}
.loading-wrapper {
  height: 100%;
}

.top-common__ttl {
  text-align: center;
}
.top-common__ttl__en {
  font-family: "Calibri", "Roboto", sans-serif;
  font-style: normal;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .top-common__ttl__en {
    font-size: 2.125rem;
  }
}
.top-common__ttl__jp {
  font-size: 1.25rem;
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .top-common__ttl__jp {
    font-size: 1rem;
    margin-top: 6px;
  }
}

.top-mainvisual {
  min-height: calc(100dvh - 100px);
  background: url("../images/common/bg_main.jpg") center top/auto repeat;
  display: grid;
  place-content: center;
}
@media all and (max-width: 896px) {
  .top-mainvisual {
    min-height: calc(100dvh - 60px);
  }
}
.top-mainvisual__container {
  max-width: 480px;
}
@media all and (max-width: 896px) {
  .top-mainvisual__container {
    max-width: 320px;
  }
}
.top-mainvisual__ttl {
  padding-top: 5%;
  position: relative;
}
.top-mainvisual__ttl__heart {
  opacity: 0;
  width: 8%;
  display: inline-block;
  position: absolute;
  top: -18%;
  left: 4%;
}
.top-mainvisual__ttl__heart.heart01 {
  -webkit-animation: heartMove 2.4s 5s infinite, heartAppear 0.8s 3.4s forwards;
          animation: heartMove 2.4s 5s infinite, heartAppear 0.8s 3.4s forwards;
}
@-webkit-keyframes heartMove {
  0%, 100% {
    translate: 0 0;
    transform-origin: 50% 50%;
  }
  10% {
    translate: -4px 0;
    rotate: -2deg;
  }
  18% {
    translate: 2px 0;
    rotate: 2deg;
  }
  24% {
    translate: -2px 0;
    rotate: -1.6deg;
  }
  32% {
    translate: 1px 0;
    rotate: 1deg;
  }
  64% {
    translate: 0 0;
    rotate: 0deg;
  }
}
@keyframes heartMove {
  0%, 100% {
    translate: 0 0;
    transform-origin: 50% 50%;
  }
  10% {
    translate: -4px 0;
    rotate: -2deg;
  }
  18% {
    translate: 2px 0;
    rotate: 2deg;
  }
  24% {
    translate: -2px 0;
    rotate: -1.6deg;
  }
  32% {
    translate: 1px 0;
    rotate: 1deg;
  }
  64% {
    translate: 0 0;
    rotate: 0deg;
  }
}
@-webkit-keyframes heartAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heartAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-mainvisual__ttl__heart.heart02 {
  -webkit-animation: heartMoveSecond 2s 1.8s linear forwards;
          animation: heartMoveSecond 2s 1.8s linear forwards;
}
@-webkit-keyframes heartMoveSecond {
  0% {
    translate: -30vw -15vh;
  }
  10% {
    opacity: 1;
  }
  50% {
    translate: -15vw -10vh;
  }
  90% {
    opacity: 1;
  }
  100% {
    translate: 0 0;
    rotate: 360deg;
    opacity: 0;
  }
}
@keyframes heartMoveSecond {
  0% {
    translate: -30vw -15vh;
  }
  10% {
    opacity: 1;
  }
  50% {
    translate: -15vw -10vh;
  }
  90% {
    opacity: 1;
  }
  100% {
    translate: 0 0;
    rotate: 360deg;
    opacity: 0;
  }
}
.top-mainvisual__ttl__heart.heart03 {
  -webkit-animation: heartMoveThird 2s 1.8s linear forwards;
          animation: heartMoveThird 2s 1.8s linear forwards;
}
@-webkit-keyframes heartMoveThird {
  0% {
    translate: 50vw 10vh;
  }
  10% {
    opacity: 1;
  }
  40% {
    rotate: 180deg;
  }
  90% {
    opacity: 1;
  }
  100% {
    translate: 0 0;
    rotate: 360deg;
    opacity: 0;
  }
}
@keyframes heartMoveThird {
  0% {
    translate: 50vw 10vh;
  }
  10% {
    opacity: 1;
  }
  40% {
    rotate: 180deg;
  }
  90% {
    opacity: 1;
  }
  100% {
    translate: 0 0;
    rotate: 360deg;
    opacity: 0;
  }
}
.top-mainvisual__ttl__heart.heart04 {
  -webkit-animation: heartMoveFourth 2s 1.8s linear forwards;
          animation: heartMoveFourth 2s 1.8s linear forwards;
}
@-webkit-keyframes heartMoveFourth {
  0% {
    translate: 30vw -10vh;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    translate: 0 0;
    rotate: 360deg;
    opacity: 0;
  }
}
@keyframes heartMoveFourth {
  0% {
    translate: 30vw -10vh;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    translate: 0 0;
    rotate: 360deg;
    opacity: 0;
  }
}
.top-mainvisual__ttl__heart.heart05 {
  -webkit-animation: heartMoveFifth 2s 1.8s linear forwards;
          animation: heartMoveFifth 2s 1.8s linear forwards;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
@-webkit-keyframes heartMoveFifth {
  0% {
    translate: -30vw 44vh;
  }
  10% {
    opacity: 1;
  }
  50% {
    translate: -15vw 26vh;
  }
  90% {
    opacity: 1;
  }
  100% {
    translate: 0 0;
    rotate: -360deg;
    opacity: 0;
  }
}
@keyframes heartMoveFifth {
  0% {
    translate: -30vw 44vh;
  }
  10% {
    opacity: 1;
  }
  50% {
    translate: -15vw 26vh;
  }
  90% {
    opacity: 1;
  }
  100% {
    translate: 0 0;
    rotate: -360deg;
    opacity: 0;
  }
}
.top-mainvisual__ttl__heart.heart06 {
  -webkit-animation: heartMoveSixth 2s 1.8s linear forwards;
          animation: heartMoveSixth 2s 1.8s linear forwards;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
@-webkit-keyframes heartMoveSixth {
  0% {
    translate: 5vw -60vh;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    translate: 0 0;
    rotate: -360deg;
    opacity: 0;
  }
}
@keyframes heartMoveSixth {
  0% {
    translate: 5vw -60vh;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    translate: 0 0;
    rotate: -360deg;
    opacity: 0;
  }
}
.top-mainvisual__logo {
  width: 70%;
  max-width: 308px;
  margin-top: 12%;
  margin-inline: auto;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-mainvisual__logo {
    max-width: 195px;
  }
}
.top-mainvisual__logo__heart {
  width: 9%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 40%;
  -webkit-animation: heartSecond 2.4s infinite;
          animation: heartSecond 2.4s infinite;
}
@-webkit-keyframes heartSecond {
  0%, 100% {
    transform: translateY(0%);
    transform-origin: 50% 50%;
  }
  50% {
    transform: translateY(-2.4px) rotate(4deg);
  }
}
@keyframes heartSecond {
  0%, 100% {
    transform: translateY(0%);
    transform-origin: 50% 50%;
  }
  50% {
    transform: translateY(-2.4px) rotate(4deg);
  }
}

.top-vision {
  text-align: center;
  margin-top: 180px;
}
@media all and (max-width: 896px) {
  .top-vision {
    margin-top: 60px;
  }
}
.top-vision__container::before, .top-vision__container::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 6%;
  background: #ff808b;
  -webkit-mask-image: url("../images/top/bg_vision_top.svg");
          mask-image: url("../images/top/bg_vision_top.svg");
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.top-vision__container::before {
  margin-bottom: -1px;
}
.top-vision__container::after {
  -webkit-mask-image: url("../images/top/bg_vision_bottom.svg");
          mask-image: url("../images/top/bg_vision_bottom.svg");
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  margin-top: -1px;
}
.top-vision__inner {
  background: #ff808b;
  -webkit-mask-image: url("../images/top/bg_vision_main.svg");
          mask-image: url("../images/top/bg_vision_main.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: repeat-y;
          mask-repeat: repeat-y;
  padding: 2% 24px 16%;
  color: #fff;
}
@media all and (max-width: 896px) {
  .top-vision__inner {
    padding: 20px 16px 16%;
  }
}
.top-vision__ttl {
  font-family: "Calibri", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3.75rem;
  letter-spacing: 0.16em;
  line-height: 1.1;
}
@media all and (max-width: 896px) {
  .top-vision__ttl {
    font-size: 2.125rem;
  }
}
.top-vision__copy {
  font-size: 1.5rem;
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .top-vision__copy {
    font-size: 1.125rem;
    margin-top: 20px;
  }
}
.top-vision__txt {
  line-height: 2.4;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .top-vision__txt {
    margin-top: 16px;
  }
}
.top-vision__img {
  margin-top: -18%;
  position: relative;
}
.top-vision__fukidashi {
  text-align: center;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .top-vision__fukidashi {
    margin-top: 18px;
  }
}
.top-vision__fukidashi__txt {
  color: #ff808b;
  font-size: 1.125rem;
}
@media all and (max-width: 896px) {
  .top-vision__fukidashi__txt {
    font-size: 0.9375rem;
  }
}
.top-vision__fukidashi__txt__en {
  font-family: "Kiyosuna-b", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
}
@media all and (max-width: 896px) {
  .top-vision__fukidashi__txt__en {
    font-size: 1.125rem;
  }
}

.top-news {
  margin-top: 180px;
}
@media all and (max-width: 896px) {
  .top-news {
    margin-top: 60px;
  }
}
.top-news__container {
  padding: 80px 24px 60px;
  border-radius: 60px;
  background: url("../images/common/bg_main.jpg") center top/auto repeat;
}
@media all and (max-width: 896px) {
  .top-news__container {
    padding: 32px 16px 40px;
    border-radius: 30px;
  }
}
.top-news__inner {
  max-width: 840px;
  margin-inline: auto;
}
.top-news__list {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .top-news__list {
    margin-top: 28px;
  }
}
.top-news__list > li::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-image: radial-gradient(#D2D2D2 20%, transparent 20%);
  background-size: 6px 6px;
}
.top-news__list > li:first-of-type::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-image: radial-gradient(#D2D2D2 20%, transparent 20%);
  background-size: 6px 6px;
}
.top-news__item {
  padding: 28px 60px 28px 0;
  display: flex;
  gap: 10px 7%;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-news__item {
    padding: 16px 42px 16px 0;
    flex-direction: column;
  }
}
@media (hover: hover) {
  .top-news__item:hover {
    opacity: 1;
  }
  .top-news__item:hover .top-news__arrow::after {
    width: 60px;
    height: 51px;
    background-image: url("../images/common/arrow_heart_active.svg");
  }
}
@media (hover: hover) and (max-width: 896px) {
  .top-news__item:hover .top-news__arrow::after {
    width: 42px;
    height: 35.7px;
  }
}
.top-news__arrow {
  width: 60px;
  height: 51px;
  display: grid;
  place-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .top-news__arrow {
    width: 42px;
    height: 35.7px;
  }
}
.top-news__arrow::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 12.5px;
  background: url("../images/common/arrow_heart.svg") center center/contain no-repeat;
  transition: all 0.3s ease-out;
}
.top-news__block {
  display: flex;
  gap: 8px 10%;
}
@media all and (max-width: 896px) {
  .top-news__block {
    flex-direction: row-reverse;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 6px 12px;
  }
}
.top-news__category {
  flex-shrink: 0;
  width: 180px;
}
@media all and (max-width: 896px) {
  .top-news__category {
    width: 150px;
  }
}
.top-news__category__item {
  text-align: center;
  padding: 2px 8px;
  font-size: 0.9375rem;
  color: #fff;
  background: #A0A0A1;
}
@media all and (max-width: 896px) {
  .top-news__category__item {
    font-size: 0.8125rem;
  }
}
.top-news__category__item.important {
  background: #ff0018;
}
.top-news__date {
  flex-shrink: 0;
  padding-top: 2px;
}
.top-news__txt {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-top: 2px;
}

.top-service {
  text-align: center;
  margin-top: 150px;
}
@media all and (max-width: 896px) {
  .top-service {
    margin-top: 50px;
  }
}
.top-service__wrapper {
  max-width: 680px;
}
.top-service__txt {
  line-height: 2.4;
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .top-service__txt {
    text-align: left;
    margin-top: 28px;
  }
}
.top-service__img {
  margin-top: 72px;
}
@media all and (max-width: 896px) {
  .top-service__img {
    margin-top: 28px;
  }
}

.top-about {
  text-align: center;
  margin-top: 150px;
}
@media all and (max-width: 896px) {
  .top-about {
    margin-top: 50px;
  }
}
.top-about__container {
  padding: 100px 24px 60px;
  border-radius: 60px;
  background: url("../images/top/bg_about.jpg") center top/contain repeat;
}
@media all and (max-width: 896px) {
  .top-about__container {
    margin-inline: calc(50% - 50vw);
    padding: 50px calc(50vw - 50%);
    border-radius: 0;
  }
}
.top-about__inner {
  max-width: 840px;
  margin-inline: auto;
}
@media all and (max-width: 480px) {
  .top-about__inner {
    max-width: 240px;
  }
}
.top-about__list {
  display: flex;
  justify-content: center;
  gap: 40px 8%;
  margin-top: 56px;
}
@media all and (max-width: 896px) {
  .top-about__list {
    gap: 24px;
    margin-top: 40px;
  }
}
@media all and (max-width: 600px) {
  .top-about__list {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 600px) {
  .top-about__list > li {
    width: calc((100% - 24px) / 2);
  }
}
@media all and (max-width: 480px) {
  .top-about__list > li {
    width: 100%;
  }
}
.top-about__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.top-about__item::after {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url("../images/common/circle_arrow_heart.svg") center center/contain no-repeat;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .top-about__item::after {
    width: 32px;
    height: 32px;
    margin-top: 8px;
  }
}
.top-about__img {
  -webkit-clip-path: circle(50% at center);
          clip-path: circle(50% at center);
}
.top-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__ttl {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .top-about__ttl {
    font-size: 1.125rem;
    margin-top: 10px;
  }
}

.top-recruit {
  text-align: center;
  margin-top: 180px;
}
@media all and (max-width: 896px) {
  .top-recruit {
    margin-top: 60px;
  }
}
.top-recruit__inner {
  margin-top: 60px;
  position: relative;
  z-index: 10;
}
.top-recruit__txt {
  line-height: 2.4;
}
.top-recruit__img {
  margin-top: -56px;
  margin-inline: calc(50% - 50vw);
  position: relative;
}
@media all and (max-width: 896px) {
  .top-recruit__img {
    margin-top: 20px;
    height: 37vw;
  }
}
.top-recruit__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(#fff 0%, transparent 30%);
  position: absolute;
  top: 0;
  left: 0;
}
.top-recruit__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.top-recruit .common-btn {
  margin-top: 40px;
}

.top-movie {
  margin-top: 150px;
}
@media all and (max-width: 896px) {
  .top-movie {
    margin-top: 50px;
  }
}
.top-movie__container {
  padding: 80px 32px;
  border-radius: 60px;
  background: #fbf8e8;
}
@media all and (max-width: 896px) {
  .top-movie__container {
    padding: 40px 16px;
    border-radius: 30px;
  }
}
.top-movie__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 42px 32px;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .top-movie__inner {
    gap: 36px 20px;
    margin-top: 24px;
  }
}
.top-movie__contents {
  width: calc((100% - 32px) / 2);
}
@media all and (max-width: 896px) {
  .top-movie__contents {
    width: calc((100% - 20px) / 2);
  }
}
@media all and (max-width: 600px) {
  .top-movie__contents {
    width: 100%;
  }
}
.top-movie__img img {
  border-radius: 20px;
}
.top-movie__name {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  word-break: keep-all;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .top-movie__name {
    font-size: 0.9375rem;
    gap: 8px;
    margin-top: 16px;
  }
}
.top-movie__name::before, .top-movie__name::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff0018;
}
@media all and (max-width: 896px) {
  .top-movie__name::before, .top-movie__name::after {
    width: 6px;
    height: 6px;
  }
}

.top-instagram {
  margin-top: 180px;
}
@media all and (max-width: 896px) {
  .top-instagram {
    margin-top: 60px;
  }
}
.top-instagram__wrapper {
  max-width: 940px;
}
.top-instagram__inner {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .top-instagram__inner {
    margin-top: 32px;
  }
}
.top-instagram__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media all and (max-width: 896px) {
  .top-instagram__list {
    gap: 24px;
  }
}
@media all and (max-width: 600px) {
  .top-instagram__list {
    gap: 16px;
  }
}
@media all and (max-width: 480px) {
  .top-instagram__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 896px) {
  .top-instagram__list > li:nth-of-type(7), .top-instagram__list > li:nth-of-type(8), .top-instagram__list > li:nth-of-type(9) {
    display: none;
  }
}
.top-instagram__item {
  display: block;
}
.top-instagram__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.top-instagram #sb_instagram {
  padding: 0 !important;
}
.top-instagram #sbi_images {
  padding: 0 !important;
}
@media all and (max-width: 600px) {
  .top-instagram #sbi_images {
    gap: 16px !important;
  }
}
.top-instagram .common-btn {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .top-instagram .common-btn {
    margin-top: 36px;
  }
}