@charset "utf-8";
/* CSS Document */
*{word-break: break-all;}

.mainContents *{
	box-sizing: border-box;
}
.mainContents p{
	font-size: 15px;
	line-height: 1.6rem;
}
.mainContents > section{
	margin: 40px auto 80px;
}

.mainContents > section section{
	margin: 40px auto;
}


/*--------Hタグ--------*/
/*----下に短線----*/
*.hUnderLine{
	margin: 0 auto 30px;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3em;
	text-align: center;
	position: relative;
}
*.hUnderLine:after{
	content: "";
	display: block;
	width: 30%;
	height: 1px;
	background-color: #191919;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -10px;
}

/*----上下に長線----*/
*.hTopBtmLine{
	margin: 0 auto 30px;
	padding: 30px 10px 15px;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3em;
	text-align: center;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	position: relative;
}
*.hTopBtmLine > span.minititle{
	display: inline-block;
	width: fit-content;
	padding: 5px 15px;
	transform: translateX(-50%);
	position: absolute;
	top: -20px;
	left: 50%;
}

@media screen and ( max-width: 736px ){
	/*Hタグ*/
	/*----下に短線----*/
	*.hUnderLine{
		font-size: 28px;
	}
	*.hUnderLine:after{
		width: 30%;
	}

	/*----上下に長線----*/
	*.hTopBtmLine{
		font-size: 25px;
		line-height: 1.3em;
	}
	*.hTopBtmLine > span.minititle{
		font-size: 20px;
	}
	
	*.hUnderLine + p,
	*.hTopBtmLine + p{
		margin: 20px 2%;
	}
}

@media screen and ( max-width: 480px ){
	/*Hタグ*/
	*.hTopBtmLine{
		font-size: 22px;
	}
	*.hTopBtmLine > span.minititle{
		font-size: 18px;
	}
}


/*----------------------------------------------------------------------------------------------
 apparel　M1
----------------------------------------------------------------------------------------------*/
/*-----------------タイトル--------------------*/
.categoryTitle{
	margin-bottom: 20px;
	padding-left: 40px;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.6em;
	border-left: 5px solid #ff2424;
	position: relative;
}

/*-----------------メインイメージ--------------------*/
.mainImg{
	margin: 0 auto 30px;
}

.mainImg .subTitle{
	margin: 20px 0;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.5em;
	position: relative;
}
.mainImg .subTitle:after{
	content: "";
	display: block;
	width: 70%;
	height: 1px;
	background-color: #191919;
	position: absolute;
	bottom: -5px;
	left: 0;
}

/*
.mainImg .subTitle + p{
	margin: 10px auto;
	font-size: 16px;
	font-weight: 700;
}
*/

@media screen and ( max-width: 736px ){
	/*-----------------タイトル--------------------*/
	.categoryTitle{
		padding-left: 20px;
		font-size: 30px;
	}

	/*-----------------メインイメージ--------------------*/
	.mainImg .subTitle{
		margin: 20px auto;
		padding: 0 10px;
		font-size: 22px;
	}

	/*
	.mainImg .subTitle + p{
		margin: 10px 2%;
		font-size: 16px;
	}*/

	.mainImg > p{
		margin: 10px 2%;
	}
}

@media screen and ( max-width: 480px ){
	/*-----------------タイトル--------------------*/
	.categoryTitle{
		font-size: 28px;
	}
	/*-----------------メインイメージ--------------------*/
	.mainImg .subTitle{
		font-size: 20px;
	}
}

