@charset "utf-8";
/* concept */
#concept #protrek {
  margin-bottom: 30px;
}
#concept #protrek h2 {
  padding: 0;
  margin-bottom: 20px;
}
/*---------------------nav---------------------*/
#concept #protrek #brand-nav {
  clip-path: inset(0px 0 -1000px 0);
}
#concept #protrek #brand-nav:has(.cmp-product-navigation.is-front) {
  clip-path: none;
}
/*---------------------lead---------------------*/
#concept #protrek #lead {
  text-align: center;
  color: var(--brand-color);
  width: 90%;
  max-width: 1000px;
  margin: 100px auto 50px;
}
#concept #protrek #lead #tagline {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 30px;
  float: none;
}
/*---------------------link---------------------*/
#concept #protrek #link > .aem-Grid {
  display: flex;
  gap: 20px;
  width: 90%;
  max-width: 1000px;
  margin: 50px auto;
  text-align: center;
}
#concept #protrek #link > .aem-Grid::before, #concept #protrek #link > .aem-Grid::after {
  display: none;
  content: none;
}
#concept #protrek [id*="link-contents"] {
  position: relative;
}
#concept #protrek [id*="link-contents"] .text .title {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: min(6vw, 30px);
  margin: 0;
  padding: 0;
}
#concept #protrek .is-edit-mode [id*="link-contents"] .text h3 {
  bottom: 100px;
}
#concept #protrek [id*="link-contents"] .image {
  overflow: hidden;
  margin-bottom: 10px;
}
#concept #protrek [id*="link-contents"] img {
  transition: .3s ease-out;
}
#concept #protrek [id*="link-contents"] img:hover {
  transform: scale(1.05);
}
/*---------------------ambassador---------------------*/
#concept #protrek #ambassador {
  background-color: #E9E9E9;
  color: var(--brand-color);
  padding: 100px 0;
}
#concept #protrek #ambassador h2 {
  font-size: min(8vw, 45px);
}
#concept #protrek #ambassador > .aem-Grid {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 400px;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#concept #protrek #ambassador > .aem-Grid::before, #concept #protrek #ambassador > .aem-Grid::after {
  content: none;
  display: none;
}
#concept #protrek #ambassador h2 {
  text-align: left;
  font-size: min(7vw, 45px);
  padding: 0;
}
#concept #protrek #ambassador-txt > .aem-Grid {
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#concept #protrek #ambassador-txt > .aem-Grid::before, #concept #protrek #ambassador-txt > .aem-Grid::after {
  content: none;
  display: none;
}
#concept #protrek .switch-container:has(> #ambassador-txt), #concept #protrek #ambassador-txt {
  height: 100%;
}
@media (max-width: 767px) {
  #concept #protrek h2 {
    font-size: 8vw;
  }
  #concept #protrek #link > .aem-Grid {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  /*---------------------ambassador---------------------*/
  #concept #protrek #ambassador {
    position: relative;
    padding: 15vw 0 30vw;
  }
  #concept #protrek #ambassador > .aem-Grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
  }
  #ambassador-link {
    position: absolute;
    top: min(145vw, 800px);
    left: 50%;
    transform: translateX(-50%);
  }
}