﻿/**
/**
 * 17_steel
 * sp.css
 */

.title {
	background-image: url("../img/title_sp.jpg");
	background-size: cover;
	background-position: left;
	height: 46vw;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.title.t-02 {
	background-image: url("../img/title_sp_02.jpg");
}
.title.t-03 {
	background-image: url("../img/title_sp_03.jpg");
}
h1 {
	color: #FFFFFF;
	text-align: center;
	font-weight: 700;
	font-size: 8vw;
	/*letter-spacing: 0.05em;*/
	text-shadow: 3px 2px 20px #000000;

	width: 100%;
}
h1 span.absolute_center{
	position: absolute;
	left:  0;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.2;
	text-align: center;
	width: 100%;
}
h1 span.title_sub {
	font-size: 0.8em;
}
#main,#menu{
	font-family: 'Noto Sans JP',"ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
#main #catchCopy{
	background: #D2DCE6;
    padding: 20px 10px;
    margin: 0 0 10px 0;
}
#main section {
	margin-bottom: 40px;
}
#main a {
    text-decoration: none;
}
#main a p {
    color: #000;
}
#main .listHead34 {
    font-size: 1.2em;
    font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    color: rgb(51, 51, 51);
    font-weight: bold;
			margin: 10px 0;
}
#menu{
	margin-bottom: 40px;
}
/*#main .yukousunpo img{
	width: 100%;
}*/

#main .goods.cols4-2 li {
    padding-bottom: 2.5em;
}
#main .cols3-1 li {
    padding-bottom: calc(2em + 6px);
}
#main .fsMedium {
    font-size: 1.0em;
    padding: 0.75em 1.0em;
}
#main .breadcrumb {
    box-sizing: border-box;
    color: #83838f;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}
#main .breadcrumb a {
    color: #83838f;
	text-decoration: none;
}
#main a.btnRadius01{
	text-decoration: none;
}
#main .mgb20{
	margin-bottom: 10px;
}
#main .mgb40{
	margin-bottom: 40px;
}
#main p{
	line-height: 1.2;
}
#main h4.listHead34{
	font-size: 1.0em;
	margin: 20px 0 10px;
}

#main .links.cols4-2 .cover-btn{
	margin: 5px 5px 0;
}
#main .cols3-2 li{
	padding-bottom: 3.2em;
}
#main .cols3-2 li {
    width: calc(50% - 7px);
    margin-right: 14px;
}
#main .cols3-2 li:nth-child(2n) {
    margin-right: 0;
}

#main .cols3-2 .desc li{
	width: auto;
    margin: 0 0 5px 1.4em;
    position: inherit;
    padding: 0 0 0 0;
    list-style: disc;
    text-align: justify;
	font-size: 0.8em;
	line-height: 1.2;
}
#main .kome{
	font-size: 0.8em;
	text-align: right;
	margin: 10px 0;
}
#main .img-button{
	margin-bottom: 40px;
}
#main .img-button img{
	margin-bottom: 20px;
}
#main .img-button .cover-btn{
	width: 80%;
	margin: 0 auto;
}
#main .look{
	width: 80%;
	margin: 0 auto 40px;

}

#main .img-button{
	margin-bottom: 40px;
}
#main .img-button img{
	margin-bottom: 20px;
}
#main .img-button .cover-btn{
	width: 80%;
	margin: 0 auto;
}
#main .look{
	width: 80%;
	margin: 0 auto 40px;

}
#main .osusume{
	margin-bottom: 20px;
}
#main .osusume p{
	margin-bottom: 30px;
    background: #faf3f1;
    padding: 10px;
    text-align: justify;
}
#main .osusume h3{
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
    background-color: #d49685;
    padding: 10px;
}
#main .osusume .osusume--point01::before{
	content:"";
	display: inline-block;
	background-image:  url(/contents/event/kotatsu/img/osusume_01.gif);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 80px;
	height: 35px;
	margin-right: 5px;
}
#main .osusume .osusume--point02::before{
	content:"";
	display: inline-block;
	background-image:  url(/contents/event/kotatsu/img/osusume_02.gif);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 80px;
	height: 35px;
	margin-right: 5px;
}
#main .osusume .osusume--point03::before{
	content:"";
	display: inline-block;
	background-image:  url(/contents/event/kotatsu/img/osusume_03.gif);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 80px;
	height: 35px;
	margin-right: 5px;
}
#main .osusume .osusume--point04::before{
	content:"";
	display: inline-block;
	background-image:  url(/contents/event/kotatsu/img/osusume_04.gif);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 80px;
	height: 35px;
	margin-right: 5px;
}

