@charset "UTF-8";
/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
    padding-top: 100px;
}
.l-contents a:visited{
    color: #383839!important;
}
.l-contents a:hover{
    color: #666666!important;
}
.l-contents a:active{
    color: #666666!important;
}
@media screen and (max-width: 1024px) {
    .l-contents {
        padding-top: 55px;
    }
}

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    color: #fff;
}
.l-footer a:visited{
    color: #fff!important;
}
.l-footer__container {
    background-color: #c4aaa7;
    padding: 72px 0 12px;
}
.l-footer__container_g {
    background-color: #B4C0C0;
    padding: 72px 0 12px;
}
@media screen and (max-width: 1024px) {
    .l-footer__container {
        padding: 20px 0 18px;
        background-color: #b59591;
    }
    .l-footer__container_g {
        padding: 20px 0 18px;
        background-color: #8B9C9C;
    }    
}
@media screen and (min-width: 1025px) {
    .l-footer__logo-link {
        transition: opacity 300ms;
    }
    .l-footer__logo-link:hover {
        opacity: 0.6;
    }
}
/*  l-footer-pagetop
--------------------------------------------- */
.l-footer-pagetop {
    position: sticky;
    bottom: 0;
    right: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.l-footer-pagetop.is-show {
    opacity: 1;
    visibility: visible;
}
.l-footer-pagetop__link {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    display: block;
    width: 52px;
    height: 0;
    padding-top: 52px;
    background: url(https://www.fragrance-u.jp/s/uhb/asset/img/img_page-top.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    border-radius: 7px;
    transition: opacity 300ms;
}
.l-footer-pagetop__link_g {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    display: block;
    width: 52px;
    height: 0;
    padding-top: 52px;
    background: url(https://www.fragrance-u.jp/s/uhb/asset/img/img_page-top-g.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    border-radius: 7px;
    transition: opacity 300ms;
}
.l-footer-pagetop__link:hover {
    opacity: 0.6;
}
.l-footer-pagetop__link_g:hover {
    opacity: 0.6;
}
@media screen and (max-width: 1024px) {
    .l-footer-pagetop__link {
        width: 26px;
        padding-top: 26px;
        border-radius: 3px;
        bottom: 2px;
        right: 2px;
    }
    .l-footer-pagetop__link_g {
        width: 26px;
        padding-top: 26px;
        border-radius: 3px;
        bottom: 2px;
        right: 2px;
    }    
}

/*  l-footer-menu
--------------------------------------------- */
.l-footer-menu {
    max-width: 1120px;
    margin-inline: auto;
    padding-inline: 20px;
}
@media screen and (max-width: 1024px) {
    .l-footer-menu {
        padding: 0;
    }
}
.l-footer-menu__inner {
    display: flex;
}
@media screen and (max-width: 1024px) {
    .l-footer-menu__inner {
        flex-direction: column-reverse;
    }
}
.l-footer-menu__info {
    flex-shrink: 0;
    margin-top: 48px;
    padding-left: 13px;
}
@media screen and (max-width: 1024px) {
    .l-footer-menu__info {
        margin-top: 0;
        padding-left: 0;
    }
}
.l-footer-menu__logo {
    width: 244px;
    height: 35px;
}
@media screen and (max-width: 1024px) {
    .l-footer-menu__logo {
        width: 200px;
        height: 28px;
        margin-inline: auto;
        margin-top: 36px;
    }
}
.l-footer-menu__logo-link {
    display: inline-block;
    width: 100%;
    height: 100%;
}
@media (hover: hover) and (pointer: fine) {
    .l-footer-menu__logo-link {
        transition: opacity 300ms;
    }
    .l-footer-menu__logo-link:hover {
        opacity: 0.6;
    }
}
.l-footer-menu__sns {
    display: flex;
    justify-content: center;
    margin-top: 146px;
    margin-right: 12px;
}
@media screen and (max-width: 1024px) {
    .l-footer-menu__sns {
        margin-top: 24px;
        margin-right: 4px;
    }
}
.l-footer-menu__sns-item {
    margin-left: 10px;
}
.l-footer-menu__sns-item:first-of-type {
    margin-left: 0;
}
.l-footer-menu__sns-link {
    display: block;
    width: 24px;
    padding-top: 20px;
}
@media screen and (max-width: 1024px) {
    .l-footer-menu__sns-link {
        width: 26px;
        padding-top: 22px;
    }
}
@media (hover: hover) and (pointer: fine) {
    .l-footer-menu__sns-link {
        transition: opacity 300ms;
    }
    .l-footer-menu__sns-link:hover {
        opacity: 0.6;
    }
}
.l-footer-menu__sns-link--insta {
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_insta.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_insta.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #fff;
}
.l-footer-menu__sns-link--line {
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_line.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_line.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #fff;
}
.l-footer-menu__sns-link--yt {
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_yt.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_yt.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #fff;
}
.l-footer-menu__sns-link--tw {
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_tw.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_tw.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #fff;
}
.l-footer-menu__nav {
    width: 100%;
    margin-left: 8.7962962963%;
}
@media screen and (max-width: 1024px) {
    .l-footer-menu__nav {
        margin-left: 0;
    }
}
.l-footer-menu__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 30px;
}
@media screen and (max-width: 1024px) {
    .l-footer-menu__bottom {
        align-items: center;
        flex-direction: column-reverse;
        margin-top: 20px;
    }
}
.l-footer-menu__bottom-list {
    display: flex;
    margin-top: 2px;
}
@media screen and (max-width: 1024px) {
    .l-footer-menu__bottom-list {
        margin-top: 0;
    }
}
.l-footer-menu__bottom-list-item {
    position: relative;
    font-size: 12px;
    padding-left: 10px;
    margin-left: 10px;
    letter-spacing: 0.07em;
}
@media screen and (max-width: 1024px) {
    .l-footer-menu__bottom-list-item {
        font-size: 10px;
        padding-left: 10px;
        margin-left: 5px;
    }
}
@media screen and (max-width: 340px) {
    .l-footer-menu__bottom-list-item {
        letter-spacing: -0.05em;
    }
}
.l-footer-menu__bottom-list-item:first-of-type {
    padding-left: 0;
    margin-left: 0;
}
.l-footer-menu__bottom-list-item:first-of-type::before {
    display: none;
}
.l-footer-menu__bottom-list-item::before {
    position: absolute;
    content: "|";
    left: 0;
    top: 0;
}
.l-footer-menu__bottom-list-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .l-footer-menu__bottom-list-link {
        transition: opacity 300ms;
    }
    .l-footer-menu__bottom-list-link:hover {
        opacity: 0.6;
    }
}
.l-footer-menu__copyright {
    font-size: 0;
    margin-top: 10px;
}
.l-footer-menu__copyright-txt {
    font-size: 12px;
    letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
    .l-footer-menu__copyright-txt {
        font-size: 10px;
    }
}

/*  l-footer-nav
--------------------------------------------- */
.l-footer-nav {
    width: 100%;
    display: flex;
}
@media screen and (max-width: 1024px) {
    .l-footer-nav {
        display: block;
    }
}
.l-footer-nav__list {
    margin-top: 14px;
}
@media screen and (max-width: 1024px) {
    .l-footer-nav__list {
        margin-top: 0;
    }
}
@media screen and (min-width: 1025px) {
    .l-footer-nav__list.js-acc-target {
        display: block !important;
    }
}
.l-footer-nav__item {
    width: 258px;
    width: 35.4395604396%;
}
.l-footer-nav__item_g {
    width: 258px;
    width: 35.4395604396%;
}
@media screen and (max-width: 1024px) {
    .l-footer-nav__item {
        width: 100%;
        border-top: 1px solid #e1d5d3;
    }
    .l-footer-nav__item_g {
        width: 100%;
        border-top: 1px solid #8B9C9C;
    }    
}
@media screen and (max-width: 1024px) {
    .l-footer-nav__item:last-of-type {
        border-bottom: 1px solid #e1d5d3;
    }
    .l-footer-nav__item_g:last-of-type {
        border-bottom: 1px solid #8B9C9C;
    }    
}
.l-footer-nav__link {
    display: inline-block;
    position: relative;
    padding-left: 15px;
}
.l-footer-nav__link_g {
    display: inline-block;
    position: relative;
    padding-left: 15px;
}
@media (hover: hover) and (pointer: fine) {
    .l-footer-nav__link {
        transition: opacity 300ms;
    }
    .l-footer-nav__link:hover {
        opacity: 0.6;
    }
    .l-footer-nav__link_g {
        transition: opacity 300ms;
    }
    .l-footer-nav__link_g:hover {
        opacity: 0.6;
    }    
}
@media screen and (max-width: 1024px) {
    .l-footer-nav__link {
        background-color: #e1d5d3;
        width: 100%;
        padding: 5px 30px 3px 42px;
    }
    .l-footer-nav__link_g {
        background-color: #CDD5D5;
        width: 100%;
        padding: 5px 30px 3px 42px;
    }    
}
.l-footer-nav__link::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    content: "";
    width: 4px;
    height: 8px;
    transform: translate(0, -50%);
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #fff;
}
.l-footer-nav__link_g::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    content: "";
    width: 4px;
    height: 8px;
    transform: translate(0, -50%);
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1_g.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1_g.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #fff;
}
@media screen and (max-width: 1024px) {
    .l-footer-nav__link::before {
        background-color: #433b3b;
        left: auto;
        right: 20px;
        width: 5px;
        height: 10px;
        background-color: #b59591;
    }
    .l-footer-nav__link_g::before {
        background-color: #2d3939;
        left: auto;
        right: 20px;
        width: 5px;
        height: 10px;
        background-color: #B4C0C0;
    }    
}
.l-footer-nav__link-txt {
    display: block;
}
@media screen and (max-width: 1024px) {
    .l-footer-nav__link-txt--sp-red {
        color: #c1272d;
    }
}
.l-footer-nav__ttl {
    font-weight: 700;
    font-size: 15px;
}
@media screen and (max-width: 1024px) {
    .l-footer-nav__ttl {
        display: none;
        font-size: 15px;
    }
}
@media screen and (min-width: 1025px) {
    .l-footer-nav__acc-trigger {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .l-footer-nav__acc-trigger {
        color: #fff;
        width: 100%;
        display: block;
        padding: 8px;
    }
}
@media screen and (max-width: 1024px) and (hover: hover) and (pointer: fine) {
    .l-footer-nav__acc-trigger {
        transition: opacity 300ms;
    }
    .l-footer-nav__acc-trigger:hover {
        opacity: 0.6;
    }
}
.l-footer-nav__list-item {
    font-size: 12px;
    line-height: 2.1666666667;
}
.l-footer-nav__list-item_g {
    font-size: 12px;
    line-height: 2.1666666667;
}
@media screen and (max-width: 1024px) {
    .l-footer-nav__list-item {
        color: #433b3b;
        font-size: 15px;
        border-bottom: 1px solid #b59591;
        line-height: 1.5;
        letter-spacing: 0.1em;
    }
    .l-footer-nav__list-item_g {
        color: #2d3939;
        font-size: 15px;
        border-bottom: 1px solid #8B9C9C;
        line-height: 1.5;
        letter-spacing: 0.1em;
    }    
}
@media screen and (max-width: 1024px) {
    .l-footer-nav__list-item:last-of-type {
        border-bottom: none;
    }
    .l-footer-nav__list-item_g:last-of-type {
        border-bottom: none;
    }    
}
@media screen and (max-width: 1024px) {
    .l-footer-nav__acc-trigger-txt {
        position: relative;
        padding-left: 18px;
    }
    .l-footer-nav__acc-trigger-txt_g {
        position: relative;
        padding-left: 18px;
    }    
}
.l-footer-nav__acc-trigger-txt::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 5px;
    width: 6px;
    height: 12px;
    transform: translate(0, -50%);
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #fff;
}
.l-footer-nav__acc-trigger-txt_g::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 5px;
    width: 6px;
    height: 12px;
    transform: translate(0, -50%);
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1_g.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1_g.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #fff;
}
.is-acc-open .l-footer-nav__acc-trigger-txt::before {
    transform: translate(0, -50%) rotate(90deg);
}
.is-acc-open .l-footer-nav__acc-trigger-txt_g::before {
    transform: translate(0, -50%) rotate(90deg);
}

