@charset "UTF-8";
:root {
  --themeColor: #BC2C48;
}

@media screen and (max-width: 640px) { /*-- SP --*/

.special-body {
}

.block-hero {
  margin: 0 -12px;
  padding: 0;
  width: 100vw;

  img {
    width: 100%;
    aspect-ratio: 1 / 1;
  }
}

.block-lead {
  margin: 20px 0;
  font-feature-settings: "palt";
  line-height: 2;
  font-size: 1.4rem;
  text-align: center;
}

.block-msg {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  border-radius: 12px;
  margin: 32px auto 0;
  border: 4px solid #7CB0C3;
  padding: 24px 8px;
  background: #ffffff url('/img/usr/@page/seijiniwai_2026/bg-block-msg.webp') repeat-x 50% 100% /100px auto;
}

.block-msg--image {
  flex-shrink: 0;
  width: 240px;
  overflow: visible;

  img {
    width: 100%;
  }
}

.block-msg--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}

.block-msg--title {
  display: flex;
  gap: 12px;
  flex-direction: column;
  text-align: center;
  margin: 0;
  padding: 0;;

  em {
    line-height: 1.5;
    font-style: normal;
    font-weight: 600;
    font-size: 2.2rem;
    color: #ff9900;
  }

  span {
    display: block grid;
    place-items: center;
    height: 24px;
    padding: 0 16px;
    letter-spacing: 0.1em;
    font-family: var(--ff-sans_serif);
    font-size: 1.4rem;
    color: #ffffff;
    background: #ff9900;
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 50%, 100% 100%, 0 100%, 10px 50%);
  }
}

.block-msg--text {
  flex-grow: 1;
  padding: 12px 12px 20px;
  font-size: 1.4rem;

  strong {
    font-weight: bold;
    background: linear-gradient(transparent 0, transparent 60%, #ffff00 60%, #ffff00 100%)
  }
}

.block-msg--btn {
  margin-inline: auto;
  height: 56px;
  width: 240px;
  font-size: 1.6rem;
  background-color: var(--col_Gold) !important;
}

.block-series {
  margin: 48px 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.block-series-item {

  .block-series-item--title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 -12px 16px;
    padding: 84px 0 16px;
    color: var(--themeColor);
    background: #c6a95c1a no-repeat 50% 16px / 48px auto;
    text-align: center;
    line-height: 1;

    section:nth-child(1) & { background-image: url('/img/usr/@page/seijiniwai_2026/series-title-ico_r01.webp'); }
    section:nth-child(2) & { background-image: url('/img/usr/@page/seijiniwai_2026/series-title-ico_r02.webp'); }
    section:nth-child(3) & { background-image: url('/img/usr/@page/seijiniwai_2026/series-title-ico_r03.webp'); }

    span {
      line-height: 1.3;
      font-weight: 600;
      font-size: 1.6rem;
    }

    em {
      font-feature-settings: "palt";
      font-weight: 600;
      font-style: normal;
      font-size: 2.8rem;
    }
  }

  .block-series-item--body {
    margin: 0 auto;

    .block-series-item--mv {
      img {
        width: 100%;
      }
    }

    .block-series-item--desc {
      margin: 16px 0 42px;
      padding: 0 8px;
      text-align: center;
    }

    .block-series-item--feature {
      display: flex;
      flex-direction: column;
      gap: 32px;

      .feature-item {
        width: 100%;
                    display: flex;
        flex-direction: column;

        .feature-item--title {
          border: 1px solid var(--cl-heading);
          border-width: 1px 0;
          margin: 0 0 16px;
          padding: 6px 0;
          text-align: center;
          line-height: 1.5;
          font-weight: 600;
          font-size: 1.8rem;
        }

        .feature-item--image {
          flex-grow: 1;
          display: flex;
          gap: 8px;

          img {
            min-width: calc((100% - 8px) /2);
            padding: 5px;
            background: var(--col_paleGray);
            object-fit: contain;
          }
        }
      }
    }

    .block-series-item--lineup {
      margin-top: 42px;

      .lineup-title {
        margin: 0 auto 32px;
        padding: 0;
        text-align: center;

        span {
          display: inline-block;
          border-bottom: 1px solid var(--cl-heading);
          padding: 0 8px 8px;
          font-weight: 600;
          font-size: 2.2rem;
        }
      }

      .lineup-list {
        position: relative;
        display: flex;
        gap: 12px;
        flex-wrap: nowrap;
        margin: 0 -12px !important;
        max-width: unset;
        overflow-x: scroll;
        padding: 0 12px !important;
        scroll-snap-type: x mandatory;

        &:has(> :nth-child(3)) {
          gap: 8px;
          li {
            min-width: calc((100dvw - 28px) /1.75);
          }
        }

        li {
          min-width: calc((100% - 12px) /2);
          scroll-snap-align: center;


          .lineup-list-catch {
            margin: 0 0 4px;
            border-bottom: 1px solid var(--cl-heading);
            text-align: center;
            font-family: var(--ff-serif);
            font-weight: 600;
          }

          .block-thumbnail-h--goods {
            display: flex;
            flex-direction: column;
            gap: 8px;

            .block-thumbnail-h--goods-image {
              padding: 5px;
              background: var(--col_paleGray);
            }

            .block-thumbnail-h--goods-description {
              display: flex;
              flex-direction: column;
              gap: 4px;

              .block-thumbnail-h--goods-name {
                font-weight: normal;
                overflow: hidden;
                display: -webkit-box;
                line-height: 1.35;
                font-size: 1.4rem !important;
                text-overflow: ellipsis;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                font-feature-settings: "palt";

                a {
                  text-decoration: none;
                  line-height: 1.5;
                  font-size: 1.6rem;
                }
              }

              .block-thumbnail-h--price-infos {
                font-weight: 600;
              }
            }
          }
        }
      }
    }

    .block-series-item--link {
      margin: 32px 0 0 ;
      text-align: center;

      a {
        height: unset;
        min-height: 50px;
        padding: 8px 16px;
        word-break: auto-phrase;
        letter-spacing: 0;
        font-weight: 400;
      }
    }
  }
}

} /*-- /SP --*/