#main .choice p{
	margin-bottom: 30px;
}
#main .choice p span{
	font-weight: bold;
	line-height: 1.2em;
}
#main .choice h3{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 50px;
	text-align: center;
}
#main .choice h3:first-child{
	margin-top: 0;
}
#main .choice h4{
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: solid 1px #000;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#main .choice ul{
	margin-bottom: 30px;
}
#main .choice ul li{
	margin-bottom: 5px;
	line-height: 1.2em;
}
#main .product {
	margin-bottom: 30px;
}
#main .product:last-child{
	margin-bottom: 30px;
}

#main .product h3{
	margin-bottom: 10px;
	font-size: 1.2em;
}
#main .product h3 span{
	font-weight: bold;
	color: #e00012;
}
#main .product p{
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: 0.9em;
}
#main .product img{
	margin-bottom: 20px;
	width: 100%;
}
#main .product table{
	border: solid 1px #ccc;
	border-collapse: collapse;
	margin-bottom: 20px;
}
#main .product table th,
#main .product table td{
	border: solid 1px #ccc;
	text-align: center;
	padding:10px 5px;
}
#main .product table th{
	background-color: #ccc;
	border: 1px solid #999;
}
#main .product table th.heater{
	background-color: #333333;
	color: #fff;
}
#main .two-col{
	display: flex;
	flex-wrap: wrap;
}
#main .two-col li{
	width: calc(50% - 10px);
	margin-right: 20px;
	margin-bottom: 10px;
}
#main .two-col li:nth-child(2n){
	margin-right: 0;
}
#main .two-col li p{
	text-align: center;
	line-height: 1.2;
}
#main .acc-gu{
	display: flex;
	flex-wrap: wrap;
}
#main .acc-gu .acc-gu--block{
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
#main .acc-gu .acc-gu--block:nth-child(2n){
	margin-right: 0;
}
#main .acc-gu .acc-gu--block__size{
	text-align: center;
	background: #ccc;
	font-size: 1.2em;
	padding: 10px 0;
	margin-bottom: 0;
}
#main .acc-gu .acc-gu--block__button{
	padding: 10px;
}
#main .acc-gu .acc-gu--block__button.dashed .cover-btn{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}

#main .img-two{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#main .img-two li{
	width: 50%;
	text-align: center;
}

#main .button-two{
	display: flex;
	flex-wrap: wrap;
	/*border-bottom: 1px dashed #ccc;*/
}
#main .button-two .cover-btn{
	width: 100%;
	margin-right: 0;
	border-bottom:none;
	margin-bottom: 20px;
}
#main .button-two .cover-btn:nth-child(2n){
	margin-right: 0;
	margin-bottom: 0;
}

#main .acc-gu.noacc .acc-gu--block{
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
#main .noacc .button-two a.btnRadius02 {
    width: 100%;
}
#main .noacc a.btnRadius02 {
    width: 100%;
    margin: auto;
}
#main .kind a{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:50px;
	pointer-events: none;
}

#main .kind .kind--img{
	width:35%;
}
#main .kind .kind--text{
	width:calc(65% - 20px);
	margin-left:20px;
}

