@charset "UTF-8";
/* CSS Document */



/*----------------------------------
      商品詳細2カラムレイアウト
-----------------------------------*/

.t-tclmn,.t-oclmn{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
	.t-tclmn .img,.t-oclmn .img{
		width: 48%;
                margin-right: 4%!important;
	}
	.t-tclmn .img:last-child{
		margin-right: 0%!important;
	}
	.t-oclmn .img:last-child{
		margin-right: 0%!important;
	}
		.t-tclmn .img img,.t-oclmn .img img{
			width: 100%;
			height: auto;
			object-fit: cover;
		}

@media screen and (max-width: 896px) {
	.t-oclmn .img{
		width: 100%;
		margin-right: 0!important;
	}
}



/*----------------------------------
            商品詳細ブログ
-----------------------------------*/
.fs-system-product .fs-c-slick .slick-slide{
    opacity: 0!important;
}
@media screen and (max-width: 768px) {
.fs-system-product .fs-c-slick .slick-slide{
        transform: scale(0.9);
}
}
.fs-system-product .fs-c-slick .slick-slide.slick-current {
    opacity: 1!important;
}

.fs-body-product .features_area.none{
    display:none;
}

.fs-body-product .features_area{
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 60px;
}


.features_area .fs-p-heading--lv2 {
    margin: -10px auto 30px;
    border: none;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #434140;
    font-weight: 700;
    letter-spacing: 0.1em;
    width: 100%;
    max-width: 1300px;
}
.features_area .fs-p-heading--lv2 .gf-Poppins {
    display: inline-block;
    font-size: 4.2rem;
    transform: translateY(3px);
    color: #043C79;
    margin-right: 0;
}
.features_area .fs-p-heading--lv2 .gf-Poppins:after{
    content: "/";
    display: inline-block;
    transform: translateY(-3px);
    font-size: 1.5rem;
    color: #434140;
    font-weight: 400;
    margin: 0px 13px 0 15px;
}


.fs-body-product .features_area .swiper-slide p.date{
    font-size: 1.5rem;
    letter-spacing: 0.14rem;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    color:#09356A;
}
.fs-body-product .features_area .swiper-slide p.ttl{
    font-size: 1.6rem;
    line-height: 1.4;
    color:#000;
    margin: 0!important;
}
.fs-body-product .features_area .swiper-slide .c-img{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}
    .fs-body-product .features_area .swiper-slide .c-img:before{
        content:"";
        display: block;
        padding-top: 72%; /* 高さを幅の75%に固定 */
    }
    .fs-body-product .features_area .swiper-slide .c-img img{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height:100%;
        object-fit: cover;
        object-position: center;
    }

.fs-body-product .features_area .swiper-button-next, .fs-body-product .features_area .swiper-button-prev {
    display: none;
}
.fs-body-product .features_area .swiper-pagination {
    margin: 15px 0 0;
}



@media screen and (max-width: 768px){
 .fs-body-product .features_area{
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 50px;
     position: relative;
} 
    
.features_area .fs-p-heading--lv2 {
    font-size: 1.1rem;
    margin: 0 0 15px;
    padding: 0;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0.05em;
}
    .features_area .fs-p-heading--lv2 .gf-Poppins {
        font-size: 3rem;
        line-height: 1;
    }
    .features_area .fs-p-heading--lv2 .gf-Poppins:after{
        content: "/";
        font-size: 1rem;
        margin: 0 12px;
    }
    .fs-body-product .features_area .swiper{
        position: relative;
        width: 87%;
        margin: 0 auto;
        overflow: hidden;
    }
    .fs-body-product .features_area .swiper .swiper-wrapper{
/*        overflow: hidden;*/
    }
.fs-body-product .features_area .swiper-slide p.date{
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 6px;
}
.fs-body-product .features_area .swiper-slide p.ttl{
    font-size: 1.4rem;
}

.fs-body-product .features_area .swiper-pagination {
    display: none;
}   
    
.fs-body-product .features_area .swiper-button-next, .fs-body-product .features_area .swiper-button-prev {
    display: block;
    position: absolute;
    width: 12px!important;
    height: 24px!important;
    margin-top: 0!important;
}
    .fs-body-product .features_area .swiper-button-next{
        right:0px;
        background: url(https://kzonline.itembox.design/item/img/common/itemdetail_sliderarrow_right.svg) center no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }
     .fs-body-product .features_area .swiper-button-prev{
        left:0px;
        background: url(https://kzonline.itembox.design/item/img/common/itemdetail_sliderarrow_left.svg) center no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }   
}
/*----------------------------------
//商品詳細ブログ
-----------------------------------*/