@charset "UTF-8";
/* ---------------------------------------------
*   l-wrapper-search
--------------------------------------------- */
.l-wrapper-search {
    padding-top: calc(var(--fixed-header-height) * 1px);
}

.fix-btn {
    display: none;
}

/* ---------------------------------------------
*   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-acc
--------------------------------------------- */
.c-acc__head {
    padding: 25px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: var(--color-base-1);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    background-color: rgba(var(--color-base-1-rgb), 0.3);
}
@media (hover: hover) and (pointer: fine) {
    .c-acc__head:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .c-acc__head {
        padding: 15px;
        font-size: 16px;
    }
}
@media screen and (max-width: 750px) {
    .safari .c-acc__head {
        padding-bottom: 13px !important;
    }
}

.c-acc__close {
    display: block;
}
.is-open .c-acc__close {
    display: none;
}

.c-acc__open {
    display: block;
}
.is-close .c-acc__open {
    display: none;
}

.c-acc__body-inner {
    margin-top: 30px !important;
}

/* ---------------------------------------------
*   c-block
--------------------------------------------- */
/* ---------------------------------------------
*   c-box
--------------------------------------------- */
/* ---------------------------------------------
*   c-btn-submit
--------------------------------------------- */
.c-btn-submit {
    padding: 23px 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--bs-white);
    font-size: 23px;
    letter-spacing: 0.1em;
    background-color: var(--color-base-1);
    border-radius: 999px;
    margin-top: 103px;
    margin-inline: auto;
}
@media (hover: hover) and (pointer: fine) {
    .c-btn-submit:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (min-width: 1025px) {
    .c-btn-submit {
        min-width: 400px;
    }
}
@media screen and (max-width: 1024px) {
    .c-btn-submit {
        padding-block: 15px;
        max-width: 400px;
        width: 100%;
        font-size: 16px;
    }
}
@media screen and (max-width: 750px) {
    .c-btn-submit {
        margin-top: 40px;
    }
}
.c-btn-submit[disabled] {
    opacity: 0.5;
    pointer-events: none;
}
@media screen and (max-width: 750px) {
    .safari .c-btn-submit {
        padding-bottom: 13px !important;
    }
}

/* ---------------------------------------------
*   c-btn-clear
--------------------------------------------- */
.c-btn-clear {
    display: block !important;
    color: var(--color-base-1);
    font-size: 18px;
    text-decoration: underline;
    margin-inline: auto;
    margin-top: 30px;
}
@media (hover: hover) and (pointer: fine) {
    .c-btn-clear:hover {
        text-decoration: none;
    }
}
@media screen and (max-width: 1024px) {
    .c-btn-clear {
        font-size: 16px;
    }
}
@media screen and (max-width: 750px) {
    .c-btn-clear {
        margin-top: 20px;
    }
}

/* ---------------------------------------------
*   c-card
--------------------------------------------- */
/* ---------------------------------------------
*   c-cassette
--------------------------------------------- */
/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
/* ---------------------------------------------
*   c-select-wrap
--------------------------------------------- */
.c-select-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}
@media screen and (max-width: 1024px) {
    .c-select-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* ---------------------------------------------
*   c-select
--------------------------------------------- */
.c-select {
    position: relative;
    width: 100%;
    background-color: var(--bs-white);
}
.c-select:has(.c-select__select[disabled]) {
    background-color: var(--color-gray-1);
}
.c-select::before {
    content: "";
    position: absolute;
    right: 23px;
    top: 37%;
    width: 11px;
    height: 11px;
    border-top: 1px solid var(--color-base-1);
    border-right: 1px solid var(--color-base-1);
    transform: rotate(135deg);
}
.c-select__select {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 57px;
    box-sizing: border-box;
    padding-inline: 3em !important;
    border: 1px solid var(--color-gray-2) !important;
    display: block !important;
    color: var(--color-base-1);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
}
.c-select__select[disabled] {
    font-weight: 400;
    pointer-events: none;
}
@media screen and (min-width: 1025px) {
    .c-select--location:nth-of-type(1) .c-select__select, .c-select--location:nth-of-type(2) .c-select__select {
        border-right: none !important;
    }
}
@media screen and (max-width: 1024px) {
    .c-select--location:nth-of-type(1) .c-select__select, .c-select--location:nth-of-type(2) .c-select__select {
        border-bottom: none !important;
    }
}

/* ---------------------------------------------
*   c-radio-wrap
--------------------------------------------- */
.c-radio-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 70px;
    margin-block: 70px 50px !important;
}
@media screen and (max-width: 1024px) {
    .c-radio-wrap {
        gap: 20px;
    }
}
@media screen and (max-width: 750px) {
    .c-radio-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 14px;
        margin-block: 30px 20px !important;
    }
}