#main .kind h3{
	font-size: 1.2em;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    line-height: 1.2;
}
#main .kind p {
    font-size: 0.8em;
    line-height: 1.2;
    text-align: justify;
}
#main .arrow-box{
    /*position:relative;*/
    width:100%;
	max-width: 270px;
    height:auto;
    background:#e00012;
    text-align:center;
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
	position: absolute;
    left: 50%;
    top: 3.0em;
	transform: translateX(-50%);
    padding: 10px 0;
}
#main .arrow-box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 0, 255, 0);
    border-top-width: 20px;
    border-bottom-width: 15px;
    border-left-width: 15px;
    border-right-width: 15px;
    margin-left: -15px;
    border-top-color: #e00012;
    top: 80%;
    left: 70%;
    /*transform: rotate(30deg);*/
}

#main .bargain .bargain--block{
	border: 1px solid #ccc;
}
#main .bargain .bargain--block__size{
	text-align: center;
	background: #ccc;
	font-size: 1.2em;
	padding: 10px 0;
	margin-bottom: 0;
}
#main .bargain .bargain--block__txt{
	padding: 10px;
    text-align: center;
    font-size: 18px;
}
#main .bargain .bargain--block__txt span {
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 10px;
}
#main .bargain--block__buy {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    text-align: center;
	font-size: 18px;
	padding: 15px;
	position: relative;
}
#main .bargain--block__buy span{
	color: #e00012;
	font-weight: bold;
	margin-left: 10px;
}
#main .bargain--block__buy .buy{
	padding-top: 2.5em;
}
#main .bargain--block__buy .buy--urine{
	font-size: 2.5em;
	margin-left: 0;
}
#main .bargain--block__buy .cover-btn{
	width: 100%;
	margin:10px auto 0;
}

#main .center-img{
	text-align: center;
}
#main .center-img img{
	width: 100%;
	max-width: 400px;
}
#main .triangle-down .feature::after{
	content: "▼";
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#main .triangle-right .feature::after{
	content: "▼";
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}
#main .triangle-right .feature.down::after {
    content: "▼";
    transform: translateY(-50%) rotate(0);
}
#main .triangle-right .feature.right::after {
    content: "▼";
    transform: translateY(-50%) rotate(-90deg);
}


#main .triangle-down .feature,
#main .triangle-right .feature {
    border: 1px solid #d49685;
}
#main .triangle-down.uchi .feature,
#main .triangle-right.uchi .feature{
    border: 1px solid #ccc;
}

#main .triangle-down .feature .feat_title,
#main .triangle-right .feature .feat_title {
    width: calc(100% - 150px);
}
#main .triangle-down .feature img,
#main .triangle-right .feature img {
	right: 30px;
}
#main .poitrianglent-down .feature img,
#main .triangle-right .feature img {
	right: 30px;
}

#main .choice--box{
	background: #faf3f1;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#main .choice--box h3{
	color: #fff;
    background-color: #d49685;
    padding: 10px 0;
}
#main .choice--box h4{
	margin: 0 10px 20px;
}
#main .choice--box p,#main .choice--box ul {
    margin-left: 10px;
    margin-right: 10px;
}

#main .choice ul:last-child,
#main .choice p:last-child{
	margin-bottom: 10px;
}

#main .s-05 .product{
	border-top: dashed 1px #999;
	padding-top: 30px;
}
#main .s-05 .product:first-child{
	border-top: none;
	padding-top: 0;
}

#main .bargain .bargain--block .p-size {
    margin: 10px 10px 0;
}
























#main .relation {
    display: flex;
    flex-wrap: wrap;
}

