<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.maindesign {
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",verdana,Osaka,Sans-Serif;
}
.maindesign .dummyBreadCrumb{
	display: none;
}
#contents article .breadcrumb{
	display: none;
}
.maindesign .feature-hdg1 .sub_title{
	width: 60%;
	letter-spacing: normal;
	left: 50%;
    transform: translate(-50%, -50%);
	background-color:rgba(0,0,0,0.3);
    padding: 30px 0;
	font-size: 60px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px){
.maindesign .feature-hdg1 .sub_title{
	width: 90%;
	font-size: 8vw;
}
}
.maindesign .feature-hdg4{
	font-size: 1.4em;
    margin: 30px 0 15px;
}

.maindesign .left-red {
    border-left: 4px solid #E5002D;
    padding: 0.6rem 1rem;
}

.maindesign .bulk-buying{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.maindesign .bulk-buying a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	width: 49%;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
	color: #333;
}
.maindesign .bulk-buying a .bulk-buying--images{
	width: 49%;
}
.maindesign .bulk-buying a .bulk-buying--text{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 49%;
}
.maindesign .bulk-buying a .bulk-buying--text .bulk-buying--text__block-01,
.maindesign .bulk-buying a .bulk-buying--text .bulk-buying--text__block-02{
	width: 100%;
}
.maindesign .bulk-buying a .bulk-buying--text .maker{
	font-size: 1.0em;
	margin-bottom: 3px;
}
.maindesign .bulk-buying a .bulk-buying--text .goods-name{
	font-size: 1.2em;
	line-height: 1.3;
	margin-bottom: 3px;
	font-weight: bold;
}
.maindesign .bulk-buying a .bulk-buying--text .model-number{
	font-size: 1.0em;
}
.maindesign .bulk-buying a .bulk-buying--text .price{
	font-size: 1.8em;
	font-weight: bold;
	text-align: right;
}
.maindesign .bulk-buying a .bulk-buying--text .price .yen{
	font-size: 0.6em;
}
.maindesign .bulk-buying a .bulk-buying--text .set-price{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #e30012;
	padding: 5px 10px;
	margin-top: 10px;
}
.maindesign .bulk-buying a .bulk-buying--text .set-price .per-piece{
	font-size: 0.9em;
	line-height: 1.3;
	text-align: left;
}
.maindesign .bulk-buying a .bulk-buying--text .set-price .price{
	color: #e30012;
}
@media screen and (max-width: 767px){
.maindesign .bulk-buying a .bulk-buying--images{
	width: 100%;
	margin-bottom: 5px;
}
.maindesign .bulk-buying a .bulk-buying--text{
	width: 100%;
}
 .maindesign .bulk-buying a .bulk-buying--text .bulk-buying--text__block-02 {
	 margin-top: 10px;
}
.maindesign .bulk-buying a .bulk-buying--text .maker{
	font-size: 0.8em;
}
.maindesign .bulk-buying a .bulk-buying--text .goods-name{
	font-size: 0.85em;
}
.maindesign .bulk-buying a .bulk-buying--text .model-number{
	font-size: 0.8em;
}

.maindesign .bulk-buying a .bulk-buying--text .price{
	font-size: 1.5em;
}
.maindesign .bulk-buying a .bulk-buying--text .set-price .per-piece{
	width: 100%;
	font-size: 0.8em;
}
.maindesign .bulk-buying a .bulk-buying--text .set-price .price{
	width: 100%;
}


}

.maindesign .bulk-buying--outside{
	width: 100%;
}
.maindesign .bulk-buying--outside .set-price{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e30012;
    padding: 10px;
    margin-top: 10px;
}
.maindesign .bulk-buying--outside .set-price .per-piece{
	font-size: 1.2em;
    line-height: 1.3;
    text-align: left;
}
.maindesign .bulk-buying--outside .set-price .price {
    font-size: 2.5em;
    font-weight: bold;
    text-align: right;
	color: #e30012;
}
.maindesign .bulk-buying--outside .set-price .price .yen{
	font-size: 0.6em;
}
@media screen and (max-width: 767px){
.maindesign .bulk-buying--outside .set-price .per-piece{
	font-size: 0.9em;
	width: 62%;
}
.maindesign .bulk-buying--outside .set-price .price {
    font-size: 1.8em;
	width: 38%;
}

}

