@charset "UTF-8";
@font-face {
    font-family: "Source Han Sans JP";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://demo10.test4-demosite.com/science-diet/neutered-dog/font/SourceHanSansJP-Regular.woff2") format("woff2"), url("https://demo10.test4-demosite.com/science-diet/neutered-dog/font/SourceHanSansJP-Regular.otf") format("otf");
}
@font-face {
    font-family: "Source Han Sans JP";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("https://demo10.test4-demosite.com/science-diet/neutered-dog/font/SourceHanSansJP-Medium.woff2") format("woff2"), url("https://demo10.test4-demosite.com/science-diet/neutered-dog/font/SourceHanSansJP-Medium.otf") format("otf");
}
@font-face {
    font-family: "Source Han Sans JP";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("https://demo10.test4-demosite.com/science-diet/neutered-dog/font/SourceHanSansJP-Bold.woff2") format("woff2"), url("https://demo10.test4-demosite.com/science-diet/neutered-dog/font/SourceHanSansJP-Bold.otf") format("otf");
}
@font-face {
    font-family: "Source Han Sans JP";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("https://demo10.test4-demosite.com/science-diet/neutered-dog/font/SourceHanSansJP-Heavy.woff2") format("woff2"), url("https://demo10.test4-demosite.com/science-diet/neutered-dog/font/SourceHanSansJP-Heavy.otf") format("otf");
}
@font-face {
    font-family: "KozGoPr6N";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://demo10.test4-demosite.com/science-diet/neutered-dog/font/KozGoPr6N-regular.woff2") format("woff2"), url("https://demo10.test4-demosite.com/science-diet/neutered-dog/font/KozGoPr6N-regular.otf") format("otf");
}
/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
.l-wrapper {
    overflow: hidden;
    position: relative;
}

/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
}
.l-header__container {
    padding: calc(25 / var(--design-width) * 100vw) calc(30 / var(--design-width) * 100vw);
}
@media screen and (max-width: 780px) {
    .l-header__container {
        padding: calc(18 / var(--design-width) * 100vw) calc(var(--contents-side-padding) * 1px);
        text-align: center;
    }
}
.l-header__logo-img {
    display: inline-block;
}
.l-header__logo-img img {
    display: block;
    width: calc(60 / var(--root-fz) * 1rem);
    height: auto;
}
@media screen and (max-width: 780px) {
    .l-header__logo-img img {
        margin: auto;
        width: calc(60 / var(--root-fz) * 1rem);
    }
}

