* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    color: #000;
    background: #fff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

/* ------------------------------------------------------------ */
/* Base Layout */
/* ------------------------------------------------------------ */

a {
    text-decoration: none;
    color: #000;
}

/* ------------------------------------------------------------ */
/* Base Layout ここまで */
/* ------------------------------------------------------------ */


/* ============================================ */
/* Hero Image Section */
/* ============================================ */
.lp-alpha-fv-hero {
    width: 100%;
}

.lp-alpha-fv-hero-image {
    max-width: 1440px;
    margin: 0 auto;
}

.lp-alpha-fv-hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ============================================ */
/* Hero Image Section ここまで */
/* ============================================ */

/* ============================================ */
/* USER'S VOICE Product Section */
/* ============================================ */
.lp-alpha-fv-voice-product {
    max-width: 980px;
    margin: 0 auto;
    background: #fff;
    padding: 45px 0 80px;
    width: 100%;
}

.lp-alpha-fv-voice-product-inner {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    gap: 0;
    align-items: start;
}

.lp-alpha-fv-voice-product-left {
    display: flex;
    flex-direction: row;
}

.lp-alpha-fv-voice-product-images {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lp-alpha-fv-voice-product-images img {
    width: auto;
    height: 150px;
    display: block;
}

.lp-alpha-fv-voice-product-label {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    margin: 0 28px 0 19px;
}

.lp-alpha-fv-voice-label-text {
    display: flex;
    flex-direction: column;
    font-size: 21px;
    line-height: 29px;
    font-weight: 700;
    margin: auto 0 0 0;
}

.lp-alpha-fv-voice-number {
    font-size: 80px;
    line-height: 1;
    font-family: 'Noto Sans', sans-serif;
}

.lp-alpha-fv-voice-product-divider {
    width: 1px;
    background: #000;
    align-self: stretch;
}

.lp-alpha-fv-voice-product-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-left: 40px;
}

.lp-alpha-fv-voice-heading {
    font-size: 28px;
    line-height: 1.8;
    font-weight: 500;
}

.lp-alpha-fv-voice-heading-pc {
    display: block;
}

.lp-alpha-fv-voice-heading-sp {
    display: none;
}

.lp-alpha-fv-voice-product-name {
    font-size: 16px;
    line-height: 28px;
    opacity: 0.7;
}

.lp-alpha-fv-voice-product-name span {
    margin: 0 8px;
}

@media (max-width: 768px) {
    .lp-alpha-fv-voice-product {
        padding: 34px 40px 80px;
    }

    .lp-alpha-fv-voice-product-inner {
        align-items: end;
        margin: 0 auto;
        flex-direction: column;
    }

    .lp-alpha-fv-voice-product-left {
        width: 100%;
    }

    .lp-alpha-fv-voice-product-images {
        width: 130px;
        height: auto;
        display: block;
        position: relative;
        margin-bottom: 8px;
    }

    .lp-alpha-fv-voice-product-images img {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .lp-alpha-fv-voice-product-label {
        display: flex;
        flex-direction: row;
        align-items: end;
        height: auto;
        margin: 0 auto 16px 22px;
    }

    .lp-alpha-fv-voice-label-text {
        flex-direction: column;
        font-size: 18px;
        line-height: 26px;
    }

    .lp-alpha-fv-voice-number {
        font-size: 74px;
        line-height: 0.8;
    }

    .lp-alpha-fv-voice-product-divider {
        grid-column: 1 / -1;
        width: 100%;
        height: 1px;
    }

    .lp-alpha-fv-voice-product-right {
        margin-left: 0;
        width: 100%;
    }

    .lp-alpha-fv-voice-heading {
        font-size: 24px;
        padding-top: 24px;
    }

    .lp-alpha-fv-voice-heading-pc {
        display: none;
    }

    .lp-alpha-fv-voice-heading-sp {
        display: block;
    }

    .lp-alpha-fv-voice-product-name {
        font-size: 14px;
    }
}

/* ============================================ */
/* USER'S VOICE Product Section ここまで */
/* ============================================ */

/* ============================================ */
/* USER'S VOICE Detail Section */
/* ============================================ */

.lp-alpha-fv-voice-detail {
    max-width: 980px;
    margin: 0 auto;
    background: #f8f8f8;
    padding: 24px;
    display: grid;
    grid-template-columns: 570px auto;
}

.lp-alpha-fv-voice-detail-left {
    width: 100%;
}

.lp-alpha-fv-voice-detail-left img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}


.lp-alpha-fv-voice-detail-right {
    margin: 0 64px 0 74px;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
}

.lp-alpha-fv-voice-detail-content {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 40px;
}

.lp-alpha-fv-voice-user-info {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: start;
}

