/* リセットCSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Hide externally injected main element. */
#wrapper {
    margin: 0 !important;
}

/* Override externally injected footer margin. */
#footer {
    margin: 0 !important;
}

/* Hide externally injected page-top element. */
#pageTop {
    display: none !important;
}

/* Hide externally injected breadcrumb list. */
.topicPath {
    display: none !important;
}

/* Override externally injected footer margin. */
.topicPath+* {
    margin-top: 0 !important;
}

/* Override externally injected footer margin. */
@media screen and (min-width: 768px), print {
    body {
        padding-top: 1.15rem !important;
    }
}

body {
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    line-height: 1.6;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

/* 全体のhoverトランジション */
a,
button,
[class*="card"],
[class*="button"],
[class*="link"] {
    transition: all 1s ease;
    cursor: pointer;
}

/* ヘッダーナビゲーション */
.header-container {
    background-color: #fff;
    padding: 8px 24px;
    position: fixed;
    height: 113px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 0px 8px 0px #00000040;
}

.header-container__inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-container__logo {
    display: flex;
    align-items: center;
    gap: 51px;
    flex-grow: 1;
}

.header-container__logo-image {
    max-width: 148px;
    display: block;
}

.header-container__area-name-logo {
    max-width: 106px;
    display: block;
}

.header-container__navigation-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
}

.header-container__navigation-container-buttons {
    display: flex;
    gap: 16px;
}

.header-container__navigation-items {
    display: flex;
}

/* ファーストビュー */
.first-view-container {
    position: relative;
    background: #fff;
    overflow: hidden;
}


.first-view-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 95.7292vw solid #E4F5F8;
    border-right: 86.4583vw solid transparent;
    z-index: 0;
}
.first-view-container::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 95.7292vw solid #E4F5F8;
    border-left: 86.4583vw solid transparent;
    z-index: 0;
}

.first-view-container > * {
    position: relative;
    z-index: 1; /* 三角形の上に載せる */
}

.first-view__logo {
    padding-left: 10px;
    margin-bottom: 28px;
}

.first-view__logo-image {
    max-width: 382px;
    height: auto;
    display: block;
}

.first-view__description {
    padding-left: 8px;
    margin: 42px 0 70px;
    max-width: 43.45%;
}

.first-view__description-text {
    font-size: 16px;
    line-height: 2.4;
    letter-spacing: 0;
    color: #153353;
    margin: 0;
    font-weight: 500;
}

.first-view {
    width: 100%;
    position: relative;
    overflow: visible;
    padding: 48px 0 40px 5.83vw;
}

.first-view__image-container {
    position: relative;
}