@media screen and (min-width: 641px) { /*-- PC --*/

.special-body {
  width: var(--wrapperW);
}

.block-hero {
  margin: 0;
  padding: 0;
}

.block-lead {
  margin: 20px 0;
  line-height: 2;
  font-family: var(--ff-serif);
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}

.block-msg {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 42px auto 0;
  border: 4px solid #7CB0C3;
  width: 720px;
  padding: 20px 16px;
  background: #ffffff url('/img/usr/@page/seijiniwai_2026/bg-block-msg.webp') repeat-x 50% 100% /100px auto;
}

.block-msg--image {
  flex-shrink: 0;
  width: 308px;
  overflow: visible;

  img {
    width: 100%;
  }
}

.block-msg--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0;
}

.block-msg--title {
  display: flex;
  gap: 12px;
  flex-direction: column;
  text-align: center;
  margin: 0;

  em {
    line-height: 1.5;
    font-weight: 600;
    font-size: 2.2rem;
    color: #ff9900;
  }

  span {
    display: block grid;
    place-items: center;
    height: 24px;
    padding: 0 16px;
    letter-spacing: 0.1em;
    font-family: var(--ff-sans_serif);
    color: #ffffff;
    background: #ff9900;
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 50%, 100% 100%, 0 100%, 10px 50%);
  }
}

.block-msg--text {
  flex-grow: 1;
  padding: 20px 12px 16px;
  font-size: 1.4rem;


  strong {
    font-weight: bold;
    background: linear-gradient(transparent 0, transparent 60%, #ffff00 60%, #ffff00 100%)
  }
}

.block-msg--btn {
  margin-inline: auto;
  width: 260px;
  font-size: 1.6rem;
  background-color: var(--col_Gold);
}

.block-series {
  display: flex;
  flex-direction: column;
  gap: 72px;
  margin: 32px auto 0;
  width: var(--wrapperW);
}
.block-series-item {
  margin: 0;

  .block-series-item--title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0 0 40px;
    height: 112px;
    color: var(--themeColor);
    background: #c6a95c1a no-repeat 32px 50% /auto 76px;
    text-align: center;
    line-height: 1;

    section:nth-child(1) & { background-image: url('/img/usr/@page/seijiniwai_2026/series-title-ico_r01.webp'); }
    section:nth-child(2) & { background-image: url('/img/usr/@page/seijiniwai_2026/series-title-ico_r02.webp'); }
    section:nth-child(3) & { background-image: url('/img/usr/@page/seijiniwai_2026/series-title-ico_r03.webp'); }

    span {
      font-weight: 600;
      font-size: 2rem;
    }

    em {
      padding-left: 0.1em;
      letter-spacing: 0.1em;
      font-weight: 600;
      font-size: 3.6rem;
    }
  }

  .block-series-item--body {
    margin: 0 auto;
    width: var(--contentW);

    .block-series-item--mv {
    }

    .block-series-item--desc {
      margin: 32px 0;
      text-align: center;
    }

    .block-series-item--feature {
      display: flex;
      gap: 24px;

      .feature-item {
        width: 100%;
        display: flex;
        flex-direction: column;

        .feature-item--title {
          border: 1px solid var(--cl-heading);
          border-width: 1px 0;
          margin: 0 0 16px;
          padding: 8px 0;
          text-align: center;
          line-height: 1.5;
          font-weight: 600;
        }

        .feature-item--image {
          flex-grow: 1;
          display: flex;
          gap: 8px;

          img {
            min-width: calc((100% - 8px) /2);
            padding: 5px;
            background: var(--col_paleGray);
            object-fit: contain;
          }
        }
      }
    }

    .block-series-item--lineup {
      margin-top: 64px;

      .lineup-title {
        margin: 0 auto 36px;
        text-align: center;

        span {
          display: inline-block;
          border-bottom: 1px solid var(--cl-heading);
          padding: 0 8px 8px;
          font-weight: 600;
          font-size: 2.2rem;
        }
      }
    }

    .lineup-list {
      li {
        width: 100%;
        max-width: calc((100% - 48px) /3);

        .lineup-list-catch {
          margin: 0 0 4px;
          border-bottom: 1px solid var(--cl-heading);
          text-align: center;
          font-family: var(--ff-serif);
          font-weight: 600;
        }
      }
    }

    .block-series-item--link {
      margin: 42px 0 0 ;
      text-align: center;

      a {
        letter-spacing: 0;
      }
    }
  }
}

}  /*-- /PC --*/
