/* LP Styles for WordPress */

/* Font Face */
@font-face {
    font-family: "YAFdJgMrcdw_0";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/font_jp.woff2") format("woff2");
}

/* Reset */
.lp-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: max(12px, calc(100vw / 48));
}

@media (min-width: 768px) {
    html {
        font-size: 12px;
    }
}

body.page-template-page-lp {
    font-family: "Zen Maru Gothic", "YAFdJgMrcdw_0", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    background: #ffffff;
    line-height: 1.6;
}

/* Container */
.lp-container {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

@media (min-width: 768px) {
    .lp-container {
        max-width: 440px;
    }
}

/* KV Section */
.kv-section {
    position: relative;
    width: 100%;
    aspect-ratio: 671 / 399;
    background-image: url('../img/lp/9db88c413f9f751e2b3fb8e4cedb4ffc.jpg');
    background-size: cover;
    background-position: center;
    padding: 1.5rem 0.5rem;
    overflow: hidden;
}

/* Content */
.kv-content {
    position: relative;
    z-index: 2;
}

/* Badge */
.kv-badge {
    display: inline-block;
    background: rgb(255, 102, 196);
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0.75rem 1.75rem;
    border-radius: 1.875rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
}

/* Subtitle */
.kv-subtitle {
    color: rgb(194, 56, 79);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
    width: fit-content;
    text-align: center;
}

/* Logo */
.kv-logo {
    width: 20rem;
    margin-left: 1.25rem;
    height: auto;
    display: block;
}

/* Worries Section */
.worries-section {
    position: relative;
    width: 100%;
    background-image: url('../img/lp/worries_bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 20px 0;
}

.worries-title {
    color: rgb(194, 56, 79);
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.worries-title-highlight {
    position: relative;
    display: inline-block;
}

.worries-underline {
    position: absolute;
    top: 0.8em;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.worries-list {
    list-style: none;
    margin: 0 auto;
    margin-left: 0.5rem;
}

.worries-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 1.0rem;
    line-height: 1.6;
}

.worries-item:last-child {
    margin-bottom: 0;
}

.worries-item img {
    width: 34px;
    flex-shrink: 0;
}

.worries-item > span > span {
    display: inline-block;
}

.worries-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Criteria Section (判断軸セクション) */
.criteria-section {
    padding: 20px 0 0;
    text-align: center;
}

.criteria-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    padding: 0 4px;
    display: inline-flex;
    align-items: end;
    gap: 12px;
}

.criteria-title > span > span {
    display: inline-block;
}

.criteria-title-icon {
    width: 50px;
    height: auto;
    flex-shrink: 0;
}

.criteria-content {
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.criteria-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.criteria-content-inner {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 12px;
    position: relative;
    z-index: 1;
}

.criteria-subtitle {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgb(194, 56, 79);
    margin-bottom: 16px;
    line-height: 1.6;
}

.criteria-description {
    font-size: 1.0rem;
    font-weight: 700;
    color: #000;
    line-height: 1.8;
}

/* Criteria Subsections */
.criteria-subsection {
    padding: 20px 0 20px;
    text-align: center;
}

.criteria-subsection-title {
    display: inline-block;
    background: rgb(255, 102, 196);
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 10px 2.5rem;
    border-radius: 30px;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
}

.criteria-subsection-lead {
    font-size: 1.125rem;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Business Types List */
.business-types-wrapper {
    position: relative;
    padding: 2.5rem;
    overflow: hidden;
}

.business-types-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.business-types-list {
    position: relative;
    z-index: 1;
    list-style: none;
    max-width: 40%;
    width: 250px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.business-types-item {
    background: rgb(134, 42, 58);
    color: white;
    font-size: 1.0rem;
    font-weight: 400;
    padding: 6px 24px;
    border-radius: 50px;
    text-align: center;
}

.business-types-etc {
    font-size: 1.375rem;
    font-weight: 700;
    color: rgb(194, 56, 79);
    text-align: center;
    position: relative;
    z-index: 1;
}

/* Compare Section */
.compare-section {
    position: relative;
    width: 100%;
    padding: 30px 0;
}

.compare-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.compare-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    text-align: center;
    line-height: 1.8;
}

/* Matching Section */
.matching-content {
    position: relative;
    width: 100%;
    padding: 20px 0;
    margin-top: 20px;
}

.matching-content-inner {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 12px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.matching-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgb(194, 56, 79);
    margin-bottom: 8px;
    line-height: 1.6;
}

.matching-description {
    font-size: 1.125rem;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
}

/* Not Just Section */
.not-just-section {
    padding: 40px 1.5rem 20px;
    text-align: center;
}

.not-just-text {
    font-size: 2.0rem;
    font-weight: 700;
    color: #000;
    display: inline-block;
    position: relative;
    font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.not-just-crossed {
    position: relative;
    display: inline-block;
}

.not-just-crossed span {
    position: relative;
    display: inline-block;
}

.not-just-crossed span::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-image: url('../img/lp/cross.png');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Features Section */
.features-section {
    position: relative;
    width: 100%;
    aspect-ratio: 637 / 513;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.875rem 0;
}

.features-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.features-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
}

.features-logo-wrapper {
    background: white;
    padding: 1rem 0.625rem;
    display: flex;
    align-items: center;
}

.features-logo {
    height: 5.5vw;
    max-height: 32px;
    width: auto;
}

.features-header-text {
    font-size: 2.0rem;
    font-weight: 700;
    color: #000;
    font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.features-list {
    display: flex;
    list-style: none;
    justify-content: space-around;
    align-items: center;
}

.features-item {
    width: 28%;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    background: rgb(255, 102, 196);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 0.5rem;
}

/* Support Section */
.support-section {
    background: rgb(195, 221, 230);
    padding: 20px 0;
    text-align: center;
}

.support-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgb(134, 42, 58);
    margin-bottom: 20px;
    font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.support-text {
    font-size: 1.15rem;
    font-weight: 700;
    color: rgb(7, 51, 109);
    line-height: 1.8;
    margin-bottom: 8px;
    font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.support-produced {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.support-produced-label {
    font-size: 1.0rem;
    font-weight: 700;
    color: rgb(7, 51, 109);
}

.support-produced-logo {
    max-width: 250px;
    width: 100%;
    height: auto;
}

/* CTA Buttons Section */
.cta-buttons-section {
    position: relative;
    width: 100%;
    aspect-ratio: 569 / 339;
    background-image: url('../img/lp/cta_bg.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 4rem;
}

.cta-buttons-wrapper {
    display: flex;
    transform: translateY(50%);
    justify-content: center;
    gap: 1rem;
    width: 100%;
}

.cta-button-primary {
    background: rgb(7, 51, 109);
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1rem;
    border-radius: 1rem;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: opacity 0.3s;
    white-space: nowrap;
}

.cta-button-primary:hover {
    opacity: 0.9;
}

/* Interview Section */
.interview-section {
    background: rgb(244, 218, 213);
    padding: 20px 0 0;
    text-align: center;
}

.interview-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: rgb(194, 56, 79);
    margin-bottom: 8px;
}

.interview-lead {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
}

.interview-note {
    font-size: 0.875rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}

.interview-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 800px;
    margin: 0 auto;
}

.interview-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    overflow: hidden;
}

.interview-item.reverse {
    direction: rtl;
}

.interview-item.reverse > * {
    direction: ltr;
}

.interview-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 280 / 145;
}

.interview-content {
    padding: 8px;
    display: flex;
    flex-direction: column;
}

.interview-content.bg-pink {
    background: rgb(252, 205, 216);
}

.interview-content.bg-blue {
    background: rgb(189, 211, 211);
}

.interview-content.bg-cream {
    background: rgb(255, 250, 243);
}

.interview-content-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: rgb(65, 92, 73);
    margin-bottom: 0.75rem;
}

.interview-content-text {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    text-align: left;
}

/* Register Section */
.register-section {
    position: relative;
    width: 100%;
    aspect-ratio: 477 / 307;
    background-image: url('../img/lp/register_bg.jpg');
    background-size: cover;
    background-position: center;
    max-height: 340px;
    margin-top: 20px;
}

.register-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgb(255, 102, 196);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
    aspect-ratio: 1;
}

.register-badge-small {
    font-size: 1.0rem;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
}

.register-badge-large {
    font-size: 1.625rem;
    font-weight: 700;
    color: white;
    line-height: 1.4;
}

.register-text {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    line-height: 1.25;
    letter-spacing: 0.1em;
    text-align: center;
    filter: drop-shadow(rgba(200, 15, 46, 0.95) 0px 0px 0.380248px) drop-shadow(rgba(200, 46, 72, 0.75) 0px 0px 1.90124px) drop-shadow(rgba(200, 46, 72, 0.44) 0px 0px 5.70372px);
}

/* Closing Section */
.closing-section {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.closing-top {
    position: relative;
    padding: 20px 0;
    background-image: url('../img/lp/closing_bg.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
}

.closing-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
}

.closing-bottom {
    background: rgb(255, 178, 239);
    padding: 10px 2.5rem;
    text-align: center;
}

.closing-bottom-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
}

.closing-final {
    padding: 20px 0.5rem;
    text-align: center;
}

.closing-final-text {
    font-size: 1.15rem;
    font-weight: 700;
    color: #000;
}

/* Hashtag Section */
.hashtag-section {
    position: relative;
    width: 100%;
    aspect-ratio: 636 / 500;
    padding: 30px 1.5rem;
    background-image: url('../img/lp/hashtag_bg.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

.hashtag-section .cta-button-wrapper {
    margin: auto auto 0 auto;
}

.hashtag-section .cta-button-wrapper .cta-button-text {
    font-size: 1.5rem;
}

.hashtag-section .cta-button-wrapper .cta-button-svg {
    width: 45.57vw;
}

.hashtag-section .cta-button-wrapper .cta-arrow {
    right: -20px;
}

.hashtag-row {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.hashtag-item {
    background: white;
    color: rgb(84, 84, 84);
    font-size: 1.1rem;
    padding: 0.5rem;
    font-weight: 700;
    display: inline-block;
}

.hashtag-item.large {
    font-size: 1.5rem;
    padding: 0.5rem;
}

/* LINE Contact Section */
.line-contact-section {
    margin: 20px 0 30px;
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.line-contact-section-inner {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 2.5rem;
    position: relative;
    z-index: 1;
    text-align: center;
}

.line-contact-main {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgb(194, 56, 79);
    margin-bottom: 12px;
    line-height: 1.5;
}

.line-contact-id {
    font-size: 1.125rem;
    font-weight: 700;
    color: rgb(194, 56, 79);
}

/* Tagline */
.tagline {
    text-align: center;
    padding: 10px 0;
    font-size: 2.0rem;
    font-weight: 700;
    color: rgb(255, 102, 196);
}

/* Info Section */
.info-section {
    padding: 1rem;
    text-align: center;
}

.info-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgb(194, 56, 79);
    margin-bottom: 8px;
}

.info-text {
    font-size: 1.0rem;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
}

.info-text > span {
    display: inline-block;
}

/* Final CTA Section */
.final-cta-section {
    padding: 0 0 80px;
    text-align: center;
}

.final-cta-label {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
}

.final-cta-logo {
    width: 350px;
    height: auto;
    margin: 0 auto 30px;
    display: block;
}

/* Style Items */
.style-item {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: -40px;
    position: relative;
}

.style-item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 3px;
    background: rgb(255, 224, 219);
    z-index: 1;
}

.style-item.reverse {
    flex-direction: row-reverse;
}

.style-item-image {
    width: 185px;
    height: 185px;
    border-radius: 50%;
    border: 8px solid rgb(255, 224, 219);
    object-fit: cover;
    object-position: bottom;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    background: white;
}

.style-item-content {
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    padding-left: 18px;
    position: relative;
    z-index: 1;
    background: white;
}

.style-item.reverse .style-item-content {
    text-align: right;
    padding-left: 0;
    padding-right: 18px;
}

.style-item-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgb(194, 56, 79);
    margin-bottom: 8px;
    text-align: center;
}

.style-item-text {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    line-height: 1.6;
    text-align: center;
}

/* Comparison Subtitle */
.comparison-subtitle {
    font-size: 1.125rem;
    font-weight: 700;
    color: #000;
    padding: 0 4px;
    display: inline-flex;
    align-items: end;
    margin-top: -1.25rem;
}

.comparison-subtitle-icon {
    width: 50px;
    height: auto;
    margin-right: -20px;
}

.comparison-subtitle-text {
    font-size: 1.125rem;
    font-weight: 700;
    color: #000;
}

/* Comparison Items Wrapper */
.comparison-item-wrapper {
    position: relative;
    padding: 30px 1.5rem;
    margin-top: -0.25rem;
    overflow: hidden;
}

.comparison-item-wrapper-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.comparison-item {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.comparison-item:last-child {
    margin-bottom: 0;
}

.comparison-number {
    background: rgb(134, 42, 58);
    color: white;
    padding: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.comparison-number-label {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.comparison-number-value {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1;
}

.comparison-content {
    flex: 1;
    background: white;
    padding: 1.5rem 0 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.comparison-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: rgb(51, 51, 51);
    margin-bottom: 0.25rem;
    line-height: 1.3;
    text-align: left;
}

.comparison-text {
    font-size: 1.0rem;
    font-weight: 400;
    color: rgb(51, 51, 51);
    line-height: 1.6;
    text-align: left;
}

.comparison-text > span {
    display: inline-block;
}

/* CTA Button */
.cta-button-wrapper {
    text-align: center;
    margin: 30px auto 0;
    width: fit-content;
    position: relative;
}

.cta-button {
    position: relative;
    display: inline-block;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
}

.cta-button-svg {
    display: block;
    width: 52.08vw;
    min-width: 320px;
    max-width: 400px;
    height: auto;
}

.cta-button-text {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -55%);
    color: rgb(134, 42, 58);
    font-size: 1.875rem;
    font-weight: 700;
    white-space: nowrap;
    pointer-events: none;
}

.cta-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(220deg);
    width: 60px;
    height: auto;
    pointer-events: none;
}

/* LINE Contact Band */
.line-contact-band {
    position: relative;
    width: 100%;
    padding: 30px 1.5rem;
    display: block;
    text-decoration: none;
}

.line-contact-band:hover {
    opacity: 0.9;
}

.line-contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.line-contact-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 768px;
    margin: 0 auto;
}

.line-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.line-icon {
    width: 60px;
    height: auto;
}

.line-icon-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #000;
    text-align: left;
    line-height: 1.2;
    white-space: nowrap;
}

.line-contact-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: rgb(194, 56, 79);
    letter-spacing: 0.05em;
}

.line-arrows {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding-bottom: 0.75rem;
}

.line-arrow-svg {
    width: 20px;
    height: auto;
    transform: rotate(-90deg);
}

.line-qr {
    width: 6vw;
    min-width: 60px;
    height: auto;
}

/* PC Sidebar Elements */
@media (min-width: 768px) {
    .pc-left-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: calc((100vw - 453px) / 2);
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1000;
        pointer-events: none;
    }

    .pc-left-wrapper > * {
        pointer-events: auto;
    }

    .pc-right-wrapper {
        position: fixed;
        top: 0;
        right: 0;
        width: calc((100vw - 453px) / 2);
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1000;
        pointer-events: none;
    }

    .pc-right-wrapper > * {
        pointer-events: auto;
    }

    .pc-logo {
        margin-top: 20px;
        width: 120px;
        height: auto;
    }

    .pc-support-text {
        margin-top: auto;
        margin-bottom: auto;
        display: flex;
        flex-direction: row-reverse;
        gap: min(20px, 1.818vw);
        max-width: calc(100% - 40px);
    }

    .pc-support-text-line {
        background: rgb(17, 1, 112);
        color: white;
        writing-mode: vertical-rl;
        text-orientation: upright;
        font-size: min(20px, 2.5vh);
        font-weight: 500;
        line-height: 1;
        padding: min(20px, 1.818vw) 8px;
        font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
        height: fit-content;
    }

    .pc-support-text-line:nth-child(2) {
        margin-top: calc(min(20px, 1.818vw) * 6);
    }

    .pc-support-text-tagline {
        color: #000;
        background: transparent;
        writing-mode: vertical-rl;
        text-orientation: upright;
        font-size: min(42px, 5vh);
        font-weight: 500;
        line-height: 1;
        padding: min(42px, 3.818vw) 8px;
        font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
        height: fit-content;
    }

    .pc-index {
        margin-top: auto;
        margin-bottom: 20px;
        background: white;
        border: 2px solid rgb(255, 102, 196);
        border-radius: 12px;
        padding: 12px;
        width: min(220px, calc(100% - 40px));
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .pc-index-title {
        font-size: 14px;
        font-weight: 700;
        color: rgb(194, 56, 79);
        margin-bottom: 12px;
        text-align: center;
    }

    .pc-index-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .pc-index-item {
        margin-bottom: 8px;
    }

    .pc-index-item:last-child {
        margin-bottom: 0;
    }

    .pc-index-link {
        display: block;
        font-size: 12px;
        font-weight: 500;
        color: #333;
        text-decoration: none;
        padding: 6px 8px;
        border-radius: 6px;
        transition: background 0.2s;
    }

    .pc-index-link:hover {
        background: rgb(255, 240, 250);
        color: rgb(194, 56, 79);
    }
}

/* Hide on mobile */
.pc-left-wrapper,
.pc-right-wrapper {
    display: none;
}

@media (min-width: 768px) {
    .pc-left-wrapper,
    .pc-right-wrapper {
        display: flex;
    }
}