.cmn_cont01 h2.recomend_ttl {
    margin: 0 0 0.5rem;
}
#productsBox select {
    width: auto;
    padding: 11px 30px 11px 8px;
    background-image: url(../../common/img/cmn_icon_arrow_gr_d.png);
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 20px auto;
    background-color: #efefef;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    line-height: 1;
}
#productsBox ul.cat_tabs  {
    width: 100%;
    margin-top: 10px;
    display: -webkit-flex;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 0px auto 10px;
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 0;
}
#productsBox ul.cat_tabs li {
    text-align: center;
    width: 24%;
    display: inline-block;
    /*
    border-radius: 18px 18px 0 0;
    */
    font-size: 18px;
    margin: 3px 3px;
    background-color: #ececec;
    /*
    padding: 12px 2px;
    */
}
#productsBox ul.cat_tabs li.active {
    background-color: #f80;
}
@media  screen and (max-width: 767px) {
    #productsBox ul.cat_tabs li {
        width: 49%;
        font-size: 16px;
        /*
        padding: 8px 2px;
        */
        margin: 0.5%;
    }
	#productsBox ul.cat_tabs li.active {

	}
}
#productsBox ul.cat_tabs li a {
	display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    padding: 12px 2px;
}
#productsBox ul.cat_tabs li a small {
    font-size: 0.8em;
}
#productsBox ul.cat_tabs li.active a {
    color: #fff;
    font-weight: 500;
}
#productsBox ul.cat_tabs li:not(.active) a:hover {
	opacity: .7;
	background-color: #ccc;
	text-decoration: none
}
@media  screen and (max-width: 767px) {
	#productsBox ul.cat_tabs li a {
		padding: 8px 2px;
	}
}
.sel_amount {
    background-color: #fff5e5;
    color: #000;
    font-size: 1.3em;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    padding: 8px 0;
}
.sel_amount .range {
    text-align: right;
    width: 6em;
    font-weight: bold;
    font-size: 1.3em;
    padding: 1px 2px;
    color: #f80;
}
.sel_amount i img {
    vertical-align: middle;
}

#productsBox ul.indexes {
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 10px auto 40px;
    max-width: 1000px;
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 0;
}
#productsBox ul.indexes li {
    width: 32.5%;
    padding: 1%;
}
#productsBox ul.indexes li br {
    display: none;
}
#productsBox ul.indexes li a {
    width: 300px;
    max-width: 100%;
    height: 100%;
    padding: 1.4em 0 1.8em;
    color: #000;
    background-color: #fff;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.4rem;
    border-radius: 6px;
    padding-left: 10%;
    background-repeat: no-repeat;
    background-image: url(/img/towel/product/icon_arrow_down3.png);
    background-position: center bottom;
    background-color: #ffff99;
    border: 2px solid #000;
    box-shadow: 2px 2px #000;
    position: relative;
}
#productsBox ul.indexes li a:hover {
    text-decoration: none;
}
#productsBox ul.indexes li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: auto 100%;
    background-position: center;
    vertical-align: middle;
    margin: 0px 0;
    position: absolute;
    left: 8px;
    top: 32%;
}
@media  screen and (max-width: 767px) {
    #productsBox ul.indexes li br {
        display: block;
    }
    #productsBox ul.indexes li a {
        font-size: 0.9em;
        padding: 0.5em 0 1.5em;
    }
    #productsBox ul.indexes li i {
        width: 22px;
        height: 22px;
        left: 2px;
        top: 45%;
    }
}
#productsBox h2.tw_h2 {
    border-bottom: 0;
    font-size: 1.8em;
}
#productsBox h2 i {
    margin-right: 10px;
}
@media  screen and (max-width: 767px) {
    #productsBox h2.tw_h2 {
        font-size: 1.5em;
    }
}
.sub_bnr {
    display: block;
    margin: 0 auto;
    max-width: 80%;
}
@media  screen and (max-width: 767px) {
    .sub_bnr {
        max-width: 100%;
    }
}
.support_box dl {
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0px auto 40px;
    max-width: 1000px;
    font-size: 1.2em;
    line-height: 1.5em;
}
.support_box dl dt {
    width: 100%;
}
.support_box dl dd {
    width: 49%;
    padding: 1%;
}
@media  screen and (max-width: 767px) {
	.support_box dl dd {
    	width: 100%;
	}
}
#productsBox ul.icons  {
    width: 100%;
    margin-top: 10px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px auto 40px;
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 0;
}
#productsBox ul.icons li {
    text-align: center;
    width: 8%;
    display: inline-block;
    /*
    border-radius: 18px 18px 0 0;
    */
    font-size: 15px;
    margin: 1px 3.5px;
    padding: 1px 1px;
}
@media  screen and (max-width: 767px) {
	#productsBox ul.icons li {
		width: 12%;
	}
}
@media  screen and (max-width: 767px) {
    ul.pagination li:not(.show-mobile) {
        display: none;
    }
}
.slider img[loading="lazy"] {
  display: none
}
.slider.slick-initialized img[loading="lazy"] {
  display: block
}
.ext_bnr.ext_sub {
    height: auto;
}

.sub_bnr {
    max-width: 50%;
	margin-bottom: 5pt;
}
@media  screen and (max-width: 767px) {
    .sub_bnr {
        max-width: 100%;
    }
}
.ext_bnr {
    width: 100%;
    height: 500px;
}
@media screen and (max-width:1140px) {
	.ext_bnr {
        width: 100%;
        height: calc(100vw * (2.12/5));
	}
}
.sub_area .cmn_btn01 {
  width: 420px;
  position: relative;
  display: inline-block;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
    .sub_area .cmn_btn01 {
        font-size: 13px;
    }
}
.sub_area .cmn_btn01:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -9px;
}
.sub_area .cmn_btn01:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #f80;
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -4px;
}
#productsBox .wrapidx {
   padding: 14px 16px;
   border: 1px solid #eee;
   background-color: #fcfcfc;
   margin: 10px auto;
   border-radius: 8px;
}
#productsBox .wrapidx h2 {
   margin: 0;
   border-bottom:0;
   font-size: 1.3em;
}
@media screen and (max-width: 767px) {
    #productsBox .wrapidx h2 {
       /* font-size: 1.2em; */
    }
}
#productsBox .wrapidx ul {
	/*
   padding-left: 10px;
   */
}
#productsBox .wrapidx ul li {
	list-style-type: disclosure-closed;
    margin-left: 36px;
    margin-bottom: 4px;
    font-size: 1.1rem;
}
}
#productsBox .sorttag ul.outwork  {
    padding: 0;
}
#productsBox .sorttag ul.outwork  li {
	width: 6%;
}
@media screen and (max-width:1140px) {
	#productsBox .sorttag ul.outwork  li {
		width: 14%;
	}
}
#productsBox .sorttag ul.outwork  li img {
    width: 100px;
    height: auto;
    border: 1px solid #ccc;
}
#productsBox .sorttag ul.outwork li.colorkey {
    border: 0;
    background: transparent;
    color: #696969;
    font-size: 0.8rem;
    text-align: center;
    vertical-align: text-top;
}
#productsBox .sorttag ul.outwork li.colorkey span {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 50%;
}
#productsBox .sorttag ul.outwork li.colorkey a {
    text-align: center;
}
@media screen and (max-width: 767px) {
	.txtinitial {
		display: none;
	}
}
.readmore a.more {
    display: none;
}
#prefetch {
	/*
    padding: 0;
    */
}