/* 共通 */
html {
    margin: 0 !important;
    scroll-behavior: smooth;
}

.body {
    position: relative;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    color: #3C617E;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /* 背景色 */
}

main {
    padding: 80px 0 0 0;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.heading {
    position: relative;
    width: 100%;
    max-width: 1366px;
    padding: 50px min(13.4%, 183px);
    box-sizing: border-box;
}

.heading._other {
    padding: 30px min(8%, 109px);
}

a {
    display: inline-block;
}

a:hover {
    opacity: 0.8;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 960px) {
    main {
        padding: 55px 0 0 0;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .heading {
        max-width: 480px;
        padding: 40px min(5.333%, 20px);
    }

    .heading._other {
        padding: 20px min(5.333%, 20px);
    }
}

/* header */
.header01 {
    position: relative;
    position: fixed;
    width: 100%;
    z-index: 999;
    box-sizing: border-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /* headerの色 */
}

.header01::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #FD6981 0%, #F7BF6F 23%, #65C597 50%, #5AADE2 74%, #9191FA 100%);
    /* header下の色 */
}

.nav01 {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    height: 80px;
    box-shadow: 0px 0px 5px #00000029;
}

.header-logo {
    width: 173px;
}

.header-left,
.header-right {
    display: flex;
    align-items: center;
    height: 80px;
}

.header-left {
    padding: 0 0 0 30px;
    box-sizing: border-box;
}

/* ポイント表示 */
.header-point {
    background-color: #fff;
    border-radius: 8px;
    padding: 8px 16px;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 2px solid #e0e0e0;
}

.header-point span:first-child {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.header-point span:nth-child(2) {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.header-point span:last-child {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.header-point.sp {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 4px 8px;
    margin: 0 4px;
    gap: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    display: none;
}

.header-point.sp span:nth-child(1) {
    font-size: 14px;
    font-weight: 700;
}

.header-point.sp span:nth-child(2) {
    font-size: 11px;
}

.header-ul {
    display: flex;
    align-items: center;
    line-height: 1;
}

.header-li {
    margin: 0 20px 0 0;
}

.header-icon1 {
    width: 40px;
    margin: 0 5px 0 0;
}

.header-text1 {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #3C617E;
    /* headerのテキスト色 */
    margin: 0;
}

.header-text1:hover {
    color: #FD6981;
    /* headerのテキストのホバー色 */
}

.header-btn1 {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 40px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    /* headerのボタンのテキスト色 */
    background: #3C617E 0% 0% no-repeat padding-box;
    /* headerのボタン色 */
    border-radius: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}

.header-btn1.sp {
    display: none;
}


@media screen and (max-width: 960px) {
    .nav01 {
        height: 55px;
    }

    .header-left {
        width: 100%;
        height: 55px;
        justify-content: space-between;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .header-logo {
        width: 130px;
        position: relative;
        z-index: 1001;
        transition: opacity 0.2s ease-in-out;
    }

    /* ハンバーガーモーダル */
    .header-text1 {
        font-size: 14px;
        color: #3C617E;
        /* モーダルのリンク色 */
    }

    .header-btn1 {
        height: 30px;
    }

    .header-btn1.sp {
        display: flex;
    }

    .header-point.sp {
        display: inline-flex;
    }

    .header-btn1._modal {
        border-radius: 5px;
    }

    .header-btn2 {
        display: flex;
        align-items: center;
        background: #F4F6F7 0% 0% no-repeat padding-box;
        width: fit-content;
        height: 30px;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        color: #3C617E;
        padding: 0 20px;
    }


    .header-modal {
        position: fixed;
        top: 55px;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #fff;
        /* モーダルの背景色 */
        transition: right 0.3s ease-in-out;
        z-index: 1000;
        overflow-y: auto;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        text-align: center;
        padding: 20px 0;
    }

    .header-modal.is-active {
        right: 0;
        display: flex;
    }

    .header-ul {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .header-ul2 {
        display: flex;
        align-items: center;
        padding: 20px;
        box-sizing: border-box;
        gap: 1rem;
    }

    .header-li {
        width: 100%;
        border-bottom: 1px solid #F4F6F7;
        /* モーダルのリンクの下線の色 */
        padding: 20px;
        box-sizing: border-box;
        margin: 0;
    }


    /* ハンバーガーボタン */
    .ham-btn {
        width: 30px;
        height: 30px;
        border: none;
        background: #F4F6F7 0% 0% no-repeat padding-box;
        /* ハンバーガーボタンの背景色 */
        border-radius: 5px;
        position: relative;
        cursor: pointer;
        z-index: 1001;
        margin: 10px 10px 0 0;
    }

    .ham-btn span {
        position: absolute;
        background: #3C617E;
        /* ハンバーガーボタンの3本線の色 */
        border-radius: 2px;
        transition: all 0.3s ease;
        left: 50%;
        transform: translateX(-50%);
        width: 15px;
        height: 2px;
    }

    /* 通常位置 */
    .ham-btn span:nth-of-type(1) {
        top: 9px;
    }

    .ham-btn span:nth-of-type(2) {
        top: 15px;
    }

    .ham-btn span:nth-of-type(3) {
        top: 21px;
    }

    /* アクティブ */
    .ham-btn.is-active span:nth-of-type(1) {
        top: 15px;
        transform: translateX(-50%) rotate(45deg);
    }

    .ham-btn.is-active span:nth-of-type(2) {
        opacity: 0;
        transform: translateX(-50%) scaleX(0);
    }

    .ham-btn.is-active span:nth-of-type(3) {
        top: 15px;
        transform: translateX(-50%) rotate(-45deg);
    }

    body.no-scroll {
        overflow: hidden;
    }

}

/* 共通 スクロール位置 見出し */
#bnr,
#lineup,
#about,
#explanation,
#news,
#faq {
    scroll-margin-top: 80px;
    position: relative;
}

.common-h2-en {
    font-family: "Galindo", sans-serif;
    font-size: 75px;
    font-weight: 700;
    color: #3C617E;
    line-height: 1;
    margin: 0 0 5px 0;
}

.common-h2 {
    font-size: 18px;
    font-weight: 700;
    color: #FD6981;
    margin: 0 0 60px 0;
}

@media screen and (max-width: 960px) {

    #bnr,
    #lineup,
    #about,
    #explanation,
    #news,
    #faq {
        scroll-margin-top: 55px;
    }

    .common-h2-en {
        font-size: min(11.733vw, 44px);
    }

    .common-h2 {
        font-size: 16px;
    }

}

/* 共通 ボタン */
.btn-wrapper1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
}

.btn-more1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #3C617E;
    border-radius: 25px;
    max-width: 240px;
    width: 24%;
    padding: 13px 0;
    font-size: 16px;
    font-weight: 700;
    color: #3C617E;
}

.btn-more1:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0.9;
}

@media screen and (max-width: 960px) {
    .btn-more1 {
        width: 71.6%;
    }

    .btn-wrapper1 {
        margin: 30px 0 0 0;
    }
}

/* 共通投稿 index single archive 404 */
._minheight {
    min-height: 45vh;
}

.non-text {
    text-align: ceter;
    font-size: 16px;
    color: #3C617E;
}

/* 共通（くじ詳細） カテゴリー */
.cat-ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 20px 0;
}

.cat-li {
    background: #3C617E 0% 0% no-repeat padding-box;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px 25px;
    box-sizing: border-box;
}

/* FAQ カテゴリータイトル */
.faq-category-title {
    font-size: 1.5em;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
    scroll-margin-top: 100px;
}

@media screen and (max-width: 960px) {
    .cat-ul {
        margin: 10px 0;
    }

    .cat-li {
        font-size: 12px;
        padding: 3px 10px;
    }

    .faq-category-title {
        scroll-margin-top: 80px;
    }
}

/* 共通 footer */
.footer {
    position: relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.footer::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #FD6981 0%, #F7BF6F 23%, #65C597 50%, #5AADE2 74%, #9191FA 100%);
    /* header下の色 */
}

.footer-logo {
    max-width: 172px;
    width: 100%;
    padding: 30px 0 0 0;
}

.footer-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 24px 0;
    border-bottom: 1px solid #F4F6F7;
    margin: 0 0 24px 0;
}

.footer-text1 {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #3C617E;
    margin: 0;
}

.footer-text2 {
    font-size: 14px;
    color: #3C617E;
    margin: 0;
}

@media screen and (max-width: 960px) {
    .footer-flex {
        gap: 0.5rem;
    }

    .footer-text1 {
        width: 100%;
    }
}


/* 共通 arrow */
.arrow-fixed {
    position: fixed;
    height: auto;
    right: 10px;
    bottom: 10px;
    z-index: 13;
}

.arrow-link {
    width: 50px;
    height: auto;
}

@media screen and (max-width: 960px) {}


/* フロントページ */
/* トップ fv */
.fv {
    content: '';
    background-image: url('../img/fv-bg-pc.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.fv-h1 {
    margin: 0;
    padding: 0;
}

.fv-wrapper {
    padding: 35px 0 50px 0;
}

.fv-slider-wrapper {
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 10px;
}

/* FVスライダー画像スタイル */
.fv-slider .slick-slide > div {
    padding: 0 15px;
}

.fv-slider-img {
    width: 100%;
    max-height: 482px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #00000029;
}

/* トップ fv slick */
.slick-dots li button:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.slick-dots li button:before {
    background: #FFFFFF;
    border: 2px solid #3C617E;
}

.slick-dots li.slick-active button:before {
    background: #3C617E;
    border: none;
}

.fv-single-slide {
    width: 50%;
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .fv {
        background-image: url('../img/fv-bg-sp.webp');
    }

    /* SP版スライダーの画像間スペース */
    .fv-slider .slick-slide > div {
        padding: 0 3px;
    }


}

/* トップ bnr */
.bnr-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.bnr-link {
    width: 48%;
}

@media screen and (max-width: 960px) {
    .bnr-link {
        width: 100%;
    }
}

/* トップ lineup */
.lineup {
    background: #E4E9ED;
    content: '';
    background-image: url('../img/lineup-bg-pc.webp');
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}

.lineup-area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

.lineup-block {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000029;
    text-decoration: none;
    transition: transform 0.3s ease;
    height: 100%;
}

.lineup-block:hover {
    transform: scale(1.01);
}

.lineup-img-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    aspect-ratio: 334/203;
    flex-shrink: 0;
}

.lineup-img1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transform-origin: center center;
    transition: transform 0.3s ease;
}

.lineup-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 10px 20px;
    box-sizing: border-box;
}

.lineup-text1 {
    font-size: 16px;
    font-weight: 700;
    color: #3C617E;
    margin: 0 0 3px 0;
    min-height: 2.4em;
    line-height: 1.2;
}

.lineup-time-flex {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px 0;
    min-height: 1.5em;
}

.lineup-text2 {
    font-size: clamp(11px, 1.025vw, 14px);
    font-weight: 700;
    color: #FD6981;
    margin: 0;
}

.lineup-text2._end {
    color: #7A7A7A;
}

.lineup-text3 {
    font-size: clamp(10px, 0.878vw, 12px);
    font-weight: 700;
    color: #3C617E;
    margin: 0;
}

.lineup-text3._end {
    visibility: hidden;
}

.lineup-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.lineup-detail-img {
    max-width: 30px;
    margin: 0 15px 0 0;
}

.lineup-text4 {
    font-size: 16px;
    font-weight: 700;
    color: #3C617E;
    margin: 0;
}

.lineup-text4 ._large {
    font-size: 24px;
}

.lineup-text5 {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #3C617E;
    margin: auto 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #F2F2F2;
}

.lineup-status {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    border-radius: 0px 10px 0 10px;
    padding: 2px 12px;
    box-sizing: border-box;
}

.lineup-status._step1 {
    background: #83D12B 0% 0% no-repeat padding-box;
}

.lineup-status._step2 {
    background: #389BE7 0% 0% no-repeat padding-box;
}

.lineup-status._step3 {
    background: #C52626 0% 0% no-repeat padding-box;
}

.lineup-status._step4 {
    background: #7A7A7A 0% 0% no-repeat padding-box;
    color: #B9B9B9;
}

.lineup-icon1 {
    width: 4px;
    margin: 0 0 0 4px;
}

.lineup-tab {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 16px;
    padding: 24px 20px;
    box-sizing: border-box;
    margin: 0 0 40px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.lineup-tab ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

.lineup-tab ul li a,
.lineup-tab ul li button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    text-decoration: none;
    padding: 14px 20px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
}

/* 販売中 */
.lineup-tab ul li a.onsales,
.lineup-tab ul li button.onsales {
    background: rgba(56, 155, 231, 0.1);
    color: #389BE7;
    border: 2px solid rgba(56, 155, 231, 0.3);
}

