@charset "utf-8";


body{
	margin: 0;
	padding: 0;
/*	font-family: 'Shippori Mincho', serif;*/
	box-sizing: border-box;
}

a{
	text-decoration: none;
	display:block;
	color: #4a494d;
}

header a:hover,#Category_button:hover{
	opacity: 0.5;
}

img{
	max-width: 100%;
	vertical-align: bottom;
}

ul{
	padding-inline-start:0;
  margin:0;
  list-style: none;
}

h1{
	margin: 10px;
}

h1 a {
	display: flex;
	align-items: center;
}

.header_top p,
.header_category ul li a,
#Category_button,
.shippori{
  font-family: 'Shippori Mincho', serif;
}

/*header _top*/

.header_top{
	display: flex;
	align-items: center;
	max-width: 1400px;
	height: 90px;
	margin: 0 auto;
}

.header_top > *{
	padding:0 10px;
}
/* index専用 */
section.category{
  background-color: #fff;
}
.category_wrapper{
  border-top: solid 1px #dbdad9;
  border-bottom: solid 1px #dbdad9;
  margin:0px auto 40px;
  background-color: #fff;
}
.in-category-box2 img{
  max-width: 180px;

}
  /****ここからカテゴリ*****/

  .in-category-box{
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 2px 2px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .in-category-box a{
    display: block;
    max-width: calc(1200px / 6);
    margin:  auto;
  }


  .in-category-box img:hover{
    filter: opacity(50%);
  }

  .in-category-box2{
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 2px 2px;
    max-width: 1000px;
    margin:20px auto;

  }

  .in-category-box2 a{
    display: block;
    max-width: calc(1200px / 6);
    margin:  auto;
  }


  .in-category-box2 img:hover{
    filter: opacity(50%);
  }

.category-items:first-child{
  border-bottom: solid 1px #dbdad9;
}

@media(max-width: 700px){

    .in-category{
      display: none;
    }
  }
  /*****ここまでカテゴリ****/

/*↓左に詰まりすぎないように調整*/

@media (min-width:701px){
.header_top .forpc{
  display: block;
}
.header_top .forsp{
  display: none;
}

 .header_top h1{
  margin-left: -12%;
  padding: 0px;
 }

 .header_tab{
  margin-left: 0;
  padding: 0;

 }

}

.header_top{
  justify-content: space-around;
}

.header_logo{
	height: 40px;
}

.header_top > p{
	margin-right: auto;
}

header form.header_search{
	border:0;
	border:1px solid #4a494d	;
	margin-right: 10px;
}

header form.header_search > input{
	border:none;
	outline: none;
	padding:5px;
  margin: 0;
  }

.header_icon{
  display: flex;
  justify-content: space-between;
}

.header_search{
  position: relative;
}

	/*font awesome*/
 .header_search_icon{
		/* background-image: url(../img/icon_search2.svg); */
		position: absolute;
	  background-position: center;
	  background-color: #fff;
	  width: 28px;
	  height: 28px;
	  border: none;
	  right: -18%;
	  /* background-repeat: no-repeat; */
	}

	#Search_target .header_search_icon{
	  background-color:#4a494d;
	  color:#FFF;
    font-size:30px;
	}

	.header_line_icon {
	  background-image:url(../img/icon_line.svg);
	  background-position: center;
	  background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
	}


	.header_shopbag_icon{
	  background-image:url(../img/icon_cart.svg);
	  background-position: center;
	  background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
		margin-left: 10px;
	}

.globalMenuSp_bg button{
  /* background-image: url(../img/icon_search2.svg); */
		position: absolute;
	  background-position: center;
	  background-color: #fff;
	  width: 30px;
	  height: 30px;
	  border: none;
	  right: 8%;
	  /* background-repeat: no-repeat; */
}

/*header_category*/

.header_category{
	background-color: #4a494d;
	position: relative;
  font-family: 'Shippori Mincho', serif;
}

