@charset "UTF-8";
/* ---------------------------------------------
*   Custom Properties
--------------------------------------------- */
:root {
    --design-width: 1350;
    --contents-width: 1200;
    --contents-side-padding: 10;
    --minwidth: calc(var(--contents-width) + var(--contents-side-padding) * 2);
    --fixed-header-height: 80;
    --root-fz: 16;
    --line-height: 1.5;
    --hover-opacity-ratio: 0.7;
    --hover-duration: .3s;
    --color-base-1: #382b20;
    --color-base-1-rgb: 56, 43, 32;
    --color-black-1: #000;
    --color-black-1-rgb: 0, 0, 0;
    --color-black-2: #111;
    --color-black-2-rgb: 17, 17, 17;
    --color-white-1: #fff;
    --color-white-1-rgb: 255, 255, 255;
    --color-white-2: #fefefe;
    --color-white-2-rgb: 254, 254, 254;
    --color-red-1: #b32433;
    --color-red-1-rgb: 179, 36, 51;
    --color-red-2: #c50f28;
    --color-red-2-rgb: 197, 15, 40;
    --color-bg-1: #e9e2d4;
    --color-bg-1-rgb: 233, 226, 212;
    --ff-root: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
    --ff-vidaloka: "Vidaloka", serif;
    --ff-noto-serif: "Noto Serif JP", serif;
}
@media screen and (max-width: 750px) {
    :root {
        --design-width: 750;
        --contents-width: 730;
        --contents-side-padding: 10;
        --minwidth: 320;
        --fixed-header-height: 60;
        --root-fz: 32;
        --line-height: 1.5;
    }
}

/* ---------------------------------------------
*   Universal selector
--------------------------------------------- */
*, *::before, *::after {
    box-sizing: border-box;
}

/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html,
body {
    color: var(--color-base-1);
    font-size: calc(var(--root-fz) * 1px);
    font-family: var(--ff-root);
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
    html,
    body {
        font-size: calc(var(--root-fz) / var(--design-width) * 100vw);
    }
}