.lineup-tab ul li a.onsales:hover,
.lineup-tab ul li button.onsales:hover {
    background: rgba(56, 155, 231, 0.2);
    border-color: rgba(56, 155, 231, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(56, 155, 231, 0.3);
}

.lineup-tab ul li a.onsales.active,
.lineup-tab ul li button.onsales.active {
    background: linear-gradient(135deg, #389BE7 0%, #5BB5F5 100%);
    color: #FFFFFF;
    border-color: transparent;
    box-shadow: 0 4px 16px rgba(56, 155, 231, 0.4);
}

/* 販売予定 */
.lineup-tab ul li a.comings,
.lineup-tab ul li button.comings {
    background: rgba(131, 209, 43, 0.1);
    color: #5BA520;
    border: 2px solid rgba(131, 209, 43, 0.3);
}

.lineup-tab ul li a.comings:hover,
.lineup-tab ul li button.comings:hover {
    background: rgba(131, 209, 43, 0.2);
    border-color: rgba(131, 209, 43, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(131, 209, 43, 0.3);
}

.lineup-tab ul li a.comings.active,
.lineup-tab ul li button.comings.active {
    background: linear-gradient(135deg, #83D12B 0%, #9EE550 100%);
    color: #FFFFFF;
    border-color: transparent;
    box-shadow: 0 4px 16px rgba(131, 209, 43, 0.4);
}

/* 販売終了 */
.lineup-tab ul li a.archives,
.lineup-tab ul li button.archives {
    background: rgba(150, 150, 150, 0.1);
    color: #888888;
    border: 2px solid rgba(150, 150, 150, 0.3);
}

.lineup-tab ul li a.archives:hover,
.lineup-tab ul li button.archives:hover {
    background: rgba(150, 150, 150, 0.2);
    border-color: rgba(150, 150, 150, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(150, 150, 150, 0.3);
}

.lineup-tab ul li a.archives.active,
.lineup-tab ul li button.archives.active {
    background: linear-gradient(135deg, #888888 0%, #AAAAAA 100%);
    color: #FFFFFF;
    border-color: transparent;
    box-shadow: 0 4px 16px rgba(150, 150, 150, 0.4);
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}


@media screen and (max-width: 960px) {
    .lineup-tab {
        padding: 16px 12px;
        margin: 0 0 24px 0;
    }

    .lineup-tab ul {
        gap: 0.5rem;
    }

    .lineup-tab ul li a,
    .lineup-tab ul li button {
        font-size: 13px;
        padding: 10px 8px;
        gap: 4px;
    }

    .lineup {
        background-image: url('../img/lineup-bg-sp.webp');
    }

    .lineup-area {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .lineup-content {
        padding: 10px;
    }

    .lineup-text1 {
        font-size: 14px;
    }

    .lineup-time-flex {
        flex-direction: column;
        gap: 0.2rem;
        margin: 0 0 5px 0;
    }

    .lineup-text2 {
        font-size: 11px;
    }

    .lineup-text3 {
        font-size: 10px;
    }

    .lineup-detail {
        margin: 10px 0 5px 0;
    }

    .lineup-detail-img {
        max-width: 20px;
        margin: 0 8px 0 0;
    }

    .lineup-text4 {
        font-size: 14px;
    }

    .lineup-text4 ._large {
        font-size: 18px;
    }

    .lineup-text5 {
        font-size: 12px;
        padding: 8px 0 0 0;
    }

    .lineup-status {
        font-size: 11px;
        padding: 2px 8px;
    }
}

/* トップ about */
.about {
    background: #FFFFFF;
}

.about-block {
    display: grid;
    align-items: center;
    grid-template-columns: 100fr 167fr 623fr;
    gap: 1rem;
    background: #F4F6F7 0% 0% no-repeat padding-box;
    border: 2px solid #E4E9ED;
    border-radius: 20px;
    padding: min(2.196vw, 30px);
    box-sizing: border-box;
}

.about-h3 {
    font-weight: 700;
    font-size: 22px;
    color: #3C617E;
    margin: 0 0 8px 0;
}

.about-text1 {
    font-size: 16px;
    color: #3C617E;
    margin: 0;
}

.about-section {
    width: 5px;
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .about-block {
        grid-template-columns: 1fr;
        padding: min(5.333vw, 20px);
    }

    .about-img1 {
        width: min(28.6%, 96px);
        margin: 0 auto;
    }

    .about-img2 {
        width: min(47.1%, 158px);
        margin: 0 auto;
    }
}

/* トップ explanation */
.explanation {
    background: #f4f6f7;
}

.section-intro {
    text-align: center;
    font-size: 16px;
    color: #3C617E;
    margin: 20px 0 40px 0;
}

.explanation-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 30px;
}

.explanation-block {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px 30px;
    box-sizing: border-box;
}

.explanation-block._box {
    background: linear-gradient(135deg, #FFE7ED 0%, #FFD4DF 100%);
}

.explanation-block._probability {
    background: linear-gradient(135deg, #FFF5E7 0%, #FFE8D4 100%);
}

.explanation-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.explanation-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    flex-shrink: 0;
}

.explanation-title {
    font-size: 28px;
    font-weight: 700;
    color: #3C617E;
    margin: 0;
}

.explanation-block._box .explanation-title {
    color: #FD6981;
}

.explanation-block._probability .explanation-title {
    color: #F7BF6F;
}

.explanation-title-sub {
    font-size: 20px;
    margin-left: 5px;
}

.explanation-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.explanation-label {
    display: inline-block;
    background: #FFFFFF;
    color: #3C617E;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 20px;
    margin: 0 0 10px 0;
    width: fit-content;
}

.explanation-block._box .explanation-label {
    background: #FD6981;
    color: #FFFFFF;
}

.explanation-block._probability .explanation-label {
    background: #F7BF6F;
    color: #FFFFFF;
}

.explanation-text {
    font-size: 15px;
    line-height: 1.8;
    color: #3C617E;
    margin: 0;
}

.explanation-highlight {
    font-weight: 700;
    color: #333333;
}

.explanation-block._box .explanation-highlight {
    color: #FD6981;
}

.explanation-block._probability .explanation-highlight {
    color: #F7BF6F;
}

@media screen and (max-width: 960px) {
    .section-intro {
        font-size: 14px;
        margin: 15px 0 30px 0;
    }

    .explanation-area {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .explanation-block {
        padding: 30px 20px;
        border-radius: 15px;
    }

    .explanation-header {
        gap: 10px;
        margin-bottom: 20px;
    }

    .explanation-icon {
        width: 45px;
        height: 45px;
        object-fit: contain;
        flex-shrink: 0;
    }

    .explanation-title {
        font-size: 22px;
    }

    .explanation-title-sub {
        font-size: 16px;
    }

    .explanation-label {
        font-size: 12px;
        padding: 6px 15px;
    }

    .explanation-text {
        font-size: 14px;
    }
}


/* トップ event */
@media screen and (max-width: 960px) {}

/* トップ news */
.news-block {
    padding: 20px 0;
    border-bottom: 1px solid #E4E9ED;
}

.news-text1 {
    display: block;
    text-decoration: none;
    width: 100%;
    font-size: 16px;
    color: #3C617E;
    margin: 0 0 5px 0;
}

.news-text2 {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    margin: 0;
}

@media screen and (max-width: 960px) {}

/* トップ faq */
.faq {
    background: #F4F6F7 0% 0% no-repeat padding-box;
}

.faq-accordion {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #E4E9ED;
}

.faq-accordion-head {
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 0 10px 0;
    cursor: pointer;
}

.faq-accordion-head::after {
    content: '';
    transform: translateY(-25%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #3C617E;
    border-right: 2px solid #3C617E;
    transition: transform .4s;
    top: 45%;
    right: 6px;
    position: absolute;
}

.faq-accordion[open] .faq-accordion-head::after {
    transform: rotate(225deg);
}

.faq-accordion-head-img1,
.faq-accordion-body-img1 {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
}

.faq-accordion-head-text1 {
    width: 92%;
    font-size: 16px;
    font-weight: 700;
    color: #3C617E;
    margin: 0;
}

.faq-accordion-body {
    display: flex;
}

.faq-accordion-body-content {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    padding: 15px 20px;
    box-sizing: border-box;
}

.faq-accordion-body-text1 {
    font-size: 16px;
    line-height: 1.3;
    color: #3C617E;
    margin: 0;
}

.faq-accordion-body-text1 a {
    font-size: 16px;
    color: #FD6981;
}

@media screen and (max-width: 960px) {

    .faq-accordion-head-img1,
    .faq-accordion-body-img1 {
        width: min(9.333vw, 35px);
        height: min(9.333vw, 35px);
        margin: 0 min(2.133vw, 8px) 0 0;
    }

    .faq-accordion-body-content {
        padding: min(4vw, 15px) min(5.333vw, 20px);
    }

    .faq-accordion-head-text1 {
        width: 80%;
    }
}

/* serviceページ */
/*  一覧 共通 fv */
.service {
    background: #F4F6F7 0% 0% no-repeat padding-box;
}

.fv2 {
    display: flex;
    align-items: flex-end;
    content: '';
    background-image: url('../img/lowerpage-fv-pc.webp');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.heading._fv2 {
    padding: 70px min(13.4%, 183px) 70px min(13.4%, 183px);
}

.fv2-h1-en {
    font-family: "Galindo", sans-serif;
    font-size: 75px;
    font-weight: 700;
    color: #3C617E;
    line-height: 1;
    margin: 0 0 5px 0;
}

.fv2-h1 {
    font-size: 18px;
    font-weight: 700;
    color: #FD6981;
    margin: 0;
}

@media screen and (max-width: 960px) {
    .fv2 {
        background-image: url('../img/lowerpage-fv-sp.webp');
    }

    .heading._fv2 {
        padding: 40px min(13.4%, 183px) 40px min(13.4%, 183px);
    }

    .fv2-h1-en {
        font-size: min(11.733vw, 44px);
    }

    .cfv2-h1 {
        font-size: 16px;
    }

}

/* 共通 パンくずリスト */
.crumbs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.crumbs::-webkit-scrollbar {
    display: none;
}

.crumbs-link {
    font-size: 14px;
    font-weight: 700;
    color: #FD6981;
    text-decoration: none;
}

.crumbs-separator {
    margin: 0 8px;
    color: #3C617E;
}

.crumbs-current {
    font-size: 14px;
    color: #3C617E;
}

/* 一覧 共通 ページネーション */
#crumbs {
    position: relative;
    background: #F4F6F7;
}

#crumbs._wh {
    background: #FFFFFF;
}

.pagenum-wrapper {
    display: flex;
    justify-content: center;
    margin: 40px 0 0 0;
}

.pagenum {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 1rem;
}

.pagenum li {
    padding: 0;
    margin: 0;
}

.pagenum li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    color: #707070;
    text-decoration: none;
    width: 47px;
    height: 47px;
}

.pagenum li a:hover,
.pagenum li a.current,
.pagenum li a.active {
    background: #1E303F 0% 0% no-repeat padding-box;
    color: #fff;
}

.pagenum li a.current,
.pagenum li a.active {
    cursor: default;
}

.pagenum li a.pre-btn,
.pagenum li a.next-btn {
    font-size: 14px;
}

@media screen and (max-width: 960px) {
    .pagenum {
        gap: 0.5rem;
    }

    .pagenum li a {
        width: min(10.256vw, 40px);
        height: min(10.256vw, 40px);
    }
}

/* 共通 詳細・固定ページ */
.single-common-area {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: min(2.928vw, 40px) min(4.392vw, 60px);
    box-sizing: border-box;
}

.single-common-text1 {
    font-size: 16px;
    color: #3C617E;
    margin: 0 0 5px 0;
}

/* 投稿日専用 */

.single-common-area h1 {
    font-size: 22px;
    font-weight: 700;
    color: #1E303F;
    line-height: 1.5;
    padding: 0 0 30px 0;
    border-bottom: 2px solid #E4E9ED;
    margin: 0 0 30px 0;
}

.single-common-area h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #1E303F;
    border-left: 5px solid #FD6981;
    padding: 0 0 0 5px;
    margin: 0 0 20px 0;
}

.single-common-area h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.48px;
    color: #FD6981;
    border-bottom: 2px solid #FD6981;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}

.single-common-area h4 {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 20px 0;
}

.single-common-area p,
.single-common-area div {
    font-size: 16px;
    color: #333333;
    margin: 0 0 20px 0;
}

.single-common-area a {
    font-size: 16px;
    color: #FD6981;
    margin: 0 0 20px 0;
}

.single-common-area img {
    margin: 0 0 20px 0;
}

.single-common-area ul,
.user-contact-note ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.single-common-area ul li,
.user-contact-note ul li {
    font-size: 16px;
    color: #333333;
    margin: 0 0 10px 0;
    position: relative;
    padding: 0 0 0 18px;
    line-height: 24px;
}

.single-common-area ul li::before,
.user-contact-note ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #FD6981;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.single-common-area ol {
    list-style: none;
    padding: 0;
    margin: 20px 0 20px 0;
    counter-reset: list-counter;
}

.single-common-area ol li {
    font-size: 16px;
    color: #333333;
    margin: 10px 0 10px 0;
    position: relative;
    padding: 0 0 0 30px;
    line-height: 24px;
}

.single-common-area ol li::before {
    content: counter(list-counter) " ";
    counter-increment: list-counter;
    font-size: 16px;
    font-weight: 700;
    color: #FD6981;
    position: absolute;
    left: 0;
    top: 0;
}

.single-common-area table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 30px 0;
}

.single-common-area th,
.single-common-area td {
    border: 1px solid #ddd;
    padding: 15px;
    box-sizing: border-box;
}

.single-common-area th {
    width: 30%;
    background: #f5f5f5;
    color: #3C617E;
    font-weight: bold;
    text-align: left;
}

.single-common-area td {
    width: 70%;
}


/* 専用 くじ詳細 */
.single-lineup {
    position: relative;
    background: #5AADE2 0% 0% no-repeat padding-box;
    z-index: 1;
}

.heading._single-lineup {
    max-width: 1600px;
    padding: 50px min(10%, 160px) 40px min(10%, 160px);
    box-sizing: border-box;
}

@media screen and (max-width: 960px) {
    .heading._single-lineup {
        max-width: 480px;
        padding: 20px min(5.333%, 20px);
        box-sizing: border-box;
    }
}

/* 専用 くじ詳細 fv */
.single-lineup-fv {
    width: 100%;
    display: flex;
    gap: 1.5rem;
}

.single-lineup-slider-wrapper,
.single-lineup-content {
    width: 47%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 960px) {
    .single-lineup-fv {
        display: block;
    }

    .single-lineup-slider-wrapper,
    .single-lineup-content {
        width: 100%;
    }

    .single-lineup-slider-wrapper {
        margin: 0 0 1rem 0;

    }

}

/* 専用 くじ詳細 fv slider */
.single-lineup-slider-wrapper {
    background: rgba(255, 255, 255, 0.2);
    padding: 20px 35px 10px 35px;
    box-sizing: border-box;
    border-radius: 10px;
}

.single-lineup-fv .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.single-lineup-fv .slick-prev,
.single-lineup-fv .slick-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFFFFF;
    /* 白い円の背景 */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.single-lineup-fv .slick-prev {
    left: -2%;
}

.single-lineup-fv .slick-next {
    right: -2%;
}

.single-lineup-fv .slick-prev:hover,
.single-lineup-fv .slick-next:hover,
.single-lineup-fv .slick-prev:active,
.single-lineup-fv .slick-next:active,
.single-lineup-fv .slick-prev:focus,
.single-lineup-fv .slick-next:focus {
    background: #fff;
}

.single-lineup-fv .slick-prev::before,
.single-lineup-fv .slick-prev::after,
.single-lineup-fv .slick-next::before,
.single-lineup-fv .slick-next::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background: #1E303F;
}

.single-lineup-fv .slick-next::before {
    transform: rotate(45deg) translate(-2px, -2px);
}

.single-lineup-fv .slick-next::after {
    transform: rotate(-45deg) translate(-2px, 2px);
}

.single-lineup-fv .slick-prev::before {
    transform: rotate(-45deg) translate(2px, -2px);
}

.single-lineup-fv .slick-prev::after {
    transform: rotate(45deg) translate(2px, 2px);
}

.single-lineup-slider-thumbnail .slick-slide {
    opacity: 1;
}

.single-lineup-slider-thumbnail .slick-slide img {
    opacity: 0.3;
    transition: opacity 0.05s ease;
}

.single-lineup-slider-thumbnail .slick-slide.custom-active img {
    opacity: 1 !important;
}

@media screen and (max-width: 960px) {

    .single-lineup-fv .slick-prev,
    .single-lineup-fv .slick-next {
        width: 30px;
        height: 30px;
    }

    .single-lineup-slider-wrapper {
        padding: 20px 20px 10px 20px;
    }

    .single-lineup-fv .slick-prev {
        left: -4%;
    }

    .single-lineup-fv .slick-next {
        right: -4%;
    }

    .single-lineup-fv .slick-prev::before,
    .single-lineup-fv .slick-prev::after,
    .single-lineup-fv .slick-next::before,
    .single-lineup-fv .slick-next::after {
        width: 6px;
    }

    .single-lineup-fv .slick-next::before {
        transform: rotate(45deg) translate(-1px, -1px);
    }

    .single-lineup-fv .slick-next::after {
        transform: rotate(-45deg) translate(-1px, 1px);
    }

    .single-lineup-fv .slick-prev::before {
        transform: rotate(-45deg) translate(1px, -1px);
    }

    .single-lineup-fv .slick-prev::after {
        transform: rotate(45deg) translate(1px, 1px);
    }
}

/* 専用 くじ詳細 fv main */
.single-lineup-content {
    border-radius: 10px;
    overflow: hidden;
}

.single-lineup-content-upper {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 20px;
}

.single-lineup-content-h1 {
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    color: #3C617E;
    border-bottom: 2px solid #E4E9ED;
    padding: 5px 0;
    margin: 0;
}

.single-lineup-content-table-block {
    border-bottom: 2px solid #E4E9ED;
    padding: 10px 0;
}

.single-lineup-content-table-block tbody {
    display: grid;
    gap: 1rem;
}

.single-lineup-content-table-block tr {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 1rem;
}

.single-lineup-content-table-block th {
    background: #E4E9ED 0% 0% no-repeat padding-box;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #3C617E;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-lineup-content-table-block td {
    font-size: 14px;
    font-weight: 500;
    color: #3C617E;
    line-height: 1.5;
}

.single-lineup-content-price {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.single-lineup-content-price-img {
    max-width: 40px;
    margin: 0 20px 0 0;
}

.single-lineup-content-price-text1 {
    font-size: 22px;
    font-weight: 700;
    color: #3C617E;
    margin: 0;
}

.single-lineup-content-price-text1 ._large {
    font-size: 30px;
}

.single-lineup-content-down {
    background: #3C617E 0% 0% no-repeat padding-box;
    border-radius: 0 0 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    height: 80px;
}

.single-lineup-content-btn {
    background: #FD6981 0% 0% no-repeat padding-box;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    width: 45%;
    max-width: 200px;
    height: 60px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    border: none;
    padding: 0 20px;
    cursor: pointer;
    text-decoration: none;
}

.single-lineup-content-btn._sub {
    background: #5CB8B2 0% 0% no-repeat padding-box;
    padding: 0 10px;
}

.single-lineup-content-btn:hover {
    transform: translateY(3px);
    box-shadow: none;
    opacity: 1;
}

@media screen and (max-width: 960px) {
    .single-lineup-content-h1 {
        font-size: 22px;
    }

    .single-lineup-content-table-block tr {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .single-lineup-content-price-img {
        max-width: 32px;
    }

    .single-lineup-content-price-text1 {
        font-size: 18px;
    }

    .single-lineup-content-price-text1 ._large {
        font-size: 26px;
    }
}

/* 専用 くじ詳細 〇賞 */
.single-lineup-prize {
    position: relative;
    z-index: 0;
}

.single-lineup-prize::before {
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35vh;
    background-image: url('../img/lineup-bg-pc.webp');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -1;
}

.single-lineup-prize-area {
    margin: 0 0 80px 0;
}

.single-lineup-prize-area:last-child {
    margin: 0;
}

.single-lineup-prize-h2 {
    text-align: center;
    /* font-family: "Galindo", sans-serif; */
    font-size: 100px;
    line-height: 1;
    margin: 0 0 5px 0;
    color: #3C617E;
}

.single-lineup-prize-h2 ._small {
    font-size: 70px;
}

/* A賞～D賞 */
.single-lineup-prize-h2._a {
    color: #E5B038;
}

.single-lineup-prize-h2._b {
    color: #77839A;
    ;
}

.single-lineup-prize-h2._c {
    color: #80634E;
}

.single-lineup-prize-h2._other {
    color: #3C617E;
}

/* S賞（スペシャル賞） */
.single-lineup-prize-h2._s {
    color: #9370DB;
}

.single-lineup-prize-text1 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #3C617E;
    margin: 0 0 30px 0;
}

.single-lineup-prize-block {
    background: #F4F6F7 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
}

.single-lineup-prize-img-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    box-sizing: border-box;
}

.single-lineup-prize-img-container:has(.single-lineup-prize-img-wrapper:nth-child(1):nth-last-child(1)) {
    justify-content: center;
}

.single-lineup-prize-img-container:has(.single-lineup-prize-img-wrapper:nth-child(1):nth-last-child(1)) .single-lineup-prize-img-wrapper {
    width: 55%;
}

.single-lineup-prize-img-container:has(.single-lineup-prize-img-wrapper:nth-child(2):nth-last-child(1)) .single-lineup-prize-img-wrapper {
    width: calc(50% - 0.5rem);
}

.single-lineup-prize-img-container:has(.single-lineup-prize-img-wrapper:nth-child(3):nth-last-child(1)) .single-lineup-prize-img-wrapper {
    width: calc(33.333% - 0.67rem);
}

.single-lineup-prize-img-container:has(.single-lineup-prize-img-wrapper:nth-child(4)) .single-lineup-prize-img-wrapper {
    width: calc(33.333% - 0.67rem);
}

.single-lineup-prize-img-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1/1;
    cursor: pointer;
}

.single-lineup-prize-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transform-origin: center center;
    transition: transform 0.3s ease;
}

.single-lineup-prize-content {
    background: #E4E9ED 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
}

.single-lineup-prize-h3 {
    font-size: 18px;
    margin: 0 0 5px 0;
}

.single-lineup-prize-text2 {
    font-size: 14px;
    line-height: 1.5;
    color: #3C617E;
    margin: 0;
}

@media screen and (max-width: 960px) {
    .single-lineup-prize-area {
        margin: 0 0 60px 0;
    }

    .single-lineup-prize-h2 {
        font-size: 80px;
    }

    .single-lineup-prize-h2 ._small {
        font-size: 50px;
    }

    .single-lineup-prize-text1 {
        font-size: 16px;
        margin: 0 0 8px 0;
    }

    .single-lineup-prize-img-container:has(.single-lineup-prize-img-wrapper:nth-child(1):nth-last-child(1)) .single-lineup-prize-img-wrapper {
        width: 100%;
    }

    .single-lineup-prize-img-container:has(.single-lineup-prize-img-wrapper:nth-child(2):nth-last-child(1)) .single-lineup-prize-img-wrapper,
    .single-lineup-prize-img-container:has(.single-lineup-prize-img-wrapper:nth-child(3):nth-last-child(1)) .single-lineup-prize-img-wrapper,
    .single-lineup-prize-img-container:has(.single-lineup-prize-img-wrapper:nth-child(4)) .single-lineup-prize-img-wrapper {
        width: calc(50% - 0.5rem);
    }
}

/* 専用 くじ詳細 〇賞 画像モーダル */
.single-lineup-prize-modal {
    position: relative;
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.single-lineup-prize-modal-content {
    max-width: 90vh;
    max-height: 90vh;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#single-lineup-prize-modal-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: auto;
}

.single-lineup-prize-close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    color: white;
    cursor: pointer;
}

.single-lineup-prize-prev-btn,
.single-lineup-prize-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 1rem;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background: #3C617E;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-lineup-prize-prev-btn:hover,
.single-lineup-prize-next-btn:hover {
    background: #ddd;
    color: #3C617E;
}

.single-lineup-prize-prev-btn {
    left: 8%;
}

.single-lineup-prize-next-btn {
    right: 8%;
}

@media screen and (max-width: 960px) {

    .single-lineup-prize-prev-btn,
    .single-lineup-prize-next-btn {
        width: 40px;
        height: 40px;
    }

    .single-lineup-prize-modal-content {
        max-width: 85vw;
        max-height: 85vw;
    }

    .single-lineup-prize-prev-btn {
        left: 2%;
    }

    .single-lineup-prize-next-btn {
        right: 2%;
    }
}

/* 専用 くじ詳細 詳細情報 */
.single-lineup-detail {
    position: relative;
    background: #F4F6F7 0% 0% no-repeat padding-box;
}

.single-lineup-detail-table-block table {
    width: 100%;
}

.single-lineup-detail-table-block tbody {
    display: grid;
    gap: 1rem;
}

.single-lineup-detail-table-block tr {
    display: grid;
    grid-template-columns: 13fr 85fr;
    gap: 1rem;
    padding: 20px 0;
    border-bottom: 2px solid #E4E9ED;
}

.single-lineup-detail-table-block th {
    background: #E4E9ED 0% 0% no-repeat padding-box;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    color: #3C617E;
    padding: 2px 0;
    height: fit-content;
}

.single-lineup-detail-table-block td {
    font-size: 16px;
    color: #3C617E;
}

.single-lineup-detail-table-block td a {
    color: #FD6981;
    text-decoration: none;
}

.single-lineup-detail-table-block td a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 960px) {
    .single-lineup-detail-table-block tr {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
}

/* 専用 くじ詳細 お届けについて */
.single-lineup-delivery {
    position: relative;
    background: #F4F6F7 0% 0% no-repeat padding-box;
}

/* 専用 くじ詳細 cta */
.single-lineup-cta {
    position: fixed;
    bottom: 70px;
    right: 0;
    z-index: 10;
}

.single-lineup-cta-content {
    width: 330px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #3C617E;
    border-radius: 20px 0px 0px 20px;
    padding: 30px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

.single-lineup-cta-content.is-closed {
    transform: translateX(calc(100% - 20px));
}

.single-lineup-cta-close {
    background: #3C617E;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.2;
    margin: 0 0 0 auto;
}

.single-lineup-cta-text1 {
    font-weight: 900;
    font-size: 16px;
    color: #3C617E;
    margin: 0 0 10px 0;
}

.single-lineup-cta-text2 {
    font-weight: 700;
    font-size: 14px;
    color: #3C617E;
    margin: 0 0 10px 0;
}

.single-lineup-cta-text2 ._large {
    font-size: 20px;
}

.single-lineup-cta-btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex: 1;
}

.single-lineup-cta-btn {
    background: #FD6981 0% 0% no-repeat padding-box;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    color: #FFFFFF;
    flex: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    border: none;
    padding: 10px 8px;
    cursor: pointer;
    white-space: nowrap;
}

.single-lineup-cta-btn._sub {
    background: #5CB8B2 0% 0% no-repeat padding-box;
}

.single-lineup-cta-btn:hover {
    transform: translateY(3px);
    box-shadow: none;
    opacity: 1;
}

.single-lineup-cta-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.single-lineup-cta-price-img {
    max-width: 40px;
    margin: 0 20px 0 0;
}

@media screen and (max-width: 960px) {
    .single-lineup-cta {
        width: 100%;
        bottom: 0;
        left: 0;
        right: auto;
    }

    .single-lineup-cta-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        box-shadow: 0px -3px 5px #00000029;
        border-radius: 0;
        border: none;
    }

    .single-lineup-cta-btn-wrapper {
        width: 60%;
        text-align: center;
        gap: 8px;
    }

    .single-lineup-cta-block {
        width: 40%;
        text-align: center;
    }

    .single-lineup-cta-btn {
        flex: 1;
        font-size: 12px;
        padding: 8px 6px;
    }

    .single-lineup-cta-price-img {
        max-width: 30px;
        margin: 0 10px 0 0;
    }

    .arrow-fixed {
        position: fixed;
        height: auto;
        right: 10px;
        bottom: 10px;
        z-index: 13;
    }

    .arrow-fixed._single-lineup {
        bottom: 60px;
    }

    .single-lineup-cta-text2 {
        margin: 0;
    }

    /* くじ詳細spのみarrowの位置 */
    .arrow-fixed._single-lineup {
        bottom: 100px;
    }
}