/*  l-footer-bnr
--------------------------------------------- */
.l-footer-bnr {
    background-color: #E7CFD1;
    padding: 25px 0;
}
.l-footer-bnr_g {
    background-color: #CDD5D5;
    padding: 25px 0;
}
@media screen and (max-width: 1024px) {
    .l-footer-bnr {
        padding: 15px 0 20px;
    }
    .l-footer-bnr_g {
        padding: 15px 0 20px;
    }    
}
.l-footer-bnr__inner {
    max-width: 1120px;
    margin-inline: auto;
    padding-inline: 20px;
}
@media screen and (max-width: 1024px) {
    .l-footer-bnr__inner {
        padding-inline: 14px;
    }
}
.l-footer-bnr__list {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 1024px) {
    .l-footer-bnr__list {
        display: block;
    }
}
.l-footer-bnr__list-item {
    width: 27.7777777778%;
    margin-left: 3.5185185185%;
}
@media screen and (max-width: 1024px) {
    .l-footer-bnr__list-item {
        max-width: 696px;
        width: 100%;
        margin-inline: auto;
        margin-top: 19px;
    }
}
.l-footer-bnr__list-item:first-of-type {
    margin-left: 0;
}
@media screen and (max-width: 1024px) {
    .l-footer-bnr__list-item:first-of-type {
        margin-inline: auto;
        margin-top: 0;
    }
}
.l-footer-bnr__link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .l-footer-bnr__link {
        transition: opacity 300ms;
    }
    .l-footer-bnr__link:hover {
        opacity: 0.6;
    }
}

/*  ここからヘッダー　l-global-nav
--------------------------------------------- */
.l-global-nav {
    position: fixed;
    width: 100%;
    height: 48px;
    top: 100px;
    left: 0;
    background-color: #E7CFD1;
    z-index: 10;
    font-feature-settings: "palt" 1;
    transition: transform 0.5s;
}
.l-global-nav_g {
    position: fixed;
    width: 100%;
    height: 48px;
    top: 100px;
    left: 0;
    background-color: #B4C0C0;
    z-index: 10;
    font-feature-settings: "palt" 1;
    transition: transform 0.5s;
}
@media screen and (min-width: 1025px) {
    .l-global-nav {
        display: block !important;
    }
    .l-global-nav_g {
        display: block !important;
    }    
}
@media screen and (max-width: 1024px) {
    .l-global-nav {
        position: fixed;
        top: 55px;
        left: auto;
        right: -100%;
        transform: translateX(0);
        width: 100%;
        height: calc(100% - 55px);
        overflow-y: auto;
        background-color: #E7CFD1;
        visibility: hidden;
        transition: transform 0.3s, visibility 0.3s;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .l-global-nav_g {
        position: fixed;
        top: 55px;
        left: auto;
        right: -100%;
        transform: translateX(0);
        width: 100%;
        height: calc(100% - 55px);
        overflow-y: auto;
        background-color: #B4C0C0;
        visibility: hidden;
        transition: transform 0.3s, visibility 0.3s;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }    
    .is-sp-menu-opened .l-global-nav {
        transform: translateX(-100%);
        visibility: visible;
    }
    .is-sp-menu-opened .l-global-nav_g {
        transform: translateX(-100%);
        visibility: visible;
    }    

    .l-global-nav::-webkit-scrollbar {
        display: none;
    }
    .l-global-nav_g::-webkit-scrollbar {
        display: none;
    }    
}
.l-global-nav__inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    box-shadow: 0px 2px 5px 1px #9a7b7e;
    z-index: 10;
}
.l-global-nav__inner_g {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    box-shadow: 0px 2px 5px 1px #597272;
    z-index: 10;
}
@media screen and (max-width: 1024px) {
    .l-global-nav__inner {
        box-shadow: none;
    }
    .l-global-nav__inner_g {
        box-shadow: none;
    }    
}
.l-global-nav__lv1 {
    max-width: 1120px;
    margin-inline: auto;
    padding-inline: 20px;
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .l-global-nav__lv1 {
        padding: 0;
    }
}
.l-global-nav__lv1-list {
    display: flex;
    justify-content: flex-end;
    height: 100%;
}
@media screen and (max-width: 1024px) {
    .l-global-nav__lv1-list {
        display: block;
        height: auto;
    }
}
.l-global-nav__lv1-item {
    width: 13.8888888889%;
    margin-left: 0.8333333333%;
}
.l-global-nav__lv1-item_g {
    width: 13.8888888889%;
    margin-left: 0.8333333333%;
}
@media screen and (max-width: 1024px) {
    .l-global-nav__lv1-item {
        width: 100%;
        margin-left: 0;
        border-top: 1px solid #fff;
        background-color: #E7CFD1;
    }
    .l-global-nav__lv1-item_g {
        width: 100%;
        margin-left: 0;
        border-top: 1px solid #fff;
        background-color: #B4C0C0;
    }    
}
.l-global-nav__lv1-item:first-of-type {
    margin-left: 0;
}
.l-global-nav__lv1-item_g:first-of-type {
    margin-left: 0;
}
.l-global-nav__lv1-item--search {
    width: 50px;
    margin-left: 0;
}

@media screen and (max-width: 1024px) {
    .l-global-nav__lv1-item--search {
        display: none;
        border-top: 0;
    }
}
.l-global-nav__lv1-item--search .l-global-nav__lv1-link {
    padding: 10px;
}
.l-global-nav__lv1-item--search .l-global-nav__lv1-link_g {
    padding: 10px;
}
@media (hover: hover) and (pointer: fine) {
    .l-global-nav__lv1-item:hover .l-global-nav__lv1-link::before, .l-global-nav__lv1-item:focus .l-global-nav__lv1-link::before, .l-global-nav__lv1-item:active .l-global-nav__lv1-link::before {
        transform: translateY(0);
    }
    .l-global-nav__lv1-item_g:hover .l-global-nav__lv1-link_g::before, .l-global-nav__lv1-item_g:focus .l-global-nav__lv1-link_g::before, .l-global-nav__lv1-item_g:active .l-global-nav__lv1-link_g::before {
        transform: translateY(0);
    }    
}
.l-global-nav__lv1-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    color: #433b3b;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.01em;
    background-color: #E7CFD1;
    padding: 0.5em 8% 0.5em 10%;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    text-align: center;
}
.l-global-nav__lv1-link_g {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    color: #433b3b;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.01em;
    background-color: #B4C0C0;
    padding: 0.5em 8% 0.5em 10%;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .l-global-nav__lv1-link {
        display: none;
        font-size: 15px;
        letter-spacing: 0.1em;
        justify-content: flex-start;
        text-align: left;
        transform: perspective(0px) translateZ(0);
        box-shadow: none;
        background-color: transparent;
        padding: 16px 10px 12px 7px;
        cursor: pointer;
    }
    .l-global-nav__lv1-link_g {
        display: none;
        font-size: 15px;
        letter-spacing: 0.1em;
        justify-content: flex-start;
        text-align: left;
        transform: perspective(0px) translateZ(0);
        box-shadow: none;
        background-color: transparent;
        padding: 16px 10px 12px 7px;
        cursor: pointer;
    }    
}
@media screen and (max-width: 1024px) and (hover: hover) and (pointer: fine) {
    .l-global-nav__lv1-link {
        transition: opacity 300ms;
    }
    .l-global-nav__lv1-link_g {
        transition: opacity 300ms;
    }    
    .l-global-nav__lv1-link:hover {
        opacity: 0.6;
    }
    .l-global-nav__lv1-link_g:hover {
        opacity: 0.6;
    }    
}
@media screen and (max-width: 1024px) {
    .l-global-nav__lv1-link--sp {
        display: block;
    }
}
.l-global-nav__lv1-link::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    background: #E7CFD1;
    height: 7px;
    transform: translateY(7px);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.l-global-nav__lv1-link_g::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    background: #B4C0C0;
    height: 7px;
    transform: translateY(7px);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

@media screen and (max-width: 1024px) {
    .l-global-nav__lv1-link::before {
        display: none;
    }
    .l-global-nav__lv1-link_g::before {
        display: none;
    }    
}
.l-global-nav__lv1-link--search::before {
    display: none;
}
.ipad .l-global-nav__lv1-link.is-opened::before {
    transform: translateY(0px);
}
.ipad .l-global-nav__lv1-link_g.is-opened::before {
    transform: translateY(0px);
}


@media screen and (min-width: 1025px) {
    .l-global-nav__acc-trigger {
        display: none;
    }
    .l-global-nav__acc-trigger_g {
        display: none;
    }    
}
@media screen and (max-width: 1024px) {
    .l-global-nav__acc-trigger {
        display: block;
        width: 100%;
        padding: 16px 10px 12px 7px;
        background-color: #E7CFD1;
        text-align: left;
        font-weight: 400;
        color: #433b3b;
        font-size: 15px;
        letter-spacing: 0.1em;
        position: relative;
        z-index: 1;
        cursor: pointer;
    }
    .l-global-nav__acc-trigger_g {
        display: block;
        width: 100%;
        padding: 16px 10px 12px 7px;
        background-color: #B4C0C0;
        text-align: left;
        font-weight: 400;
        color: #2d3939;
        font-size: 15px;
        letter-spacing: 0.1em;
        position: relative;
        z-index: 1;
        cursor: pointer;
    }    
}
@media screen and (max-width: 1024px) and (hover: hover) and (pointer: fine) {
    .l-global-nav__acc-trigger {
        transition: opacity 300ms;
    }
    .l-global-nav__acc-trigger:hover {
        opacity: 0.6;
    }
    .l-global-nav__acc-trigger_g {
        transition: opacity 300ms;
    }
    .l-global-nav__acc-trigger_g:hover {
        opacity: 0.6;
    }    
}
@media screen and (max-width: 1024px) {
    .l-global-nav__acc-trigger-txt {
        position: relative;
        padding-left: 20px;
    }
    .l-global-nav__acc-trigger-txt_g {
        position: relative;
        padding-left: 20px;
    }    
    .l-global-nav__acc-trigger-txt::before {
        position: absolute;
        content: "";
        top: 50%;
        left: 8px;
        width: 6px;
        height: 12px;
        transform: translate(-50%, -50%);
        -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1.svg) 0 0 no-repeat;
                mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1.svg) 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%;
        background-color: #b59591;
    }
    .l-global-nav__acc-trigger-txt_g::before {
        position: absolute;
        content: "";
        top: 50%;
        left: 8px;
        width: 6px;
        height: 12px;
        transform: translate(-50%, -50%);
        -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1_g.svg) 0 0 no-repeat;
                mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1_g.svg) 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%;
        background-color: #7a8e8e;
    }    
    .is-acc-open .l-global-nav__acc-trigger-txt::before {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .is-acc-open .l-global-nav__acc-trigger-txt_g::before {
        transform: translate(-50%, -50%) rotate(90deg);
    }    
}
.l-global-nav__lv1-link-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}
.is-opened .l-global-nav__lv1-link-search {
    opacity: 0;
}

