/* slider */
#top-slide {
    background: linear-gradient(180deg, transparent 0%, transparent 40%, #918E85 40%, #918E85 100%);
}
.slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slider .slick-img {
    margin: 0 1rem;
}
.slider .slick-img.slick-center {
    padding-bottom: 5rem;
    border-bottom: 1px solid rgba(240,237,230,.1);
}
.slider .slick-img img {
    width: 100%;
    height: 45.2rem;
    object-fit: cover;
    margin-top: 15rem;
    border-radius: 2rem;
}
.slider .slick-img.slick-center img {
    width: 100%;
    height: 70rem;
    object-fit: cover;
    margin-top: 0;
}
.slider .slick-track {
    display: flex;
    align-items: flex-start;
}
.slider .slick-dots {
    width: max-content;
    bottom: initial;
    top: 66rem;
    right: 7.4rem;
    display: flex;
    column-gap: 1.4rem;
}
.slider .slick-dots li {
    width: 1rem;
    height: 1rem;
    margin: 0;
}
.slider .slick-dots li button {
    width: 1rem;
    height: 1rem;
    padding: 0;
}
.slider .slick-dots li button:before {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    color: #D9D9D9;
    opacity: .5;
}
.slider .slick-dots li.slick-active button:before {
    color: #D9D9D9;
    opacity: 1;
}
.slider .slick-img figcaption {
    display: none;
    color: #fff;
}
.slider .slick-img.slick-center figcaption {
    display: block;
}
.slider .slick-img figcaption .slider-ttl {
    margin: 6rem 0 4rem;
    font-size: 4.4rem;
}
.slider .slick-img figcaption .txt {
    line-height: 1.5;
}
@media only screen and (min-width: 900px) {
    .slider .slick-img img {
        height: 361px;
        margin-top: 80px;
    }
    .slider .slick-img.slick-center {
        padding-bottom: 30px;
    }
    .slider .slick-img.slick-center img {
        height: 517px;
        aspect-ratio: 1200 / 517;
    }
    .slider .slick-img.slick-center figcaption {
        display: grid;
        grid-template-columns: 1fr max-content max-content;
        align-items: center;
        margin-top: 30px;
    }
    .slider .slick-img figcaption .slider-ttl {
        margin: 0;
        font-size: 30px;
    }
    .slider .slick-img figcaption .txt {
        font-size: 13px;
    }
    .slider .slick-img figcaption .btn-more {
        margin-left: 57px;
    }
    .slider .slick-img figcaption .btn-more span {
        color: initial;
    }
}

/* news */
#top-news {
    background-color: #918E85;
    width: 100%;
}
#top-news .inner {
    width: 73rem;
    margin-left: auto;
}
#top-news ul {
    list-style: none;
    padding: 5rem 0;
    margin: 0;
}
#top-news ul.slick-slider div {
    transition: none;
}
#top-news ul li a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #fff;
    font-size: 2.2rem;
    padding-right: 8rem;
    position: relative;
}
#top-news ul li a:after {
    content: "";
    width: 4rem;
    height: 1px;
    background-color: rgba(255,255,255,.3);
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 2.6rem;
}
#top-news ul li a .news-cat {
    padding: .8rem 3rem .4rem;
    text-align: center;
    background-color: #F0EDE6;
    border-radius: 6rem;
    color: #918E85;
    font-size: 2.2rem;
    font-family: "Poppins", sans-serif;
    margin-right: 4rem;
}
#top-news ul li a .news-date {
    font-size: 2.4rem;
    font-family: "Poppins", sans-serif;
    margin-right: 3rem;
}
@media only screen and (min-width: 900px) {
    #top-news .inner {
        width: 100%;
        margin: auto;
        padding: 0 0 0 12rem;
    }
    #top-news ul {
        width: 143%;
        padding: 30px 0 100px;
    }
    #top-news ul li a,
    #top-news ul li a .news-date {
        font-size: max(1.3rem, 13px);
    }
    #top-news ul li a:after {
        width: 3rem;
        right: 2.5rem;
    }
    #top-news ul li a .news-cat {
        font-size: max(1.1rem, 11px);
        padding: max(.5rem, 5px) max(1rem, 10px);
    }
}
@media only screen and (min-width: 1440px) {
    #top-news .inner {
        padding: 0 0 0 calc(-600px + 50vw);
    }
}