/* userページ */
/* ログイン 新規会員登録 共通 */
.user,
.registration {
    background: #F4F6F7 0% 0% no-repeat padding-box;
}

.heading._user {
    padding: 50px 0;
}

.user-h1 {
    text-align: center;
    font-weight: 800;
    font-size: 42px;
    color: #3C617E;
    margin: 0;
}

.login-user-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.login-user-area._single-column {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
}

.user-common-login-block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: min(2.196vw, 30px);
    box-sizing: border-box;
}

.user-common-h2 {
    text-align: center;
    font-weight: 800;
    font-size: 22px;
    color: #3C617E;
    margin: 0 0 20px 0;
}

.user-common-text1 {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #3C617E;
    margin: 0 0 30px 0;
}

.user-common-text2 {
    font-size: 16px;
    line-height: 1.5;
    color: #3C617E;
    margin: 0 0 20px 0;
    text-align: center;
}

.contact-form .user-common-text2,
.contact-confirm-table ~ .user-common-text2,
.user-common-login-block .user-common-text2 {
    text-align: left;
}

.user-common-link {
    text-decoration: underline;
    font-size: 16px;
    color: #FD6981;
}

.form-common-wrapper {
    margin: 0 0 30px 0;
}

.form-common-label {
    display: flex;
    font-size: 18px;
    font-weight: 700;
    color: #3C617E;
    margin: 0 0 10px 0;
}

