@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400&display=swap");

/*共通*/
.lycee-rich {
    color: #40393c;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.lycee-rich .inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.lycee-rich img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.lycee-rich .font-serif {
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 400;
}
.lycee-rich .txt-80 {
    display: inline-block;
    font-size: 100%;
    transform: scale(0.8, 0.8); /* 横80%／親の縦125%打ち消し→縦100% */
    transform-origin: center center;
    vertical-align: baseline;
}
.lycee-rich .mv-ttl .txt-80 {
    vertical-align: middle;
    padding-bottom: 2%;
}

/* SP: 中央エリア全幅 / 左右非表示 */
.lycee-rich .main-cnt {
    width: 100%;
    margin: 0 auto;
    container-type: inline-size;
    container-name: sp-window;
}
.lycee-rich .left-cnt,
.lycee-rich .right-cnt {
    display: none;
}

/* ==================================================
   MV（基準幅 768／限定発売帯は含まない）
================================================== */
.lycee-rich .mv {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 768 / 1006;
    overflow: visible;
    background-color: #fff5f8;
}
.lycee-rich .mv-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}
.lycee-rich .mv-bg-01 {
    position: absolute;
    top: 0.2%;
    left: 18.23%;
    width: 81.77%;
    z-index: 1;
}
.lycee-rich .mv-bg-02 {
    position: absolute;
    top: 39.76%;
    left: 0;
    width: 100%;
    z-index: 2;
}
.lycee-rich .mv-pkg {
    position: absolute;
    top: 50.1%;
    z-index: 4;
    width: 75.911cqw;
    right: 0;
}
.lycee-rich .mv-ttl {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    font-size: 13.021cqw;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #d6336c;
}
.lycee-rich .mv-ttl-01,
.lycee-rich .mv-ttl-02 {
    position: absolute;
    display: block;
    white-space: nowrap;
    transform: scaleY(1.25);
    transform-origin: left center;
}
.lycee-rich .mv-ttl-01 {
    top: 21.77%;
    left: 5.08%;
    text-shadow: 0 0 0.8cqw #fff, 0 0 1.6cqw #fff;
}
.lycee-rich .mv-ttl-02 {
    top: 36.08%;
    left: 19.53%;
    text-shadow: 0 0 0.8cqw #fff, 0 0 1.6cqw #fff;
}
.lycee-rich .mv-logo {
    position: absolute;
    top: 56.36%;
    left: 9.11%;
    z-index: 5;
    display: block;
    width: 37.63%;
    margin: 0;
    line-height: 0;
}
.lycee-rich .mv-type {
    position: absolute;
    top: 89.07%;
    left: 5.86%;
    z-index: 5;
    width: 40%;
    color: #fff;
    font-size: 2.6cqw;
    line-height: 1.45;
    letter-spacing: 0.05em;
}
.lycee-rich .mv-type-class {
    display: inline-block;
    margin-top: 0.35em;
    padding: 0.1em 0.45em 0.15em;
    border: 1px solid #fff;
    line-height: 1.3;
}
.lycee-rich .mv-type::after {
    content: "";
    display: block;
    width: 16%;
    height: 0.4cqw;
    margin-top: 0.8cqw;
    background-color: #d6336c;
}

/* 限定発売（通常フロー） */
.lycee-rich .mv-limited {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 6.5cqw 7cqw;
    background-color: #fff;
    font-size: inherit;
    font-weight: inherit;
}
.lycee-rich .mv-store01,
.lycee-rich .mv-store02,
.lycee-rich .mv-limited-badge {
    display: block;
    margin: 0;
    line-height: 0;
}
.lycee-rich .mv-store01 {
    width: 37.16%;
}
.lycee-rich .mv-store02 {
    width: 39.42%;
}
.lycee-rich .mv-limited-badge {
    width: 12.33%;
}

