/*====================================================*/
/* layout */
/*====================================================*/
.ec_wrap {
    padding-left : calc( 40 * 100% / 750 );
    padding-right : calc( 40 * 100% / 750 );
}
.ec_wrap_m {
    margin-left : calc( 40 * 100% / 750 );
    margin-right : calc( 40 * 100% / 750 );
}

@media print,screen and (min-width: 750px) and (max-width:1024px){
    .ec_wrap {
		padding-left : calc( 110 * 100% / 1024 );
		padding-right : calc( 110 * 100% / 1024 );
	}
    .ec_wrap_m {
		margin-left : calc( 110 * 100% / 1024 );
		margin-right : calc( 110 * 100% / 1024 );
	}
}
@media print,screen and (min-width: 1025px){
    .ec_wrap {
		padding-left : calc( 201 * 100% / 1025 );
		padding-right : calc( 201 * 100% / 1025 );
	}
    .ec_wrap_m {
		margin-left : calc( 201 * 100% / 1025 );
		margin-right : calc( 201 * 100% / 1025 );
	}
}
@media print,screen and (min-width: 1400px){
    .ec_wrap {
		padding-left : calc( ( 100% - 998px ) / 2 );
		padding-right : calc( ( 100% - 998px ) / 2 );
	}
    .ec_wrap_m {
		margin-left : calc( ( 100% - 998px ) / 2 );
		margin-right : calc( ( 100% - 998px ) / 2 );
	}
}


/*====================================================*/
/* mv */
/*====================================================*/
.ec-front_search {
	margin-top: 3rem;
	margin-bottom: 3rem;
	margin-left: calc(20* 100% / 750);
    margin-right: calc(20* 100% / 750);
}

.ec-front_sabusuku {
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding-left: calc(20* 100% / 750);
    padding-right: calc(20* 100% / 750);
	background-color: #f4f8f3;
}
.ec-front_sabusuku .ec-title {
	margin-bottom: 2rem;
}

.ec-front_sabusuku_banner {
	margin: 4rem 0;
}

.ec-front_sabusuku_bottom a:first-of-type {
	margin-bottom: 2rem;
}
.product_category_slider {
	margin-top: 2rem;
}
.product_category_slider .swiper-slide {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.product_category_slider .swiper-slide img {
    aspect-ratio: 1 / 1;
	object-fit: cover;
}
.product_category_slider .swiper-slide a {
	position: relative;
    aspect-ratio: 1 / 1;
}
.product_category_slider .swiper-slide a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
}
.product_category_slider .swiper-slide .slider_Category-name {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

#front_search::before {
    display: block;
    height: 8rem;
    margin-top: -8rem;
    content: "";
}


section.ec-front_magazine {
	margin-top: 3rem;
	margin-bottom: 3rem;
	margin-left: calc(20* 100% / 750);
    margin-right: calc(20* 100% / 750);
}
.magazine-list,
.viewed-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 1rem;
	margin: 2rem 0;
}
.time {
	margin-top: 8px;
	color: #7f9e7b;
	font-size: var(--font-Montserrat);
}
.title {
	margin: 0.5em 0;
	font-size: 1.2rem;
}

section.ec-front_viewed {
	margin-top: 3rem;
	margin-bottom: 3rem;
	margin-left: calc(20* 100% / 750);
    margin-right: calc(20* 100% / 750);
}
.ec-front_viewed .viewed-list {
	margin: 2rem 0;
}
.ec-front_info {
	margin-top: 3rem;
	margin-bottom: 10rem;
	margin-left: calc(20* 100% / 750);
    margin-right: calc(20* 100% / 750);
}
.news-list {
	margin-top: 3rem;
}
.news-list .news-list_card {
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #cdcdcd;
}
.news-list .news-list_card:first-of-type {
	border-top: 1px solid #cdcdcd;
}

