@charset "utf-8";

/* Added section from Figma node 2043:1979 */

.tmPl {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #fff;
}

.tmPl__wrap {
    position: relative;
    max-width: 1280px;
    margin: auto;
}

.tmPl__title {
    margin: 0;
    font-size: var(--en-font-large);
    line-height: 1;
    color: #333;
}

.tmPl__layout {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    margin-top: 90px;
}

.tmPlSection__inner {
    width: 100%;
    max-width: none;
    margin-top: 40px;
}

.tmPlSection__title {
    margin: 0;
    color: #333;
}

.tmPlSide {
    width: 220px;
    position: sticky;
    top: calc((var(--header-height) + 30px));
    align-self: start;
    height: calc(100vh - 160px);
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.tmPlSide__group+.tmPlSide__group {
    margin-top: 0;
}

.tmPlSide__heading {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
}

.tmPlSide__headingBtn {
    position: relative;
    width: 100%;
    padding-right: 18px;
    padding-left: 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.tmPlSide__icon {
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
}

.tmPlSide__icon::before,
.tmPlSide__icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background: currentColor;
    transform-origin: center;
    transition: transform 0.56s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.56s cubic-bezier(0.22, 1, 0.36, 1);
}

.tmPlSide__icon::before {
    transform: translateY(-50%) rotate(0deg) scaleX(1);
}

.tmPlSide__icon::after {
    transform: translateY(-50%) rotate(90deg) scaleX(1);
}

.tmPlSide__headingBtn[aria-expanded="true"] .tmPlSide__icon::after {
    transform: translateY(-50%) rotate(90deg) scaleX(0);
    opacity: 0;
}

.tmPlSide__panel[hidden] {
    display: none;
}

.tmPlSide__panel {
    margin-top: 20px;
    overflow: hidden;
    transition: height 0.56s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: height;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tmPlSide__heading--active {
    color: #007448;
}

.tmPlSide__heading--disabled {
    color: rgba(51, 51, 51, 0.3);
}

.tmPlSide__list {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.tmPlSide__item {
    position: relative;
}

.tmPlSide__item+.tmPlSide__item {
    margin-top: 14px;
}

.tmPlSide__item--root {
    padding-left: 12px;
}

.tmPlSide__item--root::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
}

.tmPlSide__item--root::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    color: #666;
}

.tmPlSide__item--open::after {
    content: "-";
}

.tmPlSide__item--child {
    padding-left: 24px;
}

.tmPlSide__item--child::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 10px;
    width: 8px;
    height: 1px;
    background: #666;
}

.tmPlMain {
    max-width: 840px;
    width: calc(100% - 250px);
    height: auto;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.tmPlMain::before {
    pointer-events: none;
    z-index: 5;
    content: '';
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: calc((var(--header-height) + 30px));
    margin-top: calc(-1 * (var(--header-height) + 70px));
    background-color: #fff;
}

.tmPlMain__bar {
    position: sticky;
    top: calc((var(--header-height) + 30px));
    max-width: 100%;
    height: 69px;
    margin-bottom: 0;
    scroll-margin-top: 24px;
}

.tmPlMain__bar::before {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 180%;
    background: linear-gradient(180deg, #FFF 0%, #FFF 60.1%, rgba(255, 255, 255, 0.00) 100%);
}

.tmPlMain__bar p {
    margin: 0;
    font-size: 38px;
    line-height: 1.2;
    color: #333;
}

.tmPlGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 78px 86px;
}

.tmPlCard__link {
    display: block;
    text-decoration: none;
    color: #212121;
}

.tmPlCard__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 375 / 170;
    object-fit: cover;
}

.tmPlCard--1 .tmPlCard__thumb {
    background-position: -37px -29px;
}

.tmPlCard--2 .tmPlCard__thumb {
    background-position: -501px -29px;
}

.tmPlCard--3 .tmPlCard__thumb {
    background-position: -37px -485px;
}

.tmPlCard--4 .tmPlCard__thumb {
    background-position: -500px -490px;
}

.tmPlCard--5 .tmPlCard__thumb {
    background-position: -1004px -22px;
}

.tmPlCard--6 .tmPlCard__thumb {
    background-position: -995px -478px;
}

.tmPlCard--7 .tmPlCard__thumb {
    background-position: -37px -29px;
}

.tmPlCard--8 .tmPlCard__thumb {
    background-position: -37px -29px;
}

.tmPlCard__name {
    display: block;
    margin-top: 40px;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    color: #212121;
}