/* ==================================================
   リンク金帯
================================================== */
.lycee-rich .cta {
    box-sizing: border-box;
    padding: 5.2cqw 5cqw 3cqw;
    background-image: -moz-linear-gradient( -16deg, rgb(235,219,153) 0%, rgb(253,239,190) 25%, rgb(214,193,107) 49%, rgb(253,239,190) 71%, rgb(214,193,107) 100%);
    background-image: -webkit-linear-gradient( -16deg, rgb(235,219,153) 0%, rgb(253,239,190) 25%, rgb(214,193,107) 49%, rgb(253,239,190) 71%, rgb(214,193,107) 100%);
    background-image: -ms-linear-gradient( -16deg, rgb(235,219,153) 0%, rgb(253,239,190) 25%, rgb(214,193,107) 49%, rgb(253,239,190) 71%, rgb(214,193,107) 100%);
    text-align: center;
}
.lycee-rich .cta-btns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5cqw;
}
.lycee-rich .cta-col {
    display: flex;
    flex-direction: column;
    width: calc((100% - 5cqw) / 2);
}
.lycee-rich .cta-label-bare,
.lycee-rich .cta-label-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    min-height: 6.8cqw;
    margin-bottom: 1cqw;
    color: #40393c;
    font-size: 4.17cqw;
    font-weight: bold;
    letter-spacing: 0.08em;
}
.lycee-rich .cta-icon {
    display: block;
    width: 7cqw;
    height: 6.8cqw;
    margin-right: 1.5cqw;
    object-fit: contain;
}
.lycee-rich .cta-btn-bare,
.lycee-rich .cta-btn-contact {
    display: flex;
    width: 100%;
}
.lycee-rich .cta-btn-bare a,
.lycee-rich .cta-btn-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5cqw;
    box-sizing: border-box;
    width: 100%;
    height: 13.4cqw;
    padding: 0 3cqw;
    border-radius: 9999px;
    background-color: #223a70;
    color: #fff;
    font-size: 3.65cqw;
    font-weight: bold;
    text-decoration: none;
}
.lycee-rich .cta-cart {
    display: block;
    width: 6.4cqw;
    height: auto;
}
.lycee-rich .cta-note {
    margin-top: 1.2cqw;
    color: #40393c;
    font-size: 2.6cqw;
    text-align: center;
}

/* ==================================================
   こんなお悩みに
================================================== */
.lycee-rich .worry {
    box-sizing: border-box;
    padding: 18cqw 5cqw 10cqw;
    background-color: #fff5f8;
}
.lycee-rich .worry-ttl {
    margin: 0 0 4cqw;
    color: #d6336c;
    font-size: 6.51cqw; /* 50px / 768 */
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    transform: scaleY(1.25);
    transform-origin: left center;
}
.lycee-rich .worry-list {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 21cqw 8cqw 8.5cqw;
    list-style: none;
    background:  url("/-/Media/com/lycee-rich/top/2608/worry_bg.png") no-repeat top center / 100% 100%;
}
.lycee-rich .worry-item {
    display: flex;
    gap: 2.5cqw;
    margin-bottom: 4.5cqw;
}
.lycee-rich .worry-check {
    flex: 0 0 7cqw;
    width: 7cqw;
}
.lycee-rich .worry-txt {
    margin: 0;
    font-size: 4.167cqw;
    font-weight: inherit;
    line-height: 1.5;
    letter-spacing: 0.06em;
}

/* ==================================================
   シンプル商品紹介（基準幅 768）
================================================== */
.lycee-rich .simple {
    box-sizing: border-box;
    padding: 22.5cqw 0 5cqw;
    background-color: #fff5f8;
}
.lycee-rich .simple-ttl {
    width: 90.5%;
    margin: 0 auto 10cqw;
}
.lycee-rich .simple-visual {
    position: relative;
    width: 100%;
    aspect-ratio: 768 / 760;
}
.lycee-rich .simple-pkg02 {
    position: absolute;
    top: 0;
    left: 5.2%;
    z-index: 1;
    width: 55.9%;
}
.lycee-rich .simple-pkg01 {
    position: absolute;
    top: 33%;
    left: 55%;
    z-index: 2;
    width: 39.7%;
}
.lycee-rich .simple-limited {
    position: absolute;
    top: 0%;
    left: 66%;
    z-index: 3;
    width: 28.4%;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: 0;
}
.lycee-rich .simple-type {
    position: absolute;
    left: 6.1%;
    bottom: 0;
    z-index: 4;
    margin: 0;
    color: #40393c;
    font-size: 2.6cqw;
    line-height: 1.45;
    letter-spacing: 0.05em;
}
.lycee-rich .simple-type-class {
    display: inline-block;
    margin-top: 0.35em;
    padding: 0.1em 0.45em 0.15em;
    border: 1px solid #40393c;
    line-height: 1.3;
}