/* ---------------------------------------------
*   c-radio
--------------------------------------------- */
.c-radio {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.c-radio__input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}
.c-radio__txt {
    position: relative;
    display: inline-block;
    padding-left: 40px !important;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    color: var(--color-base-1);
    font-size: 22px !important;
    font-weight: 500;
    letter-spacing: -0.03em;
}
@media screen and (max-width: 1024px) {
    .c-radio__txt {
        padding-left: 25px !important;
        font-size: 16px !important;
    }
}
.c-radio__txt::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    box-sizing: border-box;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid var(--bs-black);
    border-radius: 50%;
}
@media screen and (max-width: 1024px) {
    .c-radio__txt::before {
        top: 5px;
        width: 16px;
        height: 16px;
    }
}
.c-radio__txt::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 6px;
    box-sizing: border-box;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: var(--bs-black);
    border-radius: 50%;
    opacity: 0;
}
@media screen and (max-width: 1024px) {
    .c-radio__txt::after {
        top: 9px;
        left: 4px;
        width: 8px;
        height: 8px;
    }
}
.c-radio__input:checked + .c-radio__txt::after {
    opacity: 1;
}

/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
/* ---------------------------------------------
*   c-link
--------------------------------------------- */
/* ---------------------------------------------
*   c-list-result
--------------------------------------------- */
.c-list-result {
    margin-top: 60px !important;
}
@media screen and (max-width: 750px) {
    .c-list-result {
        margin-top: 30px !important;
    }
}
.c-list-result__item {
    padding: 25px 29px 17px !important;
    border-bottom: 2px solid var(--color-base-1) !important;
}
@media screen and (max-width: 1024px) {
    .c-list-result__item {
        padding-inline: 0 !important;
    }
}
@media screen and (max-width: 750px) {
    .c-list-result__item {
        padding-block: 15px !important;
    }
}
.c-list-result__top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px 33px;
}
@media screen and (max-width: 1024px) {
    .c-list-result__top {
        display: block;
        margin-block: 0 10px !important;
    }
}
.c-list-result__name {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
    .c-list-result__name {
        font-size: 16px;
    }
}
.c-list-result__cat {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
    .c-list-result__cat {
        margin-top: 3px !important;
    }
}
.c-list-result__cat-item {
    padding: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: -0.05em;
    text-align: center;
    border: 1px solid !important;
    min-width: 106px;
}
@media screen and (max-width: 750px) {
    .c-list-result__cat-item {
        padding: 3px !important;
        font-size: 8px;
        min-width: 70px;
    }
}
.c-list-result__cat-item[data-cat=スキンケア] {
    color: var(--color-blue-1);
    border-color: var(--color-blue-1);
}
.c-list-result__cat-item[data-cat=メイクアップ] {
    color: var(--color-pink-1);
    border-color: var(--color-pink-1);
}
.c-list-result__cat-item[data-cat=ボディケア] {
    color: var(--color-green-1);
    border-color: var(--color-green-1);
}
.c-list-result__cat-item[data-cat=ヘアケア] {
    color: var(--color-brown-1);
    border-color: var(--color-brown-1);
}
@media screen and (min-width: 751px) {
    .safari .c-list-result__cat-item {
        padding-bottom: 4px !important;
    }
}