.first-view__image_pc {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.first-view__image_sp {
    display: none;
}

.first-view__building {
    position: absolute;
    top: -16px;
    right: 5.55vw;
    z-index: 5;
}

.first-view__building-image {
    max-width: 561px;
    width: 38.95vw;
    height: auto;
    display: block;
}

/* ポイントセクション */
.points {
    width: 100%;
    padding: 0px 10vw;
}

/* ポイントタイトルセクション */
.point-title {
    max-width: 1153px;
    margin-inline: auto;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.point-title__image {
    width: 100%;
    max-width: 937px;
    margin-inline: auto;
    display: block;
    object-fit: cover;
}

.points__container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.point-box {
    background-color: #2A4F85;
    border-radius: 16px;
    padding: 32px;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.point-box__header {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 8px;
    margin-bottom: 8px;
    height: 88px;
}

.point-box__number-pc {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    display: block;
    object-fit: contain;
}

.point-box__number-sp {
    display: none;
}

.point-box__content {
    flex: 1;
}

.point-box__title {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    padding: 0 16px;
    line-height: 1.46;
    letter-spacing: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.point-box__line {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.point-box__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    padding-left: 24px;
}

.point-box__list li {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8;
    padding-left: 16px;
    position: relative;
}

.point-box__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
}

.point-box__list li:last-child {
    margin-bottom: 0;
}

/* メーカー紹介セクション */
.manufacturers {
    width: 100%;
    padding: 40px 20px 120px;
}

.manufacturers__container {
    max-width: 1182px;
    margin-inline: auto;
    text-align: center;
}

.manufacturers__title-image-container {
    display: flex;
    max-width: 941px;
    margin: 0 auto;
    transform: translateX(1%);
    text-align: center;
    margin-bottom: 40px;
}

.manufacturers__title-image {
    width: 100%;
    display: block;
}

.manufacturers__title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    display: inline-block;
    position: relative;
    line-height: 1.46;
    padding-bottom: 8px;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.manufacturers__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: -5%;
    height: 2px;
    background-color: #333;
    width: 110%;
}

.manufacturers__subtitle {
    font-size: 34px;
    font-weight: bold;
    color: #000000;
    margin: 32px auto 44px;
    line-height: 1.46;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.sp-br {
    display: none;
}

.manufacturers__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1182px;
    margin: 0 auto;
}

.manufacturer-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 48px 68px 12px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    row-gap: 26px;
    transition: box-shadow 0.4s ease, border 0.4s ease;
}

.manufacturer-card:hover {
    box-shadow: 0px 2px 14px 0px #2A4F85, inset 0 0 0 4px #2A4F85;
}

.manufacturer-card:hover .manufacturer-card__logo {
    opacity: 0.8;
}

.manufacturer-card:hover .manufacturer-card__arrow {
    transform: translateY(4px);
}

.manufacturer-card__logo {
    max-width: 243px;
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: opacity 0.4s ease;
    display: block;
}

.manufacturer-card__arrow {
    width: 18px;
    height: 9px;
    object-fit: contain;
    transition: all 0.4s ease;
    filter: none;
    display: block;
}

.manufacturer-card__arrow path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1;
    stroke-linecap: round;
}

.about-hdc-section {
    width: 100%;
    background-color: #E4F5F8;
    border-top: 2px solid #ffffff;
    padding: 80px;
}

.about-hdc-section__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    max-width: 920px;
    margin-inline: auto;
}

.about-hdc-section__inner-description-container--pc {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 40px;
}

.about-hdc-section__inner-description-container--sp {
    display: none;
}

.about-hdc-section__inner-description-logo-container {
    display: flex;
    column-gap: 40px;
    align-items: flex-end;
}

.about-hdc-section__inner-description-logo-text {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0.37px;
}

.about-hdc-section__inner-description {
    font-size: 16px;
    color: #000000;
    line-height: 2;
    letter-spacing: -0.07em;
    max-width: 440px;
}

.about-hdc-section__inner-image-container {
    max-width: 440px;
}

.about-hdc-section__inner-image {
    width: 100%;
    height: auto;
    display: block;
}

/* キッチンブランドを選び直すボタン */
.back-to-manufacturers {
    position: fixed;
    background-color: #2A4F85;
    color: #ffffff;
    border: none;
    cursor: pointer;
    z-index: 1000;
    font-family: inherit;
    display: flex;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;
}

.back-to-manufacturers.show {
    transform: translateY(0);
    opacity: 1;
}

/* PC版ボタン */
.back-to-manufacturers--pc {
    bottom: 40px;
    right: 40px;
    border-radius: 40px;
    padding: 24px 16px 20px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.3);
}

.back-to-manufacturers--pc:hover {
    background-color: #3F6DB0;
    transform: translateY(-12px);
}

