/* --------------------
 Daily Life
-------------------- */
img {
    height: auto;
}

.com-button {
    background-color: var(--color-white);
}

.dl__overview {
    padding: 15.3846153846vw 0;
}

@media (min-width: 769px) {
    .dl__overview {
        padding: 5.5555555556vw 0;
    }
}

.dl__overview-container {
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .dl__overview-container {
        max-width: 82.3611111111vw;
        padding: 0;
    }
}

.dl__overview__content {
    margin: 0;
}

.dl__overview__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 1.5em;
}

@media (min-width: 769px) {
    .dl__overview__content p {
        font-size: 1.3333333333rem;
        text-align: center;
    }
}

.dl__overview__content p:last-child {
    margin-bottom: 0;
}

.dl__item {
    padding: 20.5128205128vw 0;
}

@media (min-width: 769px) {
    .dl__item {
        padding: 5.5555555556vw 0;
    }
}

.dl__item-container {
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .dl__item-container {
        max-width: 67.7777777778vw;
        padding: 0;
    }
}

.dl__item__title {
    margin: 0 0 7.6923076923vw;
    padding: 6.1538461538vw 0 0;
    position: relative;
}

@media (min-width: 769px) {
    .dl__item__title {
        margin: 0 0 2.9166666667vw;
        padding: 2.2222222222vw 0 0;
    }
}

.dl__item__title:before {
    background-color: var(--color-blue-sky);
    border-radius: 0.5128205128vw;
    content: "";
    display: block;
    height: 1.0256410256vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 10.2564102564vw;
}

@media (min-width: 769px) {
    .dl__item__title:before {
        border-radius: 0.1388888889vw;
        height: 0.2777777778vw;
        width: 3.4722222222vw;
    }
}

.dl__item__title__ja {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 2.0512820513vw;
    text-align: center;
}

@media (min-width: 769px) {
    .dl__item__title__ja {
        font-size: 3rem;
        margin: 0 0 0.5555555556vw;
    }
}

@media (min-width: 769px) {
    .dl__item__title__ja[data-local="01"] {
        font-size: 2.8333333333rem;
    }
}

.dl__item__title__en {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .dl__item__title__en {
        font-size: 1.1666666667rem;
    }
}

.dl__item__content {
    margin: 0 0 10.2564102564vw;
}

@media (min-width: 769px) {
    .dl__item__content {
        margin: 0 0 2.7777777778vw;
    }
}

.dl__item__content:last-child {
    margin-bottom: 0;
}

.dl__item__content p {
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0 0 1.5em;
}

@media (min-width: 769px) {
    .dl__item__content p {
        font-size: 1.3333333333rem;
        text-align: center;
    }
}

.dl__item__content p:last-child {
    margin-bottom: 0;
}

.dl__item__content .com-button {
    margin: 7.6923076923vw auto;
}

@media (min-width: 769px) {
    .dl__item__content .com-button {
        margin: 2.0833333333vw auto;
    }
}

@media (max-width: 768px) {
    .dl__item__content .com-button[data-local="01"] {
        font-size: 1rem;
        padding-left: 7.6923076923vw;
    }
}

.dl__item__gallery {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 7.6923076923vw;
    justify-content: center;
    margin: 0 0 10.2564102564vw;
}

@media (min-width: 769px) {
    .dl__item__gallery {
        gap: 2.0833333333vw;
        margin: 0 0 2.7777777778vw;
    }
}

.dl__item__gallery:last-child {
    margin-bottom: 0;
}

.dl__item__gallery__item {
    flex: 0 0 100%;
    text-align: center;
}

@media (min-width: 769px) {
    .dl__item__gallery__item {
        flex: 0 0 calc(50% - 1.04167vw);
    }
}

.dl__item__gallery__item img {
    aspect-ratio: 473/262;
    border-radius: 5.1282051282vw;
    margin: 0 0 4.1025641026vw;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media (min-width: 769px) {
    .dl__item__gallery__item img {
        border-radius: 1.3888888889vw;
        margin: 0 0 1.1111111111vw;
    }
}

.dl__item__gallery__item img:last-child {
    margin-bottom: 0;
}

.dl__item__gallery__item h4 {
    display: block;
    font-family: var(--ff-koburina-w6);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .dl__item__gallery__item h4 {
        font-size: 1.3333333333rem;
    }
}

.dl__item__gallery__item span {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .dl__item__gallery__item span {
        font-size: 1.3333333333rem;
    }
}

.dl__item__detail__item {
    background-color: var(--color-gray-verylight);
    border-radius: 5.1282051282vw;
    margin: 0 0 7.6923076923vw;
    padding: 5.1282051282vw;
}

@media (min-width: 769px) {
    .dl__item__detail__item {
        border-radius: 2.7777777778vw;
        margin: 0 0 2.0833333333vw;
        padding: 2.7777777778vw 4.1666666667vw;
    }
}

.dl__item__detail__item:last-child {
    border-bottom: none;
}

.dl__item__detail__item__title {
    border-bottom: 1px solid var(--color-gray-lighter);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 4.1025641026vw;
    padding: 0 0 4.1025641026vw;
    text-align: center;
}

@media (min-width: 769px) {
    .dl__item__detail__item__title {
        font-size: 1.6666666667rem;
        margin: 0 0 1.3888888889vw;
        padding: 0 0 1.3888888889vw;
    }
}

.dl__item__detail__item__content {
    margin: 7.6923076923vw 0;
}

@media (min-width: 769px) {
    .dl__item__detail__item__content {
        margin: 2.0833333333vw 0;
    }
}

.dl__item__detail__item__content:last-child {
    margin-bottom: 0;
}

.dl__item__detail__item__content h4 {
    display: block;
    font-family: var(--ff-koburina-w6);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 2.25em 0 2.0512820513vw;
}

@media (min-width: 769px) {
    .dl__item__detail__item__content h4 {
        font-size: 1.3333333333rem;
        margin: 2.25em 0 0.5555555556vw;
    }
}

.dl__item__detail__item__content h4:first-child {
    margin-top: 0;
}

.dl__item__detail__item__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 1.5em;
}

