
/*====================================================
////id |  top_slider
====================================================*/
.top_slider {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.top_slider .fs-pt-carousel__track {
    display: grid;
        grid-template-columns: 1fr auto auto auto 1fr;
}
.top_slider .slick-list {
    grid-column: span 5;
    grid-row: 1;
    overflow: visible;
}
.top_slider.fs-c-slick .slick-prev, 
.top_slider.fs-c-slick .slick-next {
    position: relative;
        top: unset;
        left: unset;
        right: unset;
    transform: unset;
}
.top_slider.fs-c-slick .slick-prev::before, 
.top_slider.fs-c-slick .slick-next::before {
    width: 18px;
    height: 18px;
}
.top_slider.fs-c-slick .slick-prev {
    grid-column: 2;
    grid-row: 2;
}
.top_slider.fs-c-slick .slick-next {
    grid-column: 4;
    grid-row: 2;
}
.top_slider.fs-c-slick .slick-dots {
    grid-column: 3;
    grid-row: 2;
}

.top_slider .slick-slide > div {
    padding: 0 min(1.3vw, 20px);
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
    .top_slider {
        padding: 12px 0 0;
    }
    .top_slider .slick-slide > div {
        width: min(80vw, 450px);
    }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769.1px) {
    .top_slider {
        padding: 35px 0 0;
    }
    .top_slider .slick-slide > div {
        width: min(40vw, 450px);
    }

}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media (hover: hover) {
    .top_slider .slick-list a:hover {
        opacity: 1;
        transform: scale(1.05);
    }
    .fs-c-slick .slick-prev:hover::before, 
    .fs-c-slick .slick-next:hover::before {
        width: 20px;
        height: 20px;
    }

}


.fs-l-main {
    padding: 0;
    width: 100%;
}
/*====================================================
////id |  news_fv
====================================================*/
.news_fv {
    display: grid;
        grid-gap: 10px;
	margin: 0 auto;
	position: relative;
	width: calc(100% - (var(--innerBox_margin) * 2));
        max-width: 1200px;
	z-index: 10;
}
.news_fv .fs-pt-column__item {
    background-color: #fff;
    font-weight: 500;
}
.news_fv .fs-pt-column__item:first-child {
    margin-top: min(10vw, 50px);
}
.news_fv .fs-pt-column__heading {
    color: var(--color_2);
    font-weight: 700;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960.0px) {
    .news_fv .fs-pt-column__item {
        display: grid;
            grid-gap: .6em;
        font-size: min(3.73vw, 15px);
        padding: 20px;
    }
    .news_fv .fs-pt-column__heading {
        border-bottom: solid 1px;
        padding-bottom: .2em;
    }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960.1px) {
    .news_fv .fs-pt-column__item {
        display: grid;
            align-items: center;
            grid-gap: min(2vw, 30px);
            grid-template-columns: 130px 1fr;
        font-size: 15px;
        padding: .8em 1em .8em 0;
        position: relative;
    }
    .news_fv .fs-pt-column__item::before {
        border-left: solid 1px vaR(--color_2);
        content: '';
        display: block;
        margin: auto;
        position: absolute;
            top: 0;
            left: 130px;
            bottom: 0;
        width: 0;
        height: calc(100% - 20px);
    }
    .news_fv .fs-pt-column__heading {
        text-align: center;
    }
}

@media (hover: hover) {}

/*====================================================
////id |  about
====================================================*/
#about {
    position: relative;
}
#about::before {
    background: linear-gradient(to bottom, rgba(249, 245, 224, 0), rgba(249, 245, 224, .6) 25%, rgba(249, 245, 224, 1) 60%, rgba(249, 245, 224, .66) 80%, rgba(249, 245, 224, 0));
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        top: -100px;
        left: 0;
    width: 100%;
    height: calc(100% + 200px);
}
.about-text {
    font-family: var(--f_serif);
    font-weight: 500;
    line-height: 2;
    text-align: center;
}
.about-text::before,
.about-text::after {
    content: '';
    display: block;
    margin: auto;
    position: absolute;
}
.about-text::before {
    background: url('../img/top/about-deco-l.webp') no-repeat left bottom / contain;
}
.about-text::after {
    background: url('../img/top/about-deco-r.webp') no-repeat top right / contain;
}