.l-global-nav__lv1-link-txt {
    display: block;
    text-align: center;
    position: relative;
    padding-left: 7px;
}
.l-global-nav__lv1-link-txt_g {
    display: block;
    text-align: center;
    position: relative;
    padding-left: 7px;
}
@media screen and (max-width: 1024px) {
    .l-global-nav__lv1-link-txt {
        padding-left: 20px;
        text-align: left;
    }
    .l-global-nav__lv1-link-txt_g {
        padding-left: 20px;
        text-align: left;
    }    
}
@media screen and (max-width: 1024px) {
    .l-global-nav__lv1-link-txt--sp-red {
        color: #c1272d;
    }
    .l-global-nav__lv1-link-txt--sp-red_g {
        color: #fff31e;
    }    
}
.l-global-nav__lv1-link-txt::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 5px;
    height: 10px;
    transform: translate(-50%, -50%);
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #b59591;
}
.l-global-nav__lv1-link-txt::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 5px;
    height: 10px;
    transform: translate(-50%, -50%);
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #b59591;
}
@media screen and (max-width: 1024px) {
    .l-global-nav__lv1-link-txt_g::before {
        position: absolute;
        content: "";
        top: 50%;
        left: 8px;
        width: 6px;
        height: 12px;
        transform: translate(-50%, -50%);
        -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1_g.svg) 0 0 no-repeat;
                mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1_g.svg) 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%;
        background-color: #7a8e8e;
    }
}
.is-opened .l-global-nav__lv1-link-txt::before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.is-opened .l-global-nav__lv1-link-txt_g::before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.l-global-nav__lv2 {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    background-color: #f5eced;
    z-index: 10;
    max-height: calc(100vh - 148px);
    max-height: calc(100dvh - 148px);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.l-global-nav__lv2_g {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    background-color: #dee3e3;
    z-index: 10;
    max-height: calc(100vh - 148px);
    max-height: calc(100dvh - 148px);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
@media screen and (max-width: 1024px) {
    .l-global-nav__lv2 {
        position: static;
        top: auto;
        right: auto;
        left: auto;
    }
    .l-global-nav__lv2_g {
        position: static;
        top: auto;
        right: auto;
        left: auto;
    }    
}
.l-global-nav__lv2::-webkit-scrollbar {
    display: none;
}
.l-global-nav__lv2.is-opened {
    display: block;
}
.l-global-nav__lv2--search {
    background-color: #fbf8f8;
}
.l-global-nav__lv2-container {
    max-width: 1080px;
    margin-inline: auto;
    padding: 48px 20px 20px 48px;
}
.l-global-nav__lv2_g::-webkit-scrollbar {
    display: none;
}
.l-global-nav__lv2_g.is-opened {
    display: block;
}
.l-global-nav__lv2--search_g {
    background-color: #dee3e3;
}
.l-global-nav__lv2-container_g {
    max-width: 1080px;
    margin-inline: auto;
    padding: 48px 20px 20px 48px;
}
@media screen and (max-width: 1024px) {
    .l-global-nav__lv2-container {
        padding: 0;
    }
    .l-global-nav__lv2-container_g {
        padding: 0;
    }    
}
.l-global-nav__lv2-container--brand {
    padding: 48px 20px 14px 46px;
}
.l-global-nav__lv2-container--brand_g {
    padding: 48px 20px 14px 46px;
}
@media screen and (max-width: 1024px) {
    .l-global-nav__lv2-container--brand {
        padding: 0;
    }
    .l-global-nav__lv2-container--brand_g {
        padding: 0;
    }    
}
.l-global-nav__lv2-container--tag {
    padding-left: 16px;
}
@media screen and (max-width: 1024px) {
    .l-global-nav__lv2-container--tag {
        padding-left: 0;
    }
}
.l-global-nav__lv2-container--gift {
    padding: 48px 40px 36px;
}
@media screen and (max-width: 1024px) {
    .l-global-nav__lv2-container--gift {
        padding: 20px 13.0666666667%;
    }
}
.l-global-nav__lv2-container--search {
    padding: 24px 31px 36px;
}
.l-global-nav__lv2-list {
    text-align: center;
}
.l-global-nav__lv2-item {
    display: inline-block;
}
.l-global-nav__lv2-link {
    display: block;
    padding: 1em;
    text-align: center;
    color: #fff;
    text-decoration: underline;
}
.l-global-nav__lv2-link:hover {
    text-decoration: none;
}

/* ---------------------------------------------
*   l-global-sp-head
--------------------------------------------- */
.l-global-sp-head {
    background-color: #f3e7e8;
    padding: 9px;
}
.l-global-sp-head_g {
    background-color: #dee3e3;
    padding: 9px;
}
.l-global-sp-head__head {
    text-align: center;
}
.l-global-sp-head__head_g {
    text-align: center;
}
.l-global-sp-head__head-txt {
    color: #b59591;
    font-size: 12px;
    letter-spacing: 0.075em;
}
.l-global-sp-head__head-txt_g {
    color: #597272;
    font-size: 12px;
    letter-spacing: 0.075em;
}
.l-global-sp-head__list {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.l-global-sp-head__list_g {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.l-global-sp-head__list-item {
    margin-left: 38px;
}
.l-global-sp-head__list-item:first-of-type {
    margin-left: 0;
}
.l-global-sp-head__list-item_g {
    margin-left: 38px;
}
.l-global-sp-head__list-item_g:first-of-type {
    margin-left: 0;
}
.l-global-sp-head__list-link {
    display: block;
    position: relative;
    color: #383839;
    font-size: 12px;
    letter-spacing: 0em;
}
.l-global-sp-head__list-link_g {
    display: block;
    position: relative;
    color: #383839;
    font-size: 12px;
    letter-spacing: 0em;
}
@media (hover: hover) and (pointer: fine) {
    .l-global-sp-head__list-link {
        transition: opacity 300ms;
    }
    .l-global-sp-head__list-link:hover {
        opacity: 0.6;
    }
    .l-global-sp-head__list-link_g {
        transition: opacity 300ms;
    }
    .l-global-sp-head__list-link_g:hover {
        opacity: 0.6;
    }    
}
.l-global-sp-head__list-link::before {
    display: inline-block;
    position: absolute;
    content: "";
    background-color: #433b3b;
    top: 40%;
    left: 0;
    transform: translate(0, -50%);
}
.l-global-sp-head__list-link_g::before {
    display: inline-block;
    position: absolute;
    content: "";
    background-color: #2d3939;
    top: 40%;
    left: 0;
    transform: translate(0, -50%);
}
.l-global-sp-head__list-link--login {
    padding-left: 25px;
}
.l-global-sp-head__list-link--login_g {
    padding-left: 25px;
}
.l-global-sp-head__list-link--login::before {
    width: 22px;
    height: 22px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/sp/icon_login.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/sp/icon_login.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}
.l-global-sp-head__list-link--login_g::before {
    width: 22px;
    height: 22px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/sp/icon_login_g.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/sp/icon_login_g.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}
.l-global-sp-head__list-link--bookmark {
    padding-left: 27px;
}

.l-global-sp-head__list-link--bookmark::before {
    top: 50%;
    width: 24px;
    height: 20px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/sp/icon_bookmark.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/sp/icon_bookmark.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}
.l-global-sp-head__list-link--bookmark_g {
    padding-left: 27px;
}
.l-global-sp-head__list-link--bookmark_g::before {
    top: 50%;
    width: 24px;
    height: 20px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/sp/icon_bookmark_g.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/sp/icon_bookmark_g.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}

/* ---------------------------------------------
*   l-global-sp-foot
--------------------------------------------- */
.l-global-sp-foot {
    border-top: 1px solid #fff;
    padding: 17px 13px 100px;
}
.l-global-sp-foot__list-item {
    font-size: 11px;
    letter-spacing: 0.15em;
    margin-top: 16px;
}
.l-global-sp-foot__list-item:first-of-type {
    margin-top: 0;
}
.l-global-sp-foot__list-item-link {
    display: inline-block;
    position: relative;
    width: 140px;
}
.l-global-sp-foot__list-item-link_g {
    display: inline-block;
    position: relative;
    width: 140px;
}
@media (hover: hover) and (pointer: fine) {
    .l-global-sp-foot__list-item-link {
        transition: opacity 300ms;
    }
    .l-global-sp-foot__list-item-link:hover {
        opacity: 0.6;
    }
    .l-global-sp-foot__list-item-link_g {
        transition: opacity 300ms;
    }
    .l-global-sp-foot__list-item-link_g:hover {
        opacity: 0.6;
    }    
}
.l-global-sp-foot__list-item-link::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.l-global-sp-foot__list-item-link_g::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.l-global-sp-foot__list-item-link::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 5px;
    height: 10px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #b59591;
}
.l-global-sp-foot__list-item-link_g::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 5px;
    height: 10px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1_g.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1_g.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #7a8e8e;
}
.l-global-sp-foot__list-item-link--guide {
    padding-left: 25px;
}
.l-global-sp-foot__list-item-link--guide_g {
    padding-left: 25px;
}
.l-global-sp-foot__list-item-link--guide::before {
    top: 46%;
    width: 20px;
    height: 20px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_guide.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_guide.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #433b3b;
}
.l-global-sp-foot__list-item-link--guide_g::before {
    top: 46%;
    width: 20px;
    height: 20px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_guide.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_guide.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #433b3b;
}
@media screen and (max-width: 1024px) {
    .l-global-sp-foot__list-item-link--guide_g::before {
        -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/sp/icon_guide_g.svg) 0 0 no-repeat;
                mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/sp/icon_guide_g.svg) 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%;
    }
}
.l-global-sp-foot__list-item-link--contact {
    padding-left: 25px;
}
.l-global-sp-foot__list-item-link--contact_g {
    padding-left: 25px;
}
.l-global-sp-foot__list-item-link--contact::before {
    width: 18px;
    height: 14px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_mail.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_mail.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #433b3b;
}
.l-global-sp-foot__list-item-link--contact_g::before {
    width: 18px;
    height: 14px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_mail_g.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_mail_g.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #2d3939;
}
.l-global-sp-foot__body {
    margin-top: 54px;
}
.l-global-sp-foot__link {
    display: block;
    width: 222px;
    margin: 0 auto;
}
@media (hover: hover) and (pointer: fine) {
    .l-global-sp-foot__link {
        transition: opacity 300ms;
    }
    .l-global-sp-foot__link:hover {
        opacity: 0.6;
    }
}
.l-global-sp-foot__sns-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}
.l-global-sp-foot__sns-list-item {
    margin-left: 13px;
}
.l-global-sp-foot__sns-list-item:first-of-type {
    margin-left: 0;
}
.l-global-sp-foot__sns-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .l-global-sp-foot__sns-link {
        transition: opacity 300ms;
    }
    .l-global-sp-foot__sns-link:hover {
        opacity: 0.6;
    }
}
.l-global-sp-foot__sns-link--insta {
    width: 22px;
    height: 20px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_insta.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_insta.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #fff;
}
.l-global-sp-foot__sns-link--line {
    width: 23px;
    height: 23px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_line.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_line.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #fff;
}
.l-global-sp-foot__sns-link--yt {
    width: 26px;
    height: 19px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_yt.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_yt.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #fff;
}
.l-global-sp-foot__sns-link--tw {
    width: 25px;
    height: 20px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_tw.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_tw.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #fff;
}