.tmPlCard__spec {
    display: block;
    margin-top: 9px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    color: #121212;
}

.tmPlMain__bar--spaced {
    margin-top: 0;
}

.tmPlGrid--short {
    gap: 78px 86px;
}

.tmPlSideNav__toggle {
    position: relative;
    margin: 0;
    padding: 0 16px 0 17px;
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    cursor: pointer;
}

.tmPlSideNav__toggle+.tmPlSideNav__toggle {
    margin-top: 10px;
}

.tmPlSideNav__dot {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
}

.tmPlSideNav__icon {
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
}

.tmPlSideNav__icon::before,
.tmPlSideNav__icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background: #333;
    transform-origin: center;
    transition: transform 0.56s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.56s cubic-bezier(0.22, 1, 0.36, 1);
}

.tmPlSideNav__icon::before {
    transform: translateY(-50%) rotate(0deg) scaleX(1);
}

.tmPlSideNav__icon::after {
    transform: translateY(-50%) rotate(90deg) scaleX(1);
}

.tmPlSideNav__toggle[aria-expanded="true"] .tmPlSideNav__icon::after {
    transform: translateY(-50%) rotate(90deg) scaleX(0);
    opacity: 0;
}

.tmPlSideNav__panel[hidden] {
    display: none;
}

.tmPlSideNav__panel {
    overflow: hidden;
    transition: height 0.56s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: height;
}

.tmPlSideNav__list {
    list-style: none;
    margin: 12px 0 0;
    padding: 0 0 0 24px;
}

.tmPlSideNav__item {
    margin: 0;
    font-size: 16px;
    line-height: 36px;
}

.tmPlSideNav__jump {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: inherit;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
}

.tmPlSideNav__jump.is-current {
    color: #007448;
}

.tmPlSideNav__branch {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 1px;
    background-image: url("../img/shop-list/minus.svg");
    background-repeat: no-repeat;
    background-size: 11px 1px;
}

