@charset "UTF-8";
/*

  ORIGINAL BRAND のスタイル
----------------------------------------------- */
/* ブレイクポイント */
.brands {
  padding-left: calc(50vw - 415px);
  padding-right: calc(50vw - 415px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
}
@media screen and (max-width: 870px) {
  .brands {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 940px) {
  .brands {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 941px) {
  .brands {
    gap: 20px;
  }
}
@media (max-width: 940px) {
  .brands {
    flex-direction: column;
    justify-content: center;
    gap: 60px;
  }
}
@media (max-width: 940px) and (orientation: landscape) {
  .brands {
    flex-direction: row;
  }
}
@media (max-width: 520px) {
  .brands {
    gap: 25px;
  }
}
.brands > a {
  position: relative;
  opacity: 0;
  translate: 30px;
  transition: 2s;
  text-decoration: none;
}
.brands > a:hover img {
  opacity: 1;
}
.brands > a:nth-child(2) {
  transition-delay: 0.3s;
}
.brands > a:nth-child(3) {
  transition-delay: 0.6s;
}
@media (max-width: 940px) {
  .brands > a {
    width: 630px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
}
@media (max-width: 940px) and (orientation: landscape) {
  .brands > a {
    width: inherit;
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
@media (max-width: 520px) {
  .brands > a {
    gap: 0;
  }
}
.brands.view a {
  opacity: 1;
  translate: 0;
}
.brands .text {
  display: grid;
  font-family: var(--font-Garamond);
  line-height: 1.25;
  position: relative;
}
.brands .text strong {
  font-weight: normal;
  font-size: 34px;
}
.brands .text small {
  height: 3.75em;
  color: #8D8B8B;
  font-size: 12px;
}
@media (min-width: 941px) {
  .brands .text {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: -3.3em;
    gap: 0.3em;
  }
  .brands .text .site {
    display: none;
  }
}
@media (max-width: 940px) {
  .brands .text {
    align-content: center;
    gap: 1em;
  }
  .brands .text .site {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    font-size: 16px;
  }
  .brands .text .site::after {
    content: url(../img/brand/ico-brank.svg);
  }
}
@media (max-width: 940px) and (orientation: landscape) {
  .brands .text {
    gap: 0.4em;
    padding-bottom: 20px;
  }
  .brands .text strong {
    font-size: 25px;
  }
  .brands .text small {
    font-size: 11px;
  }
}
@media (max-width: 520px) {
  .brands .text {
    margin-right: 15px;
    gap: 0.5em;
  }
  .brands .text strong {
    font-size: 22px;
  }
  .brands .text small {
    height: inherit;
    font-size: 11px;
  }
}
.brands .image {
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 941px) {
  .brands .image {
    width: 144px;
  }
}
@media (max-width: 940px) {
  .brands .image {
    width: 60%;
    max-width: 400px;
    aspect-ratio: 400/240;
  }
}
@media (max-width: 940px) and (orientation: landscape) {
  .brands .image {
    width: 140px;
    height: auto;
    aspect-ratio: 1;
  }
}
@media (max-width: 520px) {
  .brands .image {
    width: 50%;
    height: auto;
    aspect-ratio: 1;
  }
}
.brands .image img {
  -webkit-filter: grayscale(100%) brightness(120%) opacity(85%);
          filter: grayscale(100%) brightness(120%) opacity(85%);
}
@media (min-width: 941px) {
  .brands .image img {
    translate: -33.333%;
    max-width: inherit;
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media (max-width: 940px) {
  .brands .image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: inherit;
    max-height: inherit;
  }
}
.brands .image::after {
  position: absolute;
  inset: 0 0 0 0;
  content: "";
}
@media (min-width: 941px) {
  .brands a:not(.coming-soon):hover .image {
    width: 485px;
  }
  .brands a:not(.coming-soon):hover .image img {
    translate: 0;
    -webkit-filter: none;
            filter: none;
  }
}
.brands .coming-soon {
  pointer-events: none;
}
.brands .coming-soon .image::before {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  white-space: pre;
  content: "COMING\aSOON";
  color: #8D8B8B;
  font-size: clamp(16px, 1.7272727273vw, 19px);
  font-family: var(--font-Garamond);
  font-style: normal;
  line-height: 1.35;
  text-align: center;
}
@media (max-width: 940px) {
  .brands .coming-soon .image::before {
    white-space: nowrap;
  }
}
@media (max-width: 940px) and (orientation: landscape) {
  .brands .coming-soon .image::before {
    white-space: pre;
  }
}
@media (max-width: 520px) {
  .brands .coming-soon .image::before {
    white-space: pre;
  }
}
.brands .coming-soon .image::after {
  background-color: #FFFAF2;
  opacity: 0.8;
}
.brands .coming-soon .site {
  display: none;
}
.brands a.noTarget .text {
  color: #8D8B8B;
}