/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    height: 100px;
    background-color: #fff;
    border-top: 5px solid #c4aaa7;
}
.l-header_g {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    height: 100px;
    background-color: #fff;
    border-top: 5px solid #8B9C9C;
}
@media screen and (max-width: 1024px) {
    .l-header {
        height: 55px;
        border-top: 5px solid #c4aaa7;
        box-shadow: 1px 2px 2px 0 rgba(135, 112, 112, 0.75);
    }
    .l-header_g {
        height: 55px;
        border-top: 5px solid #8B9C9C;
        box-shadow: 1px 2px 2px 0 rgba(139, 156, 156, 0.75);
    }    
}
.l-header__container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto;
    height: 100%;
    padding: 12px 30px 5px;
}
@media screen and (max-width: 1024px) {
    .l-header__container {
        padding: 10px 16px 10px 3px;
    }
}
.l-header__logo {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 256px;
    height: 36px;
}
@media screen and (max-width: 1024px) {
    .l-header__logo {
        width: 128px;
        height: 18px;
        top: 50%;
        left: 50%;
    }
}
.l-header__logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (hover: hover) and (pointer: fine) {
    .l-header__logo-link {
        transition: opacity 300ms;
    }
    .l-header__logo-link:hover {
        opacity: 0.6;
    }
}
.l-header__top {
    position: relative;
}

/*  l-header-menu
--------------------------------------------- */
.l-header-menu {
    margin-left: auto;
    margin-top: 22px;
}
@media screen and (max-width: 1024px) {
    .l-header-menu {
        margin-top: 0;
    }
}
.l-header-menu__list {
    display: flex;
    align-items: center;
    margin-top: 14px;
}
@media screen and (max-width: 1024px) {
    .l-header-menu__list {
        margin-top: 0;
    }
}
.l-header-menu__txt {
    color: #b59591;
    font-size: 12px;
    text-align: right;
    letter-spacing: 0.08em;
}
.l-header-menu__txt_g {
    color: #7a8e8e;
    font-size: 12px;
    text-align: right;
    letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
    .l-header-menu__txt {
        display: none;
    }
    .l-header-menu__txt_g {
        display: none;
    }    
}
.l-header-menu__list-item {
    margin-left: 19px;
}
@media screen and (max-width: 1024px) {
    .l-header-menu__list-item {
        display: none;
        margin-left: 13px;
    }
}
@media screen and (min-width: 1025px) {
    .l-header-menu__list-item--sp {
        display: none;
    }
    .l-header-menu__list-item--sp_g {
        display: none;
    }    
}
@media screen and (max-width: 1024px) {
    .l-header-menu__list-item--sp {
        display: flex;
        width: 19px;
        height: 19px;
    }
    .l-header-menu__list-item--sp_g {
        display: flex;
        width: 19px;
        height: 19px;
    }    
    .l-header-menu__list-item--sp .l-header-menu__list-link::before {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .l-header-menu__list-item--sp_g .l-header-menu__list-link_g::before {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }    
}
.l-header-menu__list-item:first-of-type {
    margin-left: 0;
}
.l-header-menu__list-link {
    display: block;
    position: relative;
    font-size: 10px;
    padding-left: 23px;
    line-height: 1.2;
}
.l-header-menu__list-link_g {
    display: block;
    position: relative;
    font-size: 10px;
    padding-left: 23px;
    line-height: 1.2;
}
@media (hover: hover) and (pointer: fine) {
    .l-header-menu__list-link {
        transition: opacity 300ms;
    }
    .l-header-menu__list-link:hover {
        opacity: 0.6;
    }
    .l-header-menu__list-link_g {
        transition: opacity 300ms;
    }
    .l-header-menu__list-link_g:hover {
        opacity: 0.6;
    }     
}
.l-header-menu__list-link::before {
    position: absolute;
    display: inline-block;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background-color: #433b3b;
    background-image: url(../img/icon_arrow_1.svg);
}
.l-header-menu__list-link_g::before {
    position: absolute;
    display: inline-block;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background-color: #2d3939;
    background-image: url(../img/icon_arrow_1_g.svg);
}
.l-header-menu__list-link--login::before {
    width: 18px;
    height: 18px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_login.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_login.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}
.l-header-menu__list-link--login_g::before {
    width: 18px;
    height: 18px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_login_g.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_login_g.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}
.l-header-menu__list-link--bookmark::before {
    width: 18px;
    height: 16px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_bookmark.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_bookmark.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}
.l-header-menu__list-link--bookmark_g::before {
    width: 18px;
    height: 16px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_bookmark_g.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_bookmark_g.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}
.l-header-menu__list-link--cart::before {
    width: 20px;
    height: 20px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_cart.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_cart.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}
.l-header-menu__list-link--cart_g::before {
    width: 20px;
    height: 20px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_cart_g.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_cart_g.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}
.l-header-menu__list-link--guide::before {
    width: 18px;
    height: 18px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_guide.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_guide.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}
.l-header-menu__list-link--guide_g::before {
    width: 18px;
    height: 18px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_guide_g.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_guide_g.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}
.l-header-menu__list-link--search::before {
    width: 18px;
    height: 18px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_search.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_search.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}
.l-header-menu__list-link--search_g::before {
    width: 18px;
    height: 18px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_search_g.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_search_g.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}
.is-sp-search-menu-opened .l-header-menu__list-link--search-sp {
    opacity: 0;
    pointer-events: none;
}
.is-sp-search-menu-opened .l-header-menu__list-link--search-sp_g {
    opacity: 0;
    pointer-events: none;
}

/*  l-header-nav
--------------------------------------------- */
.l-header-nav__list {
    display: flex;
}
.l-header-nav__item {
    margin-left: 1em;
}
.l-header-nav__item:first-of-type {
    margin-left: 0;
}
@media screen and (min-width: 1025px) {
    .l-header-nav__link {
        transition: opacity 300ms;
    }
    .l-header-nav__link:hover {
        opacity: 0.6;
    }
}

/*  l-header-menu-button
--------------------------------------------- */
.l-header-menu-button {
    display: none;
    position: relative;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: none;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    touch-action: manipulation;
    cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
    .l-header-menu-button {
        transition: opacity 300ms;
    }
    .l-header-menu-button:hover {
        opacity: 0.6;
    }
}
@media screen and (max-width: 1024px) {
    .l-header-menu-button {
        display: block;
    }
}
.l-header-menu-button__lines {
    position: relative;
    display: block;
    width: 18px;
    height: 14px;
}
.l-header-menu-button__line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 1px;
    background-color: #433b3b;
    transition: 0.3s;
}
.l-header-menu-button__line_g {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 1px;
    background-color: #2d3939;
    transition: 0.3s;
}
.l-header-menu-button__line--top {
    top: 0;
}
.is-sp-menu-opened .l-header-menu-button__line--top {
    width: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.l-header-menu-button__line--center {
    top: 50%;
    margin-top: -1px;
}
.is-sp-menu-opened .l-header-menu-button__line--center {
    background-color: rgba(0, 0, 0, 0);
}

.l-header-menu-button__line--bottom {
    bottom: 0;
}
.is-sp-menu-opened .l-header-menu-button__line--bottom {
    width: 24px;
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}
.l-header-menu-button__line--top_g {
    top: 0;
}
.is-sp-menu-opened .l-header-menu-button__line--top_g {
    width: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.l-header-menu-button__line--center_g {
    top: 50%;
    margin-top: -1px;
}
.is-sp-menu-opened .l-header-menu-button__line--center_g {
    background-color: rgba(0, 0, 0, 0);
}

.l-header-menu-button__line--bottom_g {
    bottom: 0;
}
.is-sp-menu-opened .l-header-menu-button__line--bottom_g {
    width: 24px;
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}

/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
/* ---------------------------------------------
*   c-block-1
--------------------------------------------- */
.c-block-1 {
    font-feature-settings: "palt" 1;
}
.c-block-1__head {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
    .c-block-1__head {
        display: none;
    }
}
.c-block-1__head--attention {
    text-align: center;
    padding-left: 0.2em;
}
.c-block-1__body-inner {
    display: flex;
    margin-top: 20px;
}
@media screen and (max-width: 1024px) {
    .c-block-1__body-inner {
        display: block;
        margin-top: 0;
    }
}
.c-block-1__bnr-list {
    margin-top: 27px;
}
@media screen and (max-width: 1024px) {
    .c-block-1__bnr-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
        background-color: #fff;
        padding: 20px 10.6666666667%;
    }
}
.c-block-1__bnr-ttl {
    text-align: center;
    letter-spacing: -0.09em;
    font-size: 15px;
    margin-top: 4px;
}
@media screen and (max-width: 1024px) {
    .c-block-1__bnr-ttl {
        font-size: 17px;
    }
}
.c-block-1__bnr-list-item {
    width: 120px;
    margin-top: 22px;
}
@media screen and (max-width: 1024px) {
    .c-block-1__bnr-list-item {
        width: 45.0847457627%;
        margin-top: 0;
    }
}
.c-block-1__bnr-list-item:first-of-type {
    margin-top: 0;
}
@media screen and (max-width: 1024px) {
    .c-block-1__bnr-list-item:nth-of-type(2n) {
        margin-left: 9.4915254237%;
    }
}
@media screen and (max-width: 1024px) {
    .c-block-1__bnr-list-item:nth-of-type(n + 3) {
        margin-top: 29px;
    }
}
.c-block-1__item {
    width: 33.2936979786%;
}
@media screen and (max-width: 1024px) {
    .c-block-1__item {
        width: 100%;
        margin-left: 0;
        border-bottom: 1px solid #fff;
    }
}
.c-block-1__item:first-of-type {
    margin-left: 0;
}
.c-block-1__item--wide {
    width: 36.8608799049%;
}
@media screen and (max-width: 1024px) {
    .c-block-1__item--wide {
        width: 100%;
    }
}
.c-block-1__item--narrow {
    width: 26.159334126%;
}
@media screen and (max-width: 1024px) {
    .c-block-1__item--narrow {
        width: 100%;
    }
}
.c-block-1__item-ttl {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
    .c-block-1__item-ttl {
        display: none;
    }
}
.c-block-1__list {
    margin-top: 11px;
}
@media screen and (max-width: 1024px) {
    .c-block-1__list {
        background-color: #fff;
        margin-top: 0;
    }
}
@media screen and (min-width: 1025px) {
    .c-block-1__list.js-acc-target {
        display: block !important;
    }
}
.c-block-1__list-item {
    margin-top: 9px;
    font-size: 12px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1024px) {
    .c-block-1__list-item {
        font-size: 11px;
        margin-top: 0;
        border-bottom: 1px solid #e1e1e1;
    }
}
.c-block-1__list-item:first-of-type {
    margin-top: 0;
}
.c-block-1__list-item:last-of-type {
    border-bottom: none;
}
.c-block-1__list-link {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 0.2em 2px;
    font-size: 12px;
    letter-spacing: -0.01em;
    line-height: 1.5;
}
.c-block-1__list-link_g {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 0.2em 2px;
    font-size: 12px;
    letter-spacing: -0.01em;
    line-height: 1.5;
}
@media screen and (max-width: 1024px) {
    .c-block-1__list-link {
        font-size: 11px;
        display: block;
        width: 100%;
        padding: 8px 10px 7px 31px;
    }
    .c-block-1__list-link_g {
        font-size: 11px;
        display: block;
        width: 100%;
        padding: 8px 10px 7px 31px;
    }    
}
@media screen and (max-width: 1024px) and (hover: hover) and (pointer: fine) {
    .c-block-1__list-link {
        transition: opacity 300ms;
    }
    .c-block-1__list-link:hover {
        opacity: 0.6;
    }
    .c-block-1__list-link_g {
        transition: opacity 300ms;
    }
    .c-block-1__list-link_g:hover {
        opacity: 0.6;
    }    
}
@media screen and (max-width: 1024px) {
    .c-block-1__list-link::before {
        position: absolute;
        content: "";
        width: 4px;
        height: 7px;
        right: 18px;
        top: 54%;
        transform: translate(-50%, -50%);
        -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1.svg) 0 0 no-repeat;
                mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1.svg) 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%;
        background-color: #433b3b;
    }
    .c-block-1__list-link_g::before {
        position: absolute;
        content: "";
        width: 4px;
        height: 7px;
        right: 18px;
        top: 54%;
        transform: translate(-50%, -50%);
        -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1_g.svg) 0 0 no-repeat;
                mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1_g.svg) 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%;
        background-color: #2d3939;
    }    
}
.c-block-1__list-link::after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
    background: #E7CFD1;
    height: 2px;
    transform: translate3d(0, 3px, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.c-block-1__list-link_g::after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
    background: #B4C0C0;
    height: 2px;
    transform: translate3d(0, 3px, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
@media screen and (max-width: 1024px) {
    .c-block-1__list-link::after {
        display: none;
    }
    .c-block-1__list-link_g::after {
        display: none;
    }    
}
.c-block-1__list-link:hover::after, .c-block-1__list-link:focus::after, .c-block-1__list-link:active::after {
    transform: translate3d(0, 0, 0);
}
.c-block-1__list-link_g:hover::after, .c-block-1__list-link_g:focus::after, .c-block-1__list-link_g:active::after {
    transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 1025px) {
    .c-block-1__acc-trigger {
        display: none;
    }
    .c-block-1__acc-trigger_g {
        display: none;
    }    
}
@media (hover: hover) and (pointer: fine) {
    .c-block-1__acc-trigger {
        transition: opacity 300ms;
    }
    .c-block-1__acc-trigger:hover {
        opacity: 0.6;
    }
    .c-block-1__acc-trigger_g {
        transition: opacity 300ms;
    }
    .c-block-1__acc-trigger_g:hover {
        opacity: 0.6;
    }    
}
@media screen and (max-width: 1024px) {
    .c-block-1__acc-trigger {
        display: inline-block;
        width: 100%;
        font-size: 13px;
        letter-spacing: 0.18em;
        text-align: left;
        padding: 10px 13px;
    }
    .c-block-1__acc-trigger_g {
        display: inline-block;
        width: 100%;
        font-size: 13px;
        letter-spacing: 0.18em;
        text-align: left;
        padding: 10px 13px;
    }    
    .c-block-1__acc-trigger.is-acc-open > .c-block-1__acc-trigger-txt::before {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .c-block-1__acc-trigger_g.is-acc-open > .c-block-1__acc-trigger-txt_g::before {
        transform: translate(-50%, -50%) rotate(90deg);
    } 
    
}
@media screen and (max-width: 1024px) {
    .c-block-1__acc-trigger-txt {
        position: relative;
        padding-left: 20px;
        color: #433b3b;
    }   
    .c-block-1__acc-trigger-txt::before {
        position: absolute;
        content: "";
        top: 50%;
        left: 8px;
        width: 6px;
        height: 12px;
        transform: translate(-50%, -50%);
        -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1.svg) 0 0 no-repeat;
                mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1.svg) 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%;
        background-color: #433b3b;
    }
    .c-block-1__acc-trigger-txt_g {
        position: relative;
        padding-left: 20px;
        color: #433b3b;
    }
    .c-block-1__acc-trigger-txt_g::before {
        position: absolute;
        content: "";
        top: 50%;
        left: 8px;
        width: 6px;
        height: 12px;
        transform: translate(-50%, -50%);
        -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1_g.svg) 0 0 no-repeat;
                mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1_g.svg) 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%;
        background-color: #2d3939;
    }    
}
.c-block-1__bnr-list-link {
    position: relative;
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .c-block-1__bnr-list-link {
        transition: opacity 300ms;
    }
    .c-block-1__bnr-list-link:hover {
        opacity: 0.6;
    }
}
@media screen and (max-width: 1024px) {
    .c-block-1__bnr-img--border-blue {
        border: 1px solid #3fa9f5;
    }
}
@media screen and (max-width: 1024px) {
    .c-block-1__bnr-img--border-pink {
        border: 1px solid #ccacaf;
    }
    .c-block-1__bnr-img--border-pink_g {
        border: 1px solid #8B9C9C;
    }    
}
.c-block-1__list-link-txt {
    display: block;
}

