.top {
  padding: 0 0 120px;
}
@media (max-width: 767px) {
  .top {
    padding: 0 0 32vw;
  }
}
@media screen and (min-width: 768px), print {
  .top {
    padding: 0 0 154px;
  }
}
.top-mv {
  min-height: 596px;
  padding: 0 16px 56px;
}
.top-mv__images {
  position: relative;
}
.top-mv__container {
  border-radius: 40px 0 40px 0;
  overflow: hidden;
  aspect-ratio: 343/320;
}
.top-mv__container-wrapper {
  display: flex;
  aspect-ratio: 343/320;
}
.top-mv__container-item {
  flex: 0 0 100%;
  width: 100%;
}
.top-mv__arrows {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  translate: 0 50%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 120px;
  height: 56px;
}
.top-mv__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  background: url(../images/svg/arrow02.svg) no-repeat;
  background-position: center;
  background-size: 17px 14px;
  background-color: var(--color-orange01);
  border-radius: 56px;
  transition: background-color 0.4s ease;
}
.top-mv__arrow.prev {
  scale: -1 1;
}
.top-mv__arrow[aria-disabled="true"] {
  background-color: var(--color-grey04);
}
.top-mv__title {
  padding: 0 8px;
  margin: 58px 0 0;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 48px;
}
.top-mv__button {
  padding: 0 8px;
  margin: 30px 0 0;
}
.top-mv__button .c-button {
  margin: 0;
}
@media (max-width: 767px) {
  .top-mv {
    min-height: 158.93vw;
    padding: 0 4.27vw 14.93vw;
  }
  .top-mv__container {
    border-radius: 10.67vw 0 10.67vw 0;
  }
  .top-mv__arrows {
    width: 32vw;
    height: 14.93vw;
  }
  .top-mv__arrow {
    flex: 0 0 14.93vw;
    width: 14.93vw;
    height: 14.93vw;
    background-size: 4.53vw 3.73vw;
    border-radius: 14.93vw;
  }
  .top-mv__title {
    padding: 0 8px;
    margin: 58px 0 0;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 48px;
  }
  .top-mv__button {
    padding: 0 8px;
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .top-mv {
    position: relative;
    min-height: 596px;
    padding: 0 48px 92px min(520px, 36.1vw);
  }
  .top-mv__images {
    height: 100%;
  }
  .top-mv__container {
    height: 100%;
    border-radius: 200px 0 200px 0;
    aspect-ratio: auto;
  }
  .top-mv__container-wrapper {
    aspect-ratio: auto;
  }
  .top-mv__arrows {
    translate: none;
    width: 124px;
  }
  .top-mv__arrow {
    transition: background-color 0.4s ease-out, background-image 0.4s ease-out;
  }
  .top-mv__arrow[aria-disabled="true"] {
    background-color: var(--color-grey04);
  }
  .top-mv__arrow[aria-disabled="false"] {
    cursor: pointer;
  }
  .top-mv__arrow[aria-disabled="false"]:hover {
    border: 1px solid var(--color-orange01);
    background-color: #fff;
    background-image: url(../images/svg/arrow02--orange01.svg);
  }
  .top-mv__box {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: min(10.5vw, 152px);
    translate: 0 -50%;
    padding: 58px 0 0;
    padding: 0;
  }
  .top-mv__title {
    padding: 0;
    margin: 0;
    font-size: 40px;
    line-height: 68px;
  }
  .top-mv__button {
    padding: 0;
    margin: 42px 0 0;
  }
  .top-mv__button .c-button {
    translate: 0 -15px;
    margin: 15px 0 0;
  }
  .top-mv__scroll {
    position: absolute;
    bottom: -20px;
    left: 48px;
    width: 60px;
    height: 77px;
  }
  .top-mv__scroll::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    translate: -50% 0;
    width: 1px;
    height: 57px;
    background-color: var(--color-grey04);
  }
  .top-mv__scroll-text {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    color: var(--color-black02);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
  }
  .top-mv__scroll-dot {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 8px;
    height: 57px;
    translate: -50% 0;
    overflow: hidden;
  }
  .top-mv__scroll-dot::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: var(--color-orange01);
  }
  .top-mv__scroll-dot::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 1px;
    height: 57px;
    background-color: var(--color-orange01);
    animation: scrollLine 6s linear infinite;
  }
}
@keyframes scrollDot {
  0% {
    translate: -50% -57px;
  }
  100% {
    translate: -50% 114px;
  }
}
@keyframes scrollLine {
  0% {
    translate: -50% -57px;
  }
  100% {
    translate: -50% 114px;
  }
}
.top-news {
  padding: 0 20px;
  margin: 120px 0 0;
}
.top-news .p-news__title + .p-news__item {
  margin: 40px 0 0;
}
.top-news .p-news__index {
  margin: 32px -5px 0 0;
}
@media (max-width: 767px) {
  .top-news {
    padding: 0 5.33vw;
    margin: 32vw 0 0;
  }
  .top-news .p-news__title + .p-news__item {
    margin: 10.67vw 0 0;
  }
  .top-news .p-news__index {
    margin: 8.53vw -1.33vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .top-news {
    width: 1136px;
    padding: 0 0 0 240px;
    margin: 80px auto 0;
  }
  .top-news .p-news {
    position: relative;
  }
  .top-news .p-news__title + .p-news__item {
    margin: 68px 0 0;
  }
  .top-news .p-news__index {
    margin: 0;
  }
  .top-news .c-news {
    gap: 14px 48px;
  }
  .top-news .c-news__text {
    padding: 0 0 0 72px;
  }
}
.top-pickup {
  padding: 0 16px;
  margin: 120px 0 0;
}
.top-pickup__wrapper {
  display: flex;
}
.top-pickup__item {
  position: relative;
  display: block;
  flex: 0 0 100%;
  width: 100%;
  border-radius: 40px 0 40px 0;
  overflow: hidden;
}
.top-pickup__image {
  aspect-ratio: 343/261;
}
.top-pickup__image picture,
.top-pickup__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.top-pickup__block {
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-out;
}
.top-pickup__block::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: #d04901;
  opacity: 0.5;
}
.top-pickup__item.pickup-active .top-pickup__block {
  opacity: 1;
  pointer-events: auto;
}
.top-pickup__name {
  margin: 10px 0 0;
  color: var(--color-black01);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 41px;
}
.top-pickup__name::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 12px;
  background: url("../images/svg/blank01.svg") no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0);
  transition: filter 0.4s ease-out;
}
.top-pickup__desc {
  margin: -6px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 41px;
}
@media (max-width: 767px) {
  .top-pickup {
    padding: 0 4.27vw;
    margin: 32vw 0 0;
  }
  .top-pickup__item {
    border-radius: 10.67vw 0 10.67vw 0;
  }
  .top-pickup__item + .top-pickup__item {
    margin: 8.53vw 0 0;
  }
  .top-pickup__name {
    margin: 2.67vw 0 0;
    font-size: 6.4vw;
    font-size: 5vw;
    line-height: 10.93vw;
  }
  .top-pickup__name::after {
    width: 4.27vw;
    height: 4.27vw;
    margin: 0 0 0 3.2vw;
  }
  .top-pickup__desc {
    margin: -1.6vw 0 0;
    font-size: 3.73vw;
    line-height: 10.93vw;
  }
}
@media screen and (min-width: 768px), print {
  .top-pickup {
    width: 1136px;
    padding: 0 328px 0 0;
    padding: 0;
    margin: 200px auto 0;
  }
  .top-pickup__list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 58px;
  }
  .top-pickup__item {
    flex: 0 0 340px;
    width: 340px;
    border-radius: 0;
  }
  .top-pickup__item:hover .top-pickup__block {
    opacity: 1;
    pointer-events: auto;
  }
  .top-pickup__image {
    border-radius: 64px 0 64px 0;
    overflow: hidden;
  }
  .top-pickup__name {
    margin: 10px 0 0;
    font-size: 20px;
    transition: color 0.4s ease-out;
  }
  .top-pickup__name::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url("../images/svg/blank01--orange.svg") no-repeat;
    background-position: center;
    background-size: contain;
  }
  .top-pickup__item:hover .top-pickup__name {
    color: var(--color-orange01);
  }
  .top-pickup__item:hover .top-pickup__name::after {
    filter: none;
  }
  .top-pickup .p-products__pager {
    padding: 0 110px 0 0;
    margin: 73px 0 0;
    width: 1080px;
  }
}
.top-company {
  padding: 0 20px;
  margin: 108px 0 0;
}
.top-company__subtitle {
  margin: 28px 0 0;
}
.top-company__text {
  margin: 11px 0 0;
  line-height: 36px;
}
.top-company__button {
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .top-company {
    padding: 0 5.33vw;
    margin: 28.8vw 0 0;
  }
  .top-company__subtitle {
    margin: 7.47vw 0 0;
  }
  .top-company__text {
    margin: 2.93vw 0 0;
    line-height: 9.6vw;
  }
  .top-company__button {
    margin: 8vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .top-company {
    width: 1136px;
    padding: 0 60px 0 0;
    margin: 186px auto 0;
  }
  .top-company__row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 134px;
    margin: 54px 0 0;
  }
  .top-company__subtitle {
    flex: 0 0 374px;
    width: 374px;
    margin: 0;
    font-size: 28px;
    line-height: 52px;
  }
  .top-company__box {
    flex: 0 0 560px;
    width: 560px;
    padding: 2px 0 0;
  }
  .top-company__text {
    margin: 0;
  }
  .top-company__button {
    margin: 53px 0 0;
  }
}
.top-products {
  position: relative;
  z-index: 1;
  padding: 108px 16px;
  margin: 120px 0 0;
}
.top-products::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: var(--color-grey01);
  border-radius: 64px 0 64px 0;
}
.top-products__title {
  padding: 0 4px;
}
@media (max-width: 767px) {
  .top-products {
    padding: 28.8vw 4.27vw;
    margin: 32vw 0 0;
  }
  .top-products::before {
    border-radius: 17.07vw 0 17.07vw 0;
  }
  .top-products__title {
    padding: 0 1.07vw;
  }
  .top-products .p-products__item + .p-products__item {
    margin: 12.8vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .top-products {
    padding: 186px 0 200px;
    margin: 160px 0 0;
  }
  .top-products::before {
    border-radius: 200px 0 200px 0;
  }
  .top-products__title {
    width: 1136px;
    padding: 0;
    margin: 0 auto;
  }
  .top-products__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    width: 1136px;
    padding: 0;
    margin: 0 auto;
  }
}
.top-products-item {
  margin: 38px 0 0;
}
@media (max-width: 767px) {
  .top-products-item {
    margin: 10.13vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .top-products-item {
    width: 1136px;
    margin: 66px auto 0;
  }
}
.top-products-list {
  margin: 48px 0 0;
}
@media (max-width: 767px) {
  .top-products-list {
    margin: 12.8vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .top-products-list {
    width: 1136px;
    margin: 80px auto 0;
  }
}
.top-blog {
  padding: 0 16px;
  margin: 118px 0 0;
}
.top-blog .p-blog__title {
  padding: 0 4px;
}
.top-blog .p-blog__item + .p-blog__item {
  margin: 28px 0 0;
}
.top-blog .p-blog__index {
  margin: 32px 0 0;
}
@media (max-width: 767px) {
  .top-blog {
    padding: 0 4.27vw;
    margin: 31.47vw 0 0;
  }
  .top-blog .p-blog__title {
    padding: 0 1.07vw;
  }
  .top-blog .p-blog__item + .p-blog__item {
    margin: 7.47vw 0 0;
  }
  .top-blog .p-blog__index {
    margin: 8.53vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .top-blog {
    width: 1136px;
    padding: 0;
    margin: 190px auto 0;
  }
  .top-blog .p-blog__title {
    padding: 0;
  }
  .top-blog .p-blog__item + .p-blog__item {
    margin: 40px 0 0;
  }
  .top-blog .p-blog__index {
    margin: 32px 0 0;
  }
  .top-blog .c-blog a {
    gap: 64px;
  }
  .top-blog .c-blog__image {
    flex: 0 0 368px;
    width: 368px;
    border-radius: 40px 0 40px 0;
  }
  .top-blog .c-blog__block {
    padding: 30px 0 0;
  }
  .top-blog .c-blog__more {
    top: 59px;
    right: 8px;
  }
  .top-blog .p-blog__index {
    margin: 0;
  }
}
