/* スマホ版CSS - Part 2: セクション・コンテンツ */

/* ニュースセクション */
.news-ares {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 100%;
    margin-top: 2rem;
}


.news-section {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 3px;
    max-height: 50vh;
    min-height: 380px;
    border-radius: 10px;
    overflow-y: auto;
    color: #d8d8d8;
    background-color: #141414;
    background-image: radial-gradient(closest-corner, #dfdfdf28 24%, transparent);
    -webkit-text-stroke: 1px #f802f0;
    text-stroke: 1px #f802f0;
    paint-order: stroke;
    text-shadow: -2px -4px 6px #f802ef;
    border: 5px solid rgba(24, 27, 25, 0.967);
    border-left-width: 1px;
    border-right-width: 1px;
    box-shadow: 0px 15px 28px -12px rgba(0,0,0,0.79) inset, 0px -15px 28px -12px rgba(0, 0, 0, 0.79) inset;
    text-align: left;
    padding: 1rem;
}

.news-ares::before {
    content: "";
    display: block;
    background: linear-gradient(
        90deg,
        rgba(255, 224, 251, 0.01) 0%,
        rgba(206, 190, 204, 0.99) 50%,
        rgba(255, 224, 251, 0.01) 100%
    );
    height: 50vh;
    min-height: 380px;
    width: 100%;
    position: absolute;
    animation: rotate 5s linear forwards infinite;
    z-index: 0;
    top: 50%;
    transform-origin: top center;
}
@keyframes rotate {
    from { transform: rotate(0); }
    to { transform: rotate(360deg); }
}

.section-title {
    font-size: 170%;
    margin: 0 auto;
    text-align: center;
    padding-top: 1.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #fff;
    -webkit-text-stroke: 2px #f802f0aa;
    text-stroke: 2px #f802f0aa;
    paint-order: stroke;
    text-shadow: -0.2px -0.4px 1px #f802ef;
    white-space: nowrap;
}

.news-date {
    -webkit-text-stroke: 1px #d4af37;
    text-stroke: 1px #d4af37;
    paint-order: stroke;
    position: relative;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.news-item {
    color: #d8d8d8;
    font-weight: bold;
    -webkit-text-stroke: 1px #856784;
    text-stroke: 1px #856784;
    paint-order: stroke;
    text-shadow: -1px -2px 1px #171717;
    padding: 0 1rem 1.5rem;
}

.news-title {
    font-size: 110%;
    -webkit-text-stroke: 1px #5d4d5d;
    text-stroke: 1px #5d4d5d;
    paint-order: stroke;
    font-weight: bold;
    text-shadow: -0.5px -1px 1px #ff5cfa;
    margin-bottom: 0.5rem;
}

.news-content {
    margin: 0.2rem 0.4rem 0.2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    font-size: 0.9rem;
    line-height: 1.5;
}

/* セクション共通 */
.content-section {
    padding: 3rem 1rem;
    margin: 0 auto;
}

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

.section-subtitle {
    font-size: 120%;
    color: #fff1de;
    -webkit-text-stroke: 2px #b38f18;
    text-stroke: 2px #b38f18;
    paint-order: stroke;
    font-weight: 600;
    opacity: 0.98;
    white-space: nowrap;
    padding:0;
}

/* コンセプトセクション 
*/
#concept {
    width: 100%;
    height: 12vh;
    margin: -32px 0 2rem; /* マージン調整 */
    background:linear-gradient(#000000bd, transparent);
    position: relative;
}

.section-header .section-subtitle {
    font-size: 90% !important;
    color: #fff1de;
    -webkit-text-stroke: 2px #b38f18;
    text-stroke: 2px #b38f18;
    paint-order: stroke;
    font-weight: 600;
    opacity: 0.98;
    white-space: nowrap;
    padding:0;
}
.showcase-container {
            background: linear-gradient(135deg, rgba(20, 9, 23, 0.953), rgba(23, 23, 23, 0.9));
            border-radius: 20px;
            padding: 4rem 3rem;
            margin: 3rem 0;
            box-shadow: 0px 0px 68px -1px rgba(0, 0, 0, 0.9) inset,0px 0px 24px -6px rgba(255, 154, 255, 0.634);
            border: 2px solid rgba(255, 0, 255, 0.933);
}

.concept-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.concept-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #f5e6d3;
}

.highlight {
    color: #d4af37;
    font-weight: 600;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 1rem;
}

.concept-visual {
    background: linear-gradient(135deg, rgba(100, 60, 3, 0.6), rgba(110, 43, 5, 0.6));
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 15px;
    padding: 1.2rem;
    text-align: center;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.concept-visual p{
    
    white-space: nowrap;
}
.osu {
    background: linear-gradient(135deg, rgba(66, 53, 26, 0.6), rgba(62, 20, 32, 0.7));
    border: 2px solid rgba(212, 175, 55, 0.422);
    border-radius: 10px;
    white-space: normal;
    padding: 1.5rem 1rem;
    transition: all 0.3s ease;
    text-align: center;
    -webkit-text-stroke: 1px rgb(35, 36, 36);
    text-stroke: 1px rgb(35, 36, 36);
    paint-order: stroke;
}

.osu p {
    font-weight: 600;
}

/* 料金セクション */
#pricing .showcase-container {
    background: linear-gradient(135deg, rgba(20, 9, 23, 0.953), rgba(23, 23, 23, 0.96));
    border: 4px solid rgba(225, 20, 184, 0.806);
    padding: 2rem 1.5rem;
}

.pricing-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.price-card {
    background: linear-gradient(135deg, rgba(46, 33, 6, 0.899), rgba(83, 12, 33, 0.852));
    border: 2px solid rgba(212, 175, 55, 0.293);
    border-radius: 15px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.price-card:hover {
    transform: translateY(-5px);
    border: 3px solid rgba(212, 175, 55, 0.8);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.2);
}

.plan-name {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.plan-price {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 1.5rem 0;
}

.plan-features {
    list-style: none;
    text-align: left;
}

.plan-features li {
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(245, 230, 211, 0.1);
    color: #f5e6d3;
    font-size: 0.9rem;
}

.girls_one {
    display: none; /* スマホでは非表示 */
}

.big, .big2 {
    font-weight: bold;
    font-size: 1.4rem;
}

.big::first-letter {
    font-size: 1.6rem;
}

.big2::first-letter {
    font-size: 1.8rem;
    font-weight: bolder;
}

/* オプション料金 */
#option {
    margin-top: 3rem;
    text-align: center;
}

#option h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.op_annai {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 0 auto;
}