/* ==================================================
   ポイント（基準幅 768）
================================================== */
.lycee-rich .point {
    box-sizing: border-box;
    padding: 8cqw 0 33cqw;
    background-color: #fff5f8;
}
.lycee-rich .point-item {
    position: relative;
    box-sizing: border-box;
    width: 89.6%;
    margin: 20cqw auto 0;
    background-color: #fff;
}
.lycee-rich .point-item::before {
    content: "";
    position: absolute;
    inset: 1.302cqw; /* 10px / 768 */
    z-index: 1;
    border: 0.26cqw solid #d4c491;
    pointer-events: none;
}
.lycee-rich .point-num {
    position: absolute;
    top: 1.302cqw; /* 内側の枠線上 */
    left: 50%;
    z-index: 3;
    box-sizing: border-box;
    width: 16.5cqw;
    height: 16.5cqw;
    margin: 0;
    margin-top: -3cqw;
    border: 0.26cqw solid #d4c491;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}
.lycee-rich .point-num-inner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.2cqw;
    color: #d6336c;
    line-height: 1;
    transform: rotate(-45deg);
}
.lycee-rich .point-num-label {
    display: inline-block;
    font-size: 2.604cqw; /* 20px / 768 */
    letter-spacing: 0.04em;
    transform: scaleY(1.25);
    transform-origin: center center;
}
.lycee-rich .point-num-line {
    display: block;
    width: 80%;
    height: 0.13cqw;
    margin: 0;
    background-color: #d6336c;
}
.lycee-rich .point-num-val {
    display: inline-block;
    font-size: 5.859cqw; /* 45px / 768 */
    letter-spacing: 0.02em;
    transform: scaleY(1.25);
    transform-origin: center center;
}
.lycee-rich .point-head {
    box-sizing: border-box;
    padding: 12cqw 4cqw 4.5cqw;
    background-color: #d6336c;
    color: #fff;
    text-align: center;
}
.lycee-rich .point-ttl {
    margin: 0;
    font-size: 5.5cqw;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: 0.06em;
}
.lycee-rich .point-note {
    margin: 1.2cqw 0 0;
    font-size: 2.6cqw;
    letter-spacing: 0.04em;
}
.lycee-rich .point-head-curve {
    margin: 0;
    line-height: 0;
}
.lycee-rich .point-item-02 {
    display: flex;
    flex-direction: column;
    aspect-ratio: 1376 / 1380;
    background: #fff url("/-/Media/com/lycee-rich/top/2608/point_p02_photo.jpg") no-repeat top center / 100% auto;
}
.lycee-rich .point-item-02 .point-head {
    position: relative;
    z-index: 1;
    background-color: transparent;
}
.lycee-rich .point-item-02 .point-txt {
    position: relative;
    z-index: 1;
    margin-top: auto;
    margin-bottom: 0;
    padding: 4cqw 4cqw 4cqw;
    color: #40393c;
    font-size: 4.688cqw; /* 36px / 768 */
    font-weight: bold;
    letter-spacing: 0.04em;
    text-align: center;
    background-color: transparent;
    transform: scaleY(1.25);
    transform-origin: center center;
}
.lycee-rich .point-body {
    box-sizing: border-box;
    padding: 7cqw 7cqw 10cqw;
}
.lycee-rich .point-item-03 .point-body {
    padding: 3cqw 7cqw 10cqw;
}
.lycee-rich .point-group {
    margin-bottom: 4cqw;
}
.lycee-rich .point-group:last-child {
    margin-bottom: 0;
}
.lycee-rich .point-sub {
    margin: 0 0 1.5cqw;
    color: #d6336c;
    font-size: 4.688cqw;
    transform: scaleY(1.25);
    letter-spacing: 0.04em;
}
.lycee-rich .point-sub-tail {
    display: inline-block;
    transform: scale(0.8, 0.8); /* 横80%／親の縦125%を打ち消し→縦100% */
    transform-origin: left center;
    vertical-align: middle;
}
.lycee-rich .point-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.lycee-rich .point-list-item {
    position: relative;
    margin: 0 0 1cqw;
    padding-left: 3.2cqw;
    color: #40393c;
    font-size: 3.4cqw;
    line-height: 1.5;
    letter-spacing: 0.02em;
}
.lycee-rich .point-list-item::before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 0.4cqw;
    width: 1.3cqw;
    height: 1.3cqw;
    border-radius: 50%;
    background-color: #d6336c;
    transform: translateY(-50%);
}
.lycee-rich .point-compare {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7.5cqw;
    margin-bottom: 4.5cqw;
}
.lycee-rich .point-compare-col {
    width: 35%;
    text-align: center;
}
.lycee-rich .point-label {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 0 2cqw;
    padding: 0.6cqw 2.8cqw;
    border: 0.2cqw solid #d6336c;
    color: #d6336c;
    font-size: 3.125cqw;
    letter-spacing: 0.04em;
    background-color: #fff;
    transform: scaleY(1.25);
    transform-origin: center center;
}
.lycee-rich .point-compare-img {
    margin: 0;
    line-height: 0;
}
.lycee-rich .point-arrow {
    flex: 0 0 auto;
    width: 0;
    height: 0;
    margin: 6cqw 0 0;
    border-top: 1.6cqw solid transparent;
    border-bottom: 1.6cqw solid transparent;
    border-left: 2.4cqw solid #d6336c;
}
.lycee-rich .point-item-03 .point-txt {
    margin: 0 0 8.5cqw;
    color: #40393c;
    font-size: 3.4cqw;
    line-height: 1.7;
    letter-spacing: 0.02em;
    text-align: center;
}
.lycee-rich .point-catch {
    margin: 2cqw 0 0;
    color: #d6336c;
    font-size: 4.688cqw; /* 36px / 768 */
    font-weight: bold;
    letter-spacing: 0.06em;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 0.35em;
    transform: scaleY(1.25);
    transform-origin: center center;
}
.lycee-rich .point-pkg {
    width: 39%;
    margin: 0 auto;
    line-height: 0;
}

