@charset "UTF-8";
/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
/* ---------------------------------------------
*   c-block-1
--------------------------------------------- */
.l-wrapper.crm-option .c-block-1 {
    padding-top: 74px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-block-1 {
        padding-top: 45px;
    }
}
.l-wrapper.crm-option .c-block-1 .contents__inner {
    padding-top: 0;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.crm-option .c-block-1__inner {
        max-width: calc(var(--contents-inner-width) * 1px);
        margin-inline: auto;
    }
}
.l-wrapper.crm-option .c-block-1__note {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 22px;
}
.l-wrapper.crm-option .c-block-1__img {
    width: calc(1219 / var(--contents-inner-width) * 100%);
    margin-top: -10px;
    margin-inline: auto;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.crm-option .c-block-1__img {
        transform: translateX(-6px);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-block-1__img {
        maw-width: 359px;
        width: 100%;
        margin-top: 50px;
    }
}
.l-wrapper.crm-option .c-block-1__note-bottom {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -55px;
    margin-inline: auto 0;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-block-1__note-bottom {
        margin-top: 24px;
    }
}

/* ---------------------------------------------
*   c-btn-1
--------------------------------------------- */
.l-wrapper.crm-option .c-btn-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16.5px 0.5em;
    color: var(--color-white-1);
    font-size: calc(18 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-b);
    text-align: center;
    background-color: var(--color-theme-2);
    border-radius: 50em;
    gap: 14px;
}
@media (hover: hover) and (pointer: fine) {
    .l-wrapper.crm-option .c-btn-1 {
        transition: opacity var(--hover-duration);
    }
    .l-wrapper.crm-option .c-btn-1:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
.l-wrapper.crm-option .c-btn-1::before {
    content: "";
    display: block;
    width: 22px;
    aspect-ratio: 22/20;
    background: url(/sites/default/files/media/jp/service/line-official-account/restaurant/img/ico_message-2.svg) no-repeat center/contain;
}
.l-wrapper.crm-option .c-btn-1--shadow {
    box-shadow: 0px 5px 25px rgba(var(--color-theme-2), 0.15);
}
.l-wrapper.crm-option .c-btn-1--large {
    padding-block: 20.5px;
    font-size: calc(22.5 / var(--root-fz) * 1rem);
}
.l-wrapper.crm-option .c-btn-1--large::before {
    width: 27px;
}

/* ---------------------------------------------
*   ページ下部ボタン
--------------------------------------------- */
.service-backBtn {
    margin-block: 0;
    padding-bottom: 60px;
}

/* ---------------------------------------------
*   c-card-1
--------------------------------------------- */
.l-wrapper.crm-option .c-card-1 {
    padding-top: 28px;
    background-color: var(--color-gray-3);
    border-radius: 4px;
    overflow: hidden;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.crm-option .c-card-1 {
        height: 100%;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-card-1 {
        padding: 0 0 0 24px;
        display: grid;
        grid-template-columns: max-content 1fr;
        align-items: center;
        border-radius: 8px;
    }
}
.l-wrapper.crm-option .c-card-1__txt {
    font-size: calc(18 / var(--root-fz) * 1rem);
    line-height: 1.6111111111;
    font-family: var(--ff-ls-b);
    text-align: center;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-card-1__txt {
        font-size: calc(14 / var(--root-fz) * 1rem);
        line-height: 1.5;
        text-align: left;
    }
}
.l-wrapper.crm-option .c-card-1__img {
    margin-top: 12px;
    margin-inline: auto;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-card-1__img {
        margin-top: 0;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-card-1__img--1 {
        width: 142px;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-card-1__img--2 {
        width: 147px;
        transform: translateX(3px);
    }
}
.l-wrapper.crm-option .c-card-1__img--3 {
    width: 65.6201749871%;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-card-1__img--3 {
        width: 156px;
        transform: translateX(-6px);
    }
}

/* ---------------------------------------------
*   c-cassette-1
--------------------------------------------- */
.l-wrapper.crm-option .c-cassette-1 {
    margin-top: 100px;
}
.l-wrapper.crm-option .c-cassette-1__body {
    margin-top: 32px;
}

/* ---------------------------------------------
*   qa-sec
--------------------------------------------- */
/*よくある質問*/
.qa-sec {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: calc(73px + var(--line-height));
}

@media (min-width: 768px) {
    .qa-sec {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 1024px) {
    .qa-sec {
        padding-left: 0;
        padding-right: 0;
    }
}
.qa-sec__item {
    background-color: #f2f4f8;
    border-radius: 5px;
    position: relative;
    text-align: justify;
    transition: background-color ease-out 0.3s;
}

@media (min-width: 768px) {
    .qa-sec__item {
        border-radius: 10px;
    }
}
.qa-sec__item.is-hover {
    background-color: #e1e8f7;
}

.qa-sec__item.is-hover button {
    background-color: #e1e8f7;
}

.qa-sec__item.open button:before {
    transform: translate(-50%, -50%) rotate(0);
}

.qa-sec__item--q button {
    align-items: center;
    background-color: #f2f4f8;
    border: none;
    border-radius: 10px;
    color: #000000;
    display: flex;
    font-family: YakuHanJP, UD新ゴ DB, sans-serif;
    font-size: 14px;
    gap: 8px;
    letter-spacing: 0.04em;
    line-height: 1.7;
    padding: 20px 56px 16px 20px;
    position: relative;
    text-align: left;
    transition: background-color ease-out 0.3s;
    width: 100%;
}

@media (min-width: 768px) {
    .qa-sec__item--q button {
        font-size: 18px;
        padding: 16px 68px 14px 32px;
    }
}
.qa-sec__item--q button .icn {
    color: #06c755;
    flex-shrink: 0;
    font-family: YakuHanJP, UD新ゴ B, sans-serif;
    font-size: 2.1428571429em;
}

@media (min-width: 768px) {
    .qa-sec__item--q button .icn {
        font-size: 1.6666666667em;
    }
}
.qa-sec__item--q button:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.828%22%20height%3D%2212.242%22%20viewBox%3D%220%200%2018.828%2012.242%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_155292%22%20data-name%3D%22%E3%83%91%E3%82%B9%20155292%22%20d%3D%22M342.177%2C15626.589l-2.828-2.828%2C9.414-9.414%2C9.414%2C9.414-2.828%2C2.828-6.586-6.586Z%22%20transform%3D%22translate(-339.349%20-15614.347)%22%20fill%3D%22%2306c755%22%2F%3E%3C%2Fsvg%3E");
    background-size: cover;
    content: "";
    height: 12px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    transition: transform 0.3s ease;
    width: 18px;
}

@media (min-width: 600px) {
    .qa-sec__item--q button:before {
        right: 25px;
    }
}
@media (min-width: 768px) {
    .qa-sec__item--q button:before {
        content: "";
        right: 32px;
    }
}
.qa-sec__item--a {
    display: flex;
    font-size: 14px;
    gap: 15px;
    padding: 0 56px 25px 20px;
}

.qa-sec__item--a {
    align-items: center;
}

.qa-sec__item--a .icn {
    color: var(--color-black-1);
    flex-shrink: 0;
    font-family: YakuHanJP, UD新ゴ B, sans-serif;
    font-size: 2.1428571429em;
}

.qa-sec__item--a .strong {
    font-family: YakuHanJP, UD新ゴ B, sans-serif;
}

@media (min-width: 768px) {
    .qa-sec__item--a {
        padding: 0 68px 24px 32px;
    }
}
.qa-sec__item--a a {
    color: #06c755;
    font-family: YakuHanJP, UD新ゴ M, sans-serif;
}

/* ---------------------------------------------
*   .c-listAnchorE1
--------------------------------------------- */
.l-wrapper.crm-option .c-listAnchorE1 {
    background-color: #F2F4F8;
    padding: 30px 0;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-listAnchorE1 {
        padding: 20px;
    }
}
.l-wrapper.crm-option .c-listAnchorE1__inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-listAnchorE1__inner {
        padding-inline: 0;
    }
}
.l-wrapper.crm-option .c-listAnchorE1__trigger {
    position: relative;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    text-indent: 0.01px;
    text-overflow: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #00003E;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-listAnchorE1__trigger {
        width: 100%;
        height: 44px;
        background-color: #fff;
        border-radius: 5px;
        font-size: 1.3rem;
        letter-spacing: 0.05em;
    }
    .l-wrapper.crm-option .is-anchorAccOpen .c-listAnchorE1__trigger {
        border-radius: 5px 5px 0 0;
        background-color: #C6C6D8;
    }
    .l-wrapper.crm-option .is-anchorAccOpen .c-listAnchorE1__trigger::after {
        display: none;
    }
}
.l-wrapper.crm-option .c-listAnchorE1__trigger::before, .l-wrapper.crm-option .c-listAnchorE1__trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #00043E;
}
.l-wrapper.crm-option .c-listAnchorE1__trigger::before {
    width: 8px;
    height: 2px;
    right: 15px;
    border-radius: 40px;
}
.l-wrapper.crm-option .c-listAnchorE1__trigger::after {
    width: 2px;
    height: 8px;
    right: 21px;
    border-radius: 40px;
}
.l-wrapper.crm-option .c-listAnchorE1__list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-listAnchorE1__list {
        width: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        background-color: #fff;
        padding: 26px 48px;
        gap: 15px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 0 0 10px 10px;
    }
}
.l-wrapper.crm-option .c-listAnchorE1__item {
    min-width: 297px;
    width: 24.75%;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-listAnchorE1__item {
        width: 100%;
        min-width: inherit;
        min-width: initial;
        min-width: revert;
        min-width: unset;
    }
}
.l-wrapper.crm-option .c-listAnchorE1__link {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 5px;
    text-decoration: none !important;
    color: #00003E;
    font-family: "UD新ゴ M", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding: 9px 20px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-listAnchorE1__link {
        display: inline-block;
        padding: 0;
        border-radius: 0;
        background-color: rgba(0, 0, 0, 0);
        max-width: 100%;
        color: #000;
        font-weight: 600;
        font-size: 1.6rem;
    }
}
@media (hover: hover) and (pointer: fine) {
    .l-wrapper.crm-option .c-listAnchorE1__link {
        transition: 0.3s background-color;
    }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
    .l-wrapper.crm-option .c-listAnchorE1__link:hover {
        background-color: #C6C6D8;
    }
}
.l-wrapper.crm-option .c-listAnchorE1__link::after {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 8px;
    height: 5px;
    -webkit-mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
    mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: #00003E;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-listAnchorE1__link::after {
        display: block;
        position: absolute;
        content: "";
        top: 50%;
        right: -23px;
        transform: translateY(-50%);
        width: 8px;
        height: 5px;
        -webkit-mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
        mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        background-color: #F77911;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-listAnchorE1__txt {
        position: relative;
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.crm-option .c-listAnchorE1__link {
        color: #00003E;
    }
}