/* category */
#cat-wrap {
    padding: 6rem 4rem;
}
#cat-wrap .cat-item-wrap,
#cat-wrap .cat-item {
    display: grid;
    row-gap: 6rem;
}
#cat-wrap #stationery {
    border-bottom: 1px solid #E2DCCD;
    margin-bottom: 6rem;
}
#cat-wrap .cat-item .img-wrap {
    order: 1;
}
#cat-wrap .cat-item .img-wrap img {
    width: 100%;
    height: 70rem;
}
#cat-wrap .cat-item .txt-wrap {
    order: 2;
}
#cat-wrap .cat-item .txt-wrap .cat-ttl {
    margin: 0 0 3.5rem;
    font-size: 3.8rem;
}
#cat-wrap .cat-item .txt-wrap .txt {
    color: #898989;
}
#cat-wrap .icon-wrap {
    list-style: none;
    padding-left: 0;
    margin: 6rem 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 4rem;
    row-gap: 4rem;
    margin-bottom: 6rem;
}
#cat-wrap .icon-wrap li a {
    display: block;
    font-size: 2.6rem;
    letter-spacing: 0;
    line-height: 9.6rem;
    padding: 0 0 2rem 0;
    border-bottom: 1px solid #E2DCCD;
}
#cat-wrap .icon-wrap li a img {
    width: 9.6rem;
    height: 9.6rem;
    vertical-align: bottom;
    margin-right: 2rem;
}
#cat-wrap .cat-item .txt-wrap .btn-more {
    margin: 0 auto 6rem;
}
#cat-wrap .btn-more.btn-b {
    padding: 4rem 5.8rem;
    margin: auto;
}
@media only screen and (min-width: 900px) {
    #cat-wrap {
        padding: 75px 0 0;
        width: calc(100% - 24rem);
        max-width: 1200px;
        margin: auto;
    }
    #cat-wrap .dot-ttlwrap {
        margin-bottom: 40px;
    }
    #cat-wrap .cat-item-wrap {
        row-gap: 50px;
    }
    #cat-wrap .cat-item {
        border-top: 1px solid #E2DCCD;
        justify-content: space-between;
        align-items: center;
        padding: 50px 0 0;
    }
    #cat-wrap .cat-item:nth-of-type(odd) {
        grid-template-columns: 42.5% 47%;
    }
    #cat-wrap .cat-item:nth-of-type(odd) .img-wrap {
        order: 2;
    }
    #cat-wrap .cat-item:nth-of-type(odd) .txt-wrap {
        order: 1;
    }
    #cat-wrap .cat-item:nth-of-type(even) {
        grid-template-columns: 47% 42.5%;
    }
    #cat-wrap #stationery {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    #cat-wrap .cat-item .img-wrap img {
        height: 760px;
    }
    #cat-wrap .cat-item .txt-wrap .cat-ttl {
        font-size: 26px;
        margin: 0 0 20px;
    }
    #cat-wrap .icon-wrap {
        width: max-content;
        column-gap: 20px;
        row-gap: 20px;
        margin: 43px 0;
    }
    #cat-wrap .icon-wrap li a {
        min-width: 158px;
    }
    #cat-wrap .icon-wrap li a img {
        width: 48px;
        height: 48px;
        margin-right: 10px;
    }
    #cat-wrap .icon-wrap li a {
        font-size: 13px;
        line-height: 48px;
        padding: 0 0 10px 0;
    }
    #cat-wrap .cat-item .txt-wrap .btn-more {
        margin: 0;
    }
    #cat-wrap .btn-more.btn-b {
        padding: 20px 40px;
    }
    #cat-wrap .btn-more.btn-b span {
        font-size: 15px;
    }
}
/* brand */
#brand {
    width: 100%;
    padding: 96rem 0 6rem;
    background: url(https://mens.itembox.design/item/img/top/brand-top_sp.png) center 6rem / 78rem 78rem no-repeat;
}
#brand .dot-ttlwrap {
    padding: 0 4rem;
}
#brand .slider-wrap {
    padding-left: 4rem;
    overflow: hidden;
}
.brand-slider {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.brand-slider .slick-list{
    overflow: visible;
}
#brand .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.brand-slider .slick-slide {
    width: 44rem!important;
}
.brand-slider li {
    margin: 0 3rem 6rem;
}
.brand-slider li a {
    display: block;
    width: 44rem;
}
.brand-slider li a img {
    width: 100%;
    height: 58.6rem;
    margin-bottom: 5rem;
}
.brand-slider li a .brand-name {
    margin: 0 0 2rem;
    font-size: 3rem;
}
.brand-slider li a .txt {
    color: #898989;
    line-height: 1.75;
}
.brand-slider .arrow-wrap {
    width: 56rem;
    position: relative;
    padding: 0 14rem 0 1rem;
    box-sizing: content-box;
}
.brand-slider .arrow-wrap .scroll-txt {
    font-size: 2rem;
    position: absolute;
    right: 0;
    bottom: -7.5rem;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    color: rgba(35,24,21,.5);
    z-index: 9;
}
.brand-slider .slick-dots {
    width: 56rem;
    bottom: initial;
    padding: 6rem 14rem 6rem 1rem;
    box-sizing: content-box;
    position: relative;
    display: flex;
}
.brand-slider .slick-dots li {
    width: calc(100% / 4);
    height: 1px;
    margin: 0;
}
.brand-slider .slick-dots li button {
    width: 100%;
    height: 1px;
    padding: 0;
}
.brand-slider .slick-dots li button:before {
    content: "";
    width: 100%;
    height: 1px;
    line-height: 1px;
    background-color: #E2DCCD;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}
.brand-slider .slick-dots li.slick-active button:before {
    background-color: #918E85;
}
#brand .btn-more {
    margin: 4rem auto 0;
    padding: 4rem 5.8rem;
}
@media only screen and (min-width: 900px) {
    #brand {
        padding: 55.55vw 0 75px;
        position: relative;
        background: none;
    }
    #brand:before {
        content: "";
        width: 100vw;
        height: 41.66vw;
        background: url(https://mens.itembox.design/item/img/top/brand-top.png) 0 / cover no-repeat;
        position: absolute;
        top: 6.94vw;
        left: 0;
    }
    #brand .dot-ttlwrap {
        padding: 0 12rem;
        margin-bottom: 6rem;
    }
    #brand .slider-wrap {
        width: 100%;
        padding-left: 12rem;
    }
    #brand .slick-dotted.slick-slider {
        overflow: hidden;
    }
    .brand-slider .slick-slide {
        width: min(18.75vw, 270px )!important;
    }
    .brand-slider li {
        margin: 0 max(2.25rem, 2.25px);
    }
    .brand-slider li a {
        width: min(18.75vw, 270px);
    }
    .brand-slider li a img {
        height: auto;
        margin-bottom: max(3rem, 30px);
    }
    .brand-slider li a .brand-name {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .brand-slider li a .txt {
        font-size: 13px;
    }
    .brand-slider .arrow-wrap {
        width: calc(100% - 24rem);
        max-width: 1200px;
        box-sizing: border-box;
    }
    .brand-slider .arrow-wrap .scroll-txt {
        font-size: 11px;
        bottom: -70px;
        cursor: pointer;
    }
    .brand-slider .slick-dots {
        padding: 60px 74px 60px 0;
        width: calc(100% - 24rem);
        max-width: 1200px;
        box-sizing: border-box;
    }
    #brand .btn-wrap {
        width: calc(100% - 24rem);
        max-width: 1200px;
        margin: auto;
    }
    #brand .btn-more {
        margin: 0 0 0 auto;
        padding: 20px 40px;
    }
}
@media only screen and (min-width: 1440px) {
    #brand .dot-ttlwrap {
        padding: 0 calc(-600px + 50vw);
    }
    #brand .slider-wrap {
        padding-left: calc(-600px + 50vw);
    }
}
/* recommend */
#recommend {
    padding: 6rem 0 6rem 4rem;
}
#recommend .item-wrap {
    display: flex;
    column-gap: 6rem;
    width: 133%;
    max-width: none;
    max-height: 100%;
    padding-right: 4rem;
}
#recommend .item-wrap li a {
    display: block;
    width: 44rem;
}
#recommend .item-wrap li a img {
    width: 100%;
    height: 44rem;
    margin-bottom: 5rem;
}
#recommend .item-wrap li a .txt {
    color: #898989;
    line-height: 1.75;
    margin: 0 0 4rem;
}
#recommend .item-wrap li a .item-name {
    margin: 0 0 5rem;
    font-size: 2.6rem;
    line-height: 1.75;
}
#recommend .item-wrap li .staff-wrap {
    border-top: 1px solid #E2DCCD;
    padding-top: 5rem;
    display: grid;
    grid-template-columns: 9rem 1fr;
    column-gap: 3.2rem;
    align-items: center;
}
#recommend .item-wrap li .staff-wrap .staff-img img {
    width: 9rem;
    height: 9rem;
    margin-bottom: 0;
}
#recommend .item-wrap li .staff-name {
    font-size: 2.6rem;
    margin: 0;
}
#recommend .item-wrap li .staff-name span {
    display: block;
    font-size: 2.2rem;
    color: #898989;
    margin-top: 1rem;
}
@media only screen and (min-width: 900px) {
    #recommend {
        padding: 75px 0;
        width: calc(100% - 24rem);
        max-width: 1200px;
        margin: auto;
    }
    #recommend .dot-ttlwrap {
        padding-bottom: 40px;
        border-bottom: 1px solid #E2DCCD;
        margin-bottom: 60px;
    }
    #recommend .item-wrap {
        width: 100%;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        column-gap: 45px;
    }
    #recommend .item-wrap li {
        display: grid;
        grid-template-columns: min(19.44vw, 280px) 1fr;
        grid-template-rows: max-content max-content;
        column-gap: max(3rem, 30px);
    }
    #recommend .item-wrap li a {
        width: 100%;
    }
    #recommend .item-wrap li a:first-child {
        grid-area: 1 / 1 / 3 / 2;
    }
    #recommend .item-wrap li a:nth-child(2) {
        grid-area: 1 / 2 / 2 / 2;
    }
    #recommend .item-wrap li a figure {
        display: grid;
        grid-template-columns: min(19.44vw, 280px) 1fr;
        column-gap: max(3rem, 30px);
    }
    #recommend .item-wrap li a img {
        height: auto;
        margin-bottom: 0;
    }
    #recommend .item-wrap li a .txt {
        font-size: 13px;
        margin: 0 0 25px;
    }
    #recommend .item-wrap li a .item-name {
        font-size: 13px;
        margin: 0 0 25px;
    }
    #recommend .item-wrap li .staff-wrap {
        grid-area: 2 / 2 / 3 / 3;
        padding-top: 25px;
        grid-template-columns: 45px 1fr;
        column-gap: 16px;
    }
    #recommend .item-wrap li .staff-wrap .staff-img img {
        width: 45px;
        height: 45px;
    }
    #recommend .item-wrap li .staff-name {
        font-size: 13px;
    }
    #recommend .item-wrap li .staff-name span {
        font-size: 10px;
        margin-top: 5px;
    }
}

