.index-sec-mb {
    margin-bottom: 54px;
    line-height: 1.4;
}

@media (max-width:767px) {
    .index-sec-mb {
        margin-bottom: 28px;
    }
}

/* 
-------------------------------------*/

.index-message {
    color: #fff;
}

.index-message-bg {
    background: url(../img/message-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

@media (max-width:767px) {
    .index-message-bg {
        background: url(../img/message-bg-sp.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
    }
}

.index-message .en-ttl {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.index-message .sub-ttl {
    text-align: center;
    font-size: 32px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: -30px;
    margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
    .index-message .sub-ttl {
        font-size: 18px;
        margin-bottom: 18px;
        margin-top: -5px;
    }
}

.index-message-text {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    padding: 64px;
}

@media only screen and (max-width: 767px) {
    .index-message-text {
        padding: 20px;
        font-size: 10px;
    }
}

.index-message-text p {
    margin-bottom: 1.5em;
}

.index-message-text p:last-child {
    margin-bottom: 0;
}

/* 
-------------------------------------*/
.index-product-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-product-list li {
    width: 30%;
    background: url(../img/product-bg.jpg);
    background-size: cover;
    background-repeat: repeat;
    position: relative;
}

@media (max-width:767px) {
    .index-product-list li {
        width: 90%;
        margin: auto;
    }

    .index-product-list li.-mb {
        margin-bottom: 50px;
    }
}

.index-product-num {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    background: #fff;
    /* padding: 7px; */
}

@media only screen and (max-width: 767px) {
    .index-product-num {
        /* font-size: 40px; */
    }
}

.index-product-img {
    border: solid 2px #606672;
    border-bottom: none;
    background: #fff;

}

.index-product-text {
    /* background: url(../img/hd-bg.jpg);
    background-size: cover;
    background-repeat: repeat; */
    padding: 24px;
    text-align: right;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: 145px; */
}

.index-product-text .en-name {
    font-size: 12px;
    text-transform: uppercase;
}

@media (max-width:767px) {
    .index-product-text .en-name {
        font-size: 10px;
    }
}

.index-product-text .ja-name {
    font-size: 18px;
    font-weight: 900;
    text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

/* 
-------------------------------------*/
@media (max-width:767px) {
    .index-bnr-wrap {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }
}

.index-bnr-flex {
    display: flex;
}

.index-bnr-img {
    width: 70%;
    height: 100%;
}

@media (max-width:767px) {
    .index-bnr-img img {
        height: 100%;
        aspect-ratio: 2/1;
    }
}

.index-bnr-text {
    width: 30%;
    background: linear-gradient(127.16deg, #979797 30.6%, #D9D9D9 100%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    color: #fff;
}

.index-bnr-text .en-ttl {
    font-size: 14px;
}

.index-bnr-text .ja-ttl {
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width:767px) {
    .index-bnr-text .en-ttl {
        font-size: 8px;
    }

    .index-bnr-text .ja-ttl {
        font-size: 16px;
    }
}


/* 
-------------------------------------*/
/* 
-------------------------------------*/
/* 
-------------------------------------*/
/* 
-------------------------------------*/