@media (min-width: 769px) {
    .dl__item__detail__item__content p {
        font-size: 1.3333333333rem;
    }
}

.dl__item__detail__item__content p:last-child {
    margin-bottom: 0;
}

.dl__item__detail__item__content__action a {
    border-bottom: 1px solid currentColor;
    color: inherit;
    display: block;
    font-family: var(--ff-tsukushi-b);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 0 6.4102564103vw 1.0256410256vw 0;
    position: relative;
    text-decoration: none;
    transition: transitions(text-decoration-color);
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 769px) {
    .dl__item__detail__item__content__action a {
        font-size: 1.3333333333rem;
        padding: 0 1.7361111111vw 0.2777777778vw 0;
    }
}

.dl__item__detail__item__content__action a:after {
    background-color: var(--color-gray-mid);
    bottom: 1.0256410256vw;
    content: "";
    display: block;
    height: 5.1282051282vw;
    margin: auto;
    -webkit-mask-image: url(../../../img/common/icon-arrow-gray.png);
    mask-image: url(../../../img/common/icon-arrow-gray.png);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    width: 5.1282051282vw;
}

@media (min-width: 769px) {
    .dl__item__detail__item__content__action a:after {
        bottom: 0.2777777778vw;
        height: 1.3888888889vw;
        width: 1.3888888889vw;
    }
}

.dl__item__detail__item__gallery {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 5.1282051282vw;
    justify-content: center;
    margin: 7.6923076923vw 0;
}

@media (min-width: 769px) {
    .dl__item__detail__item__gallery {
        gap: 1.3888888889vw;
        margin: 2.0833333333vw 0;
    }
}

.dl__item__detail__item__gallery:last-child {
    margin-bottom: 0;
}

.dl__item__detail__item__gallery__item {
    flex: 0 0 100%;
}

@media (min-width: 769px) {
    .dl__item__detail__item__gallery__item {
        flex: 0 0 calc(50% - 0.69444vw);
    }
}

.dl__item__detail__item__gallery__item img {
    aspect-ratio: 473/262;
    border-radius: 5.1282051282vw;
    margin: 0 0 4.1025641026vw;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media (min-width: 769px) {
    .dl__item__detail__item__gallery__item img {
        border-radius: 1.3888888889vw;
        margin: 0 0 1.1111111111vw;
    }
}

.dl__item__detail__item__gallery__item img:last-child {
    margin-bottom: 0;
}

.dl__item__detail__item__gallery__item h4 {
    display: block;
    font-family: var(--ff-koburina-w6);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .dl__item__detail__item__gallery__item h4 {
        font-size: 1.3333333333rem;
    }
}

.dl__item__detail__item__gallery__item span {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .dl__item__detail__item__gallery__item span {
        font-size: 1.3333333333rem;
    }
}

.dl__item__action {
    margin: 12.8205128205vw 0;
}

@media (min-width: 769px) {
    .dl__item__action {
        margin: 3.4722222222vw 0;
    }
}

.dl__item__action:last-child {
    margin-bottom: 0;
}

.dl__item__contact {
    margin: 12.8205128205vw 0;
}

@media (min-width: 769px) {
    .dl__item__contact {
        margin: 3.4722222222vw 0;
    }
}

.dl__item__contact:last-child {
    margin-bottom: 0;
}

.dl__item__contact p {
    font-family: var(--ff-koburina-w6);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 0.3em;
    text-align: center;
}

@media (min-width: 769px) {
    .dl__item__contact p {
        font-size: 1.5rem;
        margin: 0;
    }
}

.dl__item__contact p:last-child {
    margin-bottom: 0;
}

.dl__item:nth-child(odd) {
    background-color: var(--color-gray-verylight);
}

.dl__item:nth-child(odd) .dl__item__detail__item {
    background-color: var(--color-white);
}

.dl__item:last-child {
    padding-bottom: 30.7692307692vw;
}

@media (min-width: 769px) {
    .dl__item:last-child {
        padding-bottom: 9.7222222222vw;
    }
}

.dl__spacer {
    background-color: var(--color-gray-verylight);
    display: block;
    height: 20.5128205128vw;
}

@media (min-width: 769px) {
    .dl__spacer {
        height: 11.5277777778vw;
        margin-top: 6.9444444444vw;
    }
}