.cmn_btnbox01 {
    text-align: center;
}
.cmn_btn01 {
	background-color: #6495ed;
	border-radius: 6px;
    margin-bottom: 50px;
}
.cmn_btn01  {
    width: 300px;
    max-width: 100%;
    padding: 1.1em 0;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
	.cmn_btn01 {
	    margin-bottom: 30px;
	}
}
/****************************************************************
おすすめ
****************************************************************/


.cmn_cont01 h2.recomend_ttl{
	line-height: 47px;
}

.recomend_ttl img{
	width: 42px;
	height: auto;
	margin-right: 15px;
}

.recomend_leadtxt{
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
}

.recomend_selector{
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	table-layout: fixed;
	list-style: none;
}

.recomend_selector li{
	height: 48px;
	display: table-cell;
	background-color: #efefef;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 48px;
	border: #fff solid 2px;
	cursor: pointer;
}

.recomend_selector li:hover{
	background-color: #ccc;
}

.recomend_selector li.selected{
	background-color: #000;
	color: #fff;
	pointer-events: none;
}
/****************************************************************
特集スライダー
****************************************************************/
.slider_topics .slick-prev:before,
.slider_topics .slick-next:before {
    font-size: 40px;
}
.slider_topics .slick-prev {
    left: 0;
    z-index: 999;
}
.slider_topics .slick-next {
    right: 10px;
    z-index: 999;
}
.slider_topics .slick-prev,
.slider_topics .slick-next {
    width: 45px;
    height: 45px;
}
.sp_topics li {
    margin: 0 5px;
}
.sp_topics .slick-dots {
	left: 0;
    bottom: -35px;
}
.sp_topics .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .slider_topics .slick-prev:before, .slick-next:before {
        font-size: 30px;
    }
    .slider_topics .slick-prev, .slick-next {
        width: 40px;
        height: 40px;
    }

}
.slider_topics li p {
    line-height: 140% !important;
    font-size: .9rem;
    font-weight: 300 !important;
}

.wrap_cnstruct {
	max-width: 100%;
	overflow: hidden;
}
/* ADD S 20240627 K.Kitta 商品一覧プリント価格表示 */
.wrap_cnstruct .m-0.row {
	display: none
}

.wrap_cnstruct .m-0.row.current {
	display: block
}
/* ADD E 20240627 K.Kitta 商品一覧プリント価格表示 */
/****************************************************************
ランキング内
****************************************************************/
.recomend_rank ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.recomend_rank ul a {
	padding: 15px;
	border: 10px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: block;
	color: #666;
	font-weight: 300
}

.recomend_rank ul li .pname a {
	padding: 0;
	border: 0;
	display: block;
	color: #000;
	font-weight: 700
}


.recomend_rank ul a:hover {
	text-decoration: none;
	border-color: #ffcf99
}

.recomend_rank ul li {
	text-align: center;
	position: relative;
    padding: 15px;
    display: block;
    color: #666;
    font-weight: 300;
    margin: 2px;
    width: 250px;
}

.recomend_rank ul li div.phBox {
	position: relative
}

.recomend_rank ul li img.rank {
	width: 45px;
	height: auto;
	position: absolute;
	top: 5px;
	left: 5px
}

.recomend_rank ul li div.phBox img.rank {
	top: -5px;
	left: -5px;
	z-index: 2;
}

.recomend_rank ul li img.dry {
	width: 45px;
	height: auto;
	position: absolute;
	top: 60px;
	left: 7px
}

.recomend_rank ul li div.phBox img.dry {
	left: -8px
}

.recomend_rank ul li img.thick {
	width: 35px;
	height: auto;
	position: absolute;
	bottom: 10px;
	right: 0
}

.recomend_rank ul li img.wear {
	width: 100%;
	height: auto;
	margin-bottom: 7px
}

