﻿/**
 * Audition Page Styles
 * オーディション詳細ページのスタイル
 */

/* ========================================
   レスポンシブフォントサイズ設定
   ======================================== */

/* 
 * 1920x1080を基準に、画面幅に応じてフォントサイズを調整
 * clamp(最小値, 推奨値, 最大値)
 * 推奨値は画面幅の割合(vw)で指定
 */
html {
    /* 基準フォントサイズ: 1280px以下で12px、1920pxで16px、2560px以上で18px */
    font-size: clamp(12px, 0.833vw, 18px);
}

/* ========================================
   オーディションページ全体のフォント
   ======================================== */

.audition-container {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.audition-container * {
    font-family: 'Noto Sans JP', sans-serif;
}

/* ========================================
   オーディションコンテナ
   ======================================== */

.audition-container {
    max-width: 100dvw;
    width: 100%;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .page-base {
        padding-top: 4dvh !important;
        padding-bottom:41dvh !important;
    }

}


@media (max-width: 767px) {
    .page-base {
        padding-top: 0px !important;
    }

    .audition-container {
        max-width: 100dvw;
        width: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }
}

/* ========================================
   オーディションヘッダー
   ======================================== */

.audition-header {
    text-align: center;
    margin-bottom: 22dvh;
    margin-top: 12dvh;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(10px, 2vw, 20px);
}

.audition-header-logo {
    width: 20dvw;
    margin-bottom:12dvh;
    height: auto;
    align-self: center;
    margin-left: 0;
}

.audition-header-title-image {
    max-width: 50dvw;
    padding:20px 0 10px 0;
    height: auto;
}

.audition-header-content {
    font-size: 2.5vw;
    letter-spacing: 0.4dvw;
    font-weight: 400;
    color: #f7f9fb;
    margin: 0;
    max-width: 80dvw;
    line-height: clamp(1.5, 0.3vw + 1.5, 1.8);
}

.audition-header-title {
    font-size: clamp(3rem, 5.2vw, 5rem);
    font-weight: 700;
    letter-spacing: clamp(0.1em, 0.3vw, 0.3em);
    color: #f7f9fb;
    margin: 0;
}

@media (max-width: 767px) {
    .audition-header {
        margin:0;
        margin-bottom: 30dvh;
        padding: 10px 10px 10px;
        gap: 20px;
    }
    
    .audition-header-logo {
        width: 30dvw;
        align-self: flex-start;
        margin-left: 0;
    }
    
    .audition-header-title-image {
        width: 85.5dvw !important;
        max-width: 85.5dvw !important;
        padding: 23.5dvh 0 0px 0;
        margin-left:6dvw;
    }
    
    .audition-header-content {
        line-height: 1.6;
        padding-top: 0;
        max-width:96dvw;
        text-align: center;
        font-size: 3.5dvw;
        letter-spacing: 0.2em;
    }
    
    .audition-header-title {
        font-size: 2.5rem;
        letter-spacing: 0.15em;
    }
}

/* ========================================
   オーディションセクション
   ======================================== */

.audition-section {
    background: transparent;
    padding: clamp(15px, 3vw, 30px) 0;
    margin-bottom: clamp(20px, 4vw, 40px);
    color: #f7f9fb;
}

.audition-section-title {
    font-size: clamp(1.8rem, 2.6vw, 2.5rem);
    font-weight: 700;
    margin: 0 0 30px 0;
    padding: 0 8.02dvw 0 0;
    color: #f7f9fb;
    background-image: url('/img/audition_section_header.png');
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    aspect-ratio: 773 / 84;
    display: flex;
    height:4.375dvw;
    align-items: center;
    justify-content: flex-end;
    letter-spacing: 0.2em;
    white-space: nowrap;
}

.audition-section-content {
    font-size: clamp(1rem, 1.56vw, 1.5rem);
    line-height: clamp(1.5, 0.3vw + 1.5, 1.8);
    color: #f7f9fb;
    white-space: pre-line;
    letter-spacing: clamp(0.1em, 0.2vw, 0.2em);
}

@media (max-width: 767px) {
    .audition-section {
        padding: 40px 0dvw;
        margin-bottom: 30px;
    }
    
    .audition-section-title {
        font-size: 1.8rem;
        width:auto;
        margin-left:-10dvw;
        padding: 0 60px 0 0;
        height:42px;
        aspect-ratio: 773 / 84;
    }
    
    .audition-section-content {
        font-size: 1.3rem;
        line-height: 1.7;
    }
}

/* ========================================
   セクション別スタイル
   ======================================== */
@media (min-width: 768px) {

    /* ABOUTセクション */
    .audition-about-section {
        padding-left:22dvw;
        padding-right:22dvw;
    }

    /* 応募条件セクション */
    .audition-requirements-section {
        padding-left:18dvw;
        padding-right:18dvw;
    }

    /* 歓迎条件セクション */
    .audition-preferred-section {
        padding-left:11dvw;
        padding-right:11dvw;
    }

    /* プライバシーポリシーセクション */
    .audition-privacy-section {
        padding-left:22dvw;
        padding-right:22dvw;
    }

    /* 募集モデルセクション */
    .audition-models-section {
        padding-left:22dvw;
        padding-right:22dvw;
    }

    /* クリエイター募集セクション */
    .audition-creators-section {
        padding-left:22dvw;
        padding-right:22dvw;
    }

    /* よくある質問セクション */
    .audition-faq-section {
        padding-left:22dvw;
        padding-right:22dvw;
    }

    /* 選考フローセクション */
    .audition-flow-section {
        padding-left:22dvw;
        padding-right:22dvw;
    }

}

/* ========================================
   モバイル用セクション別スタイル
   ======================================== */
@media (max-width: 767px) {
    /* ABOUTセクション */
    .audition-about-section {
        padding-left:10dvw;
        padding-right:10dvw;
    }

    /* 応募条件セクション */
    .audition-requirements-section {
        padding-left:20dvw;
        padding-right:20dvw;
    }

    /* 歓迎条件セクション */
    .audition-preferred-section {
        padding-left:7.5dvw;
        padding-right:6dvw;
    }

    /* プライバシーポリシーセクション */
    .audition-privacy-section {
        padding-left:5dvw;
        padding-right:5dvw;
    }

    /* 募集モデルセクション */
    .audition-models-section {
        padding-left:3dvw;
        padding-right:3dvw;
    }

    /* クリエイター募集セクション */
    .audition-creators-section {
        padding-left:3dvw;
        padding-right:3dvw;
    }

    /* よくある質問セクション */
    .audition-faq-section {
        padding-left:0dvw;
        padding-right:0dvw;
    }

    /* 選考フローセクション */
    .audition-flow-section {
        padding-left:5dvw;
        padding-right:5dvw;
    }
}


/* ========================================
   応募条件画像グリッド
   ======================================== */

.audition-conditions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5dvw;
    margin: clamp(20px, 4vw, 40px) -4dvw;
    width:69dvw;
}