/* ---------------------------------------------
*   c-list-1
--------------------------------------------- */
.l-wrapper.crm-option .c-list-1 {
    max-width: 980px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-list-1 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 700px) {
    .l-wrapper.crm-option .c-list-1 {
        grid-template-columns: 1fr;
    }
}
.l-wrapper.crm-option .c-list-1__item {
    padding-top: 26px;
    padding-inline: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--color-gray-3);
    border-radius: 7px;
}
.l-wrapper.crm-option .c-list-1__txt {
    margin-top: 12px;
    font-size: calc(18 / var(--root-fz) * 1rem);
    line-height: 1.4444444444;
    text-align: center;
    font-family: var(--ff-B);
}
.l-wrapper.crm-option .c-list-1__img {
    margin-top: 10px;
    margin-inline: auto;
}
.l-wrapper.crm-option .c-list-1__img--1 {
    width: min(72.3004694836%, 154px);
}
.l-wrapper.crm-option .c-list-1__img--2 {
    width: min(82.6291079812%, 176px);
}
.l-wrapper.crm-option .c-list-1__img--3 {
    width: min(82.6291079812%, 176px);
}
.l-wrapper.crm-option .c-list-1__img--4 {
    width: min(87.79342723%, 187px);
}

/* ---------------------------------------------
*   c-list-2
--------------------------------------------- */
.l-wrapper.crm-option .c-list-2 {
    max-width: 957px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-list-2 {
        max-width: 335px;
        grid-template-columns: 1fr;
        gap: 0;
    }
}
.l-wrapper.crm-option .c-list-2__item {
    padding: 8px 0.5em;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-list-2__item {
        padding-block: 36px;
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.crm-option .c-list-2__item:nth-of-type(2) {
        border-left: 1px solid var(--color-gray-5);
        border-right: 1px solid var(--color-gray-5);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-list-2__item:nth-of-type(2) {
        border-top: 1px solid var(--color-gray-5);
        border-bottom: 1px solid var(--color-gray-5);
    }
}
.l-wrapper.crm-option .c-list-2__main-txt {
    font-size: calc(18 / var(--root-fz) * 1rem);
    line-height: 1.4444444444;
    text-align: center;
    font-family: var(--ff-B);
}
.l-wrapper.crm-option .c-list-2__txt {
    margin-top: 30px;
    font-size: calc(14 / var(--root-fz) * 1rem);
    line-height: 1.8571428571;
    text-align: center;
}
.l-wrapper.crm-option .c-list-2__img {
    margin-top: 23px;
    margin-inline: auto;
}
.l-wrapper.crm-option .c-list-2__img--1 {
    width: 48px;
}
.l-wrapper.crm-option .c-list-2__img--2 {
    width: 46px;
}
.l-wrapper.crm-option .c-list-2__img--3 {
    width: 48px;
}

/* ---------------------------------------------
*   c-section-1
--------------------------------------------- */
.l-wrapper.crm-option .c-section-1 {
    margin-top: 24px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-section-1 {
        margin-top: 0;
        padding-top: 70px;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-section-1 .contents__inner {
        padding-top: 0;
    }
}
.l-wrapper.crm-option .c-section-1__txt {
    margin-top: 40px;
}
.l-wrapper.crm-option .c-section-1__body {
    margin-top: 40px;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.crm-option .c-section-1__body {
        max-width: calc(var(--contents-inner-width) * 1px);
        margin-inline: auto;
    }
}
.l-wrapper.crm-option .c-section-1__img {
    margin-inline: auto;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-section-1__img {
        max-width: 345px;
    }
}

/* ---------------------------------------------
*   l-h2title
--------------------------------------------- */
/*H2タイトル*/
.l-h2title {
    align-items: center;
    color: var(--color-black-4);
    -moz-column-gap: 20px;
         column-gap: 20px;
    display: flex;
    font-family: var(--ff-B);
    font-size: 3rem;
    justify-content: center;
    line-height: 1.583;
    text-align: center;
}

@media (max-width: 1023px) {
    .l-h2title {
        -moz-column-gap: 10px;
             column-gap: 10px;
        font-size: 2.5rem;
    }
}
.l-h2title:before {
    background: var(--color-theme-3);
    content: "";
    height: 3px;
    width: 25px;
}

@media (max-width: 1023px) {
    .l-h2title:before {
        width: 13px;
    }
}
.l-h2title:after {
    background: var(--color-theme-3);
    content: "";
    height: 3px;
    width: 25px;
}

@media (max-width: 1023px) {
    .l-h2title:after {
        width: 13px;
    }
}
/* ---------------------------------------------
*   c-ttl-1
--------------------------------------------- */
.c-ttl-1 {
    color: var(--color-theme-1);
    font-size: calc(30 / var(--root-fz) * 1rem);
    text-align: center;
    font-family: var(--ff-H);
}

/* ---------------------------------------------
*   c-txt-1
--------------------------------------------- */
.l-wrapper.crm-option .c-txt-1 {
    font-size: calc(16 / var(--root-fz) * 1rem);
    text-align: center;
    line-height: 1.85;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-txt-1 {
        font-size: calc(14 / var(--root-fz) * 1rem);
    }
}

/* ---------------------------------------------
*   c-txt-note
--------------------------------------------- */
.l-wrapper.crm-option .c-txt-note {
    font-size: calc(10 / var(--root-fz) * 1rem);
    line-height: 1.85;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .c-txt-note--small-sp {
        font-size: calc(8 / var(--root-fz) * 1rem);
    }
}

/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: var(--color-white-1) !important;
}

/* ---------------------------------------------
*   display
--------------------------------------------- */
.display-inline-block {
    display: inline-block !important;
}

@media screen and (min-width: 1024px) {
    .display-inline-block-pc {
        display: inline-block !important;
    }
}

/* ---------------------------------------------
*   color
--------------------------------------------- */
.fc-theme {
    color: var(--color-theme-1) !important;
}

.fc-theme-2 {
    color: var(--color-theme-2) !important;
}

.fc-white {
    color: var(--color-white-1) !important;
}

/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-normal {
    font-family: var(--ff-root) !important;
}

.fw-bold {
    font-family: var(--ff-ls-b) !important;
}

.fw-extra-bold {
    font-family: var(--ff-ls-eb) !important;
}

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

@media screen and (min-width: 1024px) {
    .txt-al-center-pc {
        text-align: center !important;
    }
}

@media screen and (max-width: 1023px) {
    .txt-al-center-sp {
        text-align: center !important;
    }
}

@media screen and (max-width: 580px) {
    .txt-al-center-sp-2 {
        text-align: center !important;
    }
}

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

@media screen and (min-width: 1024px) {
    .txt-al-right-pc {
        text-align: right !important;
    }
}

@media screen and (max-width: 1023px) {
    .txt-al-right-sp {
        text-align: right !important;
    }
}

@media screen and (max-width: 580px) {
    .txt-al-right-sp-2 {
        text-align: right !important;
    }
}

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

@media screen and (min-width: 1024px) {
    .txt-al-left-pc {
        text-align: left !important;
    }
}

@media screen and (max-width: 1023px) {
    .txt-al-left-sp {
        text-align: left !important;
    }
}

@media screen and (max-width: 580px) {
    .txt-al-left-sp-2 {
        text-align: left !important;
    }
}

/* ---------------------------------------------
*   既存パーツ
--------------------------------------------- */
body:has(.l-wrapper.crm-option) .wrap > main {
    overflow: clip;
}

.topicpath__list > li {
    font-family: var(--ff-M);
}

body:has(.l-wrapper.crm-option) .contents__inner {
    padding-bottom: 0;
}

/* ---------------------------------------------
*   l-breadcrumb-sp
--------------------------------------------- */
.l-breadcrumb-sp {
    display: block;
}

@media (min-width: 1024px) {
    .l-breadcrumb-sp {
        display: none;
    }
}
/*  l-breadcrumb-sp__topicpath
--------------------------------------------- */
.l-breadcrumb-sp__topicpath {
    display: block;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 20px;
    background-color: #F5F5F5;
    overflow-x: hidden;
}

/*  l-breadcrumb-sp__list
--------------------------------------------- */
.l-breadcrumb-sp__list {
    display: block;
    padding-block: 12px 13px;
    white-space: nowrap;
    overflow-x: scroll;
    font-size: 0;
}

/*  l-breadcrumb-sp__list > li
--------------------------------------------- */
.l-breadcrumb-sp__list > li {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #404040;
    font-family: "UD新ゴ M";
    font-size: 1.2rem;
}

.l-breadcrumb-sp__list > li:first-child {
    padding-left: 0;
}

.l-breadcrumb-sp__list > li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 6px;
    transform: rotate(45deg);
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    color: #fff;
}

.l-breadcrumb-sp__list > li:first-child:before {
    content: normal;
}

/*  l-breadcrumb-sp__list > li > a
--------------------------------------------- */
.l-breadcrumb-sp__list > li > a {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    text-decoration: none;
}
.l-breadcrumb-sp__list > li > a:hover {
    text-decoration: underline !important;
}

span.c-kvE1List__txt {
    font-family: "UD新ゴ B", sans-serif !important;
}

/*  l-breadcrumb-sp__list > li > a
--------------------------------------------- */
.l-breadcrumb-sp__list > li > a {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    text-decoration: none;
}
.l-breadcrumb-sp__list > li > a:hover {
    text-decoration: underline !important;
}

span.c-kvE1List__txt {
    font-family: "UD新ゴ B", sans-serif !important;
}

.sp-menu-wrap {
    display: none !important;
}

@media screen and (max-width: 1023px) {
    #lyb-footer .lyb-fixed-pagetop {
        bottom: 30px !important;
    }
}