.lp-alpha-fv-voice-user-name {
    font-size: 12px;
    line-height: 1.8;
}

.lp-alpha-fv-voice-user-name-text {
    font-size: 18px;
    font-weight: 500;
}

.lp-alpha-fv-voice-detail-text {
    font-size: 14px;
    line-height: 2.0;
}

.lp-alpha-fv-voice-detail-text p {
    margin: 0;
}

.lp-alpha-fv-voice-room-number {
    font-size: 14px;
    color: #000000;
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lp-alpha-fv-voice-room-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.lp-alpha-fv-voice-room-icon-hover {
    display: none;
}

.lp-alpha-fv-voice-room-number:hover .lp-alpha-fv-voice-room-icon-default {
    display: none;
}

.lp-alpha-fv-voice-room-number:hover .lp-alpha-fv-voice-room-icon-hover {
    display: block;
}

.lp-alpha-fv-voice-room-number-value {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 8px;
    text-decoration: underline;
    color: inherit;
    opacity: 0.6;
    transition: opacity 0.5s ease, color 0.5s ease;
    font-size: 12px;
}

.lp-alpha-fv-voice-room-number-value:hover {
    opacity: 1;
    color: #DC3C36;
}

@media (max-width: 768px) {
    .lp-alpha-fv-voice-detail {
        padding: 13.21px 16px 40px 16px;
        grid-template-columns: 1fr;
        margin: 0 24px;
    }

    .lp-alpha-fv-voice-detail-content {
        margin-top: 0;
    }

    .lp-alpha-fv-voice-detail-left {
        width: 100%;
    }

    .lp-alpha-fv-voice-detail-right {
        margin: 0;
        padding: 24px 24px 0 24px;
    }

    .lp-alpha-fv-voice-user-info {
        grid-template-columns: 1fr auto;
    }

    .lp-alpha-fv-voice-detail-text {
        margin-top: 24px;
    }

    .lp-alpha-fv-voice-room-number {
        margin-top: 40px;
        font-size: 12px;
    }
}

/* ============================================ */
/* USER'S VOICE Detail Section ここまで */
/* ============================================ */

/* ============================================ */
/* Lifestyle Content Section */
/* ============================================ */

.lp-alpha-fv-lifestyle {
    max-width: 750px;
    margin: 120px auto;
    background: #fff;
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
}

.lp-alpha-fv-lifestyle-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
}

.lp-alpha-fv-lifestyle-image-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.lp-alpha-fv-lifestyle-text {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 25px;
    gap: 40px;
}

.lp-alpha-fv-lifestyle-title {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 500;
}

.lp-alpha-fv-lifestyle-title-sp {
    display: none;
}

.lp-alpha-fv-lifestyle-description {
    font-size: 16px;
    line-height: 2.0;
}

.lp-alpha-fv-lifestyle-main-image {
    width: 100%;
}

.lp-alpha-fv-lifestyle-main-image img {
    width: 100%;
    height: auto;
    display: block;
}

.lp-alpha-fv-lifestyle-caption {
    font-size: 14px;
    line-height: 1.0;
    background-color: #F8F8F8;
    padding: 16px;
    color: rgba(0, 0, 0, 0.7);
}

.lp-alpha-fv-lifestyle-caption-double {
    font-size: 14px;
    line-height: 1.0;
    background-color: #F8F8F8;
    padding: 16px;
    margin-top: -8px;
    color: rgba(0, 0, 0, 0.7);
}

.lp-alpha-fv-lifestyle-detail-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.lp-alpha-fv-lifestyle-detail-image {
    width: 100%;
    height: auto;
}

.lp-alpha-fv-lifestyle-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .lp-alpha-fv-lifestyle {
        padding: 0 24px;
        margin: 80px auto;
    }

    .lp-alpha-fv-lifestyle-text {
        padding: 0 16px;
    }

    .lp-alpha-fv-lifestyle-container {
        gap: 80px;
    }

    .lp-alpha-fv-lifestyle-caption {
        font-size: 12px;
        line-height: 1.5;
    }

    .lp-alpha-fv-lifestyle-caption-double {
        font-size: 12px;
        line-height: 1.5;
    }

    .lp-alpha-fv-lifestyle-title {
        font-size: 24px;
    }

    .lp-alpha-fv-lifestyle-title-pc {
        display: none;
    }

    .lp-alpha-fv-lifestyle-title-sp {
        display: block;
    }

    .lp-alpha-fv-lifestyle-description {
        font-size: 15px;
    }

    .lp-alpha-fv-lifestyle-detail-images {
        grid-template-columns: 1fr;
    }
}

/* ============================================ */
/* Lifestyle Content Section ここまで */
/* ============================================ */

/* ============================================ */
/* Product Section */
/* ============================================ */