.audition-condition-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.audition-condition-image {
    position: relative;
    width: 100%;
    max-width: 663px;
    aspect-ratio: 390 / 555;
    overflow: hidden;
}

.audition-condition-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.audition-condition-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(0.5rem, 1.46vw, 1.4rem);
    font-weight: 700;
    color: #202023;
    text-align: center;
    padding: 0 clamp(10px, 2vw, 20px) clamp(20px, 7.5vw, 130px) ;
    letter-spacing: clamp(0.1em, 0.2vw, 0.2em);
    line-height:clamp(1.1, 0.0755vw, 1.6);
}

@media (max-width: 767px) {
    .audition-conditions-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 30px;
    }
    
    .audition-condition-item {
        display: flex;
        justify-content: center;
    }
    
    .audition-condition-image {
        width: 58dvw;
    }
    
    .audition-condition-image img {
        width: 100%;
        height: auto;
    }
    
    .audition-condition-label {
        font-size: 3dvw;
        letter-spacing: clamp(0.1em, 0.2em, 0.25em);
        padding: 0px 15px 18.7dvw;
    }
}

/* ========================================
   歓迎条件グリッド
   ======================================== */

.audition-welcome-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(8px, 1.5vw, 15px);
    margin: clamp(20px, 4vw, 40px) 0;
    width:87dvw;
}

.audition-welcome-item {
    position: relative;
    width:37vw;
    aspect-ratio: 698 / 236;
    overflow: hidden;
}

.audition-welcome-bg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.audition-welcome-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: clamp(10px, 1.15vw, 25px) 8.5dvw clamp(8px, 1.5vw, 15px) 1.5dvw;
}

.audition-welcome-label {
    font-size: clamp(1.5rem, 2.29vw, 2.2rem);
    font-weight: 700;
    color: #202023;
    margin-bottom: clamp(2px, 0.1vw, 8px);
    letter-spacing: clamp(0.1em, 0.2vw, 0.2em);
}

.audition-welcome-content {
    padding-left:2dvw;
    padding-top: clamp(5px, 0.7vw, 50px);
    font-size: clamp(1rem, 1.56vw, 1.5rem);
    color: #202023;
    line-height: clamp(1.4, 0.2vw + 1.4, 1.6);
    white-space: pre-line;
}

@media (max-width: 767px) {
    .audition-welcome-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }

    .audition-welcome-item {
        width:auto;
    }
    
    .audition-welcome-text {
        padding: 3dvw 20dvw 0 4dvw;;
    }
    
    .audition-welcome-label {
        font-size: 1.8rem;
        letter-spacing: 0.3em;
        margin-bottom: 1dvw;
    }
    
    .audition-welcome-content {
        font-size: 3dvw;
        padding-top:0px;
        padding-left:4dvw;
        line-height: clamp(1.4, 0.2vw + 1.4, 1.6);
        white-space: pre-line;
    }
}

/* ========================================
   プライバシーポリシーセクション
   ======================================== */

.audition-privacy-button-wrapper {
    text-align: center;
    margin: clamp(50px, 10vw, 100px) 0;
}

