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

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

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


/*--------Hタグ--------*/
*.hLine{
	margin: 0 auto;
	padding: 10px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
}

/*----下に短線----*/
*.hUnderLine{
	margin: 0 auto 30px;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.8em;
	text-align: center;
	position: relative;
}
*.hUnderLine:after{
	content: "";
	display: block;
	width: 30%;
	height: 1px;
	background-color: #191919;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: auto;
}
*.hUnderLine > span.minititle{
	display: block;
	width: fit-content;
	background-color: #00cac7;
	color: #fff;
	margin: 0 auto 10px;
	padding: 5px 15px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5em;
	border-radius: 10px;
}
*.hUnderLine b{
	display: inline-block;
}

/*----上下に長線----*/
*.hTopBtmLine{
	margin: 0 auto 30px;
	padding: 30px 0 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: block;
	width: fit-content;
	max-width: 450px;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
}


/*色変え*/
*.hUnderLine > b,
*.hTopBtmLine > b{
	color: #00c9d1;
}
/*上部背景*/
*.hUnderLine > span.minititle,
*.hTopBtmLine > span.minititle{
	background-color: #00c9d1;
	color: #fff;
	padding: 5px 15px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5em;
	border-radius: 10px;
}

@media screen and ( max-width: 736px ){
	/*Hタグ*/
	*.hUnderLine,
	*.hTopBtmLine{
		padding-left: 5px;
		padding-right: 5px;
		font-size: 25px;
		line-height: 1.3em;
	}
	*.hUnderLine > span.minititle,
	*.hTopBtmLine > span.minititle{
		font-size: 20px;
	}
}

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


/*----------------------------------------------------------------------------------------------
 bag　M1
----------------------------------------------------------------------------------------------*/
/*-----------------タイトル--------------------*/
.categoryTitle{
	margin-bottom: 20px;
	padding-left: 40px;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.4em;
	border-left: 5px solid #00cbba;
	position: relative;
}
.mainImg{
	margin: 0 auto 30px;
	text-align: center;
}

@media screen and ( max-width: 736px ){
	/*----カテゴリh2----*/
	.categoryTitle{
		padding-left: 20px;
		font-size: 30px;
	}
}

@media screen and ( max-width: 480px ){
	/*----カテゴリh2----*/
	.categoryTitle{
		font-size: 28px;
	}
}


/*-----------------大人気--------------------*/
.categoryPopular .popularTitle{
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	position: relative;
}
.categoryPopular .popularTitle:after{
	content: "";
	display: block;
	width: 80%;
	height: 1px;
	background-color: #191919;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
}
.categoryPopular .popularTitle > span{
	display: inline-block;
	padding: 0 110px;
	position: relative;
}
.categoryPopular .popularTitle > span:before,
.categoryPopular .popularTitle > span:after{
	content: "";
	display: block;
	width: 95px;
	height: 135px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 5px;
}
.categoryPopular .popularTitle > span:before{
	background-image: url(../../../../_images/category/bag/top/caption-icon-left.webp);
	left: 0;
}
.categoryPopular .popularTitle > span:after{
	background-image: url(../../../../_images/category/bag/top/caption-icon-right.webp);
	right: 0;
}

.categoryPopular .popularTitle b{
	color: #04c5c2;
	font-size: 50px;
}
.categoryPopular .popularTitle b.red{
	color: #ff231b;
}

.categoryPopular .popularTitle + p{
	margin: 20px auto;
}

