@charset "UTF-8";
@font-face {
    font-family: "SourceHanSansJP";
    src: url("https://demo10.test4-demosite.com/science-diet/senior-dog/font/SourceHanSansJP-ExtraLight.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "SourceHanSansJP";
    src: url("https://demo10.test4-demosite.com/science-diet/senior-dog/font/SourceHanSansJP-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "SourceHanSansJP";
    src: url("https://demo10.test4-demosite.com/science-diet/senior-dog/font/SourceHanSansJP-Normal.otf") format("opentype");
    font-weight: 350;
    font-style: normal;
}
@font-face {
    font-family: "SourceHanSansJP";
    src: url("https://demo10.test4-demosite.com/science-diet/senior-dog/font/SourceHanSansJP-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "SourceHanSansJP";
    src: url("https://demo10.test4-demosite.com/science-diet/senior-dog/font/SourceHanSansJP-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "SourceHanSansJP";
    src: url("https://demo10.test4-demosite.com/science-diet/senior-dog/font/SourceHanSansJP-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "SourceHanSansJP";
    src: url("https://demo10.test4-demosite.com/science-diet/senior-dog/font/SourceHanSansJP-Heavy.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}
/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
.l-wrapper {
    overflow-x: hidden;
}

/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
    padding: 45px;
    z-index: 100;
}
@media screen and (max-width: 1200px) {
    .l-header {
        padding: 25px;
    }
}
@media screen and (max-width: 780px) {
    .l-header {
        padding: calc(25 / var(--design-width) * 100vw) 6.4102564103%;
    }
}
.l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.l-header__logo {
    width: 106px;
}
@media screen and (max-width: 780px) {
    .l-header__logo {
        width: calc(70 / var(--design-width) * 100vw);
    }
}
.l-header__logo img {
    width: 100%;
    height: auto;
}
.l-header__anchor-link {
    position: fixed;
    top: 47px;
    right: 45px;
    width: 97px;
    will-change: opacity;
}
@media (hover: hover) and (pointer: fine) {
    .l-header__anchor-link {
        transition: opacity var(--hover-duration);
    }
    .l-header__anchor-link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 1200px) {
    .l-header__anchor-link {
        top: 25px;
        right: 25px;
    }
}
@media screen and (max-width: 780px) {
    .l-header__anchor-link {
        top: calc(24 / var(--root-fz) * 1rem);
        right: calc(17 / var(--design-width) * 100vw);
        width: calc(73 / var(--design-width) * 100vw);
    }
}
.l-header__anchor-link img {
    width: 100%;
    height: auto;
}

/* ---------------------------------------------
*   l-global-nav
--------------------------------------------- */
/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
/* ---------------------------------------------
*   l-breadcrumb
--------------------------------------------- */
/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    background-color: var(--color-main-1);
}
@media screen and (max-width: 780px) {
    .l-footer {
        padding-block: calc(64 / var(--design-width) * 100vw) calc(27 / var(--design-width) * 100vw);
    }
}
.l-footer__inner {
    margin-inline: auto;
    padding: 84px 175px 60px;
    max-width: calc(var(--design-width) * 1px);
}
@media screen and (max-width: 1146px) {
    .l-footer__inner {
        padding: 84px 50px 60px;
    }
}
@media screen and (max-width: 780px) {
    .l-footer__inner {
        padding: 0;
        max-width: 88.2051282051%;
    }
}
.l-footer__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 780px) {
    .l-footer__wrap {
        flex-direction: column;
        row-gap: calc(33 / var(--design-width) * 100vw);
    }
}
.l-footer__left {
    display: flex;
    align-items: center;
    -moz-column-gap: 53px;
         column-gap: 53px;
}
@media screen and (max-width: 780px) {
    .l-footer__left {
        flex-direction: column;
        row-gap: calc(42 / var(--design-width) * 100vw);
    }
}
.l-footer__logo {
    width: 111px;
}
@media screen and (max-width: 780px) {
    .l-footer__logo {
        width: calc(137 / var(--design-width) * 100vw);
    }
}
.l-footer__logo img {
    width: 100%;
    height: auto;
}
.l-footer__address {
    margin-top: -14px;
    font-size: calc(15 / var(--root-fz) * 1rem);
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    color: var(--color-white-1);
}
@media screen and (max-width: 780px) {
    .l-footer__address {
        margin-top: 0;
        text-align: center;
        font-size: calc(15 / var(--design-width) * 100vw);
        line-height: 1.9333333333;
        letter-spacing: 0.03em;
    }
}
.l-footer__right {
    margin-top: -11px;
    margin-right: 2px;
}
@media screen and (max-width: 780px) {
    .l-footer__right {
        margin-top: 0;
        margin-right: 0;
        align-self: flex-start;
    }
}
.l-footer__list {
    display: flex;
    align-items: center;
    -moz-column-gap: 34px;
         column-gap: 34px;
}
@media screen and (max-width: 965px) {
    .l-footer__list {
        -moz-column-gap: 20px;
             column-gap: 20px;
    }
}
@media screen and (max-width: 780px) {
    .l-footer__list {
        display: block;
        align-items: flex-start;
    }
}
@media screen and (max-width: 780px) {
    .l-footer__item + .l-footer__item {
        margin-top: calc(-3.5 / var(--design-width) * 100vw);
    }
}
.l-footer__link {
    font-size: calc(12 / var(--root-fz) * 1rem);
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.09em;
    text-decoration: underline;
    color: var(--color-white-1);
}
@media screen and (max-width: 780px) {
    .l-footer__link {
        font-size: calc(12 / var(--design-width) * 100vw);
    }
}
@media (hover: hover) and (pointer: fine) {
    .l-footer__link:hover {
        text-decoration: none;
    }
}
.l-footer__txt {
    margin-top: 61px;
    text-align: justify;
    font-size: calc(12 / var(--root-fz) * 1rem);
    font-weight: 400;
    line-height: 1.4166666667;
    letter-spacing: 0.04em;
    color: var(--color-txt-1);
}
@media screen and (max-width: 780px) {
    .l-footer__txt {
        margin-top: calc(19.5 / var(--design-width) * 100vw);
        font-size: calc(12 / var(--design-width) * 100vw);
        letter-spacing: 0.01em;
    }
}

/* ---------------------------------------------
*   c-block
--------------------------------------------- */
/* ---------------------------------------------
*   c-box
--------------------------------------------- */
/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
/* ---------------------------------------------
*   c-card
--------------------------------------------- */
/* ---------------------------------------------
*   c-cassette
--------------------------------------------- */
/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
/* ---------------------------------------------
*   c-form
--------------------------------------------- */
/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    position: relative;
}
.c-kv__img {
    width: 100%;
}
.c-kv__img img {
    width: 100%;
    height: auto;
}
.c-kv__txt-area {
    position: absolute;
    top: calc(493 / var(--design-width) * 100vw);
    left: 9.1508052709%;
    z-index: 2;
}
@media screen and (max-width: 899px) {
    .c-kv__txt-area {
        left: 3.3370411568%;
    }
}
@media screen and (max-width: 780px) {
    .c-kv__txt-area {
        top: calc(499 / var(--design-width) * 100vw);
        left: 8.9743589744%;
    }
    .windows.chrome .c-kv__txt-area {
        top: calc(480 / var(--design-width) * 100vw);
    }
    .windows.edge .c-kv__txt-area {
        top: calc(480 / var(--design-width) * 100vw);
    }
}
.c-kv__lead-1 {
    position: relative;
    display: block;
    padding-left: 23px;
    font-size: calc(48 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1.7466666667;
    letter-spacing: 0.02em;
    color: var(--color-main-1);
    width: -moz-fit-content;
    width: fit-content;
}
@media screen and (max-width: 780px) {
    .c-kv__lead-1 {
        padding-left: calc(10 / var(--design-width) * 100vw);
        font-size: calc(21 / var(--design-width) * 100vw);
        line-height: 1.7685714286;
        letter-spacing: 0.04em;
    }
}
.c-kv__lead-1::before {
    position: absolute;
    top: 52%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    display: block;
    background-color: var(--color-white-1);
    width: 589px;
    height: 77px;
    z-index: -1;
}
@media screen and (max-width: 780px) {
    .c-kv__lead-1::before {
        top: 51%;
        width: calc(262 / var(--design-width) * 100vw);
        height: calc(34 / var(--design-width) * 100vw);
    }
}
.c-kv__lead-2 {
    margin-top: -9px;
    position: relative;
    display: block;
    padding-left: 22px;
    font-size: calc(84.84 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1.8474776049;
    letter-spacing: 0;
    color: var(--color-main-1);
    width: -moz-fit-content;
    width: fit-content;
}
@media screen and (max-width: 780px) {
    .c-kv__lead-2 {
        margin-top: calc(-4.5 / var(--design-width) * 100vw);
        padding-left: calc(10 / var(--design-width) * 100vw);
        font-size: calc(38 / var(--design-width) * 100vw);
        line-height: 1.8273684211;
    }
}
.c-kv__lead-2::before {
    position: absolute;
    top: 52%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    display: block;
    background-color: var(--color-white-1);
    width: 721px;
    height: 115px;
    z-index: -1;
}
@media screen and (max-width: 780px) {
    .c-kv__lead-2::before {
        width: calc(320 / var(--design-width) * 100vw);
        height: calc(52 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-link
--------------------------------------------- */
/* ---------------------------------------------
*   c-list
--------------------------------------------- */
/* ---------------------------------------------
*   c-section-catch
--------------------------------------------- */
.c-section-catch {
    position: relative;
    margin-top: calc(-459 / var(--design-width) * 100vw);
    padding-top: 272px;
    padding-inline: 15px;
    background: url(https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/d14d9ae4-383d-42ad-af08-048a2fec8509.png) 0 0 no-repeat;
    background-size: 100% 100%;
    height: 1959px;
    z-index: 1;
}
@media screen and (max-width: 1366px) {
    .c-section-catch {
        background-size: 1366px 1959px;
        background-position: center top;
    }
}
@media screen and (max-width: 780px) {
    .c-section-catch {
        margin-top: calc(-153 / var(--design-width) * 100vw);
        padding-top: calc(120 / var(--design-width) * 100vw);
        padding-bottom: calc(154 / var(--design-width) * 100vw);
        padding-inline: 0;
        background-image: url(https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/22c0e65a-ae7e-421c-93bd-b7ef518d9b23.png);
        background-size: 100% 100%;
        height: auto;
    }
}
.c-section-catch__inner {
    position: relative;
    margin-inline: auto;
    max-width: 856px;
}
@media screen and (max-width: 780px) {
    .c-section-catch__inner {
        max-width: 88.2051282051%;
    }
}
.c-section-catch__lead {
    text-align: center;
    font-size: calc(39 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1.4102564103;
    letter-spacing: 0.14em;
    color: var(--color-white-1);
}
@media screen and (max-width: 780px) {
    .c-section-catch__lead {
        padding-inline: 3.488372093%;
        text-align: left;
        font-size: calc(20 / var(--design-width) * 100vw);
        line-height: 1.5;
    }
}
.c-section-catch__lead span {
    display: block;
}
.c-section-catch__txt {
    margin-top: 44px;
    text-align: center;
    font-size: calc(17 / var(--root-fz) * 1rem);
    font-weight: 700;
    line-height: 1.7058823529;
    letter-spacing: 0.1em;
    color: var(--color-white-1);
}
@media screen and (max-width: 780px) {
    .c-section-catch__txt {
        margin-top: calc(13.5 / var(--design-width) * 100vw);
        padding-inline: 3.488372093%;
        text-align: justify;
        font-size: calc(14 / var(--design-width) * 100vw);
        font-weight: bold;
        line-height: 1.7857142857;
        letter-spacing: 0.08em;
    }
    .windows.chrome .c-section-catch__txt {
        font-size: calc(13.5 / var(--design-width) * 100vw);
    }
    .windows.edge .c-section-catch__txt {
        font-size: calc(13.5 / var(--design-width) * 100vw);
    }
}
.c-section-catch__txt span {
    display: block;
}
@media screen and (max-width: 780px) {
    .c-section-catch__txt span {
        display: inline;
    }
}
.c-section-catch__bubble {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 103px;
    margin-inline: auto;
    padding-block: 21px 37px;
    background: url(https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/72a5cb25-1792-418d-a7eb-5db94ceee6c7.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 615px;
}
@media screen and (max-width: 780px) {
    .c-section-catch__bubble {
        margin-top: calc(43.5 / var(--design-width) * 100vw);
        padding-block: calc(14.5 / var(--design-width) * 100vw) calc(25.5 / var(--design-width) * 100vw);
        background-image: url(https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/c20b4c82-c559-4c0d-82e8-3a70528cb3f0.png);
        width: calc(242 / var(--design-width) * 100vw);
    }
}
.c-section-catch__bubble-txt {
    font-size: calc(16 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1.751875;
    letter-spacing: 0.09em;
    color: var(--color-txt-2);
}
@media screen and (max-width: 780px) {
    .c-section-catch__bubble-txt {
        text-align: center;
        font-size: calc(12 / var(--design-width) * 100vw);
        line-height: 1.5;
    }
}
.c-section-catch__bubble-txt span {
    position: relative;
    z-index: 1;
}
.c-section-catch__bubble-txt span::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 6px;
    background-color: var(--color-bd-1);
    z-index: -1;
}
@media screen and (max-width: 780px) {
    .c-section-catch__bubble-txt span::before {
        height: calc(5 / var(--design-width) * 100vw);
    }
}
.c-section-catch__bubble-txt span:nth-of-type(1)::before {
    width: 130px;
}
@media screen and (max-width: 780px) {
    .c-section-catch__bubble-txt span:nth-of-type(1)::before {
        width: 100%;
    }
}
.c-section-catch__bubble-txt span:nth-of-type(2)::before {
    width: 89px;
}
@media screen and (max-width: 780px) {
    .c-section-catch__bubble-txt span:nth-of-type(2)::before {
        width: 100%;
    }
}
.c-section-catch__tabs {
    margin-top: 55px;
}
@media screen and (max-width: 780px) {
    .c-section-catch__tabs {
        margin-top: calc(25.5 / var(--design-width) * 100vw);
    }
}
.c-section-catch__decos {
    position: absolute;
    right: -125px;
    bottom: -358px;
    width: 211px;
    height: 253px;
    animation: wrapLoop 6s infinite;
}
@media screen and (max-width: 780px) {
    .c-section-catch__decos {
        right: calc(4 / var(--design-width) * 100vw);
        bottom: calc(-215 / var(--design-width) * 100vw);
        width: calc(71 / var(--design-width) * 100vw);
        height: calc(94 / var(--design-width) * 100vw);
    }
}
.c-section-catch__deco {
    position: absolute;
    width: 37px;
    animation: pawLoop 6s infinite;
    animation-delay: calc(var(--index) * 0.3s);
}
@media screen and (max-width: 780px) {
    .c-section-catch__deco {
        width: calc(19 / var(--design-width) * 100vw);
    }
}
.c-section-catch__deco:nth-of-type(1) {
    top: 0;
    left: 110px;
    rotate: -11deg;
}
@media screen and (max-width: 780px) {
    .c-section-catch__deco:nth-of-type(1) {
        top: calc(-4.5 / var(--design-width) * 100vw);
        left: calc(50 / var(--design-width) * 100vw);
        rotate: -28deg;
    }
}
.c-section-catch__deco:nth-of-type(2) {
    top: 95px;
    right: -2px;
}
@media screen and (max-width: 780px) {
    .c-section-catch__deco:nth-of-type(2) {
        top: calc(30 / var(--design-width) * 100vw);
        right: auto;
        left: calc(11.5 / var(--design-width) * 100vw);
        rotate: -7deg;
    }
}
.c-section-catch__deco:nth-of-type(3) {
    top: 132px;
    left: 77px;
}
@media screen and (max-width: 780px) {
    .c-section-catch__deco:nth-of-type(3) {
        top: calc(56 / var(--design-width) * 100vw);
        left: calc(47.5 / var(--design-width) * 100vw);
        rotate: -4deg;
    }
}
.c-section-catch__deco:nth-of-type(4) {
    bottom: 18px;
    right: 62px;
}
@media screen and (max-width: 780px) {
    .c-section-catch__deco:nth-of-type(4) {
        bottom: 0;
        right: calc(52 / var(--design-width) * 100vw);
        rotate: -4deg;
    }
}
.c-section-catch__deco:nth-of-type(5) {
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 780px) {
    .c-section-catch__deco:nth-of-type(5) {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none;
    }
}
.c-section-catch__deco img {
    width: 100%;
    height: auto;
}
@keyframes pawLoop {
    /* 初期 */
    0% {
        opacity: 0;
        transform: scale(0.5) translateY(10px);
    }
    /* ポンと出る */
    8% {
        opacity: 1;
        transform: scale(1.1) translateY(-5px);
    }
    /* 通常状態 */
    12% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
    /* 最後まで表示維持 */
    64% {
        opacity: 1;
        transform: scale(1);
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes wrapLoop {
    0%, 64% {
        opacity: 1;
    }
    65%, 100% {
        opacity: 0;
    }
}

/* ---------------------------------------------
*   c-section-recommend
--------------------------------------------- */
.c-section-recommend {
    margin-top: -79px;
    padding-inline: 15px;
    padding-bottom: calc(125 / var(--design-width) * 100vw);
}
@media screen and (max-width: 1366px) {
    .c-section-recommend {
        padding-bottom: 125px;
    }
}
@media screen and (max-width: 780px) {
    .c-section-recommend {
        margin-top: 0;
        padding-top: calc(34 / var(--design-width) * 100vw);
        padding-bottom: calc(62 / var(--design-width) * 100vw);
        padding-inline: 0;
    }
}
.c-section-recommend__inner {
    margin-inline: auto;
    max-width: calc(var(--contents-width) * 1px);
}
@media screen and (max-width: 780px) {
    .c-section-recommend__inner {
        max-width: 82.0512820513%;
    }
}
.c-section-recommend__head {
    margin-left: 6px;
    display: flex;
    -moz-column-gap: 1.164874552%;
         column-gap: 1.164874552%;
}
@media screen and (max-width: 1146px) {
    .c-section-recommend__head {
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 780px) {
    .c-section-recommend__head {
        margin-left: 0;
    }
}
.c-section-recommend__circle {
    margin-top: 17px;
    margin-left: -2px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 576px;
    aspect-ratio: 1;
    will-change: transform;
    animation: rotate 20s linear infinite;
}
@media screen and (max-width: 780px) {
    .c-section-recommend__circle {
        margin-top: 0;
        width: calc(355 / var(--design-width) * 100vw);
    }
}
.c-section-recommend__circle-txt {
    padding-bottom: 32px;
    text-align: center;
    font-size: calc(48.09 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 0.9026584867;
    letter-spacing: 0.05em;
    color: var(--color-main-1);
    animation: counterRotate 20s linear infinite;
}
@media screen and (max-width: 780px) {
    .c-section-recommend__circle-txt {
        padding-bottom: calc(21.5 / var(--design-width) * 100vw);
        font-size: calc(32 / var(--design-width) * 100vw);
        line-height: 0.9178125;
    }
}
.c-section-recommend__circle-txt .border {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.c-section-recommend__circle-txt .border:nth-of-type(1) {
    margin-top: 21px;
}
@media screen and (max-width: 780px) {
    .c-section-recommend__circle-txt .border:nth-of-type(1) {
        margin-top: calc(14 / var(--design-width) * 100vw);
    }
}
.c-section-recommend__circle-txt .border:nth-of-type(1)::before {
    left: -7px;
    width: 309px;
}
@media screen and (max-width: 780px) {
    .c-section-recommend__circle-txt .border:nth-of-type(1)::before {
        left: calc(-4.5 / var(--design-width) * 100vw);
        width: calc(208 / var(--design-width) * 100vw);
    }
}
.c-section-recommend__circle-txt .border:nth-of-type(2) {
    margin-top: 29px;
    letter-spacing: -0.03em;
}
@media screen and (max-width: 780px) {
    .c-section-recommend__circle-txt .border:nth-of-type(2) {
        margin-top: calc(19 / var(--design-width) * 100vw);
    }
}
.c-section-recommend__circle-txt .border:nth-of-type(2)::before {
    left: -7px;
    bottom: -5px;
    width: 280px;
}
@media screen and (max-width: 780px) {
    .c-section-recommend__circle-txt .border:nth-of-type(2)::before {
        left: calc(-4.5 / var(--design-width) * 100vw);
        bottom: calc(-3 / var(--design-width) * 100vw);
        width: calc(187 / var(--design-width) * 100vw);
    }
}
.c-section-recommend__circle-txt .border::before {
    position: absolute;
    bottom: -7px;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 12px;
    background-color: var(--color-bd-1);
    z-index: -1;
}
@media screen and (max-width: 780px) {
    .c-section-recommend__circle-txt .border::before {
        bottom: calc(-5 / var(--design-width) * 100vw);
        height: calc(8 / var(--design-width) * 100vw);
    }
}
.c-section-recommend__circle-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 121px;
    aspect-ratio: 1;
    margin-top: -60.5px;
    margin-left: -60.5px;
    will-change: transform;
    transform: rotate(var(--angle)) translate(230px) rotate(calc(-1 * var(--angle)));
}
@media screen and (max-width: 780px) {
    .c-section-recommend__circle-img {
        width: calc(75 / var(--design-width) * 100vw);
        margin-top: calc(-37.5 / var(--design-width) * 100vw);
        margin-left: calc(-37.5 / var(--design-width) * 100vw);
        transform: rotate(var(--angle)) translate(calc(141 / var(--design-width) * 100vw)) rotate(calc(-1 * var(--angle)));
    }
}
.c-section-recommend__circle-img:nth-of-type(1) {
    --angle: 0deg;
}
.c-section-recommend__circle-img:nth-of-type(2) {
    --angle: 30deg;
}
.c-section-recommend__circle-img:nth-of-type(3) {
    --angle: 60deg;
}
.c-section-recommend__circle-img:nth-of-type(4) {
    --angle: 90deg;
}
.c-section-recommend__circle-img:nth-of-type(5) {
    --angle: 120deg;
}
.c-section-recommend__circle-img:nth-of-type(6) {
    --angle: 150deg;
}
.c-section-recommend__circle-img:nth-of-type(7) {
    --angle: 180deg;
}
.c-section-recommend__circle-img:nth-of-type(8) {
    --angle: 210deg;
}
.c-section-recommend__circle-img:nth-of-type(9) {
    --angle: 240deg;
}
.c-section-recommend__circle-img:nth-of-type(10) {
    --angle: 270deg;
}
.c-section-recommend__circle-img:nth-of-type(11) {
    --angle: 300deg;
}
.c-section-recommend__circle-img:nth-of-type(12) {
    --angle: 330deg;
}
.c-section-recommend__circle-img img {
    width: 100%;
    height: auto;
}
.c-section-recommend__circle-img-inner {
    width: 100%;
    height: 100%;
    animation: counterRotate 20s linear infinite;
}
@media screen and (max-width: 780px) {
    .c-section-recommend__head-right {
        margin-top: calc(18 / var(--design-width) * 100vw);
    }
}
.c-section-recommend__head-img {
    margin-top: 115px;
    margin-left: 51px;
    width: 403px;
}
@media screen and (max-width: 1146px) {
    .c-section-recommend__head-img {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 780px) {
    .c-section-recommend__head-img {
        width: calc(320 / var(--design-width) * 100vw);
    }
}
.c-section-recommend__head-img img {
    width: 100%;
    height: auto;
}
.c-section-recommend__ttl {
    margin-top: 6px;
}
@media screen and (max-width: 780px) {
    .c-section-recommend__ttl {
        margin-top: calc(11 / var(--design-width) * 100vw);
    }
}
.c-section-recommend__ttl-txt-1 {
    display: block;
    padding: 11px 29px 11px 30px;
    background-color: var(--color-main-1);
    font-size: calc(36.54 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.1em;
    color: var(--color-white-1);
    width: -moz-fit-content;
    width: fit-content;
}
@media screen and (max-width: 780px) {
    .c-section-recommend__ttl-txt-1 {
        padding: calc(6.5 / var(--design-width) * 100vw) calc(13.5 / var(--design-width) * 100vw) calc(8.5 / var(--design-width) * 100vw) calc(13.5 / var(--design-width) * 100vw);
        font-size: calc(23 / var(--design-width) * 100vw);
    }
}
.c-section-recommend__ttl-txt-2 {
    display: block;
    margin-top: 14px;
    padding: 17px 25px 17px 28px;
    background-color: var(--color-main-1);
    font-size: calc(55.6 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.04em;
    color: var(--color-white-1);
    width: -moz-fit-content;
    width: fit-content;
}
@media screen and (max-width: 780px) {
    .c-section-recommend__ttl-txt-2 {
        margin-top: calc(7.5 / var(--design-width) * 100vw);
        padding: calc(10.5 / var(--design-width) * 100vw) calc(11 / var(--design-width) * 100vw) calc(12 / var(--design-width) * 100vw) calc(13.5 / var(--design-width) * 100vw);
        font-size: calc(35 / var(--design-width) * 100vw);
    }
}
.c-section-recommend__body {
    margin-top: 69px;
    display: flex;
    -moz-column-gap: 3.4946236559%;
         column-gap: 3.4946236559%;
}
@media screen and (max-width: 1146px) {
    .c-section-recommend__body {
        margin-inline: auto;
        flex-direction: column;
        width: 628px;
    }
}
@media screen and (max-width: 780px) {
    .c-section-recommend__body {
        margin-top: calc(48.5 / var(--design-width) * 100vw);
        width: 100%;
    }
}
.c-section-recommend__body-left {
    margin-top: 30px;
    margin-left: 50px;
    flex: 1;
}
@media screen and (max-width: 1146px) {
    .c-section-recommend__body-left {
        margin-top: 0;
        margin-left: 0;
    }
}
.c-section-recommend__lead {
    display: block;
    font-size: calc(32 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 0.14em;
    color: var(--color-main-1);
}
@media screen and (max-width: 780px) {
    .c-section-recommend__lead {
        font-size: calc(18 / var(--design-width) * 100vw);
        line-height: 1.4444444444;
        letter-spacing: 0.12em;
    }
}
.c-section-recommend__txt {
    margin-top: 19px;
    font-size: calc(17 / var(--root-fz) * 1rem);
    font-weight: bold;
    line-height: 1.7058823529;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 780px) {
    .c-section-recommend__txt {
        margin-top: calc(13 / var(--design-width) * 100vw);
        text-align: justify;
        font-size: calc(14 / var(--design-width) * 100vw);
        line-height: 1.6428571429;
        width: 103.75%;
    }
    .windows.chrome .c-section-recommend__txt {
        font-size: calc(13.7 / var(--design-width) * 100vw);
    }
    .windows.edge .c-section-recommend__txt {
        font-size: calc(13.7 / var(--design-width) * 100vw);
    }
}
.c-section-recommend__body-img {
    width: 628px;
}
@media screen and (max-width: 1146px) {
    .c-section-recommend__body-img {
        margin-top: 30px;
    }
}
@media screen and (max-width: 780px) {
    .c-section-recommend__body-img {
        margin-top: calc(18.5 / var(--design-width) * 100vw);
        width: 100%;
    }
}
.c-section-recommend__body-img img {
    width: 100%;
    height: auto;
}
.c-section-recommend__foot {
    margin-top: 134px;
}
@media screen and (max-width: 780px) {
    .c-section-recommend__foot {
        margin-top: calc(65 / var(--design-width) * 100vw);
    }
}
.c-section-recommend__arrow {
    margin-inline: auto;
    padding-block: 38px;
    background: url(https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/4ca5a1b0-7f87-474d-bd79-24de41210af5.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 540px;
    height: 304px;
}
@media screen and (max-width: 780px) {
    .c-section-recommend__arrow {
        padding-block: calc(24 / var(--design-width) * 100vw);
        background-image: url(https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/9b7777a7-78fd-4cb6-9b14-cbdf591d51e4.png);
        width: 78.125%;
        height: calc(176 / var(--design-width) * 100vw);
    }
}
.c-section-recommend__arrow-lead {
    text-align: center;
    font-size: calc(24 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 0.15em;
    color: var(--color-txt-3);
}
@media screen and (max-width: 780px) {
    .c-section-recommend__arrow-lead {
        margin-left: calc(7 / var(--design-width) * 100vw);
        font-size: calc(14 / var(--design-width) * 100vw);
        line-height: 1.7;
        letter-spacing: 0.09em;
    }
}
.c-section-recommend__arrow-txt {
    margin-top: 22px;
    text-align: center;
    font-size: calc(17 / var(--root-fz) * 1rem);
    font-weight: bold;
    line-height: 1.7058823529;
    letter-spacing: 0.12em;
    color: var(--color-white-1);
}
@media screen and (max-width: 780px) {
    .c-section-recommend__arrow-txt {
        margin-top: calc(15.5 / var(--design-width) * 100vw);
        margin-left: 6px;
        font-size: calc(10 / var(--design-width) * 100vw);
        line-height: 1.64;
        letter-spacing: 0.11em;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}
@keyframes counterRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* ---------------------------------------------
*   c-section-food
--------------------------------------------- */
.c-section-food {
    position: relative;
    padding-inline: 15px;
    background: url(https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/7c49fd39-4f7f-4f66-888a-067bde7b1951.png) center 90px no-repeat;
    background-size: 100% auto;
    height: calc(2289px + 100 / var(--design-width) * 100vw);
}
@media screen and (max-width: 1366px) {
    .c-section-food {
        background-size: 1366px 100%;
        background-position: center 90px;
        height: auto;
    }
}
@media screen and (max-width: 780px) {
    .c-section-food {
        padding-inline: 0;
        background-image: url(https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/ff7bbd51-2020-434a-80f9-76d0de474492.png);
        background-size: 100% 100%;
        background-position: center calc(145 / var(--design-width) * 100vw);
    }
}
.c-section-food__inner {
    margin-inline: auto;
    max-width: 1216px;
}
@media screen and (max-width: 780px) {
    .c-section-food__inner {
        max-width: 82.0512820513%;
    }
}
.c-section-food__ttl {
    display: flex;
    justify-content: center;
    margin-inline: auto;
    padding-block: 23px;
    border-radius: 15px;
    background-color: var(--color-main-1);
    box-shadow: 0 0 10px rgba(var(--color-black-1-rgb), 0.2);
    transform: translateX(-13px);
    font-size: calc(24 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.12em;
    color: var(--color-white-1);
    width: 300px;
}
.c-section-food__slider {
    margin-top: calc(50 / var(--design-width) * 100vw);
}
@media screen and (max-width: 1366px) {
    .c-section-food__slider {
        margin-top: 50px;
    }
}
@media screen and (max-width: 780px) {
    .c-section-food__slider {
        margin-top: 0;
    }
}
.c-section-food__txt-area {
    position: relative;
}
.c-section-food__txt-item {
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 1s;
}
.c-section-food__txt-item.is-active {
    opacity: 1;
    visibility: visible;
}
.c-section-food__txt-ttl {
    display: block;
    text-align: center;
    font-size: calc(20 / var(--root-fz) * 1rem);
    font-weight: bold;
    line-height: 1.4365;
    letter-spacing: 0.12em;
}
@media screen and (max-width: 780px) {
    .c-section-food__txt-ttl {
        margin-top: calc(6.5 / var(--design-width) * 100vw);
        font-size: calc(14 / var(--design-width) * 100vw);
        line-height: 1.3685714286;
    }
}
.c-section-food__txt-ttl--1, .c-section-food__txt-ttl--3, .c-section-food__txt-ttl--4 {
    color: var(--color-slide-ttl-1);
}
.c-section-food__txt-ttl--2 {
    color: var(--color-slide-ttl-2);
}
.c-section-food__txt-ttl--5, .c-section-food__txt-ttl--7, .c-section-food__txt-ttl--8 {
    color: var(--color-slide-ttl-3);
}
.c-section-food__txt-ttl--6 {
    color: var(--color-slide-ttl-4);
}
.c-section-food__txt-ttl--9 {
    color: var(--color-slide-ttl-5);
}
.c-section-food__txt-ttl--10 {
    color: var(--color-slide-ttl-6);
}
.c-section-food__btn {
    position: relative;
    margin-top: 33px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    padding-block: 20px 22px;
    border-radius: 100vh;
    font-size: calc(18 / var(--root-fz) * 1rem);
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.09em;
    color: var(--color-white-1);
    width: 230px;
    transition: transform 0.3s;
}
@media screen and (max-width: 780px) {
    .c-section-food__btn {
        margin-top: calc(23 / var(--design-width) * 100vw);
        padding-block: calc(20 / var(--design-width) * 100vw) calc(22 / var(--design-width) * 100vw);
        font-size: calc(18 / var(--design-width) * 100vw);
        width: calc(230 / var(--design-width) * 100vw);
    }
}
.c-section-food__btn::before {
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    content: "";
    display: block;
    background: url(https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/e7c30011-3a89-45a4-80d0-e9e27bebcef2.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 5px;
    height: 10px;
}
@media screen and (max-width: 780px) {
    .c-section-food__btn::before {
        right: calc(22 / var(--design-width) * 100vw);
        width: calc(5 / var(--design-width) * 100vw);
        height: calc(10 / var(--design-width) * 100vw);
    }
}
.c-section-food__btn::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    border-radius: 100vh;
    background-color: var(--color-sub-1);
    z-index: -1;
    width: 100%;
    height: 100%;
    will-change: transform;
    transition: transform 0.3s;
    box-shadow: 0 0 3px rgba(var(--color-black-1-rgb), 0.4);
}
.safari .c-section-food__btn::after {
    box-shadow: 0 0 6px rgba(var(--color-black-1-rgb), 0.4);
}

@media (hover: hover) and (pointer: fine) {
    .c-section-food__btn:hover::after {
        transform: scale(1.0434782609, 1.1666666667);
    }
}
.c-section-food__lead {
    margin-top: 51px;
    text-align: center;
    font-size: calc(32 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1.825;
    letter-spacing: 0.14em;
    color: var(--color-main-1);
    white-space: nowrap;
}
@media screen and (max-width: 780px) {
    .c-section-food__lead {
        margin-top: calc(37.5 / var(--design-width) * 100vw);
        font-size: calc(18 / var(--design-width) * 100vw);
        line-height: 1.5555555556;
        letter-spacing: 0.12em;
    }
    .windows .c-section-food__lead {
        font-size: calc(17 / var(--design-width) * 100vw);
    }
}
.c-section-food__lead sup {
    font-size: calc(10 / var(--root-fz) * 1rem);
}
@media screen and (max-width: 780px) {
    .c-section-food__lead sup {
        font-size: calc(10 / var(--design-width) * 100vw);
    }
}
.c-section-food__lead--lh {
    line-height: 1.5625;
}
@media screen and (max-width: 780px) {
    .c-section-food__lead--lh {
        line-height: 1.5555555556;
    }
}
.c-section-food__list {
    margin-top: 29px;
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 3.9572192513%;
         column-gap: 3.9572192513%;
    row-gap: 18px;
    width: 935px;
}
@media screen and (max-width: 965px) {
    .c-section-food__list {
        flex-direction: column;
        align-items: center;
        width: 680px;
    }
}
@media screen and (max-width: 780px) {
    .c-section-food__list {
        margin-top: calc(20 / var(--design-width) * 100vw);
        row-gap: calc(9 / var(--design-width) * 100vw);
        width: calc(320 / var(--design-width) * 100vw);
    }
}
.c-section-food__list-item {
    display: flex;
    align-items: center;
    -moz-column-gap: 17px;
         column-gap: 17px;
    width: 48.0213903743%;
}
@media screen and (max-width: 965px) {
    .c-section-food__list-item {
        width: 100%;
    }
}
@media screen and (max-width: 780px) {
    .c-section-food__list-item {
        -moz-column-gap: 4.0625%;
             column-gap: 4.0625%;
        width: 100%;
    }
}
.c-section-food__list-item-icon {
    width: 86px;
    flex-shrink: 0;
}
@media screen and (max-width: 780px) {
    .c-section-food__list-item-icon {
        width: calc(68 / var(--design-width) * 100vw);
    }
}
.c-section-food__list-item-icon img {
    width: 100%;
    height: auto;
}
.c-section-food__list-item-txt {
    text-align: justify;
    font-size: calc(17 / var(--root-fz) * 1rem);
    font-weight: bold;
    line-height: 1.5882352941;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
    .c-section-food__list-item-txt {
        font-size: calc(14 / var(--design-width) * 100vw);
        line-height: 1.4285714286;
    }
}
.c-section-food__list-item-txt sup {
    font-size: calc(10 / var(--root-fz) * 1rem);
}
@media screen and (max-width: 780px) {
    .c-section-food__list-item-txt sup {
        font-size: calc(10 / var(--design-width) * 100vw);
    }
}
.c-section-food__list-item-txt small {
    margin-top: -4px;
    display: block;
    font-size: calc(10 / var(--root-fz) * 1rem);
    line-height: 2.7;
    font-weight: bold;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
    .c-section-food__list-item-txt small {
        margin-top: calc(-2 / var(--design-width) * 100vw);
        font-size: calc(9 / var(--design-width) * 100vw);
        line-height: 2.2222222222;
    }
}
.c-section-food__decos {
    position: absolute;
    bottom: -186px;
    left: 50%;
    transform: translateX(calc(-50% - 487px));
    width: 213px;
    height: 254px;
    animation: wrapLoop 6s infinite;
}
@media screen and (max-width: 780px) {
    .c-section-food__decos {
        bottom: calc(-45.5 / var(--design-width) * 100vw);
        transform: translateX(calc(-50% - 142.5 / var(--design-width) * 100vw));
        width: calc(57 / var(--design-width) * 100vw);
        height: calc(83 / var(--design-width) * 100vw);
    }
}
.c-section-food__deco {
    position: absolute;
    width: 37px;
    animation: pawLoop 6s infinite;
    animation-delay: calc(var(--index) * 0.3s);
}
@media screen and (max-width: 780px) {
    .c-section-food__deco {
        width: calc(19 / var(--design-width) * 100vw);
    }
}
.c-section-food__deco:nth-of-type(1) {
    top: 0;
    left: 65px;
    rotate: -57deg;
}
@media screen and (max-width: 780px) {
    .c-section-food__deco:nth-of-type(1) {
        top: calc(-2.5 / var(--design-width) * 100vw);
        left: calc(-2.5 / var(--design-width) * 100vw);
        rotate: -62deg;
    }
}
.c-section-food__deco:nth-of-type(2) {
    top: 95px;
    left: 0;
    rotate: -68deg;
}
@media screen and (max-width: 780px) {
    .c-section-food__deco:nth-of-type(2) {
        top: calc(51.5 / var(--design-width) * 100vw);
        left: calc(-4 / var(--design-width) * 100vw);
        rotate: -62deg;
    }
}
.c-section-food__deco:nth-of-type(3) {
    top: 133px;
    left: 99px;
    rotate: -70deg;
}
@media screen and (max-width: 780px) {
    .c-section-food__deco:nth-of-type(3) {
        top: calc(62 / var(--design-width) * 100vw);
        left: calc(35 / var(--design-width) * 100vw);
        rotate: -62deg;
    }
}
.c-section-food__deco:nth-of-type(4) {
    top: 198px;
    left: 63px;
    rotate: -70deg;
}
@media screen and (max-width: 780px) {
    .c-section-food__deco:nth-of-type(4) {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none;
    }
}
.c-section-food__deco:nth-of-type(5) {
    bottom: 0;
    right: 0;
    rotate: -70deg;
}
@media screen and (max-width: 780px) {
    .c-section-food__deco:nth-of-type(5) {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none;
    }
}
.c-section-food__deco img {
    width: 100%;
    height: auto;
}

/* ---------------------------------------------
*   c-section-supplement
--------------------------------------------- */
.c-section-supplement {
    padding-block: 125px 48px;
    padding-inline: 30px;
}
@media screen and (max-width: 780px) {
    .c-section-supplement {
        padding-block: calc(66.5 / var(--design-width) * 100vw) calc(45.5 / var(--design-width) * 100vw);
        padding-inline: 0;
    }
}
.c-section-supplement__inner {
    margin-inline: auto;
    max-width: 1116px;
}
@media screen and (max-width: 780px) {
    .c-section-supplement__inner {
        max-width: 82.0512820513%;
    }
}
.c-section-supplement__body {
    padding-bottom: 54px;
    border-bottom: 1px solid var(--color-main-1);
}
@media screen and (max-width: 780px) {
    .c-section-supplement__body {
        padding-bottom: calc(35.5 / var(--design-width) * 100vw);
    }
}
.c-section-supplement__label {
    position: relative;
    margin-inline: auto;
    padding-block: 11px 12px;
    border-radius: 100vh;
    display: flex;
    justify-content: center;
    background-color: var(--color-sub-1);
    font-size: calc(18.2 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.1em;
    color: var(--color-white-1);
    width: 308px;
}
@media screen and (max-width: 780px) {
    .c-section-supplement__label {
        padding-block: calc(9 / var(--design-width) * 100vw);
        font-size: calc(14 / var(--design-width) * 100vw);
        width: calc(222 / var(--design-width) * 100vw);
    }
}
.c-section-supplement__label::after {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: var(--color-sub-1) transparent transparent transparent;
    width: 20px;
    height: 15px;
}
@media screen and (max-width: 780px) {
    .c-section-supplement__label::after {
        bottom: calc(-9.5 / var(--design-width) * 100vw);
        border-width: calc(11 / var(--design-width) * 100vw) calc(8 / var(--design-width) * 100vw) 0 calc(8 / var(--design-width) * 100vw);
        width: calc(16 / var(--design-width) * 100vw);
        height: calc(11 / var(--design-width) * 100vw);
    }
}
.c-section-supplement__ttl {
    margin-top: 23px;
    text-align: center;
    font-size: calc(27 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1.3962962963;
    letter-spacing: 0.12em;
    color: var(--color-main-1);
}
@media screen and (max-width: 780px) {
    .c-section-supplement__ttl {
        margin-top: calc(9.5 / var(--design-width) * 100vw);
        font-size: calc(22 / var(--design-width) * 100vw);
        line-height: 1.3181818182;
    }
}
.c-section-supplement__ttl sup {
    font-size: calc(27 / var(--root-fz) * 1rem);
}
@media screen and (max-width: 780px) {
    .c-section-supplement__ttl sup {
        font-size: calc(22 / var(--design-width) * 100vw);
    }
}
.c-section-supplement__note-1 {
    margin-top: 9px;
    display: block;
    text-align: center;
    font-size: calc(10 / var(--root-fz) * 1rem);
    font-weight: 400;
    letter-spacing: 0.12em;
}
@media screen and (max-width: 780px) {
    .c-section-supplement__note-1 {
        margin-top: calc(5.5 / var(--design-width) * 100vw);
        font-size: calc(10 / var(--design-width) * 100vw);
    }
}
.c-section-supplement__wrap {
    margin-inline: auto;
    display: flex;
    align-items: start;
    -moz-column-gap: 4.0166204986%;
         column-gap: 4.0166204986%;
    max-width: 722px;
    transform: translateX(15px);
}
@media screen and (max-width: 965px) {
    .c-section-supplement__wrap {
        transform: translateX(0);
    }
}
@media screen and (max-width: 780px) {
    .c-section-supplement__wrap {
        margin-top: calc(11 / var(--design-width) * 100vw);
        align-items: center;
        flex-direction: column;
        transform: translateX(0);
        width: 100%;
    }
}
.c-section-supplement__img-1 {
    width: 191px;
}
@media screen and (max-width: 780px) {
    .c-section-supplement__img-1 {
        width: calc(150 / var(--design-width) * 100vw);
    }
}
.c-section-supplement__img-1 img {
    width: 100%;
    height: auto;
}
.c-section-supplement__txt-area {
    flex: 1;
}
.c-section-supplement__txt {
    margin-top: 47px;
    text-align: justify;
    font-size: calc(17 / var(--root-fz) * 1rem);
    font-weight: 500;
    line-height: 1.5882352941;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 780px) {
    .c-section-supplement__txt {
        margin-top: calc(9.5 / var(--design-width) * 100vw);
        font-size: calc(14 / var(--design-width) * 100vw);
        line-height: 1.6428571429;
        letter-spacing: 0.03em;
    }
}
.c-section-supplement__txt sup {
    font-size: calc(10.4 / var(--root-fz) * 1rem);
}
@media screen and (max-width: 780px) {
    .c-section-supplement__txt sup {
        font-size: calc(8 / var(--design-width) * 100vw);
    }
}
.c-section-supplement__note-2 {
    margin-top: 23px;
    font-size: calc(10 / var(--root-fz) * 1rem);
    font-weight: 400;
    line-height: 1.68;
    letter-spacing: 0.12em;
}
@media screen and (max-width: 780px) {
    .c-section-supplement__note-2 {
        margin-top: calc(8.5 / var(--design-width) * 100vw);
        font-size: calc(10 / var(--design-width) * 100vw);
        line-height: 1.6;
    }
}
.c-section-supplement__img-wrap {
    margin-top: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 48px;
         column-gap: 48px;
}
@media screen and (max-width: 780px) {
    .c-section-supplement__img-wrap {
        margin-top: calc(12 / var(--design-width) * 100vw);
        -moz-column-gap: calc(6 / var(--design-width) * 100vw);
             column-gap: calc(6 / var(--design-width) * 100vw);
    }
}
.c-section-supplement__img-2 {
    width: 121px;
}
@media screen and (max-width: 780px) {
    .c-section-supplement__img-2 {
        width: calc(90 / var(--design-width) * 100vw);
    }
}
.c-section-supplement__img-2 img {
    width: 100%;
    height: auto;
}
.c-section-supplement__txt-link {
    margin-top: 26px;
    position: relative;
    margin-inline: auto;
    display: block;
    padding-right: 30px;
    text-decoration: underline;
    font-size: calc(15 / var(--root-fz) * 1rem);
    font-weight: bold;
    line-height: 1.7093333333;
    letter-spacing: 0.09em;
    color: var(--color-main-1);
    width: -moz-fit-content;
    width: fit-content;
}
@media screen and (max-width: 780px) {
    .c-section-supplement__txt-link {
        margin-top: calc(18 / var(--design-width) * 100vw);
        padding-right: calc(25 / var(--design-width) * 100vw);
        font-size: calc(14 / var(--design-width) * 100vw);
        line-height: 1.6428571429;
        transform: translateX(calc(13 / var(--design-width) * 100vw));
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-section-supplement__txt-link:hover {
        text-decoration: none;
    }
}
.c-section-supplement__txt-link::after {
    position: absolute;
    top: 53%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    display: block;
    background: url(https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/630d4bee-03ac-4e5b-a92a-1b6e29a40b7b.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 9px;
    height: 17px;
}
@media screen and (max-width: 780px) {
    .c-section-supplement__txt-link::after {
        top: 50%;
        width: calc(8 / var(--design-width) * 100vw);
        height: calc(15 / var(--design-width) * 100vw);
    }
}
.c-section-supplement__foot {
    margin-top: 42px;
    display: flex;
}
@media screen and (max-width: 780px) {
    .c-section-supplement__foot {
        margin-top: 0;
        flex-direction: column;
    }
}
.c-section-supplement__foot > * {
    width: 50%;
}
@media screen and (max-width: 780px) {
    .c-section-supplement__foot > * {
        width: 100%;
    }
}
.c-section-supplement__block-1 {
    padding: 33px 51px 0;
    height: 428px;
}
@media screen and (max-width: 780px) {
    .c-section-supplement__block-1 {
        padding: 0;
        height: auto;
    }
}
.c-section-supplement__block-1-ttl {
    text-align: center;
    font-size: calc(27 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1.3962962963;
    letter-spacing: 0.1em;
    color: var(--color-main-1);
}
@media screen and (max-width: 780px) {
    .c-section-supplement__block-1-ttl {
        margin-top: calc(26 / var(--design-width) * 100vw);
        font-size: calc(22 / var(--design-width) * 100vw);
        line-height: 1.3181818182;
        letter-spacing: 0.06em;
        white-space: nowrap;
    }
    .windows.edge .c-section-supplement__block-1-ttl {
        letter-spacing: 0.03em;
    }
}
.c-section-supplement__block-1-ttl sup {
    font-size: calc(13 / var(--root-fz) * 1rem);
}
@media screen and (max-width: 780px) {
    .c-section-supplement__block-1-ttl sup {
        font-size: calc(10 / var(--design-width) * 100vw);
    }
}
.c-section-supplement__block-1-ttl span {
    letter-spacing: 0.04em;
}
.c-section-supplement__block-1-ttl br {
    display: none;
}
@media screen and (max-width: 1146px) {
    .c-section-supplement__block-1-ttl br {
        display: block;
    }
}
@media screen and (max-width: 780px) {
    .c-section-supplement__block-1-ttl br {
        display: none;
    }
}
.c-section-supplement__block-1-note {
    margin-left: -4px;
    margin-top: 7px;
    text-align: center;
    display: block;
    font-size: calc(10 / var(--root-fz) * 1rem);
    font-weight: 400;
    letter-spacing: 0.12em;
}
@media screen and (max-width: 780px) {
    .c-section-supplement__block-1-note {
        margin-left: calc(2 / var(--design-width) * 100vw);
        margin-top: calc(7.5 / var(--design-width) * 100vw);
        font-size: calc(10 / var(--design-width) * 100vw);
    }
}
.c-section-supplement__block-1-img {
    margin-top: 45px;
    margin-inline: auto;
    width: 224px;
}
@media screen and (max-width: 780px) {
    .c-section-supplement__block-1-img {
        margin-top: calc(17 / var(--design-width) * 100vw);
        width: calc(182 / var(--design-width) * 100vw);
    }
}
.c-section-supplement__block-1-img img {
    width: 100%;
    height: auto;
}
.c-section-supplement__block-1-txt {
    margin-top: 37px;
    text-align: justify;
    font-size: calc(17 / var(--root-fz) * 1rem);
    font-weight: 500;
    line-height: 1.5882352941;
    letter-spacing: 0.03em;
}
@media screen and (max-width: 780px) {
    .c-section-supplement__block-1-txt {
        margin-top: calc(14.5 / var(--design-width) * 100vw);
        font-size: calc(14 / var(--design-width) * 100vw);
        line-height: 1.6428571429;
        letter-spacing: 0.11em;
    }
}
.c-section-supplement__block-2 {
    padding: 28px 51px 0;
    border-left: 1px solid var(--color-main-1);
}
@media screen and (max-width: 780px) {
    .c-section-supplement__block-2 {
        margin-top: calc(36.5 / var(--design-width) * 100vw);
        padding: calc(25 / var(--design-width) * 100vw) 0 0 0;
        border-top: 1px solid var(--color-main-1);
        border-left: none;
    }
}
.c-section-supplement__block-2-ttl {
    text-align: center;
    font-size: calc(27 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1.3962962963;
    letter-spacing: 0.1em;
    color: var(--color-main-1);
}
@media screen and (max-width: 780px) {
    .c-section-supplement__block-2-ttl {
        font-size: calc(22 / var(--design-width) * 100vw);
        line-height: 1.3181818182;
    }
}
.c-section-supplement__block-2-ttl br {
    display: none;
}
@media screen and (max-width: 1146px) {
    .c-section-supplement__block-2-ttl br {
        display: block;
    }
}
@media screen and (max-width: 780px) {
    .c-section-supplement__block-2-ttl br {
        display: none;
    }
}
.c-section-supplement__block-2-img {
    margin-top: 34px;
    margin-inline: auto;
    width: 230px;
}
@media screen and (max-width: 780px) {
    .c-section-supplement__block-2-img {
        margin-top: calc(20 / var(--design-width) * 100vw);
        width: 100%;
    }
}
.c-section-supplement__block-2-img img {
    width: 100%;
    height: auto;
}
.c-section-supplement__block-2-txt {
    margin-top: 27px;
    text-align: justify;
    font-size: calc(17 / var(--root-fz) * 1rem);
    font-weight: 500;
    line-height: 1.5882352941;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 780px) {
    .c-section-supplement__block-2-txt {
        margin-top: calc(13.5 / var(--design-width) * 100vw);
        font-size: calc(14 / var(--design-width) * 100vw);
        line-height: 1.6428571429;
        letter-spacing: 0.09em;
    }
}
.c-section-supplement__block-2-link {
    margin-top: 36px;
    margin-inline: auto -2px;
}
@media screen and (max-width: 780px) {
    .c-section-supplement__block-2-link {
        margin-top: calc(32 / var(--design-width) * 100vw);
        margin-inline: auto;
    }
}

/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
.c-slider__wrapper {
    position: relative;
}
.c-slider .splide__slide {
    transform: translate3d(0, 0, 0);
}
.c-slider .splide__arrow {
    --arrow-pos-x: 0px;
    position: absolute;
    top: 50%;
    z-index: 1;
    translate: 0 calc(-50% + 9px);
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    touch-action: manipulation;
    cursor: pointer;
    overflow: hidden;
    will-change: opacity;
}
@media (hover: hover) and (pointer: fine) {
    .c-slider .splide__arrow {
        transition: opacity var(--hover-duration);
    }
    .c-slider .splide__arrow:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 780px) {
    .c-slider .splide__arrow {
        --arrow-pos-x: calc(-12 / 390 * 100vw);
        translate: 0 calc(-50% + 42.5 / var(--design-width) * 100vw);
        width: calc(30 / var(--design-width) * 100vw);
        height: calc(30 / var(--design-width) * 100vw);
    }
}
.c-slider .splide__arrow--prev {
    left: var(--arrow-pos-x);
    background: url(https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/ce8fecad-fad0-42b2-b4ac-3393cba1f0e0.png) 0 0 no-repeat;
    background-size: 100% auto;
}
.c-slider .splide__arrow--next {
    right: var(--arrow-pos-x);
    background: url(https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/60f3eddf-7b28-4090-9d43-8ef1c0f0522e.png) 0 0 no-repeat;
    background-size: 100% auto;
}
.c-slider .splide__pagination {
    position: absolute;
    inset: auto 0 0 0;
    gap: 40px;
}
@media screen and (max-width: 780px) {
    .c-slider .splide__pagination {
        inset: auto 0 calc(-3 / var(--design-width) * 100vw) 0;
        gap: calc(17 / var(--design-width) * 100vw);
    }
}
.c-slider .splide__pagination li {
    font-size: 0;
}
.c-slider .splide__pagination__page {
    display: block;
    width: 14px;
    aspect-ratio: 1;
    border: 2px solid var(--color-main-1);
    border-radius: 50%;
    touch-action: manipulation;
    cursor: pointer;
    will-change: opacity;
}
@media (hover: hover) and (pointer: fine) {
    .c-slider .splide__pagination__page {
        transition: opacity var(--hover-duration);
    }
    .c-slider .splide__pagination__page:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 780px) {
    .c-slider .splide__pagination__page {
        width: calc(10 / var(--design-width) * 100vw);
    }
}
.c-slider .splide__pagination__page.is-active {
    background-color: var(--color-main-1);
}
.c-slider__img {
    margin-top: 34px;
    width: 111.1111111111%;
    transform: scale(0.7888888889);
    will-change: transform, margin-top, margin-left;
    transition: transform 0.5s, margin-top 0.5s, margin-left 0.5s;
}
@media screen and (max-width: 1366px) {
    .c-slider__img {
        margin-top: 2.4890190337vw;
    }
}
@media screen and (max-width: 780px) {
    .c-slider__img {
        width: 100%;
    }
}
.splide__slide.is-active .c-slider__img {
    margin-top: 0;
    margin-left: -5.1851851852%;
    transform: scale(1);
}
@media screen and (max-width: 780px) {
    .splide__slide.is-active .c-slider__img {
        margin-left: 0;
    }
}

.splide__slide.is-next .c-slider__img {
    margin-left: -13.8271604938%;
}
@media screen and (max-width: 780px) {
    .splide__slide.is-next .c-slider__img {
        margin-left: 0;
    }
}

.splide__slide.is-prev .c-slider__img {
    margin-left: 3.4567901235%;
}
@media screen and (max-width: 780px) {
    .splide__slide.is-prev .c-slider__img {
        margin-left: 0;
    }
}

.c-slider__img img {
    width: 100%;
    height: auto;
}

/* ---------------------------------------------
*   c-tabs
--------------------------------------------- */
.c-tabs__tab-list {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
}
.c-tabs__tab {
    position: relative;
    background-color: var(--color-tab-1);
    border-radius: 20px 20px 0 0;
    width: 220px;
    height: 70px;
}
@media screen and (max-width: 780px) {
    .c-tabs__tab {
        border-radius: calc(7 / var(--design-width) * 100vw) calc(7 / var(--design-width) * 100vw) 0 0;
        width: calc(96 / var(--design-width) * 100vw);
        height: calc(64 / var(--design-width) * 100vw);
    }
}
.c-tabs__tab:nth-of-type(1) {
    z-index: 1;
}
.c-tabs__tab:nth-of-type(2) {
    margin-inline: -8px;
    z-index: 2;
}
@media screen and (max-width: 780px) {
    .c-tabs__tab:nth-of-type(2) {
        margin-inline: calc(-9 / var(--design-width) * 100vw);
    }
}
.c-tabs__tab:nth-of-type(3) {
    z-index: 1;
}
.c-tabs__tab.is-current {
    border-top: 2px solid var(--color-white-1);
    border-right: 2px solid var(--color-white-1);
    border-left: 2px solid var(--color-white-1);
    background: linear-gradient(0deg, var(--color-gd-1-1), var(--color-gd-1-2));
    height: 100px;
    z-index: 3;
    pointer-events: none;
}
@media screen and (max-width: 780px) {
    .c-tabs__tab.is-current {
        border-radius: calc(10 / var(--design-width) * 100vw) calc(10 / var(--design-width) * 100vw) 0 0;
        width: calc(128 / var(--design-width) * 100vw);
        height: calc(85 / var(--design-width) * 100vw);
    }
}
.c-tabs__tab--1.is-current .c-tabs__tab-txt {
    margin-left: -1px;
}
.c-tabs__tab--1.is-current .c-tabs__tab-txt small {
    margin-left: 1px;
}
.c-tabs__tab::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 20px rgba(var(--color-shadow-1-rgb), 1);
    width: 100%;
    height: 100%;
    z-index: -1;
}
@media screen and (max-width: 780px) {
    .c-tabs__tab::after {
        border-radius: calc(7 / var(--design-width) * 100vw) calc(7 / var(--design-width) * 100vw) 0 0;
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-tabs__tab {
        transition: opacity 0.3s;
    }
    .c-tabs__tab:hover {
        opacity: 0.7;
        z-index: 4;
    }
}
.c-tabs__tab-txt {
    display: block;
    font-size: calc(26 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1.5423076923;
    letter-spacing: 0.12em;
    color: var(--color-main-1);
}
@media screen and (max-width: 780px) {
    .c-tabs__tab-txt {
        font-size: calc(18.7 / var(--design-width) * 100vw);
        line-height: 1.5037433155;
    }
    .c-tabs__tab--1 .c-tabs__tab-txt {
        margin-left: calc(4 / var(--design-width) * 100vw);
    }
}
.is-current .c-tabs__tab-txt {
    margin-left: 3px;
    font-size: calc(33.8 / var(--root-fz) * 1rem);
    line-height: 1.5423076923;
    letter-spacing: 0.07em;
    color: var(--color-white-1);
}
@media screen and (max-width: 780px) {
    .is-current .c-tabs__tab-txt {
        margin-left: calc(3.5 / var(--design-width) * 100vw);
        font-size: calc(26 / var(--design-width) * 100vw);
        line-height: 1.5423076923;
        letter-spacing: 0.12em;
    }
}

@media screen and (max-width: 780px) {
    .c-tabs__tab--1.is-current .c-tabs__tab-txt {
        margin-left: calc(4.5 / var(--design-width) * 100vw);
    }
}

.c-tabs__tab-txt .montserrat {
    display: inline-block;
    margin-top: 4px;
    font-size: calc(30 / var(--root-fz) * 1rem);
    font-weight: bold;
    line-height: 1.3366666667;
    letter-spacing: 0.12em;
}
@media screen and (max-width: 780px) {
    .c-tabs__tab-txt .montserrat {
        margin-top: calc(3.5 / var(--design-width) * 100vw);
        font-size: calc(20 / var(--design-width) * 100vw);
        line-height: 1.406;
    }
    .c-tabs__tab--1 .c-tabs__tab-txt .montserrat {
        margin-top: calc(9 / var(--design-width) * 100vw);
    }
}
.is-current .c-tabs__tab-txt .montserrat {
    font-size: calc(37 / var(--root-fz) * 1rem);
    line-height: 1.4089189189;
}
@media screen and (max-width: 780px) {
    .is-current .c-tabs__tab-txt .montserrat {
        margin-top: 0;
        font-size: calc(30 / var(--design-width) * 100vw);
        line-height: 1.3366666667;
    }
}

@media screen and (max-width: 780px) {
    .c-tabs__tab--1.is-current .c-tabs__tab-txt .montserrat {
        margin-top: calc(7 / var(--design-width) * 100vw);
    }
}

.c-tabs__tab-txt .year {
    display: inline-block;
    transform: translateY(-1px);
}
.c-tabs__tab-txt small {
    font-size: calc(14 / var(--root-fz) * 1rem);
    line-height: 1.0928571429;
    letter-spacing: 0.09em;
}
@media screen and (max-width: 780px) {
    .c-tabs__tab-txt small {
        display: block;
        margin-top: calc(-2.5 / var(--design-width) * 100vw);
        font-size: calc(10 / var(--design-width) * 100vw);
        line-height: 1.021;
        letter-spacing: 0.09em;
    }
}
.is-current .c-tabs__tab-txt small {
    margin-left: 5px;
    font-size: calc(18.2 / var(--root-fz) * 1rem);
    line-height: 1.0928571429;
}
@media screen and (max-width: 780px) {
    .is-current .c-tabs__tab-txt small {
        margin-top: calc(-3 / var(--design-width) * 100vw);
        margin-left: calc(-1.5 / var(--design-width) * 100vw);
        font-size: calc(14 / var(--design-width) * 100vw);
        line-height: 1.0928571429;
    }
}

.c-tabs__tab-note {
    margin-top: -10px;
    display: block;
    font-size: calc(10 / var(--root-fz) * 1rem);
    font-weight: 500;
    line-height: 2.3;
    letter-spacing: 0.15em;
    color: var(--color-main-1);
}
@media screen and (max-width: 780px) {
    .c-tabs__tab-note {
        margin-top: calc(-5 / var(--design-width) * 100vw);
        margin-left: calc(2 / var(--design-width) * 100vw);
        font-size: calc(7 / var(--design-width) * 100vw);
        line-height: 3.2857142857;
    }
}
.is-current .c-tabs__tab-note {
    color: var(--color-white-1);
}

.c-tabs__tab-panel {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 58px 8.8785046729% 66px;
    background-color: var(--color-white-1);
    border-radius: 20px;
    height: 706px;
}
@media screen and (max-width: 780px) {
    .c-tabs__tab-panel {
        padding: calc(40.5 / var(--design-width) * 100vw) 9.3023255814% calc(53 / var(--design-width) * 100vw);
        border-radius: calc(15 / var(--design-width) * 100vw);
        height: calc(620 / var(--design-width) * 100vw);
    }
}
.c-tabs__tab-panel::before {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background-color: var(--color-white-1);
    content: "";
    display: block;
    z-index: 2;
}
@media screen and (max-width: 780px) {
    .c-tabs__tab-panel::before {
        border-radius: calc(15 / var(--design-width) * 100vw);
    }
}
.c-tabs__tab-panel::after {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    content: "";
    display: block;
    z-index: -1;
    box-shadow: 0 0 20px rgba(var(--color-shadow-1-rgb), 1);
    mix-blend-mode: multiply;
}
@media screen and (max-width: 780px) {
    .c-tabs__tab-panel::after {
        border-radius: calc(15 / var(--design-width) * 100vw);
    }
}
.c-tabs__tab-panel > * {
    position: relative;
    z-index: 3;
}
.c-tabs__content-head--bd {
    padding-bottom: 41px;
    border-bottom: 2px dotted rgba(var(--color-bd-2-rgb), 0.4);
}
@media screen and (max-width: 780px) {
    .c-tabs__content-head--bd {
        padding-bottom: calc(26.5 / var(--design-width) * 100vw);
    }
}
.c-tabs__ttl {
    margin-left: -14px;
    display: flex;
    justify-content: center;
    font-size: calc(41.01 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1.643013899;
    letter-spacing: 0.05em;
    color: var(--color-main-1);
}
@media screen and (max-width: 780px) {
    .c-tabs__ttl {
        margin-left: calc(-8 / var(--design-width) * 100vw);
        font-size: calc(25.27 / var(--design-width) * 100vw);
        line-height: 1.6430550059;
    }
}
.c-tabs__ttl .montserrat {
    margin-top: -6px;
    margin-inline: 4px;
    font-size: calc(54.78 / var(--root-fz) * 1rem);
    font-weight: bold;
    line-height: 1.5038335159;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 780px) {
    .c-tabs__ttl .montserrat {
        margin-top: calc(-5 / var(--design-width) * 100vw);
        margin-inline: calc(3 / var(--design-width) * 100vw) calc(2 / var(--design-width) * 100vw);
        font-size: calc(35 / var(--design-width) * 100vw);
        line-height: 1.5035545024;
    }
}
.c-tabs__ttl .border {
    display: flex;
    position: relative;
    z-index: 1;
}
.c-tabs__ttl .border::before {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 13px;
    background-color: var(--color-bd-1);
    content: "";
    display: block;
    z-index: -1;
}
@media screen and (max-width: 780px) {
    .c-tabs__ttl .border::before {
        bottom: calc(10 / var(--design-width) * 100vw);
        height: calc(8 / var(--design-width) * 100vw);
    }
}
.c-tabs__ttl--1 .border::before {
    left: -3px;
    width: 273px;
}
@media screen and (max-width: 780px) {
    .c-tabs__ttl--1 .border::before {
        left: calc(-2.5 / var(--design-width) * 100vw);
        width: calc(168 / var(--design-width) * 100vw);
    }
}
.c-tabs__ttl--2 .border::before {
    left: -4px;
    width: 185px;
}
@media screen and (max-width: 780px) {
    .c-tabs__ttl--2 .border::before {
        left: calc(-2.5 / var(--design-width) * 100vw);
        width: calc(115 / var(--design-width) * 100vw);
    }
}
.c-tabs__ttl--3 .border::before {
    left: -4px;
    width: 259px;
}
@media screen and (max-width: 780px) {
    .c-tabs__ttl--3 .border::before {
        left: calc(-2.5 / var(--design-width) * 100vw);
        width: calc(166 / var(--design-width) * 100vw);
    }
}
.c-tabs__lead {
    margin-top: 17px;
    text-align: center;
    font-size: calc(17 / var(--root-fz) * 1rem);
    font-weight: bold;
    line-height: 1.7058823529;
    letter-spacing: 0.07em;
}
@media screen and (max-width: 780px) {
    .c-tabs__lead {
        margin-top: calc(8.5 / var(--design-width) * 100vw);
        font-size: calc(14 / var(--design-width) * 100vw);
        line-height: 1.6428571429;
    }
}
.c-tabs__content-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 35px;
    flex-grow: 1;
}
@media screen and (max-width: 780px) {
    .c-tabs__content-body {
        margin-top: calc(27 / var(--design-width) * 100vw);
    }
}
.c-tabs__content-body--1 {
    margin-top: 40px;
}
@media screen and (max-width: 780px) {
    .c-tabs__content-body--1 {
        margin-top: calc(22 / var(--design-width) * 100vw);
    }
}
.c-tabs__txt {
    text-align: center;
    font-size: calc(20 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 0.13em;
    color: var(--color-main-1);
}
@media screen and (max-width: 780px) {
    .c-tabs__txt {
        margin-inline: calc(50% - 50vw);
        font-size: calc(16 / var(--design-width) * 100vw);
        line-height: 1.6875;
        letter-spacing: 0.03em;
    }
}
.windows .c-tabs__txt {
    font-size: calc(19.5 / var(--root-fz) * 1rem);
}
@media screen and (max-width: 780px) {
    .windows .c-tabs__txt {
        font-size: calc(15.5 / var(--design-width) * 100vw);
    }
}

.c-tabs__btn {
    position: relative;
    display: flex;
    align-items: center;
    margin-inline: auto;
    padding-left: 81px;
    border-radius: 100vh;
    width: 250px;
    height: 60px;
}
@media screen and (max-width: 780px) {
    .c-tabs__btn {
        padding-left: calc(70.5 / var(--design-width) * 100vw);
        width: calc(230 / var(--design-width) * 100vw);
        height: calc(60 / var(--design-width) * 100vw);
    }
}
.c-tabs__btn::before {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    content: "";
    display: block;
    background: url(https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/5efecf31-f00b-46e3-b305-7e4177e81119.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 30px;
}
@media screen and (max-width: 780px) {
    .c-tabs__btn::before {
        left: calc(15 / var(--design-width) * 100vw);
        background-size: 100% 100%;
        width: calc(30 / var(--design-width) * 100vw);
        height: calc(30 / var(--design-width) * 100vw);
    }
}
.c-tabs__btn::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    border-radius: 100vh;
    background-color: var(--color-sub-1);
    z-index: -1;
    width: 100%;
    height: 100%;
    will-change: transform;
    transition: transform 0.3s;
    box-shadow: 0 0 6px rgba(var(--color-black-1-rgb), 0.4);
}
@media (hover: hover) and (pointer: fine) {
    .c-tabs__btn:hover::after {
        transform: scale(1.04, 1.1666666667);
    }
}
.c-tabs__btn-txt {
    font-size: calc(14 / var(--root-fz) * 1rem);
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.09em;
    color: var(--color-white-1);
}
@media screen and (max-width: 780px) {
    .c-tabs__btn-txt {
        font-size: calc(14 / var(--design-width) * 100vw);
    }
}
.c-tabs__img {
    position: absolute;
    bottom: -140px;
    right: -100px;
    width: 332px;
}
@media screen and (max-width: 780px) {
    .c-tabs__img {
        bottom: calc(-149 / var(--design-width) * 100vw);
        right: calc(-4.5 / var(--design-width) * 100vw);
        width: calc(166 / var(--design-width) * 100vw);
    }
}
.c-tabs__img img {
    width: 100%;
    height: auto;
}
.c-tabs__list-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    border-radius: 100vh;
    background-color: var(--color-label-1);
    font-size: calc(15.6 / var(--root-fz) * 1rem);
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    color: var(--color-main-1);
    width: 169px;
    height: 34px;
}
@media screen and (max-width: 780px) {
    .c-tabs__list-ttl {
        font-size: calc(12 / var(--design-width) * 100vw);
        width: calc(110 / var(--design-width) * 100vw);
        height: calc(26 / var(--design-width) * 100vw);
    }
}
.c-tabs__list {
    margin-top: 29px;
    margin-inline: auto;
    width: 450px;
}
@media screen and (max-width: 780px) {
    .c-tabs__list {
        margin-top: calc(15 / var(--design-width) * 100vw);
        width: 100%;
    }
}
.c-tabs__item {
    position: relative;
    padding-left: 30px;
    padding-bottom: 5px;
    font-size: calc(20 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1.75;
    letter-spacing: 0.13em;
    color: var(--color-main-1);
    white-space: nowrap;
}
@media screen and (max-width: 780px) {
    .c-tabs__item {
        padding-left: calc(29.5 / var(--design-width) * 100vw);
        padding-top: calc(6.5 / var(--design-width) * 100vw);
        padding-bottom: calc(8.5 / var(--design-width) * 100vw);
        font-size: calc(16 / var(--design-width) * 100vw);
        line-height: 1.625;
        letter-spacing: 0.09em;
    }
}
.c-tabs__item + .c-tabs__item {
    border-top: 1px dotted rgba(var(--color-bd-2-rgb), 0.4);
}
@media screen and (max-width: 780px) {
    .c-tabs__item--ls-1 {
        letter-spacing: 0.07em;
    }
}
@media screen and (max-width: 780px) {
    .c-tabs__item--ls-2 {
        letter-spacing: 0.03em;
    }
}
.c-tabs__item::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    display: block;
    background: url(https://image.info.hillspetnutrition.com/lib/fe2d11717064057f771d79/m/1/bef089e5-4398-4120-b92b-a160b8086ca5.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 17px;
    height: 17px;
}
@media screen and (max-width: 780px) {
    .c-tabs__item::before {
        top: calc(11 / var(--design-width) * 100vw);
        transform: translateY(0);
        background-size: 100% 100%;
        width: calc(17 / var(--design-width) * 100vw);
        height: calc(17 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-tabs-slider
--------------------------------------------- */
.c-tabs-slider__tab-list {
    display: none;
}
@media screen and (max-width: 780px) {
    .c-tabs-slider__tab-list {
        margin-inline: auto;
        display: flex;
        justify-content: center;
        border-radius: calc(15 / var(--design-width) * 100vw);
        overflow: hidden;
        width: calc(320 / var(--design-width) * 100vw);
        box-shadow: 0 0 10px rgba(var(--color-black-1-rgb), 0.3);
    }
}
@media screen and (max-width: 780px) {
    .c-tabs-slider__tab {
        display: block;
        padding-block: calc(22.5 / var(--design-width) * 100vw) calc(25.5 / var(--design-width) * 100vw);
        background-color: var(--color-tab-1);
        width: 50%;
        will-change: opacity;
    }
}
@media screen and (max-width: 780px) and (hover: hover) and (pointer: fine) {
    .c-tabs-slider__tab {
        transition: opacity var(--hover-duration);
    }
    .c-tabs-slider__tab:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 780px) {
    .c-tabs-slider__tab.is-current {
        background-color: var(--color-tab-2);
        pointer-events: none;
    }
}
@media screen and (max-width: 780px) {
    .c-tabs-slider__tab-txt {
        margin-left: calc(3.5 / var(--design-width) * 100vw);
        font-size: calc(20 / var(--design-width) * 100vw);
        font-weight: 900;
        line-height: 1;
        letter-spacing: 0.12em;
        color: var(--color-tab-2);
    }
    .is-current .c-tabs-slider__tab-txt {
        color: var(--color-tab-1);
    }
}
@media screen and (max-width: 780px) {
    .c-tabs-slider__body {
        margin-top: calc(32.5 / var(--design-width) * 100vw);
    }
}
.c-tabs-slider__tab-panel {
    padding-bottom: 658px;
}
@media screen and (max-width: 965px) {
    .c-tabs-slider__tab-panel {
        padding-bottom: 820px;
    }
}
@media screen and (max-width: 780px) {
    .c-tabs-slider__tab-panel {
        padding-bottom: calc(604 / var(--design-width) * 100vw);
    }
}

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

/* ---------------------------------------------
*   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;
}

/*  .js-tab-target
--------------------------------------------- */
.js-tab-target {
    display: none;
}
.js-tab-target.is-current {
    display: flex;
}
.c-tabs-slider .js-tab-target {
    display: block;
}
@media screen and (max-width: 780px) {
    .c-tabs-slider .js-tab-target {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        height: 0;
        padding-bottom: 0;
    }
    .c-tabs-slider .js-tab-target.is-current {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        height: auto;
        padding-bottom: calc(604 / var(--design-width) * 100vw);
    }
}

.js-animation-1 .js-animation-1-target {
    clip-path: circle(0% at 0 100%);
    transition: clip-path 1s;
    transition-delay: calc(var(--index) * 0.5s - 0.5s);
}
.js-animation-1.is-active .js-animation-1-target {
    clip-path: circle(150% at 0 100%);
}

.js-animation-2 .js-animation-2-target {
    opacity: 0;
    transform: translateY(50px);
}
.js-animation-2.is-active .js-animation-2-target {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.8s, opacity 1s;
    transition-delay: var(--delay);
}
@media screen and (max-width: 780px) {
    .js-animation-2.is-active .js-animation-2-target {
        transition-delay: var(--delay-sp);
    }
}

.js-animation-3 .js-animation-3-target {
    opacity: 0;
    transform: translateY(50px);
}
.js-animation-3 .border.js-animation-3-target {
    opacity: 1;
    transform: translateY(0);
}
.js-animation-3 .border.js-animation-3-target::before {
    clip-path: circle(0% at 0 100%);
    transition: clip-path 0.5s;
    transition-delay: calc(var(--index) * 0.5s);
}
.js-animation-3 .js-animation-3-target-2 {
    opacity: 0;
}
.js-animation-3 .js-animation-3-target-2.is-wave-done {
    opacity: 1;
}
.js-animation-3.is-active .js-animation-3-target {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.8s, opacity 1s;
    transition-delay: calc(var(--index) * 0.5s);
}
.js-animation-3.is-active .border.js-animation-3-target::before {
    clip-path: circle(150% at 0 100%);
}
.js-animation-3.is-active .js-animation-3-target-2:not(.is-wave-done) {
    animation: wave 1s forwards;
    animation-delay: calc(var(--index) * 0.5s);
}

.js-animation-4 .js-animation-4-target {
    opacity: 0;
    transform: translateY(50px);
}
.js-animation-4 .js-animation-4-target-2::before {
    clip-path: circle(0% at 0 100%);
    transition: clip-path 1s;
    transition-delay: calc(var(--index) * 0.5s);
}
.js-animation-4 .js-animation-4-target-3 {
    clip-path: circle(0% at 0 100%);
    transition: clip-path 1s;
    transition-delay: calc(var(--index) * 0.5s);
}
.js-animation-4.is-active .js-animation-4-target {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.8s, opacity 1s;
    transition-delay: calc(var(--index) * 0.5s);
}
.js-animation-4.is-active .js-animation-4-target-2::before {
    clip-path: circle(150% at 0 100%);
}
.js-animation-4.is-active .js-animation-4-target-3 {
    clip-path: circle(150% at 0 100%);
}

.js-animation-5 .js-animation-5-target {
    opacity: 0;
    transform: translateY(50px);
}
.js-animation-5.is-active .js-animation-5-target {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.8s, opacity 1s;
    transition-delay: calc(var(--index) * 0.5s);
}
@media screen and (max-width: 1146px) {
    .js-animation-5.is-active .js-animation-5-target {
        transition-delay: calc(var(--tb-index) * 0.5s);
    }
}

.js-animation-6 {
    display: block;
    opacity: 0;
    transform: translateY(50px);
}
.js-animation-6.is-active {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.8s, opacity 1s;
}

.js-animation-7 .js-animation-7-target {
    opacity: 0;
    transform: translateY(50px);
}
.js-animation-7.is-active .js-animation-7-target {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.8s, opacity 1s;
    transition-delay: calc(var(--index) * 0.5s);
}

.js-fadein-down-1 {
    opacity: 0;
    transform: translateY(-50%);
}
.js-fadein-down-1.is-active {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.8s, opacity 1s;
    transition-delay: calc(var(--index) * 0.5s);
}

.js-wave-1 {
    opacity: 0;
}
.js-wave-1.is-active {
    animation: wave 1s forwards;
}
.js-wave-1.is-active span::before {
    clip-path: circle(150% at 0 100%);
}
.js-wave-1 span::before {
    clip-path: circle(0% at 0 100%);
    transition: clip-path 1s;
    transition-delay: calc(var(--index) * 0.5s + 0.5s);
}

@keyframes wave {
    0% {
        opacity: 0;
        transform: translate3d(0, 50%, 0);
    }
    50% {
        opacity: 1;
        transform: translate3d(0, -20%, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@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;
    }
}