.pickup-splide .splide-wrapper {
  position: relative;
}
.pickup-splide .splide__arrow {
  position: absolute;
  z-index: 10;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .pickup-splide .splide__arrow.splide__arrow--prev {
    left: -80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pickup-splide .splide__arrow.splide__arrow--next {
    left: calc(100% + 15px);
  }
}
.pickup-splide .splide__track {
  position: relative;
  margin: 40px 0 0;
  padding: 10px 0;
}
.pickup-splide .splide__slide {
  border-radius: 10px;
  padding: 0 8px;
}

.c-pickup__link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.c-pickup__link:hover {
  -webkit-filter: drop-shadow(0px 0px 4px rgba(142, 34, 71, 0.6));
          filter: drop-shadow(0px 0px 4px rgba(142, 34, 71, 0.6));
}

.c-pickup__imgWrap {
  border-radius: 20px;
  overflow: hidden;
}

.c-faq {
  position: relative;
  padding: 100px 0 120px;
}
@media screen and (max-width: 500px) {
  .c-faq {
    padding: 60px 0;
  }
}
.c-faq .c-heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .c-faq .c-heading {
    margin-bottom: 40px;
  }
}

.c-faq__item {
  padding: 20px 0;
}
.c-faq__item:nth-child(n+2) {
  border-top: 1px solid #707070;
}
.c-faq__term,
.c-faq__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.c-faq__term:before,
.c-faq__detail:before {
  margin-top: 4px;
  margin-right: 10px;
  line-height: 1;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  font-size: 20px;
  color: #8E2247;
}
.c-faq__term .c-faq__text,
.c-faq__detail .c-faq__text {
  margin: 0;
  line-height: 1.875;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.c-faq__term:before {
  content: "Q";
}

.c-faq__detail {
  padding-top: 12px;
}
.c-faq__detail::before {
  content: "A";
}

.c-voice {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .c-voice {
    padding: 60px 0;
  }
}
.c-voice:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: calc(100% - 200px);
  max-width: 1720px;
  height: 1px;
  background-color: #B1B1B1;
}
@media screen and (max-width: 1024px) {
  .c-voice:before {
    width: calc(100% - 40px);
  }
}

.c-voice__list {
  display: block;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .c-voice__list {
    margin-top: 50px;
  }
}

.c-voice__item {
  padding: 20px 0;
}
.c-voice__item:nth-child(n+2) {
  border-top: 1px solid #707070;
}
.c-voice__btn {
  display: block;
}
@media screen and (min-width: 1025px) {
  .c-voice__btn {
    text-align: right;
    margin-top: 80px;
    margin-right: 98px;
  }
}
@media screen and (max-width: 1024px) {
  .c-voice__btn {
    margin-top: 40px;
    text-align: center;
    margin-right: 90px;
  }
}

.top-campaign {
  margin: 80px auto 20px;
}
.top-campaign__wrap {
  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: 20px auto 0;
}
@media screen and (max-width: 500px) {
  .top-campaign__wrap {
    margin: 40px auto 0;
  }
}

.top-campaign__link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.top-campaign__link:hover {
  -webkit-filter: drop-shadow(0px 0px 4px rgba(142, 34, 71, 0.6));
          filter: drop-shadow(0px 0px 4px rgba(142, 34, 71, 0.6));
}

.top-campaign__img {
  max-width: 640px;
  overflow: hidden;
  border-radius: 20px;
}