#main a.feature {
    /*display: flex;*/
    color: #000000;
    text-decoration: none;
}
#main .feature {
    width: 100%;
    height: auto;
    min-height: 80px;
    margin-bottom: 10px;
    padding: 10px 0;
    border: 1px solid #ccc;
    position: relative;
    transition: 0.6s;
    text-align: justify;
}
#main .feature img {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 100px;
    transform: translateY(-50%);
}
#main .feature .feat_title {
    font-size: 1.2em;
    width: calc(100% - 130px);
    padding-left: 10px;
    font-weight: bold;
    margin: 0;
    /*display: flex;
    align-items: center;*/
}
#main .feature .feat_text {
    font-size: 0.8em;
    width: calc(100% - 130px);
    padding-left: 10px;
    line-height: 1.2;
    margin: 10px 0 0 0;
	display: block;
}





/*タブ切り替え*/

#main .colsinframe2 {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 40px;
    overflow: hidden;
    }
#main .resptab01,
#main .resptab02,
#main .resptab03,
#main .resptab04,
#main .resptab05,
#main .resptab06,
#main .resptab07,
#main .resptab08,
#main .resptab09,
#main .resptab10,
#main .resptab11,
#main .resptab12,
#main .resptab13{
overflow:hidden;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between; 
margin:0;
padding: 0;
list-style: none;
}
#main .resptab01 li,
#main .resptab02 li,
#main .resptab03 li,
#main .resptab04 li,
#main .resptab05 li,
#main .resptab06 li,
#main .resptab07 li,
#main .resptab08 li,
#main .resptab09 li,
#main .resptab10 li,
#main .resptab11 li,
#main .resptab12 li,
#main .resptab13 li{
background: #999;
color: #fff;
cursor: pointer;
/*width: calc( 100% / 4);*/
width: 100%;
padding: 20px 0;
line-height: 1.5;
font-size: 3vw;
text-align: center;
}
#main .resptab01 li:hover,
#main .resptab02 li:hover,
#main .resptab03 li:hover,
#main .resptab04 li:hover,
#main .resptab05 li:hover,
#main .resptab06 li:hover,
#main .resptab07 li:hover,
#main .resptab08 li:hover,
#main .resptab09 li:hover,
#main .resptab10 li:hover,
#main .resptab11 li:hover,
#main .resptab12 li:hover,
#main .resptab13 li:hover{
	background: #555;
}
#main .resptab01 li.select,
#main .resptab02 li.select,
#main .resptab03 li.select,
#main .resptab04 li.select,
#main .resptab05 li.select,
#main .resptab06 li.select,
#main .resptab07 li.select,
#main .resptab08 li.select,
#main .resptab09 li.select,
#main .resptab10 li.select,
#main .resptab11 li.select,
#main .resptab12 li.select,
#main .resptab13 li.select{
background: #fff;
color: #000;
font-weight: bold;
text-align: center; 
}
#main .tabmenu01,
#main .tabmenu02,
#main .tabmenu03,
#main .tabmenu04,
#main .tabmenu05,
#main .tabmenu06,
#main .tabmenu07,
#main .tabmenu08,
#main .tabmenu09,
#main .tabmenu10,
#main .tabmenu11,
#main .tabmenu12,
#main .tabmenu13 {
	border:5px solid #999;
}
#main .tabmenu01 img,
#main .tabmenu02 img,
#main .tabmenu03 img,
#main .tabmenu04 img,
#main .tabmenu05 img,
#main .tabmenu06 img,
#main .tabmenu07 img,
#main .tabmenu08 img,
#main .tabmenu09 img,
#main .tabmenu10 img,
#main .tabmenu11 img,
#main .tabmenu12 img,
#main .tabmenu13 img{
width: 100%;
}
#main .hide{
display:none;
padding: 10px;
}


