@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
html {
    font-size: 62.5%;
}
body {
    font-size: 1.4rem;
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    line-height: 1;
    font-weight: 400;
    color: #252525;
    background-color: #f8f8f5;
}
img {
    max-width: 100%;
}
a {
    word-break: break-all;
    transition: .1s;
}
.sp {
    display: none;
}
.en1 {
    font-family: "adobe-garamond-pro", Noto Sans JP, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
}
.en2 {
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: italic;
}
.inner {
    width: 100%;
    padding: 0 100px;
}

body::-webkit-scrollbar{
    display: none;
}
.main-page-title {
    opacity: 0;
}
.p-header-slider-wrapper,
.p-news-ticker,
.p-banner-slider,
.p-page-header {
    display: none;
}
@media screen and (max-width:1000px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .inner {
        width: 100%;
        padding: 0 5%;
    }
}
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    height: 100lvh;
    background-color: #901e52;
    z-index: 1000;
    padding-top: 20px;
    border-right: solid 1px #252525;
}
.main-header .header_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.site-logo {
    width: 220px;
}
.global_menu {
    border-top: solid 1px #fff;
    width: 100%;
    margin-top: 20px;
}
.global_menu .menu_item {
    display: block;
    padding: 20px 25px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    border-bottom: solid 1px #fff;
    transition: all .2s;
}
.global_menu .menu_item:hover {
    background-color: #fff;
    color: #901e52;
}
.sns-links {
    background-color: #fff;
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}
.sns-links .sns-link {
    width: 24px;
}
.sns-links .sns-link.fb {
    width: 27px;
}

#sub-header {
    width: fit-content;
    position: absolute;
    top: 50px;
    right: 50px;
}
.sub-header_inner {
    display: flex;
    align-items: center;
    gap: 20px;
}
.sub-link {
    width: 19px;
}
.sub-link.mypage-link {
    width: 17px;
}

.sp-header {
    display: none;
}

@media screen and (max-width:1000px) {
    .main-header {
        display: none;
    }
    #sub-header {
        display: none;
    }
    .sp-header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        padding: 0 0 0 10px;
        background-color: #901e52;
        z-index: 9999;
    }
    .sp-header .sp-header-inner {
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .sp-header .sp-site-logo {
        display: block;
        width: 150px;
    }
    .sp-header .hum {
        position: relative;
        width: 60px;
        height: 60px;
        cursor: pointer;
        transition: all .3s;
        z-index: 101;
    }
    .sp-header .hum i {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 16px;
    height: 2px;
    background-color: #fff;
    }
    .sp-header .hum i:nth-of-type(1) {
        top:25px;
        width: 50%;
    }
    .sp-header .hum i:nth-of-type(2) {
        top:32px;
        width:30%;
    }
    .sp-header .hum.active i:nth-of-type(1) {
        top: 20px;
        left: 16px;
        transform: translate(3px,9px) rotate(-45deg);
        width: 35%;
    }
    .sp-header .hum.active i:nth-of-type(2) {
        top: 32px;
        left: 16px;
        transform: translate(3px,-3px) rotate(45deg);
        width: 35%;
    }
    .sp-header-container {
        opacity: 0;
        pointer-events: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 130%;
        background: #901e52;
        z-index: 100;
        padding: 60px 0;
        pointer-events: none;
        opacity: 0;
        transition: opacity .1s linear;
        z-index: -1;
    }
    .sp-header-container.active {
        opacity: 1;
        pointer-events: all;
    }
    .sub-header_inner {
        justify-content: center;
        gap: 30px;
        margin: 25px 0;
    }
    .sub-link.mypage-link {
        width: 24px;
    }
    .sub-link {
        width: 28px;
    }
    .global_menu-sp {
        display: flex;
        flex-direction: column;
        border-top: solid 1px #fff;
    }
    .global_menu-sp .menu_item {
        font-size: 1.5rem;
        color: #fff;
        padding: 24px 5%;
        border-bottom: solid 1px #fff;
    }
    .sns-links {
        gap: 30px;
        margin-top: 40px;
    }
    .sns-links .sns-link {
        width: 30px;
    }
    .sns-links .sns-link.fb {
        width: 33px;
    }
}

