/* --------------------
 Front
-------------------- */
@media (max-width: 767px) {
    .header {
        transform: translateY(-100%);
    }
}

@media (min-width: 768px) {
    .header {
        transform: none !important;
    }
}

@media (min-width: 992px) {
    .header {
        top: 40px;
    }
}

@media (min-width: 768px) {
    .header-container {
        justify-content: flex-end;
    }
}

@media (min-width: 768px) {
    .header__logo {
        display: none;
    }
}

@media (min-width: 768px) {
    .footer {
        padding-top: 144px;
    }
}

.layout {
    overflow-x: clip;
    padding-top: 0;
}

.hero {
    margin: 0;
    padding: 10.5555555556vw 0 13.8888888889vw;
    position: relative;
}

@media (min-width: 768px) {
    .hero {
        margin: 0 0 -60px;
        padding: max(115px, 8.2142857143vw) 0 0;
    }
}

.hero:before {
    background-image: url(../images/pages/front/front-hero-shape-03.svg);
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 386.6666666667vw auto;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: calc(100% - 83.33333vw);
    width: auto;
    z-index: 0;
}

@media (min-width: 768px) {
    .hero:before {
        background-size: 99.4285714286vw auto;
        height: auto;
        top: calc(100% - 21.42857vw);
    }
}

.hero__info {
    margin: 0 0 11.1111111111vw;
}

@media (min-width: 768px) {
    .hero__info {
        left: 2.1428571429vw;
        margin: 0;
        max-width: 90vw;
        position: absolute;
        right: 2.1428571429vw;
        top: 5vw;
    }
}

.hero__info__logo {
    font-size: 10px;
    margin: 0 0 6.3888888889vw;
    text-align: center;
}

@media (min-width: 768px) {
    .hero__info__logo {
        margin: 0 0 1.8571428571vw;
        text-align: left;
    }
}

.hero__info__logo img {
    width: 47.7777777778vw;
}

@media (min-width: 768px) {
    .hero__info__logo img {
        width: 25vw;
    }
}

.hero__info__name {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    font-family: var(--ff-tbrg);
    gap: 2.2222222222vw;
    justify-content: center;
    margin: 0;
    padding: 0 0 0 2.2222222222vw;
}

@media (min-width: 768px) {
    .hero__info__name {
        flex-flow: row nowrap;
        font-family: var(--ff-tbrg);
        gap: 0.5714285714vw;
        justify-content: flex-start;
        padding: 0 0 0 0.5714285714vw;
    }
}

.hero__info__name em {
    align-items: center;
    background-color: var(--color-aqua);
    border-radius: 1.1111111111vw;
    color: var(--color-white);
    display: flex;
    font-size: var(--fs14);
    font-style: normal;
    font-weight: inherit;
    height: 5.5555555556vw;
    justify-content: center;
    letter-spacing: 0.18em;
    line-height: 1.05;
    text-align: center;
    text-shadow: 0.2777777778vw 0.2777777778vw 0.2777777778vw rgba(51, 104, 96, 0.1);
    width: 44.4444444444vw;
}

@media (min-width: 768px) {
    .hero__info__name em {
        border-radius: 0.2857142857vw;
        font-size: 1.4285714286vw;
        height: 2.1428571429vw;
        text-shadow: 0.0714285714vw 0.0714285714vw 0.0714285714vw rgba(51, 104, 96, 0.1);
        width: 11.4285714286vw;
    }
}

.hero__info__name span {
    color: var(--color-seafoam);
    display: block;
    font-size: var(--fs10);
    letter-spacing: 0.1em;
    line-height: 1.05;
}

@media (min-width: 768px) {
    .hero__info__name span {
        font-size: 0.9285714286vw;
        letter-spacing: 0.02em;
    }
}