.lp-alpha-fv-lifestyle-product-section {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    border-top: 0.5px solid rgba(0, 0, 0, 0.3);
    padding: 80px 89px;
    grid-template-columns: auto 1fr;
    gap: 40px;
    align-items: center;
    width: 100%;
}

.lp-alpha-fv-lifestyle-product-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-alpha-fv-lifestyle-product-title p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
}

.lp-alpha-product-card {
    display: grid;
    grid-template-columns: auto 1fr;
    border: 8px solid #f5f5f5;
    border-radius: 4px;
    padding: 0;
    background: #fff;
    min-height: 180px;
    text-decoration: none;
    transition: border-color 0.5s ease;
}

.lp-alpha-product-card:hover {
    border: 8px solid #B49965;
    cursor: pointer;

    .lp-alpha-product-link {
        background: #B49965;
        color: #FFFFFF;
    }

    .lp-alpha-product-link-arrow-default {
        opacity: 0;
    }

    .lp-alpha-product-link-arrow-hover {
        opacity: 1;
    }
}

.lp-alpha-product-image {
    width: 164px;
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
}

.lp-alpha-product-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.lp-alpha-product-copy-container {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: end;
    grid-template-rows: 1fr auto;
    margin: 16px 24px;
}

.lp-alpha-product-copy-container-inner {
    margin: auto 0;
}

.lp-alpha-product-copy {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 8px;
}

.lp-alpha-product-name {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 1.0;
    margin-bottom: 20px;
}

.lp-alpha-product-link {
    margin-top: auto;
    background: #f5f5f5;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.5s ease, color 0.5s ease;
    color: #111;
    position: relative;
}

.lp-alpha-product-link:hover {
    background: #e5e5e5;
}

.lp-alpha-product-link img {
    width: 8px;
    height: 8px;
    margin-left: 8px;
}