.header_category > ul{
	list-style: none;
	max-width: 1400px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_category > ul > li  a{
	color:#fff;
	padding: 15px;
	text-align: center;
}

@media(max-width:700px){
	
	.header_top{
	height: 50px;
}

  .header_category > ul > li  a{
    padding: 7.5px 5px;
  }
  .header_logo{
    height: 30px;
  }
  .header_top > p{
    margin-right: auto;
    width: 15%;
  }
  }



#Search_target{
	display: none;
	position: absolute;
	width: 100%;
	z-index:10;
	background-color: #4a494d;
}

#Search_target form{
	margin: 20px auto;
	text-align: center;
	cursor:pointer;
}

#Search_target input[type="text"]{
	background-color: #4a494d;
	color:#fff;
  font-size: 20px;
}

#Search_target input[type="submit"]{
    appearance: none;
    -webkit-appearance: none;
}

#Category_button{
	cursor:pointer;
	color: #fff;
  padding-right: 1em;
}

#Category_target{
	display: none;
	padding:10px;
	background-color: #fff;
}

  /****ここからカテゴリ*****/

    .category-box{
      display: grid;
      grid-template-rows: 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      gap: 2px 2px;
      max-width: 1000px;
      margin:20px auto;

    }

    .category-box a{
      display: block;
      max-width: calc(1000px / 6);
      margin:  auto;
    }


    .category-box img:hover{
      filter: opacity(50%);
    }

    @media(max-width: 600px){

    .category-box{
      grid-template-rows: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
    }
    }

    .category-box img{
      max-width: 100%;
      border: solid 1px darkgray;
      box-sizing: border-box;
    }

  /*****ここまでカテゴリ****/

header p{
  margin: 1em 0 0 0; 
}

.header_word_fl{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
}

.header_word_fl .header_word_s{
  margin: 0;
  padding: 5px 0px;
}

.header_word{
  max-width: 1400px;
  margin:0 auto;
  padding:5px 10px;
  color: #4a494d;
  text-align: center;
}

.header_word_s{
  font-size:0.7em;

}

.header_haiso{
  font-size: 0.8em;
  min-width: 1.5em;
  line-height: 1.3em;
  padding: 0;
  color: #4a494d;
}

.header_word_bottom .header_word_s{
  font-size: 1.1em;
}


.header_sp{display: none;}

@media screen and (min-width:701px){
	.header_pc{display: none;}
  .header_tab{display: block;}
  .header_forsp_p{display: none;}
}
@media screen and (max-width:700px) { 
	.header_tab{display: none;}
  .header_pc{display: none;}
	.header_sp{display: block;}
  .header_forsp_p{
    display: block;
    margin: 0 !important;
  }
	.header_search_icon{
		margin-left: auto;
		margin-right: 10px;
	}
	.header_category > ul{
		padding: 0;
	}

	.header_category > ul > li > a,#Category_button{
		font-size: 12px;
	}

	.header_top h1{
		margin-left: 0; 
    margin-right: 0;
	}
  .header_search_pc{
    margin-left: auto;
  }

  .header_word_fl{
    display: none;
  }
  .header_word_bottom{
    padding:0.4em 0; 
    border-bottom: 1px dotted #4a494d;
  }

  .header_word_bottom .header_word_s{
  font-size: 0.7em;
  padding-top: 0;
}
}


/*****
		ハンバーガー
	 *****/

.globalMenuSp{
	z-index: 70;
}


  /*input typeのwidthのみ先出*/
   @media(max-width: 1200px){
  header .globalMenuSp ul form{
    width: 100%;
  }

  header .globalMenuSp ul form input[type="search"] {
    width: 90%;
  }
}

@media (min-width: 1201px){
  header .globalMenuSp ul form{
    max-width: 60%;
      }
}

/*	 header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  background-color: #fff;
  z-index: 70;
  position: relative;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

*/