.op_col {
    background: linear-gradient(135deg, rgba(212, 55, 212), rgba(139, 21, 56));
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 10px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.op_col h4 {
    color: #ffc9daff;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    -webkit-text-stroke: 2px #2f2f2ff1;
    text-stroke: 2px #2f2f2ff1;
    paint-order: stroke;
    text-shadow: -0.5px -1px 1px rgba(0, 255, 234, 0.416);
    letter-spacing: -1px;
}

.op_col p {
    color: #d4af37;
    font-size: 1.4rem;
    font-weight: 600;
    -webkit-text-stroke: 2px #2f2f2fa9;
    text-stroke: 2px #2f2f2fa9;
    paint-order: stroke;
    text-shadow: -0.5px -1px 1px rgba(30, 0, 255, 0.78);
}

.op_col p:last-of-type {
    color: #f5e6d3;
    font-size: 1rem;
    -webkit-text-stroke: 1px #2f2f2fa9;
    text-stroke: 1px #2f2f2fa9;
}

/* キャストセクション */
#cast .section-title {
    -webkit-text-stroke: 2px #f802b275;
    text-stroke: 2px #f802b275;
    paint-order: stroke;
    text-shadow: -0.2px -0.4px 18px #f802bf;
}

.cast-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.cast-card {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.05), rgba(139, 21, 56, 0.05));
    border: 2px solid rgba(255, 20, 147, 0.4);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.cast-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 20, 147, 0.8);
    box-shadow: 0 10px 25px rgba(255, 20, 147, 0.2);
}

.cast-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #d4af37, #8b1538, #ff1493);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.cast-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cast-info {
    padding: 1.5rem;
    text-align: center;
}

.cast-name {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    letter-spacing: -1px;
    white-space: normal;
}

.content-section .info-card h3{
    font-size: 148%;
    margin-bottom: 3rem;
    text-align: center;
}
/* フォトギャラリー背景効果 */
#photo .section-header {
    background: url(images/11p.m.logo_main.png) no-repeat;
    background-blend-mode: screen;
    background-position: 50% -15px;
    background-size: contain;
    -webkit-animation: bg-color 15s infinite;
    animation: bg-color 15s infinite;
    padding: 2rem 0;
}

@-webkit-keyframes bg-color {
    0% { background-color: #e74d3c2a; }
    20% { background-color: #f1c40f38; }
    40% { background-color: #1abc9c6b; }
    60% { background-color: #3498db4d; }
    80% { background-color: #9c59b652; }
    100% { background-color: #e74d3c07; }
}

@keyframes bg-color {
    0% { background-color: #e74d3c1f; }
    20% { background-color: #f1c40f82; }
    40% { background-color: #1abc9c3e; }
    60% { background-color: #3498db25; }
    80% { background-color: #9c59b63d; }
    100% { background-color: #e74d3c45; }
}