/*追加*/
#main .resptab01 li,
#main .resptab02 li,
#main .resptab03 li,
#main .resptab04 li,
#main .resptab05 li,
#main .resptab06 li,
#main .resptab07 li,
#main .resptab08 li,
#main .resptab09 li,
#main .resptab10 li,
#main .resptab11 li,
#main .resptab12 li,
#main .resptab13 li{
	border-right: 2px solid #fff;
}
#main .resptab01 li:last-child,
#main .resptab02 li:last-child,
#main .resptab03 li:last-child,
#main .resptab04 li:last-child,
#main .resptab05 li:last-child,
#main .resptab06 li:last-child,
#main .resptab07 li:last-child,
#main .resptab08 li:last-child,
#main .resptab09 li:last-child,
#main .resptab10 li:last-child,
#main .resptab11 li:last-child,
#main .resptab12 li:last-child,
#main .resptab13 li:last-child{
	border-right: none;
}


/*アコーディオン*/
/*====================================================================
.s-05 .accordion-one
====================================================================*/
.s-05 .accordion-one {
	max-width: 1024px;
	margin: 0 auto 10px;
}
.s-05 .accordion-one:last-child {
	margin-bottom: 0;
}
.s-05 .accordion-one .accordion-header {
	background-color: #ccc;
	color: #333;
	border: 1px solid #333;
	font-size: 26px;
	font-weight: bold;
	padding: 20px 11%;
	text-align: center;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}
