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

/*-----------------------------------------------
 towel
-----------------------------------------------*/

/*-----------------ページメイン画像エリア--------------------*/

/*----カテゴリh2----*/
.categoryH2{
	margin-bottom: 5px;
}

/*見出し*/
.categoryLineup{
}
.categoryLineup dl.lineupLink{
	background: linear-gradient(to bottom, #ffadbc 0%,#ffadbc 80%,#ffffff 20%,#ffffff 100%);
}
.categoryLineup dl.lineupLink dt{
	background: url(../../../_images/category/towel/slash_line_bg1.gif) repeat;
	color: #771729;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.categoryLineup dl.lineupLink dd{
	padding: 15px;
}
.categoryLineup dl.lineupLink dd ul li{
	width: 110px;
	margin: 0 7px;
	float: left;
}
.categoryLineup dl.lineupLink dd ul li a{
	display: block;
	background: #ffffff;
	width: 110px;
	height: 110px;
	padding: 7px;
	text-align: center;
	border-radius: 50%;
	box-sizing: border-box;
	position: relative;
}
.categoryLineup dl.lineupLink dd ul li a:after{
	content: "";
	display: block;
	width: 0px;
	height: 10px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	border: 10px solid transparent;
	border-top: 12px solid #797979; 
	transition: all 0.3s ease-out;
}
.categoryLineup dl.lineupLink dd ul li a:hover{
	background: #fff728;
}
.categoryLineup dl.lineupLink dd ul li a:hover:after{
	border-top: 12px solid #ff0505;
}

.categoryLineup dl.lineupLink dd ul li a:hover img{
	opacity: 1.0;
}

/*キャプション*/
.categoryLineup .caption h3{
	color: #771729;
	margin: 15px auto 30px;
	width: 96%;
	line-height: 1.5em;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}
.categoryLineup .caption h3 em{
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#f9ff59 50%,#f9ff59 90%, #ffffff 90%,#ffffff 100%);
	font-weight: bold;
}
.categoryLineup .caption h3 span{
	display: inline-block;
	padding: 0 145px;
	position: relative;
}
.categoryLineup .caption h3 span:before,
.categoryLineup .caption h3 span:after{
	content: "";
	display: block;
	width: 130px;
	height: 120px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.categoryLineup .caption h3 span:before{
	background: url(../../../_images/category/towel/print_capM1_leftImg.jpg) no-repeat 50%;
	left: 0;
}
.categoryLineup .caption h3 span:after{
	background: url(../../../_images/category/towel/print_capM1_rightImg.jpg) no-repeat 50%;
	right: 0;
}

/*ポイント*/
.lineupPoint{
	margin: 15px 0;
}
.lineupPoint dl{
	width: 270px;
	margin-right: 40px;
	float: left;
}
.lineupPoint dl:last-child{
	margin-right: 0;
}
.lineupPoint dl dt,
.lineupPoint dl dd img{
	margin-bottom: 10px;
}

.lineupPoint dl dd p{
	font-size: 12px;
}


@media screen and ( max-width: 736px ){
	/*見出し*/
	.categoryLineup dl.lineupLink{
		background: #ffadbc;
	}
	.categoryLineup dl.lineupLink dd{
		padding: 2%;
	}
	.categoryLineup dl.lineupLink dd ul li{
		width: 23%;
		margin: 0 1% 5px;
		float: left;
	}
	.categoryLineup dl.lineupLink dd ul li a{
		width: 100%;
		height: auto;
		padding-bottom: 10px;
	}
	.categoryLineup dl.lineupLink dd ul li a:after{
		bottom: -13px;
		height: 6px;
		border: 6px solid transparent;
		border-top: 10px solid #797979; 
	}
	.categoryLineup dl.lineupLink dd ul li a:hover:after{
		border-top: 10px solid #ff0505;
	}

	/*キャプション*/
	.categoryLineup .caption h3{
		margin: 15px auto 30px;
		padding: 0 auto;
		width: 98%;
		font-size: 27px;
	}
	.categoryLineup .caption h3 span{
		padding: 80px 2% 0;
	}
	.categoryLineup .caption h3 span:before,
	.categoryLineup .caption h3 span:after{
		background-size: 100%;
		width: 80px;
		height: 74px;
		top: 0;
		bottom: auto;
	}
	.categoryLineup .caption h3 span:before{
		left: 18%;
	}
	.categoryLineup .caption h3 span:after{
		right: 18%;
	}

	/*ポイント*/
	.lineupPoint dl{
		width: 70%;
		margin: 0 auto 20px;
		float: none;
	}
	.lineupPoint dl:last-child{
		margin-right: auto;
	}
}

@media screen and ( max-width: 480px ){
	.categoryLineup .caption h3 br{
		display: none;
	}
}

/*-----------------おすすめについて--------------------*/
/*見出し*/
.osusumePickup{
	margin: 20px 0;
}
.osusumePickup h3{
	margin-bottom: 20px;
	padding-left: 40px;
	border-bottom: 5px solid #ffadbc;
	font-size: 22px;
	font-weight: bold;
	position: relative;
}
.osusumePickup h3:before{
	content: "";
	display: block;
	background: url(../../../_images/category/icon_hirameki.gif) no-repeat;
	width: 37px;
	height: 37px;
	position: absolute;
	left: 0;
	bottom: 5px;
}

/*各種ポイント*/
.osusumePickup dl{
	width: 290px;
	float: left;
	margin: 0 5px 15px;
}
.osusumePickup dl dt{
	text-align: center;
}
.osusumePickup dl dd{
	text-align: center;
}
.osusumePickup dl dd img{
	margin-bottom: 5px;
}
.osusumePickup dl dd p{
	margin: 0 10px;
	font-size: 12px;
	text-align: left;
}

/*配布目的枠*/
.osusumePurpose{
	background: url(../../../_images/category/towel/slash_line_bg2.gif) repeat;
	width: 90%;
	margin: 0 auto;
	border: 2px solid #ffadbc;
	border-radius: 20px;
}
.osusumePurpose dl{
	background: url(../../../_images/category/osusume_staff.png) no-repeat right bottom;
	margin: 0 20px;
	padding: 30px 0;
}
.osusumePurpose dt{
	width: 70%;
	margin: 0 auto 15px;
	padding-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.osusumePurpose dt:after{
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #ff7038;
	border-radius: 4px;
}
.osusumePurpose dd{
	margin: 0 290px 15px 0;
	text-align: center;
}
.osusumePurpose dd:last-child{
	margin-bottom: 0;
}
.osusumePurpose dd p{
	font-size: 13px;
	text-align: left;
}

@media screen and ( max-width: 736px ){
	/*各種ポイント*/
	.osusumePickup dl{
		width: 70%;
		margin: 0 auto 20px;
		float: none;
	}
	.osusumePickup dl dd p{
		margin: 0 10px;
		font-size: 12px;
	}

	/*配布目的枠*/
	.osusumePurpose{
		width: 80%;
		margin: 20px auto;
		padding: 0;
	}
	.osusumePurpose dl{
		background: none;
		margin: 0 10px;
		padding: 20px 0;
	}
	.osusumePurpose dt{
		width: 90%;
		font-size: 18px;
	}
	.osusumePurpose dd{
		margin: 0 0 15px;
	}
}

/*------------------名入れについて--------------------*/
/*見出しエリア*/
.printSelect{
	width: 845px;
	margin: 0 auto 20px;
	position: relative;
}
.printSelect .h3Box{
	background: url(../../../_images/category/towel/print_title_bg.gif) no-repeat center top;
	width: 100%;
	height: 95px;
	margin-bottom: 20px;
	position: relative;
}
.printSelect .h3Box div{
	background: url(../../../_images/category/towel/print_title_ribbon.png) no-repeat;
	width: 478px;
	height: 90px;
	padding-top: 48px;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	left: 25px;
	top: -5px;
}
.printSelect .h3Box h3{
	color: #fff;
	font-size: 19px;
	font-weight: bold;
}

.printSelect div:nth-of-type(2){
	margin-bottom: 15px;
	padding-right: 320px;
	position: relative;
}
.printSelect div:nth-of-type(2):after{
	content: "";
	display: block;
	background: url(../../../_images/category/towel/print_m1_img.png) no-repeat;
	width: 327px;
	height: 354px;
	position: absolute;
	top: -100px;
	right: 10px;
}

.printSelect div h4{
	color: #771729;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.3em;
}
.printSelect div h4 em{
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#fff728 50%,#fff728 90%,#ffffff 90%,#ffffff 100%);
	color: #00b0d0;
	font-weight: bold;
}
.printSelect p{
	margin-top: 15px;
	font-size: 13px;
}

/*名入れ方法の紹介*/
.printIntroduce{
}
.printIntroduce .h4Box{
	background: #00b0d0;
	margin: 15px 0 40px;
	height: 50px;
	position: relative;
}
.printIntroduce .h4Box:before,
.printIntroduce .h4Box:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 25px solid transparent;
}
.printIntroduce .h4Box:before{
	left: 0;
	border-left: 25px solid #ffffff; 
}
.printIntroduce .h4Box:after{
	right: 0;
	border-right: 25px solid #ffffff; 
}
.printIntroduce .h4Box h4{
	color: #fff;
	padding: 15px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.printIntroduce dl{
	width: 270px;
	margin: 0 15px;
	padding: 30px 15px 15px;
	border: 2px solid #ffcbd4;
	box-sizing: border-box;
	position: relative;
	float: left;
}
.printIntroduce dl dt{
	background: #ff7d95;
	color: #fff;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: -25px;
	left: 30px;
	right: 30px;
	margin: auto;
}
.printIntroduce dl dd{
/*	padding-top: 220px;*/
	text-align: center;
}
.printIntroduce dl dd p{
	font-size: 13px;
	text-align: left;
}
/*シルク印刷
.printIntroduce dl.printSilk dd{
	background: url(../../../_images/category/towel/print_m1_silk.jpg) no-repeat top center;
}*/
/*フルカラー
.printIntroduce dl.printColor dd{
	background: url(../../../_images/category/towel/print_m1_color.jpg) no-repeat top center;
}*/
/**/
.printIntroduce dl dd p.naireSample{
	color: #0a5a08;
	margin: 10px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position:relative;
}
.printIntroduce dl dd p.naireSample:before,
.printIntroduce dl dd p.naireSample:after{
	content: "";
	display: inline-block;
	width: 25%;
	height: 5px;
	margin: 0 10px;
	background: #b4dcb3;
}

@media screen and ( max-width: 736px ){
	.printSelect{
		width: 95%;
		margin: 0 auto 20px;
	}
	.printSelect .h3Box{
		background-size: 140%;
		height: 60px;
		margin-bottom: 10px;
		display: block;
	}
	.printSelect .h3Box div{
		background-size: 100%;
		width: 330px;
		padding-top: 28px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.printSelect .h3Box h3{
		font-size: 14px;
		letter-spacing: -0.05em;
	}

	.printSelect div:nth-of-type(2){
		padding-right: 30%;
	}
	.printSelect div:nth-of-type(2):after{
		background-size: 100%;
		width: 28%;
		top: -10px;
		right: 10px;
	}

	.printSelect div h4{
		width: auto;
		font-size: 28px;
	}
	.printSelect div h4 br:nth-of-type(1){
		display: none;
	}
	.printSelect p{
		width: auto;
	}
	.printIntroduce .h4Box h4{
		font-size: 18px;
	}
	.printIntroduce dl{
		width: 90%;
		margin: 0 auto 20px;
		padding: 5px;
		float: none;
	}
	.printIntroduce dl dt{
		margin-bottom: 5px;
		padding: 10px;
		font-size: 18px;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.printIntroduce dl dd{
		padding-top: 0;
	}
	.printIntroduce dl dd p{
/*		margin: 10px 0 0 32%;*/
		margin: 10px 0 0 0;
	}
	.printIntroduce dl dd img{
		width: 70%;
		margin: auto;
	}
	
	.printIntroduce dl.printSilk dd{
		background: url(../../../_images/category/towel/print_m1_silk.jpg) no-repeat left 10px;
		background-size: 30%;
	}
	.printIntroduce dl.printKata dd{
		background: url(../../../_images/category/towel/print_m1_kata.jpg) no-repeat left 10px;
		background-size: 30%;
	}
	.printIntroduce dl.printColor dd{
		background: url(../../../_images/category/towel/print_m1_color.jpg) no-repeat left 10px;
		background-size: 30%;
	}
	
}

/*------------------リンクボタン--------------------*/
.allListLink{
	margin: 50px auto;
}
.allListLink li{
	margin: 15px 0;
}
.allListLink li a{
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
}
/*各▲*/
.allListLink li a span{
	position: relative;
}
.allListLink li.next a span:after{
	content: "▲";
	display: inline-block;
	color: #fff;
	transform:rotate(90deg);
	margin-left: 5px;
}
.allListLink li.anchor a span:after{
	content: "▼";
	display: inline-block;
	color: #fff;
	margin-left: 5px;
}

/*ピンク*/
.allListLink li.pinkBtn a{
	background: #ff0048;
	width: 80%;
	margin: auto;
	padding: 18px 10px;
}
.allListLink li.pinkBtn a:hover{
	background: #ff5081;
	border-radius: 10px;
}
/*ブルー*/
.allListLink li.blueBtn a{
	background: #252ea1;
	width: 80%;
	margin: auto;
	padding: 25px 10px;
}
.allListLink li.blueBtn a:hover{
	background: #5761e9;
	border-radius: 10px;
}
/*オレンジ*/
.allListLink li.orangeBtn a{
	background: #ff7e00;
	width: 80%;
	margin: auto;
	padding: 12px 10px;
}
.allListLink li.orangeBtn a:hover{
	background: #ffc36e;
	border-radius: 10px;
}
/*緑*/
.allListLink li.greenBtn a{
	background: #77d200;
	width: 80%;
	margin: auto;
	padding: 18px 10px;
}
.allListLink li.greenBtn a:hover{
	background: #a8ff36;
	border-radius: 10px;
}


/*------------------各カテゴリーアイテムエリア--------------------*/
.subCategory{
	margin: 70px 0 90px;
	position: relative;
}

/*カテゴリー各ヘッダ画像用*/
.subCategory:before{
	content: "";
	display: block;
	background-size: 100%;
	position: absolute;
	z-index: 50;
}

/*カテゴリー各見出しエリア*/
.subCategory .h3Box{
	background: linear-gradient(to right, #0e792c 0%,#0e792c 60%,#bbf07e 100%);
	position: relative;
}
.subCategory .h3Box h3{
	color: #FFF;
	padding: 50px 20px 20px 55px;
	font-size: 50px;
	font-weight: bold;
	z-index: 100;
}
.subCategory .h3Box:before{
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	left: -2px;
	top: 0;
	border: 25px solid transparent;
	border-left: 25px solid #fff;
	border-top: 25px solid #fff;
}
.subCategory .h3Box:after{
	content: "";
	display: block;
	background: linear-gradient(to right, #0e792c 0%,#d1ff89 30%,#bbf07e 100%);
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: -5px;
}

/*コンテンツの枠*/
.subCategory .categoryBox{
	background: url(../../../_images/category/towel/slash_line_bg3.gif) repeat-x bottom;
	padding: 40px 20px 10px;
	border: 2px solid #add8aa;
	border-top: none;
}
.categoryBox dl.readTextBox{
	margin: 0 380px 50px 20px;
}
.categoryBox dl.readTextBox dt{
	color: #0e792c;
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: bold;
}

@media screen and ( max-width: 736px ){
	.subCategory{
		margin: 20px 5px 30px;
	}
	.subCategory .h3Box h3{
		padding: 30px 10px 10px 40px;
		font-size: 30px;
	}

}

/*------------------お問合せエリア--------------------*/
.categoryContact{
	margin: 60px 0;
}
.categoryContact dl{
	width: 790px;
	background: linear-gradient(to bottom, #fff 0%, #fff 40%,#fffcc8 100%);
	margin: auto;
	border-bottom: 4px solid #ff758e;
}
.categoryContact dl dt{
	background: #ff758e;
	color: #fff;
	padding: 12px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.categoryContact dl dd{
	background: url(../../../_images/common/contact_staff.png) no-repeat 97% bottom;
	background-size: 18%;
	padding: 15px 20px;
}
.categoryContact dl dd a{
	display: block;
	background: url(../../../_images/category/cate_contact_btnBg.gif) no-repeat center;
	width: 570px;
	height: 51px;
	margin: 10px 0 0;
	padding: 12px 0;
	text-align: center;
	box-sizing: border-box;
}
.categoryContact dl dd a:hover{
	opacity: 0.6;
}

@media screen and ( max-width: 736px ){
	/*--お問合せ--*/
	.categoryContact{
		margin: 60px 0;
	}
	.categoryContact dl{
		width: 90%;
	}
	.categoryContact dl dt{
		padding: 5px 10px;
		font-size: 16px;
	}
	.categoryContact dl dd{
		background: url(../../../_images/common/contact_staff.png) no-repeat 99% bottom;
		background-size: 20%;
		padding: 15px 10px;
	}
	.categoryContact dl dd img{
		width: 80%;
	}
	.categoryContact dl dd a{
		background-position: bottom;
		width: 80%;
		height: auto;
		padding: 8px 0;
		border-radius: 10px;
	}
	.categoryContact dl dd a img{
		width: 70%;
	}
}


/*------------------開閉機能--------------------*/
.switchBtn dl input{
	display: none;
}

@media screen and ( max-width: 736px ){
	/*開閉*/
	.switchBtn dl input{
		display: none;
	}
	.switchBtn input:checked + label dt:before{
		opacity: 0;
	}
	.switchBtn input:checked + label dt:after{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	.switchBtn dl label dt{
		display: block;
		position: relative;
	}
	
	.switchBtn dl label dt:before,
	.switchBtn dl label dt:after{
		content: "";
		display: block;
		width: 20px;
		height: 3px;
		background: #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		right: -35px;
		margin: auto;
		box-sizing: border-box;
		transition: 0.3s;
		z-index: 100;
	}
	.switchBtn dl label dt:before{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	.switchBtn dl label dt:after{
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	
	.switchBtn dl span{
		display: block;
		position: relative;
	}
	.switchBtn dl span:after{
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		background: #9d7755;
		border-radius: 50%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: -45px;
		margin: auto;
		z-index: 10;
	}

	/**/
	.switchBtn dl dd{
		overflow: hidden;
		opacity: 0;
		max-height: 0;
		text-align: center;
		transition: 0.5s;
	}
	.switchBtn dl dd p{
		text-align: left;
	}
	.switchBtn dl dd img{
		max-width: 270px;
		margin: auto;
	}
	.switchBtn input:checked + label + dd{
		opacity: 1;
	}

	/**/
	.lineupPoint input:checked + label + dd{
		max-height: 400px;
	}
	.osusumePickup input:checked + label + dd{
		max-height: 400px;
	}
	.catePoint input:checked + label + dd{
		max-height: 400px;
	}
	.printIntroduce input:checked + label + dd{
		max-height: 400px;
	}
	.printIntroduce dl label dt:before,
	.printIntroduce dl label dt:after{
		right: 10px;
	}
	.printIntroduce dl span:after{
		width: 32px;
		height: 32px;
		right: -6px;
	}

}