.form-common-label._select,
.form-common-label._radio {
    display: inline-flex;
    align-items: center;
    margin: 0;
    line-height: 1;
    font-size: 16px;
    cursor: pointer;
    gap: 0.5rem;
}

.form-common-label._contact {
    width: 100%;
}


.form-required {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EE304E 0% 0% no-repeat padding-box;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 2px 8px;
    box-sizing: border-box;
    margin: 0 0 0 5px;
}

.form-common-select-wrapper,
.form-common-radio-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
}

.password-input-wrapper {
    position: relative;
    width: 100%;
}

.password-input-wrapper input[type="password"],
.password-input-wrapper input[type="text"] {
    padding-right: 50px;
}

.password-toggle-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}

.password-toggle-btn:hover {
    opacity: 0.7;
}

.eye-icon {
    width: 24px;
    height: 24px;
    color: #3C617E;
}

.password-toggle-btn[data-visible="true"] .eye-open {
    display: none;
}

.password-toggle-btn[data-visible="true"] .eye-closed {
    display: block !important;
}

.password-error-message {
    color: #FD6981;
    font-size: 14px;
    margin-top: 8px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
    padding: 1rem;
    color: #3C617E;
    font-size: 16px;
    min-height: 48px;
    background: #F4F6F7 0% 0% no-repeat padding-box;
    border: 2px solid #E4E9ED;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
}

select.registration-step2-birth-year,
select.registration-step2-birth-month,
select.registration-step2-birth-day,
select.profile-update-birth-year,
select.profile-update-birth-month,
select.profile-update-birth-day,
select.contact-type-select {
    padding: 0.2rem;
    color: #3C617E;
    min-height: 48px;
    font-size: 16px;
    background: #F4F6F7 0% 0% no-repeat padding-box;
    border: 2px solid #E4E9ED;
    border-radius: 10px;
    box-sizing: border-box;
}

select.profile-update-birth-year,
select.registration-step2-birth-year {
    width: 70px;
}

select.registration-step2-birth-month,
select.registration-step2-birth-day,
select.profile-update-birth-month,
select.profile-update-birth-day {
    width: 50px;
}

select.contact-type-select {
    width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    width: 18px;
    height: 18px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #3C617E;
    margin: 0 5px 0 0;
}

input[type="radio"] {
    margin: 0;
}

input::placeholder,
textarea::placeholder {
    color: #ccc;
    opacity: 1;
}

textarea {
    height: 150px;
}

.user-checkbox-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0 0;
}

.user-checkbox-label {
    font-size: 16px;
    font-weight: 700;
    color: #3C617E;
    line-height: 1;
}

.common-login-btn-wrapper,
.form-common-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 0 0;
    gap: 1rem;
}

.form-common-btn-wrapper {
    margin: 30px 0 0 0;
}

.common-login-btn,
.form-common-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FD6981 0% 0% no-repeat padding-box;
    border-radius: 25px;
    border: none;
    box-shadow: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 13px 0;
    max-width: 240px;
    width: 100%;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.form-common-btn._back {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #3C617E;
    color: #3C617E;
}

.common-login-btn:hover,
.form-common-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0.9;
}

.common-login-btn:disabled,
.form-common-btn:disabled {
    background: #E0E0E0;
    color: #fff;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    opacity: 1;
    transition: none;
}

.form-common-btn:disabled:hover {
    transform: none;
    box-shadow: none;
    opacity: 1;
}

.forgot-password-link,
.user-common-link {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 700;
    color: #FD6981;
}

.forgot-password-link {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
}

.new-member-block {
    margin: 2rem 0 0 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: min(2.196vw, 30px);
}

.new-member-block._in-grid {
    margin: 0;
}

.new-member-text1 {
    text-align: center;
    font-size: 16px;
    color: #3C617E;
    margin: 0;
}

@media screen and (max-width: 960px) {
    .user-h1 {
        font-size: 24px;
    }

    .user-common-h2 {
        font-size: 16px;
    }

    .user-common-text1,
    .user-common-text2 {
        font-size: 14px;
    }

    .login-user-area {
        grid-template-columns: 1fr;
    }

    .user-common-login-block {
        padding: min(5.333vw, 20px);
    }

    .new-member-block._in-grid {
        padding: min(5.333vw, 20px);
    }

    .new-member-text1 {
        text-align: left;
    }

    .common-login-btn {
        width: 81.3%;
    }
}

/* 新規会員アカウント入力 */
.registration-step-area {
    width: 664px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    margin: 0 auto 40px auto;
}

.registration-step-main {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}

.registration-step-text1 {
    font-family: 'Jost';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E0E0E0;
    color: #fff;
    font-size: 20px;
    transition: background-color 0.3s ease;
    margin: 0;
    position: absolute;
    top: 0;
}

.registration-step-text2 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    transition: color 0.3s ease;
    margin: 0;
    padding: 60px 0 0 0;
}

.registration-step-connector {
    height: 3px;
    width: 116px;
    background: #E0E0E0;
    position: absolute;
    top: 24px;
    right: 108px;
    transition: background-color 0.3s ease;
}

.registration-step-main.active .registration-step-text1 {
    background: #FD6981;
}

.registration-step-main.active .registration-step-text2 {
    color: #FD6981;
}

.registration-step-main.active .registration-connector {
    background: #FD6981;
}

.registration-step-main.inactive .registration-step-text1 {
    background: #E0E0E0;
}

.registration-step-main.inactive .registration-step-text2 {
    color: #3C617E;
}

.registration-step-main:first-child .registration-step-connector {
    display: none;
}

@media screen and (max-width: 960px) {
    .registration-step-area {
        width: 280px;
    }

    .registration-step-text2 {
        font-size: 12px;
    }

    .registration-step-connector {
        width: 20px;
        top: 24px;
        right: 60px;
    }
}

/* 新規会員詳細入力 */
.user-registration-detail-block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 30px min(4.392vw, 60px);
    box-sizing: border-box;
    margin: 0 0 30px;
}

.user-registration-detail-block:last-child {
    margin: 0;
}

.user-registration-detail-wrapper {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.user-registration-detail-h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #3C617E;
    margin: 0 0 20px 0;
}

@media screen and (max-width: 960px) {
    .user-registration-detail-block {
        padding: 30px min(5.333vw, 20px);
    }

    .user-registration-detail-wrapper {
        max-width: 350px;
        margin: 0 auto;
    }

    .user-registration-detail-h2 {
        font-size: 18px;
    }
}

/* 新規会員入力確認 */
.user-registration-detail-table {
    max-width: 700px;
    margin: 0 auto;
}

.user-registration-detail-table th,
.user-registration-detail-table td,
.user-mypage-table th,
.user-mypage-table td,
.contact-confirm-table th,
.contact-confirm-table td {
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    font-size: 18px;
    color: #3C617E;
}

.user-registration-detail-table th,
.user-mypage-table th,
.contact-confirm-table th {
    font-weight: 700;
}

/* マイページ */
/* マイページ　会員情報 */
.user-myage-block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 30px 20px;
    box-sizing: border-box;
    margin: 0 0 30px;
}

.user-mypage-h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #3C617E;
    margin: 0 0 20px 0;
}

.user-mypage-table {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
}

.user-mypage-menu-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #3C617E;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 800;
    color: #3C617E;
}

.user-mypage-menu-link._active {
    background: #3C617E 0% 0% no-repeat padding-box;
    color: #ffffff;
}

.user-mypage-menu-link._active:hover {
    opacity: 1;
}

.user-mypage-menu-ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
    margin: 0 0 40px 0;
}

@media screen and (max-width: 960px) {
    .user-mypage-block {
        padding: 30px min(5.333vw, 20px);
    }

    .user-mypage-h2 {
        font-size: 22px;
    }

    .user-mypage-menu-ul {
        grid-template-columns: 1fr 1fr;
    }

    .user-mypage-table th,
    .user-mypage-table td {
        font-size: 14px;
        padding: 12px 0;
    }

    .user-myage-block {
        padding: 20px 12px;
    }
}

/* マイページ　くじ購入履歴 一覧 */
.user-history-block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: min(1.042vw, 20px);
    align-items: center;
    margin: 0 0 30px 0;
}

.user-history-block:last-child {
    margin: 0;
}

.user-history-img-wrapper {
    width: 28%;
    overflow: hidden;
    position: relative;
    aspect-ratio: 140/89;
}

.user-history-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transform-origin: center center;
    transition: transform 0.6s ease;
}

.user-history-img-wrapper:hover .user-history-img {
    transform: scale(1.02);
}

.user-history-content {
    width: 68%;
}

.user-history-content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 10px 0;
}

.user-mypage-h2._history {
    text-align: left;
    font-size: 20px;
    margin: 0 0 15px 0;
}

.user-mypage-h2._history._none {
    margin: 0 auto;
}

.user-history-list-link {
    text-decoration: none;
    padding: 6px 30px;
    background: #FD6981 0% 0% no-repeat padding-box;
    border-radius: 25px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    border: none;
}

.user-history-detail-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #3C617E;
    text-decoration: underline;
}

.user-history-detail-icon1 {
    width: 6px;
    margin: 0 0 0 4px;
}

@media screen and (max-width: 960px) {
    .user-history-block {
        padding: min(5.333vw, 20px);
    }

    .user-history-img-wrapper,
    .user-history-content {
        width: 100%;
    }

    .user-mypage-h2._history {
        font-size: 18px;

    }

    .user-history-content ul li,
    .user-history-list-link {
        width: 100%;
    }

    .user-history-detail-link {
        justify-content: center;
    }
}

/* マイページ　抽選景品ポイント交換登録 */
.user-history-block._exchange {
    background: rgba(0, 0, 0, 0.05);
    margin: 0 0 50px 0;
}

.user-mypage-h2._exchange {
    font-size: 16px;
    margin: 0 auto;
}

.user-mypage-h2._exchange ._large {
    font-size: 40px;
}

.exchange-points-text1 {
    text-align: center;
    font-size: 16px;
    color: #3C617E;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.exchange-points-text2 {
    text-align: center;
    font-size: 14px;
    color: #8E8E8E;
    line-height: 1.6;
    margin: 0 0 30px 0;
}

