.sp_only {
    display: none;
}
@media screen and (max-width: 767px) {
    .pc_only {
        display: none;
    }
    .sp_only {
        display: inherit;
    }
}


.grecaptcha-badge { visibility: hidden; }


.p-tp-mv .swiper-slide[class*=-active] img {
    /* ----- fvのズームを止める ----- */
    transform: scale(1.00) !important;
}
.p-tp-mv .swiper-slide .swiper-slide-videowrap {
    display: flex;
    align-items: center;
    justify-content: center; 
}
.p-tp-mv .swiper-slide .swiper-slide-videowrap video {
    height: 100%;
}
@media screen and (max-width: 767px) {
    .p-tp-mv .swiper-slide .swiper-slide-videowrap video {
        object-fit: cover;
        height: 50svh;
    }
}


@media screen and (max-width: 767px) {
    .home #brand_other .p-brand-list__img {
        display: none;
    }
}


#menu_catalog .l-gnavi-modal__inner {
    height: auto !important;
}


.top--about--wrap {
    margin: min(13vmin, 100px) 0;
}
.top--about--flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em 0;
}
.top--about--flex--txt {
    width: 48%;
    text-align: justify;
}
.top--about--flex--txt h3 {
    font-size: 1.3em;
    margin-bottom: 1em;
}
.top--about--flex--txt p {
    margin-bottom: 1em;
}
.top--about--flex--txt p:last-child {
    margin-bottom: 0;
}
.top--about--flex--pic {
    width: 48%;
}
.top--about--flex--txt--links {
    display: flex;
    gap: .5em;
}
.top--about--flex--txt--links a {
    display: block;
    border-radius: 10px;
    border: 1px solid #485B7B;
    background-color: #000;
    text-align: center;
    padding: 1em;
    width: 100%;
    text-decoration: none;
    color: #fff;
}
.top--about--flex--txt--links a:hover {
    border: 1px solid #CBBD7A;
}
@media screen and (max-width: 767px) {
    .top--about--wrap .c-heading-lv2--primary {
        line-height: 1.6;
    }
    .top--about--flex {
        flex-direction: column-reverse;
    }
    .top--about--flex--txt {
        width: 100%;
    }
    .top--about--flex--pic {
        width: 100%;
    }
}


.top--bnr--wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top--bnr--wrap .top--bnr {
    width: 48%;
    display: block;
}
@media screen and (max-width: 767px) {
    /*.top--bnr--wrap .top--bnr {
        width: 100%;
    }*/
}


.top--newitem {
    margin-top: min(9.3333333333vmin, 60px);
    border: 1px solid #CBBD7A;
    padding: min(4vmin, 30px);
    overflow: hidden;
}
.top--newitem--flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.top--newitem--txt {
    width: 56%;
    z-index: 1;
}
.top--newitem--txt .c-heading-lv2--primary {
    margin: 1em 0 2em;
}
.top--newitem--txt .c-heading-lv2--primary::before {
    margin-bottom: 0;
}
.top--newitem--txt h3,
.top--newitem--txt h4 {
    text-align: center;
    margin-bottom: 1em;
}
.top--newitem--txt h3 {
    margin-top: 1em;
    font-size: 1.6em;
}
.top--newitem--title {
    width: 40%;
    position: relative;
}
@media screen and (max-width: 767px) {
    .top--newitem--flex {
        flex-direction: column;
    }
    .top--newitem--txt,
    .top--newitem--title {
        width: 100%;
    }
    .top--newitem--title {
        margin-top: 3em;
    }
}


.top--catalog--wrap {
    margin-top: min(24vmin, 180px);
}
.top--catalog--flex {
    display: flex;
    justify-content: space-between;
}
.top--catalog--flex h3 {
    font-size: 1.3em;
    margin-bottom: .5em;
    border-bottom: 1px solid #485B7B;
}
.top--catalog--flex--category,
.top--catalog--flex--purpose {
    width: 48%;
}
.top--catalog--flex--category--links,
.top--catalog--flex--purpose--links {
    display: flex;
    flex-wrap: wrap;
    gap: .5em;
}
.top--catalog--flex--category--links a,
.top--catalog--flex--purpose--links a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #485B7B;
    background-color: #000;
    text-align: center;
    padding: 1em;
    width: calc(100% / 3 - .5em);
    text-decoration: none;
    color: #fff;
    min-height: 6em;
    font-size: 14px;
}
.top--catalog--flex--category--links a:hover,
.top--catalog--flex--purpose--links a:hover {
    border: 1px solid #CBBD7A;
}
@media screen and (max-width: 767px) {
    .top--catalog--flex {
        flex-direction: column;
        gap: 2em;
    }
    .top--catalog--flex h3 {
        text-align: center;
    }
    .top--catalog--flex--category,
    .top--catalog--flex--purpose {
        width: 100%;
    }
    .top--catalog--flex--category--links a,
    .top--catalog--flex--purpose--links a {
        width: calc(100% / 2 - .5em);
    }
}