/****ヘッダーの画像をスマホ版のみ縮小する*****/
@media(max-width: 700px){
  
  header > a{
    width: 90%;
  }
}

/******縮小ここまで*******/

header .hamburger {
  position: relative;
  position: fixed;
  z-index: 99;
  left: 1%;
  top: 0%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  display: block;
}

@media(max-width: 700px){
	header .hamburger{
		left: 1%;
	}
}

header .hamburger span {
  z-index: 80;
  display: block;
  position: absolute;
  width: 28px;
  height: 1.5px;
  left: 6px;
  background: #4a494d;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

header .hamburger span:nth-child(1) {
  top: 10px;
}

header .hamburger span:nth-child(2) {
  top: 20px;
}

header .hamburger span:nth-child(3) {
  top: 30px;
}

header .globalMenuSp {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  color: #4a494d;
  text-align: center;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); /*左からハンバーガー出現させる*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
}

header .globalMenuSp .globalMenuSp_bg {
  margin: 0 auto;
  width: 70%;
  max-width:600px;
  margin-left: 0;
  height: 100vh;
  list-style-type: none;
  overflow-y: scroll;
  background: #ffffff;
  border: 1px solid #4a494d;
  padding: 20px 0 130px;
}
header .globalMenuSp .globalMenuSp_bg .sp-logo{
  display: inline-block;

}
header .globalMenuSp .keyword {
  /*width: 90%;*/
  /*margin: 0 auto;*/
  /* text-align: left; */
  margin-bottom: 1em;
}


header .globalMenuSp .keyword a {
  display: inline-block;
  margin-left:0.5em;
  color: #49494c;
  font-size: 0.8em;
}
.rank{
  text-align: left;
}

.rank li{
  text-indent: 1em;
  }


.rank li a{
  border-bottom: solid 1px;
  line-height: 1em;
  text-underline-offset: 0.3ex;
  text-indent: 0;
}
.geometry .keyword a{
  border: none;
}
.geometry ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  row-gap: 10px;
  column-gap: 20px;
}

header .globalMenuSp .keyword a:first-of-type,
header .globalMenuSp .keyword a:nth-of-type(4) {
  margin-left: 0;
}
header .globalMenuSp .keyword_top{
  text-align: left;
  background-color: #efefef;
  padding: 0.8em 0;
  margin: 1em 0;
  font-size: 1.1em;
  text-indent: 1.2em;
}
header .globalMenuSp .keyword{
  font-size: 1.2em;

}

/* 機能で探す */
.function .grid{
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}