.lp-alpha-product-link-arrow-default {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.lp-alpha-product-link-arrow-hover {
    position: absolute;
    right: 20px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

@media (max-width: 768px) {
    .lp-alpha-fv-lifestyle-product-section {
        gap: 24px;
        padding: 0 0 56px 0;
        grid-template-columns: 1fr;
        margin: 24px;
        width: calc(100% - 48px);
    }

    .lp-alpha-fv-lifestyle-product-title {
        margin-top: 80px;
    }

    .lp-alpha-product-card {
        gap: 0;
        padding: 0;
    }

    .lp-alpha-product-copy-container {
        margin: 18px 8px 16px 12px;
    }

    .lp-alpha-product-link-arrow-hover {
        right: 16px;
    }

    .lp-alpha-product-image {
        width: 130px;
        height: 130px;
        margin: 20px 0;
    }

    .lp-alpha-product-copy {
        font-size: 12px;
    }

    .lp-alpha-product-link {
        padding: 10px 16px;
    }
}

/* ============================================ */
/* Product Section ここまで */
/* ============================================ */

/* ============================================ */
/* Next Voice Section */
/* ============================================ */

.lp-alpha-voice-card {
    gap: 16px;
    padding: 80px 90px;
    background: #F5F5F5;
}

.lp-alpha-voice-main-image-container {
    margin: 0 0 0 auto;
    padding: 40px 42px 0 0;
}

.lp-alpha-voice-main-image {
    width: 400px;
    height: auto;
    object-fit: cover;
}

.lp-alpha-voice-meta {
    display: flex;
    flex-direction: row;
    max-width: 980px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: inset 0 0 0 8px #ffffff;
    text-decoration: none;
    color: #000;
    transition: box-shadow 0.5s ease;
}

.lp-alpha-voice-meta:hover {
    box-shadow: inset 0 0 0 8px #B49965;
    cursor: pointer;
    transition: box-shadow 0.5s ease;
}

.lp-alpha-voice-room-info {
    font-size: 14px;
}

.lp-alpha-voice-meta-inner {
    display: flex;
    flex-direction: row;
    padding: 40px 0 36px 40px;
}

.lp-alpha-voice-product {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-around;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    border-right: 0.5px solid #000;
    padding-right: 7px;
}

.lp-alpha-voice-product-meta {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    justify-content: end;
    margin: 0 auto auto auto;
}

.lp-alpha-voice-product-logo {
    width: auto;
    height: 80px;
}

.lp-alpha-voice-product-logo-image {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.lp-alpha-voice-label {
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    font-weight: 700;
}

.lp-alpha-voice-number {
    font-size: 50px;
    text-align: left;
    line-height: 1;
    font-family: 'Noto Sans', sans-serif;
}

.lp-alpha-voice-details {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 28px;
    margin-left: 27px;
    padding: 38px 0 36px 0;
    max-width: 100%;
}

.lp-alpha-voice-heading {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 500;
}

.lp-alpha-voice-heading-pc {
    display: inline;
}

.lp-alpha-voice-heading-sp {
    display: none;
}

.lp-alpha-voice-user-row {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 17px;
    align-items: end;
}

.lp-alpha-voice-user-photo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-alpha-voice-user-photo img {
    max-width: 100%;
    object-fit: cover;
    display: block;
    width: 140px;
    height: 120px;
}

.lp-alpha-voice-user-info {
    font-size: 14px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.8;
    align-items: left;
}

.lp-alpha-voice-user-name {
    font-size: 12px;
}

.lp-alpha-voice-user-name-text {
    font-size: 16px;
    font-weight: 500;
}

.lp-alpha-voice-room-info-pc {
    display: block;
}

.lp-alpha-voice-room-info-sp {
    display: none;
}

@media (max-width: 1024px) {
    .lp-alpha-voice-user-row {
        grid-template-columns: auto 1fr;
        gap: 16px;
    }

    .lp-alpha-voice-user-info {
        font-size: 12px;
    }

    .lp-alpha-voice-heading {
        margin-right: 16px;
    }

    .lp-alpha-voice-card {
        padding: 80px 24px;
    }

    .lp-alpha-voice-meta {
        width: 100%;
    }

    .lp-alpha-voice-label {
        font-size: 13px;
    }

    .lp-alpha-voice-room-info {
        font-size: 10px;
        line-height: 1.8;
    }

    .lp-alpha-voice-room-info-pc {
        display: none;
    }

    .lp-alpha-voice-room-info-sp {
        display: block;
    }

    .lp-alpha-voice-heading-pc {
        display: none;
    }

    .lp-alpha-voice-heading-sp {
        display: inline;
    }

    .lp-alpha-voice-meta-inner {
        width: 100%;
        order: 2;
        grid-template-columns: auto auto;
        padding: 0;
    }

    .lp-alpha-voice-product {
        padding: 0;
    }

    .lp-alpha-voice-product-meta {
        margin: auto 14px 0 auto;
    }

    .lp-alpha-voice-number {
        font-size: 44px;
    }

    .lp-alpha-voice-product-logo {
        margin: 0 0 auto 0;
        height: 80px;
        width: auto;
    }

    .lp-alpha-voice-details {
        padding: 0;
        margin-left: 24px;
        gap: 16px;
    }

    .lp-alpha-voice-main-image {
        width: 100%;
        padding: 16px;
    }

    .lp-alpha-voice-main-image-container {
        order: 1;
        padding: 0;
    }

    .lp-alpha-voice-meta {
        flex-direction: column;
        padding-bottom: 24px;
    }

    .lp-alpha-voice-user-photo img {
        width: 100px;
        height: 100%;
    }

    .lp-alpha-voice-user-name {
        font-size: 10px;
        margin-bottom: 15px;
        line-height: 1.8;
    }

    .lp-alpha-voice-user-name-text {
        font-size: 12px;
    }
}

/* ============================================ */
/* Next Voice Section ここまで */
/* ============================================ */

/* ============================================ */
/* Footer Section */
/* ============================================ */

.lp-alpha-footer {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 120px 0 64px;
}

.lp-alpha-footer-inner {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 80px;
}

.lp-alpha-footer-branding {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.lp-alpha-footer-logo {
    display: block;
    transition: opacity 0.5s ease;
}

.lp-alpha-footer-logo-image {
    width: 100%;
    max-width: 380px;
    height: auto;
}

.lp-alpha-footer-logo:hover {
    opacity: 0.7;
}

.lp-alpha-footer-info {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.lp-alpha-footer-info-item {
    display: flex;
    flex-direction: column;
}

.lp-alpha-footer-heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.0;
    margin-bottom: 11px;
    margin-top: 6px;
}

.lp-alpha-footer-text {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
}

.lp-alpha-footer-copy {
    font-size: 12px;
    margin-top: 80px;
    text-align: center;
}

@media (max-width: 768px) {
    .lp-alpha-footer {
        padding: 80px 24px 80px;
    }

    .lp-alpha-footer-inner {
        grid-template-columns: 1fr;
        gap: 80px;
    }

    .lp-alpha-footer-heading {
        font-weight: 400;
        margin-top: 0;
    }

    .lp-alpha-footer-copy {
        margin-top: 120px;
        text-align: left;
    }

    .lp-alpha-footer-branding {
        gap: 24px;
    }

    .lp-alpha-footer-info {
        gap: 28px;
        padding: 0 8px;
    }

    .lp-alpha-footer-logo-image {
        width: 100%;
        height: auto;
    }

    .lp-alpha-instagram {
        padding: 24px;
    }
}

/* ============================================ */
/* Footer Section ここまで */
/* ============================================ */