.top-mainvisual {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  height: calc(100vh - 80px);
}
.top-mainvisual__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .top-mainvisual__wrap {
    display: block;
  }
}
.top-mainvisual__wrap:after {
  content: "";
  display: block;
  z-index: 9;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 210px;
  mix-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(124, 124, 124, 0)), color-stop(60%, rgba(124, 124, 124, 0.6)), to(#7c7c7c));
  background: linear-gradient(180deg, rgba(124, 124, 124, 0) 0%, rgba(124, 124, 124, 0.6) 60%, #7c7c7c 100%);
}

.top-mainvisual__model,
.top-mainvisual__head {
  position: absolute;
  z-index: 10;
  color: #fff;
}

.top-mainvisual__model {
  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;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-animation: fadeOut 5s forwards;
          animation: fadeOut 5s forwards;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@media screen and (min-width: 1025px) {
  .top-mainvisual__model {
    left: 100px;
    bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top-mainvisual__model {
    right: 20px;
    bottom: 50%;
  }
}
.top-mainvisual__model .top-mainvisual__actress {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .top-mainvisual__model .top-mainvisual__actress {
    font-size: 8px;
  }
}
.top-mainvisual__model .top-mainvisual__name {
  font-size: 38px;
  margin-left: 15px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .top-mainvisual__model .top-mainvisual__name {
    font-size: 18px;
  }
}

@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@media screen and (min-width: 1025px) {
  .top-mainvisual__head {
    right: 14vw;
    bottom: 44px;
    font-size: 2.604vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-mainvisual__head {
    left: 20px;
    bottom: 5%;
    font-size: 26px;
  }
}
@media screen and (max-width: 360px) {
  .top-mainvisual__head {
    font-size: 22px;
  }
}
.top-mainvisual__head .top-mainvisual__heading {
  display: none;
}
.top-mainvisual__head .top-mainvisual__heading.appeartext {
  display: block;
}
.top-mainvisual__head .top-mainvisual__heading.js-text02 {
  margin-left: 2em;
}

.js-text span,
.js-text02 span {
  opacity: 0;
}

.js-text.appeartext span,
.js-text02.appeartext span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}
@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.top-mainvisual__list {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top-mainvisual__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.top-mainvisual__item {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .top-mainvisual__item {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .top-mainvisual__item {
    height: 50%;
  }
}

.top-mainvisual__imgWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 0);
  z-index: 1;
}
.top-mainvisual__imgWrap picture {
  display: block;
  width: 110%;
}
@media screen and (min-width: 1025px) {
  .top-mainvisual__imgWrap picture {
    height: 100vh;
    max-height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top-mainvisual__imgWrap picture {
    height: calc((100vh - 80px) / 2);
  }
}

.top-mainvisual__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-mainvisual__img.--top {
  -o-object-position: top;
     object-position: top;
}

.top-mainvisual__item:nth-child(2) .top-mainvisual__imgWrap:nth-child(1) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.top-mainvisual__item:nth-child(2) .top-mainvisual__imgWrap:nth-child(1) img {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.top-mainvisual__item:nth-child(2) .top-mainvisual__imgWrap:nth-child(2) {
  -webkit-animation-delay: 6.15s;
          animation-delay: 6.15s;
}
.top-mainvisual__item:nth-child(2) .top-mainvisual__imgWrap:nth-child(2) img {
  -webkit-animation-delay: 6.15s;
          animation-delay: 6.15s;
}
.top-mainvisual__item:nth-child(2) .top-mainvisual__imgWrap:nth-child(3) {
  -webkit-animation-delay: 12.15s;
          animation-delay: 12.15s;
}
.top-mainvisual__item:nth-child(2) .top-mainvisual__imgWrap:nth-child(3) img {
  -webkit-animation-delay: 12.15s;
          animation-delay: 12.15s;
}
.top-mainvisual__item:nth-child(2) .top-mainvisual__imgWrap:nth-child(4) {
  -webkit-animation-delay: 18.15s;
          animation-delay: 18.15s;
}
.top-mainvisual__item:nth-child(2) .top-mainvisual__imgWrap:nth-child(4) img {
  -webkit-animation-delay: 18.15s;
          animation-delay: 18.15s;
}
.top-mainvisual__item:nth-child(2) .top-mainvisual__imgWrap:nth-child(5) {
  -webkit-animation-delay: 24.15s;
          animation-delay: 24.15s;
}
.top-mainvisual__item:nth-child(2) .top-mainvisual__imgWrap:nth-child(5) img {
  -webkit-animation-delay: 24.15s;
          animation-delay: 24.15s;
}
.top-mainvisual__item:nth-child(2) .top-mainvisual__imgWrap:nth-child(6) {
  -webkit-animation-delay: 30.15s;
          animation-delay: 30.15s;
}
.top-mainvisual__item:nth-child(2) .top-mainvisual__imgWrap:nth-child(6) img {
  -webkit-animation-delay: 30.15s;
          animation-delay: 30.15s;
}
.top-mainvisual__item .top-mainvisual__imgWrap:nth-child(1) {
  -webkit-animation: mvPath 36s ease-in-out infinite;
          animation: mvPath 36s ease-in-out infinite;
  z-index: 6;
  position: relative;
}
.top-mainvisual__item .top-mainvisual__imgWrap:nth-child(1) picture {
  -webkit-animation: mvSlide 36s linear infinite;
          animation: mvSlide 36s linear infinite;
}
.top-mainvisual__item .top-mainvisual__imgWrap:nth-child(1) img {
  -webkit-animation: mvFade 36s ease infinite;
          animation: mvFade 36s ease infinite;
}
.top-mainvisual__item .top-mainvisual__imgWrap:nth-child(2) {
  -webkit-animation: mvPath 36s 6s ease-in-out infinite;
          animation: mvPath 36s 6s ease-in-out infinite;
  z-index: 5;
}
.top-mainvisual__item .top-mainvisual__imgWrap:nth-child(2) picture {
  -webkit-animation: mvSlide 36s 6s linear infinite;
          animation: mvSlide 36s 6s linear infinite;
}
.top-mainvisual__item .top-mainvisual__imgWrap:nth-child(2) img {
  -webkit-animation: mvFade 36s 6s ease infinite;
          animation: mvFade 36s 6s ease infinite;
}
.top-mainvisual__item .top-mainvisual__imgWrap:nth-child(3) {
  -webkit-animation: mvPath 36s 12s ease-in-out infinite;
          animation: mvPath 36s 12s ease-in-out infinite;
  z-index: 4;
}
.top-mainvisual__item .top-mainvisual__imgWrap:nth-child(3) picture {
  -webkit-animation: mvSlide 36s 12s linear infinite;
          animation: mvSlide 36s 12s linear infinite;
}
.top-mainvisual__item .top-mainvisual__imgWrap:nth-child(3) img {
  -webkit-animation: mvFade 36s 12s ease infinite;
          animation: mvFade 36s 12s ease infinite;
}
.top-mainvisual__item .top-mainvisual__imgWrap:nth-child(4) {
  -webkit-animation: mvPath 36s 18s ease-in-out infinite;
          animation: mvPath 36s 18s ease-in-out infinite;
  z-index: 3;
}
.top-mainvisual__item .top-mainvisual__imgWrap:nth-child(4) picture {
  -webkit-animation: mvSlide 36s 18s linear infinite;
          animation: mvSlide 36s 18s linear infinite;
}
.top-mainvisual__item .top-mainvisual__imgWrap:nth-child(4) img {
  -webkit-animation: mvFade 36s 18s ease infinite;
          animation: mvFade 36s 18s ease infinite;
}
.top-mainvisual__item .top-mainvisual__imgWrap:nth-child(5) {
  -webkit-animation: mvPath 36s 24s ease-in-out infinite;
          animation: mvPath 36s 24s ease-in-out infinite;
  z-index: 2;
}
.top-mainvisual__item .top-mainvisual__imgWrap:nth-child(5) picture {
  -webkit-animation: mvSlide 36s 24s linear infinite;
          animation: mvSlide 36s 24s linear infinite;
}
.top-mainvisual__item .top-mainvisual__imgWrap:nth-child(5) img {
  -webkit-animation: mvFade 36s 24s ease infinite;
          animation: mvFade 36s 24s ease infinite;
}
.top-mainvisual__item .top-mainvisual__imgWrap:nth-child(6) {
  -webkit-animation: mvPath 36s 30s ease-in-out infinite;
          animation: mvPath 36s 30s ease-in-out infinite;
  z-index: 1;
}
.top-mainvisual__item .top-mainvisual__imgWrap:nth-child(6) picture {
  -webkit-animation: mvSlide 36s 30s linear infinite;
          animation: mvSlide 36s 30s linear infinite;
}
.top-mainvisual__item .top-mainvisual__imgWrap:nth-child(6) img {
  -webkit-animation: mvFade 36s 30s ease infinite;
          animation: mvFade 36s 30s ease infinite;
}

@-webkit-keyframes mvPath {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
  17% {
    z-index: 7;
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
  26% {
    z-index: 7;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  32% {
    z-index: 0;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
}

@keyframes mvPath {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
  17% {
    z-index: 7;
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
  26% {
    z-index: 7;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  32% {
    z-index: 0;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
}
@-webkit-keyframes mvSlide {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  24% {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
  }
  89% {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
  }
  90% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes mvSlide {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  24% {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
  }
  89% {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
  }
  90% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes mvFade {
  0% {
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  32% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mvFade {
  0% {
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  32% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.top-concept {
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .top-concept {
    padding: 120px 0 140px;
  }
}
@media screen and (max-width: 1024px) {
  .top-concept {
    padding: 40px 0 60px;
    position: relative;
    z-index: 0;
  }
}

.top-concept__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 10px;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .top-concept__list {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

.top-concept__item {
  text-align: center;
  -webkit-box-shadow: 0 0 6px 0 rgba(51, 51, 51, 0.2);
          box-shadow: 0 0 6px 0 rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

.top-concept__link {
  position: relative;
  padding: 18px 0px 10px;
  height: 100%;
  display: block;
}
.top-concept__link.--arrow:after {
  content: "";
  position: absolute;
  background: url("../img/top/arrow.svg") no-repeat center/cover;
  width: 37px;
  height: 24px;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-concept__link:hover {
  background-color: #F0F3F5;
}
.top-concept__link:hover.--arrow:after {
  content: "";
  background: url("../img/top/arrow_hover.svg") no-repeat center/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-concept__text {
  font-size: 22px;
  line-height: 1.6;
  margin: 2px auto 30px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .top-concept__text {
    font-size: 14px;
  }
}

.top-concept__roma {
  font-size: 15px;
  display: block;
  color: #8E2247;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .top-concept__roma {
    font-size: 12px;
  }
}

.top-concept__list02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  max-width: 700px;
  gap: 30px;
  margin: 40px auto 0;
}
.top-concept__list02.--single {
  max-width: 350px;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 500px) {
  .top-concept__list02 {
    display: block;
    max-width: 220px;
  }
}

.top-concept__item02 {
  text-align: center;
  -webkit-box-shadow: 0 0 6px 0 rgba(51, 51, 51, 0.2);
          box-shadow: 0 0 6px 0 rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  background-color: #F6E6EB;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .top-concept__item02:nth-child(n+2) {
    margin-top: 16px;
  }
}

.top-concept__link02 {
  padding: 16px 20px;
  padding-right: 40px;
  height: 100%;
  display: block;
  position: relative;
}
@media screen and (max-width: 500px) {
  .top-concept__link02 {
    padding: 12px;
  }
}
.top-concept__link02.--arrow:after {
  content: "";
  position: absolute;
  background: url("../img/top/arrow02.svg") no-repeat center/cover;
  width: 37px;
  height: 24px;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .top-concept__link02.--arrow:after {
    right: 10px;
  }
}
.top-concept__link02:hover {
  background-color: #F0F3F5;
}
.top-concept__link02:hover.--arrow:after {
  content: "";
  background: url("../img/top/arrow_hover.svg") no-repeat center/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-concept__text02 {
  font-size: 22px;
  line-height: 1.6;
  padding-right: 20px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .top-concept__text02 {
    font-size: 16px;
  }
}

.top-about__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .top-about__wrap {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.top-about__wrap:before {
  content: "";
  background: url("../img/top/about/mark.svg") no-repeat top/cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 340px;
  height: 337px;
}
@media screen and (max-width: 1024px) {
  .top-about__wrap:before {
    width: 256px;
    height: 254px;
  }
}

.top-about__heading {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.top-about__heading.is-anime {
  opacity: 1;
}
.top-about__heading {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  color: #8E2247;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 41px;
  line-height: 1.8;
  margin-left: 80px;
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .top-about__heading {
    font-size: 24px;
    line-height: 1.4;
    margin-left: 30px;
  }
}
@media screen and (max-width: 500px) {
  .top-about__heading {
    font-size: 5.581vw;
    line-height: 2;
    margin-left: 30px;
  }
}

.top-about__text {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.top-about__text.is-anime {
  opacity: 1;
}
.top-about__text {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .top-about__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .top-about__text {
    font-size: 3.72vw;
  }
}

.top-about__btn {
  display: block;
}
@media screen and (min-width: 1025px) {
  .top-about__btn {
    margin-top: 80px;
    margin-right: 178px;
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .top-about__btn {
    margin-top: 40px;
    text-align: center;
    margin-right: 90px;
  }
}

.top-splide {
  margin: 40px 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.top-splide .splide__slide {
  border-radius: 10px;
  overflow: hidden;
}
.top-splide .splide__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
}
.top-splide .splide__slide.--sq {
  width: 366px !important;
}
.top-splide .splide__slide.--wide {
  width: 44% !important;
}
@media screen and (max-width: 500px) {
  .top-splide .splide__slide.--wide {
    width: 100% !important;
  }
}

.top-point {
  padding: 140px 0 120px;
}
@media screen and (max-width: 1024px) {
  .top-point {
    padding: 60px 0;
  }
}

.top-point__list {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 1025px) {
  .top-point__list {
    -ms-grid-columns: 1fr 18px 1fr 18px 1fr 18px 1fr 18px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin: 80px auto 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top-point__list {
    max-width: 520px;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 40px auto 20px;
  }
}
@media screen and (max-width: 500px) {
  .top-point__list {
    gap: 12px;
  }
}

.top-point__item {
  text-align: center;
  padding: 12px 12px 30px;
  border-radius: 10px;
  border: 1px solid #B1B1B1;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .top-point__item {
    padding: 10px 14px;
  }
}
.top-point__item {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.top-point__item.is-anime {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-point__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.top-point__item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.top-point__item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.top-point__item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.top-point__item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.top-point__item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.top-point__item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.top-point__item:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.top-point__item:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.top-point__num {
  position: relative;
  font-size: 53px;
  display: block;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #707070;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .top-point__num {
    font-size: 37px;
  }
}
.top-point__num:before, .top-point__num:after {
  content: "";
  position: absolute;
  background-color: #B1B1B1;
  width: 30%;
  height: 1px;
  top: 60%;
}
@media screen and (max-width: 1024px) {
  .top-point__num:before, .top-point__num:after {
    width: 33px;
  }
}
.top-point__num:before {
  left: 0;
}
.top-point__num:after {
  right: 0;
}

.top-point__heading {
  color: #8E2247;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1.313rem, 1.071rem + 0.36vw, 1.5rem);
  line-height: 1.5;
  place-content: center;
  place-items: center;
  margin-top: 20px;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  .top-point__heading {
    height: 90px;
    margin-top: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .top-point__heading {
    height: 55px;
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 360px) {
  .top-point__heading {
    font-size: 17px;
  }
}

.top-point__btn {
  display: block;
}
@media screen and (min-width: 1025px) {
  .top-point__btn {
    margin-top: 80px;
    margin-right: 178px;
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .top-point__btn {
    margin-top: 40px;
    text-align: center;
    margin-right: 90px;
  }
}

.top-parallax {
  height: 334px;
  background: url("../img/top/parallax.jpg") no-repeat center/cover;
  background-attachment: fixed;
}
@media screen and (max-width: 1366px) {
  .top-parallax {
    display: none;
  }
}

.top-curriculum {
  background-color: #F6E6EB;
  padding: 120px 0;
  background-image: url("../img/common/bg01.png");
  background-repeat: repeat;
  background-size: 60px 60px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-curriculum {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-curriculum .inner2 {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .top-curriculum__boxWrap {
    width: 100vw;
    margin: 70px calc((50vw - 50%) * -1) 30px;
    padding-left: calc(50vw - 50%);
  }
}
@media screen and (max-width: 1024px) {
  .top-curriculum__boxWrap {
    margin: 40px auto;
  }
}

.curriculum-splide {
  display: -ms-grid;
  display: grid;
}
.curriculum-splide .splide__track {
  padding: 10px 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .curriculum-splide .splide__track:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 15%;
    height: calc(100% - 20px);
    display: block;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(60%, #f0f3f5));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #f0f3f5 60%);
  }
}
@media screen and (min-width: 1025px) {
  .curriculum-splide .splide__arrow.splide__arrow--prev {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .curriculum-splide .splide__arrow.splide__arrow--next {
    margin-right: 45px;
  }
}
.curriculum-splide .splide__arrow:disabled {
  pointer-events: none;
  opacity: 0;
}

.top-curriculum__item {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 6px 0 rgba(51, 51, 51, 0.3);
          box-shadow: 3px 3px 6px 0 rgba(51, 51, 51, 0.3);
}

.top-curriculum__link {
  position: relative;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.top-curriculum__link:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../img/common/arrow03.svg") no-repeat center/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 38px;
  height: 38px;
  right: 20px;
  bottom: 20px;
}
.top-curriculum__link:hover {
  background-color: #F0F3F5;
}
.top-curriculum__link:hover:after {
  background: url("../img/common/arrow03_hover.svg") no-repeat center/cover;
}

.top-curriculum__wrap {
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .top-curriculum__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .top-curriculum__wrap {
    display: block;
  }
}

.top-curriculum__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1025px) {
  .top-curriculum__box {
    padding: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .top-curriculum__box {
    padding: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .top-curriculum__box .top-curriculum__heading {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-curriculum__box .top-curriculum__heading {
    font-size: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .top-curriculum__box .top-curriculum__heading small {
    font-size: 1.041vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-curriculum__box .top-curriculum__heading small {
    font-size: 20px;
  }
}
.top-curriculum__box .top-curriculum__tag {
  display: inline-block;
  color: #539BBC;
  padding: 5px 15px;
  background-color: #fff;
  border: 1px solid #539BBC;
  border-radius: 20px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 0.729vw;
  line-height: 1.64;
  margin: 10px 0 40px;
}
@media screen and (max-width: 1024px) {
  .top-curriculum__box .top-curriculum__tag {
    margin: 10px 0 15px;
    font-size: 14px;
  }
}
.top-curriculum__box .top-curriculum__text {
  width: calc(100% - 40px);
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 1.64;
}
@media screen and (max-width: 1024px) {
  .top-curriculum__box .top-curriculum__text {
    font-size: 14px;
  }
}

.top-curriculum__btn {
  display: block;
}
@media screen and (min-width: 1025px) {
  .top-curriculum__btn {
    margin-top: 80px;
    margin-right: 178px;
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .top-curriculum__btn {
    margin-top: 40px;
    text-align: center;
    margin-right: 90px;
  }
}

.top-pickup {
  background-color: #fff;
  padding: 60px 0 80px;
}
@media screen and (min-width: 1025px) {
  .top-pickup .inner2 {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1024px) {
  .top-pickup .inner2 {
    width: 100%;
  }
}

.top-trial {
  padding: 100px 0 120px;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  .top-trial {
    padding: 50px 0 60px;
  }
}
.top-trial__head {
  font-size: 25px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  margin: 40px 0;
}

@media screen and (min-width: 1025px) {
  .top-trial__list {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 0 40px;
    height: 180px;
    margin: 220px 0 80px;
  }
  .top-trial__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top-trial__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .top-trial__list > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .top-trial__list > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .top-trial__list:before {
    content: "";
    z-index: 0;
    background: url("../img/top/trial.png") no-repeat center/contain;
    display: block;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .top-trial__list:before {
    width: 534px;
    height: 638px;
    position: absolute;
    right: -125px;
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-trial__list {
    max-width: 520px;
    display: block;
    margin: 0 auto 50px;
  }
}

.top-trial__item {
  position: relative;
  border: 1px solid #B1B1B1;
  background-color: #fff;
  border-radius: 10px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  color: #8E2247;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  place-items: center;
  place-content: center;
}
@media screen and (min-width: 1025px) {
  .top-trial__item {
    padding: 45px 40px;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top-trial__item {
    padding: 26px;
  }
  .top-trial__item:nth-child(n+2) {
    margin-top: 36px;
  }
}
.top-trial__item:not(:last-child):after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (min-width: 1025px) {
  .top-trial__item:not(:last-child):after {
    top: 0;
    right: -30px;
    margin: auto 0;
    bottom: 0;
    border-width: 8px 0 8px 13.9px;
    border-color: transparent transparent transparent #795D01;
  }
}
@media screen and (max-width: 1024px) {
  .top-trial__item:not(:last-child):after {
    bottom: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 11.5px 0 11.5px;
    border-color: #795D01 transparent transparent transparent;
  }
}

.top-trial__btn {
  display: block;
}
@media screen and (min-width: 1025px) {
  .top-trial__btn {
    margin-top: 80px;
    margin-right: 178px;
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .top-trial__btn {
    margin-top: 40px;
    text-align: center;
    margin-right: 90px;
  }
}

.top-classroom {
  position: relative;
  padding: 100px 0 120px;
}
@media screen and (max-width: 500px) {
  .top-classroom {
    padding: 60px 0;
  }
}
.top-classroom:before, .top-classroom:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: calc(100% - 200px);
  max-width: 1720px;
  height: 1px;
  background-color: #B1B1B1;
}
@media screen and (max-width: 500px) {
  .top-classroom:before, .top-classroom:after {
    width: calc(100% - 40px);
  }
}
.top-classroom:before {
  top: 0;
}
.top-classroom:after {
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .top-classroom .inner {
    width: inherit;
    max-width: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .top-classroom .inner {
    margin: 50px auto 0;
  }
}

.top-classroom__imgWrap {
  width: 100%;
}

.top-classroom__inner {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top-classroom__inner {
    margin-left: auto;
    width: calc(100% - 100px);
    max-width: 1490px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .top-classroom__inner {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .top-classroom__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 345fr 0 900fr;
    grid-template-columns: 345fr 900fr;
    gap: 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .top-classroom__box {
    min-width: 345px;
    margin-right: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .top-classroom__list {
    margin-top: 40px;
  }
}

.top-classroom__item:nth-child(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .top-classroom__item:nth-child(n+2) {
    margin-top: 30px;
  }
}

.top-classroom__link {
  position: relative;
  display: block;
  padding: 10px 10px 15px;
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 6px 0 rgba(51, 51, 51, 0.3);
          box-shadow: 3px 3px 6px 0 rgba(51, 51, 51, 0.3);
  border-radius: 100px;
  text-align: center;
}
.top-classroom__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  background-color: #8E2247;
  -webkit-mask: url("../img/common/arrow02.svg");
          mask: url("../img/common/arrow02.svg");
  width: 22px;
  height: 16px;
}
.top-classroom__link:hover {
  background-color: #8E2247;
  color: #fff;
}
.top-classroom__link:hover:after {
  background-color: #fff;
}

.top-classroom__btn {
  display: block;
}
@media screen and (min-width: 1025px) {
  .top-classroom__btn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .top-classroom__btn {
    margin-top: 40px;
    text-align: center;
  }
}

.top-blog {
  position: relative;
  padding: 100px 0 120px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .top-blog {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-blog .inner2 {
    width: 100%;
  }
}
.top-blog:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: calc(100% - 200px);
  max-width: 1720px;
  height: 1px;
  background-color: #B1B1B1;
}
@media screen and (max-width: 500px) {
  .top-blog:after {
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 1025px) {
  .top-blog__boxWrap {
    width: 100vw;
    margin: 70px calc((50vw - 50%) * -1) 30px;
    padding-left: calc(50vw - 50%);
  }
}
@media screen and (max-width: 1024px) {
  .top-blog__boxWrap {
    margin: 40px auto;
  }
}

.blog-splide {
  display: -ms-grid;
  display: grid;
}
.blog-splide .splide__track {
  padding: 10px 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .blog-splide .splide__track:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 15%;
    height: calc(100% - 20px);
    display: block;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(60%, #f0f3f5));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #f0f3f5 60%);
  }
}
@media screen and (min-width: 1025px) {
  .blog-splide .splide__arrow.splide__arrow--prev {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .blog-splide .splide__arrow.splide__arrow--next {
    margin-right: 45px;
  }
}
.blog-splide .splide__arrow:disabled {
  pointer-events: none;
  opacity: 0;
}

.top-blog__item {
  overflow: hidden;
}

.top-blog__link {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.top-blog__link:hover {
  color: #8E2247;
}
.top-blog__link:hover .top-blog__imgWrap > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.top-blog__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.top-blog__imgWrap {
  width: 100%;
  height: 260px;
  border-radius: 10px;
  overflow: hidden;
}
.top-blog__imgWrap > img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
}

.top-blog__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-blog__tagItem {
  margin-right: 20px;
}

.top-blog__tagLink {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 501px) {
  .top-blog__tagLink {
    font-size: 16px;
  }
}
.top-blog__tagLink:before {
  content: "";
  background: url("../img/common/icon-tag.svg") no-repeat center/contain;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.top-blog__tagLink:hover {
  color: #8E2247;
}

.top-blog__btn {
  display: block;
}
@media screen and (min-width: 1025px) {
  .top-blog__btn {
    text-align: right;
    margin-top: 80px;
    margin-right: 98px;
  }
}
@media screen and (max-width: 1024px) {
  .top-blog__btn {
    margin-top: 40px;
    text-align: center;
    margin-right: 90px;
  }
}

.top-blog__anchor:hover {
  color: #8E2247;
}
.top-blog__anchor:hover .top-blog__images {
  opacity: 0.8;
}

.top-blog__images {
  position: relative;
}
.top-blog__images > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 500px) {
  .top-blog__images > img {
    height: 196px;
    display: block;
  }
}

.top-blog__title {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  margin: 20px 0 15px;
}
@media screen and (min-width: 501px) {
  .top-blog__title {
    font-size: 16px;
    line-height: 1.38;
  }
}

.top-blog__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px 0 0;
}

.archive-tag__wrap {
  margin-top: 10px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.top-blog__tag {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  margin-right: 10px;
}
.top-blog__tag:before, .top-blog__tag:after {
  content: "";
}
.top-blog__tag:before {
  background: url("../img/common/icon_tag.svg") no-repeat center/contain;
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 17px;
  margin-right: 10px;
}
.top-blog__tag:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #333;
}

.top-blog__text {
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .top-blog__text {
    font-size: 15px;
    line-height: 1.86;
  }
}

@media screen and (min-width: 1025px) {
  .top-blog__btn {
    text-align: right;
    margin-top: 80px;
    margin-right: 178px;
  }
}

.top-news {
  background-color: #F6E6EB;
  padding: 120px 0;
  background-image: url("../img/common/bg01.png");
  background-repeat: repeat;
  background-size: 60px 60px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-news {
    padding: 40px 0;
  }
}

.top-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.top-news__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 500px;
  height: 100%;
}

.top-news__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .top-news__box {
    display: block;
  }
}

.top-news__head {
  display: block;
}
@media screen and (min-width: 1025px) {
  .top-news__head {
    margin-right: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .top-news__head .c-heading {
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .top-news__head .top-news__btn {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__head .top-news__btn {
    margin-top: 40px;
    text-align: center;
  }
}

.top-news__list {
  display: block;
}
@media screen and (min-width: 1025px) {
  .top-news__list {
    width: calc(100% - 400px);
    margin-left: auto;
  }
}

.top-news__item:nth-child(n+2) {
  border-top: 1px solid #707070;
}

.top-news__link {
  padding: 20px 0;
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.top-news__link:hover {
  color: #8E2247;
}

.top-news__date {
  font-size: 15px;
}

.top-news__title {
  margin-top: 15px;
}

.top-news__text {
  margin-top: 5px;
}

.top-link {
  padding: 100px 0 120px;
}
@media screen and (max-width: 1024px) {
  .top-link {
    padding: 60px 0;
  }
}

.top-link__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
}
@media screen and (max-width: 1024px) {
  .top-link__list {
    max-width: 520px;
    margin: 0 auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
}

.top-link__item {
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 3px 3px 6px 0 rgba(51, 51, 51, 0.3);
          box-shadow: 3px 3px 6px 0 rgba(51, 51, 51, 0.3);
  border-radius: 10px;
}

.top-link__link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px auto;
  grid-template-columns: 160px auto;
  background-color: #8E2247;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .top-link__link {
    -ms-grid-columns: 135px auto;
    grid-template-columns: 135px auto;
  }
}
.top-link__link:hover {
  background-color: #fff;
  color: #8E2247;
}

.top-link__img {
  -o-object-fit: cover;
     object-fit: cover;
}

.top-link__text {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  place-items: center;
  place-content: center;
}
@media screen and (min-width: 1025px) {
  .top-link__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .top-link__text {
    font-size: 20px;
  }
}

.top-group {
  padding-bottom: 120px;
}
.top-group .c-heading {
  font-size: 30px;
}
.top-group__list {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .top-group__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    place-items: center;
    place-content: center;
  }
  .top-group__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top-group__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .top-group__list > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .top-group__list > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
}
@media screen and (max-width: 1024px) {
  .top-group__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 3fr;
    grid-template-rows: 3fr;
  }
  .top-group__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top-group__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

.top-group__item {
  display: block;
  background-color: #fff;
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .top-group__item:nth-child(odd) {
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .top-group__item:nth-child(even) {
    margin-right: auto;
  }
}
@media screen and (min-width: 1025px) {
  .top-group__item .top-group__img {
    width: 225px;
  }
}
@media screen and (max-width: 1024px) {
  .top-group__item .top-group__img {
    width: 158px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .top-group__item .top-group__img {
    width: 120px;
  }
}

.top-group__link {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-group__link:hover {
  opacity: 0.7;
}