/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');


/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
    .PC { display: none !important; }
    .SP { display: block !important; }
}

html{
    scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
*{
	margin:0px;
	padding:0px;
}
img{
	vertical-align:middle;
	width:100%;
	max-width:450px;
	height: auto;
}
a{
	text-decoration: none;
}
a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
}

body{
	background-image:url("img/back/sp-saleback-yellow.jpg"); /*�S�̔w�i*/
	background-repeat:x;
	font-family:'Noto Sans JP' ,'Sawarabi Gothic','Lato', sans-serif;
	line-height:120%;
}

.key-point{
	text-align: center;
	margin:30px auto 100px;
	padding:5px;
	background-color:#fff;
	border-radius:20px;
	position: relative;
	font-size:1.2em;
	font-weight:400;
	line-height:180%;
}

.underline{
	border-bottom:1px dashed #ccc;
	padding-bottom:1px;
}

header{
	width:100%;
	margin:auto;
	overflow:hidden;
}

/*キステロゴ*/
.logo{
	width:100%;
	padding:10px 15%;
}
.logo img{
	width:100%;
}

/*ヘッダーコンテンツ*/
.header{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

.header-message{
	text-align: center;
	margin:50px auto 30px;
	position: relative;
	font-size:1.1em;
	font-weight:400;
	line-height:150%;
}

.marker{
background: linear-gradient(transparent 35%, #ffffaa 0%);
font-weight: bold; 
}

#page-top a{
    position: fixed;
    bottom: 10px;
    right: 10px;
	font-size:1.6em;
	z-index: 6;
	color:#666666;
	font-weight: 999;
}

#page-top a:hover{
	z-index: 6;
	color:#cccc00;
	transition: 0s;
}

/*見出し*/
h1{
	/*font-family: 'Sawarabi Mincho', sans-serif;*/
	max-width:768px;
	padding:10px 0;
	margin:50px auto;
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	color:#fff;
	line-height:150%;
}

h1 p{
	padding:5px 15px 10px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
}

h1 .small,
h2 .small,
h3 .small{
	font-size:0.85em;
	font-weight:400;
}

/*足袋選びのポイント*/
h2{
	/*font-family: 'Sawarabi Mincho', sans-serif;*/
	max-width:768px;
	padding:5px 0;
	margin:0 auto;
	text-align:center;
	font-size:1.5em;
	font-weight:400;
}

/*足袋選びのポイント回答*/
h3{
	/*font-family: 'Sawarabi Mincho', sans-serif;*/
	border-top:2px solid #363636;
	border-bottom:2px solid #363636;
	max-width:768px;
	padding: 15px 0 20px;
	margin: 0px 10px 50px;
	text-align:center;
	font-size: 1.35em;
	font-weight:500;
	line-height:120%;
}

/*見出し系背景色*/

.h-ygreen{
	background:#9dbe47;
}

.h-gblue{
	background:#5cb4b1;
}

.h-pink{
	background:#ec739e;
}

.h-orange{
	background:#ffa442;
}


/*ボタン背景色*/

.b-ygreen{
	background:#9dbe47;
	border:3px solid #F2FEDE;
}

.b-gblue{
	background:#5cb4b1;
	border:3px solid #DCEFEE;
}

.b-red{
	background:#F73956;
	border:3px solid #FFD6D7;
}

.b-pink{
	background:#ec739e;
	border:3px solid #FBE2EB;
}

.b-orange{
	background:#ffa442;
	border:3px solid #FFEEBF;
}

.b-ypink{
	background:rgba(251,220,229,1.00);
	border:3px solid rgba(232,170,199,1.00);
	text-align: center;
	border-radius:10px;
	margin: 10px;
}


/*コンテンツのタイトル文字下の英語*/
span.sab{
	display: block;
	font-family: 'Julius Sans One', sans-serif;
	max-width:768px;
	padding:0;
	margin:0 auto;
	text-align:center;
	font-size:1em;
	color:#666666;
	letter-spacing:2px;
	font-weight:400;
}

span.sab01{
	padding:0;
	margin:0 auto;
	text-align:center;
	font-size:1em;
	color:#666666;
	font-weight:400;
}


main{
	text-align: center;
	width:100%;
	margin:0 auto;
	padding: 30px 0;
}

footer .copy{
	text-align: center;
	color: #838383;
	margin-top:7px;
	margin-bottom:7px;
	font-size:0.7em;
}
.contents{
	width:100%;
	margin:70px auto;
	padding:5px;
	background-color:#fff;
	border-radius:20px;
	position: relative;
}

img.kimono{
	margin:2px;
	text-align: center;
	width:30%;
}


/*トップリストボタン*/
#top-list{
	max-width:768px;
	margin:50px auto;
	padding:0;
	font-size:1.5rem;
	line-height:100%;
}

#top-list ul{
	width:100%;
	text-align: center;
}


