@charset "utf-8";
/* CSS Document */
*{ box-sizing: border-box;}

/*--------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;
}
*.hGray{
	width: 100%;
	background-color: #f5f5f5;
	background-image: inherit, repeating-linear-gradient(135deg, transparent, transparent 5px, #ececec 6px, #ececec 7px);
	background-repeat: no-repeat;
	background-position: right bottom, center;
	margin: 0 auto 20px;
	padding: 20px 15px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0.08em;
	text-align: center;
	border-radius: 10px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}

@media screen and ( max-width: 736px ){
	*.hLine{
		padding: 10px;
		font-size: 22px;
	}
	*.hGray{
		background-size: auto 35px, auto;
		padding: 15px 15px;
		font-size: 22px;
		line-height: 1.3em;
	}
}
@media screen and ( max-width: 480px ){
	*.hLine{
		padding: 10px;
		font-size: 20px;
	}
	*.hGray{
		background-size: auto 35px, auto;
		padding: 10px 15px;
		font-size: 20px;
	}
}

/*----------------------------------------------------------------------------------------------

 bag　子カテゴリ
 
----------------------------------------------------------------------------------------------*/
.childCont .contentHead{
	min-height: 460px;
	background: linear-gradient(to left, #d4ebec 0%,#fff 40%,#fff 100%);
	margin-bottom: 30px;
	padding-bottom: 15px;
	overflow: hidden;
}
.childCont .contentHead .h2Box{
	background: linear-gradient(to right, #209087 0%,#9bfeec 100%);
	padding: 10px 15px;
	box-shadow: 10px 10px 0 #b1d8d5;
}
.childCont .contentHead .h2Box h2{
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.3em;
}
.childCont .contentHead .headText{
	padding: 30px;
	position: relative;
}
.childCont .contentHead .headText dl{
	width: 400px;
}
.childCont .contentHead .headText dl dt{
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5em;
}
.childCont .contentHead .headText dl dt span{
	color: #ff5e8f;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,#fff 60%,#f8ff35 60%,#f8ff35 100%);
}
.childCont .contentHead .headText dl dd p{
	font-size: 13px;
}

.childCont .headText:after{
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}

@media screen and ( max-width: 736px ){
	.childCont .contentHead .h2Box{
		padding: 10px 15px;
	}
	.childCont .contentHead .h2Box h2{
		font-size: 24px;
	}
	.childCont .contentHead .headText{
		padding: 250px 10px 10px;
	}
	.childCont .contentHead .headText dl{
		width: auto;
	}
	
	.childCont .headText:after{
		width: 240px;
		height: 240px;
		position: absolute;
		bottom: auto;
		top: 0;
		right: 0;
		left: 0;
		margin: auto;
	}
}

/*----------アクセスランキング----------*/
.accessRanking .rankingTitle{
	background-color: #00cbba;
	color: #fff;
	background-image: url(../../../../_images/category/_common/ranking-bg-text.webp);
	background-repeat: no-repeat;
	background-position: right 50%;
	background-size: auto calc(100% + 5px);
	margin: 0 auto 20px;
	padding: 8px 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 0.08em;
	text-align: center;
	box-shadow: 5px 5px 0 #bdf2ed;
	position: relative;
}
.accessRanking .rankingTitle > b{
	display: block;
	width: fit-content;
	margin: auto;
	padding-left: 45px;
	font-size: 25px;
	line-height: 1.5em;
	position: relative;
}
.accessRanking .rankingTitle > b:before{
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(../../../../_images/category/_common/icon-crown.webp);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media screen and ( max-width: 736px ){
	.accessRanking .rankingTitle{
		font-size: 16px;
		text-shadow: 0 0 2px #00cbba;
	}
	.accessRanking .rankingTitle > b{
		padding-left: 35px;
		font-size: 22px;
		line-height: 1.3em;
	}
	.accessRanking .rankingTitle > b:before{
		width: 28px;
		height: 28px;
		background-size: 100% auto;
	}
}
@media screen and ( max-width: 480px ){
	.accessRanking .rankingTitle{
		background-position: right bottom;
		background-size: auto calc(50% + 5px);
		font-size: 15px;
	}
	.accessRanking .rankingTitle > b{
		padding-left: 35px;
		font-size: 20px;
	}
	.accessRanking .rankingTitle > b:before{
		width: 26px;
		height: 26px;
	}

}



/*----------各種選択----------*/
.childCont .selectCont{
	margin: 50px 0;
}
.selectCont h3{
	margin-bottom: 20px;
}

/*要素検索*/
.selectCont ul.anchorLink{
	display: flex;
	justify-content: center;
	gap: 20px;
}
.selectCont ul.anchorLink > li{
	width: calc((100% - 60px) / 4);
}

.selectCont ul.anchorLink > li a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-color: #00cbba;
	color: #fff;
	padding: 10px 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	border: 2px solid #00cbba;
	border-radius: 10px;
	position: relative;
}
.selectCont ul.anchorLink > li a > span{
	display: block;
	width: fit-content;
	margin: auto;
	font-size: 30px;
	line-height: 1.5em;
}
.selectCont ul.anchorLink > li a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 12px solid transparent;
	transition: all .3s ease;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	margin: auto;
}

.selectCont ul.anchorLink > li.all a{
	display: block;
	background-color: #ff8e32;
	color: #111;
	font-size: 18px;
	border-color: #ff8e32;
}
.selectCont ul.anchorLink > li.all a > span{
	display: inline-block;
	width: auto;
	margin: 0;
	font-size: 25px;
	line-height: 1.2em;
}

/*hover*/
.selectCont ul.anchorLink > li a:hover{
	background-color: #fff;
	color: #111;
}
.selectCont ul.anchorLink > li a:hover:after{
	border-top: 12px solid #00cbba;
	bottom: -35px;
}
.selectCont ul.anchorLink > li.all a:hover:after{
	border-top-color: #ff8e32;
}

/*------サイズ・生地・形状検索------*/
.selectCont .selectType{
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin: 50px auto 40px;
	padding: 30px 20px 50px;
	border-top: 8px solid #00cbba;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.selectCont .selectType .hLineUnder{
	margin-bottom: 20px;
	padding-left: 50px;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #00cbba;
	position: relative;
}
.selectCont .selectType .hLineUnder:before{
	content: "";
	display: block;
	width: 35px;
	height: 40px;
	background-image: url(../../../../_images/category/bag/icon-bag.webp);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	bottom: 2px;
	margin: auto;
}

/*----*/
.selectCont .selectType ul.linkList{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 0 20px;
}
.selectCont .selectType ul.linkList > li a > *,
.selectCont .selectType ul.linkList > li a > *:after{
	transition: all .3s ease;
}
.selectCont .selectType ul.linkList > li a > div.img{
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
}
.selectCont .selectType ul.linkList > li .type{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 40px;
	margin-bottom: 10px;
	padding-right: 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	position: relative;
}
.selectCont .selectType ul.linkList > li .type:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left: 10px solid #00cbba;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.selectCont .selectType ul.linkList > li p{
	font-size: 12px;
}

