h2{
display:inline;
font-size:1em;
font-weight: normal;
}
.o-search__2 {
	width: 90% !important;
}
.o-search__2 #o-search {
    margin: 15px 0;
}


.o-search__2 #o-search input,
.o-search__2 #o-search select,
.o-search__2 #o-search input[type="submit"]{
text-align: center;
vertical-align: middle;
font-size: 1.2em;
text-decoration: none;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
word-break: keep-all;
border: 2px solid #eaeaea;
overflow: hidden;
height: 40px;
box-sizing: border-box;
margin: 0 auto 1.5% 1.5%;
width: 40%;
outline: none;
background: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
}

.so-search--select__box{
display: inline;
position: relative;  
  }

.so-search--select__box::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 65%;
  right: 15px;
}

.o-search__2 #o-search input[type="submit"] {
width: 15.5%;
max-width: 15.5%; 
margin-left: 0;
background: #eaeaea;
}

.o-search__2 #o-search input[type="submit"]:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}

@media screen and (max-width: 768px) {
.o-search__2 #o-search input,
.o-search__2 #o-search select,
.o-search__2 #o-search input[type="submit"]{
font-size: 0.9em;
width: 97%;
max-width: 97%; 
}
  
.o-search__2 #o-search select{
width: 77%;
max-width: 77%;
}
.o-search__2 #o-search input[type="submit"] {
width: 18.5%;
max-width: 18.5%;
margin-left: 0;
}
}

.o-sub-category__title{
	font-size: 16px;
	letter-spacing: .1em;
	font-weight: bold;
	display: block;
	margin: 8% 0 10px;
	border-bottom: 1px #333 solid;
	text-align: center;
	height: 9px;
	text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
}
.o-sub-category {
	width: 100%;
	padding: 10px 0 0;
	max-width: 1000px;
	margin: 3% auto 0;
}
.p-sub-category {
  margin: 10px 10px;
  padding: 0;
  list-style-type: none;
}

.p-sub-category::after {
  display: block;
  clear: both;
  content: '';
}

.p-sub-category__item {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}

.p-sub-category__image {
  display: block;
  margin-bottom: 5px;
}

.p-sub-category__link {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-sub-category__link:hover {
  opacity: .66;
}

.p-sub-category__link:active {
  opacity: 1;
}

.p-sub-category__name {
line-height: 1.2;
position: relative;
display: block;
padding-left: 0;
font-size: 0.7em;
word-break: keep-all;
}

.p-product-body__list-price {
	font-size: 14px;
	clear: both;
	margin: -10px 0px 15px;
	text-decoration: line-through;
}

@media screen and (min-width: 600px) {
  .p-sub-category {
    margin-right: 0;
    margin-left: 0;
    width:100% !important;
  }
  .p-sub-category__item {
    width: 10%;
    min-width:110px;
    height: 160px;
    padding: 15px 10px;
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
    .o-sub-category{
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    background:#ffffff;
  }
  ul.p-sub-category{
    margin:0px 0px 10px;
    transform: translate3d(0, 0, 0);
    height:0;
  }
  .p-sub-category__item {
    width:100px;
    height: 120px;
    padding: 10px 10px;
    text-align: center;
}
}

/*個別設定*/
div.text {
	width: 90%;
	max-width: 975px;
	margin: 50px auto;
	font-size: 1.2em;
	line-height: 180%;
	color: #888;
	font-weight: bold;
}
div.text img {
	margin: 10px auto;
}

/*サイズ検索*/
.o-sub-size ul li.p-sub-category__item{
height:auto;
}

.o-sub-size ul li.p-sub-category__item {
    height: auto;
    width: 7.1%;
    margin: 0;
    padding: 0 0 10px 15px;
    min-width: 80px;
}

.o-sub-size li a {
	display: inline-block;
	height: 70px;
	color: #555;
	text-decoration: none;
	font-size: 0.5em;
	border: 2px solid #dfdfdf;
	border-radius: 5px;
	text-align: right;
	width: 100%;
	background: #efefef;
	transition: .2s;
	margin: 5px 0 7px 1.5%;
	padding: 0.25%;
}
.o-sub-size li a font {
	display: block;
	line-height: 20px;
	margin-bottom: -20px;
	color: RED;
	display: block;
	text-align: left;
}

.o-sub-size li a b {
	font-size: 5em;
	display: block;
	margin-bottom: -0.5em;
	text-align: center;
	letter-spacing: -0.08em;
	line-height: 2em;
}
.o-sub-size li a b span {
	font-weight: initial;
	padding-left: 2px;
	font-size: 0.8em;
}
.o-sub-size li a:hover {

    border-color: #8FBB26;
    background: #8FBB26;
    color: #fff;

}
.o-sub-size li a:hover font {

    color: #fff;

}

.search8 {
	margin: 5% auto 30px;
	max-width: 1000px;
	text-align: center;
	width: 90%;
}

.search8 table {
	width: 100%;
}

.search5{
    position: relative;
}

.search5 select {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 40px;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    transition: .2s;
    vertical-align: middle;
    border: 2px solid #eaeaea;
    border-radius: 4px;
    margin: 5px auto 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

.search5::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

.shoe_size iframe {
    max-width:100%;
    height: 410px;
}

.p-review__button {
  display: block;
  max-width: 300px;
  margin: 30px auto;
  padding: 15px;
  text-align: center;
}

@media screen and (max-width: 599px) {
.o-sub-size{
  }
.o-sub-size ul li.p-sub-category__item {
  max-width:80px;
}

.shoe_size iframe {
    width: 3590px;
    max-width:3590px;
    height: 95px;
}
}
@media screen and (max-width: 599px) {
.o-sub-size ul li.p-sub-category__item {
  max-width:80px;
}

.shoe_size iframe {
    width: 3590px;
    max-width:3590px;
    height: 95px;
}
}
/*昔のテンプレデザインが残っていた場合*/
.sub-list {
    width: 100%;
    margin: 0;
    padding: 0;
}

.sub-list__unit {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 0 1% 20px;
    width: 12%;
    font-size: 0.8em;
    line-height: 120%;
    word-break: keep-all;
}

.sub-list__link {
    display: block;
}

img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.sub-list__name {
    display: block;
}
@media screen and (max-width: 599px) {
.sub-list__unit {
    padding: 0 1% 10px;
    width: 16%;
    font-size: 0.5em;
}
}

/*サブカテゴリリスト*/
#bland-subcat a{
display: -webkit-flex;
display: flex;
}

div#bland-subcat{
width:1000px;
max-width:100%;
margin:5px auto 20px;
}

#bland-subcat a{
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
text-align: center;
vertical-align: middle;
width:24%;
min-width:100px;
height:40px;
margin:0.5%;
float:left;
color:#000000;
font-size: 0.8em;
text-decoration: none;
border-radius: 5px;        /* CSS3草案 */  
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 5px;   /* Firefox用 */ 
background-color: #ffffff;
word-break: keep-all;
box-sizing: border-box;
border: 2px solid #eaeaea;
overflow: hidden;
line-height:110%;
}
@media screen and (max-width: 599px) {
	#bland-subcat a{
	width:31%;
	height:30px;
  margin:1%;
	font-size:0.7em;
}	
｝
  