/* ---------------------------------------------
*   c-block-2
--------------------------------------------- */
.c-block-2 {
    font-feature-settings: "palt" 1;
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .c-block-2 {
        width: 100%;
    }
}
.c-block-2--4col .c-block-2__item {
    width: 25%;
}
@media screen and (max-width: 1024px) {
    .c-block-2--4col .c-block-2__item {
        width: 100%;
    }
}
.c-block-2__inner {
    display: flex;
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .c-block-2__inner {
        display: block;
    }
}
.c-block-2__item {
    width: 33.3333333333%;
}
@media screen and (max-width: 1024px) {
    .c-block-2__item {
        width: 100%;
        border-bottom: 1px solid #fff;
    }
}
.c-block-2__item-ttl {
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
    .c-block-2__item-ttl {
        display: none;
    }
}
.c-block-2__list {
    margin-top: 29px;
}
@media screen and (max-width: 1024px) {
    .c-block-2__list {
        margin-top: 0;
    }
}
.c-block-2__list-item {
    margin-top: 8px;
}
@media screen and (max-width: 1024px) {
    .c-block-2__list-item {
        font-size: 11px;
        margin-top: 0;
        border-bottom: 1px solid #e1e1e1;
    }
}
.c-block-2__list-item:first-of-type {
    margin-top: 0;
}
.c-block-2__list-item:last-of-type {
    border-bottom: none;
}
.c-block-2__list-link {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 0.2em 2px;
}
.c-block-2__list-link_g {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 0.2em 2px;
}
@media screen and (max-width: 1024px) {
    .c-block-2__list-link {
        position: relative;
        display: block;
        width: 100%;
        padding: 8px 10px 7px 31px;
        background-color: #fff;
    }
    .c-block-2__list-link_g {
        position: relative;
        display: block;
        width: 100%;
        padding: 8px 10px 7px 31px;
        background-color: #fff;
    }    
}
@media screen and (max-width: 1024px) and (hover: hover) and (pointer: fine) {
    .c-block-2__list-link {
        transition: opacity 300ms;
    }
    .c-block-2__list-link_g {
        transition: opacity 300ms;
    }    
    .c-block-2__list-link:hover {
        opacity: 0.6;
    }
    .c-block-2__list-link_g:hover {
        opacity: 0.6;
    }    
}
@media screen and (max-width: 1024px) {
    .c-block-2__list-link::before {
        position: absolute;
        content: "";
        width: 4px;
        height: 7px;
        right: 18px;
        top: 54%;
        transform: translate(-50%, -50%);
        -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1.svg) 0 0 no-repeat;
                mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1.svg) 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%;
        background-color: #433b3b;
    }
    .c-block-2__list-link_g::before {
        position: absolute;
        content: "";
        width: 4px;
        height: 7px;
        right: 18px;
        top: 54%;
        transform: translate(-50%, -50%);
        -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1_g.svg) 0 0 no-repeat;
                mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1_g.svg) 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%;
        background-color: #2d3939;
    }    
}
.c-block-2__list-link::after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    background: #E7CFD1;
    height: 2px;
    transform: translate3d(0, 5px, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.c-block-2__list-link_g::after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    background: #B4C0C0;
    height: 2px;
    transform: translate3d(0, 5px, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
@media screen and (max-width: 1024px) {
    .c-block-2__list-link::after {
        display: none;
    }
    .c-block-2__list-link_g::after {
        display: none;
    }    
}
.c-block-2__list-link:hover::after, .c-block-2__list-link:focus::after, .c-block-2__list-link:active::after {
    transform: translate3d(0, 0, 0);
}
.c-block-2__list-link_g:hover::after, .c-block-2__list-link_g:focus::after, .c-block-2__list-link_g:active::after {
    transform: translate3d(0, 0, 0);
}
.c-block-2__list-link--arrow {
    padding-right: 40px;
}
.c-block-2__list-link--arrow_g {
    padding-right: 40px;
}
@media screen and (max-width: 1024px) {
    .c-block-2__list-link--arrow {
        padding: 8px 10px 7px 31px;
    }
    .c-block-2__list-link--arrow_g {
        padding: 8px 10px 7px 31px;
    }    
}
.c-block-2__list-link--arrow::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 6px;
    right: 2px;
    top: 62%;
    transform: translate(0, -50%);
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow_small.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow_small.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #433b3b;
}
.c-block-2__list-link--arrow_g::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 6px;
    right: 2px;
    top: 62%;
    transform: translate(0, -50%);
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow_small_g.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow_small_g.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #2d3939;
}
@media screen and (max-width: 1024px) {
    .c-block-2__list-link--arrow::before {
        display: none;
    }
    .c-block-2__list-link--arrow_g::before {
        display: none;
    }    
}
@media screen and (max-width: 1024px) {
    .c-block-2__list-link--arrow .c-block-2__list-link-txt {
        padding-right: 54px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .c-block-2__list-link--arrow_g .c-block-2__list-link-txt_g {
        padding-right: 54px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }    
}
@media screen and (max-width: 1024px) {
    .c-block-2__list-link--arrow .c-block-2__list-link-txt::before {
        position: absolute;
        content: "";
        width: 40px;
        height: 5px;
        right: 8px;
        top: 64%;
        transform: translate(0, -50%);
        -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow.svg) 0 0 no-repeat;
                mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow.svg) 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%;
        background-color: #433b3b;
    }
    .c-block-2__list-link--arrow_g .c-block-2__list-link-txt_g::before {
        position: absolute;
        content: "";
        width: 40px;
        height: 5px;
        right: 8px;
        top: 64%;
        transform: translate(0, -50%);
        -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow_g.svg) 0 0 no-repeat;
                mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow_g.svg) 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%;
        background-color: #2d3939;
    }    
}
.c-block-2__list-link-txt {
    display: block;
    font-size: 13px;
    letter-spacing: -0.07em;
}
.c-block-2__list-link-txt_g {
    display: block;
    font-size: 13px;
    letter-spacing: -0.07em;
}
@media screen and (max-width: 1024px) {
    .c-block-2__list-link-txt {
        position: relative;
        color: #433b3b;
        line-height: 1.5;
        font-size: 11px;
    }
    .c-block-2__list-link-txt_g {
        position: relative;
        color: #2d3939;
        line-height: 1.5;
        font-size: 11px;
    }    
}
@media screen and (min-width: 1025px) {
    .c-block-2__acc-trigger {
        display: none;
    }
    .c-block-2__acc-trigger_g {
        display: none;
    }    
}
@media (hover: hover) and (pointer: fine) {
    .c-block-2__acc-trigger {
        transition: opacity 300ms;
    }
    .c-block-2__acc-trigger:hover {
        opacity: 0.6;
    }
    .c-block-2__acc-trigger_g {
        transition: opacity 300ms;
    }
    .c-block-2__acc-trigger_g:hover {
        opacity: 0.6;
    }    
}
@media screen and (max-width: 1024px) {
    .c-block-2__acc-trigger {
        display: inline-block;
        width: 100%;
        font-size: 13px;
        letter-spacing: 0.18em;
        text-align: left;
        padding: 10px;
    }
    .c-block-2__acc-trigger.is-acc-open > .c-block-2__acc-trigger-txt::before {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .c-block-2__acc-trigger_g {
        display: inline-block;
        width: 100%;
        font-size: 13px;
        letter-spacing: 0.18em;
        text-align: left;
        padding: 10px;
    }
    .c-block-2__acc-trigger_g.is-acc-open > .c-block-2__acc-trigger-txt_g::before {
        transform: translate(-50%, -50%) rotate(90deg);
    }    
}
@media screen and (max-width: 1024px) {
    .c-block-2__acc-trigger-txt {
        position: relative;
        padding-left: 20px;
        color: #433b3b;
    }
    .c-block-2__acc-trigger-txt_g {
        position: relative;
        padding-left: 20px;
        color: #433b3b;
    }    
    .c-block-2__acc-trigger-txt::before {
        position: absolute;
        content: "";
        top: 50%;
        left: 8px;
        width: 6px;
        height: 12px;
        transform: translate(-50%, -50%);
        -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1.svg) 0 0 no-repeat;
                mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1.svg) 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%;
        background-color: #433b3b;
    }
    .c-block-2__acc-trigger-txt_g::before {
        position: absolute;
        content: "";
        top: 50%;
        left: 8px;
        width: 6px;
        height: 12px;
        transform: translate(-50%, -50%);
        -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1_g.svg) 0 0 no-repeat;
                mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1_g.svg) 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%;
        background-color: #433b3b;
    }    
}