/*-----ランキング-----*/
.categoryPopular .accessRanking .rankingTitle{
	color: #01c9c6;
	background-color: #f3f3f3;
	background-image: url(../../../../_images/category/bag/top/ranking-title-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0 auto 20px;
	padding: 12px 0 12px 50px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2em;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.categoryPopular .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;
}
.categoryPopular .accessRanking .rankingTitle:after{
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: #01c9c6;
	position: absolute;
	bottom: 0;
	left: 0;
}
.categoryPopular .accessRanking .rankingTitle b{
	color: #ff1918;
	margin-left: 10px;
	font-size: 25px;
	font-style: italic;
	vertical-align: baseline;
}

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


@media screen and ( max-width: 736px ){
	.categoryPopular .popularTitle{
		font-size: 25px;
	}
	.categoryPopular .popularTitle > span{
		width: 95%;
		padding: 0 75px;
	}
	.categoryPopular .popularTitle > span:before,
	.categoryPopular .popularTitle > span:after{
		background-size: 100% auto;
		width: 70px;
		height: 95px;
	}
	
	.categoryPopular .popularTitle b{
		font-size: 28px;
	}
	
	.categoryPopular .popularTitle + p{
		width: 95%;
	}
	
	/*-----ランキング-----*/
	.categoryPopular .accessRanking .rankingTitle{
		background-size: 150px auto;
		padding: 10px 5px 10px 50px;
		font-size: 18px;
	}
	
	.categoryPopular .accessRanking .rankingTitle b{
		display: inline-block;
		margin-left: 0;
		font-size: 25px;
	}

	.categoryPopular .accessRanking .swiper-parent,
	.categoryPopular .accessRanking .swiper-parent + p{
		width: 95%;
		margin: 20px auto;
	}
	
	.categoryPopular .accessRanking .linkBtn{
		margin: 20px auto;
		text-align: center;
	}
	.categoryPopular .accessRanking .linkBtn a{
		font-size: 22px;
	}
}

@media screen and ( max-width: 480px ){
	.categoryPopular .popularTitle{
		margin-bottom: 30px;
		padding-bottom: 15px;
		font-size: 22px;
		text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97999px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.51361px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
	}
	.categoryPopular .popularTitle > span{
		padding: 0;
	}
	.categoryPopular .popularTitle > span:before,
	.categoryPopular .popularTitle > span:after{
		width: 45px;
		height: 60px;
		bottom: -35px;
		z-index: -1;
	}
	.categoryPopular .popularTitle b{
		font-size: 25px;
	}
	
	/*-----ランキング-----*/
	.categoryPopular .accessRanking .linkBtn a{
		max-width: 85%;
		padding: 10px 10px;
		padding-right: 35px;
		font-size: 20px;
	}
}


/*-----------------選ぶ--------------------*/
.categoryItemSelect *.hLine{
	margin: 0 auto 40px;
	font-size: 25px;
}

.categoryItemSelect *.hUnderLine{
	font-size: 35px;
}

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

.categoryItemSelect ul.itemList > li a:hover:after{
	border-right-color: #ff8c00;
	border-bottom-color: #ff8c00;
}
.categoryItemSelect ul.itemList > li a:hover .type{
	color: #ff8c00;
}


/*リスト画像*/
.categoryItemSelect ul.itemList > li.eco p{ background-image: url(../../../../_images/category/bag/top/select-img-eco.webp);}
.categoryItemSelect ul.itemList > li.cotton p{ background-image: url(../../../../_images/category/bag/top/select-img-cotton.webp);}
.categoryItemSelect ul.itemList > li.polyester p{ background-image: url(../../../../_images/category/bag/top/select-img-polyester.webp);}
.categoryItemSelect ul.itemList > li.nonwoven p{ background-image: url(../../../../_images/category/bag/top/select-img-nonwoven.webp);}
.categoryItemSelect ul.itemList > li.denim p{ background-image: url(../../../../_images/category/bag/top/select-img-denim.webp);}
.categoryItemSelect ul.itemList > li.hemp p{ background-image: url(../../../../_images/category/bag/top/select-img-hemp.webp);}
.categoryItemSelect ul.itemList > li.chambrick p{ background-image: url(../../../../_images/category/bag/top/select-img-chambrick.webp);}
.categoryItemSelect ul.itemList > li.cooler p{ background-image: url(../../../../_images/category/bag/top/select-img-cooler.webp);}
.categoryItemSelect ul.itemList > li.lunch p{ background-image: url(../../../../_images/category/bag/top/select-img-lunch.webp);}
.categoryItemSelect ul.itemList > li.vinyl p{ background-image: url(../../../../_images/category/bag/top/select-img-vinyl.webp);}
.categoryItemSelect ul.itemList > li.shoulder p{ background-image: url(../../../../_images/category/bag/top/select-img-shoulder.webp);}
.categoryItemSelect ul.itemList > li.rucksack p{ background-image: url(../../../../_images/category/bag/top/select-img-rucksack.webp);}
.categoryItemSelect ul.itemList > li.pouch p{ background-image: url(../../../../_images/category/bag/top/select-img-pouch.webp);}
.categoryItemSelect ul.itemList > li.fashion p{ background-image: url(../../../../_images/category/bag/top/select-img-fashion.webp);}
.categoryItemSelect ul.itemList > li.other p{ background-image: url(../../../../_images/category/bag/top/select-img-other.webp);}

.categoryItemSelect ul.itemList > li.vinyl .type,
.categoryItemSelect ul.itemList > li.shoulder .type,
.categoryItemSelect ul.itemList > li.eco .type{ font-size: 18px;}


@media screen and ( max-width: 736px ){
	.categoryItemSelect *.hUnderLine{
		font-size: 30px;
	}
	.categoryItemSelect *.hUnderLine b{
		display: inline-block;
	}

	/*-----リスト-----*/
	.categoryItemSelect ul.itemList{
		width: 95%;
		gap: 15px 15px;
	}
	.categoryItemSelect ul.itemList > li{
		width: calc((100% - 30px) / 3);
	}
	.categoryItemSelect ul.itemList > li a{
		padding: 10px 8px;
	}
	.categoryItemSelect ul.itemList > li a:after{
		border: 15px solid transparent;
		border-right: 15px solid #04c5c2;
		border-bottom: 15px solid #04c5c2;
	}
	.categoryItemSelect ul.itemList > li .type{
		padding-bottom: 5px;
		font-size: 18px;
		line-height: 1.3em;
	}
	.categoryItemSelect ul.itemList > li p{
		min-height: auto;
		background-size: 80px auto;
		background-position: top center;
		padding-left: 0;
		padding-top: 100px;
		font-size: 14px;
	}
}

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

	/*-----リスト-----*/
	.categoryItemSelect ul.itemList{
		justify-content: space-between;
		gap: 20px 15px;
	}
	.categoryItemSelect ul.itemList > li{
		width: calc((100% - 15px) / 2);
	}
	.categoryItemSelect ul.itemList > li a:after{
		border: 15px solid transparent;
		border-right: 15px solid #04c5c2;
		border-bottom: 15px solid #04c5c2;
	}
	.categoryItemSelect ul.itemList > li .type{
		font-size: 18px;
	}
	.categoryItemSelect ul.itemList > li p{
		background-size: 70px auto;
		padding-top: 90px;
	}
}


