/* ホームページ専用スタイル */

.p-home__login {
    background: transparent url(../img/home/bg_login-sp.png) no-repeat center;
    background-size: cover;
    padding: 32px 0 340px;
}
@media screen and (min-width: 1024px) {
    .p-home__login {
        background: none;
        padding: 87px 0 88px;
        position: relative;
    }
}
@media screen and (min-width: 1024px) {
    .p-home__login:before {
        background: transparent url(../img/home/bg_login-pc.png) no-repeat
            center;
        background-size: contain;
        content: "";
        aspect-ratio: 1196/638;
        width: 100%;
        height: 100%;
        max-width: 87.5549048316vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media screen and (min-width: 1366px) {
    .p-home__login:before {
        max-width: 1196px;
    }
}
.p-homeLogin__content {
    border: 1px solid #ffffff;
    border-radius: 40px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    fill: rgba(255, 255, 255, 0.4);
    padding: 25px 20px 32px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 89.3333333333vw;
    margin: 0 auto;
}
@media screen and (min-width: 1024px) {
    .p-homeLogin__content {
        padding: 40px 0;
        max-width: 580px;
        margin-right: 0;
    }
}
.p-homeLogin__logo {
    margin-bottom: 35px;
    text-align: center;
}
@media screen and (min-width: 1024px) {
    .p-homeLogin__logo {
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 1024px) {
    .p-homeLogin__logo img {
        width: 278px;
    }
}
.p-homeLogin__form {
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .p-homeLogin__form {
        max-width: 360px;
        margin: 0 auto;
    }
}
.p-homeLogin__fieldset {
    width: 100%;
}
.p-homeLogin__fieldset:not(:last-of-type) {
    margin-bottom: 20px;
}
.p-homeLogin__fieldset.-hasError .p-homeLogin__input {
    background: #ffe7e7;
    border: 1px solid #d47676;
}
.p-homeLogin__label {
    margin-bottom: 6px;
    display: block;
    color: #231816;
    font-size: 15px;
    font-weight: 700;
}
.p-homeLogin__input {
    background: #ffffff;
    border: 1px solid #c3c3c3;
    border-radius: 6px;
    display: block;
    width: 100%;
    padding: 12px 10px;
}
.p-homeLogin__inputWrapper {
    width: 100%;
}
.p-homeLogin__errorMsg {
    margin-top: 30px;
    color: #cb2000;
}
.p-homeLogin__errorMsg:empty {
    display: none;
}
.p-homeLogin__bottom {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 14px;
}
.p-homeLogin__btn {
    background: #000000;
    border-radius: 9999px;
    width: 100%;
    height: 60px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.p-homeLogin__btn:hover {
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
}
.p-homeLogin__link {
    color: #0076ae;
    font-weight: 700;
}
.p-homeLogin__link:hover {
    color: #005781;
}

.p-home__new {
    background: #efebeb;
    border-radius: 40px 40px 0 0;
    margin-top: -60px;
    padding: 40px 0;
}
@media screen and (min-width: 1024px) {
    .p-home__new {
        padding: 60px 0 80px;
        margin-top: 0;
    }
}
.p-homeNew__content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
    .p-homeNew__content {
        max-width: 87.8477306003vw;
    }
}
@media screen and (min-width: 1366px) {
    .p-homeNew__content {
        max-width: 1200px;
    }
}
.p-homeNew__sliderWrapper {
    margin: 0 auto;
}
@media screen and (min-width: 1024px) {
    .p-homeNew__sliderWrapper {
        max-width: 87.8477306003vw;
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        gap: 15px;
    }
}
@media screen and (min-width: 1366px) {
    .p-homeNew__sliderWrapper {
        max-width: 1200px;
    }
}
.p-homeNew__sliderItem {
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(90, 41, 0, 0.05);
    border-radius: 20px;
    padding: 10px 10px 20px;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .p-homeNew__sliderItem {
        max-width: calc((100% - 30px) / 3);
        padding: 20px 15px 30px;
    }
}

.p-home__all {
    background: #ffffff;
    border-radius: 0 0 40px 40px;
    padding: 40px 0 60px;
}
@media screen and (min-width: 1024px) {
    .p-home__all {
        padding: 60px 0 80px;
    }
}
.p-homeAll__content {
    width: 100%;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
    .p-homeAll__content {
        max-width: 87.8477306003vw;
    }
}
@media screen and (min-width: 1366px) {
    .p-homeAll__content {
        max-width: 1200px;
    }
}
.p-homeAll__filter {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
    .p-homeAll__filter {
        gap: 12px;
        margin-bottom: 40px;
    }
}
.p-homeAll__filterBtn {
    border: 2px solid transparent;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: calc((100% - 7px) / 2);
    height: 48px;
    font-size: 15px;
    font-weight: 700;
}
@media screen and (min-width: 1024px) {
    .p-homeAll__filterBtn {
        max-width: calc((100% - 36px) / 4);
    }
}
.p-homeAll__filterBtn:hover {
    border-color: #000000;
}
.p-homeAll__filterBtn.-blue {
    background: #abd6fc;
}
.p-homeAll__filterBtn.-blue:hover {
    background: #87c7ff;
}
.p-homeAll__filterBtn.-green {
    background: #89dcbf;
}
.p-homeAll__filterBtn.-green:hover {
    background: #70d4b1;
}
.p-homeAll__filterBtn.-pink {
    background: #ffc9c9;
}
.p-homeAll__filterBtn.-pink:hover {
    background: #ffb2b2;
}
.p-homeAll__filterBtn.-yellow {
    background: #f6eb84;
}
.p-homeAll__filterBtn.-yellow:hover {
    background: #f7e856;
}
.p-homeAll__filterBtn.is-selected {
    border-color: #000000;
}
.p-homeAll__filterBtn.is-selected:before {
    background: transparent url(../img/common/icon_check.svg) no-repeat center;
    background-size: contain;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
}
.p-homeAll__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 40px;
}
@media screen and (min-width: 1024px) {
    .p-homeAll__list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 60px;
    }
}
.p-homeAll__item {
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .p-homeAll__item {
        max-width: calc((100% - 120px) / 3);
    }
}
.p-homeAll__more {
    margin-top: 40px;
}
@media screen and (min-width: 1024px) {
    .p-homeAll__more {
        display: none;
    }
}
.p-homeAll__moreBtn {
    background: #ededed;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    height: 60px;
    position: relative;
}
.p-homeAll__moreBtn:before {
    content: "もっと見る";
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    transition: 0.3s;
}
.p-homeAll__moreBtn:after {
    background: transparent url(../img/common/icon_plus.svg) no-repeat center;
    background-size: contain;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: 0.3s;
}
.p-homeAll__moreBtn.is-open:before {
    content: "とじる";
}
.p-homeAll__moreBtn.is-open:after {
    background: transparent url(../img/common/icon_minus.svg) no-repeat center;
    background-size: contain;
}

.p-home__closing {
    padding: 48px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-homeClosing__bnr {
    display: block;
    position: relative;
    width: 335px;
    height: 100px;
}
.p-homeClosing__bnrImg {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.25s ease;
}
.p-homeClosing__bnrImg.-default {
    z-index: 1;
}
.p-homeClosing__bnrImg.-hover {
    z-index: 0;
}
.p-homeClosing__bnr:hover .-default {
    opacity: 0;
}

.c-primary {
    color: #cb2000;
}