/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
    padding-top: 0;
}

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    background-color: var(--color-base-1);
    padding: min(85 / var(--design-width) * 100vw, 85px) 0 min(65 / var(--design-width) * 100vw, 65px);
}
@media screen and (max-width: 780px) {
    .l-footer {
        padding: calc(65 / var(--design-width) * 100vw) 0 calc(25 / var(--design-width) * 100vw);
    }
}
.l-footer__container {
    max-width: calc((var(--contents-width) + var(--contents-side-padding) * 2) * 1px);
    margin: 0 auto;
    padding: 0 calc(var(--contents-side-padding) * 1px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: min(55 / var(--design-width) * 100vw, 55px) min(46 / var(--design-width) * 100vw, 46px);
}
@media screen and (max-width: 780px) {
    .l-footer__container {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        padding: 0 calc(20 / var(--design-width) * 100vw);
        gap: calc(0 / var(--design-width) * 100vw);
        max-width: 100%;
    }
}
.l-footer__logo {
    flex-shrink: 0;
}
@media screen and (max-width: 780px) {
    .l-footer__logo {
        margin-bottom: calc(30 / var(--design-width) * 100vw);
        text-align: center;
    }
}
.l-footer__logo-img {
    display: inline-block;
}
.l-footer__logo-img img {
    display: block;
    width: calc(112 / var(--root-fz) * 1rem);
    height: auto;
}
@media screen and (max-width: 780px) {
    .l-footer__logo-img img {
        width: calc(138 / var(--design-width) * 100vw);
        margin: 0 auto;
    }
}
.l-footer__company-info {
    flex: 1;
}
@media screen and (max-width: 780px) {
    .l-footer__company-info {
        flex: none;
        margin-bottom: calc(40 / var(--design-width) * 100vw);
        text-align: center;
    }
}
.l-footer__company-name {
    color: #fff;
    font-size: calc(15 / var(--root-fz) * 1rem);
    font-weight: 700;
    line-height: 1.66;
    padding-bottom: min(18 / var(--design-width) * 100vw, 18px);
}
@media screen and (max-width: 780px) {
    .l-footer__company-name {
        font-size: calc(15 / var(--design-width) * 100vw);
        line-height: 2;
        padding-bottom: 0;
    }
}
.l-footer__copyright {
    flex: 0 0 100%;
    line-height: 1.45;
}
@media screen and (max-width: 780px) {
    .l-footer__copyright {
        flex: none;
        border-top: none;
        padding-top: 0;
    }
}
.l-footer__copyright-txt {
    font-size: calc(11 / var(--root-fz) * 1rem);
    color: #b1cae4;
    display: block;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 780px) {
    .l-footer__copyright-txt {
        font-size: calc(12 / var(--design-width) * 100vw);
        letter-spacing: 0;
    }
}

/* ---------------------------------------------
*   l-footer-nav
--------------------------------------------- */
@media screen and (max-width: 780px) {
    .l-footer-nav {
        margin-bottom: calc(23 / var(--design-width) * 100vw);
    }
}
.l-footer-nav__list {
    display: flex;
    gap: calc(35 / var(--design-width) * 100vw);
    list-style: none;
    padding-bottom: min(17 / var(--design-width) * 100vw, 17px);
}
@media screen and (max-width: 780px) {
    .l-footer-nav__list {
        align-items: flex-start;
        flex-direction: column;
        gap: calc(10 / var(--design-width) * 100vw);
        padding-bottom: 0;
    }
}
.l-footer-nav__link {
    color: #fff;
    font-size: calc(12 / var(--root-fz) * 1rem);
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 0.1em;
    letter-spacing: 0.05em;
    line-height: 1;
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
    .l-footer-nav__link:hover {
        text-decoration: none;
    }
}
@media screen and (max-width: 780px) {
    .l-footer-nav__link {
        display: block;
        font-size: calc(12 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   bg-intro
--------------------------------------------- */
.bg-intro {
    background-image: url("https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/91fc8b30-148f-421b-9a80-bc74d2ffca33.png");
    background-size: max(1350 / var(--design-width) * 100vw, 1350px) max(892 / var(--design-width) * 100vw, 892px);
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: calc(-220 / var(--design-width) * 100vw);
}
@media screen and (max-width: 780px) {
    .bg-intro {
        background-image: url("https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/ca43fcfc-7352-4262-a004-2d80cb9e02f4.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: top calc(92 / var(--design-width) * 100vw) center;
        margin-top: calc(-194 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-block-footprints
--------------------------------------------- */
.c-block-footprints {
    position: absolute;
    z-index: 1;
}
.c-block-footprints__container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.c-block-footprints__item {
    animation-duration: 4.8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    display: inline-block;
    opacity: 0;
    position: absolute;
    width: min(30 / var(--contents-width) * 100vw, 30px);
}
@media screen and (max-width: 780px) {
    .c-block-footprints__item {
        width: calc(21 / var(--design-width) * 100vw);
    }
}
.c-block-footprints__item img {
    display: block;
}
.c-block-footprints__item--01 {
    animation-name: footprints-loop-01;
}
.c-block-footprints__item--02 {
    animation-name: footprints-loop-02;
}
.c-block-footprints__item--03 {
    animation-name: footprints-loop-03;
}
.c-block-footprints__item--04 {
    animation-name: footprints-loop-04;
}
.c-block-footprints__item--05 {
    animation-name: footprints-loop-05;
}

@keyframes footprints-loop-01 {
    0% {
        opacity: 0;
    }
    8%, 74% {
        opacity: 1;
    }
    88%, 100% {
        opacity: 0;
    }
}
@keyframes footprints-loop-02 {
    0%, 8% {
        opacity: 0;
    }
    16%, 74% {
        opacity: 1;
    }
    88%, 100% {
        opacity: 0;
    }
}
@keyframes footprints-loop-03 {
    0%, 16% {
        opacity: 0;
    }
    24%, 74% {
        opacity: 1;
    }
    88%, 100% {
        opacity: 0;
    }
}
@keyframes footprints-loop-04 {
    0%, 24% {
        opacity: 0;
    }
    32%, 74% {
        opacity: 1;
    }
    88%, 100% {
        opacity: 0;
    }
}
@keyframes footprints-loop-05 {
    0%, 32% {
        opacity: 0;
    }
    40%, 74% {
        opacity: 1;
    }
    88%, 100% {
        opacity: 0;
    }
}
/* ---------------------------------------------
*   c-block-footprints modifier: --hash1
--------------------------------------------- */
.c-block-footprints--hash1 {
    position: absolute;
    top: max(-70 / var(--design-width) * 100vw, -70px);
    right: max(-140 / var(--design-width) * 100vw, -140px);
    width: min(163 / var(--contents-width) * 100vw, 163px);
    height: min(175 / var(--contents-width) * 100vw, 175px);
    overflow: visible;
    pointer-events: none;
    z-index: -1;
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash1 {
        top: calc(-50 / var(--design-width) * 100vw);
        right: calc(15 / var(--design-width) * 100vw);
        height: calc(122 / var(--design-width) * 100vw);
        width: calc(113 / var(--design-width) * 100vw);
    }
}
.c-block-footprints--hash1 .c-block-footprints__item--01 {
    top: 0;
    left: 0;
}
.c-block-footprints--hash1 .c-block-footprints__item--02 {
    top: min(40 / var(--design-width) * 100vw, 40px);
    left: min(80 / var(--design-width) * 100vw, 80px);
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash1 .c-block-footprints__item--02 {
        top: calc(30 / var(--design-width) * 100vw);
        left: calc(55 / var(--design-width) * 100vw);
    }
}
.c-block-footprints--hash1 .c-block-footprints__item--03 {
    bottom: min(40 / var(--design-width) * 100vw, 40px);
    left: min(75 / var(--design-width) * 100vw, 75px);
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash1 .c-block-footprints__item--03 {
        bottom: calc(30 / var(--design-width) * 100vw);
        left: calc(45 / var(--design-width) * 100vw);
    }
}
.c-block-footprints--hash1 .c-block-footprints__item--04 {
    right: 0;
    bottom: 0;
}

/* ---------------------------------------------
*   c-block-hash1-finish
--------------------------------------------- */
.c-block-hash1-finish {
    margin-top: max(-25.5 / var(--contents-width) * 100vw, -25.5px);
    padding: 0 0 min(85 / var(--contents-width) * 100vw, 85px);
}
@media screen and (max-width: 780px) {
    .c-block-hash1-finish {
        padding: 0 0 calc(88 / var(--design-width) * 100vw);
    }
}
.c-block-hash1-finish__container {
    max-width: calc((var(--contents-width) + var(--contents-side-padding) * 2) * 1px);
    margin: 0 auto;
    padding: 0 calc(var(--contents-side-padding) * 1px);
    text-align: center;
}
@media screen and (max-width: 780px) {
    .c-block-hash1-finish__container {
        max-width: 100%;
        padding: 0;
    }
}
.c-block-hash1-finish__arrow {
    margin-bottom: calc(28 / var(--design-width) * 100vw);
}
.c-block-hash1-finish__arrow picture {
    display: block;
}
.c-block-hash1-finish__arrow img {
    display: block;
    max-width: calc(370 / var(--root-fz) * 1rem);
    width: 100%;
    height: auto;
    margin: 0 auto;
}
@media screen and (max-width: 780px) {
    .c-block-hash1-finish__arrow {
        margin-bottom: calc(24 / var(--design-width) * 100vw);
    }
    .c-block-hash1-finish__arrow img {
        max-width: 100%;
    }
}
.c-block-hash1-finish__txt {
    font-size: calc(28 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: calc(57 / var(--root-fz) * 1rem);
    letter-spacing: 0.04em;
    color: var(--color-base-1);
}
@media screen and (max-width: 780px) {
    .c-block-hash1-finish__txt {
        font-size: calc(20 / var(--design-width) * 100vw);
        line-height: 1.66;
    }
}
.c-block-hash1-finish__txt-strong {
    font-size: calc(34 / var(--root-fz) * 1rem);
}
@media screen and (max-width: 780px) {
    .c-block-hash1-finish__txt-strong {
        font-size: calc(24 / var(--design-width) * 100vw);
    }
}
.c-block-hash1-finish__txt-marker {
    text-decoration: underline;
    text-decoration-color: #ffe100;
    text-underline-offset: -2px;
    text-decoration-thickness: 10px;
}
.c-block-hash1-finish__txt-marker:nth-of-type(n) {
    background-position: left 91%;
}

/* ---------------------------------------------
*   c-block-footprints modifier: --hash2
--------------------------------------------- */
.c-block-footprints--hash2 {
    position: absolute;
    top: max(-205 / var(--contents-width) * 100vw, -205px);
    right: min(270 / var(--design-width) * 100vw, 270px);
    width: min(163 / var(--contents-width) * 100vw, 163px);
    height: min(175 / var(--contents-width) * 100vw, 175px);
    overflow: visible;
    pointer-events: none;
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash2 {
        top: calc(330 / var(--design-width) * 100vw);
        right: calc(15 / var(--design-width) * 100vw);
        height: calc(130 / var(--design-width) * 100vw);
        width: calc(63 / var(--design-width) * 100vw);
    }
}
.c-block-footprints--hash2 .c-block-footprints__item--01 {
    top: 0;
    right: 0;
}
.c-block-footprints--hash2 .c-block-footprints__item--02 {
    top: min(40 / var(--design-width) * 100vw, 40px);
    right: min(80 / var(--design-width) * 100vw, 80px);
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash2 .c-block-footprints__item--02 {
        top: calc(40 / var(--design-width) * 100vw);
        right: calc(16 / var(--design-width) * 100vw);
    }
}
.c-block-footprints--hash2 .c-block-footprints__item--03 {
    bottom: min(40 / var(--design-width) * 100vw, 40px);
    right: min(75 / var(--design-width) * 100vw, 75px);
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash2 .c-block-footprints__item--03 {
        bottom: calc(30 / var(--design-width) * 100vw);
        right: calc(6 / var(--design-width) * 100vw);
    }
}
.c-block-footprints--hash2 .c-block-footprints__item--04 {
    left: 0;
    bottom: 0;
}

/* ---------------------------------------------
*   c-block-footprints modifier: --hash2-check
--------------------------------------------- */
.c-block-footprints--hash2-check {
    position: absolute;
    top: min(100% + 20 / var(--design-width) * 100vw, 100% + 20px);
    left: min(95 / var(--design-width) * 100vw, 95px);
    width: min(163 / var(--design-width) * 100vw, 163px);
    height: min(175 / var(--design-width) * 100vw, 175px);
    overflow: visible;
    pointer-events: none;
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash2-check {
        display: none;
    }
}
.c-block-footprints--hash2-check .c-block-footprints__item--01 {
    top: 0;
    left: 0;
}
.c-block-footprints--hash2-check .c-block-footprints__item--02 {
    top: min(40 / var(--design-width) * 100vw, 40px);
    left: min(80 / var(--design-width) * 100vw, 80px);
}
.c-block-footprints--hash2-check .c-block-footprints__item--03 {
    bottom: min(40 / var(--design-width) * 100vw, 40px);
    left: min(75 / var(--design-width) * 100vw, 75px);
}
.c-block-footprints--hash2-check .c-block-footprints__item--04 {
    right: 0;
    bottom: 0;
}

/* ---------------------------------------------
*   c-block-hash2-check-finish
--------------------------------------------- */
.c-block-hash2-check-finish {
    margin-top: max(-25.5 / var(--contents-width) * 100vw, -25.5px);
    padding: 0 0 min(140 / var(--design-width) * 100vw, 140px);
}
@media screen and (max-width: 780px) {
    .c-block-hash2-check-finish {
        padding: 0 0 calc(77 / var(--design-width) * 100vw);
    }
}
.c-block-hash2-check-finish__container {
    max-width: calc((var(--contents-width) + var(--contents-side-padding) * 2) * 1px);
    margin: 0 auto;
    padding: 0 calc(var(--contents-side-padding) * 1px);
    text-align: center;
}
@media screen and (max-width: 780px) {
    .c-block-hash2-check-finish__container {
        max-width: 100%;
        padding: 0;
    }
}
.c-block-hash2-check-finish__arrow {
    margin-bottom: calc(26 / var(--design-width) * 100vw);
}
.c-block-hash2-check-finish__arrow picture {
    display: block;
}
.c-block-hash2-check-finish__arrow img {
    display: block;
    max-width: calc(370 / var(--root-fz) * 1rem);
    width: 100%;
    height: auto;
    margin: 0 auto;
}
@media screen and (max-width: 780px) {
    .c-block-hash2-check-finish__arrow {
        margin-bottom: calc(21 / var(--design-width) * 100vw);
    }
    .c-block-hash2-check-finish__arrow img {
        max-width: 100%;
    }
}
.c-block-hash2-check-finish__txt {
    font-size: calc(27 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1.7;
    color: var(--color-base-1);
}
@media screen and (max-width: 780px) {
    .c-block-hash2-check-finish__txt {
        font-size: calc(20 / var(--design-width) * 100vw);
        line-height: 1.66;
    }
}
.c-block-hash2-check-finish__txt-strong {
    font-size: calc(34 / var(--root-fz) * 1rem);
}
@media screen and (max-width: 780px) {
    .c-block-hash2-check-finish__txt-strong {
        font-size: calc(24 / var(--design-width) * 100vw);
    }
}
.c-block-hash2-check-finish__txt-marker {
    text-decoration: underline;
    text-decoration-color: #ffe100;
    text-underline-offset: -2px;
    text-decoration-thickness: 10px;
}
.c-block-hash2-check-finish__txt-marker:nth-of-type(n) {
    background-position: left 91%;
}
.c-block-hash2-check-finish__txt-note {
    font-size: calc(12 / var(--root-fz) * 1rem);
    letter-spacing: 0.03em;
    line-height: 1.7;
    color: var(--color-black-1);
    margin-top: calc(11 / var(--design-width) * 100vw);
    text-align: center;
}
body:is(.ipad, .androidtablet) {
    font-weight: 500;
}

@media screen and (max-width: 780px) {
    .c-block-hash2-check-finish__txt-note {
        font-size: calc(10 / var(--design-width) * 100vw);
        font-weight: 500;
        padding: 0 calc(30 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-block-footprints--hash3
--------------------------------------------- */
.c-block-footprints--hash3 {
    position: absolute;
    top: max(-172 / var(--contents-width) * 100vw, -172px);
    right: max(-35 / var(--design-width) * 100vw, -35px);
    width: min(163 / var(--contents-width) * 100vw, 163px);
    height: min(175 / var(--contents-width) * 100vw, 175px);
    overflow: visible;
    pointer-events: none;
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash3 {
        top: calc(70 / var(--design-width) * 100vw);
        right: calc(15 / var(--design-width) * 100vw);
        height: calc(122 / var(--design-width) * 100vw);
        width: calc(113 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash3 .c-block-footprints__item {
        transform: scaleX(-1);
    }
}
.c-block-footprints--hash3 .c-block-footprints__item--01 {
    top: 0;
    right: 0;
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash3 .c-block-footprints__item--01 {
        right: auto;
        left: 0;
    }
}
.c-block-footprints--hash3 .c-block-footprints__item--02 {
    top: min(40 / var(--design-width) * 100vw, 40px);
    right: min(80 / var(--design-width) * 100vw, 80px);
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash3 .c-block-footprints__item--02 {
        top: calc(30 / var(--design-width) * 100vw);
        left: calc(55 / var(--design-width) * 100vw);
    }
}
.c-block-footprints--hash3 .c-block-footprints__item--03 {
    bottom: min(40 / var(--design-width) * 100vw, 40px);
    right: min(72 / var(--design-width) * 100vw, 72px);
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash3 .c-block-footprints__item--03 {
        bottom: calc(30 / var(--design-width) * 100vw);
        right: calc(45 / var(--design-width) * 100vw);
    }
}
.c-block-footprints--hash3 .c-block-footprints__item--04 {
    left: 0;
    bottom: 0;
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash3 .c-block-footprints__item--04 {
        left: auto;
        right: 0;
    }
}

/* ---------------------------------------------
*   c-block-footprints--hash4
--------------------------------------------- */
.c-block-footprints--hash4 {
    position: absolute;
    top: min(220 / var(--contents-width) * 100vw, 220px);
    left: max(-20 / var(--design-width) * 100vw, -20px);
    width: min(163 / var(--contents-width) * 100vw, 163px);
    height: min(175 / var(--contents-width) * 100vw, 175px);
    overflow: visible;
    pointer-events: none;
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash4 {
        top: calc(100% + 120 / var(--design-width) * 100vw);
        right: calc(15 / var(--design-width) * 100vw);
        left: auto;
        height: calc(130 / var(--design-width) * 100vw);
        transform: scaleX(-1);
        width: calc(63 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash4 {
        top: calc(100% + 120 / var(--design-width) * 100vw);
        right: calc(15 / var(--design-width) * 100vw);
        left: auto;
        height: calc(130 / var(--design-width) * 100vw);
        transform: scaleX(-1);
        width: calc(63 / var(--design-width) * 100vw);
    }
}
.c-block-footprints--hash4 .c-block-footprints__item--01 {
    top: 0;
    left: 0;
}
.c-block-footprints--hash4 .c-block-footprints__item--02 {
    top: min(36 / var(--design-width) * 100vw, 36px);
    left: min(78 / var(--design-width) * 100vw, 78px);
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash4 .c-block-footprints__item--02 {
        left: calc(20 / var(--design-width) * 100vw);
        top: calc(40 / var(--design-width) * 100vw);
    }
}
.c-block-footprints--hash4 .c-block-footprints__item--03 {
    bottom: min(45 / var(--design-width) * 100vw, 45px);
    left: min(72 / var(--design-width) * 100vw, 72px);
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash4 .c-block-footprints__item--03 {
        bottom: calc(30 / var(--design-width) * 100vw);
        left: calc(10 / var(--design-width) * 100vw);
    }
}
.c-block-footprints--hash4 .c-block-footprints__item--04 {
    right: 0;
    bottom: 0;
}

/* ---------------------------------------------
*   c-block-footprints--hash5
--------------------------------------------- */
.c-block-footprints--hash5 {
    position: absolute;
    bottom: max(-272 / var(--design-width) * 100vw, -272px);
    left: max(-85 / var(--design-width) * 100vw, -85px);
    width: min(211 / var(--design-width) * 100vw, 211px);
    height: min(253 / var(--design-width) * 100vw, 253px);
    overflow: visible;
    pointer-events: none;
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash5 {
        bottom: auto;
        top: calc(100% + 32 / var(--design-width) * 100vw);
        left: calc(21 / var(--design-width) * 100vw);
        width: calc(57 / var(--design-width) * 100vw);
        height: calc(83 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash5 .c-block-footprints__item {
        width: calc(19 / var(--design-width) * 100vw);
    }
}
.c-block-footprints--hash5 .c-block-footprints__item--01 {
    top: 0;
    left: min(63 / var(--design-width) * 100vw, 63px);
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash5 .c-block-footprints__item--01 {
        left: calc(1 / var(--design-width) * 100vw);
    }
}
.c-block-footprints--hash5 .c-block-footprints__item--02 {
    top: min(93 / var(--design-width) * 100vw, 93px);
    left: 0;
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash5 .c-block-footprints__item--02 {
        top: calc(53 / var(--design-width) * 100vw);
        left: calc(0 / var(--design-width) * 100vw);
    }
}
.c-block-footprints--hash5 .c-block-footprints__item--03 {
    top: min(132 / var(--design-width) * 100vw, 132px);
    left: min(96 / var(--design-width) * 100vw, 96px);
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash5 .c-block-footprints__item--03 {
        top: auto;
        left: auto;
        bottom: 0;
        right: 0;
    }
}
.c-block-footprints--hash5 .c-block-footprints__item--04 {
    bottom: min(21 / var(--design-width) * 100vw, 21px);
    left: min(62 / var(--design-width) * 100vw, 62px);
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash5 .c-block-footprints__item--04 {
        display: none;
    }
}
.c-block-footprints--hash5 .c-block-footprints__item--05 {
    right: 0;
    bottom: 0;
}
@media screen and (max-width: 780px) {
    .c-block-footprints--hash5 .c-block-footprints__item--05 {
        display: none;
    }
}

/* ---------------------------------------------
*   c-block-hash5-love
--------------------------------------------- */
.c-block-hash5-love {
    flex: 1;
    display: flex;
    align-items: center;
    gap: calc(24 / var(--design-width) * 100vw);
    background-color: #fff;
    padding: min(70 / var(--design-width) * 100vw, 70px) min(70 / var(--design-width) * 100vw, 70px);
}
.c-block-hash5-love > picture {
    display: block;
    flex-shrink: 0;
}
.c-block-hash5-love > picture img {
    display: block;
    width: calc(65 / var(--root-fz) * 1rem);
    height: auto;
}
.c-block-hash5-love__txt {
    flex: 1;
}
.c-block-hash5-love__txt-note {
    font-size: calc(18 / var(--design-width) * 100vw);
    font-weight: 700;
    color: var(--color-black-1);
    line-height: 1.6;
    margin-bottom: calc(5 / var(--design-width) * 100vw);
}
@media screen and (max-width: 780px) {
    .c-block-hash5-love__txt-note {
        font-size: calc(16 / var(--design-width) * 100vw);
    }
}
.c-block-hash5-love__txt-lead {
    font-size: calc(28 / var(--design-width) * 100vw);
    font-weight: 900;
    color: var(--color-base-1);
    letter-spacing: 0.05em;
    line-height: 1.4;
}
@media screen and (max-width: 780px) {
    .c-block-hash5-love__txt-lead {
        font-size: calc(16 / var(--design-width) * 100vw);
    }
}
.c-block-hash5-love__btn {
    flex-shrink: 0;
}
@media screen and (max-width: 780px) {
    .c-block-hash5-love__btn {
        flex-shrink: 1;
    }
}
@media screen and (max-width: 780px) {
    .c-block-hash5-love {
        flex-direction: column;
        align-items: center;
        gap: calc(16 / var(--design-width) * 100vw);
        padding: calc(35 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw);
        text-align: center;
        margin: 0 calc(-20 / var(--design-width) * 100vw);
        width: calc(100% + 40 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-box
--------------------------------------------- */
/* ---------------------------------------------
*   c-btn-sticky
--------------------------------------------- */
.c-btn-sticky {
    position: fixed;
    bottom: min(30 / var(--design-width) * 100vw, 30px);
    right: min(30 / var(--design-width) * 100vw, 30px);
    z-index: 100;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.c-btn-sticky.is-hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
}
@media screen and (max-width: 780px) {
    .c-btn-sticky {
        bottom: calc(15 / var(--design-width) * 100vw);
        right: calc(15 / var(--design-width) * 100vw);
    }
}
.c-btn-sticky__link {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 20.5px 20px 20.5px;
    background-color: #003672;
    border-radius: calc(infinity * 1px);
    text-decoration: none;
    position: relative;
    transition: 0.3s;
    width: calc(354 / var(--root-fz) * 1rem);
}
@media screen and (max-width: 780px) {
    .c-btn-sticky__link {
        gap: calc(10 / var(--design-width) * 100vw);
        padding: calc(20 / var(--design-width) * 100vw) calc(14 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw) calc(16 / var(--design-width) * 100vw);
        width: calc(360 / var(--design-width) * 100vw);
    }
}
@media (hover: hover) {
    .c-btn-sticky__link:hover {
        background-color: #91bee9;
    }
}
.c-btn-sticky__food-icon {
    display: block;
    width: calc(38 / var(--root-fz) * 1rem);
    height: auto;
}
@media screen and (max-width: 780px) {
    .c-btn-sticky__food-icon {
        width: calc(35 / var(--design-width) * 100vw);
    }
}
.c-btn-sticky__txt {
    font-size: calc(14 / var(--root-fz) * 1rem);
    font-weight: 700;
    color: #fff;
    line-height: 1;
    transform: translateY(-1px);
    white-space: nowrap;
}
@media screen and (max-width: 780px) {
    .c-btn-sticky__txt {
        font-size: calc(14 / var(--root-fz) * 1rem);
    }
}
.c-btn-sticky__txt-marker {
    text-decoration: underline;
    text-decoration-color: #ffe100;
    text-underline-offset: 6px;
    text-decoration-thickness: 3px;
}
.c-btn-sticky__txt-strong {
    font-size: calc(16 / var(--root-fz) * 1rem);
}
.c-btn-sticky__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(26 / var(--root-fz) * 1rem);
    height: calc(26 / var(--root-fz) * 1rem);
    border-radius: 50%;
    margin-left: auto;
}
@media screen and (max-width: 780px) {
    .c-btn-sticky__arrow {
        width: calc(26 / var(--root-fz) * 1rem);
        height: calc(26 / var(--root-fz) * 1rem);
    }
}
.c-btn-sticky__arrow img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------------------------------------------
*   c-card-hash1-check
--------------------------------------------- */
.c-card-hash1-check__ttl {
    font-size: min(22 / var(--contents-width) * 100vw, 22px);
    font-weight: 900;
    color: var(--color-base-1);
    line-height: 1.3;
    margin-bottom: min(18 / var(--design-width) * 100vw, 18px);
    text-align: center;
}
@media screen and (max-width: 780px) {
    .c-card-hash1-check__ttl {
        font-size: calc(16 / var(--design-width) * 100vw);
        margin-bottom: calc(15 / var(--design-width) * 100vw);
    }
}
.c-card-hash1-check__ttl-label {
    display: block;
    font-family: var(--ff-montserrat);
    font-size: min(14 / var(--contents-width) * 100vw, 14px);
    font-weight: 700;
    color: #6396c9;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-bottom: calc(7 / var(--design-width) * 100vw);
}
@media screen and (max-width: 780px) {
    .c-card-hash1-check__ttl-label {
        font-size: calc(11 / var(--design-width) * 100vw);
    }
}
.c-card-hash1-check__ttl-label-large {
    font-size: min(15 / var(--contents-width) * 100vw, 15px);
}
@media screen and (max-width: 780px) {
    .c-card-hash1-check__ttl-label-large {
        font-size: calc(12 / var(--design-width) * 100vw);
    }
}
.c-card-hash1-check__ttl-marker {
    text-decoration: underline;
    text-decoration-color: rgba(255, 225, 0, 0.7);
    text-underline-offset: -2px;
    text-decoration-thickness: 9px;
}
.c-card-hash1-check__figure {
    background-color: #e6eff8;
    border-radius: calc(10 / var(--root-fz) * 1rem);
    margin-bottom: calc(22 / var(--design-width) * 100vw);
    overflow: hidden;
}
.c-card-hash1-check__figure picture {
    display: block;
}
.c-card-hash1-check__figure img {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(0);
    transform-origin: center center;
}
.c-card-hash1-check__figure.is-show img {
    animation: icon-zoom 1s linear forwards;
}
@media screen and (max-width: 780px) {
    .c-card-hash1-check__figure {
        padding: calc(12 / var(--design-width) * 100vw) 0;
        margin-bottom: calc(12 / var(--design-width) * 100vw);
        border-radius: calc(8 / var(--design-width) * 100vw);
    }
    .c-card-hash1-check__figure img {
        max-width: calc(196 / var(--design-width) * 100vw);
    }
}
.c-card-hash1-check__txt {
    font-size: calc(16 / var(--root-fz) * 1rem);
    font-weight: 700;
    line-height: 1.54;
    color: var(--color-black-2);
    padding-left: 22px;
    position: relative;
    width: calc(100% + min(15 / var(--design-width) * 100vw, 15px));
}
.c-card-hash1-check__txt + .c-card-hash1-check__txt {
    margin-top: calc(11 / var(--design-width) * 100vw);
}
.c-card-hash1-check__txt::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/4d7bfbf3-da37-46cb-aca6-0a964d2cb848.png) no-repeat center center/contain;
    position: absolute;
    left: 0;
    top: 0.3em;
}
@media screen and (max-width: 780px) {
    .c-card-hash1-check__txt {
        font-size: calc(13 / var(--design-width) * 100vw);
        padding-left: calc(17 / var(--design-width) * 100vw);
    }
    .c-card-hash1-check__txt + .c-card-hash1-check__txt {
        margin-top: calc(6 / var(--design-width) * 100vw);
    }
    .c-card-hash1-check__txt::before {
        width: calc(12 / var(--design-width) * 100vw);
        height: calc(12 / var(--design-width) * 100vw);
    }
}

@keyframes icon-zoom {
    0% {
        transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    4.7% {
        transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    9.41% {
        transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    14.11% {
        transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    18.72% {
        transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    24.32% {
        transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    29.93% {
        transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    35.54% {
        transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    41.04% {
        transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    52.15% {
        transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    63.26% {
        transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    85.49% {
        transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}
@media (prefers-reduced-motion: reduce) {
    .c-card-hash1-check__figure img {
        transform: none;
    }
    .c-card-hash1-check__figure.is-show img {
        animation: none;
    }
}
/* ---------------------------------------------
*   c-cassette-qa
--------------------------------------------- */
.c-cassette-qa {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--design-width) * 100vw);
    width: 100%;
}
@media screen and (max-width: 780px) {
    .c-cassette-qa {
        gap: calc(10 / var(--design-width) * 100vw);
    }
}
.c-cassette-qa__item {
    background-color: #e6eff8;
    border-radius: calc(10 / var(--root-fz) * 1rem);
    cursor: pointer;
    width: 100%;
}
@media screen and (max-width: 780px) {
    .c-cassette-qa__item {
        border-radius: calc(10 / var(--design-width) * 100vw);
    }
}
.c-cassette-qa__item-question {
    display: flex;
    align-items: center;
    gap: min(14 / var(--design-width) * 100vw, 14px);
    justify-content: flex-start;
    list-style: none;
    min-height: min(92 / var(--design-width) * 100vw, 92px);
    padding: min(15 / var(--design-width) * 100vw, 15px) 50px min(15 / var(--design-width) * 100vw, 15px) min(20 / var(--design-width) * 100vw, 20px);
    position: relative;
}
@media (hover: hover) and (pointer: fine) {
    .c-cassette-qa__item-question {
        transition: opacity var(--hover-duration);
    }
    .c-cassette-qa__item-question:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 780px) {
    .c-cassette-qa__item-question {
        min-height: auto;
        padding: calc(13 / var(--design-width) * 100vw) calc(50 / var(--design-width) * 100vw) calc(13 / var(--design-width) * 100vw) calc(15 / var(--design-width) * 100vw);
    }
}
.c-cassette-qa__item-question::-webkit-details-marker {
    display: none;
}
.c-cassette-qa__item-question img {
    flex: 0 0 calc(38 / var(--root-fz) * 1rem);
    width: calc(38 / var(--root-fz) * 1rem);
    height: calc(38 / var(--root-fz) * 1rem);
}
@media screen and (max-width: 780px) {
    .c-cassette-qa__item-question img {
        flex: 0 0 calc(24 / var(--design-width) * 100vw);
        width: calc(24 / var(--design-width) * 100vw);
        height: calc(24 / var(--design-width) * 100vw);
    }
}
.c-cassette-qa__item-question::before, .c-cassette-qa__item-question::after {
    content: "";
    background-color: var(--color-base-1);
    width: calc(2 / var(--root-fz) * 1rem);
    height: calc(19 / var(--root-fz) * 1rem);
    border-radius: calc(1 / var(--root-fz) * 1rem);
    position: absolute;
    right: min(30 / var(--contents-width) * 100vw, 30px);
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
@media screen and (max-width: 780px) {
    .c-cassette-qa__item-question::before, .c-cassette-qa__item-question::after {
        right: calc(24 / var(--design-width) * 100vw);
        height: calc(17 / var(--root-fz) * 1rem);
    }
}
.c-cassette-qa__item-question::after {
    transform: translateY(-50%) rotate(90deg);
}
.c-cassette-qa__item-question-txt {
    flex: 1;
    font-size: min(16 / var(--design-width) * 100vw, 16px);
    font-weight: 700;
    color: var(--color-black-2);
    line-height: 1.75;
    width: 100%;
}
@media screen and (max-width: 780px) {
    .c-cassette-qa__item-question-txt {
        font-size: calc(14 / var(--design-width) * 100vw);
        line-height: 1.4;
    }
}
.c-cassette-qa__item-answer {
    display: flex;
    align-items: flex-start;
    gap: min(14 / var(--design-width) * 100vw, 14px);
    padding: min(20 / var(--contents-width) * 100vw, 20px) min(20 / var(--contents-width) * 100vw, 20px) min(22 / var(--contents-width) * 100vw, 22px);
    position: relative;
}
.c-cassette-qa__item-answer::before {
    content: "";
    border-top: 2px dotted #99bbdd;
    width: calc(100% - min(44 / var(--design-width) * 100vw, 44px));
    height: 2px;
    position: absolute;
    top: 0;
    left: min(22 / var(--design-width) * 100vw, 22px);
}
.c-cassette-qa__item-answer img {
    margin-top: calc(5 / var(--root-fz) * 1rem);
    flex: 0 0 calc(38 / var(--root-fz) * 1rem);
    width: calc(38 / var(--root-fz) * 1rem);
    height: auto;
}
@media screen and (max-width: 780px) {
    .c-cassette-qa__item-answer img {
        flex: 0 0 calc(24 / var(--design-width) * 100vw);
        width: calc(24 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 780px) {
    .c-cassette-qa__item-answer {
        gap: calc(12 / var(--design-width) * 100vw);
        padding: calc(15 / var(--design-width) * 100vw) calc(15 / var(--design-width) * 100vw) calc(18 / var(--design-width) * 100vw) calc(15 / var(--design-width) * 100vw);
    }
}
.c-cassette-qa__item-answer-txt {
    flex: 1;
    font-size: min(16 / var(--design-width) * 100vw, 16px);
    font-weight: 500;
    color: var(--color-black-2);
    line-height: 1.75;
    padding-right: min(10 / var(--design-width) * 100vw, 10px);
    text-align: justify;
}
@media screen and (max-width: 780px) {
    .c-cassette-qa__item-answer-txt {
        font-size: calc(14 / var(--design-width) * 100vw);
    }
}

details[open] .c-cassette-qa__item-question::before {
    transform: translateY(-50%) rotate(90deg);
}

/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
/* ---------------------------------------------
*   c-form
--------------------------------------------- */
/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    position: relative;
    z-index: -1;
}
.c-kv__picture {
    display: block;
}
.c-kv__picture img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------------------------------------------
*   c-link-hash5
--------------------------------------------- */
.c-link-hash5 {
    color: #c4132a;
    display: block;
    font-size: calc(20 / var(--root-fz) * 1rem);
    font-weight: 700;
    border-radius: calc(50 / var(--root-fz) * 1rem);
    position: relative;
    padding: min(18 / var(--root-fz) * 1rem, 18px) min(32 / var(--root-fz) * 1rem, 32px);
    text-decoration: none;
    line-height: 1;
    text-align: center;
    transition: 0.3s;
    width: clamp(180px, 260 / var(--design-width) * 100vw, 260px);
}
body.firefox .c-link-hash5 {
    padding: min(17 / var(--design-width) * 100vw, 17px) min(32 / var(--design-width) * 100vw, 32px) min(19 / var(--design-width) * 100vw, 19px);
}

.c-link-hash5::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    border: 1px solid #c4132a;
    border-radius: 100vh;
    background-color: #fff;
    z-index: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    transition: transform 0.3s;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}
.c-link-hash5::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border-right: 1px solid #c4132a;
    border-bottom: 1px solid #c4132a;
    pointer-events: none;
    z-index: 1;
}
.c-link-hash5__txt {
    position: relative;
    z-index: 2;
}
@media (hover: hover) {
    .c-link-hash5:hover {
        color: #fff;
    }
    .c-link-hash5:hover::before {
        background-color: #c4132a;
        transform: scale(1.1);
    }
    .c-link-hash5:hover::after {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
}
@media screen and (max-width: 780px) {
    .c-link-hash5 {
        font-size: calc(20 / var(--design-width) * 100vw);
        padding: calc(17 / var(--design-width) * 100vw) calc(28 / var(--design-width) * 100vw);
        border-radius: calc(50 / var(--design-width) * 100vw);
        gap: calc(10 / var(--design-width) * 100vw);
        margin: auto;
        width: calc(260 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-link-love
--------------------------------------------- */
.c-link-love {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: block;
    font-size: calc(16 / var(--root-fz) * 1rem);
    font-weight: 700;
    border: 1px solid #0054a4;
    border-radius: calc(50 / var(--root-fz) * 1rem);
    position: relative;
    padding: min(19 / var(--design-width) * 100vw, 19px) min(32 / var(--design-width) * 100vw, 32px);
    text-decoration: none;
    line-height: 1;
    text-align: center;
    width: min(260 / var(--root-fz) * 1rem, 260px);
    background: linear-gradient(90deg, #0054a4 0%, #3d7dba 45%, #3d7dba 55%, #0054a4 100%);
}
.c-link-love img {
    position: absolute;
    right: calc(15 / var(--root-fz) * 1rem);
    top: 50%;
    transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
    .c-link-love {
        transition: opacity var(--hover-duration);
    }
    .c-link-love:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 780px) {
    .c-link-love {
        font-size: calc(20 / var(--design-width) * 100vw);
        padding: calc(16 / var(--design-width) * 100vw) calc(28 / var(--design-width) * 100vw);
        border-radius: calc(50 / var(--design-width) * 100vw);
        gap: calc(8 / var(--design-width) * 100vw);
        width: calc(260 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-list-nav
--------------------------------------------- */
.c-list-nav {
    display: flex;
    flex-wrap: nowrap;
    gap: min(16 / var(--contents-width) * 100vw, 16px);
    list-style: none;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 780px) {
    .c-list-nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: calc(10 / var(--design-width) * 100vw);
    }
}
.c-list-nav__item {
    aspect-ratio: 1;
    width: 100%;
}
@media screen and (max-width: 780px) {
    .c-list-nav__item {
        aspect-ratio: auto;
    }
}
.c-list-nav__link {
    aspect-ratio: 1;
    background-color: #e6eff8;
    display: flex;
    flex-direction: column;
    border-radius: calc(20 / var(--root-fz) * 1rem);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    text-align: center;
    color: var(--color-black-1);
    font-weight: 900;
    width: 100%;
    height: 100%;
    position: relative;
    transition: 0.3s;
}
@media screen and (max-width: 780px) {
    .c-list-nav__link {
        aspect-ratio: auto;
        border-radius: calc(10 / var(--root-fz) * 1rem);
        padding: calc(10 / var(--design-width) * 100vw);
        text-align: left;
    }
}
.c-list-nav__link:hover {
    background-color: #91bee9;
}
.c-list-nav__link::after {
    content: "";
    display: block;
    width: calc(26 / var(--root-fz) * 1rem);
    height: calc(26 / var(--root-fz) * 1rem);
    background-image: url("https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/aff3fc80-1b02-401a-9d3d-b59006721e50.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    bottom: min(20 / var(--design-width) * 100vw, 20px);
    transform: translateX(-50%);
}
@media screen and (max-width: 780px) {
    .c-list-nav__link::after {
        width: calc(22 / var(--design-width) * 100vw);
        height: calc(22 / var(--design-width) * 100vw);
        left: auto;
        right: calc(10 / var(--design-width) * 100vw);
        bottom: calc(10 / var(--design-width) * 100vw);
        transform: none;
    }
}
.c-list-nav__num {
    font-family: var(--ff-montserrat);
    font-size: calc(23 / var(--root-fz) * 1rem);
    font-weight: 700;
    color: var(--color-base-1);
    position: absolute;
    top: min(27 / var(--design-width) * 100vw, 27px);
    left: 50%;
    line-height: 1;
    transform: translateX(-55%);
}
@media screen and (max-width: 780px) {
    .c-list-nav__num {
        font-size: calc(16 / var(--design-width) * 100vw);
        position: inherit;
        top: 0;
        left: 0;
        transform: none;
    }
}
.c-list-nav__num-strong {
    font-size: calc(30 / var(--root-fz) * 1rem);
}
@media screen and (max-width: 780px) {
    .c-list-nav__num-strong {
        font-size: calc(22 / var(--design-width) * 100vw);
    }
}
.c-list-nav__txt {
    font-size: min(18 / var(--contents-width) * 100vw, 18px);
    font-weight: 900;
    line-height: 1.33;
    flex: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-45%);
    width: 100%;
}
@media screen and (max-width: 780px) {
    .c-list-nav__txt {
        font-size: calc(16 / var(--design-width) * 100vw);
        letter-spacing: 0em;
        line-height: 1.4;
        padding-top: calc(15 / var(--design-width) * 100vw);
        position: inherit;
        top: 0;
        left: 0;
        transform: none;
    }
}
.c-list-nav__txt-marker {
    text-decoration: underline;
    text-decoration-color: rgba(255, 225, 0, 0.7);
    text-underline-offset: -2px;
    text-decoration-thickness: 7px;
}

/* ---------------------------------------------
*   c-list-hash1-check
--------------------------------------------- */
.c-list-hash1-check {
    display: flex;
    flex-wrap: nowrap;
    gap: calc(24 / var(--design-width) * 100vw);
    list-style: none;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 780px) {
    .c-list-hash1-check {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: calc(16 / var(--design-width) * 100vw);
        padding: 0 calc(30 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw);
    }
    .c-list-hash1-check::-webkit-scrollbar {
        display: none;
    }
}
.c-list-hash1-check__item {
    flex: 1;
    background-color: #fff;
    border: 2px solid var(--color-base-1);
    border-radius: min(24 / var(--contents-width) * 100vw, 24px);
    padding: min(26 / var(--design-width) * 100vw, 26px) min(38 / var(--design-width) * 100vw, 38px) min(30 / var(--design-width) * 100vw, 30px);
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 780px) {
    .c-list-hash1-check__item {
        flex: 0 0 calc(280 / var(--design-width) * 100vw);
        scroll-snap-align: start;
        border-radius: calc(20 / var(--design-width) * 100vw);
        padding: calc(20 / var(--design-width) * 100vw) calc(30 / var(--design-width) * 100vw) calc(18 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-list-hash3-tab
--------------------------------------------- */
.c-list-hash3-tab {
    gap: min(20 / var(--contents-width) * 100vw, 20px);
    display: flex;
    padding: 0 min(40 / var(--contents-width) * 100vw, 40px);
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 780px) {
    .c-list-hash3-tab {
        gap: calc(10 / var(--design-width) * 100vw);
        margin-bottom: calc(-20 / var(--design-width) * 100vw);
        padding: 0;
    }
}
.c-list-hash3-tab__item {
    margin-bottom: -2px;
    border-left: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(20 / var(--design-width) * 100vw, 20px);
    padding: min(11 / var(--design-width) * 100vw, 11px) min(20 / var(--design-width) * 100vw, 20px);
    background-color: #8cb2d6;
    border-bottom: 0;
    border-radius: calc(20 / var(--root-fz) * 1rem) calc(20 / var(--root-fz) * 1rem) 0 0;
    color: var(--color-white-1);
    font-size: calc(22 / var(--root-fz) * 1rem);
    font-weight: 700;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: background-color 0.3s;
}
@media screen and (max-width: 780px) {
    .c-list-hash3-tab__item {
        border: none;
        border-radius: calc(20 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw) 0 0;
        flex-direction: column;
        font-size: calc(17 / var(--design-width) * 100vw);
        gap: 0;
        padding: calc(10 / var(--design-width) * 100vw) calc(10 / var(--design-width) * 100vw) calc(25 / var(--design-width) * 100vw);
    }
}
.c-list-hash3-tab__item.is-active {
    background-color: #3376b6;
    border: 2px solid #0054a4;
    box-shadow: 8px 8px 0 0 #0054a4;
    color: #fff;
    font-weight: 900;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 780px) {
    .c-list-hash3-tab__item.is-active {
        box-shadow: 4px 4px 0 0 #0054a4;
    }
}
.c-list-hash3-tab__item.is-active .c-list-hash3-tab__item-label {
    color: #ffed66;
}
.c-list-hash3-tab__item:not(.is-active):hover {
    background-color: #3376b6;
    box-shadow: inset 0 0 0 2px #0054a4;
    color: #fff;
    font-weight: 900;
    position: relative;
    z-index: 1;
}
.c-list-hash3-tab__item:not(.is-active):hover .c-list-hash3-tab__item-label {
    color: #ffed66;
}
@media screen and (max-width: 780px) {
    .c-list-hash3-tab__item--tab2 {
        box-shadow: 4px 4px 0 0 #8cb2d6;
    }
}
.c-list-hash3-tab__item-label {
    display: block;
    font-family: var(--ff-montserrat);
    font-size: calc(14 / var(--root-fz) * 1rem);
    font-weight: 700;
    letter-spacing: 0.04em;
}
@media screen and (max-width: 780px) {
    .c-list-hash3-tab__item-label {
        font-size: calc(12 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-list-hash3-content
--------------------------------------------- */
.c-list-hash3-content {
    border-radius: calc(20 / var(--root-fz) * 1rem);
    box-shadow: 8px 8px 0 0 #0054a4;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border: 2px solid var(--color-base-1);
    padding: min(70 / var(--design-width) * 100vw, 70px) min(80 / var(--design-width) * 100vw, 80px);
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content {
        border-radius: 0 calc(20 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw);
        box-shadow: 4px 4px 0 0 #0054a4;
        padding: calc(30 / var(--design-width) * 100vw) calc(30 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content--tab1 {
        border-radius: 0 calc(20 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content--tab2 {
        border-radius: calc(20 / var(--design-width) * 100vw) 0 calc(20 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw);
    }
}
.c-list-hash3-content__item {
    display: flex;
    align-items: flex-start;
    gap: min(15 / var(--contents-width) * 100vw, 15px);
}
.c-list-hash3-content__item + .c-list-hash3-content__item {
    border-top: 1px solid var(--color-base-1);
    margin-top: min(43 / var(--contents-width) * 100vw, 43px);
    padding-top: min(43 / var(--contents-width) * 100vw, 43px);
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content__item {
        flex-direction: column;
        gap: 0;
    }
    .c-list-hash3-content__item + .c-list-hash3-content__item {
        border-top: none;
        margin-top: calc(23 / var(--design-width) * 100vw);
        padding-top: 0;
    }
}
.c-list-hash3-content__figure {
    align-self: center;
    flex: 0 0 min(350 / var(--design-width) * 100vw, 350px);
    padding-left: min(15 / var(--design-width) * 100vw, 15px);
    text-align: center;
}
.c-list-hash3-content__figure picture {
    display: block;
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content__figure {
        flex: none;
        order: 1;
        align-self: center;
        padding-left: 0;
        margin-bottom: calc(5 / var(--design-width) * 100vw);
        width: calc(176 / var(--design-width) * 100vw);
    }
    .c-list-hash3-content__figure img {
        width: 100%;
    }
}
.c-list-hash3-content__txt-wrap {
    flex: 1;
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content__txt-wrap {
        display: contents;
    }
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content__txt-wrap .c-list-hash3-content__txt {
        order: 2;
    }
}
.c-list-hash3-content__ttl {
    font-size: calc(24 / var(--root-fz) * 1rem);
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1.4;
    color: var(--color-base-1);
    margin-bottom: min(10 / var(--contents-width) * 100vw, 10px);
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content__ttl {
        align-self: center;
        font-size: calc(18 / var(--design-width) * 100vw);
        order: 0;
        margin-bottom: calc(-2 / var(--design-width) * 100vw);
        text-align: center;
    }
}
.c-list-hash3-content__ttl-strong {
    font-size: calc(36 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1.4;
    color: var(--color-base-1);
    margin-top: calc(4 / var(--design-width) * 100vw);
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content__ttl-strong {
        font-size: calc(22 / var(--design-width) * 100vw);
    }
}
.c-list-hash3-content__item > .c-list-hash3-content__ttl {
    flex: 0 0 calc(300 / var(--root-fz) * 1rem);
    font-size: calc(36 / var(--root-fz) * 1rem);
    font-weight: 900;
    color: var(--color-base-1);
    line-height: 1.5;
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content__item > .c-list-hash3-content__ttl {
        flex: none;
        font-size: calc(22 / var(--design-width) * 100vw);
        margin-bottom: calc(10 / var(--design-width) * 100vw);
    }
}
.c-list-hash3-content__ttl-marker {
    display: block;
    font-size: calc(28 / var(--root-fz) * 1rem);
    font-weight: 900;
    color: var(--color-base-1);
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-decoration: underline;
    text-decoration-color: #ffe100;
    text-underline-offset: -3px;
    text-decoration-thickness: 8px;
    margin-top: calc(4 / var(--design-width) * 100vw);
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content__ttl-marker {
        font-size: calc(26 / var(--design-width) * 100vw);
    }
}
.c-list-hash3-content__txt {
    font-size: calc(16 / var(--root-fz) * 1rem);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 2.1;
    color: var(--color-black-2);
    transform: translateY(max(-4 / var(--contents-width) * 100vw, -4px));
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content__txt {
        font-size: calc(14 / var(--design-width) * 100vw);
        line-height: 1.85;
    }
    .c-list-hash3-content__txt + .c-list-hash3-content__txt {
        margin-top: calc(10 / var(--design-width) * 100vw);
    }
}
.c-list-hash3-content__txt-strong {
    font-weight: 700;
}
.c-list-hash3-content__item > .c-list-hash3-content__ttl ~ .c-list-hash3-content__txt {
    flex: 1;
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content__item > .c-list-hash3-content__ttl ~ .c-list-hash3-content__txt {
        flex: none;
    }
}
.c-list-hash3-content__marker {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(255, 225, 0, 0.7);
    text-underline-offset: -2px;
    text-decoration-thickness: 7px;
}
.c-list-hash3-content__sub-img {
    flex: 0 0 min(350 / var(--design-width) * 100vw, 350px);
    padding-left: min(15 / var(--design-width) * 100vw, 15px);
}
.c-list-hash3-content__sub-img picture {
    display: block;
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content__sub-img {
        flex: none;
        width: calc(270 / var(--design-width) * 100vw);
        align-self: center;
        padding-left: 0;
    }
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content__sub-img img {
        width: 100%;
    }
}
.c-list-hash3-content__sub-txt {
    flex: 1;
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content__sub-txt {
        flex: none;
        margin-top: calc(10 / var(--design-width) * 100vw);
    }
}
.c-list-hash3-content__txt + .c-list-hash3-content__img {
    flex: 1;
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content__txt + .c-list-hash3-content__img {
        flex: none;
        margin-top: -1px;
    }
}
.c-list-hash3-content__txt:has(+ .c-list-hash3-content__img) {
    flex: 0 0 calc(300 / var(--root-fz) * 1rem);
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content__txt:has(+ .c-list-hash3-content__img) {
        flex: none;
    }
}
.c-list-hash3-content__txt:has(+ .c-list-hash3-content__img) .c-list-hash3-content__ttl {
    font-size: calc(30 / var(--root-fz) * 1rem);
    font-weight: 900;
    color: var(--color-base-1);
    line-height: 1.5;
    margin-bottom: min(20 / var(--contents-width) * 100vw, 20px);
    text-decoration: underline;
    text-decoration-color: #ffe100;
    text-underline-offset: -1px;
    text-decoration-thickness: 7px;
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content__txt:has(+ .c-list-hash3-content__img) .c-list-hash3-content__ttl {
        font-size: calc(18 / var(--design-width) * 100vw);
        margin-bottom: calc(10 / var(--design-width) * 100vw);
    }
}
.c-list-hash3-content__txt:has(+ .c-list-hash3-content__img) picture {
    display: block;
    margin-top: calc(10 / var(--design-width) * 100vw);
}
.c-list-hash3-content__txt:has(+ .c-list-hash3-content__img) img {
    display: block;
    width: calc(242 / var(--root-fz) * 1rem);
    height: auto;
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content__txt:has(+ .c-list-hash3-content__img) img {
        width: calc(280 / var(--design-width) * 100vw);
    }
}
.c-list-hash3-content__img {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: calc(10 / var(--design-width) * 100vw);
    align-items: flex-start;
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content__img {
        background-color: #e6eff8;
        border-radius: 0 0 calc(10 / var(--design-width) * 100vw) calc(10 / var(--design-width) * 100vw);
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: calc(10 / var(--design-width) * 100vw);
        padding: calc(17 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content__img-ttl {
        grid-column: span 2;
    }
}
.c-list-hash3-content__img-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    align-items: flex-end;
    gap: calc(6 / var(--design-width) * 100vw);
}
.c-list-hash3-content__img-item picture {
    display: block;
    width: 100%;
}
.c-list-hash3-content__img-item img {
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content__img-item {
        gap: calc(4 / var(--design-width) * 100vw);
    }
}
.c-list-hash3-content__img-ttl {
    font-size: min(18 / var(--design-width) * 100vw, 18px);
    font-weight: 700;
    color: var(--color-black-1);
    text-align: center;
    letter-spacing: -0.04em;
    line-height: 1.3;
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content__img-ttl {
        font-size: calc(12 / var(--design-width) * 100vw);
    }
}
.c-list-hash3-content--tab2 .c-list-hash3-content__item {
    gap: 0;
}
.c-list-hash3-content--tab2 .c-list-hash3-content__item:first-child {
    align-items: center;
    -moz-column-gap: min(44 / var(--design-width) * 100vw, 44px);
         column-gap: min(44 / var(--design-width) * 100vw, 44px);
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content--tab2 .c-list-hash3-content__item:first-child {
        align-items: stretch;
        row-gap: 0;
    }
}
.c-list-hash3-content--tab2 .c-list-hash3-content__item:first-child .c-list-hash3-content__figure {
    flex: 0 0 min(290 / var(--design-width) * 100vw, 290px);
    padding-left: 0;
}
.c-list-hash3-content--tab2 .c-list-hash3-content__item:first-child .c-list-hash3-content__figure img {
    display: block;
    height: auto;
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content--tab2 .c-list-hash3-content__item:first-child .c-list-hash3-content__figure img {
        width: 100%;
    }
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content--tab2 .c-list-hash3-content__item:first-child .c-list-hash3-content__figure {
        align-self: center;
        flex: none;
        margin-bottom: calc(17 / var(--design-width) * 100vw);
        width: calc(270 / var(--design-width) * 100vw);
    }
}
.c-list-hash3-content--tab2 .c-list-hash3-content__item:first-child .c-list-hash3-content__ttl {
    font-size: calc(35 / var(--root-fz) * 1rem);
    letter-spacing: 0.01em;
    line-height: 1.35;
    margin-bottom: min(17 / var(--design-width) * 100vw, 17px);
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content--tab2 .c-list-hash3-content__item:first-child .c-list-hash3-content__ttl {
        font-size: calc(22 / var(--design-width) * 100vw);
        line-height: 1.4;
        margin-bottom: calc(14 / var(--design-width) * 100vw);
    }
}
.c-list-hash3-content--tab2 .c-list-hash3-content__item:first-child .c-list-hash3-content__txt {
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 2.1;
    transform: none;
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content--tab2 .c-list-hash3-content__item:first-child .c-list-hash3-content__txt {
        line-height: 1.78;
    }
}
.c-list-hash3-content--tab2 .c-list-hash3-content__item--motion {
    border-top: none;
    display: block;
    margin-top: min(35 / var(--design-width) * 100vw, 35px);
    padding-top: 0;
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content--tab2 .c-list-hash3-content__item--motion {
        margin-top: calc(25 / var(--design-width) * 100vw);
    }
    .c-list-hash3-content--tab2 .c-list-hash3-content__item--motion::before {
        width: calc(5 / var(--design-width) * 100vw);
        height: calc(24 / var(--design-width) * 100vw);
        margin-bottom: calc(16 / var(--design-width) * 100vw);
        background-size: calc(5 / var(--design-width) * 100vw) calc(12 / var(--design-width) * 100vw);
    }
}
.c-list-hash3-content--tab2 .c-list-hash3-content__item--motion > .c-list-hash3-content__ttl {
    margin-bottom: min(18 / var(--design-width) * 100vw, 18px);
    text-align: center;
}
.c-list-hash3-content--tab2 .c-list-hash3-content__item--motion > .c-list-hash3-content__ttl picture,
.c-list-hash3-content--tab2 .c-list-hash3-content__item--motion > .c-list-hash3-content__ttl img {
    display: block;
}
.c-list-hash3-content--tab2 .c-list-hash3-content__item--motion > .c-list-hash3-content__ttl img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content--tab2 .c-list-hash3-content__item--motion > .c-list-hash3-content__ttl {
        margin-bottom: calc(10 / var(--design-width) * 100vw);
    }
    .c-list-hash3-content--tab2 .c-list-hash3-content__item--motion > .c-list-hash3-content__ttl picture,
    .c-list-hash3-content--tab2 .c-list-hash3-content__item--motion > .c-list-hash3-content__ttl img {
        width: calc(280 / var(--design-width) * 100vw);
        margin-right: auto;
        margin-left: auto;
    }
}
.c-list-hash3-content--tab2 .c-list-hash3-content__enjoy {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
}
.c-list-hash3-content--tab2 .c-list-hash3-content__enjoy::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #99bbdd;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content--tab2 .c-list-hash3-content__enjoy {
        display: block;
    }
    .c-list-hash3-content--tab2 .c-list-hash3-content__enjoy::before {
        content: none;
    }
}
.c-list-hash3-content--tab2 .c-list-hash3-content__enjoy-item {
    padding-right: min(35 / var(--design-width) * 100vw, 35px);
}
.c-list-hash3-content--tab2 .c-list-hash3-content__enjoy-item + .c-list-hash3-content__enjoy-item {
    padding-right: 0;
    padding-left: min(35 / var(--design-width) * 100vw, 35px);
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content--tab2 .c-list-hash3-content__enjoy-item + .c-list-hash3-content__enjoy-item {
        border-top: 1px solid #99bbdd;
        margin-top: calc(20 / var(--design-width) * 100vw);
        padding-left: 0;
        padding-top: calc(20 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content--tab2 .c-list-hash3-content__enjoy-item {
        padding-left: 0;
        padding-right: 0;
    }
}
.c-list-hash3-content--tab2 .c-list-hash3-content__enjoy-ttl {
    font-size: calc(20 / var(--root-fz) * 1rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.6;
    color: var(--color-base-1);
    margin-bottom: min(10 / var(--design-width) * 100vw, 10px);
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content--tab2 .c-list-hash3-content__enjoy-ttl {
        font-size: calc(16 / var(--design-width) * 100vw);
        font-weight: 900;
        line-height: 1.5;
        margin-bottom: calc(10 / var(--design-width) * 100vw);
        text-align: center;
    }
}
.c-list-hash3-content--tab2 .c-list-hash3-content__enjoy-ttl-marker {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #ffe100;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-offset: 0px;
    text-decoration-thickness: 7px;
}
.c-list-hash3-content--tab2 .c-list-hash3-content__enjoy-txt {
    font-size: calc(16 / var(--root-fz) * 1rem);
    font-weight: 500;
    line-height: 2;
    color: var(--color-black-2);
    text-align: justify;
}
@media screen and (max-width: 780px) {
    .c-list-hash3-content--tab2 .c-list-hash3-content__enjoy-txt {
        font-size: calc(14 / var(--design-width) * 100vw);
        line-height: 1.67;
    }
}

/* ---------------------------------------------
*   c-list-hash5-content
--------------------------------------------- */
.c-list-hash5-content__item {
    align-items: flex-end;
    display: flex;
    gap: min(30 / var(--design-width) * 100vw, 30px) 0;
    padding: min(75 / var(--contents-width) * 100vw, 75px) min(20 / var(--design-width) * 100vw, 20px) min(68 / var(--contents-width) * 100vw, 68px) min(70 / var(--design-width) * 100vw, 70px);
    justify-content: space-between;
}
@media screen and (max-width: 780px) {
    .c-list-hash5-content__item {
        flex-direction: column;
        gap: 0;
        padding: calc(35 / var(--design-width) * 100vw) 0 0;
    }
}
.c-list-hash5-content__item:has(.c-list-hash5-content__item-head) {
    flex-direction: column;
    align-items: stretch;
    gap: calc(16 / var(--design-width) * 100vw);
}
.c-list-hash5-content__item--love {
    padding: calc(30 / var(--design-width) * 100vw) 0 calc(50 / var(--design-width) * 100vw);
}
@media screen and (max-width: 780px) {
    .c-list-hash5-content__item--love {
        padding: calc(40 / var(--design-width) * 100vw) 0 0;
    }
}
.c-list-hash5-content__item--voice {
    padding: calc(20 / var(--design-width) * 100vw) 0;
}
@media screen and (max-width: 780px) {
    .c-list-hash5-content__item--voice {
        padding: calc(50 / var(--design-width) * 100vw) 0 0;
    }
}
.c-list-hash5-content__item--voice .c-list-hash5-content__item-ttl {
    margin-bottom: min(15 / var(--design-width) * 100vw, 15px);
    text-align: center;
}
.c-list-hash5-content__item--voice .c-list-hash5-content__item-ttl img {
    margin: auto;
}
.c-list-hash5-content__item--voice .c-list-hash5-content__item-txt-lead {
    font-weight: 700;
}
.c-list-hash5-content__item + .c-list-hash5-content__item:not(.c-list-hash5-content__item--voice, .c-list-hash5-content__item--love) {
    border-top: 1px solid var(--color-base-1);
}
@media screen and (max-width: 780px) {
    .c-list-hash5-content__item + .c-list-hash5-content__item:not(.c-list-hash5-content__item--voice, .c-list-hash5-content__item--love) {
        border-top: none;
    }
}
.c-list-hash5-content__item-txt {
    padding-bottom: min(12 / var(--design-width) * 100vw, 12px);
    width: min(444 / var(--design-width) * 100vw, 444px);
}
@media screen and (max-width: 780px) {
    .c-list-hash5-content__item-txt {
        padding-top: min(8 / var(--design-width) * 100vw, 8px);
        width: 100%;
    }
}
.c-list-hash5-content__item-ttl {
    font-size: calc(28 / var(--root-fz) * 1rem);
    font-weight: 900;
    color: var(--color-base-1);
    line-height: 1.6;
    margin-bottom: min(30 / var(--design-width) * 100vw, 30px);
    width: calc(100% + 100 / var(--design-width) * 100vw);
}
@media screen and (max-width: 780px) {
    .c-list-hash5-content__item-ttl {
        font-size: calc(20 / var(--design-width) * 100vw);
        font-weight: 700;
        line-height: 1.46;
        margin-bottom: calc(15 / var(--design-width) * 100vw);
        text-align: center;
        width: 100%;
    }
}
.c-list-hash5-content__item-img {
    margin-bottom: calc(20 / var(--design-width) * 100vw);
}
.c-list-hash5-content__item-img picture {
    display: block;
}
.c-list-hash5-content__item-img img {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(0);
    transform-origin: center center;
}
@media screen and (max-width: 780px) {
    .c-list-hash5-content__item-img {
        margin-bottom: calc(16 / var(--design-width) * 100vw);
    }
    .c-list-hash5-content__item-img img {
        max-width: 100%;
    }
}
.c-list-hash5-content__item-img-picture.is-show img {
    animation: icon-zoom 1s linear forwards;
}
@media (prefers-reduced-motion: reduce) {
    .c-list-hash5-content__item-img-picture img {
        transform: none;
    }
    .c-list-hash5-content__item-img-picture.is-show img {
        animation: none;
    }
}
.c-list-hash5-content__item-img-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(10 / var(--design-width) * 100vw, 10px);
    width: min(414 / var(--design-width) * 100vw, 414px);
}
@media screen and (max-width: 780px) {
    .c-list-hash5-content__item-img-container {
        width: 100%;
    }
}
.c-list-hash5-content__item-img-note {
    font-size: calc(12 / var(--root-fz) * 1rem);
    color: var(--color-black-2);
    margin-top: calc(14 / var(--design-width) * 100vw);
    line-height: 1.5;
}
@media screen and (max-width: 780px) {
    .c-list-hash5-content__item-img-note {
        font-size: calc(10 / var(--design-width) * 100vw);
        font-weight: 500;
        margin-top: calc(6 / var(--design-width) * 100vw);
        text-align: center;
    }
}
.c-list-hash5-content__item-link {
    margin-top: calc(29 / var(--design-width) * 100vw);
}
@media screen and (max-width: 780px) {
    .c-list-hash5-content__item-link {
        margin-top: calc(29 / var(--design-width) * 100vw);
        text-align: center;
    }
}
.c-list-hash5-content__item-visual {
    flex: 0 0 min(424 / var(--design-width) * 100vw, 424px);
}
@media screen and (max-width: 780px) {
    .c-list-hash5-content__item-visual {
        flex: none;
        order: -1;
        align-self: center;
    }
}
.c-list-hash5-content__item-figure img {
    display: block;
    height: auto;
}
.c-list-hash5-content__item-head {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c-list-hash5-content__item-head picture {
    display: block;
}
.c-list-hash5-content__item-head img {
    display: block;
    height: auto;
}
@media screen and (max-width: 780px) {
    .c-list-hash5-content__item-head img {
        width: calc(160 / var(--design-width) * 100vw);
    }
}
.c-list-hash5-content__item-txt-lead {
    font-size: calc(14 / var(--root-fz) * 1rem);
    color: var(--color-black-2);
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.5;
}
@media screen and (max-width: 780px) {
    .c-list-hash5-content__item-txt-lead {
        font-size: calc(14 / var(--design-width) * 100vw);
    }
}
.c-list-hash5-content__voice-list {
    align-content: center;
    display: flex;
    gap: min(10 / var(--design-width) * 100vw, 10px);
    list-style: none;
}
@media screen and (max-width: 780px) {
    .c-list-hash5-content__voice-list {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: calc(12 / var(--design-width) * 100vw);
        margin: 0 calc(-1 * 30 / var(--design-width) * 100vw);
        padding: 0 calc(30 / var(--design-width) * 100vw);
    }
}
.c-list-hash5-content__voice-item {
    align-content: center;
    background: url("https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/5cf49b11-3213-4430-a7b5-bbf4c742c115.png") no-repeat center center/100% 100%;
    flex: 1;
}
@media screen and (max-width: 780px) {
    .c-list-hash5-content__voice-item {
        background: url("https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/ad49a634-fabd-4a19-97cd-c57c03522410.png") no-repeat center center/contain;
        flex: 0 0 85%;
        scroll-snap-align: start;
    }
}
.c-list-hash5-content__voice-comment {
    color: var(--color-base-1);
    display: block;
    padding: min(20 / var(--design-width) * 100vw, 20px) min(15 / var(--design-width) * 100vw, 15px) min(33 / var(--design-width) * 100vw, 33px) min(15 / var(--design-width) * 100vw, 15px);
    font-size: min(15 / var(--design-width) * 100vw, 15px);
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}
@media screen and (max-width: 780px) {
    .c-list-hash5-content__voice-comment {
        font-size: calc(15 / var(--design-width) * 100vw);
        line-height: 1.45;
        padding: calc(29 / var(--design-width) * 100vw) calc(23 / var(--design-width) * 100vw) calc(43 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw);
        text-align: justify;
    }
}
.c-list-hash5-content__voice-comment-marker {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(255, 225, 0, 0.7);
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    text-underline-offset: -1px;
    text-decoration-thickness: 0.4em;
}

/* ---------------------------------------------
*   c-list-note
--------------------------------------------- */
.c-list-note {
    list-style: none;
}
.c-list-note__item {
    font-size: calc(10 / var(--root-fz) * 1rem);
    font-weight: 400;
    letter-spacing: 0.07em;
    line-height: 1.7;
    color: var(--color-black-2);
}
@media screen and (max-width: 780px) {
    .c-list-note__item {
        font-size: calc(10 / var(--design-width) * 100vw);
        line-height: 1.6;
    }
}

/* ---------------------------------------------
*   c-section-intro
--------------------------------------------- */
.c-section-intro {
    padding: min(210 / var(--contents-width) * 100vw, 210px) 0 min(42 / var(--contents-width) * 100vw, 42px);
}
@media screen and (max-width: 780px) {
    .c-section-intro {
        padding: 0 0 calc(56 / var(--design-width) * 100vw);
    }
}
.c-section-intro__container {
    max-width: calc((var(--contents-width) + var(--contents-side-padding) * 2) * 1px);
    margin: 0 auto;
    padding: 0 calc(var(--contents-side-padding) * 1px);
    width: 100%;
}
@media screen and (max-width: 780px) {
    .c-section-intro__container {
        max-width: 100%;
    }
}
.c-section-intro__head {
    position: absolute;
    top: min(253 / var(--design-width) * 100vw, 253px);
    left: max((100% - (var(--contents-width) + var(--contents-side-padding) * 2) * 1px) / 2 + 15px, 50px);
    z-index: 2;
}
@media screen and (max-width: 780px) {
    .c-section-intro__head {
        margin-top: calc(-140 / var(--design-width) * 100vw);
        position: relative;
        top: 0;
        left: 0;
        padding-bottom: calc(40 / var(--design-width) * 100vw);
    }
}
.c-section-intro__label {
    margin-bottom: min(20 / var(--design-width) * 100vw, 20px);
    margin-left: min(5 / var(--design-width) * 100vw, 5px);
    width: min(248 / var(--root-fz) * 1rem, 248px);
}
.c-section-intro__label img {
    display: block;
    width: 100%;
}
@media screen and (max-width: 780px) {
    .c-section-intro__label {
        margin-bottom: calc(10 / var(--design-width) * 100vw);
        margin-left: 0;
        width: calc(163 / var(--design-width) * 100vw);
    }
}
.c-section-intro__ttl {
    color: #fff;
    font-size: min(70 / var(--root-fz) * 1rem, 70px);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.37;
}
@media screen and (max-width: 780px) {
    .c-section-intro__ttl {
        font-size: calc(40 / var(--design-width) * 100vw);
        letter-spacing: 0.02em;
    }
}
.c-section-intro__txt {
    color: #fff;
    font-size: calc(18 / var(--root-fz) * 1rem);
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.16em;
    line-height: 2.75;
}
@media screen and (max-width: 780px) {
    .c-section-intro__txt {
        font-size: calc(14 / var(--root-fz) * 1rem);
        text-align: left;
        letter-spacing: 0.05em;
        line-height: 2.3;
    }
}

/* ---------------------------------------------
*   c-section-nav
--------------------------------------------- */
.c-section-nav {
    position: relative;
    z-index: 1;
    padding-bottom: min(120 / var(--design-width) * 100vw, 120px);
}
@media screen and (max-width: 780px) {
    .c-section-nav {
        padding-bottom: calc(60 / var(--design-width) * 100vw);
    }
}
.c-section-nav__ttl {
    display: flex;
    align-items: center;
    gap: min(26 / var(--design-width) * 100vw, 26px);
    margin-bottom: min(28 / var(--design-width) * 100vw, 28px);
    color: #fff;
    font-family: var(--ff-montserrat);
    font-size: calc(30 / var(--root-fz) * 1rem);
    font-weight: 700;
    letter-spacing: 0.025em;
}
@media screen and (max-width: 780px) {
    .c-section-nav__ttl {
        font-size: calc(14 / var(--design-width) * 100vw);
        gap: calc(10 / var(--design-width) * 100vw);
        margin-bottom: calc(12 / var(--design-width) * 100vw);
    }
}
.c-section-nav__ttl::before {
    border-radius: 1px;
    content: "";
    display: block;
    width: max((100% - 1210px) / 2, 30px);
    height: 2px;
    background-color: var(--color-white-1);
    flex-shrink: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.c-section-nav__ttl.js-line-grow.is-show::before {
    transform: scaleX(1);
}
.c-section-nav__ttl-txt {
    display: inline-block;
}
.c-section-nav__container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 calc(var(--contents-side-padding) * 1px);
    position: relative;
}
@media screen and (max-width: 780px) {
    .c-section-nav__container {
        max-width: 100%;
    }
}
.c-section-nav__cat {
    position: absolute;
    top: calc(100% + max(-55 / var(--design-width) * 100vw, -55px));
    left: calc(100% + max(-158 / var(--design-width) * 100vw, -158px));
    z-index: 1;
    width: min(176 / var(--design-width) * 100vw, 176px);
}
@media screen and (max-width: 780px) {
    .c-section-nav__cat {
        width: calc(160 / var(--design-width) * 100vw);
        top: auto;
        bottom: calc(-85 / var(--design-width) * 100vw);
        left: auto;
        right: calc(25 / var(--design-width) * 100vw);
    }
}
.c-section-nav__cat picture {
    display: block;
}
.c-section-nav__cat img {
    display: block;
    height: auto;
    width: 100%;
}

/* ---------------------------------------------
*   c-section-hash1
--------------------------------------------- */
.c-section-hash1 {
    padding: min(130 / var(--design-width) * 100vw, 130px) 30px min(90 / var(--design-width) * 100vw, 90px) 120px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 780px) {
    .c-section-hash1 {
        padding: calc(50 / var(--design-width) * 100vw) 0 calc(47 / var(--design-width) * 100vw);
    }
}
.c-section-hash1__hash-num {
    display: flex;
    align-items: center;
    gap: min(27 / var(--design-width) * 100vw, 27px);
    position: absolute;
    top: min(133 / var(--design-width) * 100vw, 133px);
    left: 0;
}
@media screen and (max-width: 780px) {
    .c-section-hash1__hash-num {
        gap: calc(5 / var(--design-width) * 100vw);
        padding: 0 0 calc(14 / var(--design-width) * 100vw);
        position: inherit;
        top: 0;
    }
}
.c-section-hash1__hash-num::before {
    content: "";
    display: block;
    height: 2px;
    width: max((100vw - 1215px) / 2, 30px);
    background-color: var(--color-base-1);
    flex-shrink: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (max-width: 780px) {
    .c-section-hash1__hash-num::before {
        width: calc(25 / var(--design-width) * 100vw);
    }
}
.c-section-hash1__hash-num.js-line-grow.is-show::before {
    transform: scaleX(1);
}
.c-section-hash1__hash-num-num {
    display: flex;
    align-items: center;
    gap: min(20 / var(--contents-width) * 100vw, 20px);
    color: var(--color-base-1);
    font-family: var(--ff-montserrat);
    font-size: min(30 / var(--contents-width) * 100vw, 30px);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
}
@media screen and (max-width: 780px) {
    .c-section-hash1__hash-num-num {
        font-size: calc(14 / var(--design-width) * 100vw);
        left: 0;
    }
}
.c-section-hash1__container {
    position: relative;
    max-width: calc(var(--contents-width) * 1px);
    margin: 0 auto;
    transform: translateX(calc(clamp(0px, (100vw - 1140px) * 0.5, 55px) * -1));
    width: 100%;
}
@media screen and (max-width: 780px) {
    .c-section-hash1__container {
        max-width: 100%;
        padding: 0;
        transform: none;
    }
}
.c-section-hash1__content {
    display: grid;
    grid-template-columns: min(400 / var(--contents-width) * 100vw, 400px) min(500 / var(--contents-width) * 100vw, 500px);
    gap: min(32 / var(--design-width) * 100vw, 32px);
}
@media screen and (max-width: 780px) {
    .c-section-hash1__content {
        display: flex;
        flex-direction: column;
        -moz-column-gap: calc(40 / var(--design-width) * 100vw);
             column-gap: calc(40 / var(--design-width) * 100vw);
        transform: none;
        width: 100%;
    }
}
@media screen and (max-width: 780px) {
    .c-section-hash1__head {
        padding: 0 calc(30 / var(--design-width) * 100vw);
    }
}
.c-section-hash1__ttl {
    font-size: min(42 / var(--contents-width) * 100vw, 42px);
    font-weight: 700;
    line-height: 1.86;
    letter-spacing: 0.05em;
    transform: translateY(-5px);
}
@media screen and (max-width: 780px) {
    .c-section-hash1__ttl {
        font-size: calc(32 / var(--design-width) * 100vw);
        line-height: 1.75;
    }
}
.c-section-hash1__ttl-marker {
    display: inline;
    background-color: var(--color-base-1);
    color: #fff;
    line-height: 1;
    padding: calc(8 / var(--root-fz) * 1rem) calc(11 / var(--root-fz) * 1rem) calc(13 / var(--root-fz) * 1rem);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 780px) {
    .c-section-hash1__ttl-marker {
        padding: calc(7 / var(--design-width) * 100vw) calc(7 / var(--design-width) * 100vw) calc(7 / var(--design-width) * 100vw);
    }
}
.c-section-hash1__img {
    width: min(500 / var(--design-width) * 100vw, 500px);
}
.c-section-hash1__img picture {
    display: block;
}
.c-section-hash1__img img {
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 780px) {
    .c-section-hash1__img {
        margin-top: calc(18 / var(--design-width) * 100vw);
        padding: 0 calc(30 / var(--design-width) * 100vw);
        width: 100%;
    }
}
.c-section-hash1__lead {
    color: var(--color-black-2);
    font-size: calc(16 / var(--root-fz) * 1rem);
    font-weight: 700;
    line-height: 2.1;
    letter-spacing: 0.01em;
    padding-top: min(24 / var(--design-width) * 100vw, 24px);
    width: calc(100% + 220px);
}
@media screen and (max-width: 780px) {
    .c-section-hash1__lead {
        font-size: calc(14 / var(--design-width) * 100vw);
        line-height: 1.9;
        margin-top: calc(18 / var(--design-width) * 100vw);
        padding: 0;
        width: 100%;
    }
}
.c-section-hash1__lead-marker {
    text-decoration: underline;
    text-decoration-color: #ffe100;
    text-underline-offset: 2px;
    text-decoration-thickness: 6px;
}

/* ---------------------------------------------
*   c-section-hash1-check
--------------------------------------------- */
.c-section-hash1-check {
    overflow: hidden;
    background-color: #f2f2f2;
    padding: min(60 / var(--contents-width) * 100vw, 60px) 0 min(94 / var(--contents-width) * 100vw, 94px);
}
@media screen and (max-width: 780px) {
    .c-section-hash1-check {
        padding: calc(40 / var(--design-width) * 100vw) 0 calc(85 / var(--design-width) * 100vw);
    }
}
.c-section-hash1-check__container {
    max-width: calc((var(--contents-width) + var(--contents-side-padding) * 2) * 1px);
    margin: 0 auto;
    padding: 0 calc(var(--contents-side-padding) * 1px);
    width: 100%;
}
@media screen and (max-width: 780px) {
    .c-section-hash1-check__container {
        max-width: 100%;
        padding: 0;
    }
}
.c-section-hash1-check__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: calc(20 / var(--contents-width) * 100vw);
}
@media screen and (max-width: 780px) {
    .c-section-hash1-check__head {
        margin-bottom: calc(10 / var(--design-width) * 100vw);
    }
}
.c-section-hash1-check__head-icon {
    display: inline-block;
    background-color: #6396c9;
    border-radius: 9999px;
    color: var(--color-white-1);
    font-size: calc(14 / var(--root-fz) * 1rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: calc(2 / var(--design-width) * 100vw) calc(11 / var(--design-width) * 100vw);
    margin-bottom: calc(28 / var(--design-width) * 100vw);
}
@media screen and (max-width: 780px) {
    .c-section-hash1-check__head-icon {
        font-size: calc(14 / var(--design-width) * 100vw);
        margin-bottom: calc(12 / var(--design-width) * 100vw);
        padding: calc(1 / var(--design-width) * 100vw) calc(10 / var(--design-width) * 100vw);
    }
}
.c-section-hash1-check__ttl {
    font-size: calc(24 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: var(--color-base-1);
}
@media screen and (max-width: 780px) {
    .c-section-hash1-check__ttl {
        font-size: calc(18 / var(--design-width) * 100vw);
    }
}
.c-section-hash1-check__ttl-strong {
    display: block;
    font-size: calc(40 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1.3;
    margin-top: min(4 / var(--contents-width) * 100vw, 4px);
}
@media screen and (max-width: 780px) {
    .c-section-hash1-check__ttl-strong {
        font-size: calc(30 / var(--design-width) * 100vw);
        margin-top: calc(2 / var(--design-width) * 100vw);
    }
}
.c-section-hash1-check__lead {
    font-size: calc(18 / var(--root-fz) * 1rem);
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: var(--color-black-2);
    margin-bottom: calc(40 / var(--design-width) * 100vw);
}
@media screen and (max-width: 780px) {
    .c-section-hash1-check__lead {
        font-size: calc(14 / var(--design-width) * 100vw);
        text-align: center;
        line-height: 1.9;
        margin-bottom: calc(30 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-hash2
--------------------------------------------- */
.c-section-hash2 {
    padding: min(100 / var(--contents-width) * 100vw, 100px) 120px min(80 / var(--contents-width) * 100vw, 80px) 120px;
    position: relative;
}
@media screen and (max-width: 780px) {
    .c-section-hash2 {
        padding: calc(40 / var(--design-width) * 100vw) 0 calc(80 / var(--design-width) * 100vw);
    }
}
.c-section-hash2__hash-num {
    display: flex;
    align-items: center;
    gap: min(27 / var(--design-width) * 100vw, 27px);
    position: absolute;
    top: min(97 / var(--contents-width) * 100vw, 97px);
    left: 0;
}
@media screen and (max-width: 780px) {
    .c-section-hash2__hash-num {
        gap: calc(6 / var(--design-width) * 100vw);
        padding: 0 0 calc(15 / var(--design-width) * 100vw);
        position: absolute;
        top: calc(265 / var(--design-width) * 100vw);
        z-index: 1;
    }
}
.c-section-hash2__hash-num::before {
    content: "";
    display: block;
    height: 2px;
    width: max((100vw - 1240px) / 2, 30px);
    background-color: var(--color-base-1);
    flex-shrink: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (max-width: 780px) {
    .c-section-hash2__hash-num::before {
        background-color: #fff;
        width: calc(25 / var(--design-width) * 100vw);
    }
}
.c-section-hash2__hash-num.js-line-grow.is-show::before {
    transform: scaleX(1);
}
.c-section-hash2__hash-num-num {
    display: flex;
    align-items: center;
    gap: min(20 / var(--contents-width) * 100vw, 20px);
    color: var(--color-base-1);
    font-family: var(--ff-montserrat);
    font-size: min(30 / var(--contents-width) * 100vw, 30px);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
}
@media screen and (max-width: 780px) {
    .c-section-hash2__hash-num-num {
        color: #fff;
        font-size: calc(14 / var(--design-width) * 100vw);
        left: 0;
    }
}
.c-section-hash2__container {
    position: relative;
    max-width: calc(var(--contents-width) * 1px);
    margin: 0 auto;
    width: 100%;
}
@media screen and (max-width: 780px) {
    .c-section-hash2__container {
        max-width: 100%;
        padding: 0;
    }
}
.c-section-hash2__content {
    display: flex;
    gap: min(60 / var(--design-width) * 100vw, 60px);
    align-items: flex-start;
}
@media screen and (max-width: 780px) {
    .c-section-hash2__content {
        display: grid;
        grid-template-areas: "img" "ttl" "lead" "note";
        gap: 0;
    }
}
.c-section-hash2__img {
    width: min(37.037037037vw, 500px);
}
.c-section-hash2__img picture {
    display: block;
}
.c-section-hash2__img img {
    display: block;
    height: auto;
}
@media screen and (max-width: 780px) {
    .c-section-hash2__img img {
        width: 100%;
    }
}
@media screen and (max-width: 780px) {
    .c-section-hash2__img {
        grid-area: img;
        margin-bottom: calc(-71 / var(--design-width) * 100vw);
        padding: 0;
        width: 100%;
    }
}
.c-section-hash2__head {
    width: min(450 / var(--design-width) * 100vw, 450px);
}
@media screen and (max-width: 780px) {
    .c-section-hash2__head {
        display: contents;
    }
}
.c-section-hash2__ttl {
    font-size: min(42 / var(--design-width) * 100vw, 42px);
    font-weight: 700;
    line-height: 1.86;
    letter-spacing: 0.02em;
    margin-bottom: calc(25 / var(--design-width) * 100vw);
}
@media screen and (max-width: 780px) {
    .c-section-hash2__ttl {
        font-size: calc(32 / var(--design-width) * 100vw);
        letter-spacing: 0;
        line-height: 1.72;
        margin-bottom: 0;
        padding: 0 calc(30 / var(--design-width) * 100vw);
    }
}
.c-section-hash2__ttl-marker {
    display: inline;
    background-color: var(--color-base-1);
    color: #fff;
    line-height: 1;
    padding: calc(8 / var(--root-fz) * 1rem) calc(9 / var(--root-fz) * 1rem) calc(10 / var(--root-fz) * 1rem);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 780px) {
    .c-section-hash2__ttl-marker {
        padding: calc(7 / var(--design-width) * 100vw) calc(7 / var(--design-width) * 100vw) calc(7 / var(--design-width) * 100vw);
    }
}
.c-section-hash2__lead {
    color: var(--color-black-2);
    font-size: calc(16 / var(--root-fz) * 1rem);
    font-weight: 700;
    line-height: 2.1;
    margin-bottom: min(25 / var(--design-width) * 100vw, 25px);
}
@media screen and (max-width: 780px) {
    .c-section-hash2__lead {
        grid-area: lead;
        font-size: calc(14 / var(--design-width) * 100vw);
        line-height: 1.86;
        margin-top: calc(20 / var(--design-width) * 100vw);
        margin-bottom: 0;
        padding: 0 calc(30 / var(--design-width) * 100vw);
        text-align: justify;
    }
}
.c-section-hash2__lead-marker {
    text-decoration: underline;
    text-decoration-color: #ffe100;
    text-underline-offset: -3px;
    text-decoration-thickness: 7px;
}
.c-section-hash2__lead-note {
    font-size: calc(10 / var(--root-fz) * 1rem);
    font-weight: 500;
    line-height: 1.75;
    color: var(--color-black-1);
    text-indent: -0.18em;
}
@media screen and (max-width: 780px) {
    .c-section-hash2__lead-note {
        grid-area: note;
        font-size: calc(10 / var(--design-width) * 100vw);
        margin-top: calc(13 / var(--design-width) * 100vw);
        padding: 0 calc(30 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-hash2-check
--------------------------------------------- */
.c-section-hash2-check {
    background-color: #f2f2f2;
    padding: min(60 / var(--design-width) * 100vw, 60px) 0 min(90 / var(--design-width) * 100vw, 90px);
}
@media screen and (max-width: 780px) {
    .c-section-hash2-check {
        padding: calc(40 / var(--design-width) * 100vw) 0 calc(80 / var(--design-width) * 100vw);
    }
}
.c-section-hash2-check__container {
    display: flex;
    gap: min(60 / var(--design-width) * 100vw, 60px);
    align-items: flex-start;
    max-width: calc((var(--contents-width) + var(--contents-side-padding) * 2) * 1px);
    margin: 0 auto;
    padding: 0 calc(var(--contents-side-padding) * 1px);
    width: 100%;
    justify-content: space-between;
}
@media screen and (max-width: 780px) {
    .c-section-hash2-check__container {
        display: block;
        max-width: 100%;
        padding: 0;
        position: relative;
    }
}
.c-section-hash2-check__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 14px;
    padding-top: min(56 / var(--design-width) * 100vw, 56px);
    position: relative;
}
@media screen and (max-width: 780px) {
    .c-section-hash2-check__head {
        align-items: center;
        margin-bottom: calc(25 / var(--design-width) * 100vw);
        padding: 0 calc(30 / var(--design-width) * 100vw);
        position: static;
        text-align: center;
    }
}
.c-section-hash2-check__lead {
    font-size: min(2.1818181818vw, 24px);
    font-weight: 900;
    line-height: 1.5;
    color: var(--color-base-1);
    margin-bottom: calc(2 / var(--design-width) * 100vw);
}
@media screen and (max-width: 780px) {
    .c-section-hash2-check__lead {
        font-size: calc(18 / var(--design-width) * 100vw);
        text-align: center;
    }
}
.c-section-hash2-check__ttl {
    font-size: min(3.6363636364vw, 40px);
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: -0.03em;
    color: var(--color-base-1);
    margin-bottom: 0;
}
@media screen and (max-width: 780px) {
    .c-section-hash2-check__ttl {
        font-size: calc(30 / var(--design-width) * 100vw);
        text-align: center;
    }
}
.c-section-hash2-check__head-icon {
    display: inline-block;
    background-color: #6396c9;
    border-radius: 9999px;
    color: var(--color-white-1);
    font-size: calc(14 / var(--root-fz) * 1rem);
    font-family: var(--ff-montserrat);
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: min(2 / var(--design-width) * 100vw, 2px) min(12 / var(--design-width) * 100vw, 12px);
    margin-bottom: min(24 / var(--design-width) * 100vw, 24px);
}
@media screen and (max-width: 780px) {
    .c-section-hash2-check__head-icon {
        font-size: calc(14 / var(--design-width) * 100vw);
        margin-bottom: calc(15 / var(--design-width) * 100vw);
        padding: calc(1 / var(--design-width) * 100vw) calc(10 / var(--design-width) * 100vw);
    }
}
.c-section-hash2-check__ttl-marker {
    text-decoration: underline;
    text-decoration-color: #ffe100;
    text-underline-offset: -3px;
    text-decoration-thickness: 7px;
}
.c-section-hash2-check__cat {
    margin-top: min(60 / var(--design-width) * 100vw, 60px);
    transform: translateX(-5px);
    z-index: 1;
}
.c-section-hash2-check__cat picture {
    display: block;
}
.c-section-hash2-check__cat img {
    display: block;
    width: calc(150 / var(--root-fz) * 1rem);
    height: auto;
}
@media screen and (max-width: 780px) {
    .c-section-hash2-check__cat {
        position: absolute;
        right: calc(16 / var(--design-width) * 100vw);
        bottom: calc(-77 / var(--design-width) * 100vw);
    }
    .c-section-hash2-check__cat img {
        width: calc(104 / var(--design-width) * 100vw);
    }
}
.c-section-hash2-check__figure {
    position: relative;
    width: min(51.9090909091vw, 571px);
}
@media screen and (max-width: 780px) {
    .c-section-hash2-check__figure {
        padding: 0 calc(15 / var(--design-width) * 100vw) 0 calc(35 / var(--design-width) * 100vw);
        width: 100%;
    }
}
.c-section-hash2-check__figure picture {
    display: block;
}
.c-section-hash2-check__figure img {
    display: block;
    width: 100%;
}
@media screen and (max-width: 780px) {
    .c-section-hash2-check__figure img {
        width: 100%;
    }
}
.c-section-hash2-check__figure-ttl {
    display: inline-block;
    font-size: min(1.8181818182vw, 20px);
    font-weight: 900;
    line-height: 1.8;
    letter-spacing: 0.01em;
    padding: 0 min(50 / var(--design-width) * 100vw, 50px);
    position: absolute;
    left: calc(50% - 15px);
    text-align: center;
    top: min(10.0909090909vw, 111px);
    transform: translateX(-50%);
    width: 100%;
}
@media screen and (max-width: 780px) {
    .c-section-hash2-check__figure-ttl {
        font-size: calc(14 / var(--design-width) * 100vw);
        letter-spacing: -0.01em;
        left: calc(50% - 10px);
        top: calc(70 / var(--design-width) * 100vw);
    }
}
.c-section-hash2-check__figure-ttl-large {
    font-size: min(2.4545454545vw, 27px);
}
@media screen and (max-width: 780px) {
    .c-section-hash2-check__figure-ttl-large {
        font-size: calc(16 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-hash3
--------------------------------------------- */
.c-section-hash3 {
    position: relative;
    background-color: #f2f2f2;
    padding: min(109 / var(--design-width) * 100vw, 109px) 120px min(126 / var(--design-width) * 100vw, 126px) 120px;
}
@media screen and (max-width: 780px) {
    .c-section-hash3 {
        padding: calc(70 / var(--design-width) * 100vw) 0 calc(79 / var(--design-width) * 100vw);
    }
}
.c-section-hash3__hash-num {
    display: flex;
    align-items: center;
    gap: min(27 / var(--design-width) * 100vw, 27px);
    position: absolute;
    top: min(114 / var(--design-width) * 100vw, 114px);
    left: 0;
}
@media screen and (max-width: 780px) {
    .c-section-hash3__hash-num {
        gap: calc(10 / var(--design-width) * 100vw);
        padding: 0 0 calc(10 / var(--design-width) * 100vw);
        position: inherit;
        top: 0;
    }
}
.c-section-hash3__hash-num::before {
    content: "";
    display: block;
    height: 2px;
    width: max((100vw - 1215px) / 2, 30px);
    background-color: var(--color-base-1);
    flex-shrink: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (max-width: 780px) {
    .c-section-hash3__hash-num::before {
        width: calc(20 / var(--design-width) * 100vw);
    }
}
.c-section-hash3__hash-num.js-line-grow.is-show::before {
    transform: scaleX(1);
}
.c-section-hash3__hash-num-num {
    display: flex;
    align-items: center;
    gap: min(20 / var(--contents-width) * 100vw, 20px);
    color: var(--color-base-1);
    font-family: var(--ff-montserrat);
    font-size: min(30 / var(--contents-width) * 100vw, 30px);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
}
@media screen and (max-width: 780px) {
    .c-section-hash3__hash-num-num {
        font-size: calc(14 / var(--design-width) * 100vw);
    }
}
.c-section-hash3__container {
    position: relative;
    max-width: calc(var(--contents-width) * 1px);
    margin: 0 auto;
    width: 100%;
}
@media screen and (max-width: 780px) {
    .c-section-hash3__container {
        max-width: 100%;
        padding: 0 0;
    }
}
.c-section-hash3__head {
    display: flex;
    gap: min(30 / var(--contents-width) * 100vw, 30px);
    justify-content: space-between;
    padding-bottom: min(60 / var(--contents-width) * 100vw, 60px);
    width: calc(100% + 25px);
}
@media screen and (max-width: 780px) {
    .c-section-hash3__head {
        display: block;
        padding: 0 0 calc(23 / var(--design-width) * 100vw);
        width: 100%;
    }
}
.c-section-hash3__ttl {
    font-size: min(42 / var(--design-width) * 100vw, 42px);
    font-weight: 700;
    line-height: 1.86;
    flex-shrink: 0;
}
@media screen and (max-width: 780px) {
    .c-section-hash3__ttl {
        font-size: calc(32 / var(--design-width) * 100vw);
        line-height: 1.7;
        padding: 0 calc(30 / var(--design-width) * 100vw);
    }
}
.c-section-hash3__ttl-question {
    letter-spacing: -0.1em;
    display: inline-block;
    margin-left: -0.2em;
}
.c-section-hash3__ttl-marker {
    display: inline;
    background-color: var(--color-base-1);
    color: #fff;
    line-height: 1;
    padding: calc(8 / var(--root-fz) * 1rem) calc(8 / var(--root-fz) * 1rem) calc(11 / var(--root-fz) * 1rem);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 780px) {
    .c-section-hash3__ttl-marker {
        padding: calc(7 / var(--design-width) * 100vw) calc(7 / var(--design-width) * 100vw) calc(7 / var(--design-width) * 100vw);
    }
}
.c-section-hash3__lead {
    align-self: center;
    color: var(--color-black-2);
    font-size: calc(16 / var(--root-fz) * 1rem);
    font-weight: 700;
    line-height: 2.1;
    padding-top: min(10 / var(--design-width) * 100vw, 10px);
    transform: translateY(max(-5 / var(--contents-width) * 100vw, -5px));
    width: 100%;
}
@media screen and (max-width: 780px) {
    .c-section-hash3__lead {
        font-size: calc(14 / var(--design-width) * 100vw);
        line-height: 1.9;
        margin-top: calc(27 / var(--design-width) * 100vw);
        margin-bottom: 0;
        text-align: justify;
        padding: 0 calc(30 / var(--design-width) * 100vw);
        width: 100%;
    }
}
.c-section-hash3__lead-marker {
    text-decoration: underline;
    text-decoration-color: #ffe100;
    text-underline-offset: 0;
    text-decoration-thickness: 7px;
}
@media screen and (max-width: 780px) {
    .c-section-hash3__body {
        padding: 0 calc(25 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-hash4
--------------------------------------------- */
.c-section-hash4 {
    background-image: url(https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/44e7b8a4-5c97-4a15-a843-6176ee65c6e6.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top min(257 / var(--design-width) * 100vw, 257px) center;
    min-height: min(757 / var(--design-width) * 100vw, 757px);
    position: relative;
    padding: min(150 / var(--design-width) * 100vw, 150px) 120px min(100 / var(--design-width) * 100vw, 100px) 120px;
}
@media screen and (max-width: 780px) {
    .c-section-hash4 {
        background-image: url("https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/865d2f8a-685f-41f3-9a6c-d2f0f262d704.png");
        background-size: calc(390 / var(--design-width) * 100vw) calc(1500 / var(--design-width) * 100vw);
        background-repeat: no-repeat;
        background-position: top calc(205 / var(--design-width) * 100vw) center;
        min-height: auto;
        padding: calc(61 / var(--design-width) * 100vw) 0 calc(60 / var(--design-width) * 100vw);
    }
}
.c-section-hash4__hash-num {
    display: flex;
    align-items: center;
    gap: min(27 / var(--design-width) * 100vw, 27px);
    position: absolute;
    top: min(145 / var(--design-width) * 100vw, 145px);
    left: 0;
}
@media screen and (max-width: 780px) {
    .c-section-hash4__hash-num {
        gap: calc(5 / var(--design-width) * 100vw);
        padding: 0 0 calc(15 / var(--design-width) * 100vw);
        position: inherit;
        top: 0;
    }
}
.c-section-hash4__hash-num::before {
    content: "";
    display: block;
    height: 2px;
    width: max((100vw - 1215px) / 2, 30px);
    background-color: var(--color-base-1);
    flex-shrink: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (max-width: 780px) {
    .c-section-hash4__hash-num::before {
        width: calc(25 / var(--design-width) * 100vw);
    }
}
.c-section-hash4__hash-num.js-line-grow.is-show::before {
    transform: scaleX(1);
}
.c-section-hash4__hash-num-num {
    display: flex;
    align-items: center;
    gap: min(20 / var(--contents-width) * 100vw, 20px);
    color: var(--color-base-1);
    font-family: var(--ff-montserrat);
    font-size: min(30 / var(--contents-width) * 100vw, 30px);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
}
@media screen and (max-width: 780px) {
    .c-section-hash4__hash-num-num {
        font-size: calc(14 / var(--design-width) * 100vw);
    }
}
.c-section-hash4__container {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: min(150 / var(--design-width) * 100vw, 150px);
    max-width: calc(var(--contents-width) * 1px);
    margin: 0 auto;
    width: 100%;
}
@media screen and (max-width: 780px) {
    .c-section-hash4__container {
        display: block;
        max-width: 100%;
        padding-right: 0;
    }
}
.c-section-hash4__head {
    align-self: flex-start;
    flex-shrink: 0;
    position: relative;
    transform: translateY(max(-7 / var(--contents-width) * 100vw, -7px));
}
@media screen and (max-width: 780px) {
    .c-section-hash4__head {
        padding-bottom: calc(60 / var(--design-width) * 100vw);
        position: static;
    }
}
.c-section-hash4__ttl {
    font-size: min(42 / var(--design-width) * 100vw, 42px);
    font-weight: 700;
    line-height: 1.86;
    margin-bottom: calc(20 / var(--design-width) * 100vw);
}
@media screen and (max-width: 780px) {
    .c-section-hash4__ttl {
        font-size: calc(32 / var(--design-width) * 100vw);
        line-height: 1.75;
        margin-bottom: 0;
        padding: 0 calc(30 / var(--design-width) * 100vw);
    }
}
.c-section-hash4__ttl-marker {
    line-height: 1;
    padding: calc(8 / var(--root-fz) * 1rem) calc(14 / var(--root-fz) * 1rem) calc(8 / var(--root-fz) * 1rem) calc(11 / var(--root-fz) * 1rem);
    background-color: var(--color-base-1);
    color: #fff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 780px) {
    .c-section-hash4__ttl-marker {
        padding: calc(7 / var(--design-width) * 100vw) calc(7 / var(--design-width) * 100vw) calc(7 / var(--design-width) * 100vw);
    }
}
.c-section-hash4__cat-img {
    position: absolute;
    top: min(72 / var(--design-width) * 100vw, 72px);
    right: max(-63 / var(--design-width) * 100vw, -63px);
    width: min(138 / var(--design-width) * 100vw, 138px);
}
@media screen and (max-width: 780px) {
    .c-section-hash4__cat-img {
        left: auto;
        right: calc(10 / var(--design-width) * 100vw);
        transform: none;
        top: auto;
        bottom: calc(7 / var(--design-width) * 100vw);
        width: calc(120 / var(--design-width) * 100vw);
    }
}
.c-section-hash4__cat-img picture {
    display: block;
}
.c-section-hash4__cat-img img {
    display: block;
    height: auto;
    width: 100%;
}
.c-section-hash4__list {
    width: min(512 / 987 * 100%, 512px);
}
@media screen and (max-width: 780px) {
    .c-section-hash4__list {
        padding: 0 calc(30 / var(--design-width) * 100vw);
        width: 100%;
    }
}

/* ---------------------------------------------
*   c-section-hash5
--------------------------------------------- */
.c-section-hash5 {
    position: relative;
    background-image: linear-gradient(to bottom, transparent 0, transparent min(950 / var(--design-width) * 100vw, 950px), #e6eff8 min(950 / var(--design-width) * 100vw, 950px), #e6eff8 100%), url("https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/7e6c3785-bd2b-4431-b272-cce4439e174f.png");
    background-size: 100% 100%, max(1350 / var(--design-width) * 100vw, 1350px) max(740 / var(--design-width) * 100vw, 740px);
    background-repeat: no-repeat;
    background-position: top center, top min(493 / var(--design-width) * 100vw, 493px) center;
    padding: min(155 / var(--design-width) * 100vw, 155px) 120px min(85 / var(--design-width) * 100vw, 85px) 120px;
}
@media screen and (max-width: 780px) {
    .c-section-hash5 {
        background-image: linear-gradient(to bottom, transparent 0, transparent calc(700 / var(--design-width) * 100vw), #e6eff8 calc(700 / var(--design-width) * 100vw), #e6eff8 100%), url("https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/c203f423-1933-4f19-bacd-bcdc90c63772.png");
        background-size: 100% 100%, calc(390 / var(--design-width) * 100vw) calc(840 / var(--design-width) * 100vw);
        background-position: top center, top calc(430 / var(--design-width) * 100vw) center;
        padding: calc(70 / var(--design-width) * 100vw) 0 calc(60 / var(--design-width) * 100vw);
    }
}
.c-section-hash5__hash-num {
    display: flex;
    align-items: center;
    gap: min(27 / var(--design-width) * 100vw, 27px);
    position: absolute;
    top: min(148 / var(--design-width) * 100vw, 148px);
    left: 0;
}
@media screen and (max-width: 780px) {
    .c-section-hash5__hash-num {
        gap: calc(5 / var(--design-width) * 100vw);
        padding: 0 0 calc(10 / var(--design-width) * 100vw);
        position: inherit;
        top: 0;
    }
}
.c-section-hash5__hash-num::before {
    content: "";
    display: block;
    height: 2px;
    width: max((100vw - 1215px) / 2, 30px);
    background-color: var(--color-base-1);
    flex-shrink: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (max-width: 780px) {
    .c-section-hash5__hash-num::before {
        width: calc(25 / var(--design-width) * 100vw);
    }
}
.c-section-hash5__hash-num.js-line-grow.is-show::before {
    transform: scaleX(1);
}
.c-section-hash5__hash-num-num {
    display: flex;
    align-items: center;
    gap: min(20 / var(--contents-width) * 100vw, 20px);
    color: var(--color-base-1);
    font-family: var(--ff-montserrat);
    font-size: min(30 / var(--contents-width) * 100vw, 30px);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
}
@media screen and (max-width: 780px) {
    .c-section-hash5__hash-num-num {
        font-size: calc(14 / var(--design-width) * 100vw);
    }
}
.c-section-hash5__container {
    position: relative;
    max-width: calc(var(--contents-width) * 1px);
    margin: 0 auto;
}
@media screen and (max-width: 780px) {
    .c-section-hash5__container {
        padding: 0;
        max-width: 100%;
    }
}
.c-section-hash5__head {
    display: flex;
    gap: min(60 / var(--contents-width) * 100vw, 60px);
}
@media screen and (max-width: 780px) {
    .c-section-hash5__head {
        display: block;
        padding: 0 calc(30 / var(--design-width) * 100vw);
    }
}
.c-section-hash5__ttl {
    font-size: min(42 / var(--design-width) * 100vw, 42px);
    font-weight: 700;
    line-height: 1.86;
    letter-spacing: 0.045em;
    transform: translateY(-0.3em);
}
@media screen and (max-width: 780px) {
    .c-section-hash5__ttl {
        font-size: calc(32 / var(--design-width) * 100vw);
        line-height: 1.75;
        margin-bottom: calc(30 / var(--design-width) * 100vw);
        padding: 0;
        transform: none;
    }
}
.c-section-hash5__ttl-marker {
    display: inline;
    background-color: var(--color-base-1);
    color: #fff;
    line-height: 1;
    padding: calc(8 / var(--root-fz) * 1rem) calc(11 / var(--root-fz) * 1rem) calc(11 / var(--root-fz) * 1rem);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 780px) {
    .c-section-hash5__ttl-marker {
        padding: calc(7 / var(--design-width) * 100vw) calc(7 / var(--design-width) * 100vw) calc(7 / var(--design-width) * 100vw);
    }
}
.c-section-hash5__lead {
    align-self: center;
    flex: 1;
    color: var(--color-black-2);
    font-size: calc(16 / var(--root-fz) * 1rem);
    font-weight: 700;
    line-height: 2.1;
    transform: translateY(max(-12 / var(--contents-width) * 100vw, -12px));
    width: calc(100% + 50px);
}
@media screen and (max-width: 780px) {
    .c-section-hash5__lead {
        flex: none;
        font-size: calc(14 / var(--design-width) * 100vw);
        font-weight: 700;
        line-height: 1.9;
        padding-top: 0;
        text-align: justify;
        width: 100%;
    }
}
.c-section-hash5__lead-marker {
    text-decoration: underline;
    text-decoration-color: #ffe100;
    text-underline-offset: -3px;
    text-decoration-thickness: 7px;
}
@media screen and (max-width: 780px) {
    .c-section-hash5__body {
        padding: 0 calc(20 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-finish
--------------------------------------------- */
.c-section-finish {
    padding-bottom: min(50 / var(--design-width) * 100vw, 50px);
    padding-top: min(125 / var(--design-width) * 100vw, 125px);
}
@media screen and (max-width: 780px) {
    .c-section-finish {
        padding-bottom: calc(25 / var(--design-width) * 100vw);
        padding-top: calc(58 / var(--design-width) * 100vw);
    }
}
.c-section-finish__container {
    max-width: calc((var(--contents-width) + 176) * 1px);
    margin: 0 auto;
    padding: 0 calc(var(--contents-side-padding) * 1px);
    width: 100%;
}
.c-section-finish__container .c-section-finish__head.js-fade-up {
    transition-delay: 0s;
}
.c-section-finish__container .c-section-finish__body.js-fade-up {
    transition-delay: 0s;
}
.c-section-finish__container .c-section-finish__food.js-fade-up {
    transition-delay: 0.5s;
}
.c-section-finish__container .c-section-finish__brand.js-fade-up:nth-child(1) {
    transition-delay: 1s;
}
.c-section-finish__container .c-section-finish__brand.js-fade-up:nth-child(2) {
    transition-delay: 1.5s;
}
@media screen and (max-width: 780px) {
    .c-section-finish__container {
        padding: 0 calc(22 / var(--design-width) * 100vw);
        max-width: 100%;
    }
}
.c-section-finish__head {
    text-align: center;
    padding: 0;
}
@media screen and (max-width: 780px) {
    .c-section-finish__head {
        padding: 0 0 calc(9 / var(--design-width) * 100vw);
    }
}
.c-section-finish__head-bubble {
    margin-bottom: calc(14 / var(--design-width) * 100vw);
}
.c-section-finish__head-bubble img {
    display: inline-block;
    height: auto;
}
@media screen and (max-width: 780px) {
    .c-section-finish__head-bubble {
        margin-bottom: calc(3 / var(--design-width) * 100vw);
    }
    .c-section-finish__head-bubble img {
        width: calc(220 / var(--design-width) * 100vw);
    }
}
.c-section-finish__ttl {
    font-size: calc(27 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1.5;
    color: var(--color-base-1);
    letter-spacing: 0.03em;
    margin-bottom: calc(4 / var(--design-width) * 100vw);
}
.c-section-finish__ttl sup {
    font-size: 0.9em;
}
@media screen and (max-width: 780px) {
    .c-section-finish__ttl {
        font-size: calc(22 / var(--design-width) * 100vw);
        font-weight: 900;
        line-height: 1.4;
        margin-bottom: calc(3 / var(--design-width) * 100vw);
    }
}
.c-section-finish__body {
    margin-bottom: calc(11 / var(--design-width) * 100vw);
}
@media screen and (max-width: 780px) {
    .c-section-finish__body {
        margin-bottom: calc(22 / var(--design-width) * 100vw);
    }
}
.c-section-finish__body-melit {
    display: flex;
    align-items: flex-end;
    gap: min(20 / var(--design-width) * 100vw, 20px);
    margin: 0 auto;
    padding-left: min(30 / var(--design-width) * 100vw, 30px);
    width: min(742 / 987 * 100%, 742px);
}
@media screen and (max-width: 780px) {
    .c-section-finish__body-melit {
        flex-direction: column;
        align-items: stretch;
        gap: calc(10 / var(--design-width) * 100vw);
        padding-left: 0;
        width: 100%;
    }
    .c-section-finish__body-melit > div:first-child {
        display: flex;
        justify-content: center;
    }
    .c-section-finish__body-melit > div:first-child img {
        width: calc(150 / var(--design-width) * 100vw);
    }
}
.c-section-finish__body-melit-img {
    flex-shrink: 0;
}
.c-section-finish__body-melit-img img {
    display: block;
    height: auto;
}
.c-section-finish__body-content-text {
    flex: 1;
    padding-bottom: min(7 / var(--design-width) * 100vw, 7px);
}
@media screen and (max-width: 780px) {
    .c-section-finish__body-content-text {
        padding-bottom: 0;
    }
}
.c-section-finish__body-content-text-lead {
    font-size: calc(17 / var(--root-fz) * 1rem);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.65;
    color: var(--color-black-2);
    margin-bottom: min(20 / var(--design-width) * 100vw, 20px);
    margin-top: min(20 / var(--design-width) * 100vw, 20px);
    text-align: justify;
}
@media screen and (max-width: 780px) {
    .c-section-finish__body-content-text-lead {
        font-size: calc(14 / var(--design-width) * 100vw);
        margin-bottom: calc(8 / var(--design-width) * 100vw);
    }
}
.c-section-finish__body-content-text-lead sup {
    font-size: 0.6em;
}
.c-section-finish__food {
    text-align: center;
}
.c-section-finish__food picture {
    display: block;
}
.c-section-finish__food img {
    display: block;
    width: calc(525 / var(--root-fz) * 1rem);
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
@media screen and (max-width: 780px) {
    .c-section-finish__food img {
        width: 100%;
        max-width: none;
    }
}
.c-section-finish__food-btn {
    margin-top: calc(11 / var(--design-width) * 100vw);
}
@media screen and (max-width: 780px) {
    .c-section-finish__food-btn {
        margin-top: calc(15 / var(--design-width) * 100vw);
        display: flex;
        justify-content: center;
    }
}
.c-section-finish__food-link {
    display: inline-flex;
    align-items: center;
    gap: calc(15 / var(--design-width) * 100vw);
    color: var(--color-base-1);
    font-size: calc(15 / var(--root-fz) * 1rem);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
    line-height: 1;
    margin-left: calc(21 / var(--design-width) * 100vw);
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
    .c-section-finish__food-link:hover {
        text-decoration: none;
    }
}
.c-section-finish__food-link img {
    width: calc(9 / var(--root-fz) * 1rem);
    height: auto;
}
@media screen and (max-width: 780px) {
    .c-section-finish__food-link img {
        width: calc(7 / var(--design-width) * 100vw);
        transform: translateY(2px);
    }
}
@media screen and (max-width: 780px) {
    .c-section-finish__food-link {
        font-size: calc(14 / var(--design-width) * 100vw);
    }
}
.c-section-finish__brands {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #1e55a1;
    padding-top: min(45 / var(--design-width) * 100vw, 45px);
    margin-top: min(56 / var(--design-width) * 100vw, 56px);
    position: relative;
}
@media screen and (max-width: 780px) {
    .c-section-finish__brands {
        grid-template-columns: 1fr;
        padding-top: 0;
        margin-top: calc(41 / var(--design-width) * 100vw);
    }
}
.c-section-finish__brands::before {
    content: "";
    display: block;
    height: calc(100% - min(70 / var(--design-width) * 100vw, 70px));
    width: 1px;
    background: #1e55a1;
    position: absolute;
    top: min(70 / var(--design-width) * 100vw, 70px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
@media screen and (max-width: 780px) {
    .c-section-finish__brands::before {
        display: none;
        height: 1px;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 1;
        width: 100%;
    }
}
.c-section-finish__brand {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    padding: min(30 / var(--design-width) * 100vw, 30px) min(40 / var(--design-width) * 100vw, 40px) min(10 / var(--design-width) * 100vw, 10px);
}
@media screen and (max-width: 780px) {
    .c-section-finish__brand {
        display: block;
        padding: calc(25 / var(--design-width) * 100vw) calc(40 / var(--design-width) * 100vw);
        padding-left: 0;
        padding-right: 0;
    }
    .c-section-finish__brand > img {
        margin-bottom: calc(12 / var(--design-width) * 100vw);
    }
    .c-section-finish__brand + .c-section-finish__brand {
        border-top: 1px solid #1e55a1;
    }
}
.c-section-finish__brand-img {
    align-self: flex-end;
    text-align: center;
    margin-bottom: calc(28 / var(--design-width) * 100vw);
}
@media screen and (max-width: 780px) {
    .c-section-finish__brand-img {
        margin-bottom: calc(15 / var(--design-width) * 100vw);
    }
}
.c-section-finish__brand-img--logo {
    margin: auto;
    padding-bottom: min(10 / var(--design-width) * 100vw, 10px);
}
@media screen and (max-width: 780px) {
    .c-section-finish__brand-img--logo {
        padding-bottom: calc(15 / var(--design-width) * 100vw);
        width: calc(182 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 780px) {
    .c-section-finish__brand-img--logo img {
        width: 100%;
    }
}
@media screen and (max-width: 780px) {
    .c-section-finish__brand-img--w1 img {
        width: 100%;
    }
}
.c-section-finish__brand-ttl {
    font-size: calc(27 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1.5;
    color: var(--color-base-1);
    letter-spacing: 0.05em;
    margin-bottom: calc(5 / var(--design-width) * 100vw);
    text-align: center;
}
@media screen and (max-width: 780px) {
    .c-section-finish__brand-ttl {
        letter-spacing: 0.02em;
        font-size: calc(22 / var(--design-width) * 100vw);
        margin-bottom: calc(14 / var(--design-width) * 100vw);
    }
}
.c-section-finish__brand-ttl sup {
    font-size: 0.6em;
}
.c-section-finish__brand-note {
    display: block;
    font-size: calc(12 / var(--root-fz) * 1rem);
    font-weight: 400;
    color: var(--color-black-2);
    margin-top: min(7 / var(--design-width) * 100vw, 7px);
}
@media screen and (max-width: 780px) {
    .c-section-finish__brand-note {
        font-size: calc(11 / var(--design-width) * 100vw);
    }
}
.c-section-finish__brand-txt {
    font-size: calc(17 / var(--root-fz) * 1rem);
    line-height: 1.65;
    color: var(--color-black-2);
    text-align: justify;
}
@media screen and (max-width: 780px) {
    .c-section-finish__brand-txt {
        font-size: calc(14 / var(--design-width) * 100vw);
        padding: 0 calc(10 / var(--design-width) * 100vw);
    }
}
.c-section-finish__brand-btn {
    margin-top: min(33 / var(--design-width) * 100vw, 33px);
    text-align: right;
}
@media screen and (max-width: 780px) {
    .c-section-finish__brand-btn {
        display: flex;
        margin-top: calc(35 / var(--design-width) * 100vw);
        justify-content: center;
    }
}
.c-section-finish__brand-link {
    display: inline-flex;
    align-items: center;
    gap: calc(15 / var(--design-width) * 100vw);
    color: var(--color-base-1);
    font-size: calc(15 / var(--root-fz) * 1rem);
    font-weight: 700;
    line-height: 1;
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
    .c-section-finish__brand-link:hover {
        text-decoration: none;
    }
}
.c-section-finish__brand-link img {
    width: calc(9 / var(--root-fz) * 1rem);
    height: auto;
}
@media screen and (max-width: 780px) {
    .c-section-finish__brand-link img {
        width: calc(8 / var(--design-width) * 100vw);
        transform: translateY(1px);
    }
}
@media screen and (max-width: 780px) {
    .c-section-finish__brand-link {
        font-size: calc(14 / var(--design-width) * 100vw);
        justify-content: center;
    }
}

/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
/* ---------------------------------------------
*   js-voice-slider
*   c-section-hash5 お客様の声スライダー（SP のみ）
*   PC では Splide のコア CSS が layout を壊さないようリセットする
--------------------------------------------- */
@media screen and (min-width: 781px) {
    .js-voice-slider {
        visibility: visible;
    }
    .js-voice-slider .splide__track {
        overflow: visible;
        position: static;
        z-index: auto;
    }
    .js-voice-slider .splide__slide {
        overflow: visible;
        flex-shrink: 1;
    }
    .js-voice-slider .splide__arrows,
    .js-voice-slider .splide__pagination {
        display: none;
    }
}
@media screen and (max-width: 780px) {
    .js-voice-slider {
        position: relative;
        margin: 0 calc(-1 * calc(30 / var(--design-width) * 100vw));
    }
    .js-voice-slider .splide__track {
        overflow: hidden;
        isolation: isolate;
    }
    .js-voice-slider .c-list-hash5-content__voice-list {
        overflow: visible;
        height: auto;
        align-items: stretch;
        scroll-snap-type: none;
        -webkit-overflow-scrolling: auto;
        gap: 0;
        margin: 0;
        padding: 0;
        scrollbar-width: none;
    }
    .js-voice-slider .c-list-hash5-content__voice-list::-webkit-scrollbar {
        display: none;
    }
    .js-voice-slider .c-list-hash5-content__voice-item {
        flex: 0 0 auto;
        scroll-snap-align: none;
        align-self: stretch;
    }
    .js-voice-slider .splide__pagination {
        display: none !important;
    }
    .js-voice-slider .splide__arrow {
        background-color: var(--color-base-1);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1;
        width: calc(30 / var(--design-width) * 100vw);
        height: calc(30 / var(--design-width) * 100vw);
        top: 46%;
        transform: translateY(-50%);
        position: absolute;
        z-index: 1;
    }
    .js-voice-slider .splide__arrow svg {
        fill: #fff;
        width: calc(12 / var(--design-width) * 100vw);
        height: calc(12 / var(--design-width) * 100vw);
    }
    .js-voice-slider .splide__arrow--prev {
        left: calc(35 / var(--design-width) * 100vw);
        transform: translateY(-50%) rotate(180deg);
    }
    .js-voice-slider .splide__arrow--next {
        right: calc(35 / var(--design-width) * 100vw);
    }
    .js-voice-slider .splide__arrow:disabled {
        opacity: 0.4;
    }
}

/* ---------------------------------------------
*   js-hash1-check-slider
*   SP のみ Splide で初期化されるスライダー
*   PC では Splide のコア CSS が layout を壊さないようリセットする
--------------------------------------------- */
@media screen and (min-width: 781px) {
    .js-hash1-check-slider {
        visibility: visible;
    }
    .js-hash1-check-slider .splide__track {
        overflow: visible;
        position: static;
        z-index: auto;
    }
    .js-hash1-check-slider .splide__slide {
        overflow: visible;
        flex-shrink: 1;
    }
    .js-hash1-check-slider .splide__arrows,
    .js-hash1-check-slider .splide__pagination {
        display: none;
    }
}
@media screen and (max-width: 780px) {
    .js-hash1-check-slider {
        position: relative;
    }
    .js-hash1-check-slider .c-list-hash1-check {
        overflow: visible;
        align-items: stretch;
        scroll-snap-type: none;
        -webkit-overflow-scrolling: auto;
        gap: 0;
        padding: 0;
        scrollbar-width: none;
        will-change: transform;
    }
    .js-hash1-check-slider .c-list-hash1-check::-webkit-scrollbar {
        display: none;
    }
    .js-hash1-check-slider .c-list-hash1-check__item {
        flex: 0 0 auto;
        scroll-snap-align: none;
        align-self: stretch;
    }
    .js-hash1-check-slider .splide__pagination {
        display: none;
    }
    .js-hash1-check-slider .splide__arrow {
        background-color: var(--color-base-1);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1;
        width: calc(30 / var(--design-width) * 100vw);
        height: calc(30 / var(--design-width) * 100vw);
        top: 48%;
        transform: translateY(-50%);
        position: absolute;
        z-index: 1;
    }
    .js-hash1-check-slider .splide__arrow svg {
        fill: #fff;
        width: calc(12 / var(--design-width) * 100vw);
        height: calc(12 / var(--design-width) * 100vw);
    }
    .js-hash1-check-slider .splide__arrow--prev {
        left: calc(25 / var(--design-width) * 100vw);
        transform: translateY(-50%) rotate(180deg);
    }
    .js-hash1-check-slider .splide__arrow--next {
        right: calc(25 / var(--design-width) * 100vw);
    }
    .js-hash1-check-slider .splide__arrow:disabled {
        opacity: 0.4;
    }
}

/* ---------------------------------------------
*   c-table
--------------------------------------------- */
/* ---------------------------------------------
*   c-tile
--------------------------------------------- */
/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: var(--color-white-1) !important;
}

/* ---------------------------------------------
*   fade animation
--------------------------------------------- */
.js-fade-left,
.js-fade-right,
.js-fade-up,
.js-fade-in {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: opacity, transform;
}

.js-fade-left {
    transform: translateX(-40px);
}

.js-fade-right {
    transform: translateX(40px);
}

.js-fade-up {
    transform: translateY(40px);
}

.js-fade-in {
    transform: none;
}

.js-fade-left.is-show,
.js-fade-right.is-show,
.js-fade-up.is-show,
.js-fade-in.is-show {
    opacity: 1;
    transform: translate(0, 0);
}

@media (prefers-reduced-motion: reduce) {
    .js-fade-left,
    .js-fade-right,
    .js-fade-up,
    .js-fade-in {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-normal {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
    text-align: center !important;
}

.txt-al-right {
    text-align: right !important;
}

.txt-al-left {
    text-align: left !important;
}

/* ---------------------------------------------
*   text reveal
--------------------------------------------- */
.u-text-reveal__item {
    display: inline-block;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: clip-path;
}
.u-text-reveal__item:nth-of-type(1) {
    transition-delay: 0ms;
}
.u-text-reveal__item:nth-of-type(2) {
    transition-delay: 400ms;
}
.u-text-reveal__item:nth-of-type(3) {
    transition-delay: 800ms;
}
.u-text-reveal__item:nth-of-type(4) {
    transition-delay: 1200ms;
}
.u-text-reveal__item:nth-of-type(5) {
    transition-delay: 1600ms;
}
.u-text-reveal__item:nth-of-type(6) {
    transition-delay: 2000ms;
}
.u-text-reveal__item:nth-of-type(7) {
    transition-delay: 2400ms;
}
.u-text-reveal__item:nth-of-type(8) {
    transition-delay: 2800ms;
}
.u-text-reveal__item:nth-of-type(9) {
    transition-delay: 3200ms;
}
.u-text-reveal__item:nth-of-type(10) {
    transition-delay: 3600ms;
}
.u-text-reveal--left .u-text-reveal__item {
    clip-path: inset(0 100% 0 0);
}
.u-text-reveal.is-show .u-text-reveal__item {
    clip-path: inset(0);
}

@media (prefers-reduced-motion: reduce) {
    .u-text-reveal__item {
        clip-path: inset(0);
        transition: none;
    }
}
/* ---------------------------------------------
*   marker reveal
--------------------------------------------- */
.u-marker-reveal {
    text-decoration: none;
    background-image: linear-gradient(rgba(255, 225, 0, 0.7), rgba(255, 225, 0, 0.7));
    background-repeat: no-repeat;
    background-position: left 100%;
    background-size: 0 9px;
    box-decoration-break: slice;
    display: inline;
    padding-bottom: 2px;
    -webkit-box-decoration-break: slice;
    transition: background-size 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: background-size;
}
@media screen and (max-width: 780px) {
    .u-marker-reveal {
        padding-bottom: calc(1 / var(--design-width) * 100vw);
    }
}
.u-marker-reveal.is-show {
    background-size: 100% 9px;
}
@media screen and (max-width: 780px) {
    .u-marker-reveal.is-show {
        background-size: 100% calc(7 / var(--design-width) * 100vw);
    }
}

@media (prefers-reduced-motion: reduce) {
    .u-marker-reveal {
        background-size: 100% 9px;
        transition: none;
    }
}
@media print and (min-width: 781px), screen and (min-width: 781px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 780px), screen and (max-width: 780px) {
    .sp-hide {
        display: none !important;
    }
}
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

.mgt-pc--15 {
    margin-top: 15px !important;
}

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 780px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: calc(5 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--10 {
        margin-top: calc(10 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--15 {
        margin-top: calc(15 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--20 {
        margin-top: calc(20 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--25 {
        margin-top: calc(25 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--30 {
        margin-top: calc(30 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--35 {
        margin-top: calc(35 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--40 {
        margin-top: calc(40 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--45 {
        margin-top: calc(45 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--50 {
        margin-top: calc(50 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--55 {
        margin-top: calc(55 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--60 {
        margin-top: calc(60 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--65 {
        margin-top: calc(65 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--70 {
        margin-top: calc(70 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--75 {
        margin-top: calc(75 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--80 {
        margin-top: calc(80 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--85 {
        margin-top: calc(85 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--90 {
        margin-top: calc(90 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--95 {
        margin-top: calc(95 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--100 {
        margin-top: calc(100 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--105 {
        margin-top: calc(105 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--110 {
        margin-top: calc(110 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--115 {
        margin-top: calc(115 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--120 {
        margin-top: calc(120 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--125 {
        margin-top: calc(125 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--130 {
        margin-top: calc(130 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--135 {
        margin-top: calc(135 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--140 {
        margin-top: calc(140 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--145 {
        margin-top: calc(145 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--150 {
        margin-top: calc(150 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--155 {
        margin-top: calc(155 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--160 {
        margin-top: calc(160 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--165 {
        margin-top: calc(165 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--170 {
        margin-top: calc(170 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--175 {
        margin-top: calc(175 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--180 {
        margin-top: calc(180 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--185 {
        margin-top: calc(185 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--190 {
        margin-top: calc(190 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--195 {
        margin-top: calc(195 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--200 {
        margin-top: calc(200 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--205 {
        margin-top: calc(205 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--210 {
        margin-top: calc(210 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--215 {
        margin-top: calc(215 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--220 {
        margin-top: calc(220 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--225 {
        margin-top: calc(225 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--230 {
        margin-top: calc(230 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--235 {
        margin-top: calc(235 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--240 {
        margin-top: calc(240 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--245 {
        margin-top: calc(245 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--250 {
        margin-top: calc(250 / var(--design-width) * 100vw) !important;
    }
}
/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 780px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: calc(5 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--10 {
        margin-bottom: calc(10 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--15 {
        margin-bottom: calc(15 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--20 {
        margin-bottom: calc(20 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--25 {
        margin-bottom: calc(25 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--30 {
        margin-bottom: calc(30 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--35 {
        margin-bottom: calc(35 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--40 {
        margin-bottom: calc(40 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--45 {
        margin-bottom: calc(45 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--50 {
        margin-bottom: calc(50 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--55 {
        margin-bottom: calc(55 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--60 {
        margin-bottom: calc(60 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--65 {
        margin-bottom: calc(65 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--70 {
        margin-bottom: calc(70 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--75 {
        margin-bottom: calc(75 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--80 {
        margin-bottom: calc(80 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--85 {
        margin-bottom: calc(85 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--90 {
        margin-bottom: calc(90 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--95 {
        margin-bottom: calc(95 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--100 {
        margin-bottom: calc(100 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--105 {
        margin-bottom: calc(105 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--110 {
        margin-bottom: calc(110 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--115 {
        margin-bottom: calc(115 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--120 {
        margin-bottom: calc(120 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--125 {
        margin-bottom: calc(125 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--130 {
        margin-bottom: calc(130 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--135 {
        margin-bottom: calc(135 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--140 {
        margin-bottom: calc(140 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--145 {
        margin-bottom: calc(145 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--150 {
        margin-bottom: calc(150 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--155 {
        margin-bottom: calc(155 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--160 {
        margin-bottom: calc(160 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--165 {
        margin-bottom: calc(165 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--170 {
        margin-bottom: calc(170 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--175 {
        margin-bottom: calc(175 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--180 {
        margin-bottom: calc(180 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--185 {
        margin-bottom: calc(185 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--190 {
        margin-bottom: calc(190 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--195 {
        margin-bottom: calc(195 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--200 {
        margin-bottom: calc(200 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--205 {
        margin-bottom: calc(205 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--210 {
        margin-bottom: calc(210 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--215 {
        margin-bottom: calc(215 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--220 {
        margin-bottom: calc(220 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--225 {
        margin-bottom: calc(225 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--230 {
        margin-bottom: calc(230 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--235 {
        margin-bottom: calc(235 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--240 {
        margin-bottom: calc(240 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--245 {
        margin-bottom: calc(245 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--250 {
        margin-bottom: calc(250 / var(--design-width) * 100vw) !important;
    }
}