#about + .column2_banner {
    padding: 0 0 min(13vw, 90px);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
    .about-inner {
        max-width: 600px;
    }
    .about-text {
        font-size: min(4.8vw, 24px);
    }
    .about-text::before {
        left: -3vw;
        bottom: min(2vw, 30px);
        width: min(20%, 140px);
        height: 100%;
    }
    .about-text::after {
        right: -3vw;
        top: min(2vw, 30px);
        width: min(24%, 160px);
        height: 100%;
    }
}

/* ////////// PC ////////// */
@media print , screen and (min-width: 769.1px) {
    .about-inner {
        max-width: 1200px;
    }
    .about-text {
        font-size: min(3vw, 28px);
    }
    .about-text::before {
        left: 0;
        bottom: min(4vw, 40px);
        width: min(15%, 140px);
        height: 100%;
    }
    .about-text::after {
        right: 0;
        top: min(7vw, 60px);
        width: min(18%, 160px);
        height: 100%;
    }
}

@media (hover: hover) {}

/*====================================================
////id |  ranking
====================================================*/
#ranking {
    position: relative;
    z-index: 10;
}
.ranking-inner {
    padding: 0;
}
.ranking-wrapper {
    display: grid;
        grid-gap: min(10.5vw, 56px);
}
.fr3-productListCarousel__responsive_4 .fr3-productListCarousel__slide {
    flex: 0 0 min(66vw, 330px);
}

#ranking .fr3-item {
    position: relative;
}
#ranking .flywheel-recommend__frame .fs-p-heading--lv2 {
    border-bottom: solid 1px;
    color: var(--color_1);
    font-size: min(5.4vw, 28px);
    font-weight: 500;
    padding-bottom: .4em;
}
#ranking .fr3-item__rankContainer {
    font-size: min(4.8vw, 20px);
    height: 2.2em;
    padding-left: .7em;
    position: relative;
    z-index: 5;
}
#ranking .fr3-item__rank {
    background-color: transparent;
    background: linear-gradient(170deg, #B3040E, #D87572, #C9474A);
    border-radius: 0;
    clip-path: polygon(.65em 0, calc(100% - .65em) 0, 100% 50%, calc(100% - .65em) 100%, .65em 100%, 0 50%);
    color: #fff;
    font-family: var(--f_serif);
    font-size: inherit;
    transform: translateY(1.3em);
    width: 2.5em;
    height: 2.2em;
}
#ranking .fr3-productListCarousel {
    /* margin: 0 -32px;
    width: calc(100% + 62px); */
    position: relative;
    grid-template-columns: 1fr;
}
#ranking .fr3-productListCarousel__Button {
    background: #5c5b5b;
    border-radius: 100%;
    margin: auto;
    opacity: .65;
    position: absolute;
        top: 0;
        bottom: 0;
    transition: .2s ease-in-out;
    width: min(8vw, 50px);
    height: min(8vw, 50px);
    z-index: 10;
}
#ranking .fr3-productListCarousel__Button:disabled {
    opacity: 0;
}
#ranking .fr3-productListCarousel__prevButton {
    left: calc(min(4vw, 25px) * -1);
}
#ranking .fr3-productListCarousel__nextButton {
    right: calc(min(4vw, 25px) * -1);
}
#ranking .fr3-productListCarousel__Button img {
    display: none;
}
#ranking .fr3-productListCarousel__Button::before {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 7 11"><path fill="%23ffffff" d="M7,5.5L1.57,11l-1.57-1.59,3.86-3.91L0,1.59,1.57,0l5.43,5.5Z" /></svg>') no-repeat center / contain;
    border-radius: 100%;
    content: '';
    display: block;
    margin: auto;
    padding-top: 100%;
    position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    width: 30%;
    height: 30%;
}
#ranking .fr3-productListCarousel__prevButton::before {
    transform: scale(-1, 1);
}
#ranking .fr3-productListCarousel__slides {
    grid-gap: min(4.5vw, 40px);
    padding-bottom: 20px;
}
#ranking .fr3-productListCarousel__slides::-webkit-scrollbar {
  height: 7px;
  width: 7px;
}
#ranking .fr3-productListCarousel__slides::-webkit-scrollbar-thumb {
  background: #e7d8dd;
  border-radius: 20px;
}
#ranking .fr3-productListCarousel__slides::-webkit-scrollbar-track {
  background: #F3F1F1;
  border-radius: 20px;
}
.fr3-item__productName,
.fr3-item__productPrice,
.fr3-item__productPrice__price {
    font-size: min(3.8vw, 18px);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769.1px) {
}

