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

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Cardo:400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700&display=swap');

html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

body{
	overflow-x: unset;
}

.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

*, ::after, ::before {
	background-repeat: no-repeat;
	box-sizing: inherit;
}

::after, ::before {
	text-decoration: inherit;
	vertical-align: inherit;
}

.blog_inner ul{
margin-bottom: 0;
margin-left: -5px;
}

#gloves_scarf {
	width: unset;
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-weight:normal;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: left;
	/*background: #000;
	color: #fff;*/
}

#gloves_scarf img {
	max-width:100%;
	height:auto;
	border: none;
	vertical-align: bottom;
}

.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
	
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);	
}


#gloves_scarf h1,
#gloves_scarf h2,
#gloves_scarf h3,
#gloves_scarf h4,
#gloves_scarf h5{
	color:#000;
	text-align:center;
	font-weight:bold;
	background: none;
	border: none;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

#gloves_scarf h1{
	font-size:2em;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	margin: 70px auto;
	line-height: 170%;
}
#gloves_scarf h1 span{
	font-size:0.48em!important;
	color: #004225;
}
#gloves_scarf .gloves_scarf_wrap{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:0;
}

#gloves_scarf h2{
	font-size:2.5em;
	/*font-family: "neuzeit-grotesk", 'Noto Sans JP', sans-serif;*/
	font-family: "montecatini-pro-normale", sans-serif;
	margin: 20px auto 10px;
	line-height: 150%;
}

#gloves_scarf p{
	font-size: 0.95em!important;
	line-height: 180%;
	text-align: left;
	margin: 20px auto;
}

#gloves_scarf section.item p.item_text{
	text-align: center;
}	

#gloves_scarf .flex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
}

#gloves_scarf .main_text{
	margin: 0 auto 100px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	width: 100%;
	max-width: 1000px;
}

#gloves_scarf section.item{
	width: 100%;
	max-width: 800px;
	margin: 50px auto;
	text-align: center;
}

#gloves_scarf section.item img{
	width: 100%;
}
#gloves_scarf section.item .flex div {
	flex-basis: 50%;
}
#gloves_scarf section.item02{
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
	text-align: center;
}
#gloves_scarf section.item02 img{
	width: 100%;
}
#gloves_scarf section.item02 .flex div {
	flex-basis: 50%;
}
#gloves_scarf p.itemname{
	font-size: 0.95em!important;
	margin: 20px auto 10px!important;
	font-weight: 600;
}

#gloves_scarf p.price{
	font-size: 0.85em!important;
	margin: 10px auto!important;
}

#gloves_scarf .point{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	background: #ededed;
	padding: 7% 6% 3%;
}

#gloves_scarf .point h2{
	font-size: 2em;
	margin-bottom: 50px;
	font-weight: 500;
	line-height: 70%;
	margin-top:-10px;
}

#gloves_scarf .point h2 span{
	font-size: 0.4em;
	font-weight: normal;
}

#gloves_scarf .point h3{
	text-align: left;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 15px;
}

#gloves_scarf .point h3 span{
	margin-left: 1%;
}

#gloves_scarf .point .point_inner{
	width: 100%;
	margin: 30px auto;
}

#gloves_scarf .point .point_inner p{
	width: 95%;
	margin-left: 5%;
}

#gloves_scarf section.stylebox{
	width: 100%;
	margin: 20px auto 0;
}

#gloves_scarf section.stylebox .style{
	width: 100%;
	margin: 50px auto 0;
}

#gloves_scarf section.stylebox h2{
	font-size: 2em;
	margin: 0 auto 20px;
}
#gloves_scarf section.stylebox h3{
	font-size: 1.5em;
	margin: 20px auto;
}
#gloves_scarf section.stylebox .flex div {
	flex-basis: 50%;
}


#gloves_scarf .style .textaria{
	margin: 30px auto;
	width: 100%;
}

#gloves_scarf .style .textaria p.text{
	text-align: left;
	margin: 0 auto 20px!important;
}

#gloves_scarf .style .textaria p.model{
	margin: 10px auto 0!important;
	font-size: 0.95em!important;
	text-align: center;
}

