body.home .mv {
  position: relative;
}
body.home .mv .mv__slider .mv__slider-item {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 170.6666666667%;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  body.home .mv .mv__slider .mv__slider-item {
    padding-top: 45.6944444444%;
  }
}
body.home .mv .mv__slider .mv__slider-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 20s ease 0.8s;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  body.home .mv .mv__slider .mv__slider-item img.left {
    object-position: left;
  }
  body.home .mv .mv__slider .mv__slider-item img.center {
    object-position: center;
  }
  body.home .mv .mv__slider .mv__slider-item img.right {
    object-position: right;
  }
}
body.home .mv .mv__slider .mv__slider-item.swiper-slide-active img, body.home .mv .mv__slider .mv__slider-item.swiper-slide-duplicate-active img, body.home .mv .mv__slider .mv__slider-item.swiper-slide-duplicate-prev img, body.home .mv .mv__slider .mv__slider-item.swiper-slide-prev img {
  transform: scale(1.1);
}
body.home .mv .mv__content {
  position: absolute;
  top: min(52.2666666667vw, 12.25rem);
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 100%;
  max-width: 1270px;
  margin-inline: auto;
  padding-inline: 15px;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  body.home .mv .mv__content {
    top: min(13.5416666667vw, 16.25rem);
  }
}
body.home .mv .mv__header {
  font-size: 8.2666666667vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.75;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  body.home .mv .mv__header {
    display: flex;
    justify-content: center;
  }
}
@media print, screen and (min-width: 769px) {
  body.home .mv .mv__header {
    font-size: min(3.6220472441vw, 2.875rem);
  }
}
body.home .mv .mv__btn {
  width: min(62.6666666667vw, 14.6875rem);
  margin-top: 20px;
}
@media print, screen and (min-width: 769px) {
  body.home .mv .mv__btn {
    width: 260px;
  }
}
body.home .mv .mv__btn svg {
  width: 1em;
}
body.home .mv .mv__btn .mv__btn-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
body.home .pickup {
  position: relative;
  margin-top: -27.4666666667vw;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  body.home .pickup {
    font-size: min(1.1111111111vw, 1rem);
    margin-top: -7.3125em;
  }
}
@media print, screen and (min-width: 769px) {
  body.home .pickup .pickup__inner {
    max-width: 1140px;
    padding-inline: 90px;
  }
}
body.home .pickup .pickup__header {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body.home .pickup .pickup__header {
    top: -5.3333333333vw;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0.41;
  }
}
@media print, screen and (min-width: 769px) {
  body.home .pickup .pickup__header {
    font-size: min(10.5263157895vw, 7.5rem);
    bottom: -13px;
    right: min(11.8888888889vw, 6.6875rem);
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
body.home .pickup .pickup__title {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 11px;
  font-size: 4.8vw;
  font-weight: 600;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  body.home .pickup .pickup__title {
    justify-content: flex-start;
    font-size: min(2.6666666667vw, 1.5rem);
  }
}
@media print, screen and (min-width: 769px) {
  body.home .pickup .pickup__title:before {
    content: "";
    display: block;
    width: 1.5833333333em;
    height: 1px;
    background-color: #fff;
  }
}
body.home .pickup .pickup__content {
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  body.home .pickup .pickup__content {
    row-gap: 24px;
  }
}
@media print, screen and (min-width: 769px) {
  body.home .pickup .pickup__content {
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  body.home .pickup .pickup__item {
    width: 48.5%;
  }
}
body.home .pickup .pickup__item .pickup__item-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 47.2vw;
}
@media print, screen and (min-width: 769px) {
  body.home .pickup .pickup__item .pickup__item-image {
    padding-top: 52.6997840173%;
  }
}
body.home .pickup .pickup__item .pickup__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home .pickup .pickup__item .pickup__item-content {
  padding: 10px 14px 18px;
}
@media print, screen and (min-width: 769px) {
  body.home .pickup .pickup__item .pickup__item-content {
    padding: min(3.0303030303vw, 1.875rem) min(3.0303030303vw, 1.875rem);
  }
}
body.home .pickup .pickup__item .pickup__item-title {
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: var(--text-color-title);
}
@media print, screen and (min-width: 769px) {
  body.home .pickup .pickup__item .pickup__item-title {
    font-size: 18px;
  }
}
body.home .pickup .pickup__item .pickup__item-subtitle {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4285714286;
  color: var(--text-color-subtitle);
}
@media screen and (max-width: 768px) {
  body.home .pickup .pickup__item .pickup__item-subtitle {
    padding-right: 13.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  body.home .pickup .pickup__item .pickup__item-subtitle {
    font-size: 14px;
  }
}
body.home .about {
  background-image: url(../images/top/about_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  margin-top: 24vw;
}
@media print, screen and (min-width: 769px) {
  body.home .about {
    background-image: url(../images/top/about_bg.jpg);
    margin-top: 120px;
  }
}
body.home .about .about__inner {
  position: relative;
  top: -11.4666666667vw;
}
@media print, screen and (min-width: 769px) {
  body.home .about .about__inner {
    top: -54px;
    left: 0;
    max-width: 562px;
    margin-left: auto;
    margin-right: 0;
  }
}
body.home .about .about__text {
  margin-top: 6.4vw;
}
@media print, screen and (min-width: 769px) {
  body.home .about .about__text {
    margin-top: 37px;
  }
}
body.home .about .about__btn {
  width: min(62.6666666667vw, 14.6875rem);
  margin-top: 20px;
}
@media print, screen and (min-width: 769px) {
  body.home .about .about__btn {
    width: 260px;
    margin-top: 30px;
  }
}
body.home .features {
  padding-top: 12.5333333333vw;
  padding-bottom: 25.0666666667vw;
}
@media print, screen and (min-width: 769px) {
  body.home .features {
    padding-top: 80px;
    padding-bottom: 210px;
  }
}
body.home .features .features__list {
  margin-top: 6.9333333333vw;
}
@media screen and (max-width: 768px) {
  body.home .features .features__list {
    row-gap: 5.8666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  body.home .features .features__list {
    column-gap: 32px;
    margin-top: 40px;
  }
}
body.home .features .features__item a:hover {
  opacity: 0.6;
}
body.home .features .features__item .features__item-text {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 16px;
}
body.home .news {
  padding-bottom: 10.6666666667vw;
}
@media print, screen and (min-width: 769px) {
  body.home .news {
    padding-bottom: 270px;
  }
}
body.home .news .news__header-wrapper {
  position: relative;
  top: -13.3333333333vw;
}
@media print, screen and (min-width: 769px) {
  body.home .news .news__header-wrapper {
    top: -4.875em;
    padding-left: min(8.6846543002vw, 6.4375rem);
    text-align: left;
  }
}
body.home .news .news__header-wrapper .news__header {
  color: #DEDEDE;
}
body.home .news .news__content {
  margin-top: -10.6666666667vw;
}
@media print, screen and (min-width: 769px) {
  body.home .news .news__content {
    font-size: min(1.384083045vw, 1rem);
    max-width: 560px;
    margin-top: -8.125em;
    margin-left: auto;
    margin-right: min(17.3010380623vw, 12.5rem);
  }
}
@media print, screen and (min-width: 769px) {
  body.home .news .news__item:last-of-type .news__link {
    border-bottom: none;
  }
}
body.home .news .news__link {
  display: grid;
  grid-template-columns: min-content;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 12px;
  grid-row-gap: 6px;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 20px;
  padding-bottom: 14px;
}
@media print, screen and (min-width: 769px) {
  body.home .news .news__link {
    grid-row-gap: 0px;
    padding-top: 30px;
    padding-bottom: 24px;
  }
}
body.home .news .news__title {
  grid-area: 1/1/2/4;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--color-text-base);
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  body.home .news .news__title {
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 769px) {
  body.home .news .news__title {
    font-size: 16px;
  }
}
body.home .news .news__date {
  grid-area: 2/1/3/2;
  font-family: "Bodoni 72 Book", serif;
  font-size: 12px;
  line-height: 1.75;
  color: #7B7B7B;
}
body.home .news .news__cat {
  grid-area: 2/2/3/3;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 1.75;
  color: var(--color-key);
  background-color: #fff;
  width: fit-content;
  border-radius: 3px;
  padding-inline: 7px;
}
body.home .news .news__btn {
  max-width: 235px;
  margin-top: 26px;
}
@media print, screen and (min-width: 769px) {
  body.home .news .news__btn {
    max-width: 260px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  body.home .contact {
    padding-bottom: 17.0666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  body.home .contact {
    padding-bottom: 120px;
  }
}
body.home .contact .contact__inner {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  body.home .contact .contact__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -11.9444444444vw;
    max-width: 1210px;
  }
}
body.home .contact .contact__header-wrapper .contact__header {
  color: #DEDEDE;
}
@media screen and (max-width: 768px) {
  body.home .contact .contact__img {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
@media print, screen and (min-width: 769px) {
  body.home .contact .contact__img {
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  body.home .contact .contact__content {
    margin-top: -11.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  body.home .contact .contact__content {
    width: 96.5%;
    padding-left: 4.5%;
  }
}
body.home .contact .contact__lead {
  color: var(--color-text-base);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  margin-top: 25px;
}
@media print, screen and (min-width: 769px) {
  body.home .contact .contact__lead {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 40px;
  }
}
body.home .contact .contact__text {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--color-text-base);
  font-size: 14px;
  line-height: 2;
  margin-top: 18px;
}
@media print, screen and (min-width: 769px) {
  body.home .contact .contact__text {
    font-size: 16px;
    line-height: 2;
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  body.home .contact .contact__btn {
    width: min(62.6666666667vw, 14.6875rem);
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  body.home .contact .contact__btn {
    max-width: 260px;
    margin-top: 27px;
  }
}/*# sourceMappingURL=top.css.map */