@media (hover: hover) {
    #ranking .fr3-productListCarousel__Button:hover {
        opacity: .85;
        transform: scale(1.05);
    }
}

/*====================================================
////id |  recommend
====================================================*/
.recommend-inner {
    padding-bottom: 0;
}
#recommend .fs-c-productListCarousel__list {
    display: grid;
}
#recommend .slick-track {
    display: grid;
        grid-gap: min(6.4vw, 30px) min(3vw, 60px);
        grid-template-columns: 1fr 1fr;
    transform: none !important;
    width: 100% !important;
}
#recommend .slick-track::before,
#recommend .slick-track::after {
    display: none;
}
#recommend .slick-arrow {
    display: none !important;
}

#recommend .slick-slide {
    padding: 0;
}
#recommend .slick-slide > div {
    width: 100%;
    height: 100%;
}
#recommend article {
    background-color: #FFFAF6;
    border-radius: 15px;
    height: 100%;
}
#recommend .fs-c-productListItem__productName {
    line-height: 1.5;
}
#recommend .fs-c-productPrice {
    display: flex;
        align-items: baseline;
}
#recommend .fs-c-productMarks {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 8 3"><path fill="%231f0e00" d="M0,1.49C0,.67.67,0,1.5,0h0c.83,0,1.5.67,1.5,1.49h0c0,.83-.67,1.51-1.5,1.51h0c-.83,0-1.5-.68-1.5-1.51Z" /></svg>') repeat-x top left;
    background-size: 8px 3px;
    display: block;
    height: 3px;
}
#recommend .fs-c-productMarks > * {
    display: none;
}
#recommend article .fs-c-productListItem__imageContainer a {
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    width: 100%;
}
#recommend article .fs-c-productListItem__imageContainer a img {
    object-fit: cover;
    position: absolute;
        top: 0;
        left: 0;
    transition: transform .2s ease-in-out;
    width: 100%;
    height: 100%;
}

#recommend .fs-c-button--viewProductDetail {
    color: var(--color_1);
    display: flex;
        align-items: center;
        gap: .8em;
    font-weight: 700;
}
#recommend .fs-c-button--viewProductDetail::before {
    display: none;
}
#recommend .fs-c-button--viewProductDetail::after {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 14 14"><path fill="%23B3040E" d="M7,0C3.38,0,.39,2.75.04,6.28c-.02.24-.04.47-.04.72,0,.3.02.59.06.88.4,3.16,2.9,5.66,6.06,6.06.29.04.58.06.88.06.24,0,.48-.01.72-.04,3.53-.36,6.28-3.34,6.28-6.96,0-3.87-3.13-7-7-7ZM6.28,9.38l-.72-.72,1.71-1.71-1.71-1.71.72-.72,2.43,2.43-2.43,2.43Z" /></svg>') no-repeat center / contain;
    content: '';
    display: block;
    transition: .2s ease-in-out;
    width: 1.15em;
    height: 1.15em;
}