/*-----ランキング-----*/
.accessRanking .rankingTitle{
	color: #ff2424;
	background-color: #f3f3f3;
	background-image: url(../../../../_images/category/apparel/top/ranking-title-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 20px;
	padding: 12px 0 12px 50px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2em;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.accessRanking .rankingTitle:before{
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(../../../../_images/category/_common/ranking-icon-crown.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.accessRanking .rankingTitle:after{
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: #ff2424;
	position: absolute;
	bottom: 0;
	left: 0;
}
.accessRanking .rankingTitle b{
	color: #4743db;
	margin-left: 10px;
	font-size: 25px;
	font-style: italic;
	line-height: 1em;
	vertical-align: baseline;
}

/**/
.accessRanking > p{
	margin: 20px auto;
}

/**/
.accessRanking .linkBtn{
	margin: 30px auto 0;
	text-align: center;
}
.accessRanking .linkBtn a{
	display: block;
	background-color: #ffa518;
	color: #111;
	width: 80%;
	max-width: 600px;
	margin: auto;
	padding: 10px;
	padding-right: 30px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8em;
	position: relative;
}
.accessRanking .linkBtn a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 10px solid #111;
	position: absolute;
	right: 10px;
	top: 5px;
	bottom: 0;
	margin: auto;
}

@media screen and ( max-width: 736px ){
	/*-----ランキング-----*/
	.accessRanking .rankingTitle{
		background-size: 150px auto;
		padding: 10px 5px 10px 50px;
		font-size: 18px;
	}
	
	.accessRanking .rankingTitle b{
		display: inline-block;
		margin-left: 0;
		font-size: 25px;
	}

	.accessRanking .linkBtn{
		margin: 20px auto;
		text-align: center;
	}
	
	.accessRanking .linkBtn a{
		padding-right: 35px;
		font-size: 18px;
	}
	/**/
	.accessRanking > p{
		width: 95%;
	}
}

@media screen and ( max-width: 480px ){
	/*-----ランキング-----*/
	.accessRanking .rankingTitle{
		padding: 10px 5px 10px 50px;
		font-size: 18px;
	}
	
	.accessRanking .rankingTitle b{
		display: inline-block;
		margin-left: 0;
		font-size: 25px;
	}

	.accessRanking .linkBtn a{
		font-size: 17px;
		line-height: 1.5em;
	}
}

/*-----------------選ぶ--------------------*/

/*-----ブランドリスト-----*/
.categoryItemSelect ul.brandList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 25px 0;
	width: 95%;
	margin: 40px auto;
}
.categoryItemSelect ul.brandList > li{
	width: 410px;
}
.categoryItemSelect ul.brandList > li > p{
	margin-top: 10px;
	font-size: 14px;
}

/*-----カテゴリーリスト-----
*.hUnderLine.category{
	font-size: 40px;
}

.categoryItemSelect ul.categoryList{
	display: flex;
	flex-wrap: wrap;
	gap: 25px 30px;
	margin: 40px auto;
}
.categoryItemSelect ul.categoryList > li{
	width: 280px;
}
.categoryItemSelect ul.categoryList > li a{
	display: block;
	height: 100%;
	padding: 15px 20px;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.categoryItemSelect ul.categoryList > li a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-right: 15px solid #1b80fa;
	border-bottom: 15px solid #1b80fa;
	transition: all 0.15s ease-out;
	position: absolute;
	right: 0;
	bottom: 0;
}
.categoryItemSelect ul.categoryList > li h3{
	color: #1b80fa;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.7em;
	text-align: center;
	transition: all 0.15s ease-out;
	position: relative;
}
.categoryItemSelect ul.categoryList > li h3:after{
	content: "";
	display: block;
	width: 85%;
	height: 1px;
	background-color: #191919;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.categoryItemSelect ul.categoryList > li p{
	background-repeat: no-repeat;
	background-position: left 50%;
	min-height: 160px;
	padding-left: 120px;
	font-size: 14px;
}

.categoryItemSelect ul.categoryList > li a:hover:after{
	border-right-color: #ff8c00;
	border-bottom-color: #ff8c00;
}
.categoryItemSelect ul.categoryList > li a:hover h3{
	color: #ff8c00;
}*/


/*リスト画像
.categoryItemSelect ul.categoryList > li.stainless p{ background-image: url(../../../../_images/category/bottle/top/select-img-stainless.webp);}
.categoryItemSelect ul.categoryList > li.alumi p{ background-image: url(../../../../_images/category/bottle/top/select-img-alumi.webp);}
.categoryItemSelect ul.categoryList > li.clear p{ background-image: url(../../../../_images/category/bottle/top/select-img-clear.webp);}
.categoryItemSelect ul.categoryList > li.water p{ background-image: url(../../../../_images/category/bottle/top/select-img-water.webp);}
.categoryItemSelect ul.categoryList > li.holder p{ background-image: url(../../../../_images/category/bottle/top/select-img-holder.webp);}
.categoryItemSelect ul.categoryList > li.jar p{ background-image: url(../../../../_images/category/bottle/top/select-img-jar.webp);}
.categoryItemSelect ul.categoryList > li.other p{ background-image: url(../../../../_images/category/bottle/top/select-img-other.webp);}
*/

@media screen and ( max-width: 736px ){
	.categoryItemSelect *.hUnderLine{
		font-size: 24px;
	}
	.categoryItemSelect *.hUnderLine + p{
		width: 95%;
		margin: auto;
	}
	.categoryItemSelect *.hUnderLine b{
		display: inline-block;
	}

	/*-----ブランドリスト-----*/
	.categoryItemSelect ul.brandList > li{
		width: 48%;
	}

	/*-----カテゴリーリスト-----
	.categoryItemSelect ul.categoryList{
		width: 95%;
		gap: 15px 15px;
	}
	.categoryItemSelect ul.categoryList > li{
		width: calc((100% - 30px) / 3);
	}
	.categoryItemSelect ul.categoryList > li a{
		padding: 10px 8px;
	}
	.categoryItemSelect ul.categoryList > li h3{
		padding-bottom: 5px;
		font-size: 17px;
		line-height: 1.3em;
	}
	.categoryItemSelect ul.categoryList > li p{
		background-size: 80px auto;
		background-position: top center;
		min-height: auto;
		padding-left: 0;
		padding-top: 120px;
		font-size: 14px;
	}*/
}

@media screen and ( max-width: 480px ){
		
	.categoryItemSelect *.hUnderLine{
		font-size: 23px;
	}

	/*-----ブランドリスト-----*/
	.categoryItemSelect ul.brandList{
		gap: 20px 0;
	}
	.categoryItemSelect ul.brandList > li{
		width: 100%;
	}

	/*-----カテゴリーリスト-----
	.categoryItemSelect ul.categoryList{
		justify-content: space-between;
		gap: 20px 15px;
	}
	.categoryItemSelect ul.categoryList > li{
		width: calc((100% - 15px) / 2);
	}
	.categoryItemSelect ul.categoryList > li h3{
		font-size: 16px;
	}
	.categoryItemSelect ul.categoryList > li p{
		background-size: 70px auto;
		padding-top: 105px;
		font-size: 13px;
	}*/
}



/*-----------------特徴--------------------*/
.featureBox > h2{
	padding: 15px 0;
}
.featureBox > .inner{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 30px;
	max-width: 850px;
	margin: 30px auto;
}

.featureBox > .inner > img{
	border-radius: 30px;
}

.featureBox > .inner > dl{
	width: 390px;
}
.featureBox > .inner > dl dt{
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.6em;
}
.featureBox > .inner > dl dt span{
	display: inline;
	padding: 3px 0;
	background-color: #fffe8a;
	letter-spacing: 0.05em;
}
.featureBox > .inner > dl dd p:not(:last-child){
	margin-bottom: 10px;
}

@media screen and ( max-width: 736px ){
	.featureBox > h2{
		padding: 10px 0;
	}
	.featureBox > .inner{
		width: 95%;
		margin: 30px auto;
	}
	
	.featureBox > .inner > img{
		width: 45%;
	}
	
	.featureBox > .inner > dl{
		width: 50%;
	}
	.featureBox > .inner > dl dt{
		font-size: 22px;
	}
}

@media screen and ( max-width: 600px ){
	.featureBox > .inner{
		flex-direction: column-reverse;
	}
	.featureBox > .inner:not(:last-of-type) {
		margin-bottom: 50px;
	}
	
	.featureBox > .inner > img{
		width: 90%;
		max-width: 430px;
	}
	
	.featureBox > .inner > dl{
		width: 100%;
	}
	.featureBox > .inner > dl dt{
		font-size: 20px;
	}
	.featureBox > .inner > dl dt br{
		display: none;
	}
}

@media screen and ( max-width: 480px ){
	.featureBox > .inner > img{
		width: 95%;
	}
	
	.featureBox > .inner > dl{
		width: 100%;
	}
	.featureBox > .inner > dl dt{
		font-size: 19px;
	}
}


/*-----------------お薦め人気商品--------------------*/
.recommendBox h2{
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	position: relative;
}
.recommendBox h2 span{
	display: block;
	width: fit-content;
	color: #fff;
	background-color: #ff2424;
	padding: 5px 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5em;
	border-radius: 8px;
	transform: translateX(-50%);
	position: absolute;
	top: -20px;
	left: 50%;
}

/**/
.recommendBox ul.recomItemList{
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 30px auto;
}
.recommendBox ul.recomItemList > li{
	background-color: #f2f2f2;
	padding: 30px 30px 40px;
	border-radius: 30px;
}
.recommendBox ul.recomItemList > li h3{
	display: block;
	max-width: 420px;
	background-color: #fff;
	color: #ff2424;
	margin: 0 auto 20px;
	padding: 5px 20px;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.4em;
	text-align: center;
	border-radius: 10px;
}
.recommendBox ul.recomItemList > li img{
	width: 100%;
	max-width: 390px;
	height: auto;
	border: 2px solid #dedede;
}

.recommendBox ul.recomItemList > li > div{
	display: flex;
	flex-direction: row-reverse;
	gap: 30px 20px;
}
.recommendBox ul.recomItemList > li > div > dl{
	width: 400px;
}
.recommendBox ul.recomItemList > li > div > dl > dt{
	margin-bottom: 20px;
	padding: 5px 0;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3em;
	border-bottom: 1px solid #111;
}
.recommendBox ul.recomItemList > li > div > dl dt span{
	display: block;
	font-size: 18px;
	font-weight: 500;
}

.recommendBox ul.recomItemList > li > div > dl dd.price{
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.recommendBox ul.recomItemList > li > div > dl dd.price em{
	color: #ff3737;
	font-size: 23px;
	font-weight: 700;
}
.recommendBox ul.recomItemList > li > div > dl dd.text dl.color{
	display: flex;
	justify-content: center;
	gap: 40px;
	background-color: #fff;
	margin: 20px 0 30px;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5em;
	border-radius: 10px;
}
.recommendBox ul.recomItemList > li > div > dl dd.text dl.color dt{
	color: #415177;
	position: relative;
}
.recommendBox ul.recomItemList > li > div > dl dd.text dl.color dt::after{
	content: "：";
	display: block;
	width: fit-content;
	height: fit-content;
	line-height: 1em;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: -30px;
}

.recommendBox ul.recomItemList > li > div > dl dd.text a{
	display: block;
	background-color: #ffcb18;
	color: #111;
	margin-top: 20px;
	padding: 15px 10px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border: 2px solid #ffcb18;
	position: relative;
}
.recommendBox ul.recomItemList > li > div > dl dd.text a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 10px solid #111;
	transition: all .3s ease;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*hover*/
.recommendBox ul.recomItemList > li a:hover img{
	border-color: #ff2424;
}


.recommendBox ul.recomItemList > li > div > dl dd.text a:hover{
	background-color: #fff;
}
.recommendBox ul.recomItemList > li > div > dl dd.text a:hover:after{
	right: 0;
}


@media screen and ( max-width: 736px ){
	.recommendBox h2{
		padding: 15px 10px 10px;
		font-size: 25px;
	}
	.recommendBox h2 span{
		padding: 0 20px;
		font-size: 20px;
		top: -20px;
	}
	
	/**/
	.recommendBox ul.recomItemList{
		width: 95%;
		margin: 30px auto;
	}
	.recommendBox ul.recomItemList > li{
		padding: 20px 20px 30px;
	}
	.recommendBox ul.recomItemList > li > div{
		display: flex;
		flex-direction: row-reverse;
		gap: 30px 20px;
	}
	.recommendBox ul.recomItemList > li h3{
		width: 80%;
		padding: 5px 20px;
		font-size: 22px;
	}

	.recommendBox ul.recomItemList > li > div a{
		width: 45%;
	}
	
	.recommendBox ul.recomItemList > li > div > dl{
		width: 55%;
	}
	.recommendBox ul.recomItemList > li > div > dl dt{
		font-size: 20px;
	}
	.recommendBox ul.recomItemList > li > div > dl dt span{
		font-size: 17px;
	}
	
	.recommendBox ul.recomItemList > li > div > dl dd.price{
		font-size: 17px;
	}
	.recommendBox ul.recomItemList > li > div > dl dd.price em{
		font-size: 30px;
	}
	.recommendBox ul.recomItemList > li > div > dl dd.text a{
		width: 100%;
		padding: 15px 10px;
		font-size: 16px;
	}
	
}

@media screen and ( max-width: 480px ){
	.recommendBox h2{
		padding: 20px 5px 8px;
		font-size: 24px;
		line-height: 1.5em;
		letter-spacing: -0.03em;
	}
	.recommendBox h2 span{
		width: 60%;
		padding: 5px 20px;
		font-size: 20px;
		line-height: 1.3em;
		top: -25px;
	}
	
	/**/
	.recommendBox ul.recomItemList{
		width: 95%;
		margin: 30px auto;
	}
	.recommendBox ul.recomItemList > li{
		padding: 20px 10px 20px;
	}
	.recommendBox ul.recomItemList > li > div{
		flex-direction: column-reverse;
		align-items: center;
		gap: 15px;
	}
	.recommendBox ul.recomItemList > li h3{
		width: 80%;
		padding: 5px 15px;
		font-size: 20px;
	}

	.recommendBox ul.recomItemList > li > div a{
		width: 90%;
	}
	
	.recommendBox ul.recomItemList > li > div > dl{
		width: 100%;
	}
	.recommendBox ul.recomItemList > li > div > dl dt{
		font-size: 18px;
	}
	.recommendBox ul.recomItemList > li > div > dl dt span{
		font-size: 16px;
	}
	
	.recommendBox ul.recomItemList > li > div > dl dd.price{
		font-size: 16px;
	}
	.recommendBox ul.recomItemList > li > div > dl dd.price em{
		font-size: 26px;
	}
	.recommendBox ul.recomItemList > li > div > dl dd.text a{
		width: 90%;
		margin: 20px auto 0;
	}
}


/*-----------------配布シーンや目的--------------------*/
.sceneBox h2{
	padding-top: 15px;
}
.sceneBox h2 br{
	display: none;
}

.sceneBox ul.sceneList{
	display: flex;
	justify-content: space-between;
	gap: 10px;
	width: 95%;
	margin: 30px auto;
}
.sceneBox ul.sceneList > li{
	width: calc((100% - 20px) / 3);
}
.sceneBox ul.sceneList > li img{
	display: block;
	width: 245px;
	height: auto;
	margin: 0 auto 15px;
	border-radius: 100%;
}
.sceneBox ul.sceneList > li h3{
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	letter-spacing: -0.03em;
	position: relative;
}
.sceneBox ul.sceneList > li h3:after{
	content: "";
	display: block;
	width: 60%;
	height: 4px;
	background-color: #ff508a;
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: auto;
}

.sceneBox ul.sceneList > li > p{
	max-width: 245px;
	margin: auto;
}
/*
.sceneBox ul.sceneList > li ul.circle{
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.sceneBox ul.sceneList > li ul.circle > li{
	padding-left: 15px;
	position: relative;
}
.sceneBox ul.sceneList > li ul.circle > li:before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #ff508a;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
*/

@media screen and ( max-width: 736px ){
	.sceneBox h2 br{
		display: inline-block;
	}
	
	.sceneBox ul.sceneList{
		flex-wrap: wrap;
		gap: 30px 20px;
	}
	.sceneBox ul.sceneList > li{
		width: calc((100% - 20px) / 2);
	}
	.sceneBox ul.sceneList > li img{
		width: 100%;
		max-width: 245px;
	}
	.sceneBox ul.sceneList > li h3{
		font-size: 20px;
	}

}

@media screen and ( max-width: 480px ){
	.sceneBox h2{
		padding: 10px
	}

	.sceneBox ul.sceneList > li{
		width: 100%;
	}
	.sceneBox ul.sceneList > li h3{
		font-size: 20px;
	}
	.sceneBox ul.sceneList > li h3:after{
		width: 40%;
	}
	.sceneBox ul.sceneList > li > p{
		max-width: 95%;
	}
	/*
	.sceneBox ul.sceneList > li ul.circle{
		gap: 2px;
		width: 70%;
		margin: auto;
	}
	*/
}



/*-----------------商品一覧--------------------*/
.itemListBox > h2{
	margin: 20px 0;
	padding: 0 10px 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.itemListBox > h2:after{
	content: "";
	display: block;
	width: 25%;
	height: 2px;
	background-color: #ff7417;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	margin: auto;
}

@media screen and ( max-width: 736px ){
	.itemListBox > h2{
		font-size: 18px;
	}
}