@media screen and (max-width: 758px) {
    .tmPl {
        padding: 60px 10px 60px 20px;
    }
    .tmPl__title {
        position: relative;
        z-index: 5;
        font-size: var(--en-font-large);
        margin: 0;
        color: #333;
    }
    .tmPl__layout {
        margin-top: 30px;
    }
    .tmPlSide {
        width: 120px;
        height: calc(100vh - 120px);
        gap: 20px;
    }
    .tmPlSide__heading {
        font-size: 18px;
    }
    .tmPlSide__headingBtn {
        padding-right: 16px;
    }
    .tmPlSide__panel {
        margin-top: 15px;
        gap: 15px;
    }
    .tmPlSide__list {
        margin: 15px 0 0;
    }
    .tmPlSide__item+.tmPlSide__item {
        margin-top: 14px;
    }
    .tmPlMain {
        max-width: 840px;
        width: calc(100% - 150px);
        gap: 60px;
    }
    .tmPlMain::before {
        margin-top: calc(-1 * (var(--header-height) + 60px - 38px));
    }
    .tmPlMain__content:nth-of-type(1) {
        margin-top: -60px;
    }
    .tmPlMain__bar {
        position: sticky;
        height: 69px;
        margin-bottom: 0;
    }
    .tmPlMain__bar::before {
        height: 150%;
    }
    .tmPlMain__bar p {
        height: auto;
        font-size: 22px;
    }
    .tmPlGrid {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
    .tmPlCard__thumb {
        width: 100%;
        height: auto;
        aspect-ratio: 375 / 170;
        object-fit: cover;
    }
    .tmPlCard__name {
        margin-top: 20px;
        font-size: 18px;
    }
    .tmPlCard__spec {
        margin-top: 9px;
        font-size: 14px;
    }
    .tmPlSideNav__toggle {
        padding: 0 16px 0 8px;
        font-size: 14px;
    }
    .tmPlSideNav__toggle+.tmPlSideNav__toggle {
        margin-top: 10px;
    }
    .tmPlSideNav__panel {
        overflow: hidden;
        transition: height 0.56s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: height;
    }
    .tmPlSideNav__list {
        margin: 12px 0 0;
        padding: 0 0 0 10px;
    }
    .tmPlSideNav__item {
        font-size: 14px;
        line-height: 2;
    }
    .tmPlSideNav__jump {
        padding-left: 8px;
    }
    .tmPlSideNav__jump.is-current {
        color: #007448;
    }
    .tmPlSideNav__branch {
        width: 5px;
        background-size: 5px 1px;
    }
}

.tsum-mv {
    background: url("../img/product-list/bg-texture.png") repeat center center / contain;
    overflow: hidden;
    padding-top: calc(var(--header-height) + 40px);
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    .tm-inner {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 80px;
        &::before {
            z-index: 1;
            content: "";
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            max-width: 560px;
            width: 40%;
            height: calc(100% - 40px);
            background-color: #fff;
        }
        .tm-title {
            margin-top: 50px;
            position: relative;
            z-index: 2;
            text-align: center;
            font-size: var(--en-font-medium);
            line-height: 1;
        }
    }
}

.tsum-slide-inner {
    margin-top: 30px;
    z-index: 3;
    position: relative;
    max-width: 2000px;
    width: 140%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.tm-splide2 {
    width: 42%;
    height: auto;
    .tm-detail {
        position: absolute;
        bottom: 15px;
        right: 15px;
        max-width: calc(100% - 30px);
        width: fit-content;
        height: auto;
        /* aspect-ratio: 52 / 23; */
        padding: 40px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        .tm-detail__inner {
            /* max-width: 400px; */
            width: 100%;
            height: auto;
        }
        .tm-detail__name {
            margin: 0;
            font-size: calc((var(--en-font-large)) * 0.65);
            line-height: 1;
        }
        .tm-detail__desc {
            margin-top: 10px;
            font-size: var(--en-font-small);
            line-height: 1.8;
        }
    }
    .tm-detail::before,
    .tm-detail::after,
    .tm-detail__inner::before,
    .tm-detail__inner::after {
        z-index: 2;
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        pointer-events: none;
    }
    .tm-detail::before {
        top: 20px;
        left: 20px;
        border-top: 1px solid #333;
        border-left: 1px solid #333;
    }
    .tm-detail::after {
        top: 20px;
        right: 20px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
    }
    .tm-detail__inner::before {
        bottom: 20px;
        left: 20px;
        border-bottom: 1px solid #333;
        border-left: 1px solid #333;
    }
    .tm-detail__inner::after {
        bottom: 20px;
        right: 20px;
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
    }
}

.tm-splide1,
.tm-splide3 {
    width: 26%;
    height: auto;
}

.tm-splide1,
.tm-splide2,
.tm-splide3 {
    aspect-ratio: 800 / 538;
    .splide__track {
        width: 100%;
        height: 100%;
        .splide__slide {
            width: 100%;
            height: 100%;
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
    .splide__pagination {
        display: flex;
        gap: 12px;
        justify-content: center;
        margin-bottom: 30px;
        .mv-pagenation {
            display: inline-block;
            width: 20px;
            height: 1px;
            background-color: #999;
            &.is-active {
                background-color: #333;
            }
        }
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

@media screen and (max-width: 758px) {
    .tsum-mv {
        padding-top: calc(var(--header-height) + 30px);
        .tm-inner {
            padding-bottom: 40px;
            &::before {
                bottom: auto;
                top: 0;
                max-width: 560px;
                width: 80%;
                height: calc(50% - 40px);
            }
            .tm-title {
                margin-top: 50px;
            }
        }
    }
    .tsum-slide-inner {
        margin-top: 30px;
        max-width: 2000px;
        width: 90%;
    }
    .tm-splide2 {
        width: 100%;
        position: relative;
        .tm-splide2__link {
            width: 100%;
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            img {
                height: auto;
                aspect-ratio: 800 / 538;
            }
        }
        .tm-detail {
            position: relative;
            bottom: auto;
            right: auto;
            margin-top: -50px;
            max-width: 520px;
            width: 90%;
            aspect-ratio: unset;
            padding: 20px;
            .tm-detail__inner {
                max-width: 400px;
            }
            .tm-detail__name {
                font-size: 18px;
            }
            .tm-detail__desc {
                font-size: var(--en-font-small);
            }
        }
        .tm-detail::before {
            top: 10px;
            left: 10px;
        }
        .tm-detail::after {
            top: 10px;
            right: 10px;
        }
        .tm-detail__inner::before {
            bottom: 10px;
            left: 10px;
        }
        .tm-detail__inner::after {
            bottom: 10px;
            right: 10px;
        }
    }
    .tm-splide1,
    .tm-splide2,
    .tm-splide3 {
        aspect-ratio: unset;
        .splide__pagination {
            display: flex;
            gap: 12px;
            justify-content: center;
            margin-bottom: 30px;
            .mv-pagenation {
                display: inline-block;
                width: 20px;
                height: 1px;
                background-color: #999;
                &.is-active {
                    background-color: #333;
                }
            }
        }
    }
}