@media screen and (max-width: 750px) {
    .android .c-list-result__cat-item {
        padding-top: 6px !important;
    }
}

.c-list-result__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 63px;
    flex-wrap: wrap;
    font-size: 17px;
    letter-spacing: 0.05em;
    margin-top: 2px !important;
}
@media screen and (max-width: 750px) {
    .c-list-result__bottom {
        font-size: 13px;
        display: block;
        margin-top: 20px !important;
    }
}
.c-list-result__detail {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 63px;
    flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
    .c-list-result__detail {
        gap: 30px;
        margin-top: 5px !important;
    }
}
.c-list-result__tel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
}
@media (hover: hover) and (pointer: fine) {
    .c-list-result__tel:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .c-list-result__tel {
        gap: 6px;
    }
}
.c-list-result__tel::before {
    content: "";
    background: url(../img/ico_phone.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 15px;
    aspect-ratio: 15/20;
    flex-shrink: 0;
}
@media screen and (max-width: 750px) {
    .c-list-result__tel::before {
        position: relative;
        top: 2px;
        width: 10px;
    }
}
@media screen and (max-width: 750px) {
    .safari .c-list-result__tel::before {
        top: 0;
    }
}

.c-list-result__info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (hover: hover) and (pointer: fine) {
    .c-list-result__info:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .c-list-result__info {
        gap: 8px;
    }
}
.c-list-result__info::before {
    content: "";
    background: url(../img/ico_url.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 18px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
}
@media screen and (max-width: 750px) {
    .c-list-result__info::before {
        position: relative;
        top: 1px;
        width: 13px;
    }
}
@media screen and (max-width: 750px) {
    .safari .c-list-result__info::before {
        top: 0;
    }
}

/* ---------------------------------------------
*   c-section-main
--------------------------------------------- */
.c-section-main {
    padding-block: 142px 49px !important;
}
@media screen and (max-width: 750px) {
    .c-section-main {
        padding-top: 80px !important;
    }
}
.c-section-main__container {
    display: block;
    padding-inline: calc(var(--contents-side-padding) * 1px) !important;
    max-width: calc(var(--contents-side-padding) * 2px + var(--contents-width) * 1px);
    margin-inline: auto !important;
}
@media screen and (max-width: 1024px) {
    .c-section-main__container {
        padding-inline: calc(var(--contents-side-padding) * 1px) !important;
        width: 100%;
    }
}
.c-section-main__ttl {
    line-height: 1.2 !important;
}
.c-section-main__ttl span {
    font-family: var(--ff-Clean);
    display: block;
    font-size: 35px;
    letter-spacing: 0.15em;
}
@media screen and (max-width: 750px) {
    .c-section-main__ttl span {
        font-size: 16px;
    }
}
.c-section-main__ttl strong {
    display: block;
    font-size: 55px;
    letter-spacing: 0.1em;
    margin-top: 3px;
}
@media screen and (max-width: 750px) {
    .c-section-main__ttl strong {
        font-size: 30px;
    }
}
.c-section-main__body {
    margin-top: 88px !important;
}
@media screen and (max-width: 750px) {
    .c-section-main__body {
        margin-top: 40px !important;
    }
}
@media screen and (min-width: 751px) {
    .c-section-main--result {
        padding-block: 164px 68px !important;
    }
}
.c-section-main--result .c-section-main__ttl {
    padding-inline: 23px !important;
}
@media screen and (max-width: 1024px) {
    .c-section-main--result .c-section-main__ttl {
        padding-inline: 0 !important;
    }
}
.c-section-main--result .c-section-main__body {
    margin-top: 77px !important;
}
@media screen and (max-width: 750px) {
    .c-section-main--result .c-section-main__body {
        margin-top: 20px !important;
    }
}

/* ---------------------------------------------
*   c-section-result
--------------------------------------------- */
.c-section-result__ttl {
    padding: 0 29px 19px !important;
    font-size: 25px;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    border-bottom: 3px solid var(--color-base-1) !important;
}
@media screen and (max-width: 1024px) {
    .c-section-result__ttl {
        padding-inline: 0 !important;
    }
}
@media screen and (max-width: 750px) {
    .c-section-result__ttl {
        padding-block: 0 5px !important;
        font-size: 18px;
    }
}
.c-section-result__num {
    padding-inline: 28px !important;
    display: block;
    font-size: 20px;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    margin-top: 17px !important;
}
@media screen and (max-width: 1024px) {
    .c-section-result__num {
        padding-inline: 0 !important;
    }
}
@media screen and (max-width: 750px) {
    .c-section-result__num {
        font-size: 16px;
        margin-top: 7px !important;
    }
}
.c-section-result__note {
    padding-inline: calc(27px + 1rem) 27px !important;
    font-size: 16px;
    margin-top: 12px !important;
    text-indent: -0.9rem;
}
@media screen and (max-width: 1024px) {
    .c-section-result__note {
        padding-inline: 0.9rem 0 !important;
    }
}
@media screen and (max-width: 750px) {
    .c-section-result__note {
        font-size: 12px;
        margin-top: 3px !important;
    }
}
.c-section-result__body {
    margin-top: 52px !important;
}
@media screen and (max-width: 750px) {
    .c-section-result__body {
        margin-top: 30px !important;
    }
}

/* ---------------------------------------------
*   c-tab-selector
--------------------------------------------- */
.c-tab-selector {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    border-bottom: 3px solid var(--color-base-1) !important;
}
@media screen and (max-width: 1024px) {
    .c-tab-selector {
        gap: 10px;
        border-width: 2px !important;
    }
}
.c-tab-selector__trigger {
    padding: 19px 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: var(--color-base-1);
    font-size: 26px;
    letter-spacing: 0.1em;
    text-align: center;
    border: 3px solid var(--color-base-1);
    border-bottom: none;
}
@media (hover: hover) and (pointer: fine) {
    .c-tab-selector__trigger:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 1024px) {
    .c-tab-selector__trigger {
        padding: 0.6rem;
        font-size: 14px;
        border-width: 2px;
    }
}
@media screen and (max-width: 750px) {
    .safari .c-tab-selector__trigger {
        padding-bottom: 0.5rem !important;
    }
}

.c-tab-selector__trigger.is-current {
    pointer-events: none;
    background-color: var(--color-base-1);
    color: var(--bs-white);
}

/* ---------------------------------------------
*   c-tab-contents-wrapper
--------------------------------------------- */
.c-tab-contents-wrapper {
    margin-top: 50px !important;
}
@media screen and (max-width: 750px) {
    .c-tab-contents-wrapper {
        margin-top: 30px !important;
    }
}

/* ---------------------------------------------
*   c-tile
--------------------------------------------- */
/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
/* ---------------------------------------------
*   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: block;
}

/*  js-acc-target
--------------------------------------------- */
.js-acc-target {
    --acc-body-height: 0px;
    height: 0;
    overflow: hidden;
}
.js-acc-scope.is-close .js-acc-target {
    animation: closeAccAnim 0.5s forwards;
}

.js-acc-scope.is-open .js-acc-target {
    animation: openAccAnim 0.5s forwards;
}

@keyframes openAccAnim {
    0% {
        height: 0px;
        visibility: hidden;
    }
    99% {
        height: var(--acc-body-height);
        visibility: visible;
    }
    100% {
        height: auto;
    }
}
@keyframes closeAccAnim {
    0% {
        height: var(--acc-body-height);
    }
    99% {
        visibility: visible;
    }
    100% {
        height: 0px;
        visibility: hidden;
    }
}

@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;
    }
}