#gloves_scarf section.other{
	width: 90%;
	max-width: 650px;
	margin: 50px auto;
}


#gloves_scarf .categorylist {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  border-radius: 10px;
justify-content: center;
}
#gloves_scarf section.category {
  margin: 15px auto;
  width: 95%;
  max-width: 870px;
}
#gloves_scarf .categorylist div {
  flex-basis: calc(100% / 2 - 1%);
  padding: 1%;
}
#gloves_scarf .categorylist div.box {
  font-weight: 500;
}
#gloves_scarf .categorylist div a {
  color: #fff;
  display: block;
  padding: 8% 3%;
  text-align: center;
  font-size: 1em;
  background-color:  #996515;
  text-decoration: none;
   border-radius: 10px;
}
#gloves_scarf .categorylist div a:hover {
  color: #996515;
  display: block;
  background-color: #fff;
   border: 1px solid  #996515;
   border-radius: 10px;
}



#gloves_scarf .itemlist{
 font-size: 0.95em!important;
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 max-width: 600px;
 padding: 12px 0;
 border-top: 1px #000000 solid;
 margin: auto;
}

#gloves_scarf .itemlist:last-of-type{
	border-bottom: 1px #000000 solid;
}

#gloves_scarf section.black .itemlist{
	border-top: 1px #FFF solid;
}

#gloves_scarf section.black .itemlist:last-of-type{
	border-bottom: 1px #FFF solid;
}

#gloves_scarf .itemlist div:first-child{
	width: 75%;
	padding: 4px 1% 3px 0;
	line-height: 100%;
}

#gloves_scarf .itemlist div:last-child{
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}

#gloves_scarf .item p.itemname{
	margin: 20px auto 5px!important;
	font-size: 1.3em!important;
	text-align: center!important;
}

#gloves_scarf .item p.price{
	margin: 0 auto 10px !important;
	font-size: 1.3em!important;
	display: block;
	text-align: center!important;
}

#gloves_scarf .itemlist p.price{
	margin: 0 auto!important;
	font-size: 1.2em!important;
	display: block;
	text-align: left!important;
}

#gloves_scarf p.price span{
	color: #C52F32;
	font-size: 1.2em!important;
	font-weight: bold;
}

#gloves_scarf .function {
	width: 100%;
	max-width: 700px;
	margin: 0px auto 0px;
	padding: 10px 0;
}
#gloves_scarf .function img {
	width: 100%;
}
#gloves_scarf .function div:first-child {
	flex-basis: 30%!important;
}
#gloves_scarf .function div:last-child {
	flex-basis: 70%!important;
	margin: auto;
}
#gloves_scarf .function h1.proftext {
	font-size: 2.3em!important;
	margin:10px auto 10px;
	color: #7b1113;
	line-height: 130%;
}
#gloves_scarf .function h1.proftext span{
	font-size: 0.55em!important;
	color: black;
}

.box9 {
    padding: 0.5em 1em;
    margin: 0 auto!important;
    color: black;
    background: #7b1113;
    border-top: solid 7px #004225;
	width:100%;
	
	color: white;
}
.box9 p {
    margin: 0; 
    padding: 0;
}

/* 購入ボタン */

#gloves_scarf .itemlist a,
#gloves_scarf .buy{
	display: block;
	width: 100%;
	max-width: 130px;
	padding: 15px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	border-radius: 8px;
	text-decoration: none;
}

#gloves_scarf .itemlist a:hover,
#gloves_scarf .buy:hover{
	background: #FFF;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

/* 回遊リンク */

#gloves_scarf .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#gloves_scarf .Banner4 h3 {
	font-size: 30px !important;
	margin: 100px auto 50px;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
}

#gloves_scarf .Banner4 ul {
	display:inline;
}

#gloves_scarf .Banner4 ul li {
	display:inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}

#gloves_scarf .style .slide ul{
	width: 100%;
	max-width: 470px;
}

#gloves_scarf .style .slide ul li img{
	width: 100%;
	max-width: 470px;
}

@media only screen and (min-width:749px){

.pc_none{
	display: none!important;
}

#gloves_scarf .pcflex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
}