@media print,screen and (min-width: 1025px){
	.mv_slider .swiper-slide img {
		width: 100%;
	}
	
#front_search::before {
    display: block;
    height: 15rem;
    margin-top: -15rem;
    content: "";
}
	.ec-front_search {
		width: 678px;
		margin: 5rem auto;
	}
	.ec-front_sabusuku {
		padding-top: 5rem;
		padding-bottom: 5rem;
		padding-left : calc( 201 * 100% / 1025 );
		padding-right : calc( 201 * 100% / 1025 );
	}
	.ec-front_sabusuku .ec-title {
		margin-bottom: 3rem;
	}
	.ec-front_sabusuku_bottom {
		display: flex;
		align-items: start;
	}
	.ec-front_sabusuku_bottom a:first-of-type {
		margin-bottom: 0;
		margin-right: 3rem;
	}
	.ec-front_fuatured {
		padding-top: 5rem;
		padding-bottom: 5rem;
		padding-left : calc( 201 * 100% / 1025 );
		padding-right : calc( 201 * 100% / 1025 );
		
	}
	.product_category_slider {
		margin-top: 3rem;
	}
	section.ec-front_magazine,
	section.ec-front_viewed,
	.ec-front_info {
		padding-top: 5rem;
		padding-bottom: 5rem;
		padding-left : calc( 201 * 100% / 1025 );
		padding-right : calc( 201 * 100% / 1025 );
	}
	.magazine-list,
	.viewed-list{
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 2rem;
		margin: 4rem 0;
	}
	.news-list .news-list_card {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
		margin-bottom: 0;
		border-bottom: 1px solid #cdcdcd;
	}
	.ec-front_info a {
		display: flex;
		align-items: center;
	}
	.ec-front_info a .title {
		margin: 0 0 0 2em
	}
	.news-list {
		margin: 3rem 0;
	}
}


/*タブ*/
/* .tab{
	max-width: 600px;
	margin: 0 auto;
  } */
  
  .tab-list{
	display: flex;
	  margin-top: 3rem;
  }
  
  .tab-list-item{
	width: 25%;
	text-align: center;
	padding: 8px 0;
	cursor: pointer;
  }
  
  .tab-contents{
	/* background-color: #ffede2; */
	display: none;
	padding: 20px;
  }
  
  .is-btn-active{
	/* background-color: #ffede2;
	font-weight: bold; */
	border-bottom: 1px solid #000;
  }
  
  .is-contents-active{
	display: block;
  }

.tab-contents-wrap .flex-product-list.wrap_product {
    display: grid;
grid-template-columns: repeat(2, 1fr);
}
@media print,screen and (min-width: 1025px){
.tab-contents-wrap .flex-product-list.wrap_product {
grid-template-columns: repeat(3, 1fr);
}
}

/*====================================================*/
/* 共通 */
/*====================================================*/
.ec-title {
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
}
.ec-title span:not(.ec-title_main) {
	display: block;
	margin-bottom: 6px;
	color: #2a6421;
	font-family: var(--font-Montserrat);
	font-size: 1.6rem;
	font-weight: 400;
}
@media print,screen and (min-width: 1025px){
	.ec-title {
		font-size: 4rem;
	}
	.ec-title span:not(.ec-title_main) {
		margin-bottom: 1.5rem;
		font-size: 2rem;
	}
}


.flex-product-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}