/* ==================================================
   商品紹介（基準幅 768）
================================================== */
.lycee-rich .product {
    position: relative;
    box-sizing: border-box;
    padding: 16cqw 0 9cqw;
    overflow: hidden;
    background-color: #d6336c;
    color: #fff;
}
.lycee-rich .product-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    margin: 0;
    line-height: 0;
    opacity: 0.45;
    pointer-events: none;
}
.lycee-rich .product-lead {
    position: relative;
    z-index: 1;
    margin: 0 0 3cqw;
    font-size: 10.417cqw; /* 80px / 768 */
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.04em;
    text-align: center;
}
.lycee-rich .product-lead-sub {
    display: block;
    position: relative;
    width: fit-content;
    margin: 0 auto 5cqw;
    padding: 1.2cqw 2cqw;
    font-size: 5.859cqw;
    transform: scaleY(1.25);
    letter-spacing: 0.12em;
}
.lycee-rich .product-lead-sub::before,
.lycee-rich .product-lead-sub::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 110%;
    height: 0.2cqw;
    background-color: #fff;
    transform: translateX(-50%);
}
.lycee-rich .product-lead-sub::before {
    top: 0;
}
.lycee-rich .product-lead-sub::after {
    bottom: 0;
}
.lycee-rich .product-lead-01,
.lycee-rich .product-lead-02 {
    display: block;
    transform: scaleY(1.25);
    transform-origin: center center;
    margin-bottom: 4.5cqw;
}
.lycee-rich .product-logo {
    position: relative;
    z-index: 1;
    display: block;
    width: 90%;
    margin: 0 auto 12cqw;
    line-height: 0;
}
.lycee-rich .product-visual {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 768 / 780;
}
.lycee-rich .product-pkg02 {
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 1;
    width: 56%;
    margin: 0;
}
.lycee-rich .product-pkg01 {
    position: absolute;
    top: 15%;
    left: 42%;
    z-index: 2;
    width: 53%;
    margin: 0;
}
.lycee-rich .product-type {
    position: absolute;
    left: 5%;
    bottom: 4%;
    z-index: 3;
    margin: 0;
    color: #fff;
    font-size: 2.6cqw;
    line-height: 1.45;
    letter-spacing: 0.05em;
}
.lycee-rich .product-type-class {
    display: inline-block;
    margin-top: 0.35em;
    padding: 0.1em 0.45em 0.15em;
    border: 1px solid #fff;
    line-height: 1.3;
}

