@charset "utf-8";
/*  */

img {
	max-width: 100%;
}

/* category banner */

.categoryBanner {}

.categoryBanner__inner {}

@media (min-width: 769px) {
	.categoryBanner {}
	.categoryBanner__inner {}
}

@media (max-width: 768px) {
	.categoryBanner {}
	.categoryBanner__inner {}
}

/* product anchor */
.productIndex{
	margin: 0;
	padding: 0;
	list-style: none;

	margin-left: -1em;
	margin-bottom: -1em;
	
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
	justify-content: flex-start;/*add_20190926*/
}
.productIndex__item{
	margin-left: 1em;
	margin-bottom: 1em;
}
.productIndex__link{
	display: block;
	/*padding: .25em .5em;*/
	padding: .5em 2em;/*add_20190926*/
	
	font-size: .875em;
	line-height: 2em;
	
	color: #fff;
	background-color: #308BD9;
}


.productCategory__heading{
	margin-bottom: 1em;
	text-align: center;
}

/*add_20190926*/
.column{}
.column__title{
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	
	color: #2C72AE;
	font-size: 1.25em;
	line-height: 1.75em;
	padding-left: .75em;
	padding-top: .25em;
	padding-bottom: .25em;
	border-left: 6px solid;
	background-color: #f7f7f7;
}

.icon_arrow span {
	display: inline-block;
	transform: rotate(90deg);
	font-size: 0.75em;
}
	

/* product list */

.products {}

.products__inner {}

@media (min-width: 769px) {
	.products {}
	.products__inner {}
}

@media (max-width: 768px) {
	.products {}
	.products__inner {}
}

.productFrame {}

.productFrame__item {}

@media (min-width: 769px) {
	.productFrame {
		display: flex;
		flex-wrap: wrap;
		margin-top: -5em;
		margin-left: -3.90625%;
		padding-bottom: 7em; /*add_20190927*/
	}
	.productFrame2 {
		display: flex;
		flex-wrap: wrap;
		margin-top: -5em;
		margin-left: -3.90625%;
		padding-bottom: 7em; /*add_20190927*/
	}
	.productFrame__item {
		flex: 0 0 21.09375%;
		box-sizing: border-box;
		margin-top: 5em;
		margin-left: 3.90625%;
		position: relative;
		padding-bottom: 2.5em;
	}
}

@media (max-width: 768px) {
	.productFrame {
		padding-bottom: 5em;
	}
	.productFrame2 {
	}
	.productFrame__item {
		border-bottom: 1px solid #E5E6E6;
		padding-bottom: 1.25em;
	}
	.productFrame__item:not(:last-child) {
		margin-bottom: 1.25em;
	}
}

/* 一覧：商品 */

.product {
	font-size: .875em;
	line-height: 1.75em;
}

.product__image {
	display: block;
	position: relative;
}

.product__image>img {
	border: 1px solid #E5E6E6;
}

.product__icon {
	position: absolute;
	top: 0;
	left: 0;
	padding: .125em 1.5em;
	font-weight: bold;
	color: #fff;
	background-color: #f39800;
}

.product__icon--new {}

.product__body {}

.product__name {
	min-height: 4.5rem;
}

.product__price {
	color: #2C72AE;
	font-weight: 600;
}

.productNavi {
	margin-top: auto;
}

.product__button {
	font-size: .9375em;
	font-weight: normal;
}