/* ---------------------------------------------
*   c-card-1
--------------------------------------------- */
.c-card-1__item {
    margin-top: 22px;
}
.c-card-1__item:first-of-type {
    margin-top: 0;
}
@media (hover: hover) and (pointer: fine) {
    .c-card-1__link:hover .c-card-1__head {
        transform: scale(1.1);
    }
}
.c-card-1__head {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition-duration: 0.3s;
    transition-property: transform;
}
.c-card-1__body {
    margin-top: 9px;
}
@media screen and (max-width: 1024px) {
    .c-card-1__body {
        margin-top: 4px;
    }
}
.c-card-1__foot {
    text-align: right;
    font-size: 0;
}
.c-card-1__foot-txt {
    display: inline-block;
    position: relative;
    font-size: 11px;
}
.c-card-1__foot-txt_g {
    display: inline-block;
    position: relative;
    font-size: 11px;
}
.c-card-1__foot-txt::before {
    content: "";
    position: absolute;
    width: 44px;
    height: 6px;
    bottom: -2px;
    right: -8px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #383839;
}
.c-card-1__foot-txt_g::before {
    content: "";
    position: absolute;
    width: 44px;
    height: 6px;
    bottom: -2px;
    right: -8px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow_g.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow_g.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #383839;
}
@media screen and (max-width: 1024px) {
    .c-card-1__foot-txt::before {
        right: -17px;
    }
    .c-card-1__foot-txt_g::before {
        right: -17px;
    }    
}
.c-card-1__txt {
    line-height: 1.9166666667;
    letter-spacing: 0.1em;
    font-feature-settings: "palt" 1;
    font-size: 12px;
}
@media screen and (max-width: 1024px) {
    .c-card-1__txt {
        font-size: 11px;
    }
}

/* ---------------------------------------------
*   c-card-2
--------------------------------------------- */
.c-card-2 {
    display: flex;
    flex-wrap: wrap;
}
.c-card-2__item {
    width: 30%;
    margin-left: 5%;
}
@media screen and (max-width: 1024px) {
    .c-card-2__item {
        width: 100%;
        margin-left: 0;
    }
}
.c-card-2__item:nth-of-type(3n + 1) {
    margin-left: 0;
}
.c-card-2__item:nth-of-type(n + 4) {
    margin-top: 27px;
}
@media screen and (max-width: 1024px) {
    .c-card-2__item:nth-of-type(n + 4) {
        margin-top: 15px;
    }
}
@media screen and (max-width: 1024px) {
    .c-card-2__item:nth-of-type(n + 2) {
        margin-top: 15px;
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-card-2__link:hover .c-card-2__head {
        transform: scale(1.1);
    }
}
.c-card-2__head {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition-duration: 0.3s;
    transition-property: transform;
}
.c-card-2__txt {
    font-size: 14px;
    line-height: 1.6428571429;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 4px;
}
@media screen and (max-width: 1024px) {
    .c-card-2__txt {
        font-size: 11px;
        margin-top: 10px;
    }
}

/* ---------------------------------------------
*   c-cassette-1
--------------------------------------------- */
.c-cassette-1__container {
    display: flex;
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .c-cassette-1__container {
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 1024px) {
    .c-cassette-1__container--sp-column {
        flex-direction: column;
    }
}
.c-cassette-1__bottom {
    text-align: right;
    margin-top: 27px;
}
@media screen and (max-width: 1024px) {
    .c-cassette-1__bottom {
        text-align: left;
        margin-top: 0;
        border-top: 1px solid #fff;
    }
}
.c-cassette-1__bottom-link {
    position: relative;
    display: block;
    font-size: 15px;
    padding-right: 90px;
}
.c-cassette-1__bottom-link_g {
    position: relative;
    display: block;
    font-size: 15px;
    padding-right: 90px;
}
.c-cassette-1__bottom-link::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 81px;
    height: 9px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #383839;
}
.c-cassette-1__bottom-link_g::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 81px;
    height: 9px;
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow_g.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow_g.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #383839;
}
.c-cassette-1__col {
    flex-shrink: 0;
    border-left: 1px solid #b59591;
    margin-left: 3.9447731755%;
    padding-left: 2.9585798817%;
}
.c-cassette-1__col_g {
    flex-shrink: 0;
    border-left: 1px solid #7a8e8e;
    margin-left: 3.9447731755%;
    padding-left: 2.9585798817%;
}
@media screen and (max-width: 1024px) {
    .c-cassette-1__col {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }
    .c-cassette-1__col_g {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }    
}
.c-cassette-1__col:first-of-type {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}
.c-cassette-1__col_g:first-of-type {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}
.c-cassette-1__col--item {
    width: 62.2529644269%;
}
@media screen and (max-width: 1024px) {
    .c-cassette-1__col--item {
        width: 100%;
    }
}
.c-cassette-1__col--item-bnr {
    margin-left: 28px;
}
@media screen and (max-width: 1024px) {
    .c-cassette-1__col--item-bnr {
        margin-left: 0;
        padding: 20px 0;
    }
}
.c-cassette-1__col--tag {
    margin-left: 2.371541502%;
    padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
    .c-cassette-1__col--tag {
        padding: 20px 0;
        margin-left: 0;
    }
}
.c-cassette-1__col--brand {
    width: 86.0946745562%;
    padding-bottom: 32px;
}
@media screen and (max-width: 1024px) {
    .c-cassette-1__col--brand {
        width: 100%;
        padding-bottom: 0;
    }
}
.c-cassette-1__col--4col {
    width: 65.1340996169%;
}
@media screen and (max-width: 1024px) {
    .c-cassette-1__col--4col {
        width: 100%;
    }
}
.c-cassette-1__col-bottom {
    text-align: right;
    margin-top: 80px;
}
@media screen and (max-width: 1024px) {
    .c-cassette-1__col-bottom {
        margin-top: 0;
        text-align: left;
    }
}
.c-cassette-1__col-bottom--item {
    margin-top: 70px;
}
@media screen and (max-width: 1024px) {
    .c-cassette-1__col-bottom--item {
        margin-top: 0;
    }
}
.c-cassette-1__card {
    width: 300px;
}
@media screen and (max-width: 1024px) {
    .c-cassette-1__card {
        width: 73.6%;
        margin: 0 auto;
    }
}

/* ---------------------------------------------
*   c-cassette-2
--------------------------------------------- */
.c-cassette-2__ttl {
    font-size: 12px;
    letter-spacing: 0.1em;
}
.c-cassette-2__inner {
    display: flex;
    justify-content: space-between;
}
.c-cassette-2__item--form {
    width: 55.0098231827%;
}
.c-cassette-2__list {
    max-width: 430px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}
