@charset "UTF-8";

/* 2025/05/29 作成（MIYAKE） */



/* ================================================================== */
/* フッター
/* ================================================================== */

.sns-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sns-button {
    margin: 0px 5px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #505050;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sns-button img {
    width: 24px;
    height: auto;
}




/* ================================================================== */
/* 製品一覧ページ
/* ================================================================== */


.post .products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.post .products>li {
    width: calc(50% - 10px);
    border: none;
}

.post .products-item {
    display: block;
    width: 100%;
}

.post .products-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #F5F7F9;
    border-radius: 8px;
    position: relative;
}

/* .post .products-color {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: 0;
}

.post .products-color li {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-bottom: 0;
    border: 1px solid #000;
    background-color: #fff;
}

.post .products-color li.color-block{
    background-color: #000;
}

.post .products-color li:last-of-type {
    margin-right: 0;
} */

.post h3.products-name {
    font-size: 1.75rem;
    font-weight: 700;
}

.post h3.products-name span {
    display: block;
    font-weight: 400;
    font-size: 0.875rem;
    padding: 0;
    margin-top: 10px;
}


@media (min-width: 768px) {

    .post .products {
        margin-bottom: 120px;
    }

    .post .products>li {
        width: calc(100% / 3 - 35px);
    }

}



/* ================================================================== */
/* クラファン実績ページ
/* ================================================================== */


.post .result-heading {
    font-size: 2.125rem;
    color: #000;
    font-weight: 700;
}

.post .result-explain {
    margin: 20px 0;
}

.post .result-list {
    margin: 0;
    margin-bottom: 40px;
}

.post .result-list li {
    border: none;
    margin-bottom: 40px;
}

.post .result-image {
    width: 100%;
    border-radius: 15px;
    aspect-ratio: 5 / 3;
    position: relative;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.post .result-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.post .result-title {
    background-color: #00A0E9;
    padding: 5px 15px;
    border-radius: 5px;
}

.post .result-title p {
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
}

.post table.result-table {}


.post table.result-table tr {
    border: none;
}

.post table.result-table tr th {
    text-align: left;
    font-weight: 400;
}


.post table.result-table tr td {
    font-weight: 700;
    font-size: 1.375rem;
}

.post table.result-table tr th,
.post table.result-table tr td {
    padding: 10px 0;
}

.post table.result-table tr:first-of-type th {
    font-weight: 700;
}

.post table.result-table tr:first-of-type td {
    color: red;
    font-size: 1.5rem;
}


.post .result-continue {
    display: inline-block;
    padding: 10px 45px;
    background-color: #00A0E9;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
}


@media (min-width: 768px) {

    .post .result-list {
        margin-bottom: 70px;
    }

    .post .result-list li {
        margin-bottom: 70px;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }

    .post .result-image {
        width: 50%;
        margin-bottom: 0;
    }

    .post .result-data {
        width: calc(50% - 40px);
    }

    .post table.result-table tr th,
    .post table.result-table tr td {
        padding: 15px 10px;
    }

}



/* ================================================================== */
/* 会社案内ページ
/* ================================================================== */


.item_block .greeting-position {
    font-size: 1.125rem;
    /* line-height: 1.5em; */
}

.item_block .greeting-position p {
    font-size: 1.125rem;
    line-height: 1.6em;
}

.item_block p.greeting-boss {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1em;
    color: #000;
}

.item_block p.greeting-message {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2em;
    margin: 30px 0 10px;
    color: #000;
}


.item_block .greeting-text {
    /* font-size: 1.25rem; */
    text-align: justify;
}

.item_block .greeting-image {
    width: 100%;
}

.item_block .greeting-image img {
    width: 100%;
}

@media (min-width: 768px) {

    .item_block .greeting-both {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .item_block .greeting-position {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .item_block p.greeting-boss {
        margin-left: 30px;
    }

    .item_block .greeting-left {
        width: 56%;
    }

    .item_block .greeting-right {
        width: 36%;
    }

    .item_block .greeting-image {
        margin-top: 115px;
    }

}




/* ================================================================== */
/* 商品詳細ページ
/* ================================================================== */

/*----- 取扱説明書  */

.item_box.catalog {}


.item_box.catalog .catalog__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.item_box.catalog .catalog__item {
    width: calc(50% - 10px);
    display: inline-block;
    margin-bottom: 20px;
}

.item_box.catalog .catalog__thumbnail {
    width: 100%;
    border: 1px solid #707070;
}

.item_box.catalog .catalog__thumbnail img {
    width: 100%;
    height: auto;
}

.item_box.catalog h4.catalog__name {
    font-size: 1.2222222rem;
    font-weight: 700;
    color: #000;
    text-align: justify;
    line-height: 1.6em;
    border: none;
    margin: 0;
    margin-top: 5px;
    padding-left: 0;
}


@media (min-width: 768px) {


    .item_box.catalog .catalog__content {
        justify-content: center;
    }

    .item_box.catalog .catalog__item {
        width: calc(100% / 4 - 40px);
        margin-right: 40px;
    }

    .item_box.catalog .catalog__item:last-of-type {
        margin-right: 0;
    }

}