/* ==================================================
   使い方Q&A（基準幅 768）
================================================== */
.lycee-rich .qa {
    box-sizing: border-box;
    padding: 39cqw 5cqw 12cqw;
    background-color: #fff5f8;
}
.lycee-rich .qa-ttl {
    width: fit-content;
    margin: 0 auto 7cqw;
    padding-bottom: 1cqw;
    border-bottom: 0.2cqw solid #40393c;
    color: #40393c;
    font-size: 6.51cqw;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-align: center;
}
.lycee-rich .qa-item {
    margin-bottom: 14cqw;
}
.lycee-rich .qa-item:last-child {
    margin-bottom: 0;
}
.lycee-rich .qa-q {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 1.5cqw;
    box-sizing: border-box;
    width: calc(93% + 5cqw);
    margin: 0 0 0 -5cqw; /* 画面左端から */
    padding: 4.5cqw 4cqw 9.5cqw 5cqw;
    border-radius: 0 2.5cqw 0 0;
    background-color: #d6336c;
    color: #fff;
    font-size: 3.65cqw;
    font-weight: bold;
    line-height: 1.45;
    letter-spacing: 0.04em;
}
.lycee-rich .qa-q-mark {
    flex: 0 0 auto;
    font-size: 5.5cqw;
    line-height: 1.1;
    letter-spacing: 0;
}
.lycee-rich .qa-q-txt {
    flex: 1 1 auto;
    padding-top: 0.6cqw;
}
.lycee-rich .qa-a {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 97%;
    margin: -5cqw 0 0 auto;
    padding: 6cqw 5cqw 5.5cqw;
    border-radius: 2.5cqw;
    background-color: #fff;
    box-shadow: 0 0.4cqw 2cqw rgba(64, 57, 60, 0.1);
}
.lycee-rich .qa-a-txt {
    margin: 0;
    color: #40393c;
    font-size: 3.4cqw;
    line-height: 2;
    letter-spacing: 0.02em;
}
.lycee-rich .qa-lens {
    margin: 2cqw 0 0;
    padding: 0;
    list-style: none;
}
.lycee-rich .qa-lens-ok,
.lycee-rich .qa-lens-ng {
    display: flex;
    align-items: center;
    gap: 3.5cqw;
    margin-bottom: 2.5cqw;
}
.lycee-rich .qa-lens-ng {
    margin-bottom: 0;
}
.lycee-rich .qa-mark {
    flex: 0 0 9cqw;
    width: 7cqw;
    line-height: 0;
    overflow: visible;
}
.lycee-rich .qa-mark img {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}
.lycee-rich .qa-lens-txt {
    color: #40393c;
    font-size: 3.4cqw;
    font-weight: bold;
    letter-spacing: 0.04em;
}
.lycee-rich .qa-lens-sep {
    margin: 0 1.2cqw;
    font-weight: normal;
    color: #40393c;
}

