@charset "UTF-8";

:root {
  --cl-bl: #00289c;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-family: "Lato", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "Helvetica Neue", HelveticaNeue, Helvetica, sans-serif;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1180px;
  }

  .rosasen_lp_2025 {
    overflow: hidden;
  }

  .rosasen_lp_2025-container {
    width: 1180px;
    margin: 0 auto;
  }

  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  body {
    max-width: 100vw;
  }

  .pc-only {
    display: none !important;
  }

  .rosasen_lp_2025 {
    max-width: 100vw;
    overflow: hidden;
  }
}

.rosasen_lp_2025 {
  img {
    max-width: none;
    height: auto;
  }

  header {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    h1 {
      position: absolute;
      margin: 0;
      padding: 0;

      img {
        display: block;
        width: 100%;
        height: auto;
      }
    }
  }

  @media screen and (min-width: 768px) {
    header {
      height: auto;
      background-image: url(../../img/usr/freepage/2025_rosasen/mv_sp.jpg);
      aspect-ratio: 1980 / 1080;

      h1 {
        top: 40px;
        left: 40px;
        width: 199px;
      }
    }
  }

  @media screen and (max-width: 767px) {
    header {
      width: 100vw;
      height: auto;
      background-image: url(../../img/usr/freepage/2025_rosasen/mv_sp.jpg);
      aspect-ratio: 1980 / 1080;

      h1 {
        top: 4px;
        left: 8px;
        width: 100px;
      }
    }
  }

  .rosasen_lp_2025-scrolled_txt {
    display: flex;
    align-items: center;
    border-top: 1px solid var(--cl-bl);
    border-bottom: 1px solid var(--cl-bl);
    overflow: hidden;

    li {
      picture {
        display: block;

        img {
          display: block;
          height: auto;
        }
      }
    }
  }

  @media screen and (min-width: 768px) {
    .rosasen_lp_2025-scrolled_txt {
      height: 102px;

      li {
        animation: infinity-scroll 60s infinite linear 0.5s both;

        picture {
          img {
            width: 1308px;
          }
        }
      }
    }
  }

  @media screen and (max-width: 767px) {
    .rosasen_lp_2025-scrolled_txt {
      height: 60px;

      li {
        animation: infinity-scroll 60s infinite linear 0.5s both;

        picture {
          img {
            width: 841px;
          }
        }
      }
    }
  }

  .rosasen_lp_2025-h2 {
    margin: 0;
    padding: 0;

    .txt-en {
      font-weight: 900;
      line-height: 1;
      letter-spacing: 0.04em;
    }

    .txt-ja {
      font-weight: 700;
      letter-spacing: 0.08em;
    }

    &.cl-bl {
      .txt-en {
        color: var(--cl-bl);
      }
    }

    &.cl-wt {
      color: #ffffff;
    }
  }

  @media screen and (min-width: 768px) {
    .rosasen_lp_2025-h2 {
      .txt-en {
        font-size: 7rem;
      }

      .txt-ja {
        margin-top: 10px;
        font-size: 1.8rem;
      }
    }
  }

  @media screen and (max-width: 767px) {
    .rosasen_lp_2025-h2 {
      padding: 0 30px;

      .txt-en {
        font-size: 5rem;
      }

      .txt-ja {
        margin-top: 5px;
        font-size: 1.6rem;
      }
    }
  }

  @media screen and (min-width: 768px) {
    .rosasen_lp_2025-about {
      margin-top: 120px;
    }

    .rosasen_lp_2025-about-content {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      justify-content: space-between;

      .item-detail {
        width: 550px;

        .item-comment {
          margin-top: 56px;
          font-size: 1.8rem;
          font-weight: 500;
          line-height: 1.666;
          letter-spacing: 0.1em;
        }
      }

      .item-img {
        width: 530px;
      }
    }
  }

  @media screen and (max-width: 767px) {
    .rosasen_lp_2025-about {
      margin-top: 80px;
    }

    .rosasen_lp_2025-about-content {
      margin-top: 40px;

      .item-detail {
        padding: 0 30px;

        .item-comment {
          margin-top: 40px;
          font-size: 1.6rem;
          font-weight: 500;
          line-height: 1.625;
          letter-spacing: 0.1em;
        }
      }

      .item-img {
        margin-top: 40px;

        img {
          width: 100vw;
        }
      }
    }
  }

  .rosasen_lp_2025-features {
    background-color: var(--cl-bl);
    color: #ffffff;
  }

  @media screen and (min-width: 768px) {
    .rosasen_lp_2025-features {
      margin-top: 120px;
      padding: 120px 0;
    }

    .rosasen_lp_2025-features-list {
      margin-top: 60px;

      ul {
        display: flex;
        justify-content: space-between;

        li {
          width: calc((100% - 88px) / 3);

          .list-img {
            display: flex;
            align-items: center;
            justify-content: center;
          }

          .list-detail {
            margin-top: 30px;
            letter-spacing: 0.1em;

            .list-ttl {
              font-size: 2rem;
              font-weight: 700;
              text-align: center;
            }

            .list-comment {
              margin-top: 12px;
              font-size: 1.4rem;
              line-height: 1.714;
            }
          }
        }
      }
    }
  }

  @media screen and (max-width: 767px) {
    .rosasen_lp_2025-features {
      margin-top: 80px;
      padding: 80px 0;
    }

    .rosasen_lp_2025-features-list {
      margin-top: 40px;
      padding: 0 30px;

      ul {
        li {
          display: flex;
          justify-content: space-between;

          & + li {
            margin-top: 24px;
          }

          .list-img {
            width: 80px;

            img {
              display: block;
              width: 100%;
            }
          }

          .list-detail {
            width: calc(100% - 96px);
            letter-spacing: 0.1em;

            .list-ttl {
              font-size: 1.8rem;
              font-weight: 700;
            }

            .list-comment {
              margin-top: 8px;
              font-size: 1.3rem;
              line-height: 1.692;
            }
          }
        }
      }
    }
  }

  .rosasen_lp_2025-goods-list {
    word-break: break-all;

    ul {
      display: flex;

      li {
        letter-spacing: 0.04em;

        .list-img {
          display: block;
          padding: 5px;
          background-color: #f5f5f5;

          img {
            display: block;
            width: 100%;
          }
        }

        .list-name {
          font-weight: 700;
        }

        .list-price {
          position: relative;
          font-weight: 700;
          text-align: right;

          &::after {
            content: "（税込）";
            font-weight: 400;
            letter-spacing: 0.02em;
          }
        }

        .list-btn {
          a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            border: 1px solid var(--cl-bl);
            border-radius: 4px;
            background-color: var(--cl-bl);
            color: #ffffff;
            font-weight: 900;
            text-align: center;
            text-decoration: none;
          }
        }
      }
    }
  }

  @media screen and (min-width: 768px) {
    .rosasen_lp_2025-goods-list {
      li {
        width: 210px;

        & + li {
          margin-left: 20px;
        }

        .list-name {
          margin-top: 14px;
          font-size: 1.4rem;
        }

        .list-price {
          margin-top: 10px;
          font-size: 1.4rem;

          &::after {
            font-size: 0.9rem;
          }
        }

        .list-btn {
          margin-top: 14px;

          a {
            height: 44px;
            font-size: 1.6rem;
            transition: background-color 0.3s, color 0.3s;

            &:hover {
              background-color: #ffffff;
              color: var(--cl-bl);
            }
          }
        }
      }
    }
  }

  @media screen and (max-width: 767px) {
    .rosasen_lp_2025-goods-list {
      ul {
        padding: 0 20px;
        overflow: auto;
      }

      li {
        flex-shrink: 0;
        width: 165px;

        & + li {
          margin-left: 10px;
        }

        .list-name {
          margin-top: 14px;
          padding-right: 5px;
          font-size: 1.4rem;
        }

        .list-price {
          margin-top: 10px;
          font-size: 1.4rem;

          &::after {
            font-size: 0.9rem;
          }
        }

        .list-btn {
          margin-top: 8px;

          a {
            height: 40px;
            font-size: 1.5rem;
          }
        }
      }
    }
  }

  .rosasen_lp_2025-lineup {
    position: relative;
    background-color: #f0f2f5;

    .rosasen_lp_2025-container {
      position: relative;

      &::before {
        content: "";
        display: block;
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
      }
    }

    .rosasen_lp_2025-lineup-content {
      position: relative;

      .item-ttl {
        color: var(--cl-bl);
        font-weight: 900;
        line-height: 1;
        letter-spacing: 0.04em;
      }
    }
  }

  @media screen and (min-width: 768px) {
    .rosasen_lp_2025-lineup {
      .rosasen_lp_2025-container {
        padding: 120px 0;

        &::before {
          top: 0;
          left: 649px;
          width: 912px;
          height: 468px;
          background-image: url(../../img/usr/freepage/2025_rosasen/lineup_bg_pc.png);
        }
      }

      .rosasen_lp_2025-lineup-content {
        margin-top: 64px;

        .content-item {
          & + .content-item {
            flex-direction: row-reverse;
            margin-top: 100px;
          }
        }

        .content-item-body {
          display: flex;
          align-items: center;
          justify-content: space-between;
        }

        .item-img {
          width: 400px;
        }

        .item-detail {
          width: 670px;

          .item-ttl {
            font-size: 6rem;
          }

          .rosasen_lp_2025-goods-list {
            margin-top: 40px;
          }
        }
      }
    }
  }

  @media screen and (max-width: 767px) {
    .rosasen_lp_2025-lineup {
      padding: 80px 0;

      &::before {
        top: 0;
        right: 0;
        width: 261px;
        height: 134px;
        background-image: url(../../img/usr/freepage/2025_rosasen/lineup_bg_sp.png);
      }

      .rosasen_lp_2025-lineup-content {
        margin-top: 40px;

        .content-item {
          & + .content-item {
            margin-top: 64px;
          }
        }

        .item-img {
          width: 100%;

          img {
            width: 100%;
          }
        }

        .item-detail {
          margin-top: 40px;

          .item-ttl {
            padding: 0 30px;
            font-size: 4rem;
          }

          .rosasen_lp_2025-goods-list {
            margin-top: 30px;
          }
        }
      }
    }
  }

  .rosasen_lp_2025-view_all {
    display: flex;
    justify-content: center;

    a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      border: 1px solid var(--cl-bl);
      background-color: #ffffff;
      color: var(--cl-bl);
      font-weight: 900;
      text-decoration: none;
      letter-spacing: 0.04em;
      transition: background-color 0.3s, color 0.3s;

      &::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 17px;
        height: 10px;
        margin-top: -5px;
        background-image: url(../../img/usr/freepage/2025_rosasen/link_arw_bl.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: background-image 0.3s;
      }
    }
  }

  @media screen and (min-width: 768px) {
    .rosasen_lp_2025-view_all {
      margin-top: 100px;

      a {
        width: 500px;
        height: 80px;
        font-size: 2.4rem;

        &:hover {
          background-color: var(--cl-bl);
          color: #ffffff;

          &::after {
            background-image: url(../../img/usr/freepage/2025_rosasen/link_arw_wt.png);
          }
        }
      }
    }
  }

  @media screen and (max-width: 767px) {
    .rosasen_lp_2025-view_all {
      margin-top: 64px;
      padding: 0 30px;

      a {
        width: 100%;
        height: 56px;
        font-size: 2rem;
      }
    }
  }

  .rosasen_lp_2025-interview-list {
    .rosasen_lp_2025-interview-list-item {
      > .interview-img {
        img {
          display: block;
          width: 100%;
        }
      }

      > .interview-detail {
        .interview-name {
          color: var(--cl-bl);
          font-weight: 700;
          letter-spacing: 0.1em;

          .txt-en {
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.04em;
          }
        }

        .interview-ttl {
          font-weight: 700;
          letter-spacing: 0.1em;
        }

        .interview-comment {
          letter-spacing: 0.1em;
        }

        .interview-goods-ttl {
          display: flex;
          align-items: center;
          background-color: #f0f2f5;
          color: var(--cl-bl);
          font-weight: 700;
          letter-spacing: 0.1em;
        }

        .interview-profile {
          border: 1px solid var(--cl-bl);

          .interview-profile-ttl {
            color: var(--cl-bl);
            font-weight: 900;
            line-height: 1;
            letter-spacing: 0.04em;
          }

          dl {
            letter-spacing: 0.1em;

            > div {
              display: flex;
            }
          }
        }
      }
    }
  }

  @media screen and (min-width: 768px) {
    .rosasen_lp_2025-interview {
      margin-top: 120px;
    }

    .rosasen_lp_2025-interview-list {
      margin-top: 64px;

      .rosasen_lp_2025-interview-list-item {
        display: flex;
        align-items: center;
        justify-content: space-between;

        & + .rosasen_lp_2025-interview-list-item {
          margin-top: 100px;
        }

        > .interview-img {
          width: 480px;
        }

        > .interview-detail {
          width: 620px;

          .interview-name {
            display: flex;
            align-items: baseline;
            justify-content: space-between;

            .txt-ja {
              font-size: 3rem;

              span {
                font-size: 2rem;
              }
            }

            .txt-en {
              font-size: 2rem;
            }
          }

          .interview-ttl {
            margin-top: 34px;
            font-size: 2rem;
            line-height: 1.5;
          }

          .interview-comment {
            margin-top: 22px;
            font-size: 1.4rem;
            line-height: 1.714;
          }

          .interview-goods-ttl {
            height: 56px;
            padding: 0 20px;
            margin: 28px 0 16px;
            font-size: 2rem;
          }

          .rosasen_lp_2025-goods-list {
            li {
              width: 188px;

              & + li {
                margin-left: 28px;
              }
            }
          }

          .interview-profile {
            margin-top: 60px;
            padding: 39px;

            .interview-profile-ttl {
              font-size: 3rem;
            }

            dl {
              margin-top: 24px;
              font-size: 1.4rem;

              > div + div {
                margin-top: 8px;
              }

              dt {
                width: 96px;
              }

              dd {
                width: calc(100% - 96px);
              }
            }
          }

          .rosasen_lp_2025-goods-list + .interview-profile {
            margin-top: 40px;
          }
        }
      }
    }
  }

  @media screen and (max-width: 767px) {
    .rosasen_lp_2025-interview {
      margin-top: 80px;
    }

    .rosasen_lp_2025-interview-list {
      margin-top: 40px;

      .rosasen_lp_2025-interview-list-item {
        & + .rosasen_lp_2025-interview-list-item {
          margin-top: 64px;
        }

        > .interview-img {
          width: 100%;
        }

        > .interview-detail {
          margin-top: 40px;
          padding: 0 30px;

          .interview-name {
            display: flex;
            flex-direction: column;

            .txt-ja {
              font-size: 2.4rem;

              span {
                font-size: 1.8rem;
              }
            }

            .txt-en {
              margin-top: 2px;
              font-size: 1.6rem;
            }
          }

          .interview-ttl {
            margin-top: 18px;
            font-size: 1.8rem;
            line-height: 1.555;
          }

          .interview-comment {
            margin-top: 10px;
            font-size: 1.4rem;
            line-height: 1.714;
          }

          .interview-goods-ttl {
            height: 48px;
            padding: 0 10px;
            margin: 22px 0 16px;
            font-size: 1.8rem;
          }

          .rosasen_lp_2025-goods-list {
            margin: 0 -30px;

            ul {
              padding: 0 30px;
            }
          }

          .interview-profile {
            margin-top: 20px;
            padding: 29px;

            .interview-profile-ttl {
              font-size: 2.4rem;
            }

            dl {
              margin-top: 12px;
              font-size: 1.4rem;

              > div + div {
                margin-top: 6px;
              }

              dt {
                width: 86px;
              }

              dd {
                width: calc(100% - 86px);
              }
            }
          }

          .rosasen_lp_2025-goods-list + .interview-profile {
            margin-top: 24px;
          }
        }
      }
    }
  }

  .rosasen_lp_2025-video iframe {
    display: block;
    margin: 0 auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  @media screen and (min-width: 768px) {
    .rosasen_lp_2025-video {
      margin-top: 100px;
      padding: 100px 0;
      background-color: #f0f2f5;

      iframe {
        width: 900px;
      }
    }
  }

  @media screen and (max-width: 767px) {
    .rosasen_lp_2025-video {
      margin-top: 64px;
      padding: 40px 30px;
      background-color: #f0f2f5;

      iframe {
        width: 100%;
      }
    }
  }

  .rosasen_lp_2025-bottom_link {
    background-color: var(--cl-bl);
  }

  .rosasen_lp_2025-item_link-list,
  .rosasen_lp_2025-bottom_link {
    a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 100%;
      border: 1px solid var(--cl-bl);
      background-color: var(--cl-bl);
      color: #ffffff;
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      letter-spacing: 0.04em;
      transition: background-color 0.3s, color 0.3s;

      &::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 17px;
        height: 10px;
        margin-top: -5px;
        background-image: url(../../img/usr/freepage/2025_rosasen/link_arw_wt.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: background-image 0.3s;
      }
    }
  }

  .rosasen_lp_2025-bottom_link {
    a {
      border: 1px solid #ffffff;
      background-color: #ffffff;
      color: var(--cl-bl);
      font-weight: 900;

      &::after {
        background-image: url(../../img/usr/freepage/2025_rosasen/link_arw_bl.png);
      }
    }
  }

  @media screen and (min-width: 768px) {
    .rosasen_lp_2025-item_link {
      margin: 120px 0;
    }

    .rosasen_lp_2025-item_link-list,
    .rosasen_lp_2025-bottom_link-list {
      display: flex;
      justify-content: space-between;

      li {
        width: calc((100% - 40px) / 2);

        a {
          height: 80px;
          font-size: 2rem;
        }
      }
    }

    .rosasen_lp_2025-item_link-list {
      li {
        a {
          &:hover {
            background-color: #ffffff;
            color: var(--cl-bl);

            &::after {
              background-image: url(../../img/usr/freepage/2025_rosasen/link_arw_bl.png);
            }
          }
        }
      }
    }

    .rosasen_lp_2025-bottom_link-list {
      li {
        a {
          height: 100px;
          font-size: 3rem;

          &:hover {
            background-color: var(--cl-bl);
            color: #ffffff;

            &::after {
              background-image: url(../../img/usr/freepage/2025_rosasen/link_arw_wt.png);
            }
          }
        }
      }
    }

    .rosasen_lp_2025-bottom_link {
      margin-top: 120px;
      padding: 100px 0;
    }
  }

  @media screen and (max-width: 767px) {
    .rosasen_lp_2025-item_link {
      margin: 64px 0 80px;
      padding: 0 30px;
    }

    .rosasen_lp_2025-item_link-list,
    .rosasen_lp_2025-bottom_link-list {
      li {
        width: 100%;

        & + li {
          margin-top: 16px;
        }

        a {
          height: 64px;
          font-size: 1.5rem;
          line-height: 1.333;
        }
      }
    }

    .rosasen_lp_2025-bottom_link-list {
      li {
        a {
          font-size: 2rem;
        }
      }
    }

    .rosasen_lp_2025-bottom_link {
      margin-top: 80px;
      padding: 40px 30px;
    }
  }

  footer {
    background-color: #2c2c2c;
    color: #ffffff;
  }

  .rosasen_lp_2025-footer-sns {
    display: flex;
    align-items: center;

    li + li {
      margin-left: 30px;
    }
  }

  .rosasen_lp_2025-footer-copyright {
    font-weight: 300;
    letter-spacing: 0.1em;
  }

  @media screen and (min-width: 768px) {
    footer {
      padding: 40px;

      .rosasen_lp_2025-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100px;
      }
    }

    .rosasen_lp_2025-footer-copyright {
      font-size: 1.2rem;
    }
  }

  @media screen and (max-width: 767px) {
    footer {
      padding: 40px;
    }

    .rosasen_lp_2025-footer-sns {
      justify-content: center;
    }

    .rosasen_lp_2025-footer-copyright {
      margin-top: 36px;
      font-size: 1rem;
      text-align: center;
      line-height: 2;
    }
  }
}

@keyframes infinity-scroll {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}
