/******************************/
/* SLIDER */
/******************************/
.slide_wrap {
    width: 100%;
    height: fit-content;
    margin-bottom: 36px;
}
@media screen and (max-width: 1200px) {
    .slider {
        margin-left: -20px;
        margin-right: -20px;
        position: relative;
    }
}
#slider div {
    width: 100%;
    max-width: 100%;
    height: auto;
}
#slider > div {
    display: none;
}
.bx-viewport #slider > div {
    display: block;
    width: 70vw!important;
    padding: 0 15px;
    box-sizing: border-box;
}
.bx-wrapper {
    z-index: 0;
}
.bx-wrapper img {
    width: 100%;
    height: auto;
}
.bx-wrapper .bx-viewport {
    box-shadow: none !important;
    border: 0 !important;
    left: 0 !important;
}
.bx-wrapper .bx-pager {
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    bottom: -28px!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    border: 1px solid #cccccc;
    background: #fff!important ;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #BBBBBB !important;
}
#slider {
    left: 15vw;
    overflow: visible !important;
}
.bx-wrapper .bx-controls-direction a {
    display: none;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
    width: 760px;
}
@media screen and (max-width: 767px) {
    .p-line-informaiton {
        display: block;
        width: auto;
    }
}
.p-line-informaiton ul {
    flex: 1;
    font-size: 13px;
}
@media screen and (max-width: 767px) {
    .p-line-informaiton ul {
        font-size: 12px;
    }
}
.p-line-informaiton li {
    margin-bottom: 15px;
}
.p-line-informaiton__ttl {
    position: relative;
    margin: 0 40px 0 0;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-line-informaiton__ttl {
        margin: 0;
    }
}
.p-line-informaiton__ttl:before {
    content: "";
    position: absolute;
    top: 7px;
    right: -20px;
    width: 1px;
    height: 10px;
    background: #d2d2d2;
}
@media screen and (max-width: 767px) {
    .p-line-informaiton__ttl:before {
        content: none;
    }
}
/***** お知らせ *****/
.p-top-news {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .p-top-news {
    display: block;
    margin-bottom: 45px;
    }
}
.p-top-news__ttl {
    box-sizing: border-box;
    margin-right: 25px;
    padding: 10px;
    width: 110px;
    border: 1px solid #b2b2b2;
    font-size: 18px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-top-news__ttl {
        margin-right: 0;
        margin-bottom: 10px;
        padding: 5px;
        width: 70px;
        border: 1px solid #b2b2b2;
        font-size: 12px;
    }
}
.p-top-news__body {
    flex: 1;
    margin-bottom: 0;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
    padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
    padding-bottom: 0;
}
.new_slider .slick-slide{
    position: relative;
}
.new_slider .slick-slide:before {
    position: absolute;
    content: 'New';
    top: 10px;
    left: 10px;
    z-index: 1;
    color: #fff;
    background-color: red;
    padding: 1px 6px 0px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 60%;
}
.new_slider li {
    box-sizing: border-box;
    margin: 0 15px 60px;
    padding-bottom: 25px;
    transition: opacity 0.2s;
    word-break: break-all;
}
@media screen and (max-width: 1200px){
    .new_slider li {
        margin: 0 20px 45px;
    }
}
@media screen and (max-width: 767px){
    .new_slider li {
        margin: 0 10px 45px;
    }
}
.new_slider .slick-prev, .new_slider .slick-next {
    width: 30px;
    height: 30px;
}
.new_slider button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
    background-color: rgb(0 0 0 / 20%);
    border-radius: 50%;
    top: calc(50% - 75px);
}
.new_slider button.slick-prev.slick-arrow {
    left: -12px;
    z-index: 1;
}
.new_slider button.slick-next.slick-arrow {
    right: -12px;
    z-index: 1;
}
.new_slider button.slick-next:before {
    content: '\f054';
    font-family: "Font Awesome 5 free";
    font-weight: bold;
}
.new_slider button.slick-prev:before {
    content: '\f053';
    font-family: "Font Awesome 5 free";
    font-weight: bold;
}
.new_slider .slick-dots li {
    width: 13px;
    height: 13px;
}
.new_slider .slick-dots {
    bottom: 25px;
}
.new_slider .slick-dots li {
    background-color: #fff;
    border: 1px solid #6C6C6C;
    border-radius: 50%;
}
.new_slider .slick-dots li.slick-active {
    background-color: #6C6C6C;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
    padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
    .p-information {
        padding-bottom: 45px;
    }
}
.p-information__body {
    margin-left: 60px;
    margin-right: 60px;
    line-height: 2;
}
@media screen and (max-width: 1200px) {
    .p-information__body {
        margin-left: 0;
        margin-right: 0;
    }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
    margin-left: 60px;
    margin-right: 60px;
    line-height: 2;
}
@media screen and (max-width: 1200px) {
    .p-free__body {
        margin-left: 0;
        margin-right: 0;
    }
}
/* ブランド */
.brand_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
}
.brand_box h4 {
    margin: 10px 0;
    font: normal normal bold 15px/21px Noto Sans JP;
    color: #000;
}
.brand_box img {
    background: #D8D8D8 0% 0% no-repeat padding-box;
    border: 1px solid #B7B7B7;
    aspect-ratio: 16/9;
    width: 100%;
    height: fit-content;
    object-fit: cover;
}
.brand_box img:hover {
    opacity: .6;
    transition: .3s;
}

.brand_slide p{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    background-color: #EFEFEF;
    margin-bottom: 0.5em;
    color: #141414;
    
}

.brand_slide_outer{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-color: #fff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    padding: 30px 0 20px;
}

.brand_slide02{
    margin-top: 20px;
}

.brand_slide .swiper-wrapper{
    transition-timing-function: linear;
}

.sns_box{
    padding-top: 0;
}
.sns_box p{
    font-size: 16px;
    text-align: center;
    margin-bottom: 0.5em;
    font-weight: bold;
    color: #141414;
}
.sns_box a{
    margin: 0 auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    font-weight: bold;
    padding: 2em 1em;
    width: 100%;
    max-width: 400px;
    border-radius: 6px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 0;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 18px;
}
.sns_box a:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(https://file003.shop-pro.jp/PA01496/785/assets/img/top/insta_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.sns_box svg{
    height: 1.5em;
}

.review{
    color: #141414;
}

.review_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
    align-items: center;
}

.review_box_item{
    background-color: #fff;
    padding: 2em;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(6em, 20%) 1fr;
    gap: 1em;
}

.review_box_img{
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.review_box_img img{
    width: 100%;
    max-width: 110px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-color: rgba(255,0,0,0.2);
}

.review_box_txt span{
    color: #F5A01B;
}

.review_box_txt h3{
    margin-top: 0.5em !important;
    font-weight: 500;
}