@charset "utf-8";

.otherBg {
    background-size: 100% 100% !important;
}


.otherBg01 {
    position: relative;
}

.otherBg01::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: 135px;
    left: 0;
    width: calc(100% - 15px);
    max-width: 1440px;
    border-radius: 0 80px 80px 0;
    background: #FFFBF8;
    opacity: .7;
}

.otherBg02 {
    position: relative;
}

.otherBg02::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 135px;
    left: auto;
    width: calc(100% - 15px);
    max-width: 1440px;
    border-radius: 80px 0 0 80px;
    background: #FFFBF8;
    opacity: .7;
}

.otherLinkItem::before {
    transition: all .3s;
}

.otherLinkItem:hover::before {
    background: rgba(255, 253, 252, 0.3);
}

.otherLinkItem:hover {
    color: var(--black);
}

.otherLinkItem .btn01 {
    border: none;
}

.otherLinkItem .btn01:hover {
    background: transparent;
    color: var(--black);
}

.otherLinkItem .btn01:hover p {
    color: var(--black);
}

.otherLinkItem .btn01:hover::after {
    background: var(--black);
}


.otherLinkItem::before {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
    border: 1px solid #D0BBAC;
    border-radius: 45px;
    background: rgba(255, 253, 252, 0.55);
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    .otherBg01::before {
        border-radius: 0 100vmax 100vmax 0;
        bottom: 0;
    }

    .otherBg02::before {
        border-radius: 100vmax 0 0 100vmax;
        bottom: 0;
    }

    .otherLinkItem .tit50 {
    /* 20-50px */
    font-size: clamp(1.25rem, 0.795rem + 1.942vw, 3.125rem);
}

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1024px) {

    .otherLinkItem::before {
        border-radius: 100%;
    }

}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