.exchange-points-area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.5rem 1rem;
    margin: 30px 0 0 0;
}

.exchange-points-block {
    padding: min(1.097vw, 15px);
    box-sizing: border-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
}

.exchange-points-img-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1/1;
    margin: 0 0 10px 0;
}

.exchange-points-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transform-origin: center center;
    transition: transform 0.3s ease;
}

.exchange-points-h3-en {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #FFFFFF;
    padding: 4px 20px;
    display: inline-block;
    line-height: 1.2;
}

.exchange-points-h3-en._a {
    background: #E5B038;
}

.exchange-points-h3-en._b {
    background: #77839A;
}

.exchange-points-h3-en._c {
    background: #80634E;
}

.exchange-points-h3-en._d {
    background: #FD6981;
}

.exchange-points-h3-en._e {
    background: #389BE7;
}

.exchange-points-h3-en._f {
    background: #83D12B;
}

.exchange-points-h3-en._g {
    background: #9191FA;
}

.exchange-points-h3-en._h {
    background: #F7BF6F;
}

.exchange-points-h3-en._i {
    background: #5CB8B2;
}

.exchange-points-h3-en._j {
    background: #3C617E;
}

.exchange-points-h3-en._other {
    background: #3C617E;
}

.exchange-points-h3 {
    font-size: 16px;
    font-weight: 700;
    color: #3C617E;
    margin: 0 0 10px 0;
    line-height: 1.5;
    min-height: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.exchange-points-block th,
.exchange-points-block td {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #3C617E;
    font-weight: 400;
}

.exchange-points-block th {
    text-align: left;
}

.exchange-points-block td {
    font-weight: 700;
    text-align: right;
}

.exchange-points-block tr:last-child th,
.exchange-points-block tr:last-child td {
    border: none;
}


.exchange-points-input {
    width: 80px;
    background: #F4F6F7 0% 0% no-repeat padding-box;
    border: 2px solid #E4E9ED;
    border-radius: 10px;
    padding: 5px 10px;
    box-sizing: border-box;
    text-align: right;
    font-size: 16px;
    color: #3C617E;
}

@media screen and (max-width: 1365px) {
    .exchange-points-area {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 1135px) {
    .exchange-points-area {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 960px) {
    .exchange-points-text1 {
        font-size: 14px;
        margin: 0 0 8px 0;
    }

    .exchange-points-text2 {
        font-size: 12px;
        margin: 0 0 20px 0;
    }

    .exchange-points-block {
        padding: min(5.333vw, 20px);
    }

    .exchange-points-area {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

/* マイページ　発送景品選択 */
.user-history-block._shipping {
    background: #3C617E 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-mypage-h2._shipping {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    margin: 0;
}

.user-mypage-h2._shipping img {
    width: 60px;
    margin: 0 15px 0 0;
}

@media screen and (max-width: 960px) {}

/* マイページ　くじ購入履歴 注文履歴詳細 */
.user-history-detail-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.user-history-detail-block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: min(1.667vw, 20px);
    display: flex;
    flex-direction: column;
}

.user-history-detail-upper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #E4E9ED;
    padding: 6px 0;
}

.user-history-detail-date {
    font-size: 18px;
    font-weight: 700;
    color: #3C617E;
    margin: 0;
}

.user-history-detail-price {
    font: normal normal bold 24px/20px Noto Sans JP;
    color: #3C617E;
    margin: 0;
}

.user-history-detail-price ._small {
    font-size: 16px;
}

.user-history-detail-block ul {
    padding: 6px 0 0 0;
}

.user-history-detail-block ul li {
    font-size: 16px;
    color: #8E8E8E;
    margin: 0 0 3px 0;
}

.user-history-detail-btn {
    display: flex;
    justify-content: end;
    margin: 0;
    padding-top: 10px;
    margin-top: auto;
}

.prizes-won-tab-text1 {
    font-size: 16px;
    color: #3C617E;
    margin: 0 0 10px 0;
}

.prizes-won-tab-text1 ._bold {
    font-weight: 700;
}

.prizes-won-tab-text2 {
    background: #F4F6F7 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 5px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #3C617E;
    margin: 0 auto;
    width: fit-content;
}

.procedure-explanation {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
}

.procedure-card {
    background: #FFFFFF;
    border-radius: 10px;
    width: 48%;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0px 0px 10px #00000029;
}

.procedure-card-title {
    background: #FD6981;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 12px 0;
    margin: 0;
}

.procedure-card-content {
    padding: 20px;
}

.procedure-card-icon {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.procedure-card-icon img {
    max-height: 100%;
    width: auto;
    filter: brightness(0) saturate(100%) invert(33%) sepia(18%) saturate(1182%) hue-rotate(163deg) brightness(94%) contrast(89%);
}

.procedure-card-text {
    font-size: 14px;
    font-weight: 700;
    color: #3C617E;
    line-height: 1.6;
    margin: 0;
}

.procedure-note {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #FF6B6B;
    margin-top: 8px;
}

@media screen and (max-width: 960px) {
    .user-history-detail-area {
        grid-template-columns: 1fr;
    }

    .user-history-detail-block {
        padding: min(5.333vw, 20px);
    }

    .prizes-won-tab-text2 {
        padding: 5px min(5.333vw, 20px);
    }

    .procedure-explanation {
        flex-direction: column;
        gap: 20px;
    }

    .procedure-card {
        width: 100%;
    }

}

/* マイページ くじ購入履歴 くじ購入履歴詳細*/
.prizes-won-area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
    margin: 0 0 70px 0;
}

.prizes-won-block {
    padding: min(0.732vw, 10px);
    box-sizing: border-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
}

.prizes-won-number {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 0 10px 0;
}

.prizes-won-number-text1,
.prizes-won-number-text2 {
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 5px;
    box-sizing: border-box;
    margin: 0;
}

.prizes-won-number-text1 {
    background: #3C617E 0% 0% no-repeat padding-box;
    color: #FFFFFF;
}

.prizes-won-number-text2 {
    background: #E4E9ED 0% 0% no-repeat padding-box;
    color: #3C617E;
}

.prizes-won-img-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    aspect-ratio: 215/123;
    border-radius: 10px;
    margin: 0 0 5px 0;
}

.prizes-won-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transform-origin: center center;
    transition: transform 0.3s ease;
}

.prizes-won-awards-wrapper {
    display: flex;
    align-items: start;
    gap: 0.5rem;
}

.prizes-won-awards-text1 {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.exchange-points-block td._completed {
    color: #c0c0c0;
}

@media screen and (max-width: 1365px) {
    .prizes-won-area {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 1135px) {
    .prizes-won-area {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 960px) {
    .prizes-won-area {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* A賞～D賞 */
.prizes-won-awards-text1._a {
    color: #E5B038;
}

.prizes-won-awards-text1._b {
    color: #77839A;
}

.prizes-won-awards-text1._c {
    color: #80634E;
}

.prizes-won-awards-text1._d {
    color: #3C617E;
}

.prizes-won-awards-text1._title {
    white-space: wrap;
    color: #3C617E;
}

@media screen and (max-width: 960px) {}

/* tab */
.prizes-won-tabs {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
}

.prizes-won-tab-label1,
.prizes-won-tab-label2,
.prizes-won-tab-label3 {
    width: 31%;
    height: 60px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    white-space: pre-line;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0px 0px;
    margin: 0;
    background: rgba(60, 97, 126, 0.1);
    border: none;
}

.prizes-won-tab-content {
    flex: 100%;
    display: none;
    padding: min(2.928vw, 40px);
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    position: relative;
    animation: fadeIn 1s ease;
}

input[name="tab_switch"] {
    display: none;
}

#prizes-won-tab1:checked~.prizes-won-tab-label1,
#prizes-won-tab2:checked~.prizes-won-tab-label2,
#prizes-won-tab3:checked~.prizes-won-tab-label3 {
    background: rgba(60, 97, 126, 1);
}

#prizes-won-tab1:checked~#prizes-won-tab1-content,
#prizes-won-tab2:checked~#prizes-won-tab2-content,
#prizes-won-tab3:checked~#prizes-won-tab3-content {
    display: block;
}

@media screen and (max-width: 960px) {

    .prizes-won-tab-label1,
    .prizes-won-tab-label2,
    .prizes-won-tab-label3 {
        width: 100%;
        border-radius: 10px;
        margin: 0 0 10px 0;
    }

    #prizes-won-tab1:checked~.prizes-won-tab-label1,
    #prizes-won-tab2:checked~.prizes-won-tab-label2,
    #prizes-won-tab3:checked~.prizes-won-tab-label3 {
        background: rgba(60, 97, 126, 1);
    }

    .prizes-won-tab-content {
        padding: min(5.333vw, 20px);
    }
}

/* マイページ　発送景品確認 */
.confirm-shipping-destination-block {
    padding: 40px 0 0 0;
}

.user-history-block._confirm-shipping-destination {
    padding: 30px 10%;
    box-sizing: border-box;
}

.confirm-shipping-destination-under {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0.3rem;
    margin-top: 20px;
}

.confirm-shipping-destination-under .deadline-date {
    font-size: 16px;
    font-weight: 700;
    color: #EE304E;
    margin: 0;
}

.confirm-shipping-destination-under .change-address-link {
    text-align: right;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.confirm-shipping-destination-under .change-address-link a {
    text-decoration: underline;
    font-size: 14px;
    color: #FD6981;
}

.confirm-shipping-destination-under .shipping-note {
    margin-top: 10px;
    font-size: 0.9em;
    color: #666;
    font-weight: 400;
    width: 100%;
}

@media screen and (max-width: 960px) {
    .user-history-block._confirm-shipping-destination {
        padding: 20px min(5.333vw, 20px);
        box-sizing: border-box;
    }

    .purchase-select-address-table {
        padding: 10px 20px;
    }

    .purchase-select-address-table tr {
        padding: 15px 0;
    }

    .purchase-select-address-table tr th {
        font-size: 14px;
    }

    .purchase-select-address-table tr td {
        font-size: 14px;
    }
}

/* マイページ ポイント履歴 */
.point-history-table {
    width: 100%;
}

.point-history-table thead th {
    font-size: 18px;
    font-weight: 700;
    color: #3C617E;
    text-align: left;
}

.point-history-table thead tr {
    border-bottom: 2px solid #3C617E;
}

.point-history-table tbody {
    display: grid;
    gap: 1rem;
}

.point-history-table tr {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 1rem;
    padding: 20px 0;
    border-bottom: 2px solid #E4E9ED;
}

.point-history-table tbody tr:last-child {
    border-bottom: none;
}

.point-history-table tbody th {
    font-size: 18px;
    color: #3C617E;
    font-weight: 400;
    text-align: left;
}

.point-history-table tbody td {
    font-size: 18px;
    color: #3C617E
}

.point-history-table tbody td._acquisition {
    color: #FD6981;
    font-weight: 700;
}

.point-history-table tbody td._consumption {
    color: #3C617E;
    font-weight: 700;
}

@media screen and (max-width: 960px) {
    .point-history-table thead th {
        font-size: 14px;
        padding: 12px 0;
    }

    .point-history-table tbody th {
        font-size: 14px;
    }

    .point-history-table tbody td {
        font-size: 14px;
    }

    .point-history-table tr {
        grid-template-columns: 1fr;
        gap: 0.3rem;
        padding: 15px 0;
    }
}

/* マイページ 抽選商品一覧 */
.user-common-h2._lottery {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: #3C617E;
    margin: 0 0 10px 0;
}

.user-common-h2._lottery ._large {
    font-size: 50px;
    color: #FD6981;
}

.user-common-h2._lottery ._pink {
    color: #FD6981;
}

.lotterry-checkbox label {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 960px) {}

/* 決済　くじ購入結果（ログイン必須） */
.user-login-purchase-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
    margin: 0 0 30px 0;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.user-login-purchase-text1 {
    text-align: center;
    color: #3C617E;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.user-login-purchase-text2 {
    text-align: center;
    color: #3C617E;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.user-login-purchase-img-wrapper {
    cursor: pointer;
    perspective: 1000px;
    transition: opacity 0.3s ease;
}

.user-login-purchase-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.8s ease-in-out, opacity 0.2s ease;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

/* アニメーション */
@keyframes lottery-shake-flip {

    /* 左右2回揺れ */
    0%, 40% {
        transform: translateX(0) translateY(0) rotateY(0deg);
        opacity: 1;
    }

    10%, 30% {
        transform: translateX(-10px) translateY(0) rotateY(0deg);
        opacity: 1;
    }

    20% {
        transform: translateX(10px) translateY(0) rotateY(0deg);
        opacity: 1;
    }

    /* 上下1回揺れ */
    50% {
        transform: translateX(0) translateY(10px) rotateY(0deg);
        opacity: 1;
    }

    60% {
        transform: translateX(0) translateY(0) rotateY(0deg);
        opacity: 1;
    }

    /* 表裏反転 */
    70% {
        transform: translateX(0) translateY(0) rotateY(90deg);
        opacity: 1;
    }

    100% {
        transform: translateX(0) translateY(0) rotateY(180deg);
        opacity: 0;
    }
}

.lottery-animating {
    animation: lottery-shake-flip 1.0s ease-in-out forwards;
}

/* 結果画像の表示 */
.result-fade-in {
    animation: scaleIn 0.3s ease-in-out forwards;
    opacity: 1 !important;
    backface-visibility: visible !important;
    transform: rotateY(0deg) scale(1);
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: rotateY(180deg) scale(0.9);
    }

    to {
        opacity: 1;
        transform: rotateY(0deg) scale(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media screen and (max-width: 1365px) {
    .user-login-purchase-block {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 1135px) {
    .user-login-purchase-block {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 960px) {
    .user-login-purchase-block {
        grid-template-columns: 1fr;
        padding: min(5.333vw, 20px);
    }

    .user-common-h2._lottery {
        font-size: 24px;
    }

    .user-common-h2._lottery ._large {
        font-size: 40px;
    }

    .user-login-purchase-text1 {
        font-size: 20px;
        text-align: left;
    }
}

/* くじ購入結果スライダー */
.user-login-purchase-slider {
    position: relative;
    margin: 0 0 50px 0;
}

.user-login-purchase-page {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

/* スライダーのナビゲーション */
.lottery-prev,
.lottery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FD6981 0%, #FF8FA3 100%);
    color: #fff;
    font-size: 0;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(253, 105, 129, 0.3);
}

.lottery-prev::before,
.lottery-next::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

.lottery-prev::before {
    transform: rotate(-135deg);
    left: 24px;
}

.lottery-next::before {
    transform: rotate(45deg);
    right: 24px;
}

.lottery-prev:hover,
.lottery-next:hover {
    background: linear-gradient(135deg, #3C617E 0%, #5A8AB2 100%);
    box-shadow: 0 6px 20px rgba(60, 97, 126, 0.4);
    transform: translateY(-50%) scale(1.05);
}

.lottery-prev {
    left: 0;
}

.lottery-next {
    right: 0;
}

.lottery-prev.slick-disabled,
.lottery-next.slick-disabled {
    display: none;
}

.lottery-prev.hidden,
.lottery-next.hidden {
    display: none;
}

/* スライダードット（トップページと同じデザイン） */
.user-login-purchase-slider .slick-dots {
    bottom: -40px;
}

.user-login-purchase-slider .slick-dots li button:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 2px solid #3C617E;
    transition: all 0.3s ease;
    opacity: 1;
}

.user-login-purchase-slider .slick-dots li.slick-active button:before {
    background: #3C617E;
    border: none;
}

/* フリップアニメーション用スタイル */
.user-login-purchase-slider .user-login-purchase-img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    perspective: 1000px;
    cursor: pointer;
}

.user-login-purchase-slider .user-login-purchase-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
    border-radius: 10px;
    object-fit: cover;
}

/* 表面（抽選画像） */
.user-login-purchase-slider .user-login-purchase-img.lottery-front {
    z-index: 2;
    transform: rotateY(0deg);
}

/* 裏面（結果画像） */
.user-login-purchase-slider .user-login-purchase-img.lottery-back {
    z-index: 1;
    transform: rotateY(180deg);
}

/* めくった状態 */
.user-login-purchase-slider .user-login-purchase-img-wrapper.is-flipped .user-login-purchase-img.lottery-front {
    transform: rotateY(-180deg);
}

.user-login-purchase-slider .user-login-purchase-img-wrapper.is-flipped .user-login-purchase-img.lottery-back {
    transform: rotateY(0deg);
    z-index: 3;
}

@media screen and (max-width: 1365px) {
    .user-login-purchase-page {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 960px) {
    .user-login-purchase-page {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px;
    }

    .lottery-prev,
    .lottery-next {
        width: 50px;
        height: 50px;
    }

    .lottery-prev::before {
        left: 19px;
    }

    .lottery-next::before {
        right: 19px;
    }

    .lottery-prev {
        left: 0;
    }

    .lottery-next {
        right: 0;
    }
}

/* 決済　くじ購入選択（ログイン必須） */
.user-purchase-select-area {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}

.user-purchase-select-h2 {
    font-size: 26px;
    font-weight: 700;
    color: #3C617E;
    margin: 0 0 15px 0;
}

.user-purchase-select-icon-wrapper {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
}

.user-purchase-select-icon {
    width: 40px;
    margin: 0 10px 0 0;
}

.user-purchase-select-text1 {
    font-size: 18px;
    font-weight: 700;
    color: #FF484B;
    margin: 0;
}

.user-purchase-select-block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: min(2.196vw, 30px);
    box-sizing: border-box;
    margin: 0 0 30px 0;
}

.user-purchase-select-block:last-child {
    margin: 0;
}

.user-purchase-select-h3 {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 5px 0;
    color: #3C617E;
    border-bottom: 2px solid #3C617E;
    margin: 0 0 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remaining-prize-count {
    font-size: 24px;
    font-weight: 700;
    color: #3C617E;
}

.remaining-prize-count ._remaining {
    color: #FD6981;
}

.purchase-select-option-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 15px 0;
    gap: 0.3rem;
}

.purchase-select-option-block:last-child {
    margin: 0;
}

.user-purchase-select-input-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.premium-set-img-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1/1;
    border-radius: 10px;
    margin: 0 0 5px 0;
}

.premium-set-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transform-origin: center center;
    transition: transform 0.3s ease;
}

#premium-set,
#custom-count {
    width: 14px;
    height: 14px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #333333;
    margin: auto 2px 0 0;
}

.custom-input-wrapper {
    display: none;
}

#purchase-select-input {
    width: 90px;
    padding: 8px 12px;
    box-sizing: border-box;
    background: #F4F6F7 0% 0% no-repeat padding-box;
    border: 2px solid #E4E9ED;
    border-radius: 10px;
    margin: 0 8px 0 0;
    font-size: 16px;
}

.purchase-select-input-validation-error {
    display: none;
    color: #FF484B;
    font-size: 14px;
    margin: 0 0 0 3px;
}

.user-purchase-select-text2 {
    font-size: 16px;
    color: #3C617E;
    margin: 0 0 10px 0;
}

.user-purchase-select-text2 span {
    font-size: 26px;
    margin: 0 5px;
}

.user-purchase-select-text2._bold {
    font-weight: 700;
    margin: 0;
}

.user-purchase-select-text2._bold:last-of-type {
    text-align: right;
}

.premium-set-selection-block {
    display: none;
}

.premium-set-prize {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1rem;
    margin: 0 0 20px 0;
}

.premium-set-prize:last-child {
    margin: 0;
}

.premium-set-radio {
    background: #F4F6F7 0% 0% no-repeat padding-box;
    border: 1px solid #3C617E;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 3px 10px;
    box-sizing: border-box;
    margin: 5px 0 0 0;
}

.premium-set-radio input[type="radio"] {
    display: none;
}

.premium-set-radio span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #3C617E;
    margin: 0;
}

label:has(input[type="radio"]:checked) .premium-set-radio {
    background: #3C617E;
}

label:has(input[type="radio"]:checked) .premium-set-radio span {
    color: #fff;
}

.premium-set-label {
    cursor: pointer;
    display: block;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 8px;
    transition: border-color 0.2s ease;
}

.premium-set-label:has(input[type="radio"]:checked) {
    border-color: #3C617E;
}

.purchase-select-payment-block {
    display: flex;
    flex-wrap: wrap;
}

.purchase-select-payment-radio {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 10px 0;
}

.purchase-select-payment-radio:last-child {
    margin: 0;
}

.user-purchase-select-serial-input-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#serial-input {
    width: 180px;
    padding: 3px 10px;
    box-sizing: border-box;
    background: #F4F6F7 0% 0% no-repeat padding-box;
    border: 2px solid #E4E9ED;
    border-radius: 10px;
    margin: 0 8px 10px 0;
}