/* SP版ボタン */
.back-to-manufacturers--sp {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    padding: 12px 20px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.back-to-manufacturers--sp:hover {
    transform: translateY(4px);
}

/* デスクトップではSP版を非表示 */
@media (min-width: 768px) {
    .back-to-manufacturers--sp {
        display: none !important;
    }
}

.back-to-manufacturers__maker-logo-text {
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: -0.04em;
    line-height: 1.5;
    padding: 0 20px;
}

.back-to-manufacturers--pc.is-filtered .back-to-manufacturers__maker-logo-text {
    display: none;
}

.back-to-manufacturers--pc.is-filtered .back-to-manufacturers__maker-logo-text.is-active {
    display: block;
}

.back-to-manufacturers--sp.is-filtered .back-to-manufacturers__maker-logo-text {
    display: none;
}

.back-to-manufacturers--sp.is-filtered .back-to-manufacturers__maker-logo-text.is-active {
    display: block;
}

.back-to-manufacturers__arrow {
    width: 18px;
    height: 9px;
    display: block;
}

.back-to-manufacturers__border {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.back-to-manufacturers__text {
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: -0.04em;
    line-height: 1.5;
    padding: 0 20px;
    max-width: 139px;
    width: 100%;
    box-sizing: content-box;
}

.back-to-manufacturers__chevron-container {
    display: flex;
    flex-direction: column;
}


/* ブランド紹介セクション */
.brand-intro-container{
    width: 100%;
    background-color: #FFFFFF;
}
.brand-intro {
    width: 100%;
    background-color: #F1F1F1;
    /* padding: 80px 20px; */

    /* anan update */
    padding: 120px 20px;
    margin-bottom: 120px;
}
.brand-intro:last-child {
    margin-bottom: 0;
}

.brand-intro__header {
    max-width: 1000px;
    margin: 0 auto 80px;
    text-align: center;
}

.brand-intro__logo {
    max-width: 480px;
    height: auto;
    margin-bottom: 40px;
    width: 100%;
}

.brand-intro__description {
    font-size: 16px;
    color: #364155;
    line-height: 1.8;
}

.brand-intro__container {
    max-width: 1200px;
    margin: 80px auto;
    background-color: #ffffff;
    padding: 80px 100px;
}
/* anan update */
.brand-intro__container:last-child {
    margin-bottom: 0;
}

.brand-intro__brand-name {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #222;
    margin-bottom: 60px;
}

.brand-intro__main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    margin-bottom: 80px;
    align-items: start;
}

.brand-intro__features {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-left: 24px;
}

.brand-feature {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.brand-feature__title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 1.8;
    /* padding-left: 20px; */
    position: relative;
}

.brand-feature__title::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 0.55em;
    width: 11px;
    height: 11px;
    background-color: #ADC9EE;
    display: inline-block;
}

.brand-feature__description {
    font-size: 15px;
    color: #364155;
    line-height: 2.0;
}

.brand-intro__image {
    width: 100%;
    height: auto;
}

.brand-intro__main-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* お客様の声 */
.brand-voices {
    max-width: 1000px;
    margin: 0 auto 56px;
}

.brand-voices__header {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 16px;
    margin-bottom: 56px;
}

.brand-voices__header-content {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 12px;
}

.brand-voices__powered-container {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 12px;
}

.brand-voices__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    object-fit: contain;
}

.brand-voices__title {
    font-size: 24px;
    font-weight: bold;
}

.brand-voices__powered {
    font-size: 12px;
    color: #DC3C36;
    margin-left: 12px;
}

.brand-voices__line {
    flex: 1;
    height: 2px;
    background-color: #DC3C36;
}

.brand-voices__highlight {
    font-size: 24px;
    font-weight: bold;
    color: #DC3C36;
    margin-bottom: 24px;
    line-height: 1.8;
}

.brand-voices__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.brand-voices__list li {
    font-size: 16px;
    color: #364155;
    line-height: 1.5;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 20px;
    margin: 0 16px 16px;
}

.brand-voices__list-icon {
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    object-fit: contain;
    margin-top: 6px;
}

.brand-voices__notice span {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.29);
    margin-left: 20px;
}

/* お客様のキッチン例 */
.brand-examples {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 80px;
}

.brand-example {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    height: 100%;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
}

.brand-example__image-container {
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

.brand-example__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
    transform-origin: center center;
}

.brand-example:hover .brand-example__image {
    transform: scale(1.06);
}

.brand-example__user-header {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px;
    align-items: center;
    margin-bottom: 8px;
}