.hero-container {
    margin: 0 auto;
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .hero-container {
        max-width: 73.5714285714vw;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .hero__main {
        left: -2.8571428571vw;
        position: absolute;
        top: calc(50% - 2.14286vw);
        transform: translateY(-50%);
        z-index: 3;
    }
}

.hero__main__title {
    font-size: var(--fs24);
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.2;
    margin: 0 0 2.2222222222vw;
    text-align: center;
}

@media (min-width: 768px) {
    .hero__main__title {
        font-size: 2.9285714286vw;
        margin: 0 0 0.8571428571vw;
        text-align: left;
    }
}

.hero__main__title span[data-local="10"] {
    letter-spacing: 0.01em;
}

.hero__main__title span[data-local="40"] {
    letter-spacing: 0.04em;
}

.hero__main__title span[data-local="100"] {
    letter-spacing: 0.1em;
}

.hero__main__title span[data-local="20"] {
    letter-spacing: 0.02em;
}

.hero__main__title span[data-local="160"] {
    letter-spacing: 0.16em;
}

.hero__main__title span[data-local="200"] {
    letter-spacing: 0.2em;
}

.hero__main__subtitle {
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.41;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .hero__main__subtitle {
        font-size: 1.4285714286vw;
        line-height: 1.2;
        text-align: left;
    }
}

.hero__fig {
    margin: 0 0 6.6666666667vw;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero__fig {
        margin: 0 0 0 auto;
        width: 51.8571428571vw;
    }
}

.hero__fig img {
    border-radius: 4.1666666667vw;
    width: 100%;
}

@media (min-width: 768px) {
    .hero__fig img {
        border-radius: 1.8571428571vw;
    }
}

.hero__fig:before {
    background-image: url(../images/pages/front/front-hero-shape-01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -2.7777777778vw;
    content: "";
    display: block;
    height: 15.5555555556vw;
    left: -4.4444444444vw;
    position: absolute;
    right: auto;
    width: 21.3888888889vw;
    z-index: 0;
}

@media (min-width: 768px) {
    .hero__fig:before {
        bottom: 9.2857142857vw;
        height: 8vw;
        left: -1.1428571429vw;
        width: 11vw;
    }
}

.hero__fig:after {
    background-image: url(../images/pages/front/front-hero-shape-02.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -2.7777777778vw;
    content: "";
    display: block;
    height: 12.6530612245vw;
    left: auto;
    position: absolute;
    right: -5.5555555556vw;
    width: 25vw;
    z-index: 0;
}

@media (min-width: 768px) {
    .hero__fig:after {
        bottom: 8.8571428571vw;
        height: 11vw;
        right: -10.7142857143vw;
        width: 17.7142857143vw;
    }
}

.concept {
    background-color: var(--color-mint);
    padding: 3.3333333333vw 0 22.2222222222vw;
    position: relative;
}

@media (min-width: 768px) {
    .concept {
        padding: 0 0 calc(50px + 2.85714vw);
    }
}

.concept:before {
    aspect-ratio: 1400/130;
    background-image: url(../images/pages/front/front-concept-shape-01.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(calc(-100% + 0.27778vw));
    z-index: 0;
}

@media (min-width: 768px) {
    .concept:before {
        transform: translateY(calc(-100% + 1px));
    }
}

.concept:after {
    background-image: url(../images/pages/front/front-concept-shape-02-mb.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 130.5555555556vw;
    left: 50%;
    position: absolute;
    right: 0;
    top: 7.2222222222vw;
    transform: translateX(-50%);
    width: 100vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .concept:after {
        background-image: url(../images/pages/front/front-concept-shape-02.svg);
        height: 692px;
        top: -16px;
        width: 1190px;
    }
}

@media (min-width: 992px) {
    .concept:after {
        height: 814px;
        width: 1400px;
    }
}

.concept-container {
    padding: 0 var(--c-pad);
    position: relative;
    z-index: 2;
}

.concept__title {
    font-size: 10px;
    line-height: 1.2;
    margin: 0 0 6.1111111111vw;
    position: relative;
    text-align: center;
}

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

.concept__title:before {
    background-image: url(../images/pages/front/front-concept-title-line-mb.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 12.7777777778vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -5.5555555556vw;
    width: 86.1111111111vw;
}

@media (min-width: 768px) {
    .concept__title:before {
        background-image: url(../images/pages/front/front-concept-title-line.svg);
        height: 104px;
        top: -48px;
        width: 664px;
    }
}

@media (min-width: 992px) {
    .concept__title:before {
        height: 130px;
        top: -60px;
        width: 830px;
    }
}

.concept__title img {
    filter: drop-shadow(0.4166666667vw 0.4166666667vw 0.4166666667vw rgba(var(--color-black-rgb), 0.05));
    width: 35.5555555556vw;
}

@media (min-width: 768px) {
    .concept__title img {
        filter: drop-shadow(1.5px 1.5px 1.5px rgba(var(--color-black-rgb), 0.05));
        width: 157px;
    }
}

@media (min-width: 992px) {
    .concept__title img {
        width: 174px;
    }
}

.concept__content p {
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 2.12;
    margin: 0 0 2.25em;
    text-align: center;
}

@media (min-width: 768px) {
    .concept__content p {
        font-size: var(--fs20);
        letter-spacing: 0.18em;
        line-height: 2.25;
    }
}

@media (min-width: 992px) {
    .concept__content p {
        font-size: var(--fs24);
    }
}

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

.detail {
    background-color: var(--color-celadon);
    padding: 6.6666666667vw 0 10vw;
    position: relative;
}

@media (min-width: 768px) {
    .detail {
        padding: 90px 0 57px;
    }
}

.detail:before {
    aspect-ratio: 1400/40;
    background-image: url(../images/pages/front/front-detail-shape-01.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(calc(-100% + 0.27778vw));
    z-index: 0;
}

@media (min-width: 768px) {
    .detail:before {
        transform: translateY(calc(-100% + 1px));
    }
}

.detail:after {
    aspect-ratio: 1400/40;
    background-image: url(../images/pages/front/front-detail-shape-02.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    transform: translateY(calc(100% - 0.27778vw));
    z-index: 0;
}

@media (min-width: 768px) {
    .detail:after {
        transform: translateY(calc(100% - 1px));
    }
}

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

.detail__item-wrapper {
    margin: 0 0 22.2222222222vw;
}

@media (min-width: 768px) {
    .detail__item-wrapper {
        margin: 0 0 110px;
    }
}

.detail__item {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 15.2777777778vw;
    justify-content: flex-start;
    margin: 0 0 11.1111111111vw;
}

@media (min-width: 768px) {
    .detail__item {
        flex-wrap: nowrap;
        gap: 30px;
        margin-bottom: 100px;
    }
}

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

.detail__item__fig {
    flex: 0 0 100%;
    min-width: 0px;
}

@media (min-width: 768px) {
    .detail__item__fig {
        flex: 0 0 calc(45% - 30px);
    }
}

.detail__item__fig img {
    border-radius: 2.7777777778vw;
    box-shadow: 4.1666666667vw 4.1666666667vw 0vw rgba(var(--color-white-rgb), 0.3);
}

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

@media (min-width: 768px) {
    .detail__item__fig img {
        border-radius: 10px;
        box-shadow: 15px 15px 0px rgba(var(--color-white-rgb), 0.3);
    }
}

.detail__item__contents {
    flex: 0 0 100%;
    min-width: 0px;
}

@media (min-width: 768px) {
    .detail__item__contents {
        flex: 0 0 55%;
    }
}

.detail__item__contents__title {
    font-family: var(--ff-tbrg);
    font-size: var(--fs24);
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.32;
    margin: 0 0 8.8888888889vw;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__item__contents__title {
        font-family: var(--ff-tbrg);
        font-size: var(--fs30);
        line-height: 1.22;
        margin: 0 0 36px;
        text-align: left;
    }
}

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

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

@media (min-width: 768px) {
    .detail__item__contents__action {
        display: none !important;
    }
}

.detail__item__contents__action button {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-bottom: 0.2777777778vw solid var(--color-white);
    border-radius: 0;
    display: block;
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.2;
    padding: 1.6666666667vw 0 1.6666666667vw;
    position: relative;
    text-align: left;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__item__contents__action button {
        border-bottom-width: 1px;
        letter-spacing: 0;
        padding: 8px 0 8px 2px;
    }
}

.detail__item__contents__action button:before, .detail__item__contents__action button:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 3.6111111111vw;
    left: auto;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform var(--duration) var(--cubic) 0s, opacity var(--duration) var(--cubic) 0s;
    width: 3.6111111111vw;
}

@media (min-width: 768px) {
    .detail__item__contents__action button:before, .detail__item__contents__action button:after {
        height: 13px;
        right: 10px;
        width: 13px;
    }
}

.detail__item__contents__action button:before {
    background-image: url(../images/pages/front/front-product-icon-plus.svg);
}

.detail__item__contents__action button:after {
    background-image: url(../images/pages/front/front-product-icon-minus.svg);
    opacity: 0;
}

@media (min-width: 768px) {
    .detail__item__contents__action button:focus {
        background-color: var(--color-lime);
    }
}

.detail__item__contents__action button:focus:before, .detail__item__contents__action button:focus:after {
    transform: rotate(90deg);
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    .detail__item__contents__action button:hover {
        background-color: var(--color-lime);
    }
}

@media (hover: hover) and (pointer: fine) {
    .detail__item__contents__action button:hover:before, .detail__item__contents__action button:hover:after {
        transform: rotate(90deg);
    }
}

.detail__item__contents__action button[aria-expanded=true] {
    background-color: transparent;
}

.detail__item__contents__action button[aria-expanded=true]:before {
    opacity: 0;
    transform: rotate(180deg);
}

.detail__item__contents__action button[aria-expanded=true]:after {
    opacity: 1;
    transform: rotate(180deg);
}

.detail__item__contents__content {
    display: none;
    margin: 0 0 5.5555555556vw;
    padding: 3.3333333333vw 0 8.3333333333vw;
}

@media (min-width: 768px) {
    .detail__item__contents__content {
        display: block !important;
        margin: 0 0 40px;
        padding: 0;
    }
}

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

.detail__item__contents__content p {
    font-size: var(--fs15);
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.75;
    margin: 0;
}

.detail__item__contents__note p {
    font-size: var(--fs13);
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.75;
    margin: 0;
}

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

.detail__item:nth-child(even) {
    flex-direction: row-reverse;
}

@media (min-width: 768px) {
    .detail__item[data-local="01"] {
        margin-left: auto;
        margin-right: 0;
        max-width: 1170px;
    }
}

@media (min-width: 992px) {
    .detail__item[data-local="01"] {
        gap: 68px;
    }
}

@media (min-width: 992px) {
    .detail__item[data-local="01"] .detail__item__fig {
        flex: 0 0 47.0085470085%;
    }
}

@media (min-width: 768px) {
    .detail__item[data-local="01"] .detail__item__contents {
        padding: 0 0 0 4px;
    }
}

@media (min-width: 992px) {
    .detail__item[data-local="01"] .detail__item__contents {
        flex: 0 0 calc(52.99145% - 68px);
    }
}

@media (min-width: 992px) {
    .detail__item[data-local="01"] .detail__item__contents {
        padding: 60px 0 0 4px;
    }
}

@media (min-width: 768px) {
    .detail__item[data-local="01"] .detail__item__contents__content {
        padding: 0 0 0 4px;
    }
}

@media (min-width: 768px) {
    .detail__item[data-local="02"] {
        max-width: 1150px;
    }
}

@media (min-width: 992px) {
    .detail__item[data-local="02"] {
        gap: 30px;
    }
}

@media (min-width: 992px) {
    .detail__item[data-local="02"] .detail__item__fig {
        flex: 0 0 47.8260869565%;
    }
}

@media (min-width: 768px) {
    .detail__item[data-local="02"] .detail__item__contents {
        margin: 0 0 0 auto;
    }
}

@media (min-width: 992px) {
    .detail__item[data-local="02"] .detail__item__contents {
        flex: 0 0 calc(52.17391% - 30px);
        max-width: 550px;
        padding: 20px 0 0;
    }
}

@media (max-width: 767px) {
    .detail__item[data-local="02"] .detail__item__contents__title {
        font-size: var(--fs23);
    }
}

.detail__item[data-local="02"] .detail__item__contents__title span[data-local="01"] {
    letter-spacing: 0.06em;
}

.detail__item[data-local="02"] .detail__item__contents__title span[data-local="02"] {
    letter-spacing: 0.08em;
}

.detail__item[data-local="02"] .detail__item__contents__title span[data-local="03"] {
    letter-spacing: 0.04em;
}

.detail__item[data-local="02"] .detail__item__contents__title span[data-local="04"] {
    letter-spacing: 0.1em;
}

.detail__item[data-local="02"] .detail__item__contents__title span[data-local="10"] {
    letter-spacing: 0.45em;
}

.detail__item[data-local="02"] .detail__item__contents__title span[data-local="12"] {
    letter-spacing: 0.02em;
}

.detail__item[data-local="02"] .detail__item__contents__title span[data-local="13"] {
    letter-spacing: 0.02em;
}

.detail__item[data-local="02"] .detail__item__contents__title span[data-local="14"] {
    letter-spacing: -0.02em;
}

.detail__item[data-local="02"] .detail__item__contents__title span[data-local="16"] {
    letter-spacing: 0.06em;
}

.detail__item[data-local="02"] .detail__item__contents__title span[data-local="17"] {
    letter-spacing: -0.04em;
}

.detail__item[data-local="02"] .detail__item__contents__title span[data-local="18"] {
    letter-spacing: -0.1em;
}

.detail__item[data-local="02"] .detail__item__contents__title span[data-local="19"] {
    letter-spacing: 0.08em;
}

.detail__item[data-local="02"] .detail__item__contents__title span[data-local="21"] {
    letter-spacing: 0.14em;
}

.detail__item[data-local="02"] .detail__item__contents__title span[data-local="22"] {
    letter-spacing: 0.04em;
}

@media (min-width: 768px) {
    .detail__item[data-local="02"] .detail__item__contents__content {
        padding: 0 0 0 12px;
    }
}

@media (min-width: 768px) {
    .detail__item[data-local="02"] .detail__item__contents__note {
        padding: 0 0 0 12px;
    }
}

@media (min-width: 768px) {
    .detail__item[data-local="03"] {
        margin-left: auto;
        margin-right: 0;
        max-width: 1162px;
    }
}

@media (min-width: 992px) {
    .detail__item[data-local="03"] {
        gap: 50px;
    }
}

@media (min-width: 992px) {
    .detail__item[data-local="03"] .detail__item__fig {
        flex: 0 0 47.3321858864%;
    }
}

@media (min-width: 992px) {
    .detail__item[data-local="03"] .detail__item__contents {
        flex: 0 0 calc(52.66781% - 50px);
        padding: 65px 0 0;
    }
}

.detail__item[data-local="03"] .detail__item__contents__title span[data-local="02"] {
    letter-spacing: 0;
}

.detail__item[data-local="03"] .detail__item__contents__title span[data-local="03"] {
    letter-spacing: -0.44em;
}

.detail__item[data-local="03"] .detail__item__contents__title span[data-local="04"] {
    letter-spacing: 0;
}

.detail__item[data-local="03"] .detail__item__contents__title span[data-local="05"] {
    letter-spacing: 0.14em;
}

.detail__item[data-local="03"] .detail__item__contents__title span[data-local="06"] {
    letter-spacing: 0.04em;
}

.detail__item[data-local="03"] .detail__item__contents__title span[data-local="07"] {
    letter-spacing: -0.04em;
}

.detail__item[data-local="03"] .detail__item__contents__title span[data-local="08"] {
    letter-spacing: -0.28em;
}

@media (min-width: 768px) {
    .detail__item[data-local="03"] .detail__item__contents__content {
        padding: 0 0 0 12px;
    }
}

.detail__point {
    text-align: center;
}

.detail__point__title {
    font-size: var(--fs24);
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.2;
    margin: 0 0 8.8888888889vw;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__point__title {
        font-size: var(--fs30);
        margin: 0 0 40px;
    }
}

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

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

.detail__point__title span[data-local="01"] {
    letter-spacing: 0.04em;
}

.detail__point__title span[data-local="02"] {
    letter-spacing: 0.06em;
}

.detail__point__title span[data-local="03"] {
    letter-spacing: 0.1em;
}

.detail__point__title span[data-local="04"] {
    letter-spacing: -0.14em;
}

.detail__point__title span[data-local="05"] {
    letter-spacing: -0.1em;
}

.detail__point__title span[data-local="06"] {
    letter-spacing: 0.14em;
}

.detail__point__title span[data-local="10"] {
    letter-spacing: 0;
}

.detail__point__item-wrapper {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 12.2222222222vw 6.6666666667vw;
    justify-content: center;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 2.7777777778vw;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .detail__point__item-wrapper {
        flex-wrap: nowrap;
        gap: 0 20px;
        padding: 0;
    }
}

@media (min-width: 1240px) {
    .detail__point__item-wrapper {
        gap: 0 32px;
    }
}

.detail__point__item {
    flex: 0 0 calc(50% - 3.33333vw);
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .detail__point__item {
        flex: 0 0 calc(16.66667% - 16.66667px);
    }
}

@media (min-width: 1240px) {
    .detail__point__item {
        flex: 0 0 calc(16.66667% - 26.66667px);
    }
}

.detail__point__item__icon {
    align-items: center;
    aspect-ratio: 1/1;
    background-color: var(--color-white);
    border-radius: 50%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 0 auto 2.2222222222vw;
    position: relative;
    width: 90%;
    z-index: 1;
}

@media (min-width: 768px) {
    .detail__point__item__icon {
        margin: 0 auto 12px;
        max-width: 130px;
        width: 95%;
    }
}

@media (min-width: 992px) {
    .detail__point__item__icon {
        width: 130px;
    }
}

.detail__point__item__icon img {
    position: relative;
    width: 22.2222222222vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .detail__point__item__icon img {
        max-width: 90px;
        width: 80%;
    }
}

@media (min-width: 992px) {
    .detail__point__item__icon img {
        width: 90px;
    }
}

.detail__point__item__title {
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.17;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__point__item__title {
        font-size: var(--fs15);
    }
}

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

.detail__point__item__title span.--small {
    display: block;
    font-size: var(--fs12);
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.17;
    margin: 1.1111111111vw 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .detail__point__item__title span.--small {
        font-size: var(--fs10);
        margin: 4px 0 0;
    }
}

@media (min-width: 992px) {
    .detail__point__item__title span.--small {
        font-size: var(--fs12);
    }
}

.media {
    background-color: var(--color-white);
    padding: 15.2777777778vw 0 10.5555555556vw;
}

@media (min-width: 768px) {
    .media {
        padding: calc(90px + 2.85714vw) 0 calc(55px + 2.85714vw);
    }
}

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

.media__item {
    color: inherit;
    display: block;
    margin: 0 auto 22.2222222222vw;
    text-align: center;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

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

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

.media__item__fig {
    margin: 0 0 6.6666666667vw;
    text-align: center;
}

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

@media (max-width: 767px) {
    .media__item__fig img {
        width: 46.1111111111vw;
    }
}

.media__item__category {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 1.1111111111vw;
    justify-content: center;
    margin: 0 0 3.3333333333vw;
}

@media (min-width: 768px) {
    .media__item__category {
        gap: 4px;
        margin: 0 0 20px;
    }
}

.media__item__category span {
    background-color: var(--color-platinum);
    color: var(--color-teal);
    display: block;
    font-size: var(--fs15);
    letter-spacing: 0;
    line-height: 1.05;
    padding: 1.6666666667vw 8.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .media__item__category span {
        padding: 6px 30px;
    }
}

.media__item__title {
    display: block;
    font-size: var(--fs14);
    letter-spacing: 0.12em;
    line-height: 1.4;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .media__item__title {
        font-size: var(--fs21);
        letter-spacing: 0.18em;
        padding: 0 28px 0 0;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.media__item__title > span {
    display: block;
    margin: 0 auto;
    padding: 1.1111111111vw;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .media__item__title > span {
        padding: 4px;
    }
}

.media__item__title .__circle {
    background-color: var(--color-aqua);
    border-radius: 50%;
    bottom: 1.1111111111vw;
    display: block;
    height: 5.5555555556vw;
    overflow: hidden;
    position: absolute;
    right: -6.1111111111vw;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 5.5555555556vw;
}

@media (min-width: 768px) {
    .media__item__title .__circle {
        bottom: 6px;
        height: 20px;
        right: 0;
        width: 20px;
    }
}

.media__item__title .__circle:after {
    background-image: url(../images/icons/icon-white-angle-right.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 5.5555555556vw 1.3888888889vw;
    bottom: 0;
    content: "";
    display: block;
    height: 1.3888888889vw;
    margin: auto 0;
    position: absolute;
    right: 1.6666666667vw;
    top: 0;
    transition: transform var(--duration) var(--cubic) 0s;
    width: 5.5555555556vw;
}

@media (min-width: 768px) {
    .media__item__title .__circle:after {
        background-size: 20px 5px;
        height: 5px;
        right: 6px;
        width: 20px;
    }
}

.media__item:focus {
    text-decoration: none;
}

.media__item:focus .media__item__title > span {
    background-color: var(--color-lime);
}

.media__item:focus .media__item__title .__circle {
    background-color: var(--color-lime);
}

.media__item:focus .media__item__title .__circle:after {
    transform: translateX(0.8333333333vw);
}

@media (min-width: 768px) {
    .media__item:focus .media__item__title .__circle:after {
        transform: translateX(3px);
    }
}

@media (hover: hover) and (pointer: fine) {
    .media__item:hover {
        text-decoration: none;
    }

    .media__item:hover .media__item__title > span {
        background-color: var(--color-lime);
    }

    .media__item:hover .media__item__title .__circle {
        background-color: var(--color-lime);
    }

    .media__item:hover .media__item__title .__circle:after {
        transform: translateX(0.8333333333vw);
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    .media__item:hover .media__item__title .__circle:after {
        transform: translateX(3px);
    }
}

.product {
    background-color: var(--color-mint);
    padding: 11.1111111111vw 0 13.8888888889vw;
    position: relative;
}

@media (min-width: 768px) {
    .product {
        padding: 110px 0 90px;
    }
}

.product:before {
    aspect-ratio: 1400/40;
    background-image: url(../images/pages/front/front-product-shape-01.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: auto;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(calc(-100% + 0.27778vw));
    z-index: 0;
}

@media (min-width: 768px) {
    .product:before {
        transform: translateY(calc(-100% + 1px));
    }
}

.product:after {
    aspect-ratio: 1400/40;
    background-image: url(../images/pages/front/front-product-shape-02.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    transform: translateY(calc(100% - 0.27778vw));
    z-index: 1;
}

@media (min-width: 768px) {
    .product:after {
        transform: translateY(calc(100% - 1px));
    }
}

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

.product__item {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 6.6666666667vw;
    margin: 0 0 22.2222222222vw;
}

@media (min-width: 768px) {
    .product__item {
        flex-wrap: nowrap;
        gap: 30px;
        margin: 0 0 110px;
    }
}

@media (min-width: 992px) {
    .product__item {
        gap: 48px;
    }
}

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

.product__item__fig {
    flex: 0 0 100%;
    min-width: 0px;
    text-align: center;
}

@media (min-width: 768px) {
    .product__item__fig {
        flex: 0 0 260px;
    }
}

@media (min-width: 992px) {
    .product__item__fig {
        flex: 0 0 400px;
    }
}

@media (max-width: 767px) {
    .product__item__fig img {
        width: 33.8888888889vw;
    }
}

.product__item__contents {
    flex: 0 0 100%;
    min-width: 0px;
}

@media (min-width: 768px) {
    .product__item__contents {
        flex: 1 1 auto;
    }
}

.product__item__contents__title {
    font-size: var(--fs22);
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.17;
    margin: 0 0 8.8888888889vw;
    padding: 0 0 8.8888888889vw;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .product__item__contents__title {
        font-size: var(--fs24);
        letter-spacing: 0.04em;
        line-height: 1.3;
        margin: 0 0 40px;
        padding: 0 0 40px;
    }
}

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

.product__item__contents__title:after {
    background-color: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    height: 0.2777777778vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 43.0555555556vw;
}

@media (min-width: 768px) {
    .product__item__contents__title:after {
        height: 1px;
        width: 155px;
    }
}

.product__item__contents__content {
    margin: 0 0 2.2222222222vw;
}

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

.product__item__contents__content p {
    font-size: var(--fs13);
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.75;
    margin: 0;
}

@media (min-width: 768px) {
    .product__item__contents__content p {
        font-size: var(--fs16);
        line-height: 1.75;
    }
}

.product__item__contents__note {
    margin: 0;
}

.product__item__contents__note p {
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 2.54;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .product__item__contents__note p {
        font-size: var(--fs12);
        letter-spacing: 0;
        line-height: 1.7;
        text-align: left;
    }
}

.product__item__contents__howto {
    margin: 14.4444444444vw 0 0;
}

@media (min-width: 768px) {
    .product__item__contents__howto {
        margin: 42px 0 0;
        max-width: 500px;
    }
}

.product__item__contents__howto__title {
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    margin: 0 auto 3.8888888889vw;
    padding: 0 6.6666666667vw;
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .product__item__contents__howto__title {
        font-size: var(--fs18);
        margin: 0 auto 8px;
        padding: 0 24px;
    }
}

.product__item__contents__howto__title:before, .product__item__contents__howto__title:after {
    background-image: url(../images/pages/front/front-product-howtow-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 1.3888888889vw;
    left: auto;
    margin: auto;
    position: absolute;
    right: auto;
    top: 0;
    width: 3.8888888889vw;
}

@media (min-width: 768px) {
    .product__item__contents__howto__title:before, .product__item__contents__howto__title:after {
        height: 5px;
        width: 14px;
    }
}

.product__item__contents__howto__title:before {
    left: -0.04em;
}

.product__item__contents__howto__title:after {
    right: 0;
}

.product__item__contents__howto__content {
    margin: 0 0 3.3333333333vw;
}

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

.product__item__contents__howto__content p {
    font-size: var(--fs13);
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.75;
    margin: 0;
}

@media (min-width: 768px) {
    .product__item__contents__howto__content p {
        font-size: var(--fs14);
        line-height: 1.75;
    }
}

.product__item__contents__howto__note p {
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.4;
    margin: 0;
}

@media (min-width: 768px) {
    .product__item__contents__howto__note p {
        font-size: var(--fs12);
        letter-spacing: 0;
        line-height: 1.7;
    }
}

.product__item__contents__nf {
    margin: 11.6666666667vw 0 0;
}

@media (min-width: 768px) {
    .product__item__contents__nf {
        margin: 50px 0 0;
        max-width: 500px;
    }
}

.product__item__contents__nf__action button {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-bottom: 0.2777777778vw solid var(--color-white);
    border-radius: 0;
    display: block;
    font-size: var(--fs12);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.2;
    padding: 1.6666666667vw 0 1.6666666667vw;
    position: relative;
    text-align: left;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .product__item__contents__nf__action button {
        border-bottom-width: 1px;
        font-size: var(--fs12);
        letter-spacing: 0;
        padding: 8px 0 8px 2px;
    }
}

.product__item__contents__nf__action button:before, .product__item__contents__nf__action button:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 3.6111111111vw;
    left: auto;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform var(--duration) var(--cubic) 0s, opacity var(--duration) var(--cubic) 0s;
    width: 3.6111111111vw;
}

@media (min-width: 768px) {
    .product__item__contents__nf__action button:before, .product__item__contents__nf__action button:after {
        height: 13px;
        right: 10px;
        width: 13px;
    }
}

.product__item__contents__nf__action button:before {
    background-image: url(../images/pages/front/front-product-icon-plus.svg);
}

.product__item__contents__nf__action button:after {
    background-image: url(../images/pages/front/front-product-icon-minus.svg);
    opacity: 0;
}

@media (min-width: 768px) {
    .product__item__contents__nf__action button:focus {
        background-color: var(--color-lime);
    }
}

.product__item__contents__nf__action button:focus:before, .product__item__contents__nf__action button:focus:after {
    transform: rotate(90deg);
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    .product__item__contents__nf__action button:hover {
        background-color: var(--color-lime);
    }
}

@media (hover: hover) and (pointer: fine) {
    .product__item__contents__nf__action button:hover:before, .product__item__contents__nf__action button:hover:after {
        transform: rotate(90deg);
    }
}

.product__item__contents__nf__action button[aria-expanded=true] {
    background-color: transparent;
}

.product__item__contents__nf__action button[aria-expanded=true]:before {
    opacity: 0;
    transform: rotate(180deg);
}

.product__item__contents__nf__action button[aria-expanded=true]:after {
    opacity: 1;
    transform: rotate(180deg);
}

.product__item__contents__nf__detail {
    display: none;
    padding: 6.6666666667vw 0 0;
}

@media (min-width: 768px) {
    .product__item__contents__nf__detail {
        padding: 16px 0 0;
    }
}

.product__item__contents__nf__detail__title {
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    margin: 0 auto 5.5555555556vw;
    padding: 0 6.6666666667vw;
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .product__item__contents__nf__detail__title {
        font-size: var(--fs18);
        margin: 0 auto 8px;
        padding: 0 24px;
    }
}

.product__item__contents__nf__detail__title:before, .product__item__contents__nf__detail__title:after {
    background-image: url(../images/pages/front/front-product-howtow-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 1.3888888889vw;
    left: auto;
    margin: auto;
    position: absolute;
    right: auto;
    top: 0;
    width: 3.8888888889vw;
}

@media (min-width: 768px) {
    .product__item__contents__nf__detail__title:before, .product__item__contents__nf__detail__title:after {
        height: 5px;
        width: 14px;
    }
}

.product__item__contents__nf__detail__title:before {
    left: -0.04em;
}

.product__item__contents__nf__detail__title:after {
    right: 0;
}

.product__item__contents__nf__detail__content p {
    font-size: var(--fs12);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.7;
    margin: 0;
}

@media (min-width: 768px) {
    .product__item__contents__nf__detail__content p {
        font-size: var(--fs12);
        letter-spacing: -0.04em;
    }
}

.shop {
    background-color: var(--color-celadon);
    padding: 16.6666666667vw 0;
    position: relative;
}

@media (min-width: 768px) {
    .shop {
        padding: calc(60px + 2.85714vw) 0 80px;
    }
}

.shop:after {
    aspect-ratio: 1400/40;
    background-image: url(../images/pages/front/front-shop-shape-01.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    transform: translateY(calc(100% - 0.27778vw));
    z-index: 1;
}

@media (min-width: 768px) {
    .shop:after {
        transform: translateY(calc(100% - 1px));
    }
}

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

.shop__title {
    font-size: var(--fs24);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    margin: 0 0 12.2222222222vw;
    text-align: center;
}

@media (min-width: 768px) {
    .shop__title {
        font-size: var(--fs36);
        letter-spacing: 0.1em;
        margin: 0 0 44px;
    }
}

.shop__ol {
    margin: 0 0 14.4444444444vw;
    text-align: center;
}

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

.shop__ol__title {
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.2;
    margin: 0 0 2.2222222222vw;
    text-align: center;
}

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

.shop__ol__title:before {
    background-image: url(../images/icons/icon-cart.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 15.8201058201vw;
    margin: 0 auto 1.6666666667vw;
    width: 14.4444444444vw;
}

@media (min-width: 768px) {
    .shop__ol__title:before {
        height: 92px;
        margin: 0 auto 20px;
        width: 84px;
    }
}

.shop__ol__list {
    align-items: center;
    background-color: var(--color-white);
    border-radius: 2.7777777778vw;
    display: flex;
    flex-flow: row wrap;
    gap: 15.5555555556vw;
    justify-content: center;
    padding: 16.6666666667vw 11.1111111111vw;
}

@media (min-width: 768px) {
    .shop__ol__list {
        border-radius: 10px;
        gap: 40px;
        padding: 52px 40px;
    }
}

.shop__ol__list__item {
    flex: 0 0 100%;
    min-width: 0px;
}

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

.shop__ol__list__item a {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.shop__ol__list__item a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .shop__ol__list__item a:hover {
        opacity: 0.65;
    }
}

.shop__ol__list__item a img[data-local=amazon] {
    width: 39.6666666667vw;
}

@media (min-width: 768px) {
    .shop__ol__list__item a img[data-local=amazon] {
        width: 204px;
    }
}

.shop__ol__list__item a img[data-local=rakuten] {
    width: 36.9444444444vw;
}

@media (min-width: 768px) {
    .shop__ol__list__item a img[data-local=rakuten] {
        width: 190px;
    }
}

.shop__ol__list__item a img[data-local=rakuten02] {
    width: 48.2222222222vw;
}

@media (min-width: 768px) {
    .shop__ol__list__item a img[data-local=rakuten02] {
        width: 248px;
    }
}

.shop__bm {
    text-align: center;
}

.shop__bm__title {
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.2;
    margin: 0 0 5vw;
    text-align: center;
}

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

.shop__bm__title:before {
    background-image: url(../images/icons/icon-store.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 11.8194444444vw;
    margin: 0 auto 2.2222222222vw;
    width: 12.7777777778vw;
}

@media (min-width: 768px) {
    .shop__bm__title:before {
        height: 74px;
        margin: 0 auto 8px;
        width: 80px;
    }
}

.shop__bm__action {
    position: relative;
}

.shop__bm__action:before {
    background-color: #9dceb7;
    border-radius: 1.1111111111vw;
    bottom: 0;
    content: "";
    display: block;
    height: 2.2222222222vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    z-index: 0;
}

@media (min-width: 768px) {
    .shop__bm__action:before {
        border-radius: 4px;
        height: 8px;
    }
}

.shop__bm__action__trigger {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    display: block;
    font-size: 10px;
    margin: 0 auto 8.3333333333vw;
    padding: 0;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .shop__bm__action__trigger {
        font-size: 10px;
        margin: 0 auto 30px;
    }
}

.shop__bm__action__trigger__circle {
    background-color: #9dceb7;
    border-radius: 50%;
    display: block;
    height: 11.1111111111vw;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 11.1111111111vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .shop__bm__action__trigger__circle {
        height: 40px;
        width: 40px;
    }
}

.shop__bm__action__trigger__circle:before, .shop__bm__action__trigger__circle:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 5.5555555556vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform var(--duration) var(--cubic) 0s, opacity var(--duration) var(--cubic) 0s;
    width: 5.5555555556vw;
}

@media (min-width: 768px) {
    .shop__bm__action__trigger__circle:before, .shop__bm__action__trigger__circle:after {
        height: 20px;
        width: 20px;
    }
}

.shop__bm__action__trigger__circle:before {
    background-image: url(../images/pages/front/front-shop-icon-plus.svg);
}

.shop__bm__action__trigger__circle:after {
    background-image: url(../images/pages/front/front-shop-icon-minus.svg);
    opacity: 0;
}

.shop__bm__action__trigger__text {
    display: block;
    font-size: var(--fs11);
    left: 50%;
    letter-spacing: 0.18em;
    line-height: 1.05;
    opacity: 1;
    padding: 2.7777777778vw 0 0;
    position: absolute;
    top: calc(100% - 0.27778vw);
    transform: translateX(-50%);
    transition: opacity 0.25s var(--cubic) 0s, visibility 0s var(--cubic) 0s;
    visibility: visible;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .shop__bm__action__trigger__text {
        font-size: var(--fs11);
        padding: 10px 0 0;
        top: calc(100% - 1px);
    }
}

.shop__bm__action__trigger__text > span {
    display: block;
    padding: 0.5555555556vw;
    transition: background-color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .shop__bm__action__trigger__text > span {
        padding: 2px;
    }
}

.shop__bm__action__trigger:focus .shop__bm__action__trigger__circle:before,
.shop__bm__action__trigger:focus .shop__bm__action__trigger__circle:after {
    transform: rotate(90deg);
}

.shop__bm__action__trigger:focus .shop__bm__action__trigger__text > span {
    background-color: var(--color-lime);
}

@media (hover: hover) and (pointer: fine) {
    .shop__bm__action__trigger:hover .shop__bm__action__trigger__circle:before,
  .shop__bm__action__trigger:hover .shop__bm__action__trigger__circle:after {
        transform: rotate(90deg);
    }

    .shop__bm__action__trigger:hover .shop__bm__action__trigger__text > span {
        background-color: var(--color-lime);
    }
}

.shop__bm__action__trigger[aria-expanded=true] .shop__bm__action__trigger__circle:before {
    opacity: 0;
    transform: rotate(180deg);
}

.shop__bm__action__trigger[aria-expanded=true] .shop__bm__action__trigger__circle:after {
    opacity: 1;
    transform: rotate(180deg);
}

.shop__bm__action__trigger[aria-expanded=true] .shop__bm__action__trigger__text {
    opacity: 0;
    transition: opacity 0.25s var(--cubic) 0s, visibility 0.25s var(--cubic) 0s;
    visibility: hidden;
}

.shop__bm__action:has([aria-expanded=true]):before {
    background-color: #c0edd7;
}

.shop__bm__list {
    display: none;
    padding: 5.5555555556vw 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .shop__bm__list {
        padding: 0;
    }
}

.shop__bm__list__item {
    background-color: var(--color-white);
    border-radius: 2.7777777778vw;
    margin: 0 0 3.6111111111vw;
    padding: 11.1111111111vw var(--c-pad) 8.3333333333vw;
}

@media (min-width: 768px) {
    .shop__bm__list__item {
        border-radius: 10px;
        margin: 0 0 13px;
        padding: 24px var(--c-pad);
    }
}

.shop__bm__list__item__title {
    font-size: var(--fs24);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    margin: 0 0 5.5555555556vw;
    text-align: center;
}

@media (min-width: 768px) {
    .shop__bm__list__item__title {
        font-size: var(--fs32);
        letter-spacing: 0.18em;
        margin: 0 0 20px;
    }
}

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

.shop__bm__list__item__title span[data-local="01"] {
    letter-spacing: -0.02em;
}

.shop__bm__list__item__detail {
    font-size: var(--fs13);
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.75;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .shop__bm__list__item__detail {
        font-size: var(--fs16);
        line-height: 1.75;
    }
}

.shop__bm__list__item__detail ul {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.shop__bm__list__item__detail ul > li {
    display: block;
    flex: 0 0 100%;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .shop__bm__list__item__detail ul > li {
        flex: 0 0 auto;
        margin: 0 10px 0 0;
        padding: 0 10px 0 0;
    }
}

.shop__bm__list__item__detail ul > li:after {
    background-color: var(--color-teal);
    bottom: auto;
    content: "";
    display: none;
    height: 16px;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

@media (min-width: 768px) {
    .shop__bm__list__item__detail ul > li:after {
        display: block;
    }
}

.shop__bm__list__item__detail ul > li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.shop__bm__list__item__detail ul > li:last-child:after {
    display: none;
}

.shop__bm__list__item__detail a {
    color: inherit;
    text-decoration: underline;
    transition: color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: color var(--duration) var(--cubic) 0s, text-decoration-color var(--duration) var(--cubic) 0s;
    transition: color var(--duration) var(--cubic) 0s, text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.shop__bm__list__item__detail a:focus {
    color: var(--color-lime);
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .shop__bm__list__item__detail a:hover {
        color: var(--color-lime);
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

.news {
    background-color: var(--color-mint);
    padding: 22.2222222222vw 0 8.3333333333vw;
    position: relative;
}

@media (min-width: 768px) {
    .news {
        padding: calc(110px + 2.85714vw) 0 60px;
    }
}

.news:before {
    aspect-ratio: 1400/40;
    background-image: url(../images/pages/front/front-news-shape-01.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    transform: translateY(calc(100% - 0.27778vw));
    z-index: 0;
}

@media (min-width: 768px) {
    .news:before {
        transform: translateY(calc(100% - 1px));
    }
}

.news-container {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 0;
    margin: 0 auto;
    max-width: calc(1120px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .news-container {
        flex-wrap: nowrap;
    }
}

.news__head {
    flex: 0 0 100%;
    margin: 0 0 8.3333333333vw;
    min-width: 0px;
}

@media (min-width: 768px) {
    .news__head {
        flex: 0 0 260px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .news__head {
        flex: 0 0 320px;
    }
}

.news__head__title {
    font-size: var(--fs24);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .news__head__title {
        font-size: var(--fs36);
        letter-spacing: 0.18em;
        margin: 0 0 24px;
        text-align: left;
    }
}

.news__head__action {
    display: none;
}

@media (min-width: 768px) {
    .news__head__action {
        display: block;
    }
}

.news__head__action a {
    color: inherit;
    display: block;
    font-size: var(--fs14);
    font-weight: 700;
    line-height: 1.2;
    padding: 4px;
    position: relative;
    text-decoration: none;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.news__head__action a .__circle {
    background-color: var(--color-aqua);
    border-radius: 50%;
    bottom: 0;
    display: block;
    height: 20px;
    margin: auto 0;
    overflow: hidden;
    position: absolute;
    right: -25px;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 20px;
}

.news__head__action a .__circle:after {
    background-image: url(../images/icons/icon-white-angle-right.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px 5px;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    margin: auto 0;
    position: absolute;
    right: 6px;
    top: 0;
    transition: transform var(--duration) var(--cubic) 0s;
    width: 20px;
}

.news__head__action a:focus {
    background-color: var(--color-lime);
}

.news__head__action a:focus .__circle {
    background-color: var(--color-lime);
}

.news__head__action a:focus .__circle:after {
    transform: translateX(3px);
}

@media (hover: hover) and (pointer: fine) {
    .news__head__action a:hover {
        background-color: var(--color-lime);
    }

    .news__head__action a:hover .__circle {
        background-color: var(--color-lime);
    }

    .news__head__action a:hover .__circle:after {
        transform: translateX(3px);
    }
}

.news__main {
    flex: 0 0 100%;
    margin: 0 0 10vw;
    min-width: 0px;
}

@media (min-width: 768px) {
    .news__main {
        flex: 1 1 auto;
        margin-bottom: 0;
        padding: 5px 0 0;
    }
}

.news__main__item {
    align-items: center;
    color: inherit;
    display: block;
    margin: 0 0 7.2222222222vw;
    position: relative;
    text-decoration: none;
}

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

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

.news__main__item__new {
    align-items: center;
    background-color: var(--color-lime);
    border-radius: 1.3888888889vw;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs10);
    height: 5.5555555556vw;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 0 1.1111111111vw;
    padding: 0;
    width: 10vw;
}

@media (min-width: 768px) {
    .news__main__item__new {
        border-radius: 10px;
        font-size: var(--fs12);
        height: 32px;
        left: -10px;
        margin: 0;
        position: absolute;
        top: 0;
        transform: translateX(-100%);
        width: 60px;
    }
}

@media (min-width: 992px) {
    .news__main__item__new {
        height: 38px;
        left: -20px;
        width: 70px;
    }
}

.news__main__item__title {
    display: block;
    font-size: var(--fs14);
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 1.1111111111vw;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .news__main__item__title {
        font-size: var(--fs18);
        line-height: 2.2;
        margin: 0;
    }
}

_::-webkit-full-page-media, _:future, :root .news__main__item__title {
    line-height: 2.2;
}

@media (min-width: 768px) {
    _::-webkit-full-page-media, _:future, :root .news__main__item__title {
        line-height: 2;
    }
}

.news__main__item__title > span {
    background-color: var(--color-white);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0.8333333333vw 1.1111111111vw;
    transition: background-color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .news__main__item__title > span {
        padding: 8px 4px;
    }
}

_::-webkit-full-page-media, _:future, :root .news__main__item__title > span {
    padding: 0.5555555556vw 1.1111111111vw;
}

@media (min-width: 768px) {
    _::-webkit-full-page-media, _:future, :root .news__main__item__title > span {
        padding: 3px 4px;
    }
}

.news__main__item__meta {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    gap: 0;
    justify-content: flex-start;
    padding: 0 0 0 1.1111111111vw;
}

@media (min-width: 768px) {
    .news__main__item__meta {
        padding: 0 0 0 4px;
    }
}

.news__main__item__meta__date {
    display: block;
    font-size: var(--fs11);
    font-weight: 700;
    line-height: 1.05;
    margin: 0 3.3333333333vw 0 0;
    padding: 0.2777777778vw 3.3333333333vw 0 0;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .news__main__item__meta__date {
        margin: 0 12px 0 0;
        padding: 1px 12px 0 0;
    }
}

.news__main__item__meta__date:after {
    background-color: #777777;
    bottom: auto;
    content: "";
    display: block;
    height: 2.2222222222vw;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0.8333333333vw;
    width: 0.2777777778vw;
}

@media (min-width: 768px) {
    .news__main__item__meta__date:after {
        height: 8px;
        top: 3px;
        width: 1px;
    }
}

.news__main__item__meta__category {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 1.1111111111vw 2.2222222222vw;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .news__main__item__meta__category {
        gap: 4px 8px;
    }
}

.news__main__item__meta__category span {
    display: block;
    font-size: var(--fs12);
    font-weight: 700;
    line-height: 1.05;
}

.news__main__item:focus {
    text-decoration: none;
}

.news__main__item:focus .news__main__item__title > span {
    background-color: var(--color-lime);
}

@media (hover: hover) and (pointer: fine) {
    .news__main__item:hover {
        text-decoration: none;
    }

    .news__main__item:hover .news__main__item__title > span {
        background-color: var(--color-lime);
    }
}

.news__action {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .news__action {
        display: none;
    }
}

.news__action a {
    color: inherit;
    display: block;
    font-size: var(--fs14);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto;
    padding: 1.1111111111vw;
    position: relative;
    text-decoration: none;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.news__action a .__circle {
    background-color: var(--color-aqua);
    border-radius: 50%;
    bottom: 0;
    display: block;
    height: 5.5555555556vw;
    margin: auto 0;
    overflow: hidden;
    position: absolute;
    right: -6.9444444444vw;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 5.5555555556vw;
}

@media (min-width: 768px) {
    .news__action a .__circle {
        height: 20px;
        right: -25px;
        width: 20px;
    }
}

.news__action a .__circle:after {
    background-image: url(../images/icons/icon-white-angle-right.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 5.5555555556vw 1.3888888889vw;
    bottom: 0;
    content: "";
    display: block;
    height: 1.3888888889vw;
    margin: auto 0;
    position: absolute;
    right: 1.6666666667vw;
    top: 0;
    transition: transform var(--duration) var(--cubic) 0s;
    width: 5.5555555556vw;
}

@media (min-width: 768px) {
    .news__action a .__circle:after {
        background-size: 20px 5px;
        height: 5px;
        right: 6px;
        width: 20px;
    }
}

.news__action a:focus {
    background-color: var(--color-lime);
}

.news__action a:focus .__circle {
    background-color: var(--color-lime);
}

.news__action a:focus .__circle:after {
    transform: translateX(0.8333333333vw);
}

@media (min-width: 768px) {
    .news__action a:focus .__circle:after {
        transform: translateX(3px);
    }
}

@media (hover: hover) and (pointer: fine) {
    .news__action a:hover {
        background-color: var(--color-lime);
    }

    .news__action a:hover .__circle {
        background-color: var(--color-lime);
    }

    .news__action a:hover .__circle:after {
        transform: translateX(0.8333333333vw);
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    .news__action a:hover .__circle:after {
        transform: translateX(3px);
    }
}