.serial-input-normal-text1 {
    font-size: 16px;
    font-weight: 700;
    color: #3C617E;
    margin: 0 0 10px 0;
    display: none;
}

.serial-input-error-text1 {
    font-size: 16px;
    font-weight: 700;
    color: #EE304E;
    margin: 0;
    display: none;
}

.purchase-warning-message {
    font-size: 12px;
    font-weight: 700;
    color: #ff484b;
    margin: 12px 0;
    text-align: center;
    display: none;
}

.user-purchase-select-text3 {
    font-size: 16px;
    font-weight: 700;
    color: #EE304E;
    margin: 0 0 10px 0;
}

.purchase-select-address-table {
    border: 2px solid #E4E9ED;
    border-radius: 10px;
    width: 100%;
    padding: min(0.732vw, 10px) min(2.196vw, 30px);
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}

.purchase-select-address-table tr {
    padding: 20px 0;
    border-bottom: 2px solid #E4E9ED;
    display: grid;
    grid-template-columns: 5fr 23fr;
}

.purchase-select-address-table tr:last-child {
    border-bottom: none;
}

.purchase-select-address-table tr th {
    font-size: 16px;
    font-weight: 700;
    color: #3C617E;
}

.purchase-select-address-table tr td {
    font-size: 16px;
    color: #3C617E;
}

.remaining-prize-block {
    margin: 0 0 50px 0;
}

.remaining-prize-block:last-child {
    margin: 0;
}

.remaining-prize-title {
    display: grid;
    grid-template-columns: 1fr 5fr;
    margin: 0 0 30px 0;
}

.remaining-prize-h4 {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 22px;
    color: #FFFFFF;
    margin: 0;
    background: rgba(60, 97, 126, 1);
}

.remaining-prize-text1 {
    padding: 0 min(1.464vw, 20px);
    align-items: center;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    color: #3C617E;
    margin: 0;
    background: rgba(60, 97, 126, 0.1);
}

/* A賞～D賞 */
.remaining-prize-h4._a {
    background: rgba(229, 176, 56, 1);
}

.remaining-prize-text1._a {
    background: rgba(229, 176, 56, 0.1);
}

.remaining-prize-h4._b {
    background: rgba(119, 131, 154, 1);
}

.remaining-prize-text1._b {
    background: rgba(229, 176, 56, 0.1);
}

.remaining-prize-h4._c {
    background: rgba(128, 99, 78, 1);
}

.remaining-prize-text1._c {
    background: rgba(128, 99, 78, 0.1);
}

.remaining-prize-h4._d {
    background: rgba(60, 97, 126, 1);
}

.remaining-prize-text1._d {
    background: rgba(60, 97, 126, 0.1);
}

/* S賞（スペシャル賞） */
.remaining-prize-h4._s {
    background: rgba(147, 112, 219, 1);
}

.remaining-prize-text1._s {
    background: rgba(147, 112, 219, 0.1);
}

.premium-set-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remaining-prize-text2 {
    color: #3C617E;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.remaining-prize-text3 {
    font-size: 14px;
    color: #3C617E;
    margin: 0;
}

.user-login-throwing-coins-confirm {
    background: #E4E9ED 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: min(1.464vw, 20px);
}

.throwing-coins-confirm-h3 {
    font-size: 20px;
    font-weight: 700;
    color: #3C617E;
    margin: 0 0 20px 0;
}

.throwing-coins-confirm-block {
    background: #E4E9ED 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: min(1.098vw, 15px) min(1.464vw, 20px);
    box-sizing: border-box;
    margin: 0 0 20px 0;
}

.throwing-coins-point-text3 {
    font-weight: 700;
    font-size: 14px;
    color: #3C617E;
    margin: 0 0 5px 0;
}

.throwing-coins-point-text4 {
    font-weight: 700;
    font-size: 14px;
    color: #FD6981;
    margin: 0;
}

.form-common-btn-wrapper._throwing-coins-confirm {
    margin: 0 0 20px 0;
}

.user-purchase-select-confirm {
    position: sticky;
    top: 100px;
    align-self: flex-start;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
}

.user-purchase-select-confirm-h3 {
    font-size: 20px;
    font-weight: 700;
    color: #3C617E;
    margin: 0 0 20px 0;
}

.user-purchase-select-confirm table {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
}

.user-purchase-select-confirm table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.user-purchase-select-confirm table tr:last-child {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #3C617E;
}

.user-purchase-select-confirm table tr th,
.user-purchase-select-confirm table tr td {
    font-size: 16px;
    color: #3C617E;
    font-weight: 400;
    margin: 0;
    text-align: right;
}

.user-purchase-select-confirm table tr td {
    margin-left: auto;
}

.user-purchase-select-confirm table tr th._total {
    font-weight: 700;
}

.user-purchase-select-confirm table tr td._total {
    font-size: 19px;
    font-weight: 700;
}

.user-purchase-select-confirm table tr td.free-shipping-notice {
    color: #FD6981;
    font-size: 14px;
}

/* シリアルコード固定枚数通知 */
.serial-code-fixed-notice {
    margin-top: 8px;
    color: #FD6981;
    font-size: 14px;
}