#recommend .fs-c-productListItem__productDescription,
#recommend .fs-c-productListItem__lowInStock,
#recommend .fs-c-button--addToWishList--icon {
    display: none;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960.0px) {
    #recommend article {
        display: grid !important;
            grid-gap: 10px 18px;
            grid-template-rows: auto auto auto auto 1fr auto;
        padding: min(2.5vw, 40px);
    }
    #recommend article .fs-c-productListItem__productName {
        grid-row: 1;
        font-size: min(2.6vw, 24px);
    }
    #recommend article .fs-c-productListItem__prices {
        grid-row: 2;

        display: flex;
            align-items: flex-end;
            justify-content: flex-start;
        font-size: min(2.2vw, 20px);
        margin-top: -10px;
    }
    #recommend .fs-c-productMarks {
        grid-row: 3;
        margin: 0 0 20px;
    }
    #recommend article .fs-c-productListItem__imageContainer {
        grid-row: 4;
    }
    #recommend article .fs-c-productListItem__image {
        margin: auto;
        width: min(82%, 250px);
    }
    #recommend article .recommend-item-text {
        grid-row: 5;
    }
    #recommend article .fs-c-productListItem__control {
        grid-row: 6;

        display: flex;
            justify-content: center;
    }
}
@media screen and (max-width: 769.0px) {
    #recommend .slick-track {
        grid-template-columns: 1fr;
    }
    #recommend article {
        padding: min(5vw, 30px);
    }
    #recommend article .fs-c-productListItem__productName {
        font-size: min(4.8vw, 24px);
    }
    #recommend article .fs-c-productListItem__prices {
        font-size: min(4.2vw, 20px);
    }
}
/* ////////// PC ////////// */
@media print, screen and (min-width: 960.1px) {
    #recommend article {
        display: grid !important;
            grid-gap: 10px 18px;
            grid-template-columns: 1fr;
            grid-template-rows: auto auto auto auto 1fr auto;
        padding: min(2.5vw, 40px);
    }
    #recommend article .fs-c-productListItem__productName {
        grid-row: 1;
        font-size: min(2.5vw, 24px);
    }
    #recommend article .fs-c-productListItem__prices {
        grid-row: 2;

        display: flex;
            align-items: flex-end;
            justify-content: flex-start;
        font-size: min(2.5vw, 24px);
        margin-top: -10px;
    }
    #recommend .fs-c-productMarks {
        grid-row: 3;

        margin: 0 0 20px;
    }
    #recommend article .fs-c-productListItem__imageContainer {
        grid-row: 4;
    }
    #recommend article .fs-c-productListItem__image {
        margin: auto;
        max-width: 250px;
    }
    #recommend article .recommend-item-text {
        grid-row: 5;
    }
    #recommend article .fs-c-productListItem__control {
        grid-row: 6;

        display: flex;
            justify-content: flex-end;
    }
}
@media screen and (min-width: 1200.1px) {
    #recommend article {
        grid-template-columns: 40% 1fr auto;
    }
    #recommend article .fs-c-productListItem__productName {
        grid-column: 1 / 4;
    }
    #recommend article .fs-c-productListItem__prices {
        grid-column: 1 / 4;
    }
    #recommend .fs-c-productMarks {
        grid-column: 1 / 4;
    }
    #recommend article .fs-c-productListItem__imageContainer {
        grid-column: 1 / 2;
        grid-row: 4 / 7;
    }
    #recommend article .recommend-item-text {
        grid-column: 2 / 4;
        grid-row: 4 / 6;
    }
    #recommend article .fs-c-productListItem__control {
        grid-column: 2 / 4;
        grid-row: 6;
    }
}
@media screen and (min-width: 1600.1px) {
    #recommend article .fs-c-productListItem__productName {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
        font-size: 24px;
    }
    #recommend article .fs-c-productListItem__prices {
        grid-column: 3;
        grid-row: 1 / 3;
        justify-content: flex-end;
        margin-top: 0;
    }
}
@media (hover: hover) {
    #recommend article .fs-c-productListItem__productName:hover {
        color: var(--color_1);
    }
    #recommend article .fs-c-productListItem__imageContainer a:hover {
        opacity: 1;
    }
    #recommend article .fs-c-productListItem__imageContainer a:hover img {
        transform: scale(1.05);
    }
    #recommend article .fs-c-button--viewProductDetail:hover::after {
        transform: translateX(.5em);
    }
}

