main {
  position: relative;
  overflow: hidden;
}
main:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 351px;
  height: 110%;
  background: #0048CF;
  rotate: 39deg;
}
@media screen and (max-width: 768px) {
  main:after {
    display: none;
  }
}

.main-area {
  position: relative;
  z-index: 1;
}
.main-area .slick-list {
  height: 100%;
}
.main-area .slick-list .slick-track {
  height: 100%;
}

section {
  padding: 70px 0 50px;
  position: relative;
}
section + section {
  padding-top: 50px;
}
section:has(.product-list):after, section:has(.news-list):after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: #FFF;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section .container {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin-inline: auto;
}
section hgroup.hgroup {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
section hgroup.hgroup + * {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  section hgroup.hgroup + * {
    margin-top: 15px;
  }
}
section .section-title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  section .section-title {
    font-size: clamp(40px, 6vw, 72px);
  }
}
section .section-title_ja {
  font-size: 16px;
  font-weight: 700;
  translate: 0 -4px;
  line-height: 1;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  section .section-title_ja {
    grid-template-columns: 20px 1fr;
    font-size: 14px;
  }
}
section .section-title_ja:before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #0048CF;
}
@media screen and (max-width: 768px) {
  section .section-title_ja:before {
    width: 20px;
    height: 2px;
  }
}
section .container .contents:has(.news-list) {
  display: grid;
  grid-template-columns: 533px 1fr;
  gap: 60px;
}
@media screen and (max-width: 1160px) {
  section .container .contents:has(.news-list) {
    grid-template-columns: 40% 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  section .container .contents:has(.news-list) {
    display: flex;
    flex-direction: column;
  }
  section .container .contents:has(.news-list) picture {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-right: 15px;
  }
  section .container .contents:has(.news-list) picture img {
    width: 100%;
  }
}
section .container .contents .news-list {
  margin-top: 0;
}
section .container .contents .news-list .to_index a{
    width: fit-content;
    height: 60px;
    border: 3px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    margin-inline: auto;
    margin-top: 40px;
    padding: 0 50px;
    position: relative;
    text-decoration: none;
}
section .container .contents .news-list .to_index a:after{
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 19px;
    translate: 0 -50%;
    width: 13px;
    height: 6px;
    background: url(../img/product/icon_btn.svg) no-repeat left top;
    background-size: cover;
}
section .container .contents .product-list {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}
@media screen and (max-width: 768px) {
  section .container .contents .product-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-inline: 0;
  }
}
section .container .contents .product-list .product {
  display: grid;
}
section .container .contents .product-list .product picture,
section .container .contents .product-list .product .text-area {
  grid-row: 1/2;
  grid-column: 1/2;
}
section .container .contents .product-list .product .text-area {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 100px 1fr;
  height: 100px;
  gap: 19px;
}
@media screen and (max-width: 768px) {
  section .container .contents .product-list .product .text-area {
    grid-template-columns: 50px 1fr;
    height: auto;
  }
}
section .container .contents .product-list .product .text-area:before {
  content: "01";
  display: flex;
  width: 100px;
  height: 100px;
  background: #0048CF;
  border-radius: 0 0 10px 0;
  font-size: 40px;
  font-weight: 600;
  color: #FFF;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  section .container .contents .product-list .product .text-area:before {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
section .container .contents .product-list .product .text-area hgroup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  section .container .contents .product-list .product .text-area hgroup {
    justify-content: flex-start;
    padding-top: 8px;
  }
}
section .container .contents .product-list .product .text-area .product-name {
  font-size: 45px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #FFF;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  section .container .contents .product-list .product .text-area .product-name {
    font-size: clamp(35px, 4vw, 45px);
  }
}
section .container .contents .product-list .product .text-area .product-name_ja {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
section .container .contents .product-list .product:nth-of-type(2) .text-area:before {
  content: "02";
}
section .container .contents .product-list .product:nth-of-type(3) .text-area:before {
  content: "03";
}
section .container .contents .product-list .product:nth-of-type(4) .text-area:before {
  content: "04";
}
section .container .contents .contents-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  section .container .contents .contents-list {
    display: flex;
    flex-direction: column;
  }
}
section .container .contents .contents-list .contents-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
section .container .contents .contents-list .contents-item .text-info .date {
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  section .container .contents .contents-list .contents-item .text-info .date {
    font-size: 13px;
  }
}
section .container .contents .contents-list .contents-item .text-info .headline {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  section .container .contents .contents-list .contents-item .text-info .headline {
    font-size: 16px;
  }
}
section .container .contents .contents-block {
  width: 100%;
  max-width: 1026px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  section .container .contents .contents-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
  }
}
section .container .contents .contents-block .contents-item {
  display: grid;
}
section .container .contents .contents-block .contents-item picture,
section .container .contents .contents-block .contents-item hgroup {
  grid-row: 1/2;
  grid-column: 1/2;
}
section .container .contents .contents-block .contents-item hgroup {
  position: relative;
  z-index: 1;
  padding: 24px 30px;
  padding: 15px 20px;
}
section .container .contents .contents-block .contents-item hgroup .item-name {
  font-size: 35px;
  font-weight: 600;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  section .container .contents .contents-block .contents-item hgroup .item-name {
    font-size: clamp(30px, 3.5vw, 35px);
  }
}
section .container .contents .contents-block .contents-item hgroup .item-name_ja {
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  section .container .contents .contents-block .contents-item hgroup .item-name_ja {
    font-size: clamp(16px, 2vw, 20px);
  }
}
section:has(.product-list), section:has(.contents-list) {
  background: #FFF;
  z-index: 1;
}
section:has(.contents-block) {
  position: static;
}
@media screen and (max-width: 768px) {
  section:has(.contents-block) {
    position: relative;
  }
}
section:has(.contents-block) .contents-block {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
section:has(.contents-block):after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E7E5ED;
  z-index: -1;
}
section:has(.contents-block):before {
  content: "";
  position: absolute;
  display: none;
  top: -50vw;
  left: 20vw;
  width: 100%;
  max-width: 50vw;
  height: 200vh;
  background: #0048CF;
  rotate: 39deg;
}
@media screen and (max-width: 768px) {
  section:has(.contents-block):before {
    display: block;
  }
}

.bottom-img {
  position: relative;
  z-index: 2;
}

/*# sourceMappingURL=top.css.map */