.brand-example__user-icon {
    width: 16px;
    height: 16px;
}

.brand-example__user-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 10px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.29);
    text-align: left;
    flex: 1;
}

.brand-example__caption-container {
    padding: 16px 16px 24px 16px;
    transition: box-shadow 1s ease;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.brand-example:hover .brand-example__caption-container {
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.24);
}

.brand-example__caption {
    font-size: 12px;
    color: #364155;
    line-height: 1.8;
    text-align: left;
}

/* CTAボタン */
.brand-cta {
    text-align: center;
}

.brand-cta__button {
    display: inline-block;
    background-color: #DC3C36;
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    padding: 38px 40px;
    width: 70%;
    max-width: 650px;
    text-decoration: none;
}

.brand-cta__button:hover {
    background-color: #fd4740;
}

/* ブランドサイトリンク */
.brand-link {
    text-align: center;
    margin-top: 24px;
}

.brand-link__text:hover {
    text-decoration: none;
    color: #dc3c36;
}

.brand-link__text {
    font-size: 18px;
    color: #222;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    position: relative;
    text-align: left;
}

.brand-link__icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    transition: opacity 1s ease;
}

.brand-link__text::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('assets/icon_copy_red.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease;
}

.brand-link__text:hover .brand-link__icon {
    opacity: 0;
}

.brand-link__text:hover::after {
    opacity: 1;
}

@media (max-width: 1024px) {
    .points__container {
        grid-template-columns: 1fr;
    }
}