/*-----------------サイズから選ぶ--------------------*/
.sizeSelect *.hUnderLine{
	font-size: 35px;
}

.sizeSelect *.hLine{
	margin: 0 auto 40px;
	padding-left: 50px;
	text-align: left;
	position: relative;
}
.sizeSelect *.hLine:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 10px solid #00cbba;
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.sizeSelect *.hLine.popular:after{
	content: "人 気";
	display: inline-block;
	background-color: #ff4141;
	color: #fff;
	margin-left: 10px;
	padding: 0 15px;
	font-size: 20px;
	line-height: 1.5em;
	border-radius: 5px;
}

/**/
.sizeSelect .sizeBox ul{
	display: flex;
	gap: 20px;
}
.sizeSelect .sizeBox ul > li p{
	margin-top: 10px;
}

@media screen and ( max-width: 736px ){
	.sizeSelect *.hUnderLine{
		font-size: 30px;
	}
	.sizeSelect *.hUnderLine span.minititle{
		font-size: 20px;
	}

	.sizeSelect *.hLine{
		padding-left: 40px;
		font-size: 22px;
	}
	.sizeSelect *.hLine:before{
		left: 20px;
	}

	.sizeSelect *.hLine.popular:after{
		font-size: 20px;
	}

	.sizeSelect .sizeBox ul{
		flex-wrap: wrap;
		gap: 30px 15px;
		width: 95%;
		margin: auto;
	}
	.sizeSelect .sizeBox ul > li{
		width: calc((100% - 30px) / 3);
	}
}
@media screen and ( max-width: 550px ){
	.sizeSelect .sizeBox ul > li{
		width: calc((100% - 15px) / 2);
	}
}

