/* --------------------
 Maintenance
-------------------- */
@media (max-width: 767px) {
    .com-page-head__title__en {
        font-size: 3.125rem;
        letter-spacing: 0.05em;
    }
}

.detail {
    margin: 0 0 16vw;
}

@media (min-width: 768px) {
    .detail {
        margin: 0 0 80px;
    }
}

.detail-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.detail__content {
    margin: 0 0 21.3333333333vw;
}

@media (min-width: 768px) {
    .detail__content {
        margin: 0 0 100px;
    }
}

.detail__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 1.87;
    margin: 0 0 2em;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__content p {
        font-size: var(--fs16);
    }
}

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

.detail .com-title {
    margin: 0 0 5.3333333333vw;
}

@media (min-width: 768px) {
    .detail .com-title {
        margin: 0 0 24px;
    }
}

.detail__list {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 16vw;
    justify-content: flex-start;
    margin: 0 0 100px;
}

@media (min-width: 768px) {
    .detail__list {
        gap: 80px 40px;
    }
}

@media (min-width: 992px) {
    .detail__list {
        gap: 100px 56px;
    }
}

.detail__list__item {
    align-items: stretch;
    display: flex;
    flex: 0 0 100%;
    flex-flow: column nowrap;
    justify-content: stretch;
}