/* 商品カードデザイン */
.features-card .mask {
	aspect-ratio: 1 / 1;
    overflow: hidden;
}
.features-card .mask img {
	object-fit: cover;
    object-position: center;
	width: 100%;
    height: 100%;
}
.features-card_category {
	margin: 1.5rem 0;
	font-size: 1.6rem;
	letter-spacing: 0.16em;
	text-align: center;
}
.features-card_title {
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 0.1em;
}
.features-card_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1rem;
}
.features-card_price {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.features-card_price span {
	font-family: var(--font-Montserrat);
	font-size: 2rem;
}



/* 2カラム */
@media print,screen and (min-width: 1025px){
    .two-columns {
        margin-top: 7rem;
		margin-bottom: 15rem;
        margin-left : calc( 109 * 100% / 1025 );
		margin-right : calc( 109 * 100% / 1025 );
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
    }
    .side-menu {
        width: 199px;
        margin-right: 10.6rem;
    }
    .two-columns_main {
        width: calc(100% - 199px - 10.6rem);
    }
	.two-columns .bread {
		margin: 0 0 7rem 2rem;
	}
	.two-columns .flex-product-list {
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 3.4rem;
		grid-row-gap: 6.5rem;
	}
}

/*====================================================*/
/* サイドメニュー */
/*====================================================*/
.menu-type {
	margin-bottom: 3.5rem;
	font-family: var(--font-Montserrat);
	font-size: 3rem;
	letter-spacing: 0.1em;
}
.side-menu-container li {
	margin-top: 2.3rem;
	padding-bottom: 1.6rem;
	border-bottom: 0.5px solid #666;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}

.my-corner {
	margin: 7rem 0;
	padding: 3rem 2.5rem;
	background-color: #f4f8f3;
}
.my-corner ul {
	margin-top: 2.5rem;
}
.my-corner li:not(:last-of-type) {
	margin-bottom: 2.3rem;
}
.my-corner li a {
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: 300;
}
.my-corner li a img {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 1em;
}
.side-menu_banner li:not(:last-of-type) {
	margin-bottom: 2rem;
}


/*====================================================*/
/* 記事詳細 */
/*====================================================*/
.single_product_page {
	margin-bottom: 10rem;
}

/* スライダー部分 */
.slider-thumbnail {
	margin-top: 1rem;
}
.slider-thumbnail .swiper-slide {
	aspect-ratio: 1/1;
	overflow: hidden;
    opacity: .5;
    transition: opacity .5s;
    width: calc(100% / 3);
}
.slider-thumbnail .swiper-slide img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}
/* レイアウトのためのスタイル */
.single_product_page .swiper {
    max-width: 380px;
}
.single_product_page .swiper-slide img {
    height: auto;
    width: 100%;
}

.single_product_page .slider {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.single_product_page .slider .swiper-slide {
	display: flex;
	justify-content: center; /* 左右の中央揃え */
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.single_product_page .slider .swiper-slide img {
	align-self: center; /* 上下の中央揃え */
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

.product-info {
	margin-top: 5.5rem;
	margin-bottom: 3rem;
	padding-bottom: 2rem;
	border-bottom: 0.5px solid #666;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
.product-category {
	font-size: 1.4rem;
}
.product-name {
	margin: 2rem 0;
	font-weight: 500;
}
.product-price {
	font-size: 1.4rem;
}
.product-price span {
	font-family: var(--font-Montserrat);
	font-size: 2rem;
}

/* シェアボタン */
.share-btn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 7rem;
	margin-top: 3rem;
	font-size: 1.4rem;
	font-weight: 300;
}
.share-btn ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.share-btn li {
    width: 1em;
}
.share-btn a {
    display: block;
}
.share-btn img {
    width: 100%;
    object-fit: contain;
}

.single_product_banner {
	display: block;
}


.product-points {
	margin-top: 3.5rem;
	margin-bottom: 10rem;
	padding: 2.5rem 1rem 1.7rem;
	background-color: #f4f8f3;
}
.product-points dl:not(:last-of-type),
.single_product_supplement dl:not(:last-of-type) {
	margin-bottom: 3.5rem;
}
.product-points dt,
.single_product_supplement dt {
	margin-bottom: 0.5em;
	font-size: 1.6rem;
	font-weight: 400;
}
.product-points dd,
.single_product_supplement dd {
	font-size: 1.4rem;
	font-weight: 300;
}


.single_product_main .ec-title {
	margin-bottom: 4rem;
}


.single_product_supplement {
	margin-top: 4.5rem;
	margin-bottom: 10rem;
	padding: 2.5rem 1rem 1.7rem;
	background-color: #f4f8f3;
}
.single_product_supplement .link_btn {
	margin: 3.5rem 5px 1.8rem;
}
.link_btn_sub {
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.75;
}
.link_btn_sub a {
	display: inline-block;
	text-decoration: underline;
}

@media print,screen and (max-width: 1024px){
	aside.side-menu {
		display: none;
	}
}

@media print,screen and (min-width: 1025px){
	/* スライダー部分 */
	.slider-thumbnail {
		margin-top: 3rem;
	}
	/* レイアウトのためのスタイル */
	.single_product_page .swiper {
		max-width: 500px;
		/* width: 100%; */
	}
	.single_product_page .slider {
		height: 25vw;
		max-height: 430px; /* 最大の高さ */
		min-height: 250px; /* 最小の高さ */
		aspect-ratio: 1 / 1;
		overflow: hidden;
	}

    .product-top {
        display: flex;
        justify-content: space-between;
    }
    .product-slider {
        margin-top: 0;
        width: 46%;
    }
    .product-info {
        margin: 0;
        width: 50%;
    }
    .product-points {
        margin-top: 7rem;
        padding-bottom: 6rem;
    }
    .sub_comment {
        margin: 1.5rem 0;
        font-size: 1.6rem;
    }
	.single_product_banner {
		display: block;
		margin: 3rem 0;
	}
	.product-points {
		padding-bottom: 6rem;
		margin: 5rem 0;
	}
	.recommendation-list.ec_wrap_m,
	.single_product_supplement {
		margin-right: 0;
		margin-left: 0;
	}
}

/* カラーミー */
.cartjs_product_table table {
    width: 100% !important;
    margin: 2rem 0 !important;
    color: #666;
    font-size: 1.6rem;
}
tr.cartjs_option.cartjs_option1 th,
tr.cartjs_option.cartjs_option2 th {
	padding-bottom: 0 !important;
}
tr.cartjs_option.cartjs_option1 select,
tr.cartjs_option.cartjs_option2 select {
    height: 2.5em !important;
    line-height: 1 !important;
    padding: 0px 1em !important;
    border-radius: 0 !important;
    color: #666 !important;
}
.cartjs_cart_in input[type="submit"] {
    width: 100% !important;
    height: 3em !important;
    border-radius: 0 !important;
    background-color: #7F9E7B !important;
}