* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

html, body {
    width: 100%;
    height: 100%;
	font-family: 'Tenor Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','游ゴシック','Yu Gothic',sans-serif;	
	//overflow-x: hidden;
}
.main {
    width: 100%;
    height: 100%;
	margin: 0 auto;
    max-width: 680px;
}
.banner {
	#margin-top:45px;
	margin-top:85px;
}
.homd-content{
	background:#fff;
	border-radius: 10px 10px 0 0;
	padding-top: 10px;
}
.banner-swiper .swiper-slide{
	width:100% !important;
}
.banner-top {
    width: 100%;
    height: 60px;
    background: url("./../image/banner-top.jpg");
}
.m-img-title{
	margin-top:10px;
}
.banner-top img {
    max-width: 100%;
    height: 60px;
}
.brand-content{
	padding: 20px 10px 5px;
	display: grid;
    align-content: center;
    grid-template-columns: repeat(4,23.3%);
    grid-gap: 10px;
    grid-auto-flow: row dense;
    align-items: center;
    justify-content: center;
}
.brand-content .brand{
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.brand-content .brand .brand-img{
	width:50px;
}
.m-line{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.m-img-title .m-img{
	display: flex;
    align-items: center;
    justify-content: flex-start;
	position: relative;
}
.m-icon{
	width: 40px;
}
.hw-details{
	background-color:#fdf6e6;
	padding:10px 0px 0px 0px;
}
.hw-content{
	display: grid;
    align-content: center;
	grid-template-columns: repeat(2,46%);
    grid-gap: 20px;
    grid-auto-flow: row dense;
	padding: 0px 10px;
    align-items: center;
    justify-content: center;
}
.hw-content li{
	position: relative;
    float: left;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 1px 8px #e3e3e3;
	padding:0px 0px 5px 0;	
}
.hw-content li .hw-img{
	overflow: hidden;
    background: #f7f7f7;
    position: relative;
    border-radius: 10px 10px 0px 0px;	
}	
.hw-img img{
	width:100%;
	height: 100%;
	object-fit:cover;
}	
.hw-content .hw-name{
	width: 100%;
    margin: 0.325rem 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hw-marketprice{
	font-size:11px;
    color: #808080;	
	letter-spacing: -0.2px;
	text-decoration: line-through;
	margin: 0 0 0.325rem 0;
}
.hw-price-off{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;	
}
.hw-price-off span{
	font-size: 1em;
    line-height: 1em;
    min-height: 1em;
    color: #484848;
	font-weight: 600;
	letter-spacing: -0.2px;		
}
.hw-txt{
	display: flex;
    flex-direction: column;
	padding: 5px;
}
.hw-txt .hw-name{
	color: #333;
	font-family: AppleSDGothicNeo, Apple SD Gothic Neo, Malgun Gothic, Helvetica, serif , Droid sans, sans-serif;
    font-size: 12px;
    line-height: 15px;
}

.dis-details{
    background: #fff;	
}
.dis-content{
	display: grid;
    align-content: center;
	grid-template-columns: repeat(2,46%);
    grid-gap: 20px;
    grid-auto-flow: row dense;
	padding: 0px 10px;
    align-items: center;
    justify-content: center;
}

.dis-content li{
	position: relative;
    float: left;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 1px 1px 5px #e9e8e8;
	padding:0px 0px 5px 0;	
}
.dis-content li .dis-img{
	overflow: hidden;
    background: #f7f7f7;
    position: relative;
    border-radius: 10px 10px 0px 0px;	
}	
.dis-img img{
	    width:100%;
    	height: 100%;
    	object-fit:cover;
}	
.dis-content .dis-name{
	width: 100%;
    margin: 0.325rem 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dis-marketprice{
	font-size:11px;
    color: #808080;	
	letter-spacing: -0.2px;
	text-decoration: line-through;
	margin: 0 0 0.325rem 0;
}
.dis-price-off{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;	
}
.dis-price-off,.hs-price-off span{
	font-size: 1em;
    line-height: 1em;
    min-height: 1em;
    color: #484848;
	font-weight: 600;
	letter-spacing: -0.2px;		
}
.dis-txt{
	display: flex;
    flex-direction: column;
	padding: 5px;
}
.dis-txt .dis-name{
	color: #333;
	font-family: AppleSDGothicNeo, Apple SD Gothic Neo, Malgun Gothic, Helvetica, serif , Droid sans, sans-serif;
    font-size: 12px;
    line-height: 15px;
}

.off{
    color: #ff9900 !important;
	margin-left: 10px !important;
}
.m-title{
	display: inline-block;
    position: relative;
}
.m-title:before {
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #FF9500;
    position: absolute;
    bottom: 0px;
    margin-bottom: -3px;
}
.more{
	margin: 20px 10px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}	
.more a{
	font-size: 1.076923em;
    color: #878787;	
}
.more-block{
	margin: 10px 20px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 10px 10px;
    font-size: 0.923077em;
    color: #000000;
}
.more-block-hot{
	background:#fed530;	
	font-size: 12px;
    font-weight: 600;
}
.more-block-dis{
	background:#ffd7bd;	
	font-size: 12px;
    font-weight: 600;
}
.more-block-new{
	background:#dcf0ff;	
	font-size: 12px;
    font-weight: 600;
}
.brand_title{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 10px 30% 0px 30%;
    border-radius: 10px;
    background: #fed530;
}
.brand_title span{
	font-size: 1em;
    line-height: 1em;
    min-height: 1em;
    color: #484848;
    font-weight: 600;
    letter-spacing: -0.2px;
    padding: 5px;
}
.right-icon{
	width: 70%;
    text-align: right;
}
.right-icon img{
	width:20px;
}
.new-details{
    background: #fff;	
}
.new-content{
	display: grid;
    align-content: center;
	grid-template-columns: repeat(3,30%);
    grid-gap: 20px;
    grid-auto-flow: row dense;
	padding: 0px 15px;
    align-items: center;
    justify-content: center;
}
.new-content li{
	margin-bottom:10px;
}
.new-content .new-name{
	width: 100%;
    margin: 0.325rem 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new-price-off{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;	
}
.new-price-off,.hs-price-off span{
	font-size: 1em;
    line-height: 1em;
    min-height: 1em;
    color: #484848;
	font-weight: 600;
	letter-spacing: -0.2px;		
	margin: 2px 0 5px 0;
}
.new-txt{
	display: flex;
    flex-direction: column;
	padding: 5px 0px 0px;
}
.new-txt .new-name{
	color: #333;
	font-family: AppleSDGothicNeo, Apple SD Gothic Neo, Malgun Gothic, Helvetica, serif , Droid sans, sans-serif;
    font-size: 12px;
    line-height: 15px;
}
.new-img img{
	border-radius: 10px;		
}
.hs-content{
	display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}
.hs-content li {
	margin: 0 0 20px 0px;
	position: relative;	
}
.hs-content li a{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	justify-content: space-around;
}
.hs-details{
	margin:10px 10px 0 5px;;	
}
.hs-num-logo{
	position: absolute;
    top: 0px;
    left: 5%;
}
.hs-num-logo span{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    width: 20px;
    height: 20px;
    line-height: 1;
    font-size: .75rem;
    font-weight: 600;
    color: #fff;
    background-color: #f3b215;
    border-radius: 0;
}
.top-logo{
	position: absolute;
    top: -4px;
    left: 2%;
	width: 35px;
}
.hs-img{
	width:35%;
}
.hs-txt .sale-item{
    background: aliceblue;
    padding: 5px 8px;
    border-radius: 8px;	
}
.hs-txt{
	width:55%;
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.hs-img img{
	border-radius: 10px;
}
.hs-name{
	color: #333;
    font-family: AppleSDGothicNeo, Apple SD Gothic Neo, Malgun Gothic, Helvetica, serif , Droid sans, sans-serif;
    font-size: 12px;
    line-height: 15px;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1rem;
    padding: 1px;
}
.hs-review,.pets-top-review{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.review_num{
	margin-left: 5px;
	margin-bottom: -5px;
}
.hs-review .r_p_star{
	list-style: none;	
}
.hs-review .r_p_star li{
	list-style: none;	
	display: inline;
}
.pets-top-review .r_p_star{
	list-style: none;	
}
.pets-top-review .r_p_star li{
	list-style: none;	
	display: inline;
}
.r_p_star img{
	width:13px;
}
.pets-top-review img{
	width:13px;
}
.swiper{
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;
}
.hs-swiper-pagination{
	position: relative !important;
    bottom: -3px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
}
.banner-swiper-pagination{
	text-align: right !important;		
}
.banner-swiper-pagination .swiper-pagination-bullet-active{
	width: 12px;
    height: 8px;
    margin: 1px 4px;
    background-color: #f3b215 !important;
}
.banner-swiper-pagination .swiper-pagination-bullet{
    margin: 1px 4px;
    width: 12px;
    height: 4px;
    border-radius: 10px;
    opacity: 1;
    border-color: #dcdcdc;
    background-color: #dcdcdc;
}
.hs-swiper-pagination .swiper-pagination-bullet{
    margin: 1px 4px;
    width: 12px;
    height: 4px;
    border-radius: 10px;
    opacity: 1;
    border-color: #dcdcdc;
    background-color: #dcdcdc;
}
.hs-swiper-pagination .swiper-pagination-bullet-active {
	width: 12px;
    height: 4px;
    margin: 1px 4px;
    background-color: #f3b215;
}

.pc-swiper-pagination{
	bottom:-3px !important;	
}
.pc-swiper-pagination .swiper-pagination-bullet{
    margin: 1px 4px;
    width: 12px;
    height: 4px;
    border-radius: 10px;
    opacity: 1;
    border-color: #dcdcdc;
    background-color: #dcdcdc;
}
.pc-swiper-pagination .swiper-pagination-bullet-active {
	width: 12px;
    height: 4px;
    margin: 1px 4px;
    background-color: #f3b215;
}

.pets-details{
    padding: 0px 0px 20px 0px;
    background: #fff;	
    margin-top: 10px;
}
.pets-content{
	display: grid;
    align-content: center;
	grid-template-columns: repeat(2,46%);
    grid-gap: 20px;
    grid-auto-flow: row dense;
	padding: 0px 10px;
    align-items: center;
    justify-content: center;
}

.pets-content li{
	position: relative;
    float: left;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 1px 1px 5px #e9e8e8;
	padding:0px 0px 5px 0;	
}
.pets-content li .pets-img{
	overflow: hidden;
    background: #f7f7f7;
    position: relative;
    border-radius: 10px 10px 0px 0px;	
}
.pets-content .pets-name{
	width: 100%;
    margin: 0.325rem 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pets-marketprice{
	font-size:11px;
    color: #808080;	
	letter-spacing: -0.2px;
	text-decoration: line-through;
	margin: 0 0 0.325rem 0;
}
.pets-price-off,.pets-top-price-off{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;	
}
.pets-price-off,.pets-top-price-off span{
	font-size: 1em;
    line-height: 1em;
    min-height: 1em;
    color: #484848;
	font-weight: 600;
	letter-spacing: -0.2px;		
}
.pets-txt{
	display: flex;
    flex-direction: column;
	padding: 5px;
}
.pets-txt .pets-name{
	color: #333;
	font-family: AppleSDGothicNeo, Apple SD Gothic Neo, Malgun Gothic, Helvetica, serif , Droid sans, sans-serif;
    font-size: 12px;
    line-height: 15px;
}
.pets-top-swiper-wrapper{
	padding:0 10px;
}
.pets-top-name{
	color: #333;
    font-family: AppleSDGothicNeo, Apple SD Gothic Neo, Malgun Gothic, Helvetica, serif , Droid sans, sans-serif;
    font-size: 12px;
    line-height: 15px;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1rem;
    padding: 1px;	
}
.pets-top-img img{
	border-radius: 8px;	
	box-shadow:1px 1px 5px #afafaf;
}
.pets-top-txt{
	margin: 10px 5px;	
}
.pets-top-details{
	position:relative;
	margin: 10px 0;
}
.pets-top-bg{
    max-height: 100%;	
	padding-top: 10px;
}
.more-block-pets{
	background: #fee0ca;
    font-size: 12px;
    font-weight: 600;
}
.pets-top-content{
	margin-right: auto;
    margin-left: auto;
}
.pets-top-price-off{
	padding:2px 0;
}
.prod-cates-info{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.prod-cates-info img{
	background: #f5f5f5;
    border-radius: 10px;
	width: 45px;
}
.pc-content{
	display:grid;
	align-content: center;
    grid-template-columns: repeat(4,24%);	
	grid-gap: 5px;
    grid-auto-flow: row dense;
    justify-content: center;	
	margin: 10px 0px;
}
.pc-info{
	padding: 5px 2px;
}
.prod-cates-name{
	font-size: 10px;
	padding-top: 2px;
}