@media (min-width: 769px) {
	.product {}
	.product__image {
		margin-bottom: .5em;
	}
	.product__icon {}
	.product__icon--new {}
	.product__body {}
	.product__name {}
	.product__price {
		text-align: center;
		margin-top: 0.8em;
		margin-bottom: 1em;
	}
	.productNavi {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.product__button {}
}

@media (max-width: 768px) {
	.product {
		display: flex;
	}
	.product__image {
		flex: 0 0 90px;
		margin-right: 2em;
	}
	.product__icon {
		font-size: .875em;
		line-height: 1.75em;
	}
	.product__icon--new {}
	.product__body {
		flex: 1 1 auto;
	}
	.product__name {}
	.product__price {
		margin-top: .75em;
		margin-bottom: .75em;
	}
	.product__button {}
}

.productNavi {
	margin: 0;
	padding: 0;
	list-style: none;
}

.productNavi__item {}

@media (min-width: 769px) {
	.productNavi {}
	.productNavi__item {}
}

@media (max-width: 768px) {
	.productNavi {
		width: 80%;
	}
	.productNavi__item {}
}

/* 詳細：製品情報 */

.productInfoFrame {}

.productInfoFrame__heading {
	margin-bottom: 2em;
}

.productInfoFrame__gallery {
	position: relative;
}

.productInfoFrame__notes {}

@media (min-width: 769px) {
	.productInfoFrame {
		display: flex;
		justify-content: space-between;
	}
	.productInfoFrame__heading {
		display: none;
	}
	.productInfoFrame__gallery,
	.productInfoFrame__notes {
		flex: 0 0 auto;
		width: 450px;
	}
	.productInfoFrame__gallery {}
	.productInfoFrame__notes {}
}

@media (max-width: 768px) {
	.productInfoFrame {}
	.productInfoFrame__heading {}
	.productInfoFrame__gallery {
		margin-bottom: 2em;
	}
	.productInfoFrame__notes {}
	.productInfoFrame__notes .productInfo__name {
		display: none;
	}
}

.productInfo__icon {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	padding: .125em 1.5em;
	font-size: .875em;
	font-weight: bold;
	line-height: 1.75em;
}

.productInfo__icon--new {
	color: #fff;
	background-color: #f39800;
}

.productInfo__name {
	margin: 0;
	padding: 0;
	font-size: 1.875em;
	font-weight: 500;
	line-height: 1.25em;
}

.productInfo__notes {
	font-size: .875em;
	line-height: 1.75em;
}

.productInfo__catch {
	margin: 0;
	padding: 0;
}

@media (min-width: 769px) {
	.productInfo__name {
		margin-bottom: 1.125em;
	}
	.productInfo__notes {}
}

@media (max-width: 768px) {
	.productInfo__name {}
	.productInfo__notes {}
}

.productGallery {
	margin: 0;
	padding: 0;
	list-style: none;
}

.productGallery__item {}

.productGallery__item>img {
	width: 100%;
}

@media (min-width: 769px) {
	.productGallery {}
	.productGallery__item {}
}

@media (max-width: 768px) {
	.productGallery {}
	.productGallery__item {}
}

/* slick custom */

.productGallery .slick-dots {}

.productGallery .slick-dots li {}

.productGalleryNav {
	position: relative;
	margin-top: .25em;
	margin-left: -.5em;
	margin-right: -.5em;
}

.productGalleryNav .slick-slide {
	box-sizing: border-box;
	margin-left: .5em;
	margin-right: .5em;
}

.productGalleryNav .slider-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}

.productGalleryNav .slider-prev {
	left: -1em;
	transform: translateX(-100%);
}

.productGalleryNav .slider-next {
	right: -1em;
	transform: translateX(100%);
}

@media (min-width: 769px) {}

@media (max-width: 768px) {}

.productPrice {
	display: flex;
	margin: 1.5em 0;
	padding: .5em 0;
	border-style: solid;
	border-width: 1px 0;
	border-color: #E5E6E6;
}

.productPrice__head,
.productPrice__body {
	margin: 0;
	padding: 0;
}

.productPrice__head {
	margin-right: 20%;
}

.productPrice__body {
	font-size: 1.5em;
	font-weight: bold;
}

.productPrice__tax {
	font-weight: normal;
	font-size: .75em;
}

@media (min-width: 769px) {
	.productPrice {}
	.productPrice__head {}
	.productPrice__body {}
}

@media (max-width: 768px) {
	.productPrice {}
	.productPrice__head {}
	.productPrice__body {}
}

.productForm {
	margin-bottom: 1em;
}

.productFormField {
	border: 0 none;
	margin: 0;
	padding: 0;
	margin-bottom: 1.25em;
}

.productFormField__head {
	margin: 0;
	padding: 0;
	margin-bottom: .5em;
	color: #808283;
	font-size: .875rem;
	line-height: 1.75em;
}

.productFormNavi {
	margin: 0;
	padding: 0;
	list-style: none;
}

.productFormNavi__item {}

.productFormField input[readonly] {
	border: 0 none;
	color: #9DA6AE;
	font-size: .875em;
}

@media (min-width: 769px) {
	.productForm {}
	.productFormField {}
	.productFormField__head {}
	.productFormNavi {}
	.productFormNavi__item {}
}

@media (max-width: 768px) {
	.productForm {}
	.productFormField {}
	.productFormField__head {}
	.productFormNavi {}
	.productFormNavi__item {}
}

/* 詳細：モーダル */

#inCart {
	display: none;
}