.recomend_rank ul li .icon-brand {
    position: absolute;
    background-size: 100%;
    max-width: 50px;
    max-height: 38px;
    text-align: center !important;
    z-index: 2;
	top: 14%;
    /*
	bottom: 10%;
	*/
}
@media screen and (max-width: 600px) {
	.recomend_rank ul li .icon-brand {
	    max-width: 40px;
	    top: 16%;
	}
}
.recomend_rank ul li .icon-dry {
	position: absolute;
	top: 3.8rem;
	left: 0rem;
	border-radius: 50%;
	background-image: url(../../common/img/icon_dry.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 45px;
	height: 45px;
	text-align: center !important;
	color: #fff;
	z-index: 99
}

@media screen and (max-width:600px) {
	.recomend_rank ul li .icon-dry {
		width: 35px;
		height: 35px;
		top: 6rem;
		left: 0
	}
}

.recomend_rank ul li .icon-towel-wide {
	background-image: url(../../common/img/icon_towel_wide.png);
}
.recomend_rank ul li .icon-towel-space {
	background-image: url(../../common/img/icon_towel_space.png);
}
.recomend_rank ul li .icon-towel-wide,  .recomend_rank ul li .icon-towel-space {
	position: absolute;
	top: 4.8rem;
	left: 0rem;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 36px;
	height: 36px;
	text-align: center !important;
	color: #fff;
	z-index: 99
}

@media screen and (max-width:600px) {
	.recomend_rank ul li .icon-towel-wide,  .recomend_rank ul li .icon-towel-space {
		width: 32px;
		height: 32px;
		top: 6rem;
		left: 0
	}
}

.recomend_rank ul li .icon-sale {
	position: absolute;
	top: 4.8rem;
	left: 0rem;
	border-radius: 50%;
	background-image: url(../../common/img/icon_sale.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 45px;
	height: 45px;
	text-align: center !important;
	color: #fff;
	z-index: 99
}

@media screen and (max-width:600px) {
	.recomend_rank ul li .icon-sale {
		width: 35px;
		height: 35px;
		top: 6rem;
		left: 0
	}
}
.recomend_rank ul li .icon-full {
    position: absolute;
    bottom: 4px;
    left: 0rem;
    border-radius: 10%;
    background-image: url(../../common/img/icon_full2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 36px;
    height: 36px;
    text-align: center !important;
    color: #fff;
    z-index: 99;
}

@media screen and (max-width:600px) {
	.recomend_rank ul li .icon-full {
		width: 32px;
		height: 32px;
    	bottom: 4px;
		left: 0;
	}
}
.recomend_rank ul li .icon-towel-full {
    position: absolute;
    top: 9rem;
    left: 0rem;
    border-radius: 10%;
    background-image: url(../../common/img/icon_towel_full.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 36px;
    height: 36px;
    text-align: center !important;
    color: #fff;
    z-index: 99;
}

@media screen and (max-width:600px) {
	.recomend_rank ul li .icon-towel-full {
		width: 32px;
		height: 32px;
		top: 11rem;
		left: 0;
	}
}
.recomend_rank ul li .icon-wrapping {
    position: absolute;
    top: 9rem;
    left: 3.6rem;
    background-image: url(../../common/img/icon_wrapping.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 36px;
    height: 36px;
    text-align: center !important;
    color: #fff;
    z-index: 99;
}

@media screen and (max-width:600px) {
	.recomend_rank ul li .icon-wrapping {
		width: 32px;
		height: 32px;
		top: 11rem;
		left: 42px;
	}
}
.recomend_rank ul li .icon-emb_ok {
    position: absolute;
    /*left: 4.6rem;*/
    /*bottom: 0;*/
    left: 0;
    bottom: 48px;
    background-image: url(../../common/img/icon_emb_ok.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    text-align: center !important;
    color: #fff;
    z-index: 99;
}

@media screen and (max-width:600px) {
	.recomend_rank ul li .icon-emb_ok {
		width: 32px;
		height: 32px;
		/*left: 2.8rem;*/
		left: 0;
	    bottom: 46px;
	}
}
.recomend_rank ul li .icon-sdgs {
	position: absolute;
	top: 40%;
	right: 1rem;
	border-radius: 50%;
	background-image: url(../../common/img/icon_sdgs.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 50px;
	height: 50px;
	text-align: center !important;
	color: #fff;
	z-index: 99
}

@media screen and (max-width:600px) {
	.recomend_rank ul li .icon-sdgs {
		width: 35px;
		height: 35px;
		top: 50%;
		right: 0.5rem
	}
}

.recomend_rank .icon-thick {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 29px;
	height: 89px;
	text-align: center !important;
	color: #fff
}

.recomend_rank .icon-thick.type1 {
	background-image: url(../../common/img/img_thick01.png);
	background-repeat: no-repeat;
	background-size: 29px 89px
}

.recomend_rank .icon-thick.type2 {
	background-image: url(../../common/img/img_thick02.png);
	background-repeat: no-repeat;
	background-size: 29px 89px
}

.recomend_rank .icon-thick.type3 {
	background-image: url(../../common/img/img_thick03.png);
	background-repeat: no-repeat;
	background-size: 29px 89px
}

.recomend_rank .icon-thick.type4 {
	background-image: url(../../common/img/img_thick04.png);
	background-repeat: no-repeat;
	background-size: 29px 89px
}

@media screen and (max-width:600px) {
	.recomend_rank .icon-thick {
		width: 23px;
		height: 70px
	}
	.recomend_rank .icon-thick.type1 {
		background-image: url(../../common/img/img_thick01.png);
		background-repeat: no-repeat;
		background-size: 23px 70px
	}
	.recomend_rank .icon-thick.type2 {
		background-image: url(../../common/img/img_thick02.png);
		background-repeat: no-repeat;
		background-size: 23px 70px
	}
	.recomend_rank .icon-thick.type3 {
		background-image: url(../../common/img/img_thick03.png);
		background-repeat: no-repeat;
		background-size: 23px 70px
	}
	.recomend_rank .icon-thick.type4 {
		background-image: url(../../common/img/img_thick04.png);
		background-repeat: no-repeat;
		background-size: 23px 70px
	}
}

.recomend_rank li .txt03 span {
	margin-top: .4rem;
	display: block;
	font-size: 12px;
	color: #9fa0a0;
	line-height: 140%;
	display: inline-block;
}

@media screen and (max-width:600px) {
	.recomend_rank li .txt03 span {
		font-size: 12px;
		color: #9fa0a0
	}
}

.recomend_rank ul li p {
	margin-bottom: 0;
	line-height: 1.5;
	text-align: left
}

.recomend_rank ul li p.delivery {
	width: 100%;
	margin-bottom: .4rem;
	padding: .2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center !important;
	border-radius: 2px;
	font-size: 1rem;
	line-height: 140%;
	border-radius: 4px;
	font-weight: 700;
	background-color: #e9e9e9;
	color: #333
}

.recomend_rank ul li p.delivery span {
	font-size: 1.4em;
	padding: .5rem
}

.recomend_rank ul li div.lineup {
	margin-bottom: .5rem; /* MOD 20241210 K.Kobayashi キャッチコピー表示修正 「.7rem」→「.5rem」 */
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.recomend_rank ul li div.lineup p {
	width: 49%;
	padding: .2rem;
	border-radius: 4px;
	color: #fff;
	background-color: #24bbb7;
	text-align: center;
	font-size: .8rem;
	font-weight: 500;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.recomend_rank ul li p.pname {
	color: #000;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 140%
}

.recomend_rank ul li p.pname span {
	display: block;
	font-size: 12px;
	color: #898989;
	font-weight: 400
}

@media screen and (max-width:767px) {
	.recomend_rank ul li p.pname {
		font-size: 1rem
	}
}

.recomend_rank ul li p.oz {
	margin-bottom: 5px;
	color: #000;
	font-weight: 500
}

.recomend_rank ul li p.print {
	font-size: .85rem
}

.recomend_rank ul li p.price {
	padding: 0;
	font-size: 1rem;
	color: #f80;
	line-height: 150%
}

.recomend_rank ul li p.price span {
	padding-left: .3em;
	font-weight: 700;
	font-size: 20px
}

@media screen and (max-width:767px) {
	.recomend_rank ul li p.price {
		font-size: 12px;
		color: #f80
	}
	.recomend_rank ul li p.price span {
		padding-left: .3em;
		font-size: 16px
	}
}

.recomend_rank ul li p.txt {
	font-size: .85rem
}

.recomend_rank {
	display: none
}

.recomend_rankWrap div.current {
	display: block
}

.recomend_slidebtn {
	display: none
}

@media all and (max-width:767px) , print {
	.recomend_ttl img {
		width: 52px;
		height: auto;
		margin-right: 15px
	}
	.recomend_leadtxt {
		font-size: 1rem
	}
	.recomend_selector li {
		font-size: 1rem; /* .85rem; */
		border: 1px solid #fff
	}
	.recomend_rankOuter {
		position: relative
	}
	.recomend_rankWrap {
		width: 100%;
		overflow-x: hidden
	}
	.recomend_rank ul {
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .7s;
		transition-duration: .7s;
		-webkit-transition-timing-function: cubic-bezier(.12, .93, .51, 1.01);
		transition-timing-function: cubic-bezier(.12, .93, .51, 1.01)
	}
	.recomend_rank ul.slidePos0 {
		margin-left: 0
	}
	.recomend_rank ul.slidePos1 {
		margin-left: -100%
	}
	.recomend_rank ul.slidePos2 {
		margin-left: -200%
	}
	.recomend_rank ul a {
		padding: 20px 15px;
		border-width: 5px
	}
	.recomend_rank ul li img.wear {
		width: 80%;
		height: auto;
		margin-bottom: 10px
	}
	.recomend_rank ul li img.thick {
		right: 20px
	}
	.recomend_slidebtn {
		width: 45px;
		height: auto;
		display: block;
		position: absolute;
		top: 180px;
		cursor: pointer
	}
	.recomend_slidebtn:hover {
		opacity: .7
	}
	.recomend_slidebtn.L {
		left: -10px
	}
	.recomend_slidebtn.R {
		right: -10px
	}
}


.recomend_rank ul li p.price {
    padding: 2px 4px;
    color: #333;
}

.recomend_rank ul li p.price_non {
    color: #E64552;
    background-color: #efefef;
}
.recomend_rank ul li p.price span {
    /* font-size: 0.7em; */
    font-weight: bold;
}
.recomend_rank ul li p.print  {
    color: #999;
}
.recomend_rank ul li p span.price {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}
.recomend_rank ul li p.txt03  {
    color: #666;
}

.btn-square-pop {
    position: absolute;
    display: block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF !important;
    background: #fd9535;
    border-bottom: solid 2px #d27d00;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-size: 0.7em;
    /* margin: 2px; */
    /* width: 150px; */
    top: 0px;
    right: 0px;
}


.col-md-9 {
    width: 100%;
    max-width: 100%;
    /* padding: 0 20px; */
    flex: none;
    ms-flex: none;
}
#productsBox ul, .modal ul {
    padding: 0 10px;
}
.recomend_rank ul li img.wear {
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}
.recomend_rank ul {
	position: relative;
}
.slick-prev:before, .slick-next:before {
    font-size: 40px;
    color: #888;
}

.slick-prev {
    left: 0;
    z-index: 999;
}
.slick-next {
    right: 10px;
    z-index: 999;
}

.slick-prev,
.slick-next {
    width: 45px;
    height: 45px;
}

@media screen and (max-width: 767px) {
    .recomend_rank ul li img.wear {
        width: 70%;
    }
    .slick-prev:before, .slick-next:before {
        font-size: 30px;
    }
    .slick-prev, .slick-next {
        width: 40px;
        height: 40px;
    }

}

.recomend_rank ul li a.boxref {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -99999px;
}
.recomend_rank ul li a.boxref:hover {
	border: 10px solid #ffcf99
}
@media screen and (max-width:767px) {
	.recomend_rank ul li a.boxref:hover {
		border: 5px solid #ffcf99
	}
}
/****************************************************************
ランキング内
商品一覧コピー
****************************************************************/
.fbox .itemBox .item div.copy , .recomend_rank li  div.copy {
    padding: .2rem 10px 0 0;
    margin: 0;
    line-height: 1.4em;
    font-size: 0.93em;
    word-wrap: break-word;
    max-height: 120px;
    overflow: hidden;
    display: -webkit-box;
    height: auto;
    position: relative;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
}
.fbox .itemBox .item div.readopen , .recomend_rank li  div.readopen {
    max-height: none!important;
    height: auto!important;
    -webkit-line-clamp: unset;
}
.copy a.more {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 30px;
    margin-left: auto;
    right: -5px;
    top: 42px;
    z-index: 2;
    border: 0;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background-position: center;
    background-repeat: no-repeat;
}
.copy a.more:before {
    content: "";
    position: absolute;
    bottom: 9px;
    right: 10px;
    vertical-align: middle;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f7f7f7));
    border: 1px solid #ccc;
    border-radius: 4px;
}
.copy a.more:after {
    content: "";
    position: absolute;
    bottom: 18px;
    height: 5px;
    width: 5px;
    right: 18px;
    border: 1px solid;
    border-color: transparent transparent #555 #555;
    transform: rotate(-45deg);
}
@media  screen and (max-width: 767px) {
	.fbox .itemBox .item div.copy , .recomend_rank li  div.copy{
	    padding: .2rem 10px .2rem .2rem;
        font-size: 12px;
	}
    .copy a.more {
        top: 28px;
    }
}
.copy table {
	margin-bottom: 0;
	font-size: 0.9em;
	width: 100%;
}
.copy table caption{
	font-weight: bold;
	font-size: 0.9em;
}
.copy table tr th {
	font-size: 0.9em;
	background-color: #efefef;
	text-align: center;
	vertical-align: middle;
}
.copy table tr td {
	text-align: center;
}
.fbox .itemBox .item .txt03.copy,
.copy {
    color: #000;
    font-weight: 400 !important;
}
/****************************************************************
ランキング内
商品一覧コメント
****************************************************************/
.fbox .itemBox .item div.readmore , .recomend_rank li  div.readmore {
    padding: 0 10px 0 0;
    margin: 0;
    line-height: 1.4em;
    font-size: 0.83em;
    word-wrap: break-word;
    max-height: 120px;
    overflow: hidden;
    display: -webkit-box;
    height: 4.4em;
    position: relative;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: left;
}
.fbox .itemBox .item div.readopen , .recomend_rank li  div.readopen {
    max-height: none!important;
    height: auto!important;
    -webkit-line-clamp: unset;
}
.readmore a.more {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 30px;
    margin-left: auto;
    right: -5px;
    top: 50px;
    z-index: 2;
    border: 0;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background-position: center;
    background-repeat: no-repeat;
}
.readmore a.more:before {
    content: "";
    position: absolute;
    bottom: 9px;
    right: 10px;
    vertical-align: middle;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f7f7f7));
    border: 1px solid #ccc;
    border-radius: 4px;
}
.readmore a.more:after {
    content: "";
    position: absolute;
    bottom: 18px;
    height: 5px;
    width: 5px;
    right: 18px;
    border: 1px solid;
    border-color: transparent transparent #555 #555;
    transform: rotate(-45deg);
}
.readmore a.more {	/* ADD 20241025 K.Kitta webコピー表示 */
    display: none;
}
@media  screen and (max-width: 767px) {
	.fbox .itemBox .item div.readmore , .recomend_rank li  div.readmore{
	    padding: 0 8px 0 0;
        font-size: 12px;
        display: none;
	}
    .readmore a.more {
        top: 30px;
    }
}
.readmore table {
	margin-bottom: 0;
	font-size: 0.9em;
	width: 100%;
}
.readmore table caption{
	font-weight: bold;
	font-size: 0.9em;
}
.readmore table tr th {
	font-size: 0.9em;
	background-color: #efefef;
	text-align: center;
	vertical-align: middle;
}
.readmore table tr td {
	text-align: center;
}

/* ADD S 20241213 K.Kobayashi キャッチコピー表示修正 */
.recomend_rank ul li p.copy {
	padding-top: 0rem;
	line-height: 140% !important;
	font-size: 0.9rem;
	color: #333;
	font-weight: 700;
	border: 0;
}
/* ADD E 20241213 K.Kobayashi */