/* ==================================================
   商品ラインナップ（基準幅 768）
================================================== */
.lycee-rich .lineup-sec {
    box-sizing: border-box;
    padding: 19cqw 0 0;
    background-color: #fff5f8;
}
.lycee-rich .lineup-sec-ttl {
    width: fit-content;
    margin: 0 auto 7cqw;
    padding-bottom: 0.5cqw;
    border-bottom: 0.2cqw solid #40393c;
    color: #40393c;
    font-size: 6.51cqw;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-align: center;
}
.lycee-rich .lineup-head {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}
.lycee-rich .lineup-lead {
    display: block;
    margin: 0 0 3cqw;
    color: #d6336c;
    font-size: 10.417cqw; /* 80px / 768 */
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}
.lycee-rich .lineup-lead-01,
.lycee-rich .lineup-lead-02 {
    display: block;
    transform: scaleY(1.25);
    transform-origin: center center;
}
.lycee-rich .lineup-lead-01 {
    margin-bottom: 3.5cqw;
}
.lycee-rich .lineup-ttl {
    display: block;
    width: 88%;
    margin: 0 auto 8cqw;
    line-height: 0;
}
.lycee-rich .lineup-sku {
    margin-bottom: 0;
}
.lycee-rich .lineup-sku + .lineup-sku {
    margin-top: 7.813cqw; /* 60px / 768 */
}
.lycee-rich .lineup-card {
    position: relative;
    box-sizing: border-box;
    padding: 8cqw 0 8.5cqw;
    overflow: hidden;
    background-color: #d6336c;
    background-image: url("/-/Media/com/lycee-rich/top/2608/product_bg.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    color: #fff;
}
.lycee-rich .lineup-card::before {
    content: "";
    position: absolute;
    inset: 2.302cqw;
    z-index: 1;
    border: 0.26cqw solid rgba(255, 255, 255, 0.85);
    pointer-events: none;
}
.lycee-rich .lineup-badge {
    position: absolute;
    top: 0;
    left: 2.5cqw;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 23cqw;
    min-height: 21cqw;
    margin: 0;
    padding: 2cqw 1.2cqw 3.5cqw;
    border-radius: 0 0 50% 50%;
    background-image: linear-gradient(180deg, #fdefbe 0%, #d6c16b 100%);
    color: #40393c;
    text-align: center;
}
.lycee-rich .lineup-badge-icon {
    display: block;
    width: 8cqw;
    height: auto;
    margin-bottom: 1cqw;
}
.lycee-rich .lineup-badge-txt {
    font-size: 4.167cqw;
    font-weight: bold;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
.lycee-rich .lineup-sku-contact .lineup-badge {
    width: 30cqw;
    min-height: 19cqw;
}
.lycee-rich .lineup-sku-contact .lineup-badge-icon {
    width: 5cqw;
}
.lycee-rich .lineup-sku-contact .lineup-badge-txt {
    font-size: 3.646cqw; /* 28px / 768 */
}
.lycee-rich .lineup-limited {
    position: absolute;
    top: 5cqw;
    right: 4cqw;
    z-index: 3;
    width: 28%;
    margin: 0;
    line-height: 0;
}
.lycee-rich .lineup-visual {
    position: relative;
    z-index: 2;
    width: 100%;
    aspect-ratio: 768 / 800; /* type用の余白を確保 */
    margin-top: 17cqw;
}
.lycee-rich .lineup-pkg02 {
    position: absolute;
    top: 0%;
    left: 5%;
    z-index: 2;
    width: 56%;
    margin: 0;
}
.lycee-rich .lineup-pkg01 {
    position: absolute;
    top: 19%;
    right: 5%;
    z-index: 2;
    width: 48%;
    margin: 0;
}
.lycee-rich .lineup-type {
    position: absolute;
    left: 5%;
    bottom: 6%;
    z-index: 4; /* 画像の上に重ねる */
    margin: 0;
    color: #fff;
    font-size: 2.6cqw;
    line-height: 1.45;
    letter-spacing: 0.04em;
}
.lycee-rich .lineup-type-class {
    display: inline-block;
    margin-right: 0.4em;
    padding: 0.1em 0.45em 0.15em;
    border: 1px solid #fff;
    line-height: 1.3;
}
.lycee-rich .lineup-cool {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 88%;
    margin: 0 auto;
    padding: 1cqw 3cqw;
    background-color: #d6336c;
    color: #fff;
    font-size: 4.167cqw; /* 32px / 768 */
    font-weight: bold;
    letter-spacing: 0.06em;
    text-align: center;
    transform: scaleY(1.25);
    transform-origin: center center;
}
.lycee-rich .lineup-note {
    position: relative;
    z-index: 2;
    margin: 2.5cqw 0 0;
    padding: 0 6cqw;
    color: #fff;
    font-size: 2.6cqw;
    letter-spacing: 0.04em;
}
.lycee-rich .lineup-btn {
    margin: 0;
    padding: 6cqw 5cqw;
    background-image: -moz-linear-gradient( -16deg, rgb(235,219,153) 0%, rgb(253,239,190) 25%, rgb(214,193,107) 49%, rgb(253,239,190) 71%, rgb(214,193,107) 100%);
    background-image: -webkit-linear-gradient( -16deg, rgb(235,219,153) 0%, rgb(253,239,190) 25%, rgb(214,193,107) 49%, rgb(253,239,190) 71%, rgb(214,193,107) 100%);
    background-image: -ms-linear-gradient( -16deg, rgb(235,219,153) 0%, rgb(253,239,190) 25%, rgb(214,193,107) 49%, rgb(253,239,190) 71%, rgb(214,193,107) 100%);
    text-align: center;
}
.lycee-rich .lineup-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2cqw;
    box-sizing: border-box;
    width: 87%;
    padding: 2.8cqw 6cqw;
    border-radius: 9999px;
    background-color: #223a70;
    color: #fff;
    font-size: 4.17cqw;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-decoration: none;
}
.lycee-rich .lineup-cart {
    display: block;
    width: 5.5cqw;
    height: auto;
}

/* ==================================================
   リセバナー
================================================== */
.lycee-rich .bnr {
    box-sizing: border-box;
    padding: 33cqw 5cqw 32cqw;
    background-color: #fff5f8;
}
.lycee-rich .bnr-link {
    margin: 0;
    line-height: 0;
    text-align: center;
}
.lycee-rich .bnr-link a {
    display: block;
}


/* PC */
@media screen and (min-width: 769px) {
    .lycee-rich {
        background-color: #fff5f8;
        background-image: url(/-/Media/com/lycee-rich/top/2608/main_bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }
    .lycee-rich .main-cnt {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        background-color: #fff;
        box-shadow: 0 0 40px rgba(64, 57, 60, 0.12);
    }
    /* 最下部スクロール時、fixed左右が下コンテンツに載らないよう前面化 */
    #container.brand-content,
    .breadcrumb {
        position: relative;
        z-index: 2;
        background: #fff;
    }
    .lycee-rich .left-cnt,
    .lycee-rich .right-cnt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        z-index: 0;
        width: calc((100% - 600px) / 2);
        height: 100%;
        padding: 40px;
        box-sizing: border-box;
        text-align: center;
    }
    .lycee-rich .left-cnt {
        left: 0;
    }
    .lycee-rich .right-cnt {
        right: 0;
    }
    .lycee-rich .left-logo {
        width: min(100%, 250px);
        margin: 0 0 40px;
    }
    .lycee-rich .left-pkg {
        width: min(100%, 196px);
        margin: 0;
    }
    .lycee-rich .right-qr-clm {
        margin: 0 0 100px;
        color: #d6336c;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.04em;
    }
    .lycee-rich .right-qr-txt {
        margin: 0;
    }
    .lycee-rich .right-qr {
        width: 150px;
        margin: 10px auto 0;
    }
    .lycee-rich .right-bnr {
        width: min(100%, 360px);
        margin: 0;
    }
    .lycee-rich .right-bnr a {
        display: block;
    }
}