#inCart:target,
#inCart.js-modal--active {
	display: flex;
	justify-content: center;
	align-items: center;
	animation: kf-incart-popup 300ms ease-out;
}

@keyframes kf-incart-popup {
	from {
		opacity: 0;
		transform: scale(.8);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.js-modal__close {
	cursor: pointer;
}

.cartModal {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.cartModal__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
}

.cartModal__window {
	overflow: auto;
	max-height: 90vh;
	box-sizing: border-box;
	padding: 2.875em;
	border: 5px solid #9DA6AE;
	background-color: #f7f7f7;
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.cartModal__title {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #9DA6AE;
}

.cartModal__close {
	position: absolute;
	top: 1em;
	right: 1em;
}

.cartModal__closeButton {
	display: block;
	width: 1em;
	height: 1em;
	line-height: 1em;
	text-align: center;
	padding: .25em;
	border-radius: 9em;
	color: #fff;
	background-color: #9DA6AE;
}

@media (min-width: 769px) {
	.cartModal {}
	.cartModal__bg {}
	.cartModal__window {
		max-width: 1024px;
	}
	.cartModal__title {}
	.cartModal__close {}
	.cartModal__closeButton {}
}

@media (max-width: 768px) {
	.cartModal {}
	.cartModal__bg {}
	.cartModal__window {
		max-width: 90%;
	}
	.cartModal__title {}
	.cartModal__close {}
	.cartModal__closeButton {}
}

.modalProductInfo {
	display: flex;
	align-items: center;
}

.modalProductInfo__photo {}

.modalProductInfo__body {}

.modalProductInfo__name {}

.modalProductInfo__num {}

.modalProductInfo__price {}

@media (min-width: 769px) {
	.modalProductInfo {}
	.modalProductInfo__photo {
		width: 200px;
		margin-right: 1.875em;
	}
	.modalProductInfo__body {
		display: flex;
		align-items: center;
	}
	.modalProductInfo__body--fixed{
		flex: 1 1;
		justify-content: center;
	}
	.modalProductInfo__name {
		margin-right: 1.875em;
	}
	.modalProductInfo__num {
		margin-right: 1.875em;
	}
	.modalProductInfo__price {}
}

@media (max-width: 768px) {
	.modalProductInfo {}
	.modalProductInfo__photo {
		width: 90px;
		/*margin-right: 1em;*/
		max-width: 50%;
		margin: 0 auto;
	}
	.modalProductInfo__body {}
	.modalProductInfo__name {}
	.modalProductInfo__num {}
	.modalProductInfo__price {}
}

.modalNavi {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 2em;
	margin-bottom: 2em;
	display: flex;
	justify-content: center;
}

.modalNavi__kencos3_electrolyte{
	margin-top: 1em;
	margin-bottom: 1em;
}

.modalNavi__item {
	flex: 0 1 auto;
}

.modalProductInfo__info{
	border: 1px solid #000000;
}

@media (min-width: 769px) {
	.modalNavi {}
	.modalNavi__item {
		flex-basis: 300px;
	}
	.modalProductInfo__info{
		display: flex;
		align-items: center;

		margin-top:15px;
		margin-bottom:15px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.modalNavi__kencos3_electrolyte_info{
		font-size:20px;
		margin-left:-50px;
	}
}

@media (max-width: 768px) {
	.modalNavi {}
	.modalNavi__item {}

	.modalProductInfo__info{
		padding: 1em;
	}
}

.modalNotice {
	margin: 0;
	padding: 0;
	list-style: none;
}

.modalNotice__item {
	text-align: center;
}

@media (min-width: 769px) {
	.modalNotice {}
	.modalNotice__item {}
}

@media (max-width: 768px) {
	.modalNotice {}
	.modalNotice__item {}
}

/* 詳細：フリーコンテンツ */

.freeContentFrame {}

.freeContentFrame__item {}

.freeContentFrame__item:not(:last-child) {
	margin-bottom: 3.75em;
}

@media (min-width: 769px) {
	.freeContentFrame {}
	.freeContentFrame__item {}
}

@media (max-width: 768px) {
	.freeContentFrame {}
	.freeContentFrame__item {}
}

.freeContent {
	/* add 20190927 */
	padding-left: 2%;
	padding-right: 2%;
}

.freeContent__title {
	position: relative;
	margin: 0;
	padding: 0;
	color: #2C72AE;
	font-size: 1.125rem;
	line-height: 1.75em;
	padding-left: 1em;
	border-left: 6px solid;
}

.freeContent__body,
.freeContent__more {
	font-size: .875em;
	line-height: 1.75em;
}

.freeContent__moreButton {
	font-size: .9375em;
	line-height: 1.5em;
	padding: .5em;
}

.freeContent iframe {
	max-width: 100%;
}

.freeContent img {
	max-width: 100%;
}

.freeContent .buttonFrame1 {
	margin-top: 2em;
}

@media (min-width: 769px) {
	.freeContent {}
	.freeContent__title {}
	.freeContent__body {}
	.freeContent__more {}
	.freeContent__moreButton {}
}

@media (max-width: 768px) {
	.freeContent {}
	.freeContent__title {}
	.freeContent__body {}
	.freeContent__more {}
	.freeContent__moreButton {}
}

@media (min-width: 769px) {
	.split {
		display: flex;
		margin-left: -1.875em;
	}
	.split__item {
		flex: 1 1 50%;
		margin-left: 1.875em;
	}
}

@media (max-width: 768px) {
	.split__item {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.split__item:not(:last-child) {
		margin-bottom: 1em;
	}
}



@media (min-width: 769px) {
	.divide {
		display: flex;
		margin-left: -1.875em;
	}
	.divide__item {
		flex: 1 1 50%;
		margin-left: 1.875em;
	}
}

@media (max-width: 768px) {
	.divide {
		display: flex;
	}
	.divide__item {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.divide__item:not(:last-child) {
		margin-bottom: 1em;
	}
}


/* ナンバー付きリスト：add20190927 */
.list1{
	margin: 0;
	padding: 0;
	list-style: none;
	
	counter-reset: list_counter;
}
.list1__item{
	display: flex;
	align-items: flex-start;
	
	list-style: 2em;
	
	counter-increment: list_counter;
}
.list1__item:not(:first-child){
	margin-top: .5em;
}
.list1__item:not(:last-child){
	margin-bottom: .5em;
}
.list1__item:before{
	content: counter(list_counter);
	
	margin-top: .2em;
	margin-right: .5em;
	
	flex: 0 0 auto;
	width: 1em;
	height: 1em;
	line-height: 1em;
	padding: .5em;
	
	font-size: .75em;
	
	text-align: center;
	
	color: #fff;
	background-color: #1e90ff;
	border-radius: 99em;
}


/* 詳細：おすすめ */

.recommendWrap {
	overflow: hidden;
}

.recommendFrame {}

.recommendFrame__title {
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom: 1.5em;
	font-size: 1.875rem;
}

.recommendFrame__body {}

@media (min-width: 769px) {
	.recommendFrame {}
	.recommendFrame__title {}
	.recommendFrame__body {}
}

@media (max-width: 768px) {
	.recommendFrame {}
	.recommendFrame__title {}
	.recommendFrame__body {}
}

.recommend {
	margin: 0;
	padding: 0;
	list-style: none;
}

.recommend__item {
	text-align: center;
}

.recommend__wrap {
	display: block;
	color: #111111;
}

.recommend__fig {
	margin-bottom: .5em;
}

.recommend__name {
	margin: 0;
	padding: 0;
}

.recommend__price {
	margin: 0;
	padding: 0;
	color: #808283;
	font-size: .8em;
	font-weight: bold;
}

.recommend .slick-slide {
	padding-left: 1em;
	padding-right: 1em;
}

@media (min-width: 769px) {
	.recommend {}
	.recommend__item {}
	.recommend__wrap {}
	.recommend__fig {}
	.recommend__name {}
	.recommend__price {}
}

@media (max-width: 768px) {
	.recommend {}
	.recommend__item {}
	.recommend__wrap {}
	.recommend__fig {}
	.recommend__name {}
	.recommend__price {}
}

/* slick custom [common] */

.slick-arrow {}

.slick-prev::before,
.slick-next::before {
	content: "" !important;
}

.slick-prev:before,
.slick-next:before {
	display: block;
	border-style: solid;
	border-color: #9DA6AE;
	transform: rotate(45deg);
	width: 1em;
	height: 1em;
}

.slick-prev:before {
	border-width: 0 0 2px 2px;
	transform: rotate(45deg);
}

.slick-next:before {
	border-width: 2px 2px 0 0;
}

@media (min-width: 769px) {}

@media (max-width: 768px) {}

.soldGrayOut {
	pointer-events:none;
	/*-webkit-filter: grayscale(1);
	filter: grayscale(1);*/
	cursor: default;
}