@charset "utf-8";

img {
    pointer-events: none;
    /*===== 画像抜き取り禁止指示==========*/
}

.main {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}


/* イベントエリアここから */

/* 本文指定 */
.event-area {
    position: relative;
}

/* カテゴリータイトル */

.category-title {
    width: 1300px;
    max-width: 96%;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;

}


.top-title h1 {
    font-size: 27px;
}

.top-title {
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
    width: 220px;

}

.top-text {
    margin-top: 20px;
    font-size: 15px;
    margin-left: 30px;
}

/* エリア指定 */
.category-area-01,
.category-area-02,
.category-area-03 {
    width: 1300px;
    max-width: 96%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}


.link {
    margin-top: 10px;
    margin-left: 30px;
}

.link2 {
    margin-top: 10px;
    margin-left: 80px;
}


.catalog-link img {
    width: 130px;
}

.link h2 {
    font-size: 12px;
    font-weight: 300;
    margin-top: 8px;
}



/* その他のカタログボタン */


.othercatalog-btn {
    position: absolute;
    top: 470px;
    right: 100px;
}

.other-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 45px;
    border-radius: 4px;
    background-color: #4b94b8;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 13px;
    position: relative;
}

.other-button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: rotate(45deg) translateY(-50%);
    width: 8px;
    height: 8px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff;
}

.other-button:hover {
    background-color: #bed6e3;
    color: #333333;
}





/* 1300pxで一括変換 */
@media screen and (max-width: 1300px) {
    img {
        pointer-events: none;
        /*===== 画像抜き取り禁止指示==========*/
    }

    .main {
        max-width: 99.312vw;
        margin-left: auto;
        margin-right: auto;
    }


    /* イベントエリアここから */

    /* 本文指定 */
    .event-area {
        position: relative;
    }

    /* カテゴリータイトル */

    .category-title {
        width: 99.312vw;
        max-width: 96%;
        margin-top: 2.292vw;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        display: flex;

    }


    .top-title h1 {
        font-size: 2.063vw;
    }

    .top-title {
        border-bottom: 1px solid #333;
        padding-bottom: 0.611vw;
        width: 16.807vw;

    }

    .top-text {
        margin-top: 1.528vw;
        font-size: 1.146vw;
        margin-left: 2.292vw;
    }

    /* エリア指定 */
    .category-area-01,
    .category-area-02,
    .category-area-03 {
        width: 99.312vw;
        max-width: 96%;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1.91vw;
    }


    .link {
        margin-top: 0.764vw;
        margin-left: 2.292vw;
    }

    .link2 {
        margin-top: 0.764vw;
        margin-left: 6.112vw;
    }


    .catalog-link img {
        width: 9.931vw;
    }

    .link h2 {
        font-size: 0.917vw;
        font-weight: 300;
        margin-top: 0.611vw;
    }



    /* その他のカタログボタン */


    .othercatalog-btn {
        position: absolute;
        top: 35.905vw;
        right: 7.639vw;
    }

    .other-button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 12.223vw;
        height: 3.438vw;
        border-radius: 0.306vw;
        background-color: #4b94b8;
        color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        font-size: 0.993vw;
        position: relative;
    }

    .other-button::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0.764vw;
        transform: rotate(45deg) translateY(-50%);
        width: 0.611vw;
        height: 0.611vw;
        border-width: 0.076vw 0.076vw 0 0;
        border-style: solid;
        border-color: #fff;
    }

    .other-button:hover {
        background-color: #bed6e3;
        color: #333333;
    }

}