/*hover*/
.selectCont .selectType ul.linkList > li a:hover,
.selectCont .selectType ul.linkList > li a:hover img{
	color: inherit;
	opacity: 1;
}
.selectCont .selectType ul.linkList > li a:hover .img{
	border-radius: 20px;
	box-shadow: 0 0 0 4px #00cbba;
}
.selectCont .selectType ul.linkList > li a:hover .type:after{
	border-left-color: #ff8e32;
}


/*size*/
.selectCont .selectType #size ul.linkList > li{
	width: calc((100% - 90px) / 4);
}
.selectCont .selectType #size ul.linkList > li a > div.img{
	background-color: #00cbba;
}

/*kiji*/
.selectCont .selectType #kiji ul.linkList{
	display: flex;
	justify-content: space-between;
	gap: 0;
	padding: 0 20px;
}
.selectCont .selectType #kiji ul.linkList > li{
	width: 380px;
}

/*shape*/
.selectCont .selectType #shape ul.linkList > li{
	width: calc((100% - 90px) / 4);
}
.selectCont .selectType #shape ul.linkList > li .img {
	margin-bottom: 5px;
}
.selectCont .selectType #shape ul.linkList > li .img img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.selectCont .selectType #shape ul.linkList > li .type {
	margin-bottom: 5px;
	line-height: 1.3em;
}
.selectCont .selectType #shape ul.linkList > li .type span{
	display: inline-block;
	font-size: 15px;
	line-height: 1.3em;
}