@media (min-width: 768px) {
    .detail__list__item {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (min-width: 992px) {
    .detail__list__item {
        flex: 0 0 calc(50% - 28px);
    }
}

.detail__list__item__fig {
    border-radius: 2.6666666667vw;
    flex: 0 0 auto;
    margin: 0 0 2.6666666667vw;
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) {
    .detail__list__item__fig {
        border-radius: 10px;
        margin: 0 0 10px;
    }
}

.detail__list__item__fig img {
    border-radius: 2.6666666667vw;
}

@media (max-width: 767px) {
    .detail__list__item__fig img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .detail__list__item__fig img {
        border-radius: 10px;
    }
}

.detail__list__item__fig:before {
    background: linear-gradient(to top, #4d4d4d 0%, #ffffff 100%);
    bottom: 0;
    content: "";
    display: block;
    height: 16vw;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: auto;
}

@media (min-width: 768px) {
    .detail__list__item__fig:before {
        height: 60px;
    }
}

.detail__list__item__fig__title {
    bottom: 0;
    color: var(--color-white);
    font-size: var(--fs26);
    font-weight: 700;
    left: 0;
    letter-spacing: 0.4em;
    line-height: 1.4;
    padding: 0 4.2666666667vw 2.1333333333vw;
    position: absolute;
    right: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .detail__list__item__fig__title {
        font-size: var(--fs28);
        padding: 0 20px 12px;
    }
}

@media (min-width: 992px) {
    .detail__list__item__fig__title {
        font-size: var(--fs29);
    }
}

.detail__list__item__content {
    flex: 1 1 auto;
    margin: 0 0 5.3333333333vw;
}

@media (min-width: 768px) {
    .detail__list__item__content {
        margin: 0 0 30px;
    }
}

.detail__list__item__content p {
    font-size: var(--fs14);
    letter-spacing: 0.02em;
    line-height: 1.87;
    margin: 0;
}

@media (min-width: 768px) {
    .detail__list__item__content p {
        font-size: var(--fs16);
    }
}

.detail__list__item__note {
    background-color: rgba(var(--color-steel-lavender-rgb), 0.4);
    flex: 0 0 auto;
    padding: 3.2vw;
}

@media (min-width: 768px) {
    .detail__list__item__note {
        padding: 12px;
    }
}

.detail__list__item__note__title {
    border-bottom: 0.2666666667vw solid var(--color-indigo-gray);
    font-size: var(--fs14);
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 2.1333333333vw;
    padding: 0 0 2.1333333333vw;
}

@media (min-width: 768px) {
    .detail__list__item__note__title {
        border-bottom-width: 1px;
        font-size: var(--fs16);
        margin: 0 0 8px;
        padding: 0 0 8px;
    }
}

.detail__list__item__note__content p {
    font-size: var(--fs14);
    letter-spacing: 0.02em;
    line-height: 1.87;
    margin: 0;
}

@media (min-width: 768px) {
    .detail__list__item__note__content p {
        font-size: var(--fs16);
    }
}

.detail__other-inner {
    background-color: var(--color-white);
    border: 0.2666666667vw solid var(--color-indigo-gray);
    border-radius: 2.6666666667vw;
    margin: 0 0 5.3333333333vw;
    padding: 6.4vw 5.3333333333vw 6.4vw;
}

@media (min-width: 768px) {
    .detail__other-inner {
        border-radius: 10px;
        border-width: 1px;
        margin: 0 0 20px;
        padding: 24px 45px 28px;
    }
}

.detail__other__title {
    border-bottom: 0.2666666667vw solid var(--color-indigo-gray);
    color: var(--color-indigo-gray);
    font-size: var(--fs20);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.57;
    margin: 0 0 5.3333333333vw;
    padding: 0 0 4.2666666667vw;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__other__title {
        border-bottom-width: 1px;
        font-size: var(--fs29);
        margin: 0 0 24px;
        padding: 0 0 16px;
    }
}

.detail__other__main {
    align-items: stretch;
    border-bottom: 0.2666666667vw solid var(--color-indigo-gray);
    display: flex;
    flex-flow: row wrap;
    gap: 5.3333333333vw;
    margin: 0 0 4.2666666667vw;
    padding: 0 0 8vw;
}

@media (min-width: 768px) {
    .detail__other__main {
        border-bottom-width: 1px;
        gap: 20px;
        margin: 0 0 16px;
        padding: 0 0 30px;
    }
}

@media (min-width: 992px) {
    .detail__other__main {
        flex-wrap: nowrap;
    }
}

.detail__other__main__content {
    flex: 0 0 100%;
}

@media (min-width: 992px) {
    .detail__other__main__content {
        flex: 0 0 calc(50% - 30px);
        padding: 0 12px 0 0;
    }
}

@media (min-width: 1240px) {
    .detail__other__main__content {
        flex: 0 0 calc(50% - 10px);
    }
}

.detail__other__main__content ul {
    list-style: none;
    margin: 0 0 8vw;
    padding: 0;
}

@media (min-width: 768px) {
    .detail__other__main__content ul {
        margin: 0 0 30px;
    }
}

.detail__other__main__content ul:last-child {
    margin-bottom: 0;
}

.detail__other__main__content ul > li {
    font-size: var(--fs14);
    letter-spacing: 0.02em;
    line-height: 1.87;
    margin: 0;
    padding: 0 0 0 1em;
    position: relative;
}

@media (min-width: 768px) {
    .detail__other__main__content ul > li {
        font-size: var(--fs16);
        padding: 0 0 0 1em;
    }
}

.detail__other__main__content ul > li:last-child {
    margin-bottom: 0;
}

.detail__other__main__content ul > li:before {
    background-color: var(--color-charcoal);
    border-radius: 50%;
    content: "";
    height: 1.0666666667vw;
    left: 0;
    position: absolute;
    top: 0.65em;
    width: 1.0666666667vw;
}

@media (min-width: 768px) {
    .detail__other__main__content ul > li:before {
        height: 4px;
        left: 0.25em;
        top: 0.7em;
        width: 4px;
    }
}

.detail__other__main__flow {
    align-items: flex-start;
    display: flex;
    flex: 0 0 100%;
    flex-flow: row nowrap;
    gap: 5.3333333333vw;
}

@media (min-width: 768px) {
    .detail__other__main__flow {
        gap: 20px;
    }
}

@media (min-width: 992px) {
    .detail__other__main__flow {
        flex: 0 0 calc(50% + 10px);
    }
}

@media (min-width: 1240px) {
    .detail__other__main__flow {
        flex: 0 0 calc(50% - 10px);
    }
}

.detail__other__main__flow__item {
    flex: 0 0 calc(33.33333% - 13.33333px);
    position: relative;
}

.detail__other__main__flow__item:after {
    background-color: var(--color-indigo-gray);
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
    display: block;
    height: 6.4vw;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: -1.0666666667vw;
    top: 0;
    transform: translateX(100%);
    width: 3.2vw;
}

@media (min-width: 768px) {
    .detail__other__main__flow__item:after {
        height: 24px;
        right: -4px;
        width: 12px;
    }
}

.detail__other__main__flow__item:last-child:after {
    display: none;
}

.detail__other__main__flow__item__fig {
    margin: 0 0 -2.6666666667vw;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__other__main__flow__item__fig {
        margin: 0 0 -10px;
    }
}

.detail__other__main__flow__item__fig img {
    aspect-ratio: 165/148;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.detail__other__main__flow__item__title {
    align-items: center;
    background-color: var(--color-indigo-gray);
    border-radius: 0 0 1.3333333333vw 1.3333333333vw;
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs12);
    font-weight: 700;
    height: 8vw;
    justify-content: center;
    letter-spacing: 0.05em;
    line-height: 1.12;
    margin: 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
}

@media (min-width: 768px) {
    .detail__other__main__flow__item__title {
        border-radius: 0 0 5px 5px;
        font-size: var(--fs14);
        height: 30px;
    }
}

@media (min-width: 1240px) {
    .detail__other__main__flow__item__title {
        font-size: var(--fs16);
    }
}

.detail__other__note p {
    font-size: var(--fs14);
    letter-spacing: 0.02em;
    line-height: 1.87;
    margin: 0 0 2em;
}

@media (min-width: 768px) {
    .detail__other__note p {
        font-size: var(--fs16);
    }
}

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