#top-list li{
	display:inline-block;
	width:100%;
	padding:10px;
	border-radius:10px;
	text-decoration: none;
	font-size:0.8em;
	margin-top: 50px;
}

#top-list li div.button{
	font-weight:600;
	font-size:1.3em;
	color:#fff;
	padding:25px;
	margin:10px;
	border-radius:10px;
	box-shadow:2px 2px 0 #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
	line-height:130%;
}

/*カテゴリボタン*/
#list1{
	max-width:700px;
	margin:0 10px 50px;
	padding:0;
}

#list1 ul{
	width:100%;
	text-align: center;
	text-decoration: none;
}

#list1 li{
	display:inline-block;
	width:100%;
	border-radius:10px;
	text-decoration: none;
	font-size:0.8em;
}

#list1 li.button{
	font-weight:600;
	font-size:1.3em;
	color:#fff;
	padding:10px 5px;
	margin: 10px auto;
	border-radius:10px;
	box-shadow:2px 2px 0 #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.yesno-coment{
	width:auto;
	padding:1px 15px;
	line-height:2em;
	background:#fff;
	border-radius:25px;
	color:#363636;
	font-size: 0.9em;
}



#list1 li.button p.yesno{
	line-height:130%;
	padding:10px 5px 10px;
	font-size: 0.9em;
	right:1%;
	bottom:0;
	position: relative;
}

#list1 li.button p.yesno:before{
	position: absolute;
	right:0;
	bottom:0;
	font-family: "Font Awesome 5 Free";
  content: "\f152";
  font-weight: 900;
	font-size:1.0em;
	
}

#list1 li.button p.left{
	line-height:120%;
	display: table-cell;
	padding:10px 5px;
	font-size: 1em;
	width:20%;
	vertical-align:middle;
}

#list1 li.button p.right{
	font-size:0.70em;
	line-height:120%;
	width:60%;
	margin:0;
	display: table-cell;
	padding:10px 5px;
	background:#fff;
	border-radius:5px;
	color:#363636;
	font-weight:500;
	position: relative;
	text-align:left;
	vertical-align:middle;
}

#list1 li.button p.right:before{
	position: absolute;
	right:1%;
	bottom:1%;
	font-family: "Font Awesome 5 Free";
  content: "\f152";
  font-weight: 900;
	font-size:1.2em;
}

.itembox{
	padding:3%;
	border:1px solid #ccc;
}

/*商品　2列*/
.recommend-item{
	font-size:0.7em;
	display:inline-block;
	width:48%;
	background-color:#fff;
	padding:0;
	margin:1.5% 0.5%;
	border:1px solid #fff;
	text-align: left;
}

.recommend-item:hover{
	opacity: 0.8;
	background:#ffffee;
	transition: 0.2s;
}

.img img{
	width:100%;
	/* mix-blend-mode: multiply; */
	/* margin:0 0 10px; */
}

/*価格*/
.price{
	display:block;
	font-size:2.0em;
	font-family:'Noto Sans JP', 'Open Sans', sans-serif;
	color:#ca0000;
	font-weight:600;
	text-align: right;
	padding:0;
	margin:0;
}

.yen{
	font-size:0.45em;
	font-family:'Noto Sans JP', 'Open Sans', sans-serif;
	color:#ca0000;
	font-weight:600;
	text-align: right;
}

/*商品を見に行くボタン*/
.itembutton{
	font-family: 'Julius Sans One', sans-serif;
	font-size:0.7em;
	width:75%;
	padding:0 2px;
	margin:5px auto;
	color:#fff;
	border-radius:10px;
	background-color:#999;
}

/*矢印*/
.arrow{
	font-size:2.5em;
	color:#666;

	margin:0;
	padding:0;
	line-height:50%;
	
}


/*もっと見るボタン*/
.more-button{
	z-index:99px;
	width:80%;
	margin:10px auto 50px;
	padding:5px 0 10px;
	font-size:1.2em;
	border:1px solid #eee;
	text-align: center;
	border-radius:10px;
	color:#fff;
	font-weight:600;
	line-height:120%;

}

.more-button01{
	z-index:99px;
	width:44%;
	margin:5px 3px;
	padding:3px 5px 6px;
	font-size:0.9em;
	border:2px solid #eee;
	text-align: center;
	border-radius:15px;
	color:#fff;
	font-weight:600;
	letter-spacing:0em;
	display: inline-block;
}

small{
	font-weight:500;
	font-size:0.65em;
	border-bottom:1px dotted rgba(255,255,255,0.8);
	opacity:0.8;
}

.styling{
	position: absolute;
	bottom:0;
	width:100%;
	color:#fff;
	font-size:0.75em;
}

.b-ygreen{
	background:#9dbe47;
}

.b-gblue{
	background:#5cb4b1;
}

.b-pink{
	background:#ec739e;
}

.b-orange{
	background:#ffa442;
}