@media screen and ( max-width: 736px ){
	/*要素検索*/
	.selectCont ul.anchorLink{
		gap: 10px;
		width: 95%;
		margin: auto;
	}
	.selectCont ul.anchorLink > li{
		width: calc((100% - 30px) / 4);
	}

	.selectCont ul.anchorLink > li a{
		padding: 10px 5px;
		font-size: 16px;
	}
	.selectCont ul.anchorLink > li a > span{
		display: block;
		font-size: 25px;
	}
	.selectCont ul.anchorLink > li a br{
		display: none;
	}
	.selectCont ul.anchorLink > li.all a{
		font-size: 16px;
	}
	.selectCont ul.anchorLink > li.all a > span{
		display: inline-block;
		font-size: 23px;
	}

	/*------サイズ・生地・形状検索------*/
	.selectCont .selectType{
		gap: 40px;
		width: 95%;
		margin: 50px auto 40px;
		padding: 4% 3% 5%;
	}
	.selectCont .selectType .hLineUnder{
		font-size: 22px;
	}

	/*----*/
	.selectCont .selectType ul.linkList{
		gap: 15px;
		padding: 0 5px;
	}
	.selectCont .selectType ul.linkList > li .type{
		min-height: 25px;
		font-size: 17px;
	}
	.selectCont .selectType ul.linkList > li .type:after{
		border: 7px solid transparent;
		border-left: 10px solid #00cbba;
	}

	/*size*/
	.selectCont .selectType #size ul.linkList > li{
		width: calc((100% - 45px) / 4);
	}

	/*kiji*/
	.selectCont .selectType #kiji ul.linkList{
		gap: 15px;
		padding: 0 5px;
	}
	.selectCont .selectType #kiji ul.linkList > li{
		width: calc((100% - 15px) / 2);
	}

	/*shape*/
	.selectCont .selectType #shape ul.linkList > li{
		width: calc((100% - 45px) / 4);
	}
	.selectCont .selectType #shape ul.linkList > li .type {
		margin-bottom: 5px;
		line-height: 1.3em;
	}
	.selectCont .selectType #shape ul.linkList > li .type span{
		font-size: 14px;
	}
}

@media screen and ( max-width: 480px ){
	/*要素検索*/
	.selectCont ul.anchorLink{
		gap: 15px 10px;
		flex-wrap: wrap;
	}
	.selectCont ul.anchorLink > li{
		width: calc((100% - 20px) / 3);
	}

	.selectCont ul.anchorLink > li a{
		padding: 5px 5px;
		font-size: 15px;
	}
	.selectCont ul.anchorLink > li a > span{
		font-size: 22px;
	}
	.selectCont ul.anchorLink > li.all{
		width: 100%;
	}
	.selectCont ul.anchorLink > li.all br{
		display: none;
	}
	.selectCont ul.anchorLink > li.all a{
		font-size: 15px;
	}
	.selectCont ul.anchorLink > li.all a > span{
		font-size: 23px;
	}

	/*------サイズ・生地・形状検索------*/
	.selectCont .selectType{
		margin: 30px auto 40px;
	}
	.selectCont .selectType .hLineUnder{
		padding-left: 40px;
		font-size: 20px;
	}

	/*----*/
	.selectCont .selectType ul.linkList{
		gap: 30px 15px;
		padding: 0 5px;
	}
	.selectCont .selectType ul.linkList > li .type{
		min-height: 25px;
		font-size: 16px;
		line-height: 1.3em;
	}

	/*size*/
	.selectCont .selectType #size ul.linkList > li{
		width: calc((100% - 15px) / 2);
	}

	/*kiji*/
	.selectCont .selectType #kiji ul.linkList > li{
		width: 100%;
	}

	/*shape*/
	.selectCont .selectType #shape ul.linkList > li{
		width: calc((100% - 15px) / 2);
	}
}


/*----------ピックアップ----------*/
.pickupItemCont{
	margin: 40px auto;
}

/*--見出し--*/
.pickupItemCont .pickupTitle{
	display: block;
	margin: 0 auto 30px;
	text-align: center;
}