@media screen and ( max-width: 480px ){
	.sizeSelect *.hUnderLine{
		font-size: 26px;
	}
	.sizeSelect *.hUnderLine span.minititle{
		max-width: 95%;
		font-size: 18px;
	}

	.sizeSelect *.hLine{
		padding-left: 30px;
		font-size: 20px;
	}
	.sizeSelect *.hLine:before{
		left: 15px;
	}

	.sizeSelect *.hLine.popular:after{
		font-size: 18px;
	}

	.sizeSelect .sizeBox ul > li p{
		font-size: 13px;
	}
}


/*-----------------配布シーンや目的--------------------*/
.categoryScene h2{
	font-size: 35px;
}

.categoryScene .hUnderLine b{
	font-size: 32px;
}

/*-----配布シーン-----*/
.categoryScene .sceneList ul{
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin: 30px auto;
}
.categoryScene .sceneList ul > li{
	width: 255px;
}
.categoryScene .sceneList ul > li dl{
	margin-top: 20px;
}
.categoryScene .sceneList ul > li dl dt{
	color: #ff6b11;
	margin-bottom: 10px;
	padding: 5px 15px;
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	background-image: linear-gradient( -165deg, transparent 60%, #ffe7dd 60%);
}
.categoryScene .sceneList ul > li dl dd p{
	font-size: 13px;
}


/*-----配布目的-----*/
.categoryScene .purposeList ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	max-width: 600px;
	margin: 30px auto;
}

@media screen and ( max-width: 736px ){
	.categoryScene h2{
		font-size: 30px;
	}
	.categoryScene h2 + p{
		width: 95%;
		margin: 20px auto;
	}
	
	.categoryScene .hUnderLine b{
		font-size: 24px;
	}
	
	/*-----配布シーン-----*/
	.categoryScene .sceneList ul > li{
		width: calc((100% - 40px) / 3);
	}
	.categoryScene .sceneList ul > li dl{
		margin-top: 10px;
	}
	.categoryScene .sceneList ul > li dl dt{
		padding: 5px 10px;
		font-size: 18px;
	}
	.categoryScene .sceneList ul > li dl dt br{
		display: none;
	}

	/*-----配布目的-----*/
	.categoryScene .purposeList ul{
		gap: 10px;
		width: 90%;
	}
	.categoryScene .purposeList ul li{
		width: calc((100% - 40px) / 5);
	}
	.categoryScene .purposeList ul li img{
		max-width: 90px;
	}
	
	.categoryScene .purposeList ul + p{
		width: 95%;
		margin: auto;
	}
}

@media screen and ( max-width: 480px ){
	.categoryScene h2{
		font-size: 26px;
	}
	
	.categoryScene .hUnderLine b{
		font-size: 24px;
	}
	
	/*-----配布シーン-----*/
	.categoryScene .sceneList ul{
		flex-wrap: wrap;
		gap: 20px 15px;
	}
	.categoryScene .sceneList ul > li{
		width: calc((100% - 15px) / 2);
	}
	.categoryScene .sceneList ul > li dl dt{
		padding: 5px;
		font-size: 17px;
	}
	.categoryScene .sceneList ul > li dl dt br{
		display: none;
	}

	/*-----配布目的-----*/
	.categoryScene .purposeList ul{
		gap: 5px;
		width: 90%;
	}
	.categoryScene .purposeList ul li{
		width: calc((100% - 20px) / 5);
	}
	.categoryScene .purposeList ul li img{
		max-width: 90px;
	}
	
	.categoryScene .purposeList ul + p{
		width: 95%;
		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;
	}
}


/*-----------------お薦め人気商品--------------------*/
.categoryRecommend h2{
	font-size: 35px;
}