.maindesign .feature a{
	display: block;
}
.maindesign .feature .feature--first{
	margin-top: 10px;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 5px;
}
.maindesign .feature .feature--second{
	text-align: center;
	font-size: 1.0em;
	line-height: 1.3;
}
@media screen and (max-width: 767px){
.maindesign .feature a{
	display: block;
	width: 100%;
	max-width: 600px;
	margin: auto;
}
.maindesign .feature .feature--second{
	font-size: 0.9em;
}
}


.maindesign .toilet {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.maindesign .toilet-set {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	width: calc(49% - 22px);
	margin-top: 20px;
}
.maindesign .toilet-set:nth-child(-n + 2){
	margin-top: 0;
}

.maindesign .toilet-set--block:first-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.maindesign .toilet-set--block .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .toilet-set--block .flex .images{
	width: 49%;
}
.maindesign .toilet-set--block .flex .text-area{
	width: 49%;
}
.maindesign .toilet-set--block .flex .text-area .goods-name{
	font-size: 1.3em;
	margin-bottom: 10px;
}
.maindesign .toilet-set--block .specification{
	font-size: 1.3em;
	margin-bottom: 10px;
}
.maindesign .toilet-set--block .type{
	font-size: 1.0em;
	line-height: 1.4;
	margin-bottom: 5px;
}
.maindesign .toilet-set--block .goods-list-cart{
	margin-bottom: 20px;
}
.maindesign .toilet-set--block .flex .kakaku{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .toilet-set--block  .kakaku .nomal-set{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 1.2em;
}
.maindesign .toilet-set--block  .kakaku .nomal-set span{
	font-size: 1.4em;
	font-weight: bold;
}

.maindesign .toilet-set--block .kakaku .price{
	font-size: 1.8em;
	font-weight: bold;
}

.maindesign .toilet-set--block .text-area.second .text-area--buy{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .toilet-set--block .text-area.second .text-area--buy__block{
	width: 49%;
}


.maindesign .toilet-set--block .set-price{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #e30012;
	padding: 5px 10px;
	margin-top: 10px;
}
.maindesign .toilet-set--block .set-price .per-piece{
	font-size: 0.9em;
	line-height: 1.3;
	text-align: left;
}
.maindesign .toilet-set--block .set-price .price{
	color: #e30012;
}
@media screen and (max-width: 767px){
.maindesign .toilet-set {
width: 100%;	
}
.maindesign .toilet-set--block .flex .images {
    width: 100%;
	margin-bottom: 10px;
}	
.maindesign .toilet-set--block .flex .text-area {
    width: 100%;
}	
.maindesign .toilet-set:nth-child(-n + 2){
	margin-top: 20px;
}
.maindesign .toilet-set:first-child{
	margin-top: 0;
}
.maindesign .toilet-set--block .text-area.second .text-area--buy__block{
	width: 100%;
}
	
}








.feat-art section:last-child{
	margin-bottom: 80px;
}


/*cont-xxxはインクルードされる位置で決定される*/
@media screen and (min-width: 768px){/*wide用*/
.goods-list-area {
width: 1080px;
overflow: hidden;
list-style: none;
margin: 0 auto;
padding: 0;
}
.goods-list-area .items {/*itemuの横幅*/
margin: 30px 26.5px 0 0;
float: left;
width: 20%;
width: calc((100% - 80px) / 4);
width: -webkit-calc((100% - 80px) / 4);
width: -moz-calc((100% - 80px) / 4);
padding: 0 0 10px 0;
position: relative;
}
.goods-list-area .items::before {
position: absolute;
top: -20px;
left: 0;
width: 100vw;
height: 1px;
content: '';
background-color: #dbdbdb;
box-sizing: border-box
}
.goods-list-area .items:nth-child(n+1):nth-child(-n+4):before {/*ボーダ消すよう*/
width: 0;
height: 0;
border: 0;
margin-top: 20px
}
.goods-list-area .items:nth-child(4n) {/*item右端のmargin削除*/
margin-right: 0;
}

.goods-list-area .items .img-box{
margin:auto;
width:200px;/*IEバグ対策*/
width: fit-content;

} 

.goods-list-area .items .goods-img {
/*text-align: center;
width: 200px;
height: 200px;
display: table-cell;
vertical-align: middle;*/
width: 200px;
height: 200px;
margin: auto;
position: relative; 
}
.goods-list-area .items .goods-img img {
/*width: auto !important;
height: auto !important;
max-width: 200px;
max-height: 192px;*/
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: auto;
width: auto;
max-width: 98%;
max-height: 98%;
margin: auto; 
}
.goods-list-area .items .icon-list {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
height: 40px;
margin: 10px 0;
width: 100%;
}
.goods-list-area .items .icon-list .icon {
margin-right: 5px;
}
.goods-list-area .items .icon-list .icon:last-child {
margin-right: 0;
}
.goods-list-area .items .icon-list .icon img {
width: 38px
}
.goods-list-area .items .goods-nm {
font-size: 0.88em;
word-break: break-all;
color: #333;
height: 3em;
overflow: hidden;
}
.goods-list-area .items .price-area {
height: 1.2em;
line-height: 1;
font-size: 1.25em;
margin-bottom: 20px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
}
.goods-list-area .items .price-area .head {
font-size: 0.75em;
margin-right: 3px;
padding-top: 2px
}
.goods-list-area .items .price-area .textCancel {
font-size: 0.9em
}
.goods-list-area .items .price-area .en {
font-size: 0.93em;
padding-left: 2px;
}
.goods-list-area .items .price-area .value {
font-weight: bold;
font-size: 1.2em;
align-self: flex-end;
}
/* 2021.03.10 bita-a0099 add start */
.goods-list-area .items .favIcon{
position: absolute;
top: calc(192px - 35px);		/*画像サイズにあわせて調整必要*/
left: 2%;		/*画像サイズにあわせて調整必要*/
cursor:pointer;
z-index: 50;
}

.goods-list-area .items .favMsg{
display: none;
font-size: 0.8em;
position: absolute;
top: calc(192px - 10px);		/*画像サイズにあわせて調整必要*/
left: 2%;		/*画像サイズにあわせて調整必要*/
background: #FFFFFF;
padding: 5px;
border: 1px solid #CCCCCC;
width: 210px;
color: #333333;
z-index: 901;
}
.goods-list-area .items .favMsg .msg{
padding-right: 19px;
background: url(../../images/parts/icon_arrowGlayDown.png) no-repeat right center;
}
.goods-list-area .items .reco-star-box {
display: none;
height: 1.05em;
margin-bottom: 5px;
}
.goods-list-area .items .reco-star-box .star {
width: 15px;
}
.goods-list-area .items .catch {
display: none;
}
.goods-list-area .items .catch .inner {
display: none;
font-size: 0.9em;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
height: 2.9em;
line-height: 1.5;
margin-bottom: 5px;
}
.more-btn-area {
margin-bottom: 20px;
text-align: center;
}
}


@media screen and (max-width: 767px){/*short用*/
/* featureArticle */
.goods-list-area {
border-bottom: 1px solid #dbdbdb;
width: 100%;
overflow: hidden;
list-style: none;
margin: 0 auto 20px;
padding: 0;
}
.goods-list-area .items {
margin-top: 10px;
margin-right: 25px;
float: left;
width: calc(100% - 25px / 2);
width: -webkit-calc((100% - 25px) / 2);
width: -moz-calc((100% - 25px) / 2);
padding-bottom: 15px;
position: relative
}
.goods-list-area .items::before {
background-color: #dbdbdb;
box-sizing: border-box;
content: '';
height: 1px;
left: 0;
position: absolute;
top: -10px;
width: 100vw;
}
.goods-list-area .items:nth-child(2n) {
margin-right: 0;
}
.goods-list-area .items .img-box {
display: table;
margin: 0 auto;
}
.goods-list-area .items .goods-img {
display: table-cell;
height: 150px;
text-align: center;
vertical-align: middle;
width: 150px;
}
.goods-list-area .items .goods-img img {
width: auto;
height: auto;
max-width: 100%;
max-height: 96%;
}
.goods-list-area .items .icon-list {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
height: 48px;
margin-top: 5px;
}
.goods-list-area .items .icon-list .icon {
margin-right: 3px;
max-width: 40px;
padding-bottom: 8px;
position: relative;
width: 24%;
}
.goods-list-area .items .icon-list .icon:last-child {
margin-right: 0;
}
.goods-list-area .items .icon-list .icon img {
max-width: 38px;
max-height: 38px;
width: 100%;
}
.goods-list-area .items .goods-nm {
font-size: 0.9em;
word-break: break-all;
color: #333;
height: 2.5em;
line-height: 1.4;
overflow: hidden;
}
.goods-list-area .items .price-area {
height: 1.8em;
font-size: 1.25em;
margin: 10px 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
}
.goods-list-area .items .price-area .head {
font-size: 0.6em;
margin-right: 3px;
}
.goods-list-area .items .price-area .textCancel {
font-size: 0.9em
}
.goods-list-area .items .price-area .en {
font-size: 0.6em;
padding-left: 2px;
}
.goods-list-area .items .price-area .value {
font-weight: bold;
}
/* 2021.03.10 bita-a0099 add start */
.goods-list-area .items .favIcon{
position: absolute;
left: 4px;
top: 31%;
cursor:pointer;
}
.goods-list-area .items .favIcon img{
width: 30px;
}
.goods-list-area .items .favMsg{
display: none;
font-size: 0.8em;
position: absolute;
left: 4px;
top: 38%;
background: #FFFFFF;
padding: 5px;
border: 1px solid #CCCCCC;
width: 85%;
color: #333333;
z-index: 901;
}
.goods-list-area .items .favMsg .msg{
padding-right: 19px;
background: url(../../images/parts/icon_arrowGlayDown.png) no-repeat right center;
}
.goods-list-area .items .reco-star-box {
display: none;
height: 1.05em;
margin-top: 5px;
}
.goods-list-area .items .reco-star-box .star {
width: 15px;
}
.goods-list-area .items .catch {
display: none;
}
.goods-list-area .items .catch .inner {
font-size: 0.9em;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
height: 4.3em;
line-height: 1.4;
margin-top: 5px;
}
.more-btn-area {
margin-bottom: 20px;
text-align: center;
}
}



.global-main .maindesign .tab-menu-nav.col-4-2,
.global-contents__container .maindesign .tab-menu-nav.col-4-2 {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 1rem;
}


@media screen and (max-width:767px) {
	.global-main .maindesign .tab-menu-nav.col-4-2,
	.global-contents__container .maindesign .tab-menu-nav.col-4-2 {
		grid-template-columns: 1fr 1fr;
		gap: 0 0.5rem;
	}
	.global-main .maindesign .tab-menu-nav.col-4-2 li,
	.global-contents__container .maindesign .tab-menu-nav.col-4-2 li {
		width: 100%;
	}
}

.relation {
	margin-top: 50px;
}
.maindesign h4 {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 15px;
}

@media screen and (max-width:767px) {
	.relation {
		margin-top: 30px;
	}
	.maindesign h4 {
		font-weight: bold;
		font-size: 0.95rem;
	}
}

/*231231*/
@media screen and (min-width: 768px){
	.maindesign .price-area {
		display: flex;
		align-items: flex-end;
        margin: 20px;
		color: #E50012;
	}
	
	.maindesign .price-area .head {
		font-size: 1.2em;
		padding-right: 10px
	}
	
	.maindesign .price-area .amt {
		font-size: 1.8em;
		font-weight: bold;
	}
	
	.maindesign .price-area .en {
		font-size: 1.9em;
		font-weight: bold;
	}
}

@media screen and (max-width:767px) {
	.maindesign .price-area {
		display: flex;
		align-items: flex-end;
		color: #E50012;
		justify-content: flex-end;
	}
}

.maindesign .border{
    border-top: 1px solid #ccc;
	margin: 10px;
}

.red {
    color: #FF0000 !important;
}
</pre></body></html>