.pickupItemCont .pickupTitle > p {
	display: block;
	width: fit-content;
	margin: auto;
	padding-left: 120px;
	font-size: 14px;
	position: relative;
}
.pickupItemCont .pickupTitle > p:before {
	content: "";
	display: block;
	background-image: url(../../../../_images/category/bag/cotton/pickup-icon-sales.webp);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 110px;
	height: 110px;
	position: absolute;
	left: 0;
	top: 0;
}
.pickupItemCont .pickupTitle > p span.total{
	display: block;
	width: fit-content;
	background-image: linear-gradient(to bottom, #ff0000 0%, #610000 50%);
	color: #fff;
	margin: 0 0 10px 20px;
	padding: 5px 30px;
	font-size: 25px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.3em;
}
.pickupItemCont .pickupTitle > p span.voice{
	display: inline-block;
	color: #ff1212;
	background-image: linear-gradient(to bottom, transparent 70%, #f8ff35 70%);
	padding: 5px 15px;
	font-size: 33px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.1em;
	letter-spacing: 0.05em;
	position: relative;
}
.pickupItemCont .pickupTitle > p span.voice b{
	font-size: 46px;
}
.pickupItemCont .pickupTitle > p span.voice:before,
.pickupItemCont .pickupTitle > p span.voice:after {
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	background-color: #333;
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
}
.pickupItemCont .pickupTitle > p span.voice:before{
	transform: rotate(-20deg);
	left: 5px;
}
.pickupItemCont .pickupTitle > p span.voice:after{
	transform: rotate(20deg);
	right: 5px;
}

.pickupItemCont .pickupTitle .hTitle{
	font-size: 38px;
	font-weight: 600;
	line-height: 1.8em;
	border-bottom: 1px solid #333;
}
.pickupItemCont .pickupTitle .hTitle span{
	color: #ff1212;
	font-size: 45px;
}


/*----商品名----*/
.pickupItemCont .itemName{
	display: block;
	background-color: #feffd9;
	margin: 20px auto;
	font-size: 29px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
.pickupItemCont .itemName span.number{
	display: inline-block;
	background-color: #26b0ae;
	color: #fff;
	margin-right: 15px;
	padding: 5px 10px;
	font-size: 20px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	vertical-align: middle;
}

/*----商品詳細----*/
.pickupItemCont .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


/*---------- 詳細-商品画像 ----------*/
.pickupItemCont .itemImg img{
	width: 100%;
	height: auto;
}


/*swiper*/
.pickupItemCont .itemImg .swiper-container {
    width: 480px;
}
.pickupItemCont .itemImg .swiper-wrapper{
	height: auto;
}

.pickupItemCont .itemImg .swiperPickup {
	display: block;
	margin-bottom: 10px;
    box-shadow: 0 0 0 1px #dedede;
	position: relative;
	margin-bottom: 20px;
}
.pickupItemCont .itemImg .swiperPickup .swiper-button-prev,
.pickupItemCont .itemImg .swiperPickup .swiper-button-next{
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,0.6);
	background-image: none;
	border-radius: 50%;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
	transition: all 0.3s ease-out;
	opacity: 0.5;
	top: 0;
	bottom: 0;
	margin: auto;
}
.pickupItemCont .itemImg .swiperPickup .swiper-button-prev:hover,
.pickupItemCont .itemImg .swiperPickup .swiper-button-next:hover{
	opacity: 0.9;
}
.pickupItemCont .itemImg .swiperPickup .swiper-button-prev{
	left: 3px;
}
.pickupItemCont .itemImg .swiperPickup .swiper-button-next{
	right: 3px;
}

.pickupItemCont .itemImg .swiperPickup .swiper-button-prev:before,
.pickupItemCont .itemImg .swiperPickup .swiper-button-next:before{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: 3px solid #999;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.pickupItemCont .itemImg .swiperPickup .swiper-button-prev:before{
	border-left: 3px solid #999;
	left: 15px;
	transform: rotate(-45deg);
}
.pickupItemCont .itemImg .swiperPickup .swiper-button-next:before{
	border-right: 3px solid #999;
	right: 15px;
	transform: rotate(45deg);
}

/*サムネイル*/
.pickupItemCont .itemImg .swiperPickup-thumb .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	gap: 10px;
    width: 100%;
}
.pickupItemCont .itemImg .swiperPickup-thumb .swiper-wrapper > div {
    width: calc((100% - 50px) / 6)!important;
	height: auto;
    border: 1px solid #666;
}
.pickupItemCont .itemImg .swiperPickup-thumb .swiper-wrapper > div img{
	height: auto;
	margin: 0;
	padding: 0;
}

.pickupItemCont .itemImg .swiperPickup-thumb .swiper-wrapper > div.swiper-slide-thumb-active{
    border: 1px solid #ff7417;
}
.pickupItemCont .itemImg .swiperPickup-thumb .swiper-wrapper > div.swiper-slide-thumb-active img{
    opacity: 0.7;
}

/*理由*/
.pickupItemCont .inner > .reasonBox{
	width: 400px;
}
.pickupItemCont .inner > .reasonBox .title{
	background-color: #1122a1;
	color: #fff;
	margin-bottom: 30px;
	padding: 10px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3em;
	text-align: center;
	border-radius: 12px;
	position: relative
}
.pickupItemCont .inner > .reasonBox .title span{
	font-size: 35px;
	line-height: 1.0em;
}
.pickupItemCont .inner > .reasonBox .title:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top: 9px solid #1122a1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: auto;
}