/*.s-05 .accordion-one:nth-of-type(2) .accordion-header {
    background-color: #ff9a05;
}
.s-05 .accordion-one:nth-of-type(3) .accordion-header {
    background-color: #1c85d8;
}*/
.s-05 .accordion-one .accordion-header:hover {
	opacity: .8;
}
.s-05 .accordion-one .accordion-header .i-box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 40px;
	height: 40px;
	/*border: 1px solid #fff;*/
	margin-top: -20px;
	box-sizing: border-box;
	/*-webkit-transform: rotate(45deg);
	transform: rotate(45deg);*/
	transform-origin: center center;
	transition-duration: 0.2s;
	
	/*追加*/
	background: url(../img/acc_ya.gif) no-repeat center;
	background-size: 50%;
}
/*.s-05 .accordion-one .accordion-header .i-box .one-i {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}*/
.s-05 .accordion-one .accordion-header.open .i-box {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
/*.s-05 .accordion-one .accordion-header .i-box .one-i:before, .s-05 .accordion-one .accordion-header .i-box .one-i:after {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.s-05 .accordion-one .accordion-header .i-box .one-i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
.s-05 .accordion-one .accordion-header.open .i-box .one-i:before {
	content: none;
}
.s-05 .accordion-one .accordion-header.open .i-box .one-i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/
.s-05 .accordion-one .accordion-inner {
	display: none;
	padding: 15px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	box-sizing: border-box;
	position: relative;
    padding-bottom: 6em;
}
/*.s-05 .accordion-one:nth-of-type(2) .accordion-inner {
	border-left: 2px solid #ff9a05;
	border-right: 2px solid #ff9a05;
	border-bottom: 2px solid #ff9a05;
}
.s-05 .accordion-one:nth-of-type(3) .accordion-inner {
	border-left: 2px solid #1c85d8;
	border-right: 2px solid #1c85d8;
	border-bottom: 2px solid #1c85d8;
}
.s-05 .accordion-one .accordion-inner .box_one {
	height: 300px;
}*/
.s-05 .accordion-one .accordion-inner p.txt_a_ac {
	margin: 0;
}
.s-05 .accordion-one .accordion-inner .closeArea {
	width: 180px;
	/*margin: 0 auto;*/
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.s-05 .accordion-one .accordion-inner .closeArea .close-box a.close-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #999;
	padding: 15px 15px 15px 20px;
	text-decoration: none;
	line-height: 1.3;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	transition-duration: 0.2s;
}
/*.s-05 .accordion-one:nth-of-type(2) .accordion-inner .closeArea .close-box a.close-btn {
    background-color: #ff9a05;
}
.s-05 .accordion-one:nth-of-type(3) .accordion-inner .closeArea .close-box a.close-btn {
    background-color: #1c85d8;
}*/
.s-05 .accordion-one .accordion-inner .closeArea .close-box a.close-btn:hover {
	opacity: .8;
}
.s-05 .accordion-one .accordion-inner .closeArea .close-box a.close-btn .i-box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 10%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
.s-05 .accordion-one .accordion-inner .closeArea .close-box a.close-btn .i-box .one-i {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 18px;
	height: 18px;
}
.s-05 .accordion-one .accordion-inner .closeArea .close-box a.close-btn .i-box .one-i:before, .s-05 .accordion-one .accordion-inner .closeArea .close-box a.close-btn .i-box .one-i:after {
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
	transform-origin: center center;
}
.s-05 .accordion-one .accordion-inner .closeArea .close-box a.close-btn .i-box .one-i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
@media screen and (max-width: 1024px) {
	.s-05 .accordion-one .accordion-header {
		font-size: 18px;
	}
	.s-05 .accordion-one .accordion-header .i-box {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.s-05 .accordion-one .accordion-inner .closeArea .close-box a.close-btn {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.s-05 .accordion-one .accordion-header {
		font-size: 16px;
		text-align: left;
		padding: 15px 60px 15px 15px;
	}
}
#pageTop{
	z-index: 1;
}










/*cont-xxxはインクルードされる位置で決定される*/
/*wide用*/
.goods-list-area {
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  overflow: hidden;
  list-style: none;
  margin: 0 auto 20px;
  padding: 0;
}
.goods-list-area .item {/*itemuの横幅*/
  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 .item::before {
  background-color: #dbdbdb;
  box-sizing: border-box;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 100vw;
}
.goods-list-area .item:nth-child(2n) {
  margin-right: 0;
}

.goods-list-area .item .img-box {
  display: table;
  margin: 0 auto;
}

.goods-list-area .item .goods-img {
  display: table-cell;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  width: 150px;
}
.goods-list-area .item .goods-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 96%;
}
.goods-list-area .item .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 .item .icon-list .icon {
  margin-right: 3px;
  max-width: 40px;
  padding-bottom: 8px;
  position: relative;
  width: 24%;

}
.goods-list-area .item .icon-list .icon:last-child {
  margin-right: 0;
}
.goods-list-area .item .icon-list .icon img {
  max-width: 38px;
  max-height: 38px;
  width: 100%;

}
.goods-list-area .item .goods-nm {
  font-size: 0.9em;
  word-break: break-all;
  color: #333;
  height: 2.5em;
  line-height: 1.4;
  overflow: hidden;
}
.goods-list-area .item .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 .item .price-area .head {
  font-size: 0.6em;
  margin-right: 3px;
}
.goods-list-area .item .price-area .textCancel {
  font-size: 0.9em
}
.goods-list-area .item .price-area .en {
  font-size: 0.6em;
  padding-left: 2px;
}
.goods-list-area .item .price-area .value {
  font-weight: bold;
}
/* 2021.03.10 bita-a0099 add start */
.goods-list-area .item .favIcon{
  display:none;/*階層が崩れると動作しないので非表示*/
  position: absolute;
  left: 4px;
  top: 31%;
  cursor:pointer;
	
}
.goods-list-area .item .favIcon img{
  width: 30px;
}
.goods-list-area .item .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 .item .favMsg .msg{
  padding-right: 19px;
  background: url(https://www.komeri.com/images/parts/icon_arrowGlayDown.png) no-repeat right center;
}
.goods-list-area .item .reco-star-box {
  display: none;
  height: 1.05em;
  margin-bottom: 5px;
}
.goods-list-area .item .reco-star-box .star {
  width: 15px;
}
.goods-list-area .item .catch {
  display: none;
}
.goods-list-area .item .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;
}
	
.prRed {
    color: #E50012 !important;
}
/*もっと見るボタン*/
.more-btn-area a{
    display: block;
    margin: auto;
    padding: 15px 0;
    width: 100%;
	background-color: #999;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 25px;
}