#MainContent {
    width: calc(100% - 240px);
    margin-left: 240px;
}

@media screen and (max-width:1000px) {
    #MainContent {
        width: 100%;
        margin: 0;
    }
}

.ft-links {
    background-color: #fff;
}
.ft-links-inner {
    display: flex;
    border-top: solid 1px #2c2c2c;
    border-bottom: solid 1px #2c2c2c;
}
.ft-links-inner .ft-link {
    width: 50%;
    border-right: solid 1px #2c2c2c;
    padding: 60px 30px;
    color: #252525;
    transition: all .2s;
    position: relative;
}
.ft-links-inner .ft-link:hover {
    background-color: #f0eee9;
}
.ft-links-inner .ft-link .ft-link-title {
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: .02em;
    margin-bottom: 10px;
}
.ft-links-inner .ft-link .ft-link-title::first-letter {
    color: #901e52;
}
.ft-links-inner .ft-link .ft-link-subtitle {
    font-size: 1.4rem;
    color: #901e52;
}
.ft-links-inner .ft-link .ft-link-description {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 40px;
}
.ft-links-inner .ft-link .more-arrow {
    display: block;
    width: 20px;
    position: absolute;
    top: 65px;
    right: 30px;
}

.main-footer {
    background-color: #fff;
    padding: 100px 0 20px;
}
.footer_inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.footer-logo {
    display: block;
    width: 340px;
}
.footer_menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 13px;
}
.footer_menu .menu_item {
    font-size: 1.4rem;
    font-weight: 400;
    color: #252525;
    transition: all .2s;
}
.footer_menu .menu_item:hover {
    color: #901e52;
}
.copyright {
    text-align: right;
    font-size: 1.2rem;
}

@media screen and (max-width:1000px) {
    .ft-links-inner {
        flex-direction: column;
        border-bottom: none;
    }
    .ft-links-inner .ft-link {
        width: 100%;
        border-right: none;
        border-bottom: solid 1px #2c2c2c;
        padding: 25px 5%;
    }
    .ft-links-inner .ft-link .ft-link-title {
        font-size: 2.2rem;
    }
    .ft-links-inner .ft-link .ft-link-subtitle {
        font-size: 1.2rem;
    }
    .ft-links-inner .ft-link .ft-link-description {
        font-size: 1.4rem;
        line-height: 1.8;
        margin-top: 20px;
        text-align: justify;
    }
    .ft-links-inner .ft-link .more-arrow {
        top: 30px;
        right: 5%;
    }

    .main-footer {
        padding: 60px 0 15px;
    }
    .footer_inner {
        flex-direction: column;
        margin-bottom: 50px;
    }
    .footer-logo {
        display: block;
        width: 300px;
        margin: 0 auto;
    }
    .footer_menu {
        margin-top: 40px;
        align-items: center;
    }
    .footer_menu .menu_item {
        font-size: 1.5rem;
        font-weight: 500;
    }
    .copyright {
        text-align: center;
        line-height: 1.4;
    }

}

/* TCD STYLING */
.l-header__search-form input {
    background-color: #fff;
}
.p-header-member__item-badge:not(:empty) {
    background-color: #901e52;
    font-size: 1rem;
    width: 14px;
    height: 14px;
}

/* WISH LIST */
.p-wishlist {
    margin-top: 120px;
    padding-bottom: 120px;
}
.p-wishlist-loop {
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width:1000px) {
    .p-wishlist {
        margin-top: 60px;
        padding-bottom: 40px;
    }
    .p-wishlist-loop {
        padding: 0 5%;
    }
}