@charset "UTF-8";

.sec_heading h2 {
    letter-spacing: 0.1em;
    font-weight: bold;
}

.sec_heading span {
    letter-spacing: 0.07em;
    font-weight: bold;
}
.page_top {
    display: none !important;
}


@media screen and (max-width: 750px) {
    .sec_heading {
        text-align: center;
        margin-bottom: 30px;
    }

    .sec_heading h2 {
        display: block;
        font-size: 2.05rem;
        margin-bottom: 12px;
    }

    .sec_heading span {
        display: block;
        font-size: 0.8rem;
    }
}

@media screen and (min-width: 751px) {
    .sec_heading {
        text-align: left;
        margin-bottom: 48px;
    }

    .sec_heading h2 {
        display: inline-block;
        font-size: 28px;
        margin-right: 4%;
    }

    .sec_heading span {
        display: inline-block;
        font-size: 16px;
    }
}

/* mv */
.mv {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
}

.mv img {
    width: 100%;
}

/* mv slider */
.mv .slick-list {
    overflow: initial;
}

.slick-dots li:nth-child(odd) button:before {
    opacity: 1;
    content: url("../img/common/dots_odd.svg");
}

.slick-dots li:nth-child(even) button:before {
    opacity: 1;
    content: url("../img/common/dots_even.svg");
}

.slick-dots li:nth-child(odd).slick-active button:before
{
    opacity: 1;
    content: url("../img/common/dots_odd_active.svg");
}

.slick-dots li:nth-child(even).slick-active button:before
{
    opacity: 1;
    content: url("../img/common/dots_even_active.svg");
}

.mv .slick-slide:not(.slick-active) {
    opacity: 0.5;
}

.mv.fs-c-slick .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.mv.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
    display: none!important;
}

.mv .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    .slick-dots li button:before {
        width: 7px!important;
        height: 7px!important;
    }

    .mv .slick-dots li {
        width: 10px;
        height: 10px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .mv .slick-dots {
        bottom: 2.5%;
    }
}

@media screen and (min-width: 751px) {
    .slick-dots li button:before {
        width: 10px!important;
        height: 10px!important;
    }

    .mv .slick-dots li {
        width: 12px;
        height: 20px;
    }

    .mv .slick-dots {
        bottom: 4%;
    }
}

/* selection */
.selection_content a {
    display: inline-block;
}

.selection_content img {
    width: 100%;
}

/* selection slider */


.selection .slick-next {
    width: 13px;
    height: 13px;
    right: -30px;
}

.selection .slick-next:before {
    content: url(../img/common/slick_arrow_next.svg);
    opacity: 1;
}

.selection .slick-prev {
    width: 13px;
    height: 13px;
    left: -30px;
}

.selection .slick-prev::before {
    content: url(../img/common/slick_arrow_prev.svg);
    opacity: 1;
}

.selection .slick-list li {
    font-size: 0;
}