/**/
.categoryRecommend ul.recomItemList{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 30px auto;
}
.categoryRecommend ul.recomItemList > li{
	width: calc((100% - 60px) / 4);
}
.categoryRecommend ul.recomItemList > li a{
	display: block;
	padding: 5px;
}
.categoryRecommend ul.recomItemList > li a:hover{
	box-shadow: 0 0 0 2px #ff8c00;
}
.categoryRecommend ul.recomItemList > li a img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.categoryRecommend ul.recomItemList > li a .name{
	font-size: 16px;
	font-weight: 600;
}
.categoryRecommend ul.recomItemList > li a p.number{
	color: #999;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 1px solid #191919;
}
.categoryRecommend ul.recomItemList > li a p.price{
	font-size: 14px;
	line-height: 1.5em;
}
.categoryRecommend ul.recomItemList > li a p.price em{
	color: #ff1e21;
	font-weight: 600;
}

/**/
.categoryRecommend .recomLink{
	margin: 30px auto;
	text-align: center;
}

.categoryRecommend .recomLink a{
	display: inline-block;
	min-width: 60%;
	background-color: #ffa518;
	color: #fff;
	margin: auto;
	padding: 15px 30px 15px 15px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6em;
	position: relative;
}
.categoryRecommend .recomLink a:hover{
	background-color: #ffdd5e;
}
.categoryRecommend .recomLink a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 8px solid #fff;
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}


.categoryRecommend ul.recomLink{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.categoryRecommend ul.recomLink li{
	width: 45%;
}
.categoryRecommend ul.recomLink li a{
	width: 100%;
}
.categoryRecommend ul.recomLink li.exhibition a{
	background-color: #5fd52b;
}
.categoryRecommend ul.recomLink li.exhibition a:hover{
	background-color: #9eee7b;
}
.categoryRecommend ul.recomLink li.briefing a{
	background-color: #2c6bd4;
}
.categoryRecommend ul.recomLink li.briefing a:hover{
	background-color: #7faaf1;
}


@media screen and ( max-width: 736px ){
	.categoryRecommend h2{
		font-size: 30px;
	}
	.categoryRecommend h2 + p,
	.categoryRecommend h3 + p{
		width: 95%;
		margin: auto;
	}
	
	/**/
	.categoryRecommend ul.recomItemList{
		gap: 20px 10px;
		width: 95%;
		margin: 30px auto;
	}
	.categoryRecommend ul.recomItemList > li{
		width: calc((100% - 30px) / 4);
	}
	.categoryRecommend ul.recomItemList > li a {
		padding: 3px;
	}
	.categoryRecommend ul.recomItemList > li a .name,
	.categoryRecommend ul.recomItemList > li a p.number{
		font-size: 15px;
	}
	.categoryRecommend ul.recomItemList > li a p.price{
		font-size: 14px;
	}
	
	/**/
	.categoryRecommend .recomLink a{
		width: 80%;
		font-size: 17px;
	}

	.categoryRecommend ul.recomLink li{
		width: 45%;
	}
}

@media screen and ( max-width: 600px ){
	/**/
	.categoryRecommend ul.recomItemList > li{
		width: calc((100% - 20px) / 3);
	}
}

@media screen and ( max-width: 480px ){
	.categoryRecommend h2{
		font-size: 26px;
	}
	
	/**/
	.categoryRecommend ul.recomItemList{
		gap: 20px 15px;
	}
	.categoryRecommend ul.recomItemList > li{
		width: calc((100% - 15px) / 2);
	}
	.categoryRecommend ul.recomItemList > li a{
		padding: 0;
	}
	
	/**/
	.categoryRecommend .recomLink a{
		font-size: 16px;
	}

	.categoryRecommend ul.recomLink{
		gap: 15px;
	}
	.categoryRecommend ul.recomLink li{
		width: 90%;
	}
}


/*-----------------プリント方法--------------------*/
.mainContents > section.categoryPrint{
	width: 95%;
	margin: 100px auto 50px;
	border-radius: 30px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	position: relative;
}
.categoryPrint h2{
	width: 70%;
	background-color: #fff;
	color: #00c9d1;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.3em;
	text-align: center;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
}
.categoryPrint h2 > span{
	display: block;
	padding: 25px 20px 15px 20px;
}

.categoryPrint h2:before,
.categoryPrint h2:after,
.categoryPrint h2 > span:before,
.categoryPrint h2 > span:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 11px solid;
	border-color: transparent;
	position: absolute;
}
.categoryPrint h2:before{
	border-top-color: #ffe117;
	border-left-color: #ffe117;
	left: 0;
	top: 0;
}
.categoryPrint h2:after{
	border-top-color: #ffe117;
	border-right-color: #ffe117;
	right: 0;
	top: 0;
}
.categoryPrint h2 span:before{
	border-bottom-color: #ffe117;
	border-left-color: #ffe117;
	left: 0;
	bottom: 0;
}
.categoryPrint h2 span:after{
	border-bottom-color: #ffe117;
	border-right-color: #ffe117;
	right: 0;
	bottom: 0;
}

