@charset "UTF-8";
#allLookContent {
  margin-inline: calc(50% - 50vw);
  font-family: "itc-avant-garde-gothic-pro", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #151312;
}
#allLookContent button {
  color: #151312 !important;
}

.titleBlock {
  margin-inline: calc(50% - 50vw);
  color: #151312;
}
.titleBlock__inner {
  max-width: 982px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0 160px;
}
@media screen and (max-width: 414px) {
  .titleBlock__inner {
    padding: 100px 0;
  }
}

.titleWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1;
}
.titleWrap__main {
  font-size: 80px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 414px) {
  .titleWrap__main {
    font-size: 38px;
  }
}
.titleWrap__sub {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 414px) {
  .titleWrap__sub {
    font-size: 15px;
  }
}

.tabBlock {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 414px) {
  .tabBlock {
    padding-bottom: 20px;
  }
}
.tabBlock__button {
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 414px) {
  .tabBlock__button {
    font-size: 18px;
  }
}
.tabBlock__slash {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 414px) {
  .tabBlock__slash {
    font-size: 15px;
  }
}
.tabBlock .active {
  opacity: 1;
}

.lookBlock {
  display: grid;
  grid-template-columns: repeat(4, 20vw);
  gap: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; /* 要素が4つ以下の場合はセンター配置 */
  justify-items: center; /* 各アイテムをセンター配置 */
}
@media screen and (max-width: 979px) {
  .lookBlock {
    grid-template-columns: repeat(3, 29.3333333333vw);
  }
}
@media screen and (max-width: 414px) {
  .lookBlock {
    grid-template-columns: repeat(2, calc((100vw - 40px) / 2));
    gap: 10px;
    padding: 0 10px;
  }
}
.lookBlock__item {
  text-align: center;
  border: solid 1px #DFDFDF;
}
.lookBlock__item img:first-of-type {
  height: auto;
  max-height: 21.6vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 1/3;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .lookBlock__item img:first-of-type {
    height: auto;
    max-height: 33.0133333333vw;
  }
}
@media screen and (max-width: 414px) {
  .lookBlock__item img:first-of-type {
    height: auto;
    max-height: calc((100vw - 40px) / 2 * 1.33 - 12vw);
  }
}
.lookBlock__item img:last-of-type {
  display: inline-block;
  height: 5vw;
}
@media screen and (max-width: 414px) {
  .lookBlock__item img:last-of-type {
    height: 12vw;
  }
}/*# sourceMappingURL=base.css.map */