@media screen and (max-width: 750px) {
    .selection {
        padding-top: 60px;
    }

    .selection .inner_wrap {
        width: 100%;
    }

    /* .selection .sec_heading {
        display: none;
    } */

    .selection .slick-slide div > li {
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .selection .slick-slide div > li a {
        width: 50%!important;
        margin-right: 0;
        position:relative;
    }
    .selection .slick-slide div>li a:nth-child(odd):after {
        content: "";
        width: 1px;
        height: 100%;
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
    }
    .selection .slick-slide div>li a:nth-child(-n+2):before {
        content: "";
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .selection .slick-dots li {
        width: 5px;
        height: 5px;
    }

    .selection .slick-dots {
        bottom: -24px;
    }
}

@media screen and (min-width: 751px) {
    .selection_content a:hover {
        opacity: 0.6;
    }

    .selection {
        padding-top: 108px;
    }

    .selection .slick-slide li a {
        margin-right: 3.4%;
        width: 21.6%;
    }

    .selection .slick-slide li a:last-child {
        margin-right: 0;
    }

    .selection .slick-dots {
        bottom: -50px;
    }

    .selection .slick-list {
        margin-right: -40px;
    }

    .selection .slick-dots li {
        width: 12px;
        height: 20px;
    }
}


/* fx_wrap */
@media screen and (max-width: 750px) {
    .fx_wrap {
        margin-top: 40px;
    }

    .fx_wrap .content_wrap {
        width: 100%;
    }
}

@media screen and (min-width: 751px) {
    .fx_wrap {
        margin-top: 153px;
    }

    .fx_wrap .inner_wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .fx_wrap .content_wrap {
        width: 79.3%;
    }
    
    .fx_wrap .side_wrap {
        width: 16.2%;
    }
}

/* banner */
.banner {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}



.banner .fs-pt-column__item img {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .banner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 38px 0 80px;
    }

    .banner .fs-pt-column__item {
        width: 100%;
        margin-bottom: 20px;
    }

    .banner .fs-pt-column__item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 751px) {
    .banner {
        padding-bottom: 140px;
    }

    .banner .fs-pt-column__item {
        width: 48.3%;
    }
}

/* banner_youtube */
.banner_youtube {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

/* .banner_youtube .fs-pt-column__item img {
    width: 100%;
} */

.banner_youtube .fs-pt-column__image > * {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.app_banner {
    width: 100%;
}

.app_banner a {
    display: block;
}

.app_banner a img {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .app_banner {
        padding-bottom: 80px
    }

    .banner_youtube {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 38px 0 40px;
    }

    .banner_youtube .fs-pt-column__item {
        width: 100%;
        padding-top: 56%;
        position: relative;
        margin-bottom: 40px;
    }

    .banner_youtube .fs-pt-column__item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 751px) {
    .app_banner {
        padding-bottom: 140px;
    }

    .banner_youtube {
        padding-bottom: 70px;
    }

    .banner_youtube .fs-pt-column__item {
        width: 48.3%;
        padding-top: 27.05%;
        position: relative;
    }

    
}

/* topics */
.topics {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.topics a {
    display: block;
}

.topics img {
    width: 100%;
}

.topics .fs-pt-column__heading {
    text-align: center;
    font-size: 15px;
    margin-top: 16px;
}

@media screen and (max-width: 750px) {
    .topics {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 83px;
    }

    .topics .fs-pt-column__heading {
        display: none;
    }

    .topics .fs-pt-column__item {
        width: 50%
    }
}

@media screen and (min-width: 751px) {
    .topics {
        padding-bottom: 144px;
    }    

    .topics .fs-pt-column__heading {
        display: block;
    }

    .topics .fs-pt-column__item {
        width: 25%
    }

    .topics a:hover {
        opacity: 0.6;
    }
}

/* seasonal */
.seasonal_tab ul {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #eae9e8;
}

.seasonal_tab li {
    width: 21.5%;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    text-align: center;
    background-color: #eae9e8;
    margin-right: 2.5%;
    letter-spacing: 0.1em;
}

.seasonal_tab li:last-child {
    margin-right: 0;
}

.seasonal_tab .active_s {
    border: 1px solid #eae9e8;
    background-color: #fff;
}

.seasonal .show_s {
    display: block;
}

.seasonal_tabcon {
    display: none;
}

.seasonal .fs-c-productName__name {
    line-height: 1.28;
    letter-spacing: 0;
    display: block;
}

.seasonal_tabcon li dt {
    line-height: 1.28;
    letter-spacing: 0;
}

.seasonal_tabcon dd {
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: 0;
}

.seasonal .more {
    text-align: center;
    border: 1px solid #d2d2d0;
    border-radius: 3px;
}

.seasonal .more a {
    display: block;
}

.seasonal .fs-c-productName__copy {
    display: none;
}

.seasonal .fs-c-productMarks {
    display: none;
}

/* .seasonal .fs-c-productListItem__control {
    display: none;
} */

.seasonal_tabcon .slick-slide {
    position: relative;
}

.seasonal .fs-c-button--addToWishList--icon,
.seasonal .fs-c-button--removeFromWishList--icon {
	background-color: #fff;
    border: none;
	position: absolute;
	bottom: 0;
	right: 0;
}

.seasonal .fs-c-button__image {
    width: 18px;
    height: 18px;
    display: block;
}

.seasonal .fs-c-productPrice--member {
    display: none;
}

.seasonal .fs-c-productPrice--selling span {
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0;
}

.seasonal .fs-c-productPrice__addon::before {
    content: '(';
    margin-right: -1px;
}

.seasonal .fs-c-productPrice__addon::after {
    content: ')';
    margin-left: -1px;
}

.seasonal .fs-c-price__currencyMark {
    display: none!important;
}

.seasonal .fs-c-price__value::after {
    content: '円';
}

.seasonal_tabcon .slick-track {
    transform:unset!important;
}

.seasonal_tabcon .fs-c-productListCarousel__list {
    width: 100%;
}

.seasonal_tabcon .slick-slider {
    width: 100%;
}

.seasonal_tabcon .slick-track {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
    width: 100%!important;
}

.seasonal_tabcon .slick-arrow {
    display: none!important;
}

.seasonal .fs-c-productPrice__main__label {
    display: none!important;
}

@media screen and (max-width: 750px) {
    .seasonal {
        padding-bottom: 37px;
        border-bottom: none;
    }    

    .seasonal_tab li {
        height: 42px;
        font-size: 0.7rem;
        line-height: 1.4;
    }

    .seasonal_tabcon .slick-track {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .seasonal_tabcon .slick-slide {
        width: 47.8%;
        margin-right: 4.3%;
    }

    .seasonal_tabcon .slick-slide:nth-child(2n) {
        margin-right: 0;
    }

    .seasonal_tabcon .slick-slide:nth-child(1),
    .seasonal_tabcon .slick-slide:nth-child(2) {
        margin-bottom: 20px;
    }

    /* .seasonal .fs-c-productListItem__productName {
        margin-top: 10px;
    } */

    .seasonal .fs-c-productName__name {
        font-size: 1.2rem;
    }

    .seasonal .fs-c-productPrice--selling {
        margin-top: 8px;
    }

    .fs-c-price span,
    .fs-c-productPrice__addon__label {
        font-size: 1.3rem;
    }

    .seasonal .more {
        margin: 27px auto 0;
        width: 46.4%;
        height: 36px;
    }
    
    .seasonal .more a {
        line-height: 36px;
        font-size: 1.3rem;
    }

    .seasonal_tab {
        margin-bottom: 16px;
    }

    .seasonal .fs-c-productName__name {
        margin-top: 13px;
        font-size: 1rem;
        min-height: 24px;
    }

    .seasonal .fs-c-productPrice--selling span {
        font-size: 1rem;
    }


}

@media screen and (min-width: 751px) {
    .seasonal {
        padding-bottom: 40px;
        border-bottom: 1px solid #eae9e8;
    }    

    .seasonal_tab li {
        height: 62px;
        font-size: 1.19vw;
    }

    .seasonal_tabcon .slick-slide {
        width: 22.3%;
        margin-right: 3.2%;
    }

    .seasonal_tabcon .slick-slide:last-child {
        margin-right: 0;
    }

    .seasonal .fs-c-productListItem__productName {
        margin-top: 16px;
        min-height: 34px;
    }

    .seasonal .fs-c-productName__name {
        font-size: 14px;
    }

    .seasonal .fs-c-productPrice--selling {
        margin-top: 10px;
    }

    .seasonal .more {
        margin: 38px auto 0;
        width: 203px;
        height: 40px;
    }
    
    .seasonal .more a {
        line-height: 40px;
        font-size: 15px;
    }

    .seasonal_tabcon .fs-c-productListCarousel__list__item:hover {
        opacity: 0.6;
    }

    .seasonal_tab {
        margin-bottom: 60px;
    }

    .seasonal .fs-c-productName__name {
        margin-top: 16px;
    }
}

@media screen and (min-width: 1340px) {
    .seasonal_tab li {
        font-size: 16px;
    }
}

/* reading */
.reading_content .fs-pt-column {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.reading_content .fs-pt-column__item a {
    display: block;
}

.reading_content .fs-pt-column__image {
    display: block;
    width: 100%;
    padding-top: 58.6%;
    position: relative;
    overflow: hidden;
}

.reading_content img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.reading_content .fs-pt-column__heading {
    margin-top: 12px;
    display: block;
}

@media screen and (max-width: 750px) {
    .reading {
        padding: 40px 0 17px;
        border-bottom: none;
    }

    .reading_content .fs-pt-column__item {
        width: 48.9%;
        margin-right: 2.1%;
        margin-bottom: 35px;
    }

    .reading_content .fs-pt-column__item:nth-child(2n) {
        margin-right: 0;
    }

    .reading_content .fs-pt-column__heading {
        text-align: left;
    }
}

@media screen and (min-width: 751px) {
    .reading {
        padding: 98px 0 32px;
        border-bottom: 1px solid #eae9e8;
    }

    .reading_content .fs-pt-column__item:hover {
        opacity: 0.6;
    }

    .reading_content .fs-pt-column__item {
        width: 29.4%;
        margin-bottom: 46px;
    }

    .reading_content .fs-pt-column__heading {
        text-align: center;
    }
}

/* ranking */

.ranking .CrossHead {
    display: none;
}

.ranking_tab ul {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #eae9e8;
}

.ranking_tab li {
    width: 20.5%;
    text-align: center;
    background-color: #eae9e8;
    margin-right: 2.5%;
    letter-spacing: 0.1em;
}

.ranking_tab li:last-child {
    margin-right: 0;
}

.ranking_tab .active_r {
    border: 1px solid #eae9e8;
    background-color: #fff;
}

.ranking_tabcon.show_r {
    opacity: 1;
    height: auto;
}

.ranking_tabcon {
    opacity: 0;
    height: 0;
}

.ranking_tabcon ul {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
    width: 98%;
    margin-left: auto;
}

.ranking_tabcon.show_r li a {
    display: block;
}

.ranking_tabcon li a {
    display: none;
}

.ranking_tabcon li a:hover {
    opacity: 0.6;
}

.ranking_tabcon.show_r span {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
}

.ranking_tabcon span {
    display: none;
}

.ranking_tabcon .rank_1 {
    background-color: #caa846;
}

.ranking_tabcon .rank_2 {
    background-color: #a7adac;
}

.ranking_tabcon .rank_3 {
    background-color: #be6f2e;
}

.ranking_tabcon .rank_4,
.ranking_tabcon .rank_5 {
    background-color: #231815;
}

.ranking_tabcon img {
    width: 100%;
}

.ranking_tabcon li dt {
    line-height: 1.28;
    letter-spacing: 0;
}

.ranking_tabcon dd {
    font-weight: bold;
    margin-top: 6px;
    letter-spacing: 0;
}

.ranking .more {
    text-align: center;
    border: 1px solid #d2d2d0;
    border-radius: 3px;
}

.ranking .more a {
    display: block;
}

.ranking_tabcon h3 {
    display: none;
}

/* ranking slider */
.ranking_tabcon.slick-list {
    height: 0;
}
.ranking_tabcon.show_r .slick-list {
    height: auto;
}

.ranking .slick-slide {
    margin-right: 26px;
}

.ranking .slick-next {
    right: -3px;
    transform: translateY(-50%);
    width: 10px;
    height: 28px;
    background-image: url(../img/common/slick_arrow_next.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.ranking .slick-next:before {
    content: url(../img/common/slick_arrow_next.svg);
    opacity: 1;
}

.ranking .slick-prev {
    display: none;
}

@media screen and (max-width: 750px) {
    .ranking {
        padding: 37px 0;
    }

    .ranking_tab li {
        height: 42px;
        line-height: 1.4;
        font-size: 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .ranking_tab {
        margin-bottom: 20px;
    }

    .ranking_tabcon ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .ranking_tabcon li {
        width: 47.8%;
        margin-bottom: 30px;
    }

    .ranking_tabcon li:nth-child(3),
    .ranking_tabcon li:nth-child(4) {
        margin-bottom: 0;
    }

    .ranking_slider li:nth-child(5) {
        display: none;
    }

    .ranking .more {
        margin: 27px auto 0;
        width: 46.4%;
        height: 36px;
    }
    
    .ranking .more a {
        line-height: 36px;
        font-size: 1.3rem;
    }

    .ranking_tabcon.show_r span {
        height: 26px;
        line-height: 26px;
    }

    .ranking_tabcon figure {
        margin-top: 6px;
    }

    .ranking_tabcon dt {
        font-size: 1rem;
    }

    .ranking_tabcon dd {
        font-size: 1rem;
    }

    .ranking_tabcon figcaption {
        margin-top: 14px;
    }
}

@media screen and (min-width: 751px) {
    .ranking {
        padding: 98px 0 42px;
        /* border-bottom: 1px solid #eae9e8; */
    }

    .ranking_tab li {
        height: 62px;
        line-height: 62px;
        font-size: 1.19vw;
    }

    .ranking_tab {
        margin-bottom: 60px;
    }

    .ranking_tabcon li {
        width: 22.6%;
    }

    .ranking .more {
        margin: 38px auto 0;
        width: 203px;
        height: 40px;
    }
    
    .ranking .more a {
        line-height: 40px;
        font-size: 15px;
        letter-spacing: 0.1em;
    }

    .ranking_tabcon.show_r span {
        height: 32px;
        line-height: 32px;
    }
    
    .ranking_tabcon figure {
        margin-top: 13px;
    }

    .ranking_tabcon figcaption {
        margin-top: 10px;
    }
}

@media screen and (min-width: 1340px) {
    .ranking_tab li {
        font-size: 16px;
    }
}

/* efforts */
.efforts_content {
    width: 100%;
}

.efforts_content .fs-pt-column__item a {
    display: block;
}

.efforts_content .fs-pt-column__item a:hover {
    opacity: 0.6;
}

.efforts_content .fs-pt-column__item:hover {
    opacity: 0.6;
}

.efforts_content .fs-pt-column__image {
    display: block;
    width: 100%;
    padding-top: 63.7%;
    position: relative;
    overflow: hidden;
}

.efforts_content img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.efforts_content .fs-pt-column__heading {
    display: block;
}

.efforts .more {
    text-align: center;
    border: 1px solid #d2d2d0;
    border-radius: 3px;
}

.efforts .more a {
    display: block;
}

@media screen and (max-width: 750px) {
    .efforts {
        padding: 40px 0 43px;
    }

    .efforts_content {
        display: block;
    }

    .efforts .more {
        margin: 15px auto 0;
        width: 46.4%;
        height: 36px;
    }
    
    .efforts .more a {
        line-height: 36px;
        font-size: 1.3rem;
    }

    .efforts_content .fs-pt-column__item {
        width: 87%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 14px 0 10px;
        border-top: 1px solid #eae9e8;
        margin: 0 auto;
    }

    .efforts_content .fs-pt-column__item:last-child {
        border-bottom: 1px solid #eae9e8;
    }

    .efforts_content .fs-pt-column__image {
        width: 26.3%;
        margin-right: 4.3%;
        padding-top: 16.8%;
    }

    .efforts_content .fs-pt-column__heading {
        margin-top: 0;
        font-size: 1.3rem;
        line-height: 1.3;
        letter-spacing: 0;
    }

    .efforts_content .fs-pt-column__item:first-child .fs-pt-column__image {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        padding-top: 58.3%;
    }

    .efforts_content .fs-pt-column__item:first-child .fs-pt-column__heading {
        margin-top: 12px;
        font-size: 1.25rem;
        line-height: 1.3;
        letter-spacing: 0;
        width: 87%;
        margin: 6px auto 0;
    }

    .efforts_content .fs-pt-column__item:first-child {
        margin: 0 auto 16px;
        width: 100%;
        display: block;
        padding: 0;
        border: none;
    }

    .efforts_content .date {
        margin: 14px auto 0;
        width: 87%;
        font-size: 1.05rem;
    }
}

@media screen and (min-width: 751px) {
    .efforts {
        padding: 90px 0 40px;
        border-bottom: 1px solid #eae9e8;
    }

    .efforts_content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .efforts_content .fs-pt-column__item:not(:nth-child(3n)) { 
        margin-right: 4.1%;
    }

    .efforts .more {
        margin: 30px auto 0;
        width: 203px;
        height: 40px;
    }
    
    .efforts .more a {
        line-height: 40px;
        font-size: 15px;
    }

    .efforts_content .fs-pt-column__item {
        width: 30.6%;
    }

    .efforts_content .fs-pt-column__heading {
        margin-top: 22px;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.07em;
    }

    .efforts_content .date {
        margin: 29px 0 15px;
    }
}

/* column（wordpressから引っ張っている部分） */
@media screen and (max-width: 750px) {
.new_column .efforts .fs-pt-column__item:not(:first-child) a {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.new_column .efforts .fs-pt-column__item:not(:first-child) a .fs-pt-column__image {
    width: 26.3%;
    margin-right: 4.3%;
    padding-top: 16.8%;
}

.new_column .efforts .fs-pt-column__item:not(:first-child) a .nc_cap {
    width: 73.7%;
}

.new_column .efforts .fs-pt-column__item:not(:first-child) a .date {
    width: 100%;
    font-size: 1.05rem;
    margin: 0 0 12px;
}
}

/* viewed */
.vieweditems_content li {
    width: 14.7%;
    margin-right: 2.2%;
}

.vieweditems_content li:last-child {
    margin-right: 0;
}

.vieweditems_content li a {
    display: block;
}

.vieweditems_content li a:hover {
    opacity: 0.6;
}

.vieweditems_content dt {
    line-height: 1.6;
    letter-spacing: 0;
}

.vieweditems_content dd {
    font-size: 0.97vw;
    font-weight: bold;
    line-height: 1.3;
}

@media screen and (max-width: 750px) {
    .vieweditems {
        padding: 37px 0 65px;
    }

    .vieweditems .slick-slide > div {
        width: 86%;
    }

    .vieweditems_content {
        width: 100%;
    }

    .vieweditems_content ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow: scroll;
        padding-bottom: 10px!important;
        }
        
    .vieweditems_content li {
        width: 34%;
        min-width: 34%;
    }
    
    .vieweditems_content li img {
        width: 100%;
    }

    .vieweditems_content dt {
        font-size: 1.05rem;
        font-weight: normal;
        margin-top: 12px;
    }

    .vieweditems_content dd {
        margin-top: 12px;
        font-size: 1.05rem!important;
    }
}

@media screen and (min-width: 751px) {
    .vieweditems {
        padding: 90px 0 128px;
    }

    .vieweditems_content dt {
        font-size: 13px;
        margin-top: 12px;
    }

    .vieweditems_content dd {
        margin-top: 12px;
    }

    .vieweditems_content ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media screen and (max-width: 1059px) {
    .vieweditems_content dd .price_newline {
        display: block;
    }

    .vieweditems_content dd {
        font-size: 1vw;
    }
}

@media screen and (min-width: 1060px) {
    .vieweditems_content dd .price_newline {
        display: none;
    }
}

@media screen and (min-width:1341px) {
    .vieweditems_content dd {
        font-size: 13px;
    }
}



/* information */
.information_content li .info_fx {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.information_content li {
    margin: 0;
    padding: 17px 0;
    border-bottom: 1px solid #eae9e8;
}

.information_content li:first-child {
    border-top: 1px solid #eae9e8;
}

.information_content li:nth-child(n + 6) {
    display: none;
}

.information_content time {
    margin-right: 4.4%;
    line-height: 1.5;
    letter-spacing: 0;
    display: inline-block;
    width: 5em;
}

.information_content li span {
    line-height: 1.4;
    letter-spacing: 0;
    width: calc(100% - 5em - 4.4%);
    display: inline-block;
}

.information_content li a span:hover {
    text-decoration: underline;
}



@media screen and (max-width: 750px) {
    .information_content time {
        font-size: 1.05rem;
    }
    
    .information_content li span {
        font-size: 1.3rem;
    }

    .information_more {
        height: 36px;
        width: 46.4%;
        margin: 33px auto 0;
        text-align: center;
        border: 1px solid #d2d2d0;
    }
    
    .information_more a {
        font-size: 1.2rem;
        text-align: center;
        line-height: 36px;
    }

    .information {
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 751px) {
    /* .information {
        padding-top: 90px;
    } */

    .information_content time {
        font-size: 14px;
    }
    
    .information_content li span {
        font-size: 15px;
    }

    .information_more {
        text-align: right;
        margin-top: 15px;
    }
    
    .information_more a {
        padding-right: 2em;
        position: relative;
    }
    
    .information_more a:hover {
        opacity: 0.6;
    }
    
    .information_more a::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 0.5em;
        height: 0.5em;
        border-top: 1px solid #231815;
        border-right: 1px solid #231815;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }

    .information {
        padding-bottom: 70px;
    }
}

/* to_brand */
.to_brand {
    background-image: url(../img/top/to_brand_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.to_brand .text p {
    letter-spacing: 0.07em;
    color: #fff;
}

.to_brand .link a {
    display: block;
    margin: 0 auto;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
    .to_brand strong img {
        width: 58.9%;
        margin-bottom: 40px;
    }

    .to_brand {
        padding: 87px 0 79px;
        margin-bottom: 55px;
        position: relative;
    }

    .to_brand .text p {
        font-size: 1.3rem;
        line-height: 1.9;
    }

    .to_brand .link {
        position: absolute;
        bottom: -12%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .to_brand .link a {
        width: 53.3%;
        height: 36px;
        line-height: 36px;
        border: 1px solid #c1c1bf;
        border-radius: 2.5px;
        color: #000;
        font-size: 1.3rem;
    }

    .to_brand .text {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 751px) {
    .to_brand strong img {
        width: 23.6%;
        margin-bottom: 30px;
    }

    .to_brand {
        padding: 100px 0 140px;
    }

    .to_brand .text p {
        font-size: 16px;
        line-height: 2;
    }

    .to_brand .link a {
        width: 223px;
        height: 36px;
        line-height: 36px;
        border: 1px solid #fff;
        border-radius: 2.5px;
        color: #fff;
        font-size: 14px;
    }
    
    .to_brand .link a:hover {
        background-color: #fff;
        color: #000;
    }

    .to_brand .text {
        margin-bottom: 35px;
    }
}

/* .sns */
.sns {
    margin: 0 auto;
}

.sns_fx ul {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.sns .member a {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
    align-items: center;
    height: 100%;
    background-color: #c3964d;
}

.sns .member img {
    margin-right: 3%;
}

.sns .member span {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
}

.sns_fx li {
    width: 49.4%;
    margin-bottom: 5px;
    border-radius: 2px;
}

.sns_fx li a {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sns_fx span {
    font-weight: bold;
    color: #fff;
    letter-spacing: 0;
}

.sns_fx .line span {
    color: #3aae36;
}

.sns_fx .instagram a {
    background: rgb(251,212,126); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(251,212,126,1) 0%, rgba(244,164,88,1) 10%, rgba(233,86,64,1) 24%, rgba(206,46,100,1) 42%, rgba(188,48,123,1) 58%, rgba(165,61,137,1) 70%, rgba(128,78,148,1) 81%, rgba(103,91,157,1) 90%, rgba(47,89,159,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(251,212,126,1) 0%,rgba(244,164,88,1) 10%,rgba(233,86,64,1) 24%,rgba(206,46,100,1) 42%,rgba(188,48,123,1) 58%,rgba(165,61,137,1) 70%,rgba(128,78,148,1) 81%,rgba(103,91,157,1) 90%,rgba(47,89,159,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(251,212,126,1) 0%,rgba(244,164,88,1) 10%,rgba(233,86,64,1) 24%,rgba(206,46,100,1) 42%,rgba(188,48,123,1) 58%,rgba(165,61,137,1) 70%,rgba(128,78,148,1) 81%,rgba(103,91,157,1) 90%,rgba(47,89,159,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd47e', endColorstr='#2f599f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.sns_fx .facebook a {
    background-color: #2f6db6;
}

.sns_fx .twitter a {
    background-color: #000;
}

.sns a {
    display: block;
}

@media screen and (max-width: 750px) {
    .sns {
        display: block;
        width: 80%;
        padding: 90px 0 100px;
    }

    .sns_fx {
        width: 100%;
    }

    .sns_fx li {
        height: 93px;
    }

    .sns .member {
        width: 100%;
        height: 90px;
        border-radius: 0;
        margin-top: 33px;
    }

    .sns_fx li a {
        border-radius: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .sns_fx .line a {
        border: 3px solid #3aae36;
    }

    .sns_fx img {
        width: 23.1%;
        max-width: 34px;
        margin: 0 auto 8px;
    }

    .sns_fx span {
        font-size: 1.1rem;
        width: 100%;
        text-align: center;
    }

    .sns .member img {
        width: 15%;
        max-width: 45px;
    }

    .sns .member span {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 751px) {
    .sns {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 76.3%;
        max-width: 1033px;
        padding: 130px 0;
    }

    .sns_fx {
        width: 49.1%;
    }

    .sns_fx li {
        height: 103px;
    }

    .sns .member {
        width: 50.3%;
        height: 211px;
        border-radius: 2px;
    }

    .sns_fx li a {
        border-radius: 2px;
    }

    .sns_fx .line a {
        border: 1px solid #3aae36;
    }

    .sns_fx img {
        width: 16.1%;
        margin-right: 7.2%;
    }

    .sns_fx span {
        font-size: 18px;
    }

    .sns .member img {
        width: 17.5%;
    }

    .sns .member span {
        font-size: 28px;
    }

    .sns a:hover {
        opacity: 0.6;
    }
}

/* pr_area */
.pr_area .fs-pt-column__image {
    width: 100%;
}

.pr_area a {
    display: block;
}

.pr_area img {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .pr_area {
        display: block;
    }

    .pr_area .fs-pt-column__item {
        width: 100%;
    }
}

@media screen and (min-width: 751px) {
    .pr_area {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 1340px;
        margin: 0 auto;
    }

    .pr_area .fs-pt-column__item {
        width: 50%;
    }

    .pr_area a:hover {
        opacity: 0.6;
    }
}

/* カテゴリから探す */
.select_cat_title {
    text-align: center;
}

.select_cat_title span {
    letter-spacing: 0.1em;
    position: relative;
    color: #231815;
    font-weight: normal;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    display: block;
}

.select_cat_title span::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #231815;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.select_cat_title strong {
    margin-top: 8px;
    color: #231815;
    letter-spacing: 0;
    display: block;
}

.select_cat_item a {
    display: block;
}

.select_cat_item img {
    border-radius: 16px;
    display: block;
    width: 100%;
    height: auto;
}

.select_cat_item span {
    display: block;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .select_cat_wrap {
        /* background-color: #eeedee; */
        background-color: #eaeaea;
        padding: 31px 0 21px;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

    /* .select_cat_inner {
        width: 96.7%;
        margin-right: 0;
        margin-left: auto;
    } */

    .select_cat_title {
        margin-bottom: 17px;
        margin-left: 3.3%;
    }

    .select_cat_title span {
        font-size: 1.95rem;
    }

    .select_cat_title span::after {
        width: 133px;
        bottom: -4px;
    }

    .select_cat_title strong {
        font-size: 1.05rem;
    }

    .select_cat_content_wrap {
        padding-left: 3.3%;
        padding-bottom: 15px;
        overflow-X: scroll;
    }

    .select_cat_content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .select_cat_item {
        min-width: 34%;
        margin-right: 2.2%;
        max-width: 246px;
        width: 34%;
    }

    .select_cat_item span {
        font-size: 11px;
        margin-top: 12px;
    }
}

@media screen and (min-width: 751px) {
    .select_cat_wrap {
        /* background-color: #f8f8f8; */
        padding: 80px 0 30px;
        width: 100%;
    }

    .select_cat_inner {
        width: 100%;
        /* max-width: 1080px;
        margin: 0 auto; */
        padding: 46px 0 33px 3.2%;
        /* background-color: #eeedee; */
        background-color: #eaeaea;
        position: relative;
    }

    .select_cat_title {
        margin-bottom: 24px;
    }

    .select_cat_title span {
        font-size: 24px;
    }

    .select_cat_title span::after {
        width: 156px;
        bottom: -2px;
    }

    .select_cat_title strong {
        font-size: 13px;
    }

    .select_cat_content.slick-slider {
        position: static;
    }

    .select_cat_content button.slick-disabled {
        display: none!important;
    }

    .select_cat_content .slick-prev {
        top: 0;
        left: 0;
        transform: translate(0);
        width: 44px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.4);
        z-index: 2;
    }

    .select_cat_content .slick-prev::before {
        width: 12px;
        height: 12px;
        border-top: 1px solid #231815;
        border-right: 1px solid #231815;
        -webkit-transform: translate(-30%, -50%) rotate(-135deg);
        transform: translate(-30%, -50%) rotate(-135deg);
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;

    }

    .select_cat_content .slick-next {
        top: 0;
        right: 0;
        transform: translate(0);
        width: 44px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.4);
        z-index: 2;
    }

    .select_cat_content .slick-next::before {
        width: 12px;
        height: 12px;
        border-top: 1px solid #231815;
        border-right: 1px solid #231815;
        -webkit-transform: translate(20%, -50%) rotate(45deg);
        transform: translate(20%, -50%) rotate(45deg);
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 50%;
    }

    .select_cat_content .slick-list {
        padding-right: 15%;
    }

    .select_cat_item a {
        width: 92%;
        margin: 0 auto;
    }

    .select_cat_item span {
        font-size: 13px;
        margin-top: 20px;
    }
}

/* ピックアップカテゴリ */
.pickup_cat_title_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.pickup_cat_title span {
    display: block;
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: #898989;
}

.pickup_cat_title strong {
    line-height: 1.3;
    letter-spacing: 0.1em;
}

.pickup_cat_more a {
    position: relative;
    padding-right: 1em;
    color: #a7a6a3;
}

.pickup_cat_more a::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 88%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid #a7a6a3;
    border-right: 1px solid #a7a6a3;
}

.pickup_cat_item .text_wrap {
    background-color: #fff;
}

.pickup_cat_item .text_wrap span.product_name {
    display: block;
    line-height: 1.3;
}

.pickup_cat_item .text_wrap span.item_price {
    display: block;
    display: block;
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    .pickup_cat_wrap {
        padding: 55px 0;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        background-color: #fcfcfc;
    }

    .pickup_cat_wrap + .pickup_cat_wrap {
        padding-top: 0
    }

    .pickup_cat_wrap:last-child {
        padding-bottom: 0;
        margin-bottom: 70px;
    }

    /* .pickup_cat_inner {
        width: 96.7%;
        margin-right: 0;
        margin-left: auto;
    } */

    .pickup_cat_title_wrap {
        margin-right: 3.3%;
        margin-left: 3.3%;
    }

    .pickup_cat_title_wrap {
        margin-bottom: 15px;
    }

    .pickup_cat_title span {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .pickup_cat_more a {
        font-size: 11px;
    }

    .pickup_cat_title strong {
        font-size: 15px;
        font-weight: bold;
    }

    .pickup_cat_content_wrap {
        padding-left: 3.3%;
        overflow-X: scroll;
    }

    .pickup_cat_content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .pickup_cat_item {
        width: 36.3%;
        min-width: 36.3%;
        max-width: 260px;
    }

    .pickup_cat_item .text_wrap {
        padding: 10px 7.7% 14px;
    }

    .pickup_cat_item .text_wrap span.product_name {
        font-size: 11px;
        min-height: 3.9em;
        margin-bottom: 12px;
    }

    .pickup_cat_item .text_wrap span.item_price {
        font-size: 10px;
        letter-spacing: 0;
    }
}

@media screen and (min-width: 751px) {
    .pickup_cat_wrap {
        padding: 50px 0;
        width: 100%;
    }

    .pickup_cat_wrap + .pickup_cat_wrap {
        padding-top: 0
    }

    .pickup_cat_wrap:last-child {
        padding-bottom: 100px;
        border-bottom: 1px solid #eae9e8;
    }

    .pickup_cat_inner {
        width: 100%;
        /* max-width: 1080px;
        margin: 0 auto; */
    }

    .pickup_cat_title_wrap {
        margin-bottom: 20px;
    }

    .pickup_cat_title span {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .pickup_cat_title strong {
        font-size: 20px;
        font-weight: bold;
    }

    /* .pickup_cat_more a::after {
        border-top: 1px solid #231815;
        border-right: 1px solid #231815;
    } */

    .pickup_cat_content button.rcmd-slick-disabled {
        display: none!important;
    }

    .pickup_cat_content .rcmd-slick-prev {
        top: 0;
        left: 0;
        transform: translate(0);
        width: 44px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        z-index: 2;
    }

    .pickup_cat_content .rcmd-slick-prev::before {
        width: 12px;
        height: 12px;
        border-top: 1px solid #231815;
        border-right: 1px solid #231815;
        -webkit-transform: translate(-30%, -50%) rotate(-135deg);
        transform: translate(-30%, -50%) rotate(-135deg);
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;

    }

    .pickup_cat_content .rcmd-slick-next {
        top: 0;
        right: 0;
        transform: translate(0);
        width: 44px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        z-index: 2;
    }

    .pickup_cat_content .rcmd-slick-next::before {
        width: 12px;
        height: 12px;
        border-top: 1px solid #231815;
        border-right: 1px solid #231815;
        -webkit-transform: translate(20%, -50%) rotate(45deg);
        transform: translate(20%, -50%) rotate(45deg);
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 50%;
    }

    .pickup_cat_content .rcmd-slick-prev:hover,
    .pickup_cat_content .rcmd-slick-prev:focus,
    .pickup_cat_content .rcmd-slick-next:hover, 
    .pickup_cat_content .rcmd-slick-next:focus {
        /* color: transparent;
        outline: none; */
        background-color: rgba(255, 255, 255, 0.4);
    }

    .pickup_cat_content .rcmd-slick-list {
        padding-right: 15%;
    }

    .pickup_cat_item .text_wrap {
        padding: 20px 11% 28px;
    }

    .pickup_cat_item .text_wrap span.product_name {
        font-size: 12px;
        min-height: 2.6em;
        margin-bottom: 18px;
    }

    .pickup_cat_item .text_wrap span.item_price {
        font-size: 12px;
    }
}

/* レーベル */
.label_main_content {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.label_main_item a {
    display: block;
}

.label_main_item img {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .label_main {
        padding-top: 38px;
    }

    .label_main_content {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-x: scroll;
        padding-bottom: 13px;
    }

    .label_main_item {
        width: 241px;
        min-width: 241px;
        padding-right: 26px;
    }

    .label_main_item .logo {
        margin: 25px auto 27px;
    }

    .label_main_item_01 .logo {
        margin: 20px auto 16px;
        width: 70.66%;
    }
    
    .label_main_item_02 .logo {
        width: 54.22%;
    }
    
    .label_main_item_03 .logo {
        width: 72%;
    }
    
    .label_main_item_04 .logo {
        width: 61.33%;
    }
    
    .label_main_item_05 .logo {
        width: 65%;
        margin: 16px auto 5px;
    }

    .label_main_item .text p {
        font-size: 12px;
        line-height: 1.56;
        letter-spacing: 0;
    }
}

@media screen and (min-width: 751px) {
    .label_main {
        padding-bottom: 93px;
    }

    .label_main_scroll_wrap {
        overflow-x: scroll;
        width: 107.5%;
    }

    .label_main_content {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .label_main_item {
        width: 21.84%;
        min-width: 208px;
        margin-right: 40px;
    }

    .label_main_item_05 {
        position: relative;
    }

    .label_main_item.label_main_item_05:after {
        content: '';
        width: 50px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 100%;
    }

    .label_main_item a:hover {
        opacity: 0.8;
    }

    .label_main_item .logo {
        margin: 25px auto 24px;
    }

    .label_main_item_01 .logo {
        margin: 21px auto 12px;
        width: 75.96%;
    }
    
    .label_main_item_02 .logo {
        width: 57.69%;
    }
    
    .label_main_item_03 .logo {
        width: 76.92%;
    }
    
    .label_main_item_04 .logo {
        width: 65.38%;
    }
    
    .label_main_item_05 .logo {
        width: 60%;
        margin: 17px auto 11px;
    }

    .label_main_item .text p {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.07em;
    }
}

/* ciel_banner_wrap */
.ciel_banner_wrap a {
    display: block;
}

@media screen and (max-width: 750px) {
    .ciel_banner_wrap {
        padding-top: 38px;
    }
}

@media screen and (min-width: 751px) {
    .ciel_banner_wrap {
        padding-bottom: 93px;
    }
    .ciel_banner_wrap a:hover {
        transition: all .3s;
    }
    .ciel_banner_wrap a:hover {
        opacity: 0.8;
    }
}