@charset "UTF-8";
@import url("plan-card.css");

/* =========================================================
 オーディションページ全体
========================================================= */
.audition-page {
    width: 100%;
        /* background: linear-gradient(135deg, #f8f8f8 0%, #f5f3ff 50%, #f0f0f0 100%); */
}

/* =========================================================
 ヒーローセクション
========================================================= */
.hero-section {
    position: relative;
    width: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    padding: 4rem 5%;
    min-height: 500px;

    box-sizing: border-box;
}

.hero-content {
    flex-shrink: 0;
    max-width: 400px;
}

.hero-subtitle {
    color: #6b7280;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-family: 'Noto Serif JP', serif;
}

.hero-title {
    color: #1f2937;
    line-height: 1.4;
    font-size: 2rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    margin: 0;
}

.hero-images {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 700px;
}

.hero-image-main {
    flex-shrink: 0;
    width: 280px;
}

.hero-image-main img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    object-fit: cover;
}

.hero-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    flex: 1;
}

.hero-image-grid img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    aspect-ratio: 3/4;
    object-fit: cover;
}

/* =========================================================
 プランタイプセクション
========================================================= */
.introduce-section{
    padding: 4rem 0rem;
}

.introduce-header {
    text-align: center;
    margin-bottom: 3rem;
}

