/* 文字の大きさ */
h1,
h2,
h3 {
    margin: 0;
}

#TopText {
    position: relative;
    z-index: 3;
    width: 90%;
    margin: 5% auto;
}

#TopView-Text h1 span {
    font-size: clamp(50px, 15vw, 180px);
}

#Other h1 {
    font-size: 30px;
    background: linear-gradient(180deg, #BE510A 60%, #CD8250 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#TopText p {
    font-size: 18px;
}


.Other-title {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-family: 'Arial', sans-serif;
    margin-top: 6%;
}

.Other-title h1 {
    font-size: 95px;
    font-weight: bold;
    color: #E3955D;
    font-style: italic;
}

.Other-contents-text {
    width: 90%;
    margin: 5% auto 0;
}


.Other-contents p {
    font-size: 18px;
}

.Other-contents ul {
    padding: 0 0 0 2%;
}

.Other-contents li {
    font-size: 19px;
    font-weight: bold;
    list-style: none;
    background-image: url(../../img/common/listIcon/common.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px auto;
    padding-left: 30px;
    line-height: 2.2;
}

.Other-contents ul p {
    margin: 0 0 2% 3%;
}

.en-title {
    font-size: 27px;
    font-style: italic;
    font-weight: bold;
    background: linear-gradient(160deg, #F5CBA2 10%, #F8DEAB 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.Other-contents {
    width: 90%;
    margin: 0 auto;
}

.Other-contents h1 {
    text-align: center;
}

.Other-contents-text p {
    width: 95%;
    margin: 0 auto;
}


/* 画像サイズ */
#main #image {
    width: 60%;
    z-index: 1;
}

#background-contents {
    position: relative;
}


/* アニメーション */
#Other {
    position: relative;
    z-index: 3;
    margin-bottom: 10%;
}

.svg-wrapper {
    top: 76%;
    left: 50%;
}

/* スマホ対応 */

@media screen and (max-width: 768px) {

    #TopView-Text {
        transform: translate(-50%, 63%);
        }

    #TopView-Text h1 {
        font-size: 42px;
    }

    #TopView-Text h2 {
        font-size: 20px;
    }

    #Other {
        margin-top: 30%;
    }

    #TopText {
        margin: 0 auto;
        width: 92%;
        top: 43%;
    }

    #TopText h1,
    #TopText h2 {
        font-size: 23px;
    }

    #TopText p {
        width: 100%;
        font-size: 18px;
    }

    .Center-text {
        font-size: 125px;
    }

    #Other-contents {
        margin: 0 auto;
        width: 90%;
    }

    .Other-title {
        gap: 0;
        flex-direction: column;
    }

    .Other-title h1 {
        font-size: 50px;
    }

    .Other-title h3 {
        font-size: 22px;
        background-size: 20px auto;
        padding-left: 25px;
        margin: 0;
    }

    .en-title {
        font-size: 20px;
    }

    #Other p {
        font-size: 18px;
    }

    #Other li {
        font-size: 17px;
        background-size: 22px auto;
        padding-left: 30px;
    }

    #main #image {
        width: 85%;
    }

    #TopTriangle {
        position: absolute;
        top: 0%;
        left: -2%;
        width: 22%;
    }

    .back-ground-logo {
        display: none;
    }

    .svg-wrapper {
        top: 30%;
        left: 30%;
    }

    #dynamic-container1 {
        top: 50% !important;
    }
}