.pickupItemCont .inner > .reasonBox dl dt{
	margin-bottom: 15px;
	padding-left: 70px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8em;
	border-bottom: 1px solid #ff702a;
	position: relative;
}
.pickupItemCont .inner > .reasonBox dl dt:after{
	content: "";
	display: block;
	width: 63px;
	height: 70px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.pickupItemCont .inner > .reasonBox dl dt:nth-of-type(1):after{
	background-image: url(../../../../_images/category/bag/cotton/pickup-reason-icon1.webp);
}
.pickupItemCont .inner > .reasonBox dl dt:nth-of-type(2):after{
	background-image: url(../../../../_images/category/bag/cotton/pickup-reason-icon2.webp);
}
.pickupItemCont .inner > .reasonBox dl dt:nth-of-type(3):after{
	background-image: url(../../../../_images/category/bag/cotton/pickup-reason-icon3.webp);
}

.pickupItemCont .inner > .reasonBox dl dd{
	margin-bottom: 40px;
	padding-left: 40px;
}
.pickupItemCont .inner > .reasonBox dl dd p{
	font-size: 13px;
}

/*-linkBtn-*/
.pickupItemCont .inner > .reasonBox .linkBtn{
	margin: 20px 0;
}
.pickupItemCont .inner > .reasonBox .linkBtn a{
	display: block;
	background-color: #ff1f1f;
	color: #fff;
	margin: 0 auto;
	padding: 20px 30px 20px 60px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	border-radius: 15px;
	position: relative;
}
.pickupItemCont .inner > .reasonBox .linkBtn a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
}
.pickupItemCont .inner > .reasonBox .linkBtn a:before{
	content: "";
	display: block;
	width: 53px;
	height: 95px;
	background-image: url(../../../../_images/category/bag/cotton/pickup-icon-tote.webp);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.pickupItemCont .inner > .reasonBox .linkBtn a:hover{
	opacity: 0.6;
}


@media screen and ( max-width: 736px ){
	.pickupItemCont{
		width: 95%;
	}
	
	/*--見出し--*/
	.pickupItemCont .pickupTitle > p {
		/*width: 100%;*/
		padding-left: 110px;
	}
	.pickupItemCont .pickupTitle > p:before {
		width: 100px;
		height: 100px;
	}
	.pickupItemCont .pickupTitle > p span.total{
		margin: 0 auto 10px;
		padding: 5px 20px;
		font-size: 22px;
	}
	.pickupItemCont .pickupTitle > p span.voice{
		display: block;
		width: fit-content;
		font-size: 28px;
	}
	.pickupItemCont .pickupTitle > p span.voice b{
		font-size: 36px;
	}
	.pickupItemCont .pickupTitle > p span.voice:before,
	.pickupItemCont .pickupTitle > p span.voice:after {
		height: 40px;
	}

	.pickupItemCont .pickupTitle .hTitle{
		margin-top: 10px;
		font-size: 30px;
		line-height: 1.3em;
	}
	.pickupItemCont .pickupTitle .hTitle span{
		font-size: 38px;
	}
	
	/*----商品名----*/
	.pickupItemCont .itemName{
		font-size: 25px;
	}
	.pickupItemCont .itemName span.number{
		font-size: 20px;
	}
	
	/*----商品詳細----*/
	.pickupItemCont .inner{
		justify-content: center;
	}
	
	.pickupItemCont .inner > .itemImg{
		width: 95%;
		max-width: 480px;
		margin-bottom: 20px;
	}
	/*swiper*/
	.pickupItemCont .itemImg .swiper-container {
		width: auto;
	}
	.pickupItemCont .itemImg .swiperPickup {
		height: auto;
		margin-bottom: 20px;
	}
	/*サムネイル*/
	.pickupItemCont .itemImg .swiperPickup-thumb .swiper-wrapper {
		gap: 10px;
	}
	.pickupItemCont .itemImg .swiperPickup-thumb .swiper-wrapper > div {
		width: calc((100% - 50px) / 6)!important;
	}
	
	/**/
	.pickupItemCont .inner > .reasonBox{
		width: 100%;
	}
	.pickupItemCont .inner > .reasonBox .title{
		font-size: 20px;
	}
	.pickupItemCont .inner > .reasonBox .title span{
		font-size: 30px;
	}
	
	/*-linkBtn-*/
	.pickupItemCont .inner > .reasonBox .linkBtn a{
		width: 80%;
		font-size: 18px;
	}
	.pickupItemCont .inner > .reasonBox .linkBtn a:before{
		width: 45px;
		height: 82px;
		background-size: 100% auto;
	}
}

@media screen and ( max-width: 480px ){
	/*--見出し--*/
	.pickupItemCont .pickupTitle > p {
		padding-left: 95px;
	}
	.pickupItemCont .pickupTitle > p:before {
		width: 85px;
		height: 85px;
	}
	.pickupItemCont .pickupTitle > p span.total{
		font-size: 18px;
	}
	.pickupItemCont .pickupTitle > p span.voice{
		width: 100%;
		font-size: 20px;
	}
	.pickupItemCont .pickupTitle > p span.voice b{
		font-size: 28px;
	}

	.pickupItemCont .pickupTitle .hTitle{
		margin-top: 5px;
		font-size: 25px;
	}
	.pickupItemCont .pickupTitle .hTitle span{
		display: inline-block;
		font-size: 30px;
	}
	
	/*----商品名----*/
	.pickupItemCont .itemName{
		padding: 3px;
		font-size: 22px;
	}
	.pickupItemCont .itemName span.number{
		display: block;
		width: fit-content;
		margin: 0 auto;
		font-size: 16px;
		line-height: 1em;
	}
	
	/*----商品詳細----*/
	/*swiper*/
	.pickupItemCont .itemImg .swiperPickup {
		margin-bottom: 10px;
	}
	/*サムネイル*/
	.pickupItemCont .itemImg .swiperPickup-thumb .swiper-wrapper {
		gap: 5px;
	}
	.pickupItemCont .itemImg .swiperPickup-thumb .swiper-wrapper > div {
		width: calc((100% - 25px) / 6)!important;
	}

	/**/
	.pickupItemCont .inner > .reasonBox .title{
		font-size: 18px;
	}
	.pickupItemCont .inner > .reasonBox .title span{
		font-size: 25px;
	}
	
	.pickupItemCont .inner > .reasonBox dl dt{
		padding-left: 60px;
		padding-bottom: 5px;
		font-size: 17px;
		line-height: 1.3em;
	}
	.pickupItemCont .inner > .reasonBox dl dt:after{
		width: 50px;
		height: 53px;
	}
	.pickupItemCont .inner > .reasonBox dl dd{
		padding-left: 0;
	}

	/*-linkBtn-*/
	.pickupItemCont .inner > .reasonBox .linkBtn a{
		width: 95%;
		padding: 15px 25px 15px 45px;
	}
	.pickupItemCont .inner > .reasonBox .linkBtn a:before{
		width: 40px;
		height: 75px;
	}
}

/*------------------特徴--------------------*/
.featureCont{
	margin: 50px auto;
}
.featureCont .hGray{
	background-image: url(../../../../_images/category/bag/feature-title-text.webp), repeating-linear-gradient(135deg, #f5f5f5, #f5f5f5 5px, #ececec 6px, #ececec 7px);
}
.featureCont > .featureBox{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	margin: 30px auto;
	padding: 0 30px;
}
.featureCont > .featureBox > p{
	width: 350px;
	font-size: 14px;
	line-height: 2em;
}

@media screen and ( max-width: 736px ){
	.featureCont > .featureBox{
		width: 95%;
		gap: 30px;
		padding: 0;
	}
	.featureCont > .featureBox > img{
		width: 48%;
	}
	.featureCont > .featureBox > p{
		width: 50%;
		line-height: 1.8em;
	}

}
@media screen and ( max-width: 480px ){
	.featureCont > .featureBox{
		flex-direction: column-reverse;
	}
	.featureCont > .featureBox > img{
		width: 100%;
	}
	.featureCont > .featureBox > p{
		width: 100%;
		line-height: 1.8em;
	}
}


/*------------------ポイント--------------------*/
.pointCont{
	margin: 50px auto;
}
.pointCont .hGray{
	background-image: url(../../../../_images/category/bag/point-title-text.webp), repeating-linear-gradient(135deg, #f5f5f5, #f5f5f5 5px, #ececec 6px, #ececec 7px);
}
.pointCont > .pointBox{
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin: 30px auto;
	padding: 0 30px;
}
.pointCont > .pointBox:not(:last-child){
	margin-bottom: 50px;
}
.pointCont > .pointBox > img{
	border: 1px solid #696969;
}
.pointCont > .pointBox > dl{
	width: 400px;
	padding-top: 40px;
	position: relative;
}
.pointCont > .pointBox > dl:before{
	content: "";
	display: block;
	width: 80px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
}
.pointCont > .pointBox:nth-of-type(1) > dl:before{
	background-image: url(../../../../_images/category/bag/icon-point1.gif);
}
.pointCont > .pointBox:nth-of-type(2) > dl:before{
	background-image: url(../../../../_images/category/bag/icon-point2.gif);
}

.pointCont > .pointBox > dl dt{
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5em;
	border-bottom: 1px solid #828282;
}
.pointCont > .pointBox > dl dd p{
	font-size: 15px;
}

@media screen and ( max-width: 736px ){
	.pointCont .hTitle{
		font-size: 22px;
	}
	.pointCont > .pointBox{
		align-items: flex-start;
		gap: 20px;
		width: 95%;
		padding: 0;
	}
	.pointCont > .pointBox > img{
		width: 45%;
	}
	.pointCont > .pointBox > dl{
		width: 55%;
	}
	.pointCont > .pointBox > dl dt{
		font-size: 20px;
	}
}
@media screen and ( max-width: 480px ){
	.pointCont .hTitle{
		padding: 10px 10px;
		font-size: 20px;
		line-height: 1.3em;
	}
	.pointCont > .pointBox{
		flex-direction: column-reverse;
		gap: 10px;
	}
	.pointCont > .pointBox:not(:last-child){
		margin-bottom: 40px;
	}
	.pointCont > .pointBox > img{
		width: 100%;
	}
	.pointCont > .pointBox > dl{
		width: 100%;
		padding-top: 30px;
	}
	.pointCont > .pointBox > dl dt{
		font-size: 18px;
	}
	.pointCont > .pointBox > dl:before{
		width: 60px;
		height: 22px;
		background-size: 100% auto;
	}

}


/*------------------グループリンク--------------------*/
.groupLink{
	margin: 50px auto;
}
.groupLink .hTitle{
	color: #333;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8em;
	text-align: center;
	border-bottom: 1px solid #ff7417;
}
.groupLink ul{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 15px;
	padding: 0 20px;
}
.groupLink ul li{
	width: calc((100% - 45px) / 4);
	text-align: center;
}
.groupLink ul li img{
	max-width: 200px;
	height: auto;
}
.groupLink ul li a{
	display: block;
}

@media screen and ( max-width: 736px ){
	.groupLink .hTitle{
		margin-bottom: 15px;
		font-size: 20px;
	}
	.groupLink ul{
		gap: 10px 10px;
		width: 95%;
		margin: auto;
		padding: 0;
	}
	.groupLink ul li{
		width: calc((100% - 30px) / 4);
	}
}
@media screen and ( max-width: 480px ){
	.groupLink .hTitle{
		font-size: 18px;
	}
	.groupLink ul{
		gap: 8px;
	}
	.groupLink ul li{
		width: calc((100% - 16px) / 3);
	}
}


/*----------------------------------------------------------------------------------------------

 bag　子カテゴリページ別
 
----------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------
	cotton コットン
--*/
.bag_cotton .contentHead .h2Box{
	padding: 30px 15px;
}

.bag_cotton .headText:after{
	background-image: url(../../../../_images/category/bag/cotton/main-img.webp);
	width: 480px;
	height: 480px;
}

@media screen and ( max-width: 736px ){
	.bag_cotton .contentHead .h2Box{
		padding: 20px 15px;
	}
	.bag_cotton .headText:after{
		width: 240px;
		height: 240px;
	}
}


/*---------------------------------------------------------------------------------
	polyester ポリエステル
--*/

.bag_polyester .contentHead .h2Box{
	padding: 30px 15px;
}

.bag_polyester .headText:after{
	background-image: url(../../../../_images/category/bag/polyester/main-img.webp);
	width: 460px;
	height: 480px;
}
.bag_polyester .selectCont .selectType #shape ul.linkList > li.shopping .type {
	font-size: 17px;
	line-height: 1.3em;
}

/*特徴*/
.bag_polyester .featureCont .notice{
	max-width: 810px;
	background-color: #ffcdcd;
	color: #531717;
	margin: auto;
	padding: 20px;
	border-radius: 15px;
}
.bag_polyester .featureCont .notice p{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6em;
	text-align: center;
	letter-spacing: 0.08em;
}


@media screen and ( max-width: 736px ){
	.bag_polyester .contentHead .h2Box{
		padding: 20px 15px;
	}
	.bag_polyester .headText:after{
		width: 240px;
		height: 240px;
	}

	/*特徴*/
	.bag_polyester .featureCont .notice{
		width: 95%;
		padding: 3%;
	}
	.bag_polyester .featureCont .notice p{
		font-size: 17px;
	}
}

@media screen and ( max-width: 480px ){
	.bag_polyester .featureCont .notice p{
		font-size: 15px;
	}
	.bag_polyester .featureCont .notice p br{
		display: none;
	}
}


/*---------------------------------------------------------------------------------
	nonwoven 不織布
--*/

.bag_nonwoven .contentHead .h2Box{
	padding: 30px 15px;
}

.bag_nonwoven .headText:after{
	background-image: url(../../../../_images/category/bag/nonwoven/main-img.webp);
	width: 480px;
	height: 480px;
}

/*特徴*/
.bag_nonwoven .featureCont .notice{
	max-width: 810px;
	background-color: #f0f0f0;
	background-image: url(../../../../_images/category/bag/nonwoven/feature-color.webp);
	background-repeat: no-repeat;
	background-position: right 50%;
	margin: auto;
	padding: 30px 40px;
}
.bag_nonwoven .featureCont .notice dl {
	width: 50%;
	background-color: rgba(240, 240, 240, 0.7);
	padding: 8px;
}
.bag_nonwoven .featureCont .notice dl dt{
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.4em;
	letter-spacing: 0.08em;
	border-bottom: 1px solid #111;
}
.bag_nonwoven .featureCont .notice dl dd p{
	font-size: 15px;
	line-height: 1.6em;
	letter-spacing: 0.03em;
}


@media screen and ( max-width: 736px ){
	.bag_nonwoven .contentHead .h2Box{
		padding: 20px 15px;
	}
	.bag_nonwoven .headText:after{
		width: 240px;
		height: 240px;
	}

	/*特徴*/
	.bag_nonwoven .featureCont .notice{
		width: 95%;
		background-size: auto 120%;
		background-position: calc(100% + 50px) 50%;
		margin: auto;
		padding: 3% 4%;
	}
	.bag_nonwoven .featureCont .notice dl dt{
		font-size: 21px;
	}

	.bag_nonwoven .featureCont .notice dl dd p{
		font-size: 15px;
	}
}

@media screen and ( max-width: 480px ){
	/*特徴*/
	.bag_nonwoven .featureCont .notice{
		background-position: calc(100% + 80px) 50%;
		padding: 10px;
		padding-right: 25%;
	}
	.bag_nonwoven .featureCont .notice dl {
		width: 100%;
	}
	.bag_nonwoven .featureCont .notice dl dt{
		font-size: 18px;
	}

	.bag_nonwoven .featureCont .notice dl dd p{
		font-size: 14px;
	}
}



