@charset "UTF-8";
@media screen and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  font-size: 16px;
  line-height: 1.7;
  color: #5D0A0A;
  background: #FFF5EE;
}

.fv {
  background-color: #FDF6D8;
  border-bottom: 1px solid #5D0A0A;
  margin-bottom: 5rem;
}
@media not screen and (min-width: 768px) {
  .fv {
    margin-bottom: 4.0625rem;
  }
}
.fv__inner {
  position: relative;
  overflow-x: hidden;
  max-width: 100%;
  height: 43.75rem;
  width: min(92.5rem, 100%);
  margin-right: auto;
  margin-left: auto;
}
.fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.fv__title {
  text-align: center;
  font-size: 4.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5.375rem; /* 107.5% */
  letter-spacing: -0.20625rem;
  font-family: "Quicksand", "Dancing Script";
  padding-top: 2.25rem;
  z-index: 1;
  position: relative;
}
@media not screen and (min-width: 768px) {
  .fv__title {
    color: #5D0A0A;
    font-size: 3rem;
    line-height: 3.5rem; /* 116.667% */
    letter-spacing: -0.09rem;
    position: absolute;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
.fv__img {
  width: 18.625rem;
  height: auto;
  position: absolute;
  border: 3px solid #5D0A0A;
  border-radius: 1.875rem;
}
@media not screen and (min-width: 768px) {
  .fv__img {
    width: 9.875rem;
    height: auto;
    border-radius: 1.25rem;
  }
}
.fv__img img {
  border-radius: 1.875rem;
}
@media not screen and (min-width: 768px) {
  .fv__img img {
    border-radius: 1.25rem;
  }
}
.fv__img--1 {
  top: 19.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media not screen and (min-width: 768px) {
  .fv__img--1 {
    top: 26.25rem;
    z-index: 2;
  }
}
.fv__img--2 {
  top: 15.5rem;
  left: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media not screen and (min-width: 768px) {
  .fv__img--2 {
    top: 20rem;
    left: -2.1875rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 1;
  }
}
.fv__img--3 {
  top: 15.5rem;
  right: 13rem;
}
@media not screen and (min-width: 768px) {
  .fv__img--3 {
    top: 20rem;
    right: -2.1875rem;
    z-index: 1;
  }
}
.fv__img--4 {
  top: 9.25rem;
  left: -9.6875rem;
}
@media not screen and (min-width: 768px) {
  .fv__img--4 {
    top: 11.875rem;
    left: 1.25rem;
  }
}
.fv__img--5 {
  top: 9.25rem;
  right: -9.6875rem;
}
@media not screen and (min-width: 768px) {
  .fv__img--5 {
    top: 11.875rem;
    right: 1.25rem;
  }
}

.fv__img img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
}

.fv__img img.reveal {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.bg-box {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: pulse 4s ease-in-out infinite;
          animation: pulse 4s ease-in-out infinite;
}
.bg-box--1 {
  width: 2.9375rem;
  height: 2.9375rem;
  top: 1.25rem;
  left: 0.8125rem;
  background-image: url("../img/background__gray.png");
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}
.bg-box--2 {
  width: 5.8125rem;
  height: 5.8125rem;
  top: 16.125rem;
  left: 50.125rem;
  background-image: url("../img/background__gray.png");
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
@media not screen and (min-width: 768px) {
  .bg-box--2 {
    top: 35.625rem;
    left: 17.5rem;
  }
}
.bg-box--3 {
  width: 5.8125rem;
  height: 5.8125rem;
  top: 4.0625rem;
  left: 12.9375rem;
  background-image: url("../img/background__green.png");
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
}
.bg-box--4 {
  width: 2.9375rem;
  height: 2.9375rem;
  top: 39.875rem;
  left: 62.375rem;
  background-image: url("../img/background__green.png");
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
}
@media not screen and (min-width: 768px) {
  .bg-box--4 {
    top: 8.125rem;
    left: 19.1875rem;
  }
}
.bg-box--5 {
  width: 5.8125rem;
  height: 5.8125rem;
  top: 34.6875rem;
  left: 1.75rem;
  background-image: url("../img/background__blue.png");
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
}
.bg-box--6 {
  width: 2.9375rem;
  height: 2.9375rem;
  top: 1.875rem;
  left: 84.5625rem;
  background-image: url("../img/background__blue.png");
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-duration: 3.1s;
          animation-duration: 3.1s;
}
@media not screen and (min-width: 768px) {
  .bg-box--6 {
    top: 36.25rem;
    left: 1.75rem;
  }
}
.bg-box--7 {
  width: 2.9375rem;
  height: 2.9375rem;
  top: 38.5625rem;
  left: 26.0625rem;
  background-image: url("../img/background__orange.png");
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 2.9s;
          animation-duration: 2.9s;
}
.bg-box--8 {
  width: 5.8125rem;
  height: 5.8125rem;
  top: 4.8125rem;
  left: 70rem;
  background-image: url("../img/background__orange.png");
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
}
@media not screen and (min-width: 768px) {
  .bg-box--8 {
    top: 1.8125rem;
    left: 3.125rem;
  }
}
.bg-box--9 {
  width: 2.9375rem;
  height: 2.9375rem;
  top: 10.75rem;
  left: 31.6875rem;
  background-image: url("../img/background__pink.png");
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-duration: 3.7s;
          animation-duration: 3.7s;
}
@media not screen and (min-width: 768px) {
  .bg-box--9 {
    top: 1.4375rem;
    left: 16.25rem;
  }
}
.bg-box--10 {
  width: 5.8125rem;
  height: 5.8125rem;
  top: 35.5rem;
  left: 80.1875rem;
  background-image: url("../img/background__pink.png");
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* ======================
works
====================== */
.topic {
  margin-top: 6.25rem;
  border-top: 1px solid #5D0A0A;
  border-bottom: 1px solid #5D0A0A;
}
.topic-en img {
  width: 8.6875rem;
}
@media not screen and (min-width: 768px) {
  .topic-en {
    font-size: 2.25rem;
  }
}
.topic-en__box {
  height: 6.25rem;
  padding-top: 1.5625rem;
  width: min(92.5rem, 100%);
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 7.5rem;
}
@media not screen and (min-width: 768px) {
  .topic-en__box {
    padding-left: 1.5625rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    height: auto;
  }
}
.topic-ja img {
  width: 3rem;
  padding-top: 1.125rem;
}
@media not screen and (min-width: 768px) {
  .topic-ja {
    font-size: 0.875rem;
  }
}
@media not screen and (min-width: 768px) {
  .topic {
    margin-top: 4.0625rem;
  }
}

.works__work {
  border-bottom: 1px solid #5D0A0A;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 中央寄せ（上下） */
}
.works__work-inner {
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23.5rem;
}
@media not screen and (min-width: 768px) {
  .works__work-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
}
.works__work-1 {
  background: #F9E1DC;
}
.works__work-1:hover {
  background: #FFB3E5;
}
.works__work-1:hover .works__right-box {
  -webkit-transform: scale(0.9, 0.9) rotate(-3deg);
          transform: scale(0.9, 0.9) rotate(-3deg);
}
.works__work-1:hover .works__link-box {
  background: #FFF889;
}
.works__work-1:hover .works__link-box a {
  background: #FFF889;
}
.works__work-2 {
  background: #CFE3D2;
}
.works__work-2 :hover {
  background: #C7F5B3;
}
.works__work-2 :hover .works__right-box {
  -webkit-transform: scale(0.9, 0.9) rotate(-3deg);
          transform: scale(0.9, 0.9) rotate(-3deg);
}
.works__work-2 :hover .works__link-box {
  background: #FFF889;
}
.works__work-2 :hover .works__link-box a {
  background: #FFF889;
}
.works__work-3 {
  background: #FBE3C5;
}
.works__work-3 :hover {
  background: #FFD6A5;
}
.works__work-3 :hover .works__right-box {
  -webkit-transform: scale(0.9, 0.9) rotate(-3deg);
          transform: scale(0.9, 0.9) rotate(-3deg);
}
.works__work-3 :hover .works__link-box {
  background: #FFF889;
}
.works__work-3 :hover .works__link-box a {
  background: #FFF889;
}
.works__work-4 {
  background: #D7E2EA;
}
.works__work-4 :hover {
  background: #B3F5F8;
}
.works__work-4 :hover .works__right-box {
  -webkit-transform: scale(0.9, 0.9) rotate(-3deg);
          transform: scale(0.9, 0.9) rotate(-3deg);
}
.works__work-4 :hover .works__link-box {
  background: #FFF889;
}
.works__work-4 :hover .works__link-box a {
  background: #FFF889;
}
.works__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  padding-left: 2.8125rem;
}
@media not screen and (min-width: 768px) {
  .works__tag {
    border-top: 1px solid #5D0A0A;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0.9375rem;
    gap: 0;
  }
}
.works__tag-1 {
  padding: 0.1875rem 0.4375rem;
  font-family: "Quicksand", "Dancing Script";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.07rem;
  font-weight: 700;
}
@media not screen and (min-width: 768px) {
  .works__tag-1 {
    font-size: 1rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}
.works__name {
  font-family: "Noto Sans JP";
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.125rem;
  padding-top: 2.5625rem;
  padding-bottom: 2.5625rem;
  padding-left: 2.8125rem;
  border-top: 1px solid #5D0A0A;
}
@media not screen and (min-width: 768px) {
  .works__name {
    padding: 0;
    font-size: 1.375rem;
    padding-left: 1.375rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.works__description {
  color: #5D0A0A;
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.875rem; /* 255.556% */
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  padding-left: 2.8125rem;
  border-top: 1px solid #5D0A0A;
}
@media not screen and (min-width: 768px) {
  .works__description {
    font-size: 1rem;
    line-height: 2.25rem;
    padding-left: 1.375rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.works__link {
  display: inline-block;
  font-family: Quicksand;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.875rem; /* 255.556% */
  padding-top: 0.0625rem;
}
.works__link-box {
  border-top: 1px solid #5D0A0A;
  text-align: center;
  height: 3.125rem;
}
.works__left {
  width: 7.5rem;
  font-size: 1.0625rem;
  padding-top: 11.0625rem;
  font-family: "Quicksand", "Dancing Script";
  font-weight: 700;
}
.works__left-box {
  border-right: 1px solid #5D0A0A;
  height: 23.5rem;
  text-align: center;
}
@media not screen and (min-width: 768px) {
  .works__left {
    width: 100%;
    max-width: 100%;
  }
}
.works__center {
  height: 23.5rem;
  border-right: 1px solid #5D0A0A;
  width: 33rem;
}
@media not screen and (min-width: 768px) {
  .works__center {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-right: none;
  }
}
.works__right {
  padding-left: 3.875rem;
}
@media not screen and (min-width: 768px) {
  .works__right {
    padding-left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.works__right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
}
.works__right-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
}
@media not screen and (min-width: 768px) {
  .works__right-box {
    gap: 0.875rem;
  }
}
.works__right-imgSp {
  width: 9.5191875rem;
  height: auto;
}
@media not screen and (min-width: 768px) {
  .works__right-imgSp {
    width: 4.7288125rem;
    height: 10.215625rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    aspect-ratio: 75.66/163.45;
  }
}
.works__right-imgSp img {
  border: 2px solid #5D0A0A;
  border-radius: 10px;
}
.works__right-imgPc {
  width: 30.4450625rem;
  height: 19.5308125rem;
  padding-top: 0.3125rem;
}
@media not screen and (min-width: 768px) {
  .works__right-imgPc {
    width: 15.124rem;
    height: 9.7021875rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.works__right-imgPc img {
  border: 2px solid #5D0A0A;
  border-radius: 10px;
  width: 30.4450625rem;
  height: 19.5308125rem;
}
@media not screen and (min-width: 768px) {
  .works__right-imgPc img {
    width: 15.124rem;
    height: 9.7021875rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.works__links {
  color: #5D0A0A;
  font-family: Quicksand;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 124.875%; /* 32.467px */
}
.works__button {
  text-align: center;
  display: block;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #5D0A0A;
}
.works__button:hover {
  background: #FFF889;
}

.profile__inner {
  height: 36.625rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background: #FFF5EE;
}
@media not screen and (min-width: 768px) {
  .profile__inner {
    height: 52.75rem;
    margin-top: 6.25rem;
    margin-bottom: 4.5rem;
  }
}
.profile__card {
  width: 56rem;
  height: 27.875rem;
  border-radius: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 3.125rem 5rem;
  border: 2px solid #5D0A0A;
  background: #F2E0C9;
}
.profile__card:hover {
  background: #D8B89B;
}
.profile__card:hover .profile__links {
  color: #FFF889;
  border-bottom: 1px dashed #FFF889;
}
@media not screen and (min-width: 768px) {
  .profile__card {
    width: calc(100% - 2.75rem);
    margin-right: 1.375rem;
    margin-left: 1.375rem;
    padding: 1.375rem;
    height: 50rem;
  }
}
.profile__topic {
  width: 12.0625rem;
}
@media not screen and (min-width: 768px) {
  .profile__topic {
    text-align: center;
  }
}
.profile__content {
  color: #5D0A0A;
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.875rem; /* 255.556% */
  margin-top: 1.875rem;
}
@media not screen and (min-width: 768px) {
  .profile__content {
    position: absolute;
    top: 19.625rem;
    font-size: 1rem;
  }
}
.profile__img {
  position: absolute;
  top: 3.125rem;
  right: 5rem;
  width: 12.9375rem;
  height: 12.9375rem;
}
.profile__img img {
  width: 12.9375rem;
  height: 12.9375rem;
}
@media not screen and (min-width: 768px) {
  .profile__img {
    top: 6.75rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.profile__links {
  position: absolute;
  bottom: 3.125rem;
  right: 5rem;
  font-family: Quicksand;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 124.875%; /* 32.467px */
  border-bottom: 1px dashed #5D0A0A;
}
@media not screen and (min-width: 768px) {
  .profile__links {
    right: 50%;
    bottom: 1.875rem;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}