.c-cassette-2__list-item {
    flex-shrink: 0;
    margin-left: 10px;
    margin-top: 12px;
}
.c-cassette-2__form {
    display: flex;
    align-items: center;
    margin-top: 23px;
}
.c-cassette-2__form-btn {
    width: 40px;
    height: 40px;
    background: url(https://www.fragrance-u.jp/s/uhb/asset/img/img_btn_search_close.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    margin-left: 20px;
}
.c-cassette-2__form-btn_g {
    width: 40px;
    height: 40px;
    background: url(https://www.fragrance-u.jp/s/uhb/asset/img/img_btn_search_close_g.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    margin-left: 20px;
}
@media (hover: hover) and (pointer: fine) {
    .c-cassette-2__form-btn {
        transition: opacity 300ms;
    }
    .c-cassette-2__form-btn:hover {
        opacity: 0.6;
    }
    .c-cassette-2__form-btn_g {
        transition: opacity 300ms;
    }
    .c-cassette-2__form-btn_g:hover {
        opacity: 0.6;
    }    
}

/* ---------------------------------------------
*   c-cassette-3
--------------------------------------------- */
.c-cassette-3 {
    position: fixed;
    background-color: #fbf8f8;
    top: 55px;
    right: 0;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
    max-height: calc(100% - 55px);
    overflow-y: auto;
    visibility: hidden;
    transition: transform 0.3s, visibility 0.3s;
    z-index: 100;
}
.c-cassette-3_g {
    position: fixed;
    background-color: #dee3e3;
    top: 55px;
    right: 0;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
    max-height: calc(100% - 55px);
    overflow-y: auto;
    visibility: hidden;
    transition: transform 0.3s, visibility 0.3s;
    z-index: 100;
}
.is-sp-search-menu-opened .c-cassette-3 {
    transform: translateY(0%);
    visibility: visible;
}
.is-sp-search-menu-opened .c-cassette-3_g {
    transform: translateY(0%);
    visibility: visible;
}

.c-cassette-3__container {
    padding: 26px 0;
}
.c-cassette-3__container_g {
    padding: 26px 0;
}
.c-cassette-3__form {
    display: flex;
    align-items: center;
    margin-left: 7.7586206897%;
}
.c-cassette-3__form_g {
    display: flex;
    align-items: center;
    margin-left: 7.7586206897%;
}
.c-cassette-3__input {
    width: 86.2068965517%;
}
.c-cassette-3__input_g {
    width: 86.2068965517%;
}
.c-cassette-3__form-btn {
    width: 25px;
    height: 25px;
    background: url(https://www.fragrance-u.jp/s/uhb/asset/img/img_btn_search_close.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    margin-left: 3.1609195402%;
}
.c-cassette-3__form-btn_g {
    width: 25px;
    height: 25px;
    background: url(https://www.fragrance-u.jp/s/uhb/asset/img/img_btn_search_close_g.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    margin-left: 3.1609195402%;
}
@media (hover: hover) and (pointer: fine) {
    .c-cassette-3__form-btn {
        transition: opacity 300ms;
    }
    .c-cassette-3__form-btn:hover {
        opacity: 0.6;
    }
    .c-cassette-3__form-btn_g {
        transition: opacity 300ms;
    }
    .c-cassette-3__form-btn_g:hover {
        opacity: 0.6;
    }    
}
.c-cassette-3__txt {
    font-size: 11px;
    letter-spacing: 0.1em;
}
.c-cassette-3__bottom {
    padding: 17px 10.9333333333%;
}
.c-cassette-3__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -9px;
}
.c-cassette-3__list-item {
    margin-left: 9px;
    margin-top: 5px;
}
.c-cassette-3__txt_g {
    font-size: 11px;
    letter-spacing: 0.1em;
}
.c-cassette-3__bottom_g {
    padding: 17px 10.9333333333%;
}
.c-cassette-3__list_g {
    display: flex;
    flex-wrap: wrap;
    margin-left: -9px;
}
.c-cassette-3__list-item_g {
    margin-left: 9px;
    margin-top: 5px;
}

/*  c-form-search
--------------------------------------------- */
.c-form-search {
    position: relative;
    width: 89.2857142857%;
    height: 70px;
}
.c-form-search_g {
    position: relative;
    width: 89.2857142857%;
    height: 70px;
}
@media screen and (max-width: 1024px) {
    .c-form-search {
        width: 100%;
        height: 35px;
    }
    .c-form-search_g {
        width: 100%;
        height: 35px;
    }    
}
.c-form-search__input {
    width: 100%;
    height: 100%;
    border: 1px solid #b59591;
    background-color: #fff;
    box-sizing: border-box;
    padding-left: 13px;
    padding-right: 40px;
    font-size: 20px;
}
.c-form-search__input_g {
    width: 100%;
    height: 100%;
    border: 1px solid #7a8e8e;
    background-color: #fff;
    box-sizing: border-box;
    padding-left: 13px;
    padding-right: 40px;
    font-size: 20px;
}
@media screen and (max-width: 1024px) {
    .c-form-search__input {
        font-size: 10px;
        padding-left: 22px;
    }
    .c-form-search__input_g {
        font-size: 10px;
        padding-left: 22px;
    }    
}
.c-form-search__input::-moz-placeholder {
    /* プレースホルダー */
    position: relative;
    color: #b3b3b3;
    font-size: 20px;
    letter-spacing: 0.1em;
    top: 0em;
}
.c-form-search__input_g::-moz-placeholder {
    /* プレースホルダー */
    position: relative;
    color: #b3b3b3;
    font-size: 20px;
    letter-spacing: 0.1em;
    top: 0em;
}
.c-form-search__input::placeholder {
    /* プレースホルダー */
    position: relative;
    color: #b3b3b3;
    font-size: 20px;
    letter-spacing: 0.1em;
    top: 0em;
}
.c-form-search__input_g::placeholder {
    /* プレースホルダー */
    position: relative;
    color: #b3b3b3;
    font-size: 20px;
    letter-spacing: 0.1em;
    top: 0em;
}
.mac.chrome .c-form-search__input::-moz-placeholder {
    top: 0.02em;  
}
.mac.chrome .c-form-search__input_g::-moz-placeholder {
    top: 0.02em;  
}
.mac.chrome .c-form-search__input::placeholder {
    top: 0.02em;
}
.mac.chrome .c-form-search__input_g::placeholder {
    top: 0.02em;
}

@media screen and (max-width: 1024px) {
    .c-form-search__input::-moz-placeholder {
        font-size: 10px;
    }
    .c-form-search__input::placeholder {
        font-size: 10px;
    }
    .iphone .c-form-search__input::-moz-placeholder {
        top: 0.04em;
    }
    .iphone .c-form-search__input::placeholder {
        top: 0.04em;
    }

    .android .c-form-search__input::-moz-placeholder {
        top: 0.04em;
    }

    .android .c-form-search__input::placeholder {
        top: 0.04em;
    }
    .c-form-search__input_g::-moz-placeholder {
        font-size: 10px;
    }
    .c-form-search__input_g::placeholder {
        font-size: 10px;
    }
    .iphone .c-form-search__input_g::-moz-placeholder {
        top: 0.04em;
    }
    .iphone .c-form-search__input_g::placeholder {
        top: 0.04em;
    }

    .android .c-form-search__input_g::-moz-placeholder {
        top: 0.04em;
    }

    .android .c-form-search__input_g::placeholder {
        top: 0.04em;
    }    
}
.c-form-search__submit-btn {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 36px;
    height: 36px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    transform: translate(0, -50%);
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_search.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_search.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #b59591;
    transition: opacity 0.3s;
}
.c-form-search__submit-btn_g {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 36px;
    height: 36px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    transform: translate(0, -50%);
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_search_g.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_search_g.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #7a8e8e;
    transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
    .c-form-search__submit-btn {
        width: 17px;
        height: 17px;
    }
    .c-form-search__submit-btn_g {
        width: 17px;
        height: 17px;
    }    
}
.c-form-search__submit-btn:hover {
    opacity: 0.8;
}
.c-form-search__submit-btn_g:hover {
    opacity: 0.8;
}

/* ---------------------------------------------
*   c-link-arrow
--------------------------------------------- */
.c-link-arrow {
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding-right: 90px;
    letter-spacing: 0.1em;
    font-feature-settings: "palt" 1;
}
.c-link-arrow_g {
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding-right: 90px;
    letter-spacing: 0.1em;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1024px) {
    .c-link-arrow {
        width: 100%;
        font-size: 13px;
        letter-spacing: 0.12em;
        background-color: #f3e7e8;
        padding: 10px;
    }
    .c-link-arrow_g {
        width: 100%;
        font-size: 13px;
        letter-spacing: 0.12em;
        background-color: #dee3e3;
        padding: 10px;
    }    
}
@media (hover: hover) and (pointer: fine) {
    .c-link-arrow {
        transition: opacity 300ms;
    }
    .c-link-arrow_g {
        transition: opacity 300ms;
    }    
    .c-link-arrow:hover {
        opacity: 0.6;
    }
    .c-link-arrow_g:hover {
        opacity: 0.6;
    }    
}
.c-link-arrow__txt {
    position: relative;
    display: block;
}
.c-link-arrow__txt_g {
    position: relative;
    display: block;
}
@media screen and (max-width: 1024px) {
    .c-link-arrow__txt {
        padding-right: 42px;
        padding-left: 20px;
        color: #433b3b;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .c-link-arrow__txt_g {
        padding-right: 42px;
        padding-left: 20px;
        color: #2d3939;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }    
}
@media screen and (max-width: 1024px) {
    .c-link-arrow__txt::before {
        display: inline-block;
        position: absolute;
        content: "";
        top: 63%;
        right: 0;
        width: 40px;
        height: 5px;
        transform: translate(0, -50%);
        -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow.svg) 0 0 no-repeat;
                mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow.svg) 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%;
        background-color: #383839;
    }
    .c-link-arrow__txt_g::before {
        display: inline-block;
        position: absolute;
        content: "";
        top: 63%;
        right: 0;
        width: 40px;
        height: 5px;
        transform: translate(0, -50%);
        -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow_g.svg) 0 0 no-repeat;
                mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow_g.svg) 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%;
        background-color: #383839;
    }    
}
@media screen and (max-width: 1024px) {
    .c-link-arrow__txt::after {
        position: absolute;
        content: "";
        top: 50%;
        left: 8px;
        width: 6px;
        height: 12px;
        transform: translate(-50%, -50%);
        -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1.svg) 0 0 no-repeat;
                mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1.svg) 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%;
        background-color: #433b3b;
    }
    .c-link-arrow__txt_g::after {
        position: absolute;
        content: "";
        top: 50%;
        left: 8px;
        width: 6px;
        height: 12px;
        transform: translate(-50%, -50%);
        -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1_g.svg) 0 0 no-repeat;
                mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_1_g.svg) 0 0 no-repeat;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%;
        background-color: #2d3939;
    }    
}
.c-link-arrow::before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 81px;
    height: 9px;
    transform: translate(0, -50%);
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #383839;
}
.c-link-arrow_g::before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 81px;
    height: 9px;
    transform: translate(0, -50%);
    -webkit-mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow_g.svg) 0 0 no-repeat;
            mask: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_list_arrow_g.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #383839;
}
@media screen and (max-width: 1024px) {
    .c-link-arrow::before {
        display: none;
    }
    .c-link-arrow_g::before {
        display: none;
    }    
}

/* ---------------------------------------------
*   c-link-floating
--------------------------------------------- */
.c-link-floating {
    position: sticky;
    bottom: 0;
    right: 0;
    z-index: 9;
}
@media screen and (max-width: 1024px) {
    .c-link-floating {
        display: none;
    }
}
.c-link-floating__link {
    position: absolute;
    bottom: 150px;
    right: 0;
    display: block;
    width: 52px;
    height: 76px;
    background: url(https://www.fragrance-u.jp/s/uhb/asset/img/img_bnr_line.svg) 0 0 no-repeat;
    background-size: auto 100%;
    transition: width ease-in-out 0.5s;
}
.c-link-floating__link:hover {
    width: 230px;
}

/* ---------------------------------------------
*   c-link-label
--------------------------------------------- */
.c-link-label {
    position: relative;
    display: inline-block;
    font-size: 12px;
    background-color: #E7CFD1;
    border-radius: 3px;
    padding: 9px 10px 6px 16px;
}
.c-link-label_g {
    position: relative;
    display: inline-block;
    font-size: 12px;
    background-color: #B4C0C0;
    border-radius: 3px;
    padding: 9px 10px 6px 16px;
}
@media (hover: hover) and (pointer: fine) {
    .c-link-label {
        transition: opacity 300ms;
    }
    .c-link-label:hover {
        opacity: 0.6;
    }
    .c-link-label_g {
        transition: opacity 300ms;
    }
    .c-link-label_g:hover {
        opacity: 0.6;
    }    
}
@media screen and (max-width: 1024px) {
    .c-link-label {
        font-size: 10px;
        padding: 5px 10px 5px 12px;
    }
    .c-link-label_g {
        font-size: 10px;
        padding: 5px 10px 5px 12px;
    }    
}
.firefox .c-link-label {
    padding-top: 6px;
}
.firefox .c-link-label_g {
    padding-top: 6px;
}
@media screen and (max-width: 1024px) {
    .firefox .c-link-label {
        padding-top: 5px;
    }
    .firefox .c-link-label_g {
        padding-top: 5px;
    }    
}

.chrome .c-link-label {
    padding-top: 8px;
}
.chrome .c-link-label_g {
    padding-top: 8px;
}
@media screen and (max-width: 1024px) {
    .chrome .c-link-label {
        padding-top: 5px;
    }
    .chrome .c-link-label_g {
        padding-top: 5px;
    }    
}

.c-link-label::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fbf8f8;
    border-radius: 50%;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
}
.c-link-label_g::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fbf8f8;
    border-radius: 50%;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
}
@media screen and (max-width: 1024px) {
    .c-link-label::before {
        width: 3px;
        height: 3px;
        left: 3px;
    }
    .c-link-label_g::before {
        width: 3px;
        height: 3px;
        left: 3px;
    }    
}
.c-link-label__txt {
    display: block;
    white-space: nowrap;
}