.categoryPrint h2 > span > span{
	display: block;
	background-color: #00c9d1;
	color: #fff;
	width: 70%;
	padding: 5px 10px;
	font-size: 26px;
	line-height: 1.3em;
	border-radius: 10px;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
}

/**/
.categoryPrint .printTitle{
	display: flex;
	justify-content: center;
}
.categoryPrint .printTitle > .readBox{
	width: 50%;
	padding: 100px 20px 0 50px;
}
.categoryPrint .printTitle > .readBox h3{
	font-size: 48px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.3em;
	margin-bottom: 30px;
}
.categoryPrint .printTitle > .readBox h3 span{
	display: inline-block;
	background-color: #ffe117;
	color: #0eb0ff;
	padding: 3px 10px;
	font-size: 60px;
}
.categoryPrint .printTitle > .readBox p{
	padding-right: 10px;
	line-height: 2.2em;
}

.categoryPrint .printTitle > .printImg{
	width: 50%;
	background-color: #e0ddd6;
	padding: 70px 0 10px;
	text-align: center;
	border-radius: 0 30px 0 30px;
}

/**/
.categoryPrint ul.printList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px;
}
.categoryPrint ul.printList li{
	width: 350px;
}
.categoryPrint ul.printList li h4{
	color: #00ccc6;
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #333;
}
.categoryPrint ul.printList li img{
	margin-bottom: 10px;
}
.categoryPrint ul.printList li p{
	font-size: 14px;
	line-height: 2em;
}

@media screen and ( max-width: 736px ){
	.mainContents > section.categoryPrint{
		border-radius: 15px;
	}
	.categoryPrint h2{
		width: 90%;
		font-size: 28px;
		top: -30px;
	}
	.categoryPrint h2 > span{
		display: block;
		padding: 25px 20px 15px 20px;
	}
	
	.categoryPrint h2:before,
	.categoryPrint h2:after,
	.categoryPrint h2 > span:before,
	.categoryPrint h2 > span:after{
		border-width: 8px;
	}
	
	.categoryPrint h2 > span > span{
		width: 75%;
		padding: 5px 10px;
		font-size: 22px;
		top: -20px;
	}
	
	/**/
	.categoryPrint .printTitle{
		display: flex;
		justify-content: center;
	}
	.categoryPrint .printTitle > .readBox{
		width: 60%;
		padding: 80px 20px 0 30px;
	}
	.categoryPrint .printTitle > .readBox h3{
		font-size: 35px;
		margin-bottom: 20px;
	}
	.categoryPrint .printTitle > .readBox h3 span{
		font-size: 40px;
	}
	.categoryPrint .printTitle > .readBox p{
		line-height: 1.8em;
	}
	
	.categoryPrint .printTitle > .printImg{
		width: 40%;
		border-radius: 0 15px 0 15px;
	}
	.categoryPrint .printTitle > .printImg img{
		width: 100%;
		max-width: 250px;
		height: 100%;
		object-fit: contain;
	}
	
	/**/
	.categoryPrint ul.printList{
		width: 95%;
		margin: auto;
		padding: 50px 0;
	}
	.categoryPrint ul.printList li{
		width: 48%;
	}
	.categoryPrint ul.printList li h4{
		font-size: 23px;
	}
	.categoryPrint ul.printList li p{
		line-height: 1.8em;
	}
}