@media screen and (max-width: 1200px) {
    .user-purchase-select-area {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .user-purchase-select-confirm {
        position: static;
    }
}

/* 決済　くじ購入内容の確認（ログイン必須） */
.user-login-purchase-confirm-area {
    width: 60%;
    margin: 0 auto;
}

.user-login-purchase-confirm-block {
    background: #fff;
    padding: 30px 60px;
    box-sizing: border-box;
    margin: 0 0 30px 0;
}

.user-login-purchase-confirm-block table {
    width: 100%;
}

.user-login-purchase-confirm-block tr {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 2px solid #E4E9ED;
}

.user-login-purchase-confirm-block th {
    font-size: 18px;
    font-weight: 700;
    color: #3C617E;
}

.user-login-purchase-confirm-block td {
    font-size: 18px;
    color: #3C617E;
    text-align: right;
    margin-left: auto;
}

.user-login-purchase-confirm-block td._total {
    font-weight: 700;
}

.user-login-purchase-text3 {
    font-size: 12px;
    color: #8E8E8E;
    margin: 0 0 10px 0;
}

.user-login-purchase-link1 {
    width: 100%;
    text-decoration: underline;
    font-size: 14px;
    color: #FD6981;
    margin: 0 0 10px 0;
}

@media screen and (max-width: 960px) {
    .user-login-purchase-confirm-area {
        width: 100%;
        padding: 0 min(4vw, 15px);
        box-sizing: border-box;
    }

    .user-login-purchase-confirm-block {
        padding: min(5.333vw, 20px);
    }

    .user-login-purchase-confirm-block th,
    .user-login-purchase-confirm-block td {
        font-size: 14px;
    }

    .user-login-purchase-text3 {
        font-size: 11px;
        line-height: 1.6;
    }

    .user-login-purchase-link1 {
        font-size: 12px;
    }

    .point-history-table {
        border: 0;
    }

    .point-history-table thead {
        display: none;
    }

    .point-history-table tbody,
    .point-history-table tr {
        display: block;
        width: 100%;
    }

    .point-history-table th,
    .point-history-table td {
        display: block;
        text-align: right;
        padding: min(2.667vw, 10px);
        border-bottom: 1px solid #E4E9ED;
        position: relative;
        font-size: 16px;
        box-sizing: border-box;
    }

    .point-history-table th::before,
    .point-history-table td::before {
        content: attr(data-label) ": ";
        position: absolute;
        left: 10px;
        font-weight: bold;
        color: #3C617E;
        width: 30%;
        text-align: left;
        white-space: nowrap;
    }

    .point-history-table th,
    .point-history-table td {
        padding-left: 40%;
        text-align: left;
    }

    .point-history-table tr td:last-child {
        border-bottom: 0;
    }

    .point-history-table tr {
        margin-bottom: 20px;
        padding: min(2.667vw, 10px);
        background: #f9f9f9;
        border: 1px solid #E4E9ED;
        border-radius: 8px;
        box-sizing: border-box;
    }
}

/* マイページ 投げ銭 入力・確認 */
.user-login-throwing-coins-area {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}

.user-login-throwing-coins-h2 {
    font-size: 26px;
    font-weight: 700;
    color: #3C617E;
    margin: 0 0 20px 0;
}

.throwing-coins-point-block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: min(2.196vw, 30px);
    box-sizing: border-box;
    margin: 0 0 30px 0;
}

.throwing-coins-point-block:last-child {
    margin: 0;
}

.throwing-coins-point-h3 {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 5px 0;
    color: #3C617E;
    border-bottom: 2px solid #3C617E;
    margin: 0 0 30px 0;
}

.throwing-coins-point-text1 {
    font-weight: 700;
    font-size: 16px;
    color: #3C617E;
    margin: 0 0 10px 0;
}

.throwing-coins-point-input-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.throwing-coins-point-input-wrapper label {
    display: flex;
    font-size: 16px;
    color: #3C617E;
    align-items: center;
    margin: 0 8px 10px 0;
}

.form-common-btn._throwing-coins-input {
    text-align: center;
    padding: 5px 23px;
    width: 40px;
    max-width: 40px;
    margin: 0 0 10px 0;
    box-sizing: content-box;
}

#points-input {
    width: 120px;
    padding: 8px 12px;
    background: #F4F6F7 0% 0% no-repeat padding-box;
    border: 2px solid #E4E9ED;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 8px 0 0;
    font-size: 16px;
}

#points-textarea {
    width: 100%;
    height: 240px;
    background: #F4F6F7 0% 0% no-repeat padding-box;
    border: 2px solid #E4E9ED;
    border-radius: 10px;
    padding: 5px 10px;
    box-sizing: border-box;
}

#char-count {
    text-align: right;
    font-size: 16px;
    color: #3C617E;
    margin: 10px 0 0 0;
}

.throwing-coins-point-text2 {
    font-size: 16px;
    color: #3C617E;
    margin: 0 0 25px 0;
}

.throwing-coins-point-possession {
    width: fit-content;
    background: #F4F6F7 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 5px 10px;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    font-size: 14px;
}

.throwing-coins-point-applicable {
    font-size: 14px;
    font-weight: 700;
    color: #3C617E;
}

.throwing-coins-point-applicable span {
    font-size: 18px;
}

.user-login-throwing-coins-confirm {
    background: #E4E9ED 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: min(1.464vw, 20px);
}

.throwing-coins-confirm-h3 {
    font-size: 20px;
    font-weight: 700;
    color: #3C617E;
    margin: 0 0 20px 0;
}

.throwing-coins-confirm-block {
    background: #E4E9ED 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: min(1.098vw, 15px) min(1.464vw, 20px);
    box-sizing: border-box;
    margin: 0 0 20px 0;
}

.throwing-coins-point-text3 {
    font-weight: 700;
    font-size: 14px;
    color: #3C617E;
    margin: 0 0 5px 0;
}

.throwing-coins-point-text4 {
    font-weight: 700;
    font-size: 14px;
    color: #FD6981;
    margin: 0;
}

.form-common-btn-wrapper._throwing-coins-confirm {
    margin: 0 0 20px 0;
}

.user-login-throwing-coins-confirm table {
    width: 100%;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #3C617E;
    margin: 0 0 20px 0;
}

.user-login-throwing-coins-confirm table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.user-login-throwing-coins-confirm table tr th,
.user-login-throwing-coins-confirm table tr td {
    font-size: 16px;
    color: #3C617E;
    font-weight: 400;
    margin: 0;
}

.user-login-throwing-coins-confirm table tr th._use {
    font-weight: 700;
}

.user-login-throwing-coins-confirm table tr td._use {
    font-size: 19px;
    font-weight: 700;
    color: #FD6981;
}

@media screen and (max-width: 1200px) {
    .user-login-throwing-coins-area {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

/* 投げ銭入力画面（新デザイン） */
.user-throwing-coins-form {
    width: 100%;
}

.user-throwing-coins-area {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}

.user-throwing-coins-h2 {
    font-size: 26px;
    font-weight: 700;
    color: #3C617E;
    margin: 0 0 15px 0;
}

.user-throwing-coins-block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 0 30px 0;
}

.user-throwing-coins-block:last-child {
    margin: 0;
}

.user-throwing-coins-h3 {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 5px 0;
    color: #3C617E;
    border-bottom: 2px solid #3C617E;
    margin: 0 0 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-throwing-coins-text2 {
    font-size: 16px;
    color: #3C617E;
    margin: 0 0 10px 0;
}

.user-throwing-coins-confirm {
    position: sticky;
    top: 100px;
    align-self: flex-start;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
}

.user-throwing-coins-confirm-h3 {
    font-size: 20px;
    font-weight: 700;
    color: #3C617E;
    margin: 0 0 20px 0;
}

.user-throwing-coins-confirm table {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
}

.user-throwing-coins-confirm table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.user-throwing-coins-confirm table tr:last-child {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #3C617E;
}

.user-throwing-coins-confirm table tr th,
.user-throwing-coins-confirm table tr td {
    font-size: 16px;
    color: #3C617E;
    font-weight: 400;
    margin: 0;
}

.user-throwing-coins-confirm table tr th._total {
    font-weight: 700;
}

.user-throwing-coins-confirm table tr td._total {
    font-size: 19px;
    font-weight: 700;
}

.user-throwing-coins-confirm table tr th._use {
    font-weight: 700;
}

.user-throwing-coins-confirm table tr td._use {
    font-size: 19px;
    font-weight: 700;
    color: #FD6981;
}

.purchase-warning-message {
    color: #c00;
    font-size: 14px;
    margin: 10px 0;
}

@media screen and (max-width: 1200px) {
    .user-throwing-coins-area {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .user-throwing-coins-confirm {
        position: static;
    }
}

/* 投げ銭確認モーダル (SPのみ) */
@media screen and (max-width: 960px) {
    .throwing-coins-confirm-modal-trigger {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 15px;
        box-sizing: border-box;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 990;
    }

    .throwing-coins-confirm-modal-trigger button {
        width: 100%;
        background: #FD6981;
        color: #fff;
        border: none;
        padding: 15px;
        border-radius: 30px;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
    }

    .user-throwing-coins-confirm {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-height: 80vh;
        overflow-y: auto;
        z-index: 1001;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    }

    .user-throwing-coins-confirm.is-active {
        display: block;
    }

    .user-throwing-coins-input {
        padding-bottom: 80px;
    }
}

/* マイページ　退会 */
.user-withdrawal-block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FD6981;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}

/* お問合せ */
.user-contact-note {
    border: 2px solid #FD6981;
    border-radius: 8px;
    width: 100%;
    margin: 40px 0;
    padding: 16px;
    box-sizing: border-box;
}

.contact-confirm-table {
    width: 100%;
    margin: 0 0 20px 0;
    table-layout: fixed;
}

/* プライバシーポリシー */
.single-common-area .company-info-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    background-color: #f9f9f9;
    margin: 20px 0;
    display: inline-block;
    color: #3C617E;
}

.privacy-signature {
    text-align: right;
}

@media screen and (max-width: 960px) {
    .premium-set-prize {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .user-purchase-select-block {
        padding: 20px;
    }
}

/* 購入確認モーダル (SPのみ) */
@media screen and (max-width: 960px) {
    .purchase-confirm-modal-trigger {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 15px;
        box-sizing: border-box;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 990;
    }

    .purchase-confirm-modal-trigger button {
        width: 100%;
        background: #FD6981;
        color: #fff;
        border: none;
        padding: 15px;
        border-radius: 30px;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
    }

    .user-purchase-select-confirm {
        display: none;
        /* �f�t�H���g��\�� */
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-height: 80vh;
        overflow-y: auto;
        z-index: 1001;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    }

    .user-purchase-select-confirm.is-active {
        display: block;
    }

    .modal-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1000;
    }

    .modal-overlay.is-active {
        display: block;
    }

    .modal-close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        border: none;
        font-size: 30px;
        color: #3C617E;
        cursor: pointer;
        line-height: 1;
        padding: 0;
        width: 30px;
        height: 30px;
    }

    .arrow-fixed {
        z-index: 900;
        bottom: 90px;
    }

    .throwing-coins-point-input-wrapper,
    .user-purchase-select-serial-input-wrapper {
        justify-content: flex-end;
    }

    .form-common-btn._throwing-coins-input {
        margin-left: auto;
    }
}
/* ========================================
   オシガチャ！とは (page-about)
   ======================================== */