.top--ranking--wrap {
    margin-top: min(24vmin, 180px);
}
.top--ranking--flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.top--ranking--flex .p-ranking__item {
    position: relative;
    width: calc(100% / 3 - 7px);
    border: 1px solid #485B7B;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 8px;
    box-sizing: border-box;
}
.top--ranking--flex .p-ranking__item:last-child {
    border: none;
    justify-content: center;
}
.top--ranking--flex .p-ranking__item .p-ranking__thumb {
    margin: 40px 0 0;
    width: 80% !important;
    text-align: center;
}
.top--ranking--flex .p-ranking__item .p-ranking__thumb img {
}
.top--ranking--flex .p-ranking__item:not(._rank1):not(._rank2):not(._rank3) .p-ranking__rank {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    padding-top: 5%;
    font-size: 100%;
}
@media screen and (max-width: 767px) {
    .top--ranking--flex .p-ranking__item {
        width: 100%;
        flex-direction: row;
        align-items: center;
    }
    .top--ranking--flex .p-ranking__item:last-child {
        justify-content: end;
    }
    .top--ranking--flex .p-ranking__item .p-ranking__thumb {
        margin: 20px 0;
        width: 50% !important;
        height: auto;
    }
    .top--ranking--flex .p-ranking__item .p-ranking__thumb img {
        height: auto;
    }
    .top--ranking--flex .p-ranking__item .p-ranking__body {
        width: 50% !important;
    }
    .top--ranking--flex .p-ranking__item .p-ranking__body .name {
        font-size: 16px;
    }
    .top--ranking--flex .p-ranking__item:not(._rank1):not(._rank2):not(._rank3) .p-ranking__rank {
        width: 20%;
        padding-top: 9px;
    }
}


.top--links--wrap {
    margin-top: min(24vmin, 180px);
    padding-bottom: min(17.0666666667vmin, 96px);
}
.p-tp-section--column {
    padding-bottom: 0 !important;
}
.top--links--flex {
    display: flex;
    gap: 16px;
    max-width: 640px;
    margin: auto;
}
.top--links--flex a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    background-color: #231a15;
}


.youtube {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
.youtube iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-width: 1920px;
    min-height: 100%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
    .youtube {
        height: 100%;
    }
}


.fixed-link {
    position: fixed;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 160px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.fixed-link.fixed-link-recruit {
    left: 10px;
    bottom: auto;
    top: 126px;
}
.fixed-link.active {
    opacity: 1;
    visibility: visible;
}
.fixed-link.absolute {
    opacity: 0;
    visibility: hidden;
}
@media screen and (max-width: 767px) {
    .fixed-link {
        width: 30%;
    }
    .fixed-link.fixed-link-recruit {
        width: 24%;
        top: 8%;
    }
}
@media screen and (max-width: 480px) {
    .fixed-link.fixed-link-recruit {
        top: 16vw;
    }
}


.fixed-link-line {
    width: auto;
    bottom: 20px;
}
.fixed-link-line a {
    display: flex;
    align-items: center;
    gap: 0 0.5em;
    background-color: #06c655;
    padding: 0.5em 1em 0.5em 0.5em;
    border-radius: 0 100px 100px 0;
    text-decoration: none;
}
.fixed-link-line img {
    width: 40px;
    filter: none;
}
.fixed-link-line p {
    margin: 0;
    color: #fff;
    line-height: 1.4;
}


.close-btn {
    text-align: center;
    position: absolute;
    top: 0;
    right: -20px;
    width: 24px;
    height: 24px;
    background-color: #CBBD7A;
    border-radius: 50%;
    transform: translate(-10px, -10px);
    z-index: 4;
    cursor: pointer;
}
.fixed-link .close-btn span {
    position: relative;
}
.fixed-link .close-btn span:first-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 10px;
    height: 2px;
    background-color: #ffffff;
}
.fixed-link .close-btn span:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 10px;
    height: 2px;
    background-color: #ffffff;
}
.fixed-link.hidden {
    opacity: 0;
    visibility: hidden;
}


/* ----- 製品ページ ----- */
.single.products .l-wrapper {
    background: #000;
}
@media screen and (max-width: 767px) {
    .p-pdidx-hotitem .is-layout-flow .has-text-align-center {
        text-align: left;
    }
    .p-pdidx-hotitem .is-layout-flow p.has-text-align-center br {
        display: none;
    }
    .products .p-salon-product {
        padding: 1em 1em 0 !important;
    }
    .products h2.wp-block-heading.has-text-align-center {
        text-align: left !important;
        font-size: 20px;
    }
    .c-ul-check02 {
        gap: 1em 4% !important;
    }
    .c-ul-check02 li {
        min-width: 48% !important;
        width: 48%;
        padding: 1em !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}