@media screen and ( max-width: 480px ){
	.categoryPrint h2{
		width: 90%;
		font-size: 22px;
		top: -30px;
	}
	.categoryPrint h2 > span{
		display: block;
		padding: 25px 10px 10px 10px;
	}
	
	.categoryPrint h2 > span > span{
		width: 80%;
		font-size: 18px;
		top: -15px;
	}
	
	/**/
	.categoryPrint .printTitle{
		flex-wrap: wrap;
		gap: 20px;
	}
	.categoryPrint .printTitle > .readBox{
		width: 90%;
		padding: 50px 0 0;
	}
	.categoryPrint .printTitle > .readBox h3{
		font-size: 28px;
		text-align: center;
	}
	.categoryPrint .printTitle > .readBox h3 span{
		font-size: 33px;
	}
	.categoryPrint .printTitle > .readBox p{
		padding: 0;
		line-height: 1.8em;
	}
	
	.categoryPrint .printTitle > .printImg{
		width: 90%;
		height: 200px;
		padding: 5px 0;
	}
	
	/**/
	.categoryPrint ul.printList{
		flex-wrap: wrap;
		padding: 30px 0;
		gap: 20px 0;
	}
	.categoryPrint ul.printList li{
		width: 100%;
	}
	.categoryPrint ul.printList li h4{
		font-size: 22px;
	}
}


/*-----------------実績--------------------*/
.recordBox h2{
	background-color: #c7e6e8;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	border-radius: 15px;
}
.recordBox ul{
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.recordBox ul > li{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 20px;
}
.recordBox ul > li dl dt{
	color: #02c5c9;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3em;
	border-bottom: 1px solid #191919;
}
.recordBox ul > li dl dt a{
	display: block;
	padding-left: 20px;
	position: relative;
}
.recordBox ul > li dl dt a:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 6px solid #02c5c9;
	position: absolute;
	left: 5px;
	top: 8px;
}
.recordBox ul > li dl dt a:hover:before{
	border-left: 6px solid #ffa518;
}

/**/
.recordBox ul > li dl dd a.linkBtn{
	display: block;
	background-color: #ffa518;
	color: #fff;
	width: 70%;
	margin: 20px auto 0;
	padding: 10px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.recordBox ul > li dl dd a.linkBtn:hover{
	background-color: #ffdd5e;
}

@media screen and ( max-width: 736px ){
	.recordBox{
		width: 95%;
		margin: auto;
	}
	.recordBox h2{
		font-size: 23px;
	}
	.recordBox ul > li dl{
		width: 48%;
	}
	.recordBox ul > li dl dt{
		font-size: 18px;
	}
	
	/**/
	.recordBox ul > li dl dd a.linkBtn{
		width: 90%;
	}
	.recordBox ul > li > img{
		width: 50%;
	}
}

@media screen and ( max-width: 480px ){
	.recordBox h2{
		font-size: 20px;
	}
	.recordBox ul{
		gap: 40px;
	}
	.recordBox ul > li{
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}

	.recordBox ul > li dl{
		width: 100%;
	}
	.recordBox ul > li dl dt{
		font-size: 18px;
	}
	
	/**/
	.recordBox ul > li dl dd a.linkBtn{
		width: 90%;
	}
	.recordBox ul > li > img{
		width: 90%;
	}
}


/*-----------------他ページリンク--------------------*/
.otherlinkBox .title{
	margin-bottom: 20px;
	padding: 5px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #ff7417;
}
.otherlinkBox .title br{
	display: none;
}
.otherlinkBox ul{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.otherlinkBox ul > li{
	width: calc((100% - 30px) / 3);
}
.otherlinkBox ul > li img{
	width: 100%;
	height: 140px;
	object-fit: cover;
	object-position: center;
}

@media screen and ( max-width: 736px ){
	.otherlinkBox .title{
		font-size: 18px;
	}
	.otherlinkBox ul{
		gap: 15px 10px;
		width: 95%;
		margin: auto;
	}
	.otherlinkBox ul > li{
		width: calc((100% - 20px) / 3);
	}
	.otherlinkBox ul > li img{
		height: 110px;
	}
}

@media screen and ( max-width: 480px ){
	.otherlinkBox .title br{
		display: inline-block;
	}
	.otherlinkBox ul > li{
		width: calc((100% - 15px) / 2);
	}
	.otherlinkBox ul > li img{
		height: 90px;
	}
}






