@charset "euc-jp";
.fvimage{
    width: 100%;
    margin-bottom: 3em;
    position: relative;
}
.fvimage_box,
.fvimage #slider > *,
.fvimage .bx-viewport{
    height: 38vw !important;
}
.fvimage .bx-viewport{
    left: 0 !important;
    border: none !important;
}
.fvimage .img,
.fvimage #slider img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.fvimage #slider > *{
    width: 100% !important;
}
.fvon{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.fvon_img{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: calc(100% + 2em);
    padding-right: 1em;
    padding-left: 1em;
}
.fvon_img .textbox{
    position: absolute;
    bottom: 13em;
    width: 35em;
    border: 4px solid #2cb500;
    background: #fff;
    border-radius: 10px;
    padding: 2em;
}
.fvon_img .textbox::before,
.fvon_img .textbox::after{
    content: "";
    display: block;
    position: absolute;
    width: 5.5em;
    height: 3.5em;
    left: 14em;
}
.fvon_img .textbox::before{
    background: #2cb500;
    clip-path: polygon(0 0, 85% 0, 100% 100%);
    bottom: -3.5em;
}
.fvon_img .textbox::after{
    background: #fff;
    clip-path: polygon(5px 0, calc(85% - 5px) 0, calc(100% - 5px) calc(100% - 6px));
    bottom: -3.4em;
}
.fvon_object{
    animation: wakame 2s 0s infinite;
}
@media (max-width:1580px){
    .fvimage_box,
    .fvimage #slider > *,
    .fvimage .bx-viewport{
        height: 600px !important;
    }
}
@media (max-width:960px){
    .fvimage_box,
    .fvimage #slider > *,
    .fvimage .bx-viewport{
        height: 47vw !important;
    }
    .fvon_object{
        width: 100%;
        max-width: 25vw;
    }
    .fvon_img .textbox{
        width: 41vw;
        bottom: 21vw;
        padding: 2.5vw;
    }
    .fvon_img .textbox::before{
        bottom: -6vw;
    }
    .fvon_img .textbox::after{
        bottom: -5.9vw;
    }
    .fvon_img .textbox::before,
    .fvon_img .textbox::after{
        left: 3vw;
        width: 8vw;
        height: 6vw;
    }
}
@media (max-width:440px){
    .fvon_img .textbox{
        bottom: 19vw;
    }
    .fvon_img .textbox::after{
        clip-path: polygon(6px 0, calc(85% - 5px) 0, calc(100% - 4px) calc(100% - 6px));
    }
}
@keyframes wakame {
    0%{ transform: scale(1.0) translate(0%, -0%);}
    70% { transform: scale(1.0) translate(0%, -0%);}
    80% { transform: scale(1.1) translate(0%, -120%);}
    90% { transform: scale(1.0) translate(0%, -0%);}
    95% { transform: scale(1.05) translate(0%, -10%);}
    100% { transform: scale(1.0) translate(0%, -0%);}
}


/*  */
.linkbanner-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
}
.linkbanner-wrap .block{
    width: calc((100% - 2em * 2) / 3);
    overflow: hidden;
}
@media (max-width:860px){
    .linkbanner-wrap{
        gap: 1em;
    }
    .linkbanner-wrap .block{
        width: calc((100% - 1em) / 2);
    }
}
@media (max-width:640px){
    .linkbanner-wrap .block{
        width: 100%;
    }
}
.linkbanner-wrap .img{
    transition: transform .3s;
}
.linkbanner-wrap .link:hover .img{
    transform: scale(1.05, 1.05);
}


/*  */
.seller_item{
    background: #fffaeb;
    padding-top: 3em;
    padding-bottom: 3em;
}
.seller_item .productlist{
    counter-reset: number 0;
}
.seller_item .productlist_link{
    position: relative;
}
.seller_item .productlist_link::before{
    counter-increment: number 1;
    content: counter(number);
    position: absolute;
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    left:-.3em;
    top:-.6em;
    font-size: 170%;
    font-weight: bold;
    background: #295dba;
    color: #fff;
    border-radius: 100vw;
}
.seller_item .productlist_box:nth-child(1) .productlist_link::before{
    background:linear-gradient(to bottom,
		#ffcf63 0%,
		#ff860d 100%);
}
.seller_item .productlist_box:nth-child(2) .productlist_link::before{
    background:linear-gradient(to bottom,
		#fc728b 0%,
		#fb355a 100%);
}
.seller_item .productlist_box:nth-child(3) .productlist_link::before{
    background:linear-gradient(to bottom,
		#53bb69 0%,
		#05a527 100%);
}


/*  */
.about_store{
    background: url(https://img21.shop-pro.jp/PA01501/474/etc_base64/YWJvdXRiZw.jpg?cmsp_timestamp=20230727140105) no-repeat center center;
    background-size: cover;
    position: relative;
    padding-top: 2em;
    padding-bottom: 2em;
}
.about_store::before{
    content: "";
    background: rgba(234, 242, 255, .85);
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.about_store_inner{
    position: relative;
    z-index: 2;
}
.about_store .aboutimage{
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 820px;
    margin-bottom: 2em;
}
.about_store .subtit{
    display: flex;
    justify-content: flex-start;
}
.about_store .subtit .txt{
    border: 1px solid #6581b3;
    color: #6581b3;
    background: #fff;
    border-radius: 100vw;
    padding: .7em 1em;
    line-height: 1;
    width: 18em;
    display: flex;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 1em;
}
.about_store .title{
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    font-size: min(7vw, 34px);
    line-height: 1.2;
    margin-bottom: 1em;
    color: #6581b3;
}
.about_store .image_text{
    display: flex;
    gap: 2em;
}
.about_store .image_text .imagebox{
    width: 100%;
    max-width: 400px;
    text-align: center;
}
.about_store .image_text .textbox{
    flex: 1;
}
.about_data{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em;
    padding: 1.5em;
    margin-top: 1.5em;
    background: #fff;
    border: 1px solid #d6e1f3;
    border-radius: 10px;
}
.about_data .tit{
    font-weight: bold;
    display: block;
    text-align: center;
    border-radius: 100vw;
    line-height: 1;
    padding: .5em 1em;
    background: #6581b3;
    color: #fff;
    width: 10em;
    margin-bottom: .7em;
    margin-right: auto;
    margin-left: auto;
}
.about_data .text{
    text-align: center;
    font-size: 20px;
    line-height: 1;
}
.about_data .text .point{
    font-size: 130%;
    color: #1E5EC6;
    font-weight: bold;
}
@media (max-width:960px){
    .about_data{
        width: 100%;
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
        gap: 2em 1em;
    }
    .about_data .block{
        width: calc((100% - 1em)/2);
    }
    .about_store .image_text{
        flex-direction: column;
    }
    .about_store .image_text .imagebox{
        margin-right: auto;
        margin-left: auto;
        max-width: 600px;
    }
}
@media (max-width:480px){
    .about_data{
        padding: 1em;
    }
    .about_data .tit{
        width: 100%;
    }
    .about_data .text{
        font-size: 18px;
    }
}


.news_comment{
  font-size:120%;
}
@media (max-width:960px){
  .news_comment{
 font-size:90%;
}
}