/*====================================================
////id |  message
====================================================*/
#message {
    background: url('../img/top/message-bg.webp') no-repeat center / cover;
}
.message-inner {
    padding: min(23.5vw, 150px) 0 min(53.5vw, 150px);
    position: relative;
}
.message-deco {
    position: absolute;
    border-radius: 100%;
    overflow: hidden;
}
.message-deco.deco1 {
    background: url('../img/top/message-deco-photo1.webp') no-repeat center / cover;
}
.message-deco.deco2 {
    background: url('../img/top/message-deco-photo2.webp') no-repeat center / cover;
}
.message-deco.deco3 {
    background: url('../img/top/message-deco-photo3.webp') no-repeat center / cover;
}
.message-deco.deco4 {
    background: url('../img/top/message-deco-photo4.webp') no-repeat center / cover;
}
.message-deco.oimo {
    background: url('../img/top/message-deco-oimo.webp') no-repeat center / contain;
    border-radius: 0;
}
.message-head-wrapper {
    display: flex;
        justify-content: center;
    font-size: min(5.3vw, 28px);
    margin-bottom: 2em;
    position: relative;
}
.message-head {
    font-size: inherit;
    font-weight: 700;
}
.message-text {
    font-weight: 700;
    line-height: 3;
    text-align: center;
    text-shadow: 0 0 4em #fff, 0 0 4em #fff, 0 0 3em #fff, 0 0 2em #fff, 0 0 1em #fff;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960.0px) {
    .message-inner {
        padding: min(23.5vw, 150px) 0 min(53.5vw, 240px);
        position: relative;
    }
    .message-deco.deco1 {
        left: 5vw;
        top: min(16vw, 60px);
        width: min(21.5vw, 170px);
        height: min(21.5vw, 170px);
    }
    .message-deco.deco2 {
        left: -1.5vw;
        top: min(50vw, 250px);
        width: min(15.5vw, 100px);
        height: min(15.5vw, 100px);
    }
    .message-deco.deco3 {
        right: min(25%, 150px);
        bottom: min(26.5vw, 120px);
        width: min(18.5vw, 90px);
        height: min(18.5vw, 90px);
    }
    .message-deco.deco4 {
        right: 0;
        bottom: min(8vw, 30px);
        width: min(22vw, 110px);
        height: min(22vw, 110px);
    }
    .message-deco.oimo {
        right: 0;
        bottom: -1.5em;
        width: min(30vw, 130px);
        height: min(30vw, 130px);
    }
    .message-text {
        font-size: min(3.2vw, 16px);
    }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960.1px) {
    .message-deco.deco1 {
        right: 75%;
        bottom: 55%;
        width: min(23vw, 226px);
        height: min(23vw, 226px);
    }
    .message-deco.deco2 {
        left: 0;
        top: 65%;
        width: min(16vw, 144px);
        height: min(16vw, 144px);
    }
    .message-deco.deco3 {
        left: 80%;
        bottom: 65%;
        width: min(13vw, 130px);
        height: min(13vw, 130px);
    }
    .message-deco.deco4 {
        right: 0;
        top: 60%;
        width: min(23vw, 226px);
        height: min(23vw, 226px);
    }
    .message-deco.oimo {
        left: calc(50% + min(7vw, 104px) + .5em);
        bottom: -.5em;
        width: min(14vw, 160px);
        height: min(14vw, 160px);
    }

}

@media (hover: hover) {}

/*====================================================
////id |  news
====================================================*/
.news-head {
    color: var(--color_1);
    font-size: min(5.85vw, 30px);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960.0px) {
    .news-link-wrapper {
        display: flex;
            justify-content: flex-end;
        margin-top: min(6.4vw, 40px);
    }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769.1px) {
    .news-inner {
        display: grid;
            grid-gap: 30px min(8vw, 190px);
            grid-template-columns: auto 1fr;
            grid-template-rows: 1fr auto;
        max-width: 1160px;
    }
    .news-list-wrapper {
        grid-column: 2;
        grid-row: 1 / 3;

        margin-top: calc(min(6.5vw, 40px) * -1);
    }
    .news-link-wrapper {
        grid-column: 1;
        grid-row: 2;

        display: flex;
            justify-content: flex-start;
    }
}

@media (hover: hover) {}

/*====================================================
////id |  xxx
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769.1px) {
}

@media (hover: hover) {}
