/*--========================================
 top page
========================================-- */
:where(.top h2) {
  font-size: var(--font-size-46-24);
  text-align: center;
}
:where(.top a) {
  text-decoration: none;
}
/*--== lab-page-header ============--*/
.top main.lab-main .lab-page-header {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 264px;
  margin-bottom: 0 !important;
}
.top .page-header-wrapper {
  padding-right: 32px;
  background: var(--color-gradient-green);
}
.top .page-header-group {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 748px;
  height: 100%;
  padding-left: 20px;
  margin-inline: auto 0;
}
.top .page-header-title img {
  max-width: 256px;
  width: 22.333vw;
  height: auto;
}
.top .page-header-txt p {
  color: var(--color-white);
  font-size: var(--font-size-16-15);
  font-weight: 300;
}
.top .page-header-btn {
  display: block;
  max-width: 286px;
  width: 36.248vw;
  color: var(--color-main-green);
  font-size: var(--font-size-16-15);
  font-weight: 500;
  padding: 12px 20px 12px 5px;
  margin-top: 16px;
  background: var(--color-light-green) url(../../../assets/images/icons/icon-arrow-gr.svg) center right 12px no-repeat;
  background-size: 8px 13px;
  border-radius: 4px;
  transition: all 0.4s ease;
}
.top .page-header-btn:hover {
  /* background-color: var(--color-light-orange); */
  opacity: 0.8;
}
.top .page-header-cover {
  display: flex;
  height: 100%;
  overflow: hidden;
}
/* .top .page-header-cover .splide__list {
  aspect-ratio: 640/264;
} */
.top .page-header-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 1200px) {
  .top main.lab-main .lab-page-header {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  }
  .top .page-header-wrapper {
    padding-right: 1vw;
  }
}
@media (max-width: 1130px) and (min-width: 769px) {
  .top .page-header-group {
    flex-direction: column;
    gap: 1vw;
    padding-block: 2vw;
  }
  .top .page-header-title img {
    width: 12.333vw;
  }
}
@media (max-width: 768px) {
  .top main.lab-main .lab-page-header {
    display: flex;
    flex-direction: column-reverse;
    max-height: initial;
  }
  .top .page-header-wrapper {
    width: 100%;
    padding-top: 7.179vw;
    padding-bottom: 7.692vw;
    padding-inline: 7.692vw;
  }
  .top .page-header-group {
    gap: 10px 0;
    max-width: initial;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    margin-inline: auto;
  }
  .top .page-header-title {
    max-width: 289px;
  }
  .top .page-header-txt {
    padding-right: 0;
  }
  .top .page-header-title img {
    max-width: 289px;
    width: 100%;
    height: auto;
  }
  .top .page-header-btn {
    max-width: 490px;
    width: 39.974vw;
    margin-inline: auto;
  }
  .top .page-header-img {
    width: 100%;
  }
  .top .page-header-cover img {
    vertical-align: bottom;
  }
}
@media (max-width: 480px) {
  .top .page-header-title img {
    width: 100%;
    height: auto;
  }
  .top .page-header-btn {
    width: 78.718vw;
  }
}
/*--== top-hints-list =================--*/
.top .top-hints-list {
  padding-top: clamp(40px, calc(32.57142857142857px + 1.9047619047619049vw), 60px);
  padding-bottom: clamp(70px, calc(60.34285714285714px + 2.4761904761904763vw), 96px);
}
.top-hints-list h3 {
  color: var(--color-main-green);
  font-size: var(--font-size-32-24);
  text-align: center;
  margin-block: clamp(32px, calc(29.771428571428572px + 0.5714285714285714vw), 38px);
}
.top-hints-list .hints-list-item {
  position: relative;
  margin-top: 40px;
}
.top-hints-list .hints-list-item .slug-list .slug {
  position: absolute;
  top: -34.9px;
  left: 0;
  min-height: 34px;
  font-size: var(--font-size-18);
  padding: 0.2em 0.5em 0.3em;
  border-radius: 4px 4px 0 0;
}
@media (max-width: 768px) {
  .top-hints-list h3 {
    font-size: var(--font-size-18);
  }
}
/*--== product-cat ================--*/
.product-cat {
  padding-bottom: clamp(60px, calc(52.57142857142857px + 1.9047619047619049vw), 80px);
}
.product-cat h3 {
  color: var(--color-main-green);
  font-size: var(--font-size-32-18);
  text-align: center;
}
.product-cat-wrapper {
  position: relative;
  max-width: 1320px;
  width: 100%;
  padding-top: clamp(48px, calc(36.114285714285714px + 3.0476190476190474vw), 80px);
  padding-bottom: clamp(40px, calc(32.57142857142857px + 1.9047619047619049vw), 60px);
  margin-inline: auto;
  background-color: var(--color-back-01-light);
  border: var(--color-main-green) 1px solid;
  border-radius: 16px;
}
.product-cat-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 21px;
  margin-inline: auto;
  clip-path: polygon(50% 21px, 0% 0%, 24px 0%);
  background-color: var(--color-main-green);
}
.product-cat-wrapper::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 21px;
  margin-inline: auto;
  clip-path: polygon(50% 21px, 0% 0%, 24px 0%);
  background-color: var(--color-white);
}
.product-cat-wrapper .btn-hints {
  margin-top: clamp(32px, calc(26.057142857142857px + 1.5238095238095237vw), 48px);
}
@media (max-width: 768px) {
  .product-cat-wrapper {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
@media (max-width: 480px) {
  .product-cat-wrapper::before {
    top: 0;
    width: 14px;
    height: 11px;
    clip-path: polygon(50% 11px, 0% 0%, 14px 0%);
  }
  .product-cat-wrapper::after {
    top: -2px;
    width: 14px;
    height: 11px;
    clip-path: polygon(50% 11px, 0% 0%, 14px 0%);
  }
}
/*--== pickup =====================--*/
.pickup-container {
  padding-top: 55px;
  padding-bottom: clamp(60px, calc(52.57142857142857px + 1.9047619047619049vw), 80px);
  background-color: var(--color-light-green);
  border-radius: 20.833vw 20.833vw 0 0;
}
.pickup-inner {
  max-width: 1040px;
  width: 72.917vw;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 0 80px;
  margin-top: clamp(53px, calc(52.628571428571426px + 0.09523809523809523vw), 54px);
  margin-bottom: 30px;
}
.pickup-thum {
  position: relative;
}
.pickup-thum::before {
  position: absolute;
  top: 0;
  left: -10px;
  content: "Product";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  color: var(--color-white);
  font-size: var(--font-size-18);
  background-color: var(--color-main-green);
  border-radius: 150px;
}
.pickup-thum-cover {
  flex: 1;
  max-width: 306px;
  width: 71.25vw;
  max-height: 306px;
  height: 71.25vw;
  border-radius: 150px;
  background-color: var(--color-white);
  border: var(--color-main-green) 2px solid;
  overflow: hidden;
}
.pickup-thum-cover img {
  width: 100%;
}
.pickup-txt {
  flex: 2;
}
.pickup-name {
  color: var(--color-main-green);
  font-size: var(--font-size-24-18);
  font-weight: 600;
  margin-bottom: 24px;
}
.pickup-txt .btn-white {
  margin-top: 21px;
  margin-inline: 0;
}
.pickup-txt .btn-white:hover {
  opacity: 1;
  color: #fff;
  border: 1px solid var(--color-main-green);
  background-color: var(--color-light-green);
  background: url(../../../assets/images/icons/icon-arrow-w.svg), var(--color-main-green);
  background-size:
    6px 10px,
    100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position:
    right 12px center,
    center;
}
@media (max-width: 768px) {
  .pickup-inner {
    width: 90vw;
    flex-direction: column;
  }
  .pickup-txt {
    margin-top: 3.533vw;
  }
  .pickup-name {
    text-align: center;
  }
  .pickup-txt .btn-white {
    margin-inline: auto;
  }
}
@media (max-width: 480px) {
  .pickup-txt {
    margin-top: 8.533vw;
  }
}

/*--== exhibition =================--*/
.exhibition {
  padding-top: clamp(40px, calc(34.05714285714286px + 1.5238095238095237vw), 56px);
  padding-bottom: clamp(60px, calc(31.4px + 7.333333333333333vw), 137px);
  background-color: var(--color-back-01-light);
}
.exhibition h3 {
  color: var(--color-main-orange);
  font-size: var(--font-size-24);
  margin-bottom: 20px;
}
.exhibition-container {
  display: flex;
  justify-content: space-between;
  gap: 0 64px;
  margin-top: clamp(32px, calc(16.028571428571425px + 4.095238095238096vw), 75px);
  margin-inline: auto;
}
.exhibition-inner p {
  margin-bottom: 20px;
}
.exhibition-inner .btn-white {
  margin-inline: 0;
}
.exhibition-thum {
  max-width: 402px;
  width: 53.917vw;
}
.exhibition-thum img {
  width: 100%;
}
@media (max-width: 768px) {
  .exhibition-container {
    flex-direction: column-reverse;
  }
  .exhibition h3 {
    text-align: center;
  }
  .exhibition-thum {
    margin-bottom: 8.533vw;
    margin-inline: auto;
  }
  .exhibition-inner .btn-white {
    margin-inline: auto;
  }
}
@media (max-width: 480px) {
  .exhibition-thum {
    max-width: initial;
    width: 100%;
  }
}
/*--== separate ===================--*/
.separate {
  max-height: 280px;
  height: 19.444vw;
}
.separate .clip {
  max-height: 280px;
  height: 19.444vw;
  clip-path: border-box;
}
.separate .img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  background-image: url(../../../assets/images/top/separate_pc.jpg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .separate {
    position: relative;
    height: 17.45vw;
    background-image: none;
  }
  .separate .clip {
    height: 17.45vw;
  }
  .separate .img {
    background-image: url(../../../assets/images/top/separate_sp.jpg);
    background-size: cover;
  }
}
