@media screen and (max-width: 767px) {
  .free-contents {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contents-wrapper {
    padding-top: 0;
  }
}
.brand-container {
  .--color-01 {
    color: #FFF;
    background: #88C653;
  }
  .--color-02 {
    color: #FFF;
    background: #F69E72;
  }
  .--color-03 {
    color: #FFF;
    background: #F7A10D;
  }
  .--color-04 {
    color: #FFF;
    background: #A0774E;
  }
  .mv {
    margin: 0 auto 40px;
  }
  .intro {
    margin-block: 60px;
    font-size: 18px;
    line-height: 1.89;
    text-align: center;
    @media screen and (max-width: 767px) {
      margin-block: 35px;
      font-size: 16px;
      line-height: 1.5625;
    }
  }
  .section + .intro {
    margin-top: 120px;
    @media screen and (max-width: 767px) {
      margin-top: 60px;
    }
  }

  .page-link {
    margin-bottom: clamp(60px, 10vw, 100px);
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 20px;
    padding: 0 15px;
    @media screen and (max-width: 767px) {
      grid-template-columns: 1fr;
      gap: 10px;
    }
  }
  .link-button {
    position: relative;
    display: grid;
    place-content: center;
    width: 290px;
    height: 60px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    @media screen and (max-width: 767px) {
      width: 100%;
      height: 50px;
      font-size: 15px;
      line-height: 1.3;
    }
    &::after {
      position: absolute;
      top: calc(50% - 3px);
      right: clamp(15px, 2vw, 20px);
      content: "";
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      width: 8px;
      height: 8px;
      border: clamp(1px, 0.5vw, 2px) solid currentColor;
      border-left: 0;
      border-bottom: 0;
      box-sizing: border-box;
      transform: translateY(-25%) rotate(135deg);
    }
    &.--arrow-right::after {
      transform: translateY(-25%) rotate(45deg);
    }
  }

  #section01 {
    --bg-color: #F0FCE7;
    --lineup-bg: #BBD982;
  }
  #section02 {
    --bg-color: #FFE6D9;
    --lineup-bg: #F9CAB2;
  }
  #section03 {
    --bg-color: #FFEBC9;
    --lineup-bg: #FFC663;
  }
  :is(#section04, #section05) {
    --bg-color: #F6E6D5;
    --lineup-bg: #D7B593;
  }
  .section {
    position: relative;
    display: grid;
    gap: clamp(15px, 2vw, 20px);
    margin-top: clamp(80px, 13vw, 130px);
    padding: clamp(40px, 5vw, 50px) clamp(15px, 3vw, 30px) clamp(25px, 5vw, 50px);
    background: var(--bg-color);
    p + & {
      margin-top: clamp(60px, 10vw, 100px);
    }
    &:last-of-type {
      margin-bottom: clamp(25px, 5vw, 50px);
    }
    .link-button {
      width: 100%;
      max-width: 400px;
      height: 50px;
      margin-inline: auto;
      @media screen and (max-width: 767px) {
        height: 40px;
      }
    }
  }
  :is(#section04, #section05) {
    padding-top: 60px;
  }
  .section__title {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -50%;
    width: 500px;
    max-width: calc(100% - 30px);
    padding: 10px;
    font-weight: bold;
    font-size: clamp(19px, 3vw, 24px);
    line-height: 1.4166;
    text-align: center;
    span {
      display: block;
      font-size: clamp(14px, 2vw, 20px);
    }
    @media screen and (max-width: 767px) {
      padding-block: 15px;
    }
  }
  .section__intro {
    margin-block: 10px;
    font-weight: 500;
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.875;
    text-align: center;
  }
  .section__mv {
    width: 100%;
  }
  .section__logo {
    width: clamp(120px, 15vw, 150px);
    margin-inline: auto;
  }

  .item {
    display: grid;
    grid-template-columns: calc(50% - 50px) 50%;
    grid-template-rows: repeat(3, auto);
    align-items: center;
    gap: 20px 50px;
    padding: 50px 70px;
    background: #FFFFFF;
    border: 1px solid var(--lineup-bg);
    border-radius: 20px;
    @media screen and (max-width: 767px) {
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      gap: 10px;
      padding: 15px 15px 30px;
      border-radius: 10px;
    }
  }
  .item__image {
    grid-row: 1 / -1;
    @media screen and (max-width: 767px) {
      width: 175px;
      margin-inline: auto;
    }
  }
  .item__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.625;
    text-align: center;
    span {
      display: block;
      font-size: 14px;
    }
  }
  .item__description {
    font-size: clamp(15px, 2vw, 16px);
    line-height: 2;
  }

  .lineup {
    padding-block: clamp(20px, 4vw, 40px);
    background: var(--lineup-bg);
    overflow: hidden;
    .link-button {
      width: calc(100% - 30px);
      margin: clamp(20px, 3vw, 30px) auto 0;
    }
  }
  .lineup-slide {
    display: flex;
    overflow: hidden;
  }
  .lineup__item {
    width: 170px;
    min-width: 170px;
    height: 100%;
    margin-right: 10px;
    padding: 20px 18px 15px;
    background: #FFFFFF;
    @media screen and (max-width: 767px) {
      width: 120px;
      min-width: 120px;
    }
  }
  .lineup__name {
    margin-top: 5px;
  }
  .slick-track {
    display: flex;
    height: 100%;
  }
  .slick-arrow {
    position: relative;
    width: 44px;
    min-width: 44px;
    font-size: 0;
    @media screen and (max-width: 767px) {
      width: 15px;
      min-width: 15px;
    }
  }
  .slick-arrow::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border: 0px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    @media screen and (max-width: 767px) {
      content: none;
    }
  }
  .slick-arrow.slick-prev::after {
    transform: translate3d(-20%, -50%, 0) rotate3d(0, 0, 1, 225deg);
  }
  .slick-arrow.slick-next::after {
    transform: translate3d(-80%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  }
}