/* ページヘッダー */
.page-header {
    background: linear-gradient(135deg, #E4E9ED 0%, #F4F6F7 100%);
}

.page-header-about {
    position: relative;
    background-image: url(../img/lineup-bg-pc.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    padding: 80px 0;
}

.page-header-about .wrapper {
    position: relative;
    z-index: 1;
}

.heading._about-heading {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}

.page-header-about .common-h2-en {
    font-size: clamp(30px, 4vw, 60px);
    color: #3C617E;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.about-logo {
    height: 1.2em;
    width: auto;
    transform: translateY(-8px);
}

.page-header-about .common-h2 {
    font-size: 20px;
    color: #3C617E;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}

.page-header-about .common-h2::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #FD6981;
    margin: 10px auto 0;
    border-radius: 2px;
}

.page-intro {
    text-align: center;
    font-size: 18px;
    color: #3C617E;
    margin: 20px 0 0 0;
    line-height: 1.8;
}

/* サービスポイント */
.service-points {
    background: #FFFFFF;
}

.points-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.point-block {
    background: linear-gradient(135deg, #FFFFFF 0%, #F9FAFB 100%);
    border: 2px solid #E4E9ED;
    border-radius: 20px;
    padding: 40px 30px;
    box-sizing: border-box;
    text-align: center;
}

.point-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #FD6981 0%, #FF8FA3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.point-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(33%) sepia(18%) saturate(1182%) hue-rotate(163deg) brightness(94%) contrast(89%);
}

.point-title {
    font-size: 20px;
    font-weight: 700;
    color: #3C617E;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.point-text {
    font-size: 15px;
    color: #3C617E;
    line-height: 1.7;
    margin: 0;
}

/* 遊び方セクション */
.how-to-play {
    background: #F4F6F7;
}

.section-intro {
    text-align: center;
    font-size: 16px;
    color: #3C617E;
    margin: 20px 0 40px 0;
}

/* ガチャタイプセクション */
.gacha-types {
    background: #FFFFFF;
}

/* ポイントシステム */
.point-system {
    background: linear-gradient(135deg, #FFF5E7 0%, #FFE8D4 100%);
}

.point-system-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 30px;
}

.point-system-block {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.point-system-title {
    font-size: 24px;
    font-weight: 700;
    color: #3C617E;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    border-bottom: 3px solid #F7BF6F;
}

.point-system-text {
    font-size: 16px;
    color: #3C617E;
    line-height: 1.8;
    margin: 0;
}

.point-system-text strong {
    color: #FD6981;
    font-weight: 700;
}

.point-usage-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 20px;
}

.point-usage-item {
    background: linear-gradient(135deg, #F4F6F7 0%, #E4E9ED 100%);
    border-radius: 15px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}

.point-usage-number {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #FD6981;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}

.point-usage-title {
    font-size: 18px;
    font-weight: 700;
    color: #3C617E;
    margin: 0 0 10px 0;
}

.point-usage-text {
    font-size: 15px;
    color: #3C617E;
    line-height: 1.7;
    margin: 0;
}

/* CTAセクション */
.cta-section {
    background: linear-gradient(135deg, #FD6981 0%, #FF8FA3 100%);
    padding: 80px 0;
}

.cta-title {
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    margin: 0 0 15px 0;
}

.cta-text {
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 0 30px 0;
}

.btn-primary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 30px;
    max-width: 300px;
    width: 100%;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 700;
    color: #FD6981;
    margin: 0 auto;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    opacity: 0.95;
}

/* レスポンシブ対応 */
@media screen and (max-width: 960px) {
    .page-header-about {
        background-image: url(../img/lineup-bg-sp.webp);
        background-size: 100% auto;
        background-position: bottom center;
    }

    .page-intro {
        font-size: 15px;
        margin: 15px 0 0 0;
    }

    .points-area {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }

    .point-block {
        padding: 30px 20px;
    }

    .point-icon-wrapper {
        width: 70px;
        height: 70px;
    }

    .point-icon {
        width: 45px;
        height: 45px;
    }

    .point-title {
        font-size: 18px;
    }

    .point-text {
        font-size: 14px;
    }

    .section-intro {
        font-size: 14px;
        margin: 15px 0 30px 0;
    }

    .point-system-block {
        padding: 30px 20px;
    }

    .point-system-title {
        font-size: 20px;
    }

    .point-system-text {
        font-size: 14px;
    }

    .point-usage-area {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .point-usage-item {
        padding: 25px 20px;
    }

    .point-usage-number {
        width: 35px;
        height: 35px;
        font-size: 18px;
        top: 12px;
        right: 15px;
    }

    .point-usage-title {
        font-size: 16px;
    }

    .point-usage-text {
        font-size: 14px;
    }

    .cta-section {
        padding: 60px 0;
    }

    .cta-title {
        font-size: 24px;
    }

    .cta-text {
        font-size: 16px;
    }

    .btn-primary {
        font-size: 16px;
        padding: 15px 30px;
    }
}

/* ガチャタイプの説明 */
.explanation-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 30px;
}

.explanation-block {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px 30px;
    box-sizing: border-box;
}

.explanation-block._box {
    background: linear-gradient(135deg, #FFE7ED 0%, #FFD4DF 100%);
}

.explanation-block._probability {
    background: linear-gradient(135deg, #FFF5E7 0%, #FFE8D4 100%);
}

.explanation-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.explanation-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    flex-shrink: 0;
}

.explanation-title {
    font-size: 28px;
    font-weight: 700;
    color: #3C617E;
    margin: 0;
}

.explanation-block._box .explanation-title {
    color: #FD6981;
}

.explanation-block._probability .explanation-title {
    color: #F7BF6F;
}

.explanation-title-sub {
    font-size: 20px;
    margin-left: 5px;
}

.explanation-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.explanation-label {
    display: inline-block;
    background: #FFFFFF;
    color: #3C617E;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 20px;
    margin: 0 0 10px 0;
    width: fit-content;
}

.explanation-block._box .explanation-label {
    background: #FD6981;
    color: #FFFFFF;
}

.explanation-block._probability .explanation-label {
    background: #F7BF6F;
    color: #FFFFFF;
}

.explanation-text {
    font-size: 15px;
    line-height: 1.8;
    color: #3C617E;
    margin: 0;
}

.explanation-highlight {
    font-weight: 700;
    color: #333333;
}

.explanation-block._box .explanation-highlight {
    color: #FD6981;
}

.explanation-block._probability .explanation-highlight {
    color: #F7BF6F;
}

@media screen and (max-width: 960px) {
    .explanation-area {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .explanation-block {
        padding: 30px 20px;
        border-radius: 15px;
    }

    .explanation-header {
        gap: 10px;
        margin-bottom: 20px;
    }

    .explanation-icon {
        width: 45px;
        height: 45px;
    }

    .explanation-title {
        font-size: 22px;
    }

    .explanation-title-sub {
        font-size: 16px;
    }

    .explanation-label {
        font-size: 12px;
        padding: 6px 15px;
    }

    .explanation-text {
        font-size: 14px;
    }

    /* 生年月日セレクトボックスをスマホ時1行に */
    .form-common-select-wrapper {
        flex-wrap: nowrap;
        gap: 0.5rem;
    }

    select.profile-update-birth-year,
    select.registration-step2-birth-year {
        width: 80px;
    }

    select.registration-step2-birth-month,
    select.registration-step2-birth-day,
    select.profile-update-birth-month,
    select.profile-update-birth-day {
        width: 55px;
    }

    .form-common-label._select {
        font-size: 14px;
    }
}

/* FAQセクション */
.faq-section {
    background: #F4F6F7;
}

/* ========================================
 * 抽選景品一覧ヘッダー
 * ======================================== */
.lottery-history-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #E4E9ED;
}

.lottery-history-header-img-wrapper {
    width: 300px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.lottery-history-header-img-wrapper a {
    display: block;
    line-height: 0;
}

.lottery-history-header-img {
    width: 100%;
    height: auto;
    display: block;
}

.lottery-history-header-title {
    font-size: 24px;
    font-weight: 700;
    color: #3C617E;
    margin: 0;
    line-height: 1.4;
}

@media screen and (max-width: 960px) {
    .lottery-history-header {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .lottery-history-header-img-wrapper {
        width: 260px;
    }

    .lottery-history-header-title {
        font-size: 18px;
    }
}

/* 専用 くじ詳細 商品のお届けについて */
.delivery-info {
    margin: 30px 0 0 0;
}

.delivery-section {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #E4E9ED;
}

.delivery-section:last-of-type {
    border-bottom: none;
}

.delivery-section-title {
    font-size: 18px;
    font-weight: 700;
    color: #3C617E;
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    border-left: 4px solid #FD6981;
}

.delivery-section-text {
    font-size: 16px;
    line-height: 1.8;
    color: #3C617E;
    margin: 0;
}

.delivery-section-text a {
    color: #3C617E;
    text-decoration: underline;
    font-weight: 700;
}

.delivery-section-text a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 960px) {
    .delivery-section-title {
        font-size: 16px;
        margin: 0 0 12px 0;
        padding: 0 0 0 12px;
        border-left-width: 3px;
    }

    .delivery-section-text {
        font-size: 14px;
        line-height: 1.7;
    }
}

/* 専用 くじ詳細 SNS共有 */
.sns-share {
    margin: 40px 0 0 0;
    padding: 30px;
    background: #F4F6F7;
    border-radius: 10px;
}

.sns-share-text {
    font-size: 16px;
    font-weight: 700;
    color: #3C617E;
    text-align: center;
    margin: 0 0 20px 0;
}

.sns-share-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.sns-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.sns-share-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.sns-share-btn svg {
    width: 20px;
    height: 20px;
}

.sns-share-btn._twitter {
    background: #000000;
}

.sns-share-btn._facebook {
    background: #1877F2;
}

.sns-share-btn._line {
    background: #06C755;
}

@media screen and (max-width: 960px) {
    .sns-share {
        margin: 30px 0 0 0;
        padding: 20px;
    }

    .sns-share-text {
        font-size: 14px;
        margin: 0 0 15px 0;
    }

    .sns-share-buttons {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .sns-share-btn {
        flex: 1;
        min-width: 120px;
        padding: 12px 16px;
        font-size: 13px;
        gap: 6px;
    }

    .sns-share-btn svg {
        width: 18px;
        height: 18px;
    }

    .sns-share-btn span {
        display: inline;
    }
}

/* =============================================
   ダウンロードページ スタイル
   ============================================= */

/* ダウンロードページ説明文 */
.download-description {
    text-align: center;
    font-size: 16px;
    color: #3C617E;
    font-weight: 400;
    line-height: 1.8;
    margin: 0 0 30px 0;
}

/* ダウンロードコンテンツエリア（グリッドレイアウト） */
.download-content-area {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin: 30px 0 0 0;
}

/* ダウンロードコンテンツブロック */
.download-content-block {
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 25px;
    min-height: 160px;
}

/* ファイル形式バッジ */
.download-content-type-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(60, 97, 126, 0.9);
    color: #FFFFFF;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 10;
}

.download-content-type-badge img {
    width: 14px;
    height: 14px;
}

.download-content-type-badge._image {
    background: rgba(56, 155, 231, 0.9);
}

.download-content-type-badge._video {
    background: rgba(253, 105, 129, 0.9);
}

.download-content-type-badge._audio {
    background: rgba(131, 209, 43, 0.9);
}

/* 賞グレード表示 */
.download-content-h3-en {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #FFFFFF;
    padding: 4px 16px;
    display: inline-block;
    line-height: 1.2;
}

.download-content-h3-en._a {
    background: #E5B038;
}

.download-content-h3-en._b {
    background: #77839A;
}

.download-content-h3-en._c {
    background: #80634E;
}

.download-content-h3-en._d {
    background: #FD6981;
}

.download-content-h3-en._e {
    background: #389BE7;
}

.download-content-h3-en._other {
    background: #3C617E;
}

/* コンテンツ情報エリア（右側） */
.download-content-info {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.download-content-header {
    flex: 1;
}

/* コンテンツ名 */
.download-content-h3 {
    font-size: 18px;
    font-weight: 700;
    color: #3C617E;
    margin: 0 0 8px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* プレビュー画像エリア */
.download-content-preview-wrapper {
    position: relative;
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 8px;
    margin: 0;
    background: #F4F6F7;
}

.download-content-preview-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ダウンロード情報テーブル */
.download-content-table {
    margin: 8px 0;
    display: inline-block;
}

.download-content-table th,
.download-content-table td {
    display: inline;
    padding: 0;
    border: none;
    font-size: 14px;
    color: #3C617E;
    font-weight: 400;
}

.download-content-table th {
    font-weight: 700;
    margin-right: 8px;
}

.download-content-table td {
    font-weight: 700;
}

.download-content-table td._expired-text {
    color: #C83232;
}

/* アクションボタンエリア */
.download-content-btn-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
    flex-shrink: 0;
}

.download-content-btn {
    padding: 10px 24px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    min-width: 140px;
}

.download-content-btn._preview {
    background: #3C617E;
    color: #FFFFFF;
}

.download-content-btn._download {
    background: #FD6981;
    color: #FFFFFF;
}

.download-content-btn._disabled {
    background: #ccc;
    color: #888;
    cursor: not-allowed;
    opacity: 0.6;
}

.download-content-btn._disabled:hover {
    background: #ccc;
    transform: none;
    opacity: 0.6;
}

/* 期限切れコンテンツのスタイル */
.download-content-block._expired {
    opacity: 0.6;
    filter: grayscale(50%);
}

.download-content-block._expired .download-content-btn {
    pointer-events: none;
}

/* プレビューモーダル */
.download-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
}

.download-modal.is-active {
    display: flex;
}

.download-modal-close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 700;
    cursor: pointer;
    z-index: 10001;
    transition: color 0.3s ease;
}

.download-modal-close:hover {
    color: #FD6981;
}

.download-modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-modal-media-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-modal-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
}

.download-modal-video {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
}

.download-modal-audio-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.download-modal-audio-title {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
}

.download-modal-audio {
    width: 500px;
}

/* ダウンロードページ レスポンシブ対応 */
@media screen and (max-width: 960px) {
    .download-description {
        font-size: 14px;
        margin: 0 0 20px 0;
    }

    .download-content-block {
        padding: 15px;
        gap: 15px;
        min-height: auto;
        flex-wrap: wrap;
    }

    .download-content-preview-wrapper {
        width: 100px;
        height: 100px;
        flex-shrink: 0;
    }

    .download-content-info {
        flex: 1;
        gap: 10px;
        min-width: 0;
        flex-direction: column;
    }

    .download-content-header {
        min-width: 0;
        width: 100%;
    }

    .download-content-type-badge {
        font-size: 10px;
        padding: 2px 6px;
    }

    .download-content-type-badge img {
        width: 12px;
        height: 12px;
    }

    .download-content-h3-en {
        font-size: 16px;
        padding: 3px 10px;
        margin: 0 0 4px 0;
    }

    .download-content-h3 {
        font-size: 14px;
        margin: 0 0 4px 0;
        -webkit-line-clamp: 2;
    }

    .download-content-table th,
    .download-content-table td {
        font-size: 11px;
    }

    .download-content-btn-wrapper {
        margin-top: 0;
        gap: 8px;
        width: 100%;
        flex-direction: row;
        order: 3;
    }

    .download-content-btn {
        font-size: 13px;
        padding: 10px 12px;
        flex: 1;
        min-width: auto;
    }

    .download-modal-close {
        top: 10px;
        right: 20px;
        font-size: 30px;
    }

    .download-modal-audio {
        width: 100%;
        max-width: 350px;
    }
}
