@charset "utf-8";
/* CSS Document */

/* ==================================
ブランドコンセプト
================================== */
#top_concept__wrapper {
  position: relative;
  width: 100%;
  min-height: 50vh;
  color: white;
  text-align: center;
  padding: 20px;
}
#top_concept__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://lveu.itembox.design/item/src/campaign/brand_concept/brand_concept_25SS_1.jpg') no-repeat center;
  filter: brightness(50%);
  z-index: -1;
}
#top_concept__wrapper .top_sectionTitle {
  padding-top: 40px;
  font-size: 150%;
}
#top_concept__wrapper .concept__contents {
  max-width: 800px;
  font-size: 1.3rem;
  margin: 80px auto;
}

#top_concept__wrapper .concept__contents p {
  line-height: 2.6;
  margin-bottom: 20px;
  word-break: keep-all;
}

@media (min-width: 768px) {
  #top_concept__wrapper::before {
      background-size: cover; /* PC: 上下をカットしつつ横幅を維持 */
  }
  #top_concept__wrapper .concept__contents p {
      line-height: 3;
  }
}

@media (max-width: 767px) {
#top_concept__wrapper {
    position: relative;
    min-height: 50vh;
    color: white;
    text-align: center;
    padding: 20px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: inherit;
  }
  #top_concept__wrapper::before {
      background-size: cover; /* スマホ: 縦横比を保ちつつ左右と上下を適度にカット */
      background-position: center center;
  }
  #top_concept__wrapper .concept__contents {
    max-width: 100%;
    margin: 40px auto;
    font-size: 1.2rem;
  }
  .item img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: inherit;
    object-fit: cover;
    height: 360px;
}}

@media (max-width: 390px) {
    .item img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: inherit;
    object-fit: cover;
    height: 325px;
}}