/* ---------------------------------------------
*   c-link-info
--------------------------------------------- */
.c-link-info {
    position: relative;
    width: 100%;
    height: 52px;
    background-color: #d3bfbd;
    z-index: 1;
}
.c-link-info_g {
    position: relative;
    width: 100%;
    height: 52px;
    background-color: #7a8e8e;
    z-index: 1;
}
@media screen and (max-width: 1024px) {
    .c-link-info {
        display: block;
        position: fixed;
        top: 55px;
        left: 0;
        right: 0;
        height: 26px;
    }
    .c-link-info_g {
        display: block;
        position: fixed;
        top: 55px;
        left: 0;
        right: 0;
        height: 26px;
    }    
}
.c-link-info__container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 450px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}
.c-link-info__container_g {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 450px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
    .c-link-info__container {
        max-width: 93.3333333333%;
    }
    .c-link-info__container_g {
        max-width: 93.3333333333%;
    }    
}
.c-link-info__link {
    position: relative;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: -0.02em;
    padding-left: 18px;
    padding-right: 10px;
    border-bottom: 1px solid #fff;
}
.c-link-info__link_g {
    position: relative;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: -0.02em;
    padding-left: 18px;
    padding-right: 10px;
    border-bottom: 1px solid #fff;
}
.c-link-info__container_g a:visited {
    color: #fff!important;
}
.c-link-info__container_g a:hover {
    text-decoration: none!important;
    color: #fff!important;
} 
@media (hover: hover) and (pointer: fine) {
    .c-link-info__link {
        transition: opacity 300ms;
    }
    .c-link-info__link:hover {
        opacity: 0.6;
    }
    .c-link-info__link_g {
        transition: opacity 300ms;
    }
    .c-link-info__link_g:hover {
        opacity: 0.6;
    }    
}
@media screen and (max-width: 1024px) {
    .c-link-info__link {
        font-size: 11px;
    }
    .c-link-info__link_g {
        font-size: 11px;
    }    
}
.c-link-info__link::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 8px;
    height: 9px;
    background: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_link.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    top: 48%;
    left: 4px;
    transform: translate(0, -50%);
}
.c-link-info__link_g::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 8px;
    height: 9px;
    background: url(https://www.fragrance-u.jp/s/uhb/asset/img/icon_arrow_link.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    top: 48%;
    left: 4px;
    transform: translate(0, -50%);
}

/* ---------------------------------------------
*   c-list
--------------------------------------------- */
.c-list {
    margin-bottom: 1em;
}
.c-list__item {
    padding-left: 1em;
    text-indent: -1em;
}
.c-list__item::before {
    content: "・";
}
.c-list__item + .c-list__item {
    margin-top: 0.5em;
}

/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: #fff !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-pagetop-threshold
--------------------------------------------- */
.js-pagetop-threshold {
    position: absolute;
    top: 0;
    height: 300px;
}

/*  js-acc-target
--------------------------------------------- */
@media screen and (max-width: 1024px) {
    .js-acc-target {
        display: none;
    }
}

@media print and (min-width: 1025px), screen and (min-width: 1025px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 1024px), screen and (max-width: 1024px) {
    .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: 1024px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }

    .mgt-sp--5 {
        margin-top: 0.6666666667vw !important;
    }

    .mgt-sp--10 {
        margin-top: 1.3333333333vw !important;
    }

    .mgt-sp--15 {
        margin-top: 2vw !important;
    }

    .mgt-sp--20 {
        margin-top: 2.6666666667vw !important;
    }

    .mgt-sp--25 {
        margin-top: 3.3333333333vw !important;
    }

    .mgt-sp--30 {
        margin-top: 4vw !important;
    }

    .mgt-sp--35 {
        margin-top: 4.6666666667vw !important;
    }

    .mgt-sp--40 {
        margin-top: 5.3333333333vw !important;
    }

    .mgt-sp--45 {
        margin-top: 6vw !important;
    }

    .mgt-sp--50 {
        margin-top: 6.6666666667vw !important;
    }

    .mgt-sp--55 {
        margin-top: 7.3333333333vw !important;
    }

    .mgt-sp--60 {
        margin-top: 8vw !important;
    }

    .mgt-sp--65 {
        margin-top: 8.6666666667vw !important;
    }

    .mgt-sp--70 {
        margin-top: 9.3333333333vw !important;
    }

    .mgt-sp--75 {
        margin-top: 10vw !important;
    }

    .mgt-sp--80 {
        margin-top: 10.6666666667vw !important;
    }

    .mgt-sp--85 {
        margin-top: 11.3333333333vw !important;
    }

    .mgt-sp--90 {
        margin-top: 12vw !important;
    }

    .mgt-sp--95 {
        margin-top: 12.6666666667vw !important;
    }

    .mgt-sp--100 {
        margin-top: 13.3333333333vw !important;
    }

    .mgt-sp--105 {
        margin-top: 14vw !important;
    }

    .mgt-sp--110 {
        margin-top: 14.6666666667vw !important;
    }

    .mgt-sp--115 {
        margin-top: 15.3333333333vw !important;
    }

    .mgt-sp--120 {
        margin-top: 16vw !important;
    }

    .mgt-sp--125 {
        margin-top: 16.6666666667vw !important;
    }

    .mgt-sp--130 {
        margin-top: 17.3333333333vw !important;
    }

    .mgt-sp--135 {
        margin-top: 18vw !important;
    }

    .mgt-sp--140 {
        margin-top: 18.6666666667vw !important;
    }

    .mgt-sp--145 {
        margin-top: 19.3333333333vw !important;
    }

    .mgt-sp--150 {
        margin-top: 20vw !important;
    }

    .mgt-sp--155 {
        margin-top: 20.6666666667vw !important;
    }

    .mgt-sp--160 {
        margin-top: 21.3333333333vw !important;
    }

    .mgt-sp--165 {
        margin-top: 22vw !important;
    }

    .mgt-sp--170 {
        margin-top: 22.6666666667vw !important;
    }

    .mgt-sp--175 {
        margin-top: 23.3333333333vw !important;
    }

    .mgt-sp--180 {
        margin-top: 24vw !important;
    }

    .mgt-sp--185 {
        margin-top: 24.6666666667vw !important;
    }

    .mgt-sp--190 {
        margin-top: 25.3333333333vw !important;
    }

    .mgt-sp--195 {
        margin-top: 26vw !important;
    }

    .mgt-sp--200 {
        margin-top: 26.6666666667vw !important;
    }

    .mgt-sp--205 {
        margin-top: 27.3333333333vw !important;
    }

    .mgt-sp--210 {
        margin-top: 28vw !important;
    }

    .mgt-sp--215 {
        margin-top: 28.6666666667vw !important;
    }

    .mgt-sp--220 {
        margin-top: 29.3333333333vw !important;
    }

    .mgt-sp--225 {
        margin-top: 30vw !important;
    }

    .mgt-sp--230 {
        margin-top: 30.6666666667vw !important;
    }

    .mgt-sp--235 {
        margin-top: 31.3333333333vw !important;
    }

    .mgt-sp--240 {
        margin-top: 32vw !important;
    }

    .mgt-sp--245 {
        margin-top: 32.6666666667vw !important;
    }

    .mgt-sp--250 {
        margin-top: 33.3333333333vw !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: 1024px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }

    .mgb-sp--5 {
        margin-bottom: 0.6666666667vw !important;
    }

    .mgb-sp--10 {
        margin-bottom: 1.3333333333vw !important;
    }

    .mgb-sp--15 {
        margin-bottom: 2vw !important;
    }

    .mgb-sp--20 {
        margin-bottom: 2.6666666667vw !important;
    }

    .mgb-sp--25 {
        margin-bottom: 3.3333333333vw !important;
    }

    .mgb-sp--30 {
        margin-bottom: 4vw !important;
    }

    .mgb-sp--35 {
        margin-bottom: 4.6666666667vw !important;
    }

    .mgb-sp--40 {
        margin-bottom: 5.3333333333vw !important;
    }

    .mgb-sp--45 {
        margin-bottom: 6vw !important;
    }

    .mgb-sp--50 {
        margin-bottom: 6.6666666667vw !important;
    }

    .mgb-sp--55 {
        margin-bottom: 7.3333333333vw !important;
    }

    .mgb-sp--60 {
        margin-bottom: 8vw !important;
    }

    .mgb-sp--65 {
        margin-bottom: 8.6666666667vw !important;
    }

    .mgb-sp--70 {
        margin-bottom: 9.3333333333vw !important;
    }

    .mgb-sp--75 {
        margin-bottom: 10vw !important;
    }

    .mgb-sp--80 {
        margin-bottom: 10.6666666667vw !important;
    }

    .mgb-sp--85 {
        margin-bottom: 11.3333333333vw !important;
    }

    .mgb-sp--90 {
        margin-bottom: 12vw !important;
    }

    .mgb-sp--95 {
        margin-bottom: 12.6666666667vw !important;
    }

    .mgb-sp--100 {
        margin-bottom: 13.3333333333vw !important;
    }

    .mgb-sp--105 {
        margin-bottom: 14vw !important;
    }

    .mgb-sp--110 {
        margin-bottom: 14.6666666667vw !important;
    }

    .mgb-sp--115 {
        margin-bottom: 15.3333333333vw !important;
    }

    .mgb-sp--120 {
        margin-bottom: 16vw !important;
    }

    .mgb-sp--125 {
        margin-bottom: 16.6666666667vw !important;
    }

    .mgb-sp--130 {
        margin-bottom: 17.3333333333vw !important;
    }

    .mgb-sp--135 {
        margin-bottom: 18vw !important;
    }

    .mgb-sp--140 {
        margin-bottom: 18.6666666667vw !important;
    }

    .mgb-sp--145 {
        margin-bottom: 19.3333333333vw !important;
    }

    .mgb-sp--150 {
        margin-bottom: 20vw !important;
    }

    .mgb-sp--155 {
        margin-bottom: 20.6666666667vw !important;
    }

    .mgb-sp--160 {
        margin-bottom: 21.3333333333vw !important;
    }

    .mgb-sp--165 {
        margin-bottom: 22vw !important;
    }

    .mgb-sp--170 {
        margin-bottom: 22.6666666667vw !important;
    }

    .mgb-sp--175 {
        margin-bottom: 23.3333333333vw !important;
    }

    .mgb-sp--180 {
        margin-bottom: 24vw !important;
    }

    .mgb-sp--185 {
        margin-bottom: 24.6666666667vw !important;
    }

    .mgb-sp--190 {
        margin-bottom: 25.3333333333vw !important;
    }

    .mgb-sp--195 {
        margin-bottom: 26vw !important;
    }

    .mgb-sp--200 {
        margin-bottom: 26.6666666667vw !important;
    }

    .mgb-sp--205 {
        margin-bottom: 27.3333333333vw !important;
    }

    .mgb-sp--210 {
        margin-bottom: 28vw !important;
    }

    .mgb-sp--215 {
        margin-bottom: 28.6666666667vw !important;
    }

    .mgb-sp--220 {
        margin-bottom: 29.3333333333vw !important;
    }

    .mgb-sp--225 {
        margin-bottom: 30vw !important;
    }

    .mgb-sp--230 {
        margin-bottom: 30.6666666667vw !important;
    }

    .mgb-sp--235 {
        margin-bottom: 31.3333333333vw !important;
    }

    .mgb-sp--240 {
        margin-bottom: 32vw !important;
    }

    .mgb-sp--245 {
        margin-bottom: 32.6666666667vw !important;
    }

    .mgb-sp--250 {
        margin-bottom: 33.3333333333vw !important;
    }
}