.introduce-catch {
    font-size: 1.75rem;
    font-weight: 500;
    margin: 0;
    background: linear-gradient(to right, #eb809c 15%, #ffb482 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* 一応 */
}
.introduce-header h3{
    color: #5e5e5e;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing:inherit;
    margin: 0.5rem 0 2rem 0;
}
.introduce-summary {
    color: #4b5563;
    line-height: 1.8;
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
}


.introduce-container {
    background: url(../../../images/gray_dot.jpg) #fff;
    padding:3.2rem 1.5rem;
}

.introduce-container .card{
    background:#fff;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 2rem 1.5rem;
    text-align: center;
}
.introduce-container .card img{
    width:100%;
    border-radius: 8px;
    margin-bottom:1rem;
}

.introduce-container .card h4{
    background: linear-gradient(to right, #b87aec 15%, #6bd7ff 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* 一応 */
    margin-bottom:1.2rem;
    font-size: 1.4rem;
    font-weight: bold;
}
.introduce-container .card:nth-child(2) h4{
    background: linear-gradient(to right, #3ee1a2 15%, #72dcf7 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* 一応 */
}
.introduce-container .card:nth-child(3) h4{
    background: linear-gradient(to right, #48cef0 15%, #c382ff 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* 一応 */
}
.introduce-container .card-text{
    color: #4b5563;
    line-height: 1.7;
    font-size: 0.85rem;
}

/* =========================================================
 プランタイプセクション
========================================================= */
.introduce-section{
    padding: 4rem 0rem;
}

.introduce-header {
    text-align: center;
    margin-bottom: 3rem;
}

.introduce-catch {
    font-size: 1.75rem;
    font-weight: 500;
    margin: 0;
    background: linear-gradient(to right, #eb809c 15%, #ffb482 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* 一応 */
}
.introduce-header h3{
    color: #5e5e5e;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing:inherit;
    margin: 0.5rem 0 2rem 0;
}
.introduce-description {
    color: #4b5563;
    line-height: 1.8;
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
}


/* =========================================================
 撮影スタイルセクション
========================================================= */
.styles-section {
    padding: 2rem 0;
    background: #fff;
}

.styles-header {
    text-align: center;
    margin-bottom: 3rem;
}

.styles-catch {
    font-size: 1.75rem;
    font-weight: 500;
    margin: 0;
    background: linear-gradient(to right, #eb809c 15%, #ffb482 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* 一応 */
}
.styles-header h3{
    color: #5e5e5e;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing:inherit;
    margin: 0.5rem 0 2rem 0;
    background: linear-gradient(to right, #fa61a2 15%, #ffb73d 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* 一応 */
}
.styles-description {
    color: #4b5563;
    line-height: 1.8;
    font-size: 1.1rem;
    width:80%;
    margin: 0 auto;
    text-align: left;
}
.styles-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
    padding:5.2rem 1.5rem;
    background: linear-gradient(90deg, #766bc1 0%, #5564d3 100%);
}
.styles-card{
    width:30%;
    max-width:350px;
    text-align: center;
}
.styles-amp{
    font-size: clamp(26px, 8vw, 90px);
    color: rgba(255,255,255,0.5);
    font-weight: 400;
}
.styles-label{
    margin-bottom: 1rem;
    color: #FFF;
}
.styles-label span{
    display: block;
}
.styles-label .styles-ja{
    font-size: clamp(16px, 4vw, 1.5rem);
}
.styles-label .styles-name{
    font-size: clamp(16px, 4vw, 3rem);
}
.styles-img{
    width:80%;
    margin:0 auto 2rem;
}
.styles-img img{
    filter: drop-shadow(20px 20px 0px rgba(255,222,222,0.15));
}
.styles-note{
    position: relative;
    background:#f7f7f1;
    padding: 1rem;
    border-radius: 2px;
    color: #3a3a3a;
    font-size: 0.85rem;
    line-height: 1.6;
}
.styles-note:before{
    content: '';
    background: url(../images/plan/audition/styles/note-frame-left-top.png) no-repeat;
    width:60px;
    height:45px;
    position: absolute;
    top:-24px;
    left:-24px;
}
.styles-note:after{
    content: '';
    background: url(../images/plan/audition/styles/note-frame-right-bottom.png)no-repeat;
    width:60px;
    height:45px;
    position: absolute;
    right:-24px;
    bottom:-24px;
}
.styles-print-note{
    width:80%;
    max-width:800px;
    margin: 2rem auto 0;
    padding: 1rem;
    font-size: clamp(16px, 1.3vw, 1.5rem);
    color: #6b7280;
    line-height: 1.8;
    text-align: center;
    border: 1px solid #50ccff;
}
.styles-print-note strong{
    color: #50ccff;
}

/* =========================================================
 ジャンルセクション
========================================================= */
.genre-section{
    margin-top:8vh;
    padding: 2rem 0;
}
.genre-section h3{
    text-align: center;
    font-size: clamp(16px, 2.0vw, 2.2rem);
    color: #5e5e5e;
}
.genre-section h3 img{
    display: inline-block;
    width:10%;
}
.genre-section .genre-grid{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: center;
    align-items: center;
    gap: 3.5rem;
    padding:3.2rem 1.5rem;
}
.genre-section .genre-grid img{
    display: block;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    aspect-ratio: 38/53;
}
.genre-section .genre-grid span{
    display: block;
    text-align: center;
    margin-top: 0.5rem;
    color: #4b5563;
    font-size: 0. nine5rem;
}
.genre-section .genre-note{
    text-align: center;
    color: #5e5e5e;
    font-size: smaller;
}

/* =========================================================
 チェックポイントセクション
========================================================= */
.checkpoint-section {
    width:90%;
    margin:auto;
    padding: 2rem 3rem;
    border:1px solid #75bef1;
    background:#f5fbfd;
}
.checkpoint-header {
    margin-bottom: 1.5rem;
}
.checkpoint-label {
    display: inline-block;
    padding: 0.25rem 1rem;
    background: #ede9fe;
    color: #7c3aed;
    border-radius: 9999px;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.checkpoint-section h3 {
    color: #4c4c4c;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
}
.checkpoint-description{
    color: #4b5563;
    line-height: 1.8;
    font-size: 1rem;
    margin: 1.5rem auto 3rem auto;
}
.checkpoint-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 0 ;
    margin: 0 auto;
}
.checkpoint-card{
    width: 100%;
    padding: 1.5rem;
    border:3px solid #75bef1;
    border-radius: 1rem;
    box-sizing: border-box;
    background:#fff;
}
.checkpoint-card h4{
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #5e5e5e;
    text-align: center;
}
.checkpoint-images {
    position: relative;
    flex-shrink: 0;
    width: 350px;
}

.checkpoint-img-main {
    width: 100%;
    border-radius: 0.75rem;
}

.checkpoint-img-sub {
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    width: 8rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    border: 4px solid #fff;
}


/* =========================================================
 オプションセクション
========================================================= */
.options-section {
    padding: 4rem 0;
    background: #FFF;
}
.options-header {
    text-align: center;
    margin-bottom: 3rem;
}


.options-header h3{
    color: #5e5e5e;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing:inherit;
    margin: 0.5rem 0 4rem ;
    background: linear-gradient(to right, #ff4b86 15%, #7a4bff 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* 一応 */
}
.options-description {
    color: #4b5563;
    line-height: 1.8;
    font-size: 1.1rem;
    width:80%;
    margin: 0 auto;
    text-align: center;
}

.options-section h3 {
    color: #1f2937;
    font-size: 2.25rem;
    font-weight: 500;
    margin: 0 0 1rem 0;
}


.options-container {
    padding: 0 ;
    margin: 0 auto;
}
/* card */
.options-card {
    padding:0rem;
}
.options-card-title{
    position: relative;
    width:46%;
    color: #959595;
    text-align: center;
}
.options-card-header{
    margin-bottom:4rem;
    padding-left:20%;
}
h4.options-title{
    font-size: 3.45rem;
    font-weight: bold;
}
.options-label {
    display: inline-block;
    padding: 0.75rem 1rem;
    margin-bottom:1rem;
    background: #cba9a9;
    color: #FFF;
    font-size: 1.05rem;
    font-weight: 500;
}
.options-card-header > p{
    font-size: 1.25rem;
    font-weight: thin;
}

/* card makeup */
.options-card.makeup-card {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction:row-reverse;
    width:94%;
    min-height: 28rem;
    background:#fff7f7;
    margin-top: 8rem;
    margin-bottom:5rem;
}
.options-card.makeup-card {
    padding:2rem;
}
.options-card.makeup-card .options-content {
    flex-shrink: 0;
    width:45%;
    min-width:320px;
    padding-top:22rem;
}
/**/
.options-card.makeup-card .options-image {
    position: absolute;
    top:-2rem;
    flex-shrink: 0;
}
.options-card.makeup-card .options-image img {
    width: 100%;
    border-radius: 8px;
}
.options-card.makeup-card .options-image2 {
    display: flex;
    justify-content: space-between;
    gap:5%;
    width:100%;
    align-items: center ;
}
.options-card.makeup-card .options-image2 img {
    display: block;
    width: 100%;
    border-radius: 8px;
}
.options-card.makeup-card .options-image2 p{
}
.options-card.makeup-card .options-card-description {
    color: #959595;
    line-height: 1.8;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 1.5rem;
}


/* card retouch */

.options-card.retouch-card {
    margin-left:0;
    margin-right:0;
    padding-left:0;
    padding-right:0;
}
.options-card.retouch-card .options-container{
    display:flex ;
    justify-content: space-between;
    width:100%;
    margin-top: 2rem;
}
.options-card.retouch-card .options-content{
    width:50%;
}
.options-card.retouch-card .options-description{
}
.options-card.retouch-card .options-retouch-card{
    position: relative;
    margin:9rem 0;
    padding:2rem 2rem 2rem 60%;
    background:#ffeef7;
    min-height: 11rem;
    border-top-right-radius:50vmax;
    border-bottom-right-radius:50vmax;
    text-align: center;
}
.options-card.retouch-card .options-retouch-card:nth-child(2){
    background:#effcf2;
}

.options-card.retouch-card .options-retouch-card:nth-child(3){
    background:#fff0d6;
}

.options-card.retouch-card .options-retouch-card .options-image{
    position: absolute;
    top:47%;
    left:1.8rem;
    transform: translateY(-50%);
    width:60%;
}
.options-card.retouch-card .options-retouch-card h4{
    margin-bottom:1rem;
    font-size: 2rem;
    color: #9d857b;
}
.options-card.retouch-card .options-card-description{
    font-size: 1rem;
    color: #787878;
}

/* before after */
.options-card.retouch-card .options-ba{
    width:45%;
}


/* =========================================================
 料金プランセクション
========================================================= */
.pricing-section {
    width:100%;
    padding: 4rem 1rem;
    background: #fff;
}

.pricing-header {
    text-align: center;
    margin-bottom: 3rem;
}

.pricing-subtitle {
    color: #6b7280;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.pricing-title {
    color: #1f2937;
    font-size: 1.75rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    margin: 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding: 0 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.pricing-empty {
    text-align: center;
    padding: 3rem;
    background: #f9fafb;
    border-radius: 8px;
    margin: 0 2rem;
}

.pricing-empty p {
    color: #6b7280;
    margin: 0;
}

/* =========================================================
 レスポンシブ対応
========================================================= */
@media screen and (max-width: 1024px) {
    .hero-section {
        flex-direction: column;
        text-align: center;
        padding: 3rem 5%;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-images {
        flex-direction: column;
        max-width: 100%;
    }

    .hero-image-main {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .hero-image-grid {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .introduce-section-container {
        flex-direction: column;
        align-items: center;
    }

    .introduce-card {
        width: 100%;
        max-width: 420px;
    }

    /* スタイルセクション */
    .styles-container {
        flex-direction: column;
        gap: 2rem;
        padding: 3rem 1rem;
    }

    .styles-card {
        width: 80%;
        max-width: 300px;
    }

    .styles-amp {
        display: none;
    }

    .styles-description {
        width: 90%;
        font-size: 1rem;
    }

    /* ジャンルセクション */
    .genre-section .genre-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }

    /* チェックポイントセクション */
    .checkpoint-section {
        width: 95%;
        padding: 2rem 1.5rem;
    }

    .checkpoint-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .checkpoint-images {
        width: 100%;
        max-width: 350px;
    }

    /* オプションセクション */
    .options-container {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .options-card {
        width: 100%;
        max-width: none;
    }

    .options-card.makeup-card {
        flex-direction: column;
        width: 100%;
        min-height: auto;
        padding: 1.5rem;
        box-sizing: border-box;
    }

    .options-card.makeup-card .options-card-title {
        width: 100%;
        margin-bottom: 2rem;
    }

    .options-card.makeup-card .options-content {
        width: 100%;
        min-width: auto;
        padding-top: 1rem;
    }

    .options-card.makeup-card .options-image {
        position: relative;
        top: 0;
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .options-card-header {
        padding-left: 0;
        text-align: center;
        width: 100%;
    }

    .options-card-title {
        width: 100%;
        text-align: center;
    }

    h4.options-title {
        font-size: 2.5rem;
    }

    /* リタッチカード */
    .options-card.retouch-card {
        width: 100%;
    }

    .options-card.retouch-card .options-container {
        flex-direction: column;
    }

    .options-card.retouch-card .options-content {
        width: 100%;
    }

    .options-card.retouch-card .options-ba {
        width: 90%;
        margin:auto;
        max-width: none;
    }

    .options-card.retouch-card .options-retouch-card {
        margin: 12rem 0;
        padding: 1.5rem 1.5rem 1.5rem 45%;
        min-height: 8rem;
    }

    .options-card.retouch-card .options-retouch-card .options-image {
        width: 45%;
        left: 1rem;
    }

    .options-card.retouch-card .options-retouch-card h4 {
        font-size: 1.5rem;
    }

    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .hero-section {
        min-height: auto;
        padding: 2rem 4%;
    }

    .hero-title {
        font-size: 1.5rem;
    }

    .hero-image-grid {
        gap: 0.5rem;
    }

    /* イントロセクション */
    .introduce-header h3 {
        font-size: 2.2rem;
    }

    .introduce-catch {
        font-size: 1.4rem;
    }

    .introduce-section-title {
        font-size: 1.25rem;
    }

    /* スタイルセクション */
    .styles-header h3 {
        font-size: 2.2rem;
    }

    .styles-card {
        width: 90%;
    }

    .styles-note:before,
    .styles-note:after {
        display: none;
    }

    .styles-print-note {
        width: 98%;
        font-size: clamp(14px, 2.5vw, 1.2rem);
        white-space: nowrap;
    }

    /* ジャンルセクション */
    .genre-section .genre-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        padding: 2rem 1rem;
    }

    .genre-section h3 {
        font-size: 1.2rem;
    }

    .genre-section h3 img {
        width: 15%;
    }

    /* チェックポイントセクション */
    .checkpoint-section {
        padding: 1.5rem 1rem;
    }

    .checkpoint-content {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .checkpoint-section h3 {
        font-size: 1.4rem;
    }

    .checkpoint-label {
        font-size: 1rem;
    }

    .sample-gallery-grid {
        flex-wrap: wrap;
    }

    .sample-gallery-grid img {
        width: 25%;
        min-width: 25%;
        flex: none;
    }

    .checkpoint-title {
        font-size: 1.25rem;
    }

    /* オプションセクション */
    .options-header h3 {
        font-size: 2.2rem;
        margin-bottom: 2rem;
    }

    .options-description {
        width: 90%;
        margin:auto;
        font-size: 0.9rem;
        text-align: left;
    }

    .options-content {
        flex-direction: column;
        width: 100%;
    }

    .options-image {
        width: 100%;
    }

    .options-card.retouch-card .options-retouch-card {
        padding: 6rem 1rem 1.5rem 1rem;
        border-radius: 1rem;
        min-height: auto;
    }

    .options-card.retouch-card .options-retouch-card .options-image {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 80%;
        margin: 0 auto 1rem;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        padding: 0 1rem;
    }
}

@media screen and (max-width: 480px) {
    .hero-section {
        padding: 1.5rem 4%;
        gap: 1.5rem;
    }

    .hero-title {
        font-size: 1.25rem;
    }

    .hero-image-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* イントロセクション */
    .introduce-section {
        padding: 2rem 0;
    }

    .introduce-header h3 {
        font-size: 1.8rem;
    }

    .introduce-catch {
        font-size: 1.2rem;
    }

    .introduce-container {
        padding: 2rem 1rem;
    }

    .introduce-container .card {
        padding: 1.5rem 1rem;
    }

    .introduce-container .card h4 {
        font-size: 1.2rem;
    }

    .introduce-images {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.25rem;
        padding: 0.5rem;
    }

    /* スタイルセクション */
    .styles-header h3 {
        font-size: 1.8rem;
    }

    .styles-description {
        font-size: 0.95rem;
    }

    .styles-container {
        padding: 2rem 1rem;
    }

    .styles-card {
        width: 95%;
    }

    .styles-note {
        font-size: 0.8rem;
    }

    /* ジャンルセクション */
    .genre-section {
        margin-top: 4vh;
        padding: 1rem 0;
    }

    .genre-section .genre-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
        padding: 1.5rem 0.75rem;
    }

    /* チェックポイントセクション */
    .checkpoint-section {
        width: 100%;
        border-left: none;
        border-right: none;
    }

    .checkpoint-card {
        padding: 1.5rem;
    }

    .checkpoint-card h4 {
        font-size: 1.1rem;
    }

    .checkpoint-img-sub {
        width: 6rem;
        bottom: -0.5rem;
        right: -0.5rem;
    }

    /* オプションセクション */
    .options-section {
        padding: 2rem 0;
    }

    .options-header h3 {
        font-size: 1.8rem;
    }

    .options-container {
        padding: 0;
        width: 100%;
        background:red;
    }

    .options-card {
        padding: 1rem;
        width: 100%;
    }

    .options-card.makeup-card {
        margin-top: 4rem;
        margin-bottom: 3rem;
        width: 100%;
    }

    h4.options-title {
        font-size: 2rem;
    }

    .options-label {
        font-size: 0.9rem;
        padding: 0.5rem 0.75rem;
    }

    .options-card.makeup-card .options-card-description {
        font-size: 1rem;
    }

    .options-card.retouch-card .options-retouch-card h4 {
        font-size: 1.3rem;
    }

    .options-card.retouch-card .options-card-description {
        font-size: 0.9rem;
    }

    .sample-gallery-grid img {
        width: 50%;
        min-width: 50%;
    }

    /* 料金セクション */
    .pricing-section {
        padding: 2rem 0.5rem;
    }

    .pricing-title {
        font-size: 1.5rem;
    }
}