/* サイズで探す */
.size ul{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.size ul li{
  width: 100%;
}

header .globalMenuSp form {
  padding-top: 1em;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
  text-align: center;
}

header .globalMenuSp form input{
  padding: 0.3em 0;

}
header .globalMenuSp form input[type="text"] {
  left: 0;
  right: auto;
  padding-left: 1em;
  width:80%;
  display: block;
  font-size: 15px;
}

header .globalMenuSp form input[type="image"] {
  width: 15%;
  max-width: 35px;
  vertical-align: middle;
  margin-left: 7px; 
}

header .globalMenuSp .globalMenu_contens li {
  padding: 0;
  text-align: left;
  margin-top: 1.5em;
  color: #fff;

}

header .globalMenuSp li div.a-box {
  margin: 0 auto;
  /*margin-left: 1em;*/

}

header .globalMenuSp li div.a-box a {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px;
  padding-bottom: 0.25em;
  color: #fff;
}

header .globalMenuSp div.sns {
  width: 90%;
  margin: 1.2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 3em;
}
header .globalMenuSp div.gai {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 3em;
}

div.sns a{
	color: #000;
}

header .globalMenuSp .globalMenu_contens li div.sns:nth-of-type(2){
  padding-top: 0.25em;
  padding-bottom: 2em;
}

header .globalMenuSp .globalMenu_contens li div.sns:first-of-type{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 0.25em;
}
.gai .gaiyou{
  width: 140px;
  display: inline;
  font-weight: normal;
  padding-top: 0.5em;
}
.gai .gaiyou img{
  height: 14px;
  max-width: 140px;
  margin: 0 auto;
}
.globalMenuSp section{
  width: 90%;
  margin: 0 auto;
}
.sns_icon{
  width: 12%;
}
/*
header a {
  color: #fff;
  text-decoration: none;
}
*/
header .active span {
  background-color: #000;
}

header .active span:nth-child(1) {
  color: #fff;
  top: 16px;
  left: 6px;

  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .active span:nth-child(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-btn17-bar02 .8s forwards;
  animation: active-hamburger-bar02 .8s forwards;
}

@-webkit-keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}

header .active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .globalMenuSp.active {
  -webkit-transform: translateX(0%)!important;
          transform: translateX(0%)!important;/*左からハンバーガー出現させる*/
}

  .sns.icon{
    margin-bottom: 100px;
  }

/******ハンバーガーPC版*/
 



 @media(min-width: 701px){

  .globalMenuSp a:hover{
    filter: opacity(50%);
  }

  header .globalMenuSp ul{
  /*  max-width: 700px;*/
    width: 100%;
    min-width: 25%;
    scrollbar-width: thin;
    scrollbar-color: #6969dd #e0e0e0;
  }

/*  header .globalMenuSp ul.keyword {
    margin-left: 1em;
    padding-top: 2em;
  }
*/
  header .globalMenuSp ul form{
   margin: 0 auto;
   margin-left: 0;
  }

  header .globalMenuSp ul form input[type="search"] {
    width: 90%;
    
  }
  header .globalMenuSp ul form input[type="image"]{
    right: 0;
    margin-left: 2em;
  }
  header .globalMenuSp ul li div.a-box a{
    width: 85%;
  }
  header .globalMenuSp ul li div.sns {
    width: 5em;
    margin: 0 auto;
  }


}
body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    }
    .globalMenuSp_bg{
        position: relative;
        box-sizing: border-box;
    }
    .menu-bg{
        position: absolute;
        width:100%;
        height: 100%;
        z-index: -100;
        cursor: pointer;
    }
    
    @media(min-width: 700px){
        .category-box{
            grid-template-rows: 1fr 1fr;
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
            row-gap: 8px;
            max-width: 880px;
        }
    }
    @media(max-width: 700px){
        .category-box{
            grid-template-rows: 1fr 1fr 1fr ;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            row-gap: 8px;
            margin: 0 auto;
            justify-items: center;
            align-items: center;
        }
        .category-box a{
            display: block;
        }
.globalMenuSp_bg button{
		position: absolute;
	  background-position: center;
	  background-color: #fff;
	  width: 30px;
	  height: 30px;
	  border: none;
	  right: 7%;
}
    }

@media(max-width: 600px){
header .globalMenuSp form input[type="text"] {
  left: 0;
  right: auto;
  padding-left: 1em;
  width:76%;
  display: block;
  font-size: 15px;
}

    }
    @media(max-width: 400px){
        .category-box{
            grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
            grid-template-columns: 1fr 1fr;
            row-gap: 8px;
            justify-items: center;
            align-items: center;
        }
        .category-box a{
            display: block;
        }
    }
    .category-box img{
        border: none;
    }

@media (max-width: 500px){
  .rank{
    text-align: left;
  }
  
  .rank li{
    text-indent: 0.2em;
    font-size: 0.7em;
    }
  
  .keyword.grid{
    gap: 1em;
  }
  
  .function .grid{
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0px 7px;
  }
@media(max-width: 600px){
header .globalMenuSp form input[type="text"] {
  left: 0;
  right: auto;
  padding-left: 1em;
  width:70%;
  display: block;
  font-size: 15px;
}
}

    
/*ハンバーガー隠し*/

.globalMenuSp{
  transform: translateX(-100%);
}


/******/