/* screen - fan-mai-tu-mian (販売図面) */

.fan-mai-tu-mian {
    align-items: flex-start;
    background-color: #F0F0F0;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 1920px;
}

/* --- ヘッダー --- */
.fan-mai-tu-mian .view {
    background-color: var(--white);
    height: 53px;
    position: fixed;
    width: 1920px;
    z-index: 4;
}

/* --- ヒーローセクション --- */
.fan-mai-tu-mian .hero-section {
    align-items: center;
    background-image: url('../img/cardboard-texture_200px.png'), url(../img/file---35-1x-png-1@1x.png);
    background-position: left top, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-blend-mode: multiply;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 288px;
    margin-left: -16.5px;
    margin-top: -60px;
    padding: 60px 40px 0;
    width: 1936px;
    box-sizing: border-box;
    border-radius: 0 0 64px 64px;
    z-index: 1;
}

.fan-mai-tu-mian .hero-title {
    color: var(--black);
    font-family: var(--font-family-yugothic-bold);
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 83px;
    text-align: center;
    white-space: nowrap;
}

.fan-mai-tu-mian .hero-subtitle {
    color: var(--black);
    font-family: var(--font-family-yugothic-medium);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.8;
    margin-top: 8px;
    text-align: center;
}

.title-row-layout {
    display: flex;
    flex-direction: column !important;
    gap: 0 !important;
    align-items: center;
}

.title-row-layout .hero-subtitle {
    font-family: var(--font-family-yugothic-bold) !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    margin-top: 42px !important;
    text-align: center;
    max-width: 800px;
    line-height: 1.4;
}

/* --- プランセクション --- */
.fan-mai-tu-mian .plans-section {
    align-items: center;
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 60px;
    padding: 0 40px 80px;
    width: 1200px;
    z-index: 3;
}

/* --- プランカード (共通) --- */
.fan-mai-tu-mian .plan-card {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.fan-mai-tu-mian .plan-image-wrapper {
    flex-shrink: 0;
    width: 520px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: relative;
}

.fan-mai-tu-mian .plan-image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.fan-mai-tu-mian .plan-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fan-mai-tu-mian .plan-label {
    display: inline-block;
    color: var(--white);
    font-family: var(--font-family-yugothic-bold);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 14px 36px;
    text-align: center;
    width: fit-content;
    border-radius: 100px;
}

.fan-mai-tu-mian .plan-label.simple {
    background-color: var(--apple);
}

.fan-mai-tu-mian .plan-label.basic {
    background-color: var(--apple);
}

.fan-mai-tu-mian .plan-label.royal {
    background-color: var(--apple);
}

/* --- プラン説明テキスト --- */
.fan-mai-tu-mian .plan-description {
    color: var(--black);
    font-family: var(--font-family-yugothic-medium);
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2;
    margin-top: 20px;
    text-align: left;
}

/* --- 作成例セクション --- */
.fan-mai-tu-mian .examples-section {
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 40px 80px;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
}

.fan-mai-tu-mian .examples-title {
    font-family: var(--font-family-yugothic-bold);
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 50px;
}

.fan-mai-tu-mian .examples-title .green-text {
    color: var(--java);
}

.fan-mai-tu-mian .examples-title .black-text {
    color: var(--java);
}

/* --- 作成例カード --- */
.fan-mai-tu-mian .examples-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 1000px;
}

.fan-mai-tu-mian .example-card {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.fan-mai-tu-mian .example-image-wrapper {
    flex-shrink: 0;
    width: 440px;
    background-color: var(--white);
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: relative;
}

.fan-mai-tu-mian .example-image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.fan-mai-tu-mian .example-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}

.fan-mai-tu-mian .example-label {
    display: inline-block;
    background-color: var(--java);
    color: var(--white);
    font-family: var(--font-family-yugothic-bold);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 14px 36px;
    text-align: center;
    width: fit-content;
    border-radius: 100px;
}

.fan-mai-tu-mian .example-description {
    color: var(--black);
    font-family: var(--font-family-yugothic-medium);
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2;
    margin-top: 16px;
    text-align: left;
}

/* --- 透かし文字 (SAMPLE) --- */
.fan-mai-tu-mian .sample-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-12deg);
    color: silver;
    font-family: var(--font-family-yugothic-bold);
    font-size: 100px;
    font-weight: 700;
    opacity: 0.3;
    mix-blend-mode: multiply;
    pointer-events: none;
    white-space: nowrap;
    z-index: 2;
}

/* --- フッター --- */
.fan-mai-tu-mian .view-1 {
    background-color: var(--fun-green);
    height: 161px;
    margin-top: 0;
    position: relative;
    width: 1922px;
    z-index: 2;
}