@import url("https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@400;700;800&display=swap");
.itemBrandPage {
  --font-sp: "LINE Seed JP", sans-serif;
  .l-wrapper {
    background-color: #000;
    overflow-x: clip;
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      width: min(100%, 1200px);
      margin-inline: auto;
      z-index: 0;
      background: #952c30;
      @media only screen and (max-width: 767px) {
      }
    }
    .seriesInfo__link {
      a,
      button {
        --btnColor: #fff;
        --btnBgColor: #000;
      }
    }
  }
  .breadcrumbNav {
    position: relative;
    z-index: 1;
    padding-bottom: min(60px, calc(30% / 12));
    @media only screen and (max-width: 767px) {
      padding-bottom: calc(45% / 7.5);
    }
    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: min(100%, 1200px);
      margin-inline: auto;
      z-index: 0;
      background: url(/assets/item_brand/fukkatsu_sp/img/bg_main.webp) no-repeat
        center top / 100% auto;
      aspect-ratio: 1200 / 810;
      @media only screen and (max-width: 767px) {
        background: url(/assets/item_brand/fukkatsu_sp/img/bg_main_sp.webp)
          no-repeat center top / 103% auto;
        aspect-ratio: 750 / 600;
      }
    }
  }
  .pageHeading {
    position: relative;
    z-index: 1;
    margin-bottom: calc(220em / 16);
    @media only screen and (max-width: 767px) {
      margin-bottom: calc(150em / 26);
    }
  }
  .pageHeading__inner {
  }
  .pageHeading__title {
    font-family: var(--font-sp);
    font-weight: 800;
    @media only screen and (max-width: 767px) {
    }
  }
  .seriesSection {
    position: relative;
    z-index: 1;
  }
  .rvLogosBox {
    max-width: var(--siteWidth);
    padding-inline: min(40px, calc(40% / 12));
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin-bottom: min(80px, calc(80% / 12));
    @media only screen and (max-width: 767px) {
      padding-inline: calc(20% / 7.5);
    }
    ._inner {
      background-color: rgba(255, 255, 255, 0.75);
      border-radius: calc(10em / 16);
      padding: calc(30% / 11.2) calc(40% / 11.2);
      @media only screen and (max-width: 767px) {
        padding-block-end: calc(30% / 7.5);
        padding-inline: calc(20% / 7.5);
      }
    }
  }
  .kv {
    background-color: #fff;
    color: #000;
    padding-top: min(30px, calc(30% / 12));
    padding-bottom: min(10px, calc(10% / 12));
    position: relative;
    z-index: 1;
    @media only screen and (max-width: 767px) {
      padding-top: calc(30% / 7.5);
      padding-bottom: calc(20% / 7.5);
    }
  }
  .itemSlide .itemList__item__inner:not(:has(> a)),
  .itemSlide .itemList__item__inner a {
    background: rgba(255, 255, 255);
    color: #000;
    border-radius: 0;
    .itemList__thumb {
      border-radius: 0;
    }
  }
  .mainContents {
    padding-bottom: 0;
    position: relative;
  }
  .salesCateInfo__note {
    a {
      color: #fff;
    }
  }
  .rvBrandSec {
  }
  .rvBrandSec__header {
    text-align: center;
    margin-bottom: calc(30em / 16);
    ._catch {
      font-family: var(--font-sp);
      font-size: calc(20em / 16);
      font-weight: 800;
      line-height: 1.4;
      margin-bottom: 0.2em;
    }
    ._title {
      font-family: var(--font-sp);
      font-size: calc(40em / 16);
      font-weight: 800;
      line-height: 1.4;
      @media only screen and (max-width: 767px) {
        font-size: calc(60em / 26);
        line-height: 1.3;
      }
    }
  }
  .rvBrandList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-inline: auto;
    gap: calc(30em / 16) calc(28% / 11.2);
    @media only screen and (min-width: 768px) {
    }
    @media only screen and (max-width: 767px) {
      gap: calc(30em / 26) calc(16% / 6.7);
      margin-inline: calc(-10% / 6.7);
    }
    li {
      width: calc(354% / 11.2);
      background-color: #329ec7;
      box-sizing: border-box;
      padding: calc(14% / 11.2);
      display: flex;
      flex-direction: column;
      @media only screen and (max-width: 767px) {
        width: calc(327% / 6.7);
      }
      &:nth-child(2) {
        background-color: #5ea853;
      }
      &:nth-child(3) {
        background-color: #e19839;
      }
      &:nth-child(4) {
        background-color: #c83633;
      }
      &:nth-child(5) {
        background-color: #c43376;
      }
      &:nth-child(6) {
        background-color: #71bcd4;
      }
      &:nth-child(7) {
        background-color: #c83633;
      }
      ._logo {
        flex-shrink: 0;
      }
      ._year {
        font-weight: bold;
        font-size: calc(24em / 16);
        text-align: center;
        color: #fff;
        margin-bottom: 0.3em;
        flex-shrink: 0;
        @media only screen and (max-width: 767px) {
          font-size: calc(30em / 26);
        }
      }
      ._inner {
        border: solid calc(2em / 16) #000;
        background-color: #d0ddae;
        padding-block: calc(16% / 3.26) 0;
        color: #000;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }
      ._txt {
        padding-inline: calc(16% / 3.26);
        line-height: 1.4;
        margin-bottom: 0.5em;
        @media only screen and (max-width: 767px) {
          font-size: calc(21em / 26);
        }
      }
      ._img {
        margin-top: auto;
      }
      img {
        width: 100%;
        height: auto;
        display: block;
      }
    }
  }
}