/* レスポンシブ対応 */
@media (max-width: 767px) {
    .header-container {
        height: 104px;
    }

    .first-view {
        width: 100%;
        padding: 0;
    }

    .first-view-container::before {
        display: none;
    }
    .first-view-container::after {
        display: none;
    }

    .first-view__image_pc {
        display: none;
    }

    .first-view__image_sp {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .first-view__logo {
        display: none;
    }

    .first-view {
        margin: 0;
    }

    .first-view__logo-image {
        display: none;
    }

    .first-view__description {
        padding: 0 40px;
        margin: 40px 0 80px 0;
        display: flex;
        justify-content: center;
        max-width: 100%;
    }

    .first-view__building {
        display: none;
    }

    .point-title {
        margin-inline: auto;
        margin-bottom: 46px;
        background-color: #ECF8FA;
        padding: 0;
    }

    .first-view__image {
        width: 100%;
        height: auto;
    }

    .point-title__image {
        width: 100%;
        height: auto;
        display: block;
    }

    .points {
        padding: 44px 16px 20px;
        width: calc(100% - 32px);
        margin: 0 auto;
        background-color: #ECF8FA;
    }

    .points__container {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .point-box {
        position: relative;
        padding: 52px 24px 40px;
        gap: 16px;
    }

    .point-box__header {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 12px;
        position: relative;
        margin: 0;
        height: auto;
    }

    .point-box__number-sp {
        width: 60px;
        height: 60px;
        position: absolute;
        top: -22px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
    }

    .point-box__number-pc {
        display: none;
    }

    .point-box__content {
        width: 100%;
    }

    .point-box__title {
        font-size: 20px;
        margin-bottom: 8px;
        padding: 0;
        text-align: center;
        font-weight: bold;
        font-family: "Zen Kaku Gothic New", sans-serif;
    }

    .point-box__line {
        margin: 0 auto;
    }

    .point-box__list {
        padding: 0 0 0 2px;
        margin: 0;
        row-gap: 8px;
    }

    .point-box__list li {
        font-size: 14px;
        padding-left: 16px;
    }

    .manufacturers {
        padding: 20px 16px 44px;
        background-color: #ECF8FA;
        width: calc(100% - 32px);
        margin: 0 auto 90px;
    }

    .manufacturers__title-image-container {
        transform: translateX(0);
    }

    .manufacturers__subtitle {
        font-size: 20px;
        margin: 16px 0;
        font-weight: bold;
        font-family: "Zen Kaku Gothic New", sans-serif;
    }

    .sp-br {
        display: block;
    }

    .manufacturers__subtitle::after {
        width: 100%;
    }

    .manufacturers__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .manufacturer-card {
        padding: 20px 20px 12px;
        display: flex;
        justify-content: center;
        row-gap: 16px;
    }

    .manufacturer-card__arrow {
        width: 12px;
        height: 6px;
    }

    .manufacturer-card__logo {
        max-width: 250px;
        width: 100%;
    }

    .brand-intro {
        margin: 0;
        padding: 80px 0 80px 0 ;
    }

    .brand-intro__container {
        padding: 60px 24px;
    }

    .brand-intro__features {
        order: 2;
        padding: 0 0 0 24px;
    }

    .brand-intro__description {
        text-align: left;
        padding: 0 32px;
        line-height: 2.1;
    }

    .brand-intro__brand-name {
        font-size: 20px;
        margin-bottom: 80px;
    }

    .brand-intro__logo {
        margin: 0 24px 24px;
        width: calc(100% - 48px);
    }

    .brand-intro__main {
        grid-template-columns: 1fr;
        gap: 70px;
        margin-bottom: 80px;
    }

    .brand-feature__title {
        font-size: 16px;
        line-height: 2.0;
    }
    .brand-feature__title::before {
        top: 0.7em;
    }

    .brand-feature__description {
        font-size: 15px;
    }

    .brand-voices__header {
        gap: 8px;
        margin-bottom: 24px;
    }

    .brand-voices__title {
        font-size: 16px;
    }

    .brand-voices__icon {
        width: 44px;
        height: 44px;
        flex-shrink: 0;
        object-fit: contain;
    }

    .brand-voices__header-content {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .brand-voices__highlight {
        font-size: 16px;
    }

    .brand-voices__powered {
        margin: 0;
    }

    .brand-voices__list li {
        font-size: 14px;
        margin: 0 0 12px;
        line-height: 1.7;
    }

    .brand-examples {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .brand-cta__button {
        font-size: 18px;
        padding: 38px 0;
        width: 100%;
        /*max-width: 400px;*/
    }

    .about-hdc-section {
        width: 100%;
        padding: 80px 32px;
    }

    .about-hdc-section__inner {
        display: grid;
        grid-template-columns: 1fr;
        place-content: center;
        place-items: center;
    }

    .about-hdc-section__inner-description-container--pc,
    .about-hdc-section__inner-image-container {
        display: none;
    }

    .about-hdc-section__inner-description-container--sp {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 32px;
    }

    .about-hdc-section__inner-description-text-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 24px;
    }

    .about-hdc-section__inner-description-logo-text {
        font-size: 24px;
    }

    /* PC版ボタンを非表示 */
    .back-to-manufacturers--pc {
        display: none !important;
    }

    /* SP版ボタンのスタイル */
    .back-to-manufacturers--sp {
        font-size: 12px;
        background-color: #ffffff;
    }

    .back-to-manufacturers--sp .back-to-manufacturers__content {
        background-color: #2A4F85;
        width: 100%;
        display: grid;
        grid-template-columns: calc(37% - 1px) 1px 1fr;
        align-items: center;
    }

    .back-to-manufacturers__border {
        width: 1px;
        height: 66px;
        background-color: #ffffff;
    }

    .back-to-manufacturers__left-content {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px;
    }

    .back-to-manufacturers__right-content {
        padding: 0 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        column-gap: 8px;
    }

    .back-to-manufacturers--sp .back-to-manufacturers__text {
        font-size: 16px;
        font-weight: 500;
        font-family: "Zen Kaku Gothic New", sans-serif;
        letter-spacing: 0;
        line-height: 1.44;
        padding: 0;
    }

    .back-to-manufacturers--sp .back-to-manufacturers__arrow {
        width: 18px;
        height: 9px;
    }

    .back-to-manufacturers__maker-logo-text--takaraStandard {
        font-size: 15px;
    }
}
