@charset "utf-8";

img {
  max-width: 100%;
  vertical-align: bottom;
}
.c5-cs-head {
  display: flex;
  margin: 40px 0;
  justify-content: space-between;
  align-items: flex-end;
  @media screen and (max-width: 640px) {
    flex-direction: column;
    > div {
      width: 100%;
    }
  }
}
.c5-cs-head__l {
  @media screen and (max-width: 640px) {
    margin-bottom: 20px;
  }
}
.c5-cs-head__r {
  text-align: right;
}
.c5-cs-mvwrap {
  margin-bottom: 120px;
  @media screen and (max-width: 640px) {
    margin-bottom: 80px;
  }
}
.c5-cs-mv {
  position: relative;
}
.c5-cs-mv__layer {
  @media screen and (min-width: 641px) {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 2;
  }
}
.c5-cs-mv__ttl {
  margin: 0;
  line-height: 1.5;
  font-size: min(1.8rem, 3vw);
  font-weight: normal;
  @media screen and (max-width: 640px) {
    font-size: min(1.6rem, 6.8vw);
    font-weight: bold;
    margin-bottom: 20px;
  }
}
.c5-cs-outline {
  display: flex;
  padding: 40px;
  background-color: #f0f0f0;
  line-height: 1.9;
  font-size: 1.2rem;
  gap: 40px;
  @media screen and (max-width: 640px) {
    font-size: 1.1rem;
    flex-direction: column;
    padding: 20px;
  }
  p {
    margin: 0 0 1.5em 0;
    &:last-child {
      margin-bottom: 0;
    }
  }
}
.c5-cs-outline__txt {
  flex: 1;
}
.c5-cs-profile {
  flex: 0 1 20%;
  text-align: center;
  line-height: 1.5;
  font-size: .9rem;
}
.c5-cs-profile__img {
  margin-bottom: 10px;
  @media screen and (max-width: 640px) {
    img {
      width: 200px;
    }
  }
}
.c5-cs-section {
  margin-bottom: 120px;
  @media screen and (max-width: 640px) {
    margin-bottom: 80px;
  }
}
.c5-cs-main {
  line-height: 1.9;
  font-size: 1.2rem;
  @media screen and (max-width: 640px) {
    font-size: 1.1rem;
  }
  p {
    margin: 0 0 1.25em 0;
    &:last-child {
      margin-bottom: 0;
    }
  }
}
.c5-cs-heading01 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.3;
  @media screen and (max-width: 640px) {
    font-size: min(1.8rem, 9vw);
  }
}
.c5-cs-heading02 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
  margin: 0 0 60px 0;
  @media screen and (max-width: 640px) {
    font-size: min(1.6rem, 8vw);
    margin-bottom: 40px;
  }
}
.c5-cs-heading03 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 0 20px 0;
  @media screen and (max-width: 640px) {
    font-size: min(1.3rem, 6.2vw);
  }
}
*:not(.c5-cs-heading02) + .c5-cs-heading03 {
  margin-top: 60px;
  @media screen and (max-width: 640px) {
    margin-top: 40px;
  }
}
.c5-cs-imgs {
  display: flex;
  gap: 40px;
  justify-content: center;
  @media screen and (max-width: 640px) {
    flex-direction: column;
    gap: 20px;
  }
  + p {
    margin-top: 40px;
    @media screen and (max-width: 640px) {
      margin-top: 20px;
    }
  }
}
p + .c5-cs-imgs {
  margin-top: 40px;
  @media screen and (max-width: 640px) {
    margin-top: 20px;
  }
}
.c5-cs-products {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  @media screen and (max-width: 640px) {
    flex-direction: column;
  }
  &:has(> :nth-child(3)) {
    justify-content: flex-start;
  }
  &:has(+ *) {
    margin-bottom: 60px;
    @media screen and (max-width: 640px) {
      margin-bottom: 40px;
    }
  }
  > div {
    flex: 0 1 calc(50% - 20px);
    box-sizing: border-box;
    border: 1px solid #808080;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    @media screen and (max-width: 640px) {
      padding: 15px;
    }
    > div {
       flex: 0 1 50%;
    }
  }
}
.c5-cs-products__subcat {
  font-size: .9rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0 !important;
}
.c5-cs-products__name {
  font-size: 1.2rem;
  font-weight: bold;
}
* + .c5-cs-products {
  margin-top: 60px;
  @media screen and (max-width: 640px) {
    margin-top: 40px;
  }
}
.c5-marker {
  background: linear-gradient(transparent 75%, #e2e2e0 0%);
}
.c5-pc {
  @media screen and (max-width: 640px) {
    display: none;
  }
}
.c5-sp {
  display: none;
  @media screen and (max-width: 640px) {
    display: unset;
  }
}
