[v-cloak] {
    display: none;
}

.kc-spinner {
    padding: 30px 0 80px;
}

/* API埋め込み以外CSS */

/* API埋め込み以外CSS */



/* hover */

.kc-e-btn:hover p {
    opacity: 0.5;
}

.kc-e-tags li:hover {
    transform: scale(1.1);
}

/* hover */


.inner.-kc {
    max-width: 1000px !important;
}

@media screen and (max-width: 1201px) {
    .inner.-kc {
        max-width: 850px !important;
    }
}

@media screen and (max-width: 900px) {
    .inner.-kc {
        max-width: calc(100% - 80px) !important;
    }
}


.kc-e-title,
.kc-e-txt,
.kc-e-tag,
.kc-e-btn {
    font-family: 'Noto Sans JP', sans-serif;
}

.kc-e-cards {
    display: flex;
    flex-wrap: wrap;
}

.kc-e-card {
    position: relative;
    width: calc(33.6% - 4% * 3/4);
    margin-right: 4%;
    margin-bottom: 6%;
    transition: opacity 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kc-e-card:nth-child(3n) {
    margin-right: 0;
}


.kc-e-image {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    aspect-ratio: 3/4;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
}

.kc-e-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 4/3;
}


.kc-e-title {
    font-size: 18px;
    margin: 6% 0 3%;
}

.kc-e-txt {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 3%;
}

.kc-e-tags {
    line-height: 1;
    display: flex;
    margin-bottom: 4%;
}

.kc-e-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    width: 88px;
    height: 24px;
    line-height: 1.5;
    margin-right: 1.5%;
    white-space: nowrap;
}

.kc-e-tags ul {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.kc-e-tags li {
    width: 24px;
    height: 24px;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-bottom: 3%;
    transition: transform 0.3s;
}



.kc-e-color__link {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}


.kc-e-btn {
    position: relative;
    z-index: 2;
    font-size: 15px;
    font-weight: bold;
    background-color: #367B92;
    color: #fff;
    padding: 20px 0;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
}

.kc-e-btn p {
    transition: opacity 0.3s;
}

.kc-e-none {
    font-weight: bold;
    font-size: 24px;
    color: #367B92;
}


@media screen and (max-width: 1201px) {
    .kc-e-tags li {
        width: 21px;
        height: 21px;
    }


    .kc-e-tag {
        font-size: 10px;
        width: 68px;
    }
}

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

    .kc-e-card {
        width: 100%;
        margin-bottom: 20%;
        margin-right: 0;
    }
}



@media screen and (max-width: 600px) {
    .kc-e-title {
        margin: 8% 0 4%;
    }

    .kc-e-txt {
        margin-bottom: 4%;
    }

    .kc-e-none {
        font-size: 16px;
    }
}


/* topページ */