/* ---------------------------------------------
*   js-banner
--------------------------------------------- */
.l-wrapper.crm-option .js-anchorAccTrigger {
    display: block;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.crm-option .js-anchorAccTrigger {
        display: none;
    }
}
.l-wrapper.crm-option .js-anchorAccTarget {
    display: none;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.crm-option .js-anchorAccTarget {
        display: block !important;
    }
}

/* ---------------------------------------------
*   フェードアップ
--------------------------------------------- */
.l-wrapper.crm-option .js-fadein {
    opacity: 0;
}
.l-wrapper.crm-option .js-fadein.is-active {
    opacity: 1;
    transition: opacity 1s;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.crm-option .js-fadein-pc {
        opacity: 0;
    }
    .l-wrapper.crm-option .js-fadein-pc.is-active {
        opacity: 1;
        transition: opacity 1s;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.crm-option .js-fadein-sp {
        opacity: 0;
    }
    .l-wrapper.crm-option .js-fadein-sp.is-active {
        opacity: 1;
        transition: opacity 1s;
    }
}

@media print and (min-width: 1024px), screen and (min-width: 1024px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 1023px), screen and (max-width: 1023px) {
    .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: 1023px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 5px !important;
    }
    .mgt-sp--10 {
        margin-top: 10px !important;
    }
    .mgt-sp--15 {
        margin-top: 15px !important;
    }
    .mgt-sp--20 {
        margin-top: 20px !important;
    }
    .mgt-sp--25 {
        margin-top: 25px !important;
    }
    .mgt-sp--30 {
        margin-top: 30px !important;
    }
    .mgt-sp--35 {
        margin-top: 35px !important;
    }
    .mgt-sp--40 {
        margin-top: 40px !important;
    }
    .mgt-sp--45 {
        margin-top: 45px !important;
    }
    .mgt-sp--50 {
        margin-top: 50px !important;
    }
    .mgt-sp--55 {
        margin-top: 55px !important;
    }
    .mgt-sp--60 {
        margin-top: 60px !important;
    }
    .mgt-sp--65 {
        margin-top: 65px !important;
    }
    .mgt-sp--70 {
        margin-top: 70px !important;
    }
    .mgt-sp--75 {
        margin-top: 75px !important;
    }
    .mgt-sp--80 {
        margin-top: 80px !important;
    }
    .mgt-sp--85 {
        margin-top: 85px !important;
    }
    .mgt-sp--90 {
        margin-top: 90px !important;
    }
    .mgt-sp--95 {
        margin-top: 95px !important;
    }
    .mgt-sp--100 {
        margin-top: 100px !important;
    }
    .mgt-sp--105 {
        margin-top: 105px !important;
    }
    .mgt-sp--110 {
        margin-top: 110px !important;
    }
    .mgt-sp--115 {
        margin-top: 115px !important;
    }
    .mgt-sp--120 {
        margin-top: 120px !important;
    }
    .mgt-sp--125 {
        margin-top: 125px !important;
    }
    .mgt-sp--130 {
        margin-top: 130px !important;
    }
    .mgt-sp--135 {
        margin-top: 135px !important;
    }
    .mgt-sp--140 {
        margin-top: 140px !important;
    }
    .mgt-sp--145 {
        margin-top: 145px !important;
    }
    .mgt-sp--150 {
        margin-top: 150px !important;
    }
    .mgt-sp--155 {
        margin-top: 155px !important;
    }
    .mgt-sp--160 {
        margin-top: 160px !important;
    }
    .mgt-sp--165 {
        margin-top: 165px !important;
    }
    .mgt-sp--170 {
        margin-top: 170px !important;
    }
    .mgt-sp--175 {
        margin-top: 175px !important;
    }
    .mgt-sp--180 {
        margin-top: 180px !important;
    }
    .mgt-sp--185 {
        margin-top: 185px !important;
    }
    .mgt-sp--190 {
        margin-top: 190px !important;
    }
    .mgt-sp--195 {
        margin-top: 195px !important;
    }
    .mgt-sp--200 {
        margin-top: 200px !important;
    }
    .mgt-sp--205 {
        margin-top: 205px !important;
    }
    .mgt-sp--210 {
        margin-top: 210px !important;
    }
    .mgt-sp--215 {
        margin-top: 215px !important;
    }
    .mgt-sp--220 {
        margin-top: 220px !important;
    }
    .mgt-sp--225 {
        margin-top: 225px !important;
    }
    .mgt-sp--230 {
        margin-top: 230px !important;
    }
    .mgt-sp--235 {
        margin-top: 235px !important;
    }
    .mgt-sp--240 {
        margin-top: 240px !important;
    }
    .mgt-sp--245 {
        margin-top: 245px !important;
    }
    .mgt-sp--250 {
        margin-top: 250px !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: 1023px) {
    .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;
    }
}