/* ranking */
#ranking {
    padding: 96rem 0 12rem;
    background: url(https://mens.itembox.design/item/img/top/ranking-top_sp.png) center 6rem / 78rem 78rem no-repeat;
}
#ranking .dot-ttlwrap {
    padding: 0 4rem;
    margin-bottom: 5rem;
}
#ranking .tab-area {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6rem;
    padding: 0 4rem;
}
#ranking .tab-area input {
    display: none;
}
#ranking .tab-area label {
    display: block;
    padding: 0 2rem 4rem;
    border-bottom: 1px solid #E2DCCD;
    font-size: 2.6rem;
    float: left;
    cursor: pointer;
    order: -1;
    /* min-width: calc(100% / 7.1); */
    margin-bottom: 5rem;
}
#ranking .tab-area .content {
    display: none;
    width: 100%;
}
#ranking .tab-area input:checked + .btn_tab {
    color: #918E85;
    border-bottom: 1.5px solid #918E85;
}
#ranking .tab-area input:checked + .btn_tab + .content {
    display: block;
    margin-bottom: 6rem;
}
#ranking .ranking-slider li,
#ranking .ranking-slider li a {
    position: relative;
}
#ranking .ranking-slider li .ranking-num {
    font-family: "Poppins", sans-serif;
    font-size: 3.6rem;
    line-height: 5.8rem;
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 5.8rem;
    height: 5.8rem;
    background-color: #F0EDE6;
    border-radius: 50%;
    text-align: center;
}
#ranking .ranking-slider li .ranking-num.ranking-1 {
    background-color: #BEA870;
    color: #fff;
}
#ranking .ranking-slider li .ranking-num.ranking-2 {
    background-color: #B9BAB9;
    color: #fff;
}
#ranking .ranking-slider li .ranking-num.ranking-3 {
    background-color: #997A5C;
    color: #fff;
}
#ranking .item-wrap li img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    margin-bottom: 3rem;
}
#ranking .item-wrap li .item-name {
    font-size: 2.6rem;
    margin: 0 0 1rem;
}
#ranking .item-wrap li .price {
    font-size: 2.6rem;
    color: #898989;
}
#ranking .btn-more {
    margin: auto;
}
#ranking .js-btn-more span:after,
#ranking .js-btn-more2 span:after {
    transform: rotate(90deg) translateY(-50%);
    transform-origin: top center;
}
#ranking .js-btn-close, #ranking .js-btn-close2 {
    display: none;
}
#ranking .js-btn-close span:after,
#ranking .js-btn-close2 span:after {
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: top center;
}
@media only screen and (max-width: 899px) {
    #ranking .item-wrap {
        display: grid;
        column-gap: 6rem;
        row-gap: 6rem;
        grid-template-columns: repeat(2,1fr);
        margin-bottom: 4rem;
    }
}
@media only screen and (min-width: 900px) {
    #ranking {
        width: 100%;
        padding: 48.61vw 0 10px;
        position: relative;
        background: none;
    }
    #ranking:before {
        content: "";
        width: 100vw;
        height: 41.66vw;
        background: url(https://mens.itembox.design/item/img/top/ranking-top.png) 0 / cover no-repeat;
        position: absolute;
        top: 0;
        left: 0;
    }
    #ranking .dot-ttlwrap {
        padding: 0 12rem;
        margin-bottom: 60px;
    }
    #ranking .tab-area {
        width: 100%;
        padding: 0 0 0 12rem;
        margin-bottom: 0;
    }
    #ranking .tab-area label {
        font-size: 15px;
        padding: 0 25px 20px;
        margin-bottom: 60px;
        min-width: calc(100% / 12);
    }
    #ranking .tab-area input:checked + .btn_tab + .content {
        margin-bottom: 10px;
    }
    #ranking .item-wrap {
        margin-bottom: 0;
    }
    #ranking  .slick-slide {
        width: min(15.27vw, 220px )!important;
    }
    #ranking .item-wrap li {
        margin: 0 25px 0 0;
    }
    #ranking .item-wrap li:last-child {
        padding-right: 25px;
        box-sizing: content-box;
    }
    #ranking .ranking-slider li .ranking-num {
        width: 29px;
        height: 29px;
        font-size: 18px;
        line-height: 29px;
        top: 10px;
        left: 10px;
    }
    #ranking .slick-dotted.slick-slider {
        overflow: hidden;
    }
    #ranking .item-wrap li a {
        display: block;
        width: min(15.27vw, 220px);
    }
    #ranking .item-wrap li img {
        margin-bottom: 20px;
    }
    #ranking .item-wrap li .item-name,
    #ranking .item-wrap li .price {
        font-size: 15px;
    }
    #ranking .item-wrap .arrow-wrap {
        width: calc(100% - 24rem);
        max-width: 1200px;
        box-sizing: border-box;
        position: relative;
        padding: 0 74px 0 0;
        box-sizing: border-box;
    }
    #ranking .item-wrap .arrow-wrap .scroll-txt {
        font-size: 11px;
        position: absolute;
        right: 0;
        bottom: -100px;
        font-family: "Poppins", sans-serif;
        color: rgba(35,24,21,.5);
        z-index: 9;
        cursor: pointer;
    }
    #ranking .item-wrap .slick-dots {
        bottom: initial;
        position: relative;
        display: flex;
        padding: 90px 74px 90px 0;
        width: calc(100% - 24rem);
        max-width: 1200px;
        box-sizing: border-box;
    }
    #ranking .item-wrap .slick-dots li {
        width: calc(100% / 4);
        height: 1px;
        margin: 0;
    }
    #ranking .item-wrap .slick-dots li button {
        width: 100%;
        height: 1px;
        padding: 0;
    }
    #ranking .item-wrap .slick-dots li button:before {
        content: "";
        width: 100%;
        height: 1px;
        line-height: 1px;
        background-color: #E2DCCD;
        opacity: 1;
        top: 50%;
        transform: translateY(-50%);
    }
    #ranking .item-wrap .slick-dots li.slick-active button:before {
        background-color: #918E85;
    }
    #ranking .btn-more {
        display: none;
    }
}

#ranking .recent-item {
    padding: 6rem 4rem 12rem;
}
#ranking .recent-ttl {
    font-size: 3.4rem;
}
@media only screen and (min-width: 900px) {
    #ranking .recent-item {
        width: 100%;
        padding: 0 0 0 12rem;
    }
    #ranking .recent-ttl {
        font-size: 20px;
        margin: 0 0 20px;
    }
}
@media only screen and (min-width: 1440px) {
    #ranking .dot-ttlwrap {
        padding: 0 calc(-600px + 50vw);
    }
    #ranking .tab-area, #ranking .recent-item {
        padding-left: calc(-600px + 50vw);
    }
}