#gloves_scarf section.stylebox .style{
	flex-basis: 50%;
}

#gloves_scarf section.stylebox .style1{
	padding-right: 2%;
}

#gloves_scarf section.stylebox .style2{
	padding-left: 2%;
}

#gloves_scarf .right{
	flex-direction:row-reverse;
}

/* ヘッダー・フッターの崩れを直す */

#news_detail .detail{
	width:100%!important;
}

#news_detail .detail .head{
	width: 1000px!important;
	margin: 0 auto 50px!important;
}

#news_detail .detail .content p:first-child{
	margin: 0 auto;
	max-width: 1000px!important;
}

#topicpath{
	width: 1168px;
	margin: 0 auto;
}

.paging{
	width: 1000px;
	margin: 0 auto;
}
.item_category_links{
	width: 1168px;
	margin: 100px auto 0;
}

}

/*まっくろ*/

#news_detail .detail .content{
	background: none;
}

#news_detail .detail .content p {
	background: none;
}

#news_detail .detail .content p:first-child img{
	padding-top: 50px;
	display: none;
}

@media screen and (max-width:748px) {

.sp_none {
	display:none;
}

#gloves_scarf p,
#gloves_scarf div{
	font-size: 3.125vw!important;
	line-height: 180%;
}

#gloves_scarf p	{
	margin:5px auto;
}
	
#gloves_scarf h1{
	font-size: 4.2vw;
	line-height: 180%;
	margin: 40px auto 0px;
}
	
#gloves_scarf h1 span{
	font-size: 3vw!important;
}
	
#gloves_scarf h2{
font-size: 6vw;
margin: 20px auto 5px;
}	

#gloves_scarf .categorylist div a{
font-size: 2.7vw;
}	
	
	
#gloves_scarf h3{
font-size: 3vw;
margin: 20px auto 5px;
}
	
#gloves_scarf section.category{
margin: 5px auto 5px;
}	
	
#gloves_scarf .main_text{
	margin: 12.125vw auto!important;
	width: 90%;
}

#gloves_scarf section.item{
	margin: 6.125vw auto;
}
	
#gloves_scarf section.item p.item_text{
	text-align: center!important;
	margin: 30px auto;
	width: 95%;
}	
#gloves_scarf .point h2{
	font-size: 5.5vw;
	margin-top: 1vw;
	margin-bottom: 5.5vw;
	line-height: 90%;
}

#gloves_scarf .point h3{
	font-size: 3.5vw;
	margin-bottom: 2.2vw;
}

#gloves_scarf .point .point_inner{
	margin: 5.5vw auto;
}

#gloves_scarf section.stylebox{
	width: 100%;
	margin:3vw auto;
}

#gloves_scarf .itemlist div{
	font-size: 3vw!important;
}

#gloves_scarf .itemlist p.price{
	font-size: 3.5vw!important;
}
	
#gloves_scarf .function h1.proftext {
	font-size: 5.5vw!important;
	line-height: 120%;
}
	
#gloves_scarf section.stylebox h2{
	font-size: 4.5vw;
	margin: 0 auto;
}	
	
#gloves_scarf section.stylebox h3	{
	font-size: 3.5vw;
	margin-top: -15px;
}	
	
	
.box9 {
	margin: 0 auto!important;
}	
	
#gloves_scarf .buy{
	max-width: 100px;
	padding: 10px 0;
}	

/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

#gloves_scarf .Banner4 {
	text-align: center;
	width: 100%;
}

#gloves_scarf .Banner4 ul{
	margin: 0 auto;
	width: 95%;
}

#gloves_scarf .Banner4 ul li {
	width: 95% !important;
	margin: 0 0 5% 0 !important;
}

/* ヘッダー */

#news_detail .detail .content p:first-child img{
	display: none;
}

#gloves_scarf .header{
	position: relative;
	height: 97vw;
}

#gloves_scarf .header .title1{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

#gloves_scarf .header .title2{
	position: absolute;
	width: 40%;
	top: 57vw;
	left: 6vw;
}

#gloves_scarf .header .title3{
	position: absolute;
	width: 40%;
	top: 57vw;
	left: 52vw;
}
	


}