.audition-privacy-button {
    display: inline-flex;
    align-items: center;
    gap: clamp(4px, 0.8vw, 8px);
    padding: clamp(10px, 2vw, 19px) clamp(30px, 6vw, 60px);
    font-size: clamp(1.2rem, 1.77vw, 1.7rem);
    font-weight: 700;
    background: rgba(247, 249, 251, 0.9);
    color: #202023;
    border: 1px solid rgba(32, 32, 35, 0.3);
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.audition-privacy-button:hover {
    background: rgba(247, 249, 251, 1);
    border-color: rgba(32, 32, 35, 0.5);
}

.audition-privacy-button:active {
    transform: translateY(0);
}

@media (max-width: 767px) {
    .audition-privacy-button-wrapper {
        margin-top: 20px;
    }
    
    .audition-privacy-button {
        padding: 10px 16px;
        font-size: 1.6rem;
    }
}

/* ========================================
   募集モデルセクション（プレースホルダー）
   ======================================== */

.audition-models-placeholder {
    text-align: center;
    padding: 40px;
    color: #f7f9fb;
}

/* ========================================
   クリエイター募集セクション（プレースホルダー）
   ======================================== */

.audition-creators-placeholder {
    text-align: center;
    padding: 40px;
    color: #f7f9fb;
}

/* ========================================
   よくある質問セクション
   ======================================== */

.audition-faq-list {
    margin-top: clamp(20px, 4vw, 40px);
    margin-left: -22dvw;
    width:100dvw;
}

.audition-faq-item {
    margin-bottom: 3.65dvw;
}

/* 質問部分 */
.audition-faq-question {
    position: relative;
    width: calc(1328 / 1920 * 100vw);
    background-image: url('/img/audition_question.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    aspect-ratio: 1328 / 67;
    display: flex;
    align-items: flex-start;
}

.audition-faq-question-index {
    font-size: clamp(1rem, 1.56vw, 1.5rem);
    font-weight: 700;
    color: #202023;
    line-height: clamp(1.4, 0.2vw + 1.4, 1.6);
    padding: clamp(3px, 0.5vw, 5px) 0.5dvw clamp(3px, 0.5vw, 5px) 7.5dvw;
    flex-shrink: 0;
}

.audition-faq-question-text {
    font-size: clamp(1rem, 1.56vw, 1.5rem);
    font-weight: 700;
    color: #202023;
    line-height: clamp(1.4, 0.2vw + 1.4, 1.6);
    padding: clamp(3px, 0.5vw, 5px) 2dvw clamp(3px, 0.5vw, 5px) 0;
    flex: 1;
}

/* トグルボタン */
.audition-faq-toggle-button {
    position: absolute;
    right: -6dvw;
    bottom: -1.8dvw;
    width: 9dvw;
    height: auto;
    aspect-ratio: 179 / 62;
    background-color: transparent;
    background-image: url('/img/audition_checkbutton_open.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index:2;
}

.audition-faq-toggle-button:hover {
    opacity: 1;
}

.audition-faq-item.open .audition-faq-toggle-button {
    background-image: url('/img/audition_checkbutton_close.png');
}

/* 回答部分 */
.audition-faq-answer {
    position: relative;
    width: calc(1642 / 1920 * 100vw);
    background-image: url('/img/audition_answer.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    aspect-ratio: 1642 / 281;
    display: flex;
    align-items: center;
    margin: clamp(5px, 1vw, 10px) 0;
    margin-left: auto;
    margin-right:0px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease, margin 0.4s ease;
}

.audition-faq-item.open .audition-faq-answer {
    max-height: 1000px;
    opacity: 1;
    margin: clamp(40px, 8vw, 80px) 0 clamp(30px, 6vw, 60px);
    margin-left: auto;
}

.audition-faq-answer-text {
    position: relative;
    z-index: 2;
    font-size: clamp(1rem, 1.56vw, 1.5rem);
    font-weight: 700;
    color: #f6f8fb;
    line-height: clamp(1.4, 0.2vw + 1.4, 1.6);
    padding-left: 11dvw;
    padding-right: 450px;
    transform: translateY(10px);
    transition: transform 0.4s ease;
}

.audition-faq-item.open .audition-faq-answer-text {
    transform: translateY(0);
}

.audition-faq-answer-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    margin-right:-60px;
}

.audition-faq-answer-image img {
    height: 100%;
    width: auto;
    object-fit: contain;
    border-radius: 8px;
}

/* モバイル対応 */
@media (max-width: 767px) {
    .audition-faq-list {
        margin-top: 30px;
        margin-left: calc(-5dvw);
        margin-right: calc(-5dvw);
        padding-left: 5dvw;
    }
    
    .audition-faq-question {
        background-image: url('/img/sumaho_audition_question.png');
        aspect-ratio: 883 / 118;
        width: 80dvw;
        height: auto;
        margin-left: 0;
        align-items: flex-start;
    }
    
    .audition-faq-question-index {
        font-size: 3.5dvw;
        padding-left: 10dvw;
        flex-shrink: 0;
    }
    
    .audition-faq-question-text {
        font-size: 3.5dvw;
        padding-left: 1dvw;
        padding-right:3dvw;
    }
    
    /* モバイルではボタンを非表示 */
    .audition-faq-toggle-button {
        display: none;
    }
    
    /* モバイルでは常に開いた状態 */
    .audition-faq-answer {
        background-image: url('/img/sumaho_audition_answer.png');
        width: 95dvw;
        aspect-ratio: 1080 / 690;
        margin-left: auto;
        margin-right: calc(-5dvw);
        max-height: none;
        opacity: 1;
        margin: clamp(40px, 8vw, 80px) 0 clamp(30px, 6vw, 60px);
        margin-left: auto;
        margin-right: calc(-5dvw);
    }
    
    .audition-faq-answer-text {
        font-size: 3.5dvw;
        padding-left: 27dvw;
        padding-right: 5dvw;
        transform: translateY(0);
        line-height: 1.8;
    }
    
    .audition-faq-answer-image {
        display: none;
        align-items: center;
    }
    
    .audition-faq-item.open .audition-faq-answer {
        margin-left: auto;
        margin-right: calc(-5dvw);
    }
    
    .audition-faq-answer-image {
        display: none;
    }
}


/* ========================================
   募集モデルリスト
   ======================================== */

.audition-models-list {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 4vw, 40px);
    margin-top: clamp(15px, 3vw, 30px);
    align-items: center;
}

/* PC専用スタイル (768px以上) */
@media (min-width: 768px) {
    .audition-model-item {
        width: 98dvw;
        height: auto;
        min-height: 47.5dvw;
        overflow: visible;
        display: flex;
        flex-direction: column;
        position: relative;
        border-radius: 70px 0 70px 0;
        background: var(--bg-image) right center / auto 100% no-repeat, #ffffff;
        box-shadow: 
            inset 0 0 0 1px rgba(177,160,160,1),
            inset 0 0 8px 5px rgba(177,160,160,0.9),
            inset 0 0 15px 5px rgba(177,160,160,0.3);
    }

    .audition-model-title {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: clamp(10px, 32px, 75px) 0 0px 1dvw;
        z-index:2;
    }

    .audition-model-title img {
        width: 57dvw;
        height: auto;
        object-fit: contain;
    }

    .audition-model-title-mobile {
        display: none;
    }

    .audition-model-content {
        flex: 1;
        display: flex;
        flex-direction: row;
        overflow: visible;
    }

    .audition-model-left {
        width: 55dvw;
        padding: 1dvw 2dvw 1dvw 12dvw;
        display: flex;
        flex-direction: column;
        gap: 1.2dvw;
        overflow-y: visible;
        z-index:2;
    }
    
    /* モバイル用立ち絵はPCで非表示 */
    .audition-model-visual-mobile {
        display: none;
    }

    .audition-model-header {
        display: flex;
        align-items: baseline;
        gap: 0;
        margin-left:-4dvw;
    }

    .audition-model-theme {
        font-size: clamp(1.2rem, 1.77vw, 1.7rem);
        font-weight: 700;
        color: #202023;
        letter-spacing: clamp(0.06em, 0.12vw, 0.12em);
    }

    .audition-model-series {
        font-size: clamp(0.8rem, 1.15vw, 1.1rem);
        font-weight: 700;
        color: #202023;
        letter-spacing: clamp(0.05em, 0.1vw, 0.1em);
    }

    .audition-model-name-row {
        margin-top: -2dvw;
        margin-bottom: clamp(8px, 1.5vw, 15px);
        padding:0;
        margin-left:-2dvw;
        display: flex;
        align-items: center;
        gap: 2.5dvw;
    }

    .audition-model-name {
        font-size: clamp(2rem, 3.13vw, 3.0rem);
        font-weight: 700;
        color: #202023;
        margin: 0;
        letter-spacing: clamp(0.05em, 0.1vw, 0.1em);
    }

    .audition-model-status {
        position: absolute;
        top: 8dvw;
        left: 34dvw;
        padding: clamp(3px, 0.6vw, 6px) clamp(15px, 3vw, 30px);
        border-radius: 0;
        font-size: 1.7rem;
        font-weight: 700;
        letter-spacing: clamp(0.1em, 0.2vw, 0.2em);
        border: 1px solid rgba(32, 32, 35, 0.3);
        text-align:center;
        width:200px;
        z-index: 20;
    }

    .audition-model-status-recruiting {
        background: rgb(235, 228, 228);
        color: #202023;
        white-space: nowrap;
    }

    .audition-model-status-closed {
        background: rgb(177, 160, 160);
        color: rgb(235, 228, 228);
    }

    .audition-model-field {
        margin:0 0 5px -2dvw;
    }

    .audition-model-field-title {
        font-size: clamp(1rem, 1.56vw, 1.5rem);
        font-weight: 700;
        color: #202023;
        background-color: #f5f5f5;
        display: inline-block;
        padding: 1px 10px;
    }

    .audition-model-field-content {
        font-size: clamp(1rem, 1.56vw, 1.5rem);
        color: #202023;
        line-height: clamp(1.2, 0.1vw + 1.2, 1.3);
        margin:0.35dvw 2dvw 0;
    }

    .audition-model-tasks {
        margin:0 1.5dvw clamp(5px, 1vw, 10px);
    }

    .audition-model-task {
        margin-bottom: 0;
    }
    
    .audition-model-task-content {
        display: flex;
        align-items: center;
        gap: 2dvw;
        margin-left:1.2dvw;
        padding-right:6dvw;
    }

    .audition-model-task-video {
        flex: 1;
        max-width: 55.5%;
        border-radius: 8px;
        overflow: hidden;
        margin-top:0.8dvw;
    }
    
    .audition-model-task-video iframe {
        aspect-ratio: 16 / 9;
        height: auto;
    }

    .audition-model-task-download {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: clamp(4px, 0.8vw, 8px);
        width: 24dvw;
        min-width: 18dvw;
        padding: clamp(3px, 0.6vw, 6px) clamp(12px, 2.4vw, 24px);
        font-size: clamp(1.2rem, 1.77vw, 1.7rem);
        font-weight: 700;
        letter-spacing: clamp(0.05em, 0.1vw, 0.1em);
        background: #b1a0a0;
        color: #f7f9fb;
        border: 1px solid #f7f9fb;
        border-radius: 4px;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .audition-model-task-download:hover {
        background: #756060;
        border-color: rgba(32, 32, 35, 0.5);
    }
    
    .audition-model-task-download:active {
        transform: translateY(0);
    }

    .audition-model-apply {
        margin-top: auto;
        margin-bottom: 3dvw;
        padding-left: 12dvw;
        width:100%;
        text-align: left;
    }

    .audition-model-apply-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: clamp(4px, 0.8vw, 8px);
        width: 24dvw;
        min-width: 18dvw;
        padding: clamp(3px, 0.6vw, 6px) clamp(12px, 2.4vw, 24px);
        font-size: clamp(1.2rem, 1.77vw, 1.7rem);
        font-weight: 700;
        letter-spacing: clamp(0.05em, 0.1vw, 0.1em);
        background: #202023;
        color: #f7f9fb;
        border: 1px solid rgba(32, 32, 35, 0.3);
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .audition-model-apply-button:hover {
        background: rgba(32, 32, 35, 0.9);
        border-color: rgba(32, 32, 35, 0.5);
    }

    .audition-model-apply-button:active {
        transform: translateY(0);
    }
    
    .audition-model-apply-button-disabled {
        background: rgb(177, 160, 160) !important;
        color: rgb(235, 228, 228) !important;
        cursor: not-allowed !important;
        opacity: 1;
    }
    
    .audition-model-apply-button-disabled:hover {
        transform: none !important;
        background: rgb(177, 160, 160) !important;
        border-color: rgba(32, 32, 35, 0.3) !important;
    }

    .audition-model-closed {
        text-align: center;
        padding: 15px 30px;
        font-size: 1.2rem;
        font-weight: 700;
        color: #9ca3af;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
    }

    .audition-model-right {
        position: absolute;
        right: 10dvw;
        top: 0;
        bottom: 0;
        width: 45dvw;
        margin: 0;
        overflow: visible;
    }

    .audition-model-visual {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: auto;
        object-fit: contain;
        padding: 5dvw 0 2dvw;
        z-index:1;
    }
}

/* モバイル対応 - 募集モデル */
@media (max-width: 767px) {
    .audition-models-list {
        gap: 30px;
    }
    
    .audition-model-item {
        width: 94dvw;
        aspect-ratio: 1019 / 1877;
        overflow: visible;
        display: flex;
        flex-direction: column;
        position: relative;
        margin: 0 auto;
        border-radius: 30px 0 30px 0;
        background: var(--mobile-bg-url, var(--bg-image)) left center / auto 100% no-repeat, #ffffff;
        box-shadow: 
            inset 0 0 0 1px rgba(177,160,160,1),
            inset 0 0 8px 5px rgba(177,160,160,0.9),
            inset 0 0 15px 5px rgba(177,160,160,0.3);
    }
    
    /* モバイル背景画像を使用 */
    .audition-model-item[data-mobile-bg] {
        background-image: var(--mobile-bg-url) !important;
    }
    
    .audition-model-title {
        width: 100%;
        display: flex;
        justify-content: center;
        padding:30px 0 8dvw;
    }
    
    .audition-model-title img {
        width: 66dvw;
        height: auto;
        object-fit: contain;
    }
    
    /* タイトルロゴの切り替え */
    .audition-model-title-pc {
        display: none;
    }
    
    .audition-model-title-mobile {
        display: block;
    }
    
    .audition-model-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        overflow: visible;
        margin-top:-15px;
    }
    
    .audition-model-left {
        flex: 1;
        padding-left: 16dvw;
        width: 76dvw;
        display: flex;
        flex-direction: column;
        gap: 7px;
        overflow-y: visible;
        position: relative;
        z-index: 10;
    }
    
    /* モバイル用立ち絵のスタイル */
    .audition-model-visual-mobile {
        width: 100%;
        height: 50dvh;
        max-height: 88dvw;
        margin-top: -30px;
        margin-bottom: -2dvw;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: -1;
    }
    
    .audition-model-visual-mobile img {
        height: 100%;
        width: auto;
        object-fit: contain;
    }
    
    .audition-model-header {
        display: flex;
        align-items: baseline;
        gap: 4px;
        margin-left: 0;
        width:60dvw;
    }
    
    .audition-model-theme {
        font-size: 1.3rem;
        font-weight: 700;
        color: #202023;
    }
    
    .audition-model-series {
        font-size: 1.1rem;
        font-weight: 700;
        color: #202023;
    }
    
    .audition-model-name-row {
        display: flex;
        flex-direction: raw;
        align-items: flex-start;
        gap: 8dvw;
        margin-top:-10px;
        width:110%;
    }
    
    .audition-model-name {
        font-size: 2.3rem;
        font-weight: 700;
        color: #202023;
        margin: 0;
        margin-left:3dvw;
        margin-top:-3px;
    }
    
    .audition-model-status {
        position: absolute;
        top: -6dvw;
        left: 16dvw;
        padding: 4px 0px;
        border-radius: 0;
        font-size: 2.4dvw;
        font-weight: 700;
        border: 1px solid rgba(32, 32, 35, 0.3);
        z-index: 20;
        width: 12dvw;
        text-align: center;
    }
    
    .audition-model-status-recruiting {
        background: rgb(235, 228, 228);
        color: #202023;
    }

    .audition-model-status-closed {
        background: rgb(177, 160, 160);
        color: rgb(235, 228, 228);
    }
    
    .audition-model-field {
        margin-bottom: 11px;
    }
    
    .audition-model-field-title {
        font-size: 1.2rem;
        font-weight: 700;
        color: #202023;
        background-color: #f5f5f5;
        display: inline-block;
        padding: 0.2em 0.5em;
        margin-bottom: 7px;
    }
    
    .audition-model-field-content {
        font-size: 1.2rem;
        color: #202023;
        margin: 0;
        padding-left:3dvw;
    }
    
    .audition-model-tasks {
        margin-top: 10px;
    }

    .audition-model-task {
        margin-bottom: 15px;
    }
    
    .audition-model-task-content {
        display: flex;
        justify-content: center;
        flex-direction: raw;
        width:80%;
        height:100px;
        gap: 10px;
    }

    .audition-model-task-video {
        margin-top:5px;
        border-radius: 8px;
        overflow: hidden;
    }
    
    .audition-model-task-video iframe {
        aspect-ratio: 16/9;
        width:97%;
        height: auto;
    }        
    
    .audition-model-task-download {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 98%;
        padding: 6px 16px;
        font-size: 1.6rem;
        font-weight: 700;
        background: #b1a0a0;
        color: #f7f9fb;
        border: 1px solid #f7f9fb;
        border-radius: 4px;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .audition-model-task-download:hover {
        background: rgba(32, 32, 35, 0.9);
        border-color: rgba(32, 32, 35, 0.5);
    }
    
    .audition-model-task-download:active {
        transform: translateY(0);
    }

    .audition-model-apply {
        margin-top: auto;
        text-align: center;
        margin-left: 0;
        padding-bottom:7dvw;
    }
    
    .audition-model-apply-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 60%;
        padding: 5px 16px;
        font-size: 1.9rem;
        font-weight: 700;
        background: #202023;
        color: #f7f9fb;
        border: 1px solid rgba(32, 32, 35, 0.3);
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .audition-model-apply-button:hover {
        background: rgba(32, 32, 35, 0.9);
        border-color: rgba(32, 32, 35, 0.5);
    }

    .audition-model-apply-button:active {
        transform: translateY(0);
    }
    
    .audition-model-apply-button-disabled {
        background: rgb(177, 160, 160) !important;
        color: rgb(235, 228, 228) !important;
        cursor: not-allowed !important;
        opacity: 1;
    }
    
    .audition-model-apply-button-disabled:hover {
        transform: none !important;
        background: rgb(177, 160, 160) !important;
        border-color: rgba(32, 32, 35, 0.3) !important;
    }
    
    .audition-model-closed {
        text-align: center;
        padding: 12px 24px;
        font-size: 1rem;
        font-weight: 700;
        color: #9ca3af;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
    }
    
    .audition-model-right {
        display: none;
    }

    .audition-model-visual {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
}


/* ========================================
   クリエイター募集セクション
   ======================================== */

/* PC専用スタイル (768px以上) */
@media (min-width: 768px) {
    .audition-creator-card {
        width: 98dvw;
        height: calc(98dvw * 931 / 1871);
        background: right center / auto 100% no-repeat, #202023;
        background-image: url('/img/audition_creater.png');
        background-size: contain;
        border-radius: 70px 0 70px 0;
        overflow: visible;
        display: flex;
        flex-direction: column;
        margin: auto 0 auto -21dvw;
        position: relative;
    }

    .audition-creator-logo {
        padding-top:30px;
        margin-left:3dvw;
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 48%;
        z-index: 10;
    }

    .audition-creator-logo img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .audition-creator-content {
        display: flex;
        flex-direction: column;
        gap: clamp(10px, 2vw, 20px);
        width: 50%;
        align-self: flex-start;
        margin:11.5% 6.5dvw 3%;
        position: relative;
        height: 100%;
    }

    .audition-creator-header {
        display: flex;
        align-items: center;
        gap: 1.5dvw;
    }

    .audition-creator-title {
        font-size: clamp(2.5rem, 4.17vw, 4rem);
        font-weight: 700;
        color: #f7f9fb;
        margin: 0;
        letter-spacing: clamp(0.005em, 0.02vw, 0.03em);
    }

    .audition-creator-status {
        position: absolute;
        top: 20px;
        left:27.5dvw;
        padding: clamp(3px, 0.6vw, 6px) clamp(15px, 3vw, 30px);
        border-radius: 0;
        font-size: 1.7rem;
        font-weight: 700;
        letter-spacing: clamp(0.1em, 0.2vw, 0.2em);
        background: rgb(235, 228, 228);
        color: #202023;
        border: 1px solid rgba(32, 32, 35, 0.3);
        width:200px;
        text-align:center;
        z-index: 20;
    }

    .audition-creator-description {
        flex: 1;
        display: flex;
        flex-direction: column;
        padding-left:3dvw;
        padding-right:5dvw;
        padding-top: clamp(15px, 3vw, 30px);
        gap: clamp(5px, 1vw, 10px);
    }

    .audition-creator-description p {
        font-size: clamp(1.2rem, 1.88vw, 1.8rem);
        font-weight: 700;
        color: #f7f9fb;
        margin:0px;
        letter-spacing: clamp(0.05em, 0.1vw, 0.1em);
    }

    .audition-creator-apply {
        margin-top: auto;
        margin-bottom: 4dvw;
        padding-left:12dvw;
        width: 100%;
    }

    .audition-creator-apply-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: clamp(4px, 0.8vw, 8px);
        padding: clamp(6px, 1.2vw, 12px) clamp(12px, 2.4vw, 24px);
        font-size: clamp(1.2rem, 1.77vw, 1.7rem);
        font-weight: 700;
        background: rgba(247, 249, 251, 0.9);
        color: #202023;
        border: 1px solid rgba(32, 32, 35, 0.3);
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s ease;
        width:24dvw;
        min-width: 18dvw;
    }

    .audition-creator-apply-button:hover {
        background: rgba(247, 249, 251, 1);
        border-color: rgba(32, 32, 35, 0.5);
    }

    .audition-creator-apply-button:active {
        transform: translateY(0);
    }
}

/* モバイル対応 - クリエイター募集 */
@media (max-width: 767px) {
    .audition-creator-card {
        width: 94dvw;
        height: 109dvw;
        background-color: #202023;
        background-image: url('/img/sumaho_audition_creater.png');
        background-size: contain;
        background-position: center bottom;
        background-repeat: no-repeat;
        overflow: visible;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        position: relative;
        border-radius: 30px 0 30px 0;
        box-shadow: 
            inset 0 0 0 1px rgba(177,160,160,1),
            inset 0 0 8px 5px rgba(177,160,160,0.9),
            inset 0 0 15px 5px rgba(177,160,160,0.3);
    }

    .audition-creator-logo {
        position: absolute;
        top: 9dvw;
        left: 50%;
        transform: translateX(-50%);
        width: 76%;
        z-index: 10;
    }

    .audition-creator-logo img {
        width: 100%;
        height: auto;
        margin-left:3dvw;
        object-fit: contain;
    }

    .audition-creator-content {
        display: flex;
        flex-direction: column;
        gap: 5dvw;
        padding: 20px;
        margin-top:20%;
        width: 72dvw;
        height: 100%;
        align-self: center;
        position: relative;
    }

    .audition-creator-header {
        display: flex;
        flex-direction: raw;
        align-items: left;
        margin-top:4dvw;
        margin-left:4dvw;
        gap: 8dvw;
    }

    .audition-creator-title {
        font-size: 2.1rem;
        font-weight: 700;
        color: #f7f9fb;
        margin: 0;
        letter-spacing: 0.02em;
    }

    .audition-creator-status {
        position: absolute;
        top: 2dvw;
        left: 5dvw;
        padding: 4px 0px;
        border-radius: 0;
        font-size: 2.4dvw;
        font-weight: 700;
        background: rgb(235, 228, 228);
        color: #202023;
        border: 1px solid rgba(32, 32, 35, 0.3);
        width: 12dvw;
        text-align: center;
        z-index: 20;
    }

    .audition-creator-description {
        text-align:left;
        display: flex;
        flex-direction: column;
        gap: 3dvw;
        margin:0 4dvw;
    }

    .audition-creator-description p {
        font-size: 1.2rem;
        line-height: 1.2;
        color: #f7f9fb;
        margin: 0;
    }

    .audition-creator-apply {
        margin-top: auto;
        text-align: center;
        padding-bottom: 7dvw;
    }

    .audition-creator-apply-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 60%;
        padding: 5px 16px;
        font-size: 1.9rem;
        font-weight: 700;
        background: rgba(247, 249, 251, 0.9);
        color: #202023;
        border: 1px solid rgba(32, 32, 35, 0.3);
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .audition-creator-apply-button:hover {
        background: rgba(247, 249, 251, 1);
        border-color: rgba(32, 32, 35, 0.5);
    }

    .audition-creator-apply-button:active {
        transform: translateY(0);
    }
}


/* ========================================
   選考フローセクション
   ======================================== */

.audition-flow-caption {
    font-size: clamp(1.2rem, 1.77vw, 1.7rem);
    color: #f7f9fb;
    text-align: right;
    margin: clamp(5px, 1vw, 10px) -12dvw clamp(5px, 1vw, 10px) -10dvw;
    line-height: clamp(1.4, 0.2vw + 1.4, 1.6);
    letter-spacing: clamp(0.08em, 0.15vw, 0.15em);
}

.audition-flow-container {
    position: relative;
    margin-top: clamp(3px, 0.5vw, 5px);
    margin-left: -10dvw;
    margin-right: -12dvw;
    padding: clamp(35px, 7vw, 70px) 3dvw;
    border: 2px solid #f7f9fb;
    border-radius: 12px;
    background: rgba(32, 32, 35, 0.5);
}

.audition-flow-line {
    position: absolute;
    top: 44%;
    left: 10%;
    right: 10%;
    height: 8px;
    background: #f7f9fb;
    transform: translateY(-50%);
    z-index: 0;
}

.audition-flow-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: 5.6dvw;
    padding: 0 clamp(3px, 0.5vw, 5px);
}

.audition-flow-step {
    flex: 1;
    display: flex;
    justify-content: center;
}

.audition-flow-step-card {
    position: relative;
    width: 100%;
    aspect-ratio: 390 / 555;
}

.audition-flow-step-bg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.audition-flow-step-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30% 0.5dvw 50% 0.5dvw;
    z-index: 2;
}

.audition-flow-step-title {
    display: none;
}

.audition-flow-step-text {
    font-size: clamp(1.4rem, 2.08vw, 2rem);
    font-weight: 700;
    color: #202023;
    text-align: center;
    line-height: clamp(1.3, 0.1vw + 1.3, 1.4);
    white-space: pre-line;
}

.audition-flow-text {
    font-size: clamp(2.2rem, 3.65vw, 3.5rem);
    margin-left:-5dvw;
    width:66dvw;
    font-weight: 700;
    color: #f7f9fb;
    text-align: center;
    margin-top: clamp(40px, 7.8vw, 75px);
    margin-bottom: clamp(10px, 2vw, 20px);
    line-height: clamp(1.5, 0.3vw + 1.5, 1.8);
    letter-spacing: clamp(0.15em, 0.3vw, 0.3em);
}

.audition-flow-button-caption {
    font-size: clamp(0.9rem, 1.25vw, 1.2rem);
    color: #f7f9fb;
    text-align: center;
    margin-top: clamp(5px, 1vw, 10px);
    line-height: clamp(1.4, 0.2vw + 1.4, 1.6);
}

.audition-flow-button-caption a {
    color: #f7f9fb;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.audition-flow-button-caption a:hover {
    opacity: 0.8;
}

.audition-apply-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: clamp(4px, 0.8vw, 8px);
    padding: clamp(6px, 1.2vw, 12px) clamp(12px, 2.4vw, 24px);
    font-size: clamp(1.2rem, 1.77vw, 1.7rem);
    font-weight: 700;
    letter-spacing: clamp(0.05em, 0.1vw, 0.1em);
    background: rgba(247, 249, 251, 0.9);
    color: #202023;
    border: 1px solid rgba(32, 32, 35, 0.3);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 28dvw;
}

@media (max-width: 767px) {
    .audition-flow-caption {
        font-size: 1rem;
        text-align: right;
        margin:1dvw;
    }
    
    .audition-flow-container {
        margin: 0;
        padding: 20px 5px;
        overflow-x: visible;
    }
    
    .audition-flow-line {
        left: 5%;
        right: 5%;
        height:4px;
    }
    
    .audition-flow-steps {
        gap: 4dvw;
        width: 100%;
        flex-wrap: nowrap;
        padding: 0 3px;
    }
    
    .audition-flow-step {
        flex: 1;
        min-width: 0;
    }
    
    .audition-flow-step-card {
        width: 100%;
    }
    
    .audition-flow-step-title {
        display: none;
    }
    
    .audition-flow-step-text {
        font-size: 2.5dvw;
        line-height: 1.7;
    }
    
    .audition-flow-step-content {
        padding: 0px 4px;
    }
    
    .audition-flow-text {
        font-size: 5.4dvw;
        text-align: center;
        width:100%;
        margin:5dvw 0;
    }
    
    .audition-flow-button-caption {
        font-size: 1rem;
        margin-top: 15px;
    }
    
    .audition-apply-button {
        width: 60%;
        padding: 5px 16px;
        font-size: 1.9rem;
    }
}