body {
    line-height: var(--line-height);
}

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.c-sns-2 {
    display: block !important;
    padding-top: 80px;
    padding-bottom: 88px;
}
@media screen and (max-width: 750px) {
    .c-sns-2 {
        padding-top: calc(80 / var(--design-width) * 100vw);
        padding-bottom: calc(124 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    height: calc(var(--fixed-header-height) * 1px);
}

/* ---------------------------------------------
*   l-global-nav
--------------------------------------------- */
/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
    padding-top: calc(var(--fixed-header-height) * 1px);
}

/* ---------------------------------------------
*   l-breadcrumb
--------------------------------------------- */
/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
/* ---------------------------------------------
*   c-block
--------------------------------------------- */
/* ---------------------------------------------
*   c-box
--------------------------------------------- */
/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
/* ---------------------------------------------
*   c-card
--------------------------------------------- */
/* ---------------------------------------------
*   c-cassette
--------------------------------------------- */
/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
/* ---------------------------------------------
*   c-form
--------------------------------------------- */
/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
/* ---------------------------------------------
*   c-link
--------------------------------------------- */
/* ---------------------------------------------
*   c-list
--------------------------------------------- */
/* ---------------------------------------------
*   c-section
--------------------------------------------- */
/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
/* ---------------------------------------------
*   c-table
--------------------------------------------- */
/* ---------------------------------------------
*   c-tile
--------------------------------------------- */
/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
/* ---------------------------------------------
*   p-howto-kv
--------------------------------------------- */
.p-howto-kv {
    position: relative;
    margin-bottom: 50px;
    background: url(../img/howto/kv.png) center center no-repeat;
    background-size: cover;
    height: 740px;
}
@media screen and (max-width: 750px) {
    .p-howto-kv {
        margin-bottom: calc(42 / var(--design-width) * 100vw);
        background-image: url(../img/howto/sp/kv.png);
        height: calc(905 / var(--design-width) * 100vw);
    }
}
.p-howto-kv__inner {
    padding-top: 298px;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .p-howto-kv__inner {
        padding-top: calc(339 / var(--design-width) * 100vw);
    }
}
.p-howto-kv__ttl-en {
    font-size: calc(19 / var(--root-fz) * 1rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.01em;
    font-family: var(--ff-vidaloka);
    color: var(--color-white-1);
}
@media screen and (max-width: 750px) {
    .p-howto-kv__ttl-en {
        font-size: calc(25 / var(--design-width) * 100vw);
        line-height: 1.888;
    }
}
.p-howto-kv__ttl {
    margin-top: 6px;
    font-size: calc(45 / var(--root-fz) * 1rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2em;
    font-family: var(--ff-noto-serif);
    color: var(--color-white-1);
}
@media screen and (max-width: 750px) {
    .p-howto-kv__ttl {
        margin-top: calc(2 / var(--design-width) * 100vw);
        font-size: calc(58 / var(--design-width) * 100vw);
    }
}
.p-howto-kv__txt {
    margin-top: 43px;
    font-size: calc(22 / var(--root-fz) * 1rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: var(--color-white-1);
}
@media screen and (max-width: 750px) {
    .p-howto-kv__txt {
        margin-top: calc(53 / var(--design-width) * 100vw);
        font-size: calc(30 / var(--design-width) * 100vw);
    }
}
.p-howto-kv__foot {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 1350px;
    height: 137px;
    background: url(../img/howto/img_kv_btn-bg.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 750px) {
    .p-howto-kv__foot {
        bottom: calc(-42 / var(--design-width) * 100vw);
        background-image: url(../img/howto/sp/img_kv_btn-bg.png);
        width: 100%;
        height: calc(137 / var(--design-width) * 100vw);
    }
}
.p-howto-kv__anchor-link {
    position: absolute;
    top: 29px;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    border-radius: 50%;
    place-items: center;
    width: 87px;
    aspect-ratio: 1;
    background-color: var(--color-red-1);
}
@media (hover: hover) and (pointer: fine) {
    .p-howto-kv__anchor-link {
        transition: opacity var(--hover-duration);
    }
    .p-howto-kv__anchor-link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .p-howto-kv__anchor-link {
        top: calc(29 / var(--design-width) * 100vw);
        width: calc(87 / var(--design-width) * 100vw);
    }
}
.p-howto-kv__anchor-link img {
    display: block;
    width: 23px;
    height: 11px;
}
@media screen and (max-width: 750px) {
    .p-howto-kv__anchor-link img {
        width: calc(23 / var(--design-width) * 100vw);
        height: calc(11 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   p-howto-recommend
--------------------------------------------- */
.p-howto-recommend {
    padding-block: 84px;
    padding-inline: 43px;
}
@media screen and (max-width: 1350px) {
    .p-howto-recommend {
        padding-block: 6.2222222222vw;
        padding-inline: 3.1851851852vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-recommend {
        padding-block: calc(82 / var(--design-width) * 100vw);
        padding-inline: 8%;
    }
}
.p-howto-recommend__inner {
    max-width: 1264px;
    margin: 0 auto;
}
.p-howto-recommend__ttl {
    margin-inline: auto;
    width: 596px;
}
@media screen and (max-width: 1350px) {
    .p-howto-recommend__ttl {
        width: 44.1481481481vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-recommend__ttl {
        width: calc(606 / var(--design-width) * 100vw);
    }
}
.p-howto-recommend__ttl img {
    width: 100%;
    height: auto;
}
.p-howto-recommend__list {
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1350px) {
    .p-howto-recommend__list {
        margin-top: 3.1111111111vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-recommend__list {
        margin-top: calc(58 / var(--design-width) * 100vw);
        flex-direction: column;
        row-gap: calc(22 / var(--design-width) * 100vw);
    }
}
.p-howto-recommend__list-item {
    width: 18.75%;
}
@media screen and (max-width: 750px) {
    .p-howto-recommend__list-item {
        width: 100%;
    }
}
.p-howto-recommend__list-item img {
    width: 100%;
    height: auto;
}

/* ---------------------------------------------
*   p-howto-seasonal
--------------------------------------------- */
.p-howto-seasonal {
    padding-block: 88px 230px;
    padding-inline: 175px;
}
@media screen and (max-width: 1350px) {
    .p-howto-seasonal {
        padding-block: 6.5185185185vw 17.037037037vw;
        padding-inline: 12.962962963vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-seasonal {
        padding-block: calc(94 / var(--design-width) * 100vw) calc(221 / var(--design-width) * 100vw);
        padding-inline: 8%;
    }
}
.p-howto-seasonal__inner {
    margin-inline: auto;
    max-width: 1000px;
}
.p-howto-seasonal__ttl-area {
    text-align: center;
}
.p-howto-seasonal__ttl-en {
    display: block;
    font-size: calc(20 / var(--root-fz) * 1rem);
    font-weight: 400;
    line-height: 1.6335;
    letter-spacing: 0.01em;
    color: var(--color-red-2);
    font-family: var(--ff-vidaloka);
}
@media screen and (max-width: 1350px) {
    .p-howto-seasonal__ttl-en {
        font-size: 1.4814814815vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-seasonal__ttl-en {
        font-size: calc(30 / var(--design-width) * 100vw);
        line-height: 1.089;
    }
}
.p-howto-seasonal__ttl {
    margin-top: 9px;
    font-size: calc(40 / var(--root-fz) * 1rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
    font-family: var(--ff-noto-serif);
}
@media screen and (max-width: 1350px) {
    .p-howto-seasonal__ttl {
        margin-top: 0.6666666667vw;
        font-size: 2.962962963vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-seasonal__ttl {
        margin-top: calc(15 / var(--design-width) * 100vw);
        font-size: calc(46 / var(--design-width) * 100vw);
    }
}
.p-howto-seasonal__card-wrap {
    margin-top: 62px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1350px) {
    .p-howto-seasonal__card-wrap {
        margin-top: 4.5925925926vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-seasonal__card-wrap {
        margin-top: calc(58 / var(--design-width) * 100vw);
        flex-direction: column;
        row-gap: calc(46 / var(--design-width) * 100vw);
    }
}
.p-howto-seasonal__card {
    border: 2px solid var(--color-red-2);
    border-radius: 15px;
    width: 48%;
    overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
    .p-howto-seasonal__card {
        transition: opacity var(--hover-duration);
    }
    .p-howto-seasonal__card:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 1350px) {
    .p-howto-seasonal__card {
        border-radius: 1.1111111111vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-seasonal__card {
        border-width: calc(2 / var(--design-width) * 100vw);
        border-radius: calc(20 / var(--design-width) * 100vw);
        width: 100%;
    }
}
.p-howto-seasonal__card-img {
    width: 100%;
}
.p-howto-seasonal__card-img img {
    width: 100%;
    height: auto;
}
.p-howto-seasonal__card-body {
    padding-block: 9px 8px;
}
@media screen and (max-width: 1350px) {
    .p-howto-seasonal__card-body {
        padding-block: 0.6666666667vw 0.5925925926vw;
    }
    .mac.safari .p-howto-seasonal__card-body {
        padding-block: 0.7407407407vw 0.5185185185vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-seasonal__card-body {
        padding-block: calc(9 / var(--design-width) * 100vw) calc(8 / var(--design-width) * 100vw);
    }
    .windows.edge .p-howto-seasonal__card-body {
        padding-block: calc(10 / var(--design-width) * 100vw) calc(7 / var(--design-width) * 100vw);
    }
    .mac.safari .p-howto-seasonal__card-body {
        padding-block: calc(9 / var(--design-width) * 100vw) calc(8 / var(--design-width) * 100vw);
    }
}
.p-howto-seasonal__card-txt {
    position: relative;
    margin-inline: auto;
    padding-right: 35px;
    display: block;
    font-size: calc(22 / var(--root-fz) * 1rem);
    font-weight: 500;
    line-height: 1.5236363636;
    letter-spacing: 0.05em;
    color: var(--color-red-2);
    width: -moz-fit-content;
    width: fit-content;
}
@media screen and (max-width: 1350px) {
    .p-howto-seasonal__card-txt {
        padding-right: 2.5925925926vw;
        font-size: 1.6296296296vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-seasonal__card-txt {
        padding-right: calc(46 / var(--design-width) * 100vw);
        font-size: calc(28 / var(--design-width) * 100vw);
        line-height: 1.5714285714;
    }
}
.p-howto-seasonal__arrow {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    border-radius: 50%;
    width: 26px;
    aspect-ratio: 1;
    background-color: var(--color-red-2);
}
.mac.safari .p-howto-seasonal__arrow {
    top: 49%;
}

@media screen and (max-width: 1350px) {
    .p-howto-seasonal__arrow {
        right: 0.2962962963vw;
        width: 1.9259259259vw;
    }
    .mac.safari .p-howto-seasonal__arrow {
        top: 50%;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-seasonal__arrow {
        right: calc(4 / var(--design-width) * 100vw);
        width: calc(34 / var(--design-width) * 100vw);
    }
    .windows.edge .p-howto-seasonal__arrow {
        top: 48%;
    }
}
.p-howto-seasonal__arrow img {
    width: 5px;
    height: 9px;
}
@media screen and (max-width: 1350px) {
    .p-howto-seasonal__arrow img {
        width: 0.3703703704vw;
        height: 0.6666666667vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-seasonal__arrow img {
        width: calc(7 / var(--design-width) * 100vw);
        height: calc(13 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   p-howto-order
--------------------------------------------- */
.p-howto-order {
    padding-block: 100px 210px;
    padding-inline: 175px;
    background-color: var(--color-bg-1);
    background-image: url(../img/howto/img_bg-parts.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 376px 100px;
}
@media screen and (max-width: 1350px) {
    .p-howto-order {
        padding-block: 7.4074074074vw 15.5555555556vw;
        padding-inline: 12.962962963vw;
        background-size: 27.8518518519vw 7.4074074074vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-order {
        padding-block: calc(122 / var(--design-width) * 100vw) calc(244 / var(--design-width) * 100vw);
        padding-inline: 8%;
        background-size: calc(489 / var(--design-width) * 100vw) calc(128 / var(--design-width) * 100vw);
    }
}
.p-howto-order__inner {
    position: relative;
    margin-inline: auto;
    max-width: 1000px;
}
.p-howto-order__ttl-area {
    text-align: center;
}
.p-howto-order__ttl-en {
    font-size: calc(20 / var(--root-fz) * 1rem);
    font-weight: 400;
    line-height: 1.6335;
    letter-spacing: 0.01em;
    font-family: var(--ff-vidaloka);
    color: var(--color-red-2);
}
@media screen and (max-width: 1350px) {
    .p-howto-order__ttl-en {
        font-size: 1.4814814815vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-order__ttl-en {
        font-size: calc(30 / var(--design-width) * 100vw);
        line-height: 1.089;
    }
}
.p-howto-order__ttl {
    margin-top: 9px;
    font-size: calc(46 / var(--root-fz) * 1rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
    font-family: var(--ff-noto-serif);
}
@media screen and (max-width: 1350px) {
    .p-howto-order__ttl {
        margin-top: 0.6666666667vw;
        font-size: 3.4074074074vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-order__ttl {
        margin-top: calc(9 / var(--design-width) * 100vw);
        font-size: calc(46 / var(--design-width) * 100vw);
    }
}
.p-howto-order__txt {
    margin-top: 44px;
    text-align: center;
    font-size: calc(24 / var(--root-fz) * 1rem);
    font-weight: 500;
    line-height: 1.8333333333;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 1350px) {
    .p-howto-order__txt {
        margin-top: 3.2592592593vw;
        font-size: 1.7777777778vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-order__txt {
        margin-top: calc(41 / var(--design-width) * 100vw);
        font-size: calc(24 / var(--design-width) * 100vw);
    }
}
.p-howto-order__list {
    margin-top: 77px;
}
@media screen and (max-width: 1350px) {
    .p-howto-order__list {
        margin-top: 5.7037037037vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-order__list {
        margin-top: calc(93 / var(--design-width) * 100vw);
    }
}
.p-howto-order__list-item:not(:last-of-type) {
    margin-bottom: 30px;
}
@media screen and (max-width: 1350px) {
    .p-howto-order__list-item:not(:last-of-type) {
        margin-bottom: 2.2222222222vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-order__list-item:not(:last-of-type) {
        margin-bottom: calc(20 / var(--design-width) * 100vw);
    }
}
.p-howto-order__list-item--arrow {
    position: relative;
    margin-bottom: 55px !important;
}
@media screen and (max-width: 1350px) {
    .p-howto-order__list-item--arrow {
        margin-bottom: 4.0740740741vw !important;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-order__list-item--arrow {
        margin-bottom: calc(55 / var(--design-width) * 100vw) !important;
    }
}
.p-howto-order__list-item--arrow::after {
    position: absolute;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%);
    content: "";
    display: block;
    background: url(../img/howto/ico_arrow_red.svg) 0 0 no-repeat;
    background-size: contain;
    width: 46px;
    height: 15px;
}
@media screen and (max-width: 1350px) {
    .p-howto-order__list-item--arrow::after {
        bottom: -2.5925925926vw;
        width: 3.4074074074vw;
        height: 1.1111111111vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-order__list-item--arrow::after {
        bottom: calc(-35 / var(--design-width) * 100vw);
        width: calc(46 / var(--design-width) * 100vw);
        height: calc(15 / var(--design-width) * 100vw);
    }
}
.p-howto-order__img {
    width: 100%;
}
.p-howto-order__img img {
    width: 100%;
    height: auto;
}
.p-howto-order__desc {
    margin-top: 17px;
    text-align: center;
    font-size: calc(16 / var(--root-fz) * 1rem);
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
@media screen and (max-width: 1350px) {
    .p-howto-order__desc {
        margin-top: 1.2592592593vw;
        font-size: 1.1851851852vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-order__desc {
        margin-top: calc(24 / var(--design-width) * 100vw);
        text-align: left;
        font-size: calc(20 / var(--design-width) * 100vw);
        line-height: 1.5;
    }
}
.p-howto-order__lead {
    position: relative;
    margin-top: 107px;
    margin-inline: auto;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
}
@media screen and (max-width: 1350px) {
    .p-howto-order__lead {
        margin-top: 7.9259259259vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-order__lead {
        margin-top: calc(132 / var(--design-width) * 100vw);
    }
}
.p-howto-order__lead-txt {
    margin-inline: auto;
    padding-inline: 100px;
    display: block;
    font-size: calc(40 / var(--root-fz) * 1rem);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-family: var(--ff-noto-serif);
}
@media screen and (max-width: 1350px) {
    .p-howto-order__lead-txt {
        padding-inline: 7.4074074074vw;
        font-size: 2.962962963vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-order__lead-txt {
        padding-inline: 0;
        font-size: calc(46 / var(--design-width) * 100vw);
        line-height: 1.5217391304;
        font-weight: 500;
        letter-spacing: 0.15em;
    }
}
.p-howto-order__deco-1, .p-howto-order__deco-2, .p-howto-order__deco-3, .p-howto-order__deco-4, .p-howto-order__deco-5 {
    position: absolute;
}
.p-howto-order__deco-1 img, .p-howto-order__deco-2 img, .p-howto-order__deco-3 img, .p-howto-order__deco-4 img, .p-howto-order__deco-5 img {
    width: 100%;
    height: auto;
}
.p-howto-order__deco-1 {
    top: -46px;
    left: -115px;
    width: 98px;
}
@media screen and (max-width: 1350px) {
    .p-howto-order__deco-1 {
        top: -3.4074074074vw;
        left: -8.5185185185vw;
        width: 7.2592592593vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-order__deco-1 {
        top: calc(-71 / var(--design-width) * 100vw);
        left: calc(-17 / var(--design-width) * 100vw);
        width: calc(98 / var(--design-width) * 100vw);
    }
}
.p-howto-order__deco-2 {
    top: 439px;
    right: -135px;
    width: 92px;
}
@media screen and (max-width: 1350px) {
    .p-howto-order__deco-2 {
        top: 32.5185185185vw;
        right: -10vw;
        width: 6.8148148148vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-order__deco-2 {
        display: none;
    }
}
.p-howto-order__deco-3 {
    top: 1385px;
    left: -134px;
    width: 97px;
}
@media screen and (max-width: 1350px) {
    .p-howto-order__deco-3 {
        top: 102.5925925926vw;
        left: -9.9259259259vw;
        width: 7.1851851852vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-order__deco-3 {
        display: none;
    }
}
.p-howto-order__deco-4 {
    top: -13px;
    left: 0;
    width: 77px;
}
@media screen and (max-width: 1349px) {
    .p-howto-order__deco-4 {
        top: -0.962962963vw;
        width: 5.7037037037vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-order__deco-4 {
        top: calc(-67 / var(--design-width) * 100vw);
        left: calc(-108 / var(--design-width) * 100vw);
        width: calc(94 / var(--design-width) * 100vw);
    }
}
.p-howto-order__deco-5 {
    top: -13px;
    right: 0;
    width: 77px;
}
@media screen and (max-width: 1349px) {
    .p-howto-order__deco-5 {
        top: -0.962962963vw;
        width: 5.7037037037vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-order__deco-5 {
        top: calc(92 / var(--design-width) * 100vw);
        right: calc(-98 / var(--design-width) * 100vw);
        width: calc(80 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   p-howto-easy
--------------------------------------------- */
.p-howto-easy {
    padding-block: 160px;
    padding-inline: 175px;
}
@media screen and (max-width: 1350px) {
    .p-howto-easy {
        padding-block: 11.8518518519vw;
        padding-inline: 12.962962963vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-easy {
        padding-block: calc(139 / var(--design-width) * 100vw) calc(186 / var(--design-width) * 100vw);
        padding-inline: 8%;
    }
}
.p-howto-easy__inner {
    margin-inline: auto;
    max-width: 1000px;
}
.p-howto-easy__ttl-area {
    text-align: center;
}
.p-howto-easy__ttl-en {
    font-size: calc(20 / var(--root-fz) * 1rem);
    font-weight: 400;
    line-height: 1.6335;
    letter-spacing: 0.01em;
    font-family: var(--ff-vidaloka);
    color: var(--color-red-2);
}
@media screen and (max-width: 1350px) {
    .p-howto-easy__ttl-en {
        font-size: 1.4814814815vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-easy__ttl-en {
        font-size: calc(30 / var(--design-width) * 100vw);
        line-height: 1.089;
    }
}
.p-howto-easy__ttl {
    margin-top: 10px;
    font-size: calc(40 / var(--root-fz) * 1rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
    font-family: var(--ff-noto-serif);
}
@media screen and (max-width: 1350px) {
    .p-howto-easy__ttl {
        margin-top: 0.7407407407vw;
        font-size: 2.962962963vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-easy__ttl {
        margin-top: calc(10 / var(--design-width) * 100vw);
        font-size: calc(46 / var(--design-width) * 100vw);
        letter-spacing: 0.08em;
    }
    .windows .p-howto-easy__ttl {
        letter-spacing: 0.03em;
    }
}
.p-howto-easy__img {
    margin-top: 51px;
    width: 100%;
}
@media screen and (max-width: 1350px) {
    .p-howto-easy__img {
        margin-top: 3.7777777778vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-easy__img {
        margin-top: calc(51 / var(--design-width) * 100vw);
    }
}
.p-howto-easy__img img {
    width: 100%;
    height: auto;
}
.p-howto-easy__link {
    display: block;
    margin-top: 51px;
    margin-inline: auto;
    width: 513px;
}
@media (hover: hover) and (pointer: fine) {
    .p-howto-easy__link {
        transition: opacity var(--hover-duration);
    }
    .p-howto-easy__link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 1350px) {
    .p-howto-easy__link {
        margin-top: 3.7777777778vw;
        width: 38vw;
    }
}
@media screen and (max-width: 750px) {
    .p-howto-easy__link {
        margin-top: calc(38 / var(--design-width) * 100vw);
        width: 81.4285714286%;
    }
}

/* ---------------------------------------------
*   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-fadein-up-howto {
    opacity: 0;
    transform: translateY(50px);
}

.js-scroll-animation.is-active .js-fadein-up-howto {
    transform: translateY(0);
    opacity: 1;
    transition: transform 1s, opacity 1s;
    transition-delay: calc(0.3s * var(--index) - 0.3s);
}

@media print and (min-width: 751px), screen and (min-width: 751px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 750px), screen and (max-width: 750px) {
    .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: 750px) {
    .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: 750px) {
    .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;
    }
}