/* --------------------
 Mother
-------------------- */
.com-page-head {
    background-image: url(../images/pages/mother/mother-page-head-bg-sp.webp);
}


@media (min-width: 768px) {
    .com-page-head {
    background-image: url(../images/pages/mother/mother-page-head-bg.webp);
}

}


.mother-container {
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .mother-container {
        padding: 0 30px;
    }
}

.mother__list {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 40px 20px;
    justify-content: flex-start;
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .mother__list {
        gap: 80px 34px;
        margin: 0 0 90px;
    }
}

.mother__list__item {
    width: calc(50% - 10px);
}

@media (min-width: 768px) {
    .mother__list__item {
        width: calc(33.33333% - 22.66667px);
    }
}

.mother__list__item__link {
    color: inherit;
    display: block;
    text-decoration: none;
}

.mother__list__item__link__fig {
    margin: 0 0 15px;
    text-align: center;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.mother__list__item__link__fig img {
    border-radius: 15px;
}

@media (min-width: 768px) {
    .mother__list__item__link__fig img {
        border-radius: 30px;
    }
}

@media (max-width: 767px) {
    .mother__list__item__link__fig img {
        width: 100%;
    }
}

.mother__list__item__link__subtitle {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
    text-align: center;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 992px) {
    .mother__list__item__link__subtitle {
        font-size: var(--fs16);
    }
}

.mother__list__item__link__title {
    color: #ea5b81;
    font-size: var(--fs20);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0 0 20px;
    text-align: center;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 768px) {
    .mother__list__item__link__title {
        font-size: var(--fs22);
    }
}

@media (min-width: 992px) {
    .mother__list__item__link__title {
        font-size: var(--fs26);
    }
}

.mother__list__item__link__action .com-button {
    max-width: 180px;
}

.mother__list__item__link:focus .mother__list__item__link__fig,
.mother__list__item__link:focus .mother__list__item__link__subtitle,
.mother__list__item__link:focus .mother__list__item__link__title {
    opacity: 0.65;
}

.mother__list__item__link:focus .mother__list__item__link__action .com-button {
    background-color: #fff;
    color: #f29c9f;
}

.mother__list__item__link:focus .mother__list__item__link__action .com-button:after {
    background-color: #f29c9f;
}

@media (hover: hover) and (pointer: fine) {
    .mother__list__item__link:hover .mother__list__item__link__fig,
  .mother__list__item__link:hover .mother__list__item__link__subtitle,
  .mother__list__item__link:hover .mother__list__item__link__title {
        opacity: 0.65;
    }

    .mother__list__item__link:hover .mother__list__item__link__action .com-button {
        background-color: #fff;
        color: #f29c9f;
    }

    .mother__list__item__link:hover .mother__list__item__link__action .com-button:after {
        background-color: #f29c9f;
    }
}

.mother__detail {
    padding: 0 0 80px;
}

@media (min-width: 768px) {
    .mother__detail {
        padding: 0 0 120px;
    }
}

.mother__detail__head {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .mother__detail__head {
        margin: 0 0 30px;
    }
}

.mother__detail__head__subtitle {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 992px) {
    .mother__detail__head__subtitle {
        font-size: var(--fs16);
    }
}

.mother__detail__head__title {
    color: #ea5b81;
    font-size: var(--fs28);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .mother__detail__head__title {
        font-size: var(--fs30);
    }
}

@media (min-width: 992px) {
    .mother__detail__head__title {
        font-size: var(--fs34);
    }
}

.mother__detail__fig {
    margin: 0 0 40px;
    text-align: center;
}

@media (min-width: 768px) {
    .mother__detail__fig {
        margin: 0 0 50px;
    }
}

.mother__detail__fig img {
    border-radius: 5px;
}

@media (min-width: 768px) {
    .mother__detail__fig img {
        border-radius: 10px;
    }
}

.mother__detail__profile {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 40px 20px;
    justify-content: flex-start;
    margin: 0 0 40px;
}

.mother__detail__profile__item {
    width: calc(50% - 10px);
}

@media (min-width: 768px) {
    .mother__detail__profile__item {
        width: calc(25% - 15px);
    }
}

.mother__detail__profile__item__title {
    border-bottom: 2px solid #f29c9f;
    font-size: var(--fs18);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-align: center;
}

@media (min-width: 768px) {
    .mother__detail__profile__item__title {
        font-size: var(--fs20);
        margin: 0 0 16px;
        padding: 0 0 16px;
    }
}

.mother__detail__profile__item__content p {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .mother__detail__profile__item__content p {
        font-size: var(--fs16);
    }
}

.mother__detail__content {
    border: 2px dashed #f29c9f;
    border-radius: 5px;
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0 auto 40px;
    max-width: 820px;
    padding: 15px;
}

@media (min-width: 768px) {
    .mother__detail__content {
        border-radius: 10px;
        font-size: var(--fs16);
        padding: 25px 30px;
    }
}

.mother__detail__content a {
    color: inherit;
    text-decoration: underline;
}

.mother__detail__content a:focus {
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .mother__detail__content a:hover {
        text-decoration: none;
    }
}

.mother__detail__content p {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .mother__detail__content p {
        font-size: var(--fs16);
    }
}

.mother__detail__content p:last-child {
    margin-bottom: 0;
}

.mother__detail__item-wrapper {
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .mother__detail__item-wrapper {
        margin: 0 0 50px;
    }
}

.mother__detail__item {
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .mother__detail__item {
        margin: 0 0 50px;
    }
}

.mother__detail__item:last-child {
    margin-bottom: 0;
}

.mother__detail__item__title {
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.125em;
    line-height: 1.4;
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .mother__detail__item__title {
        margin: 0 0 30px;
    }
}

.mother__detail__item__title span {
    background: linear-gradient(to top, #ffec00 4px, rgba(255, 236, 0, 0) 4px, transparent 100%);
    background-position: center calc(100% - 2px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-style: normal;
    font-weight: inherit;
}

.mother__detail__item__fig {
    text-align: center;
}

.mother__detail__action .com-button {
    max-width: 180px;
}