@charset "EUC-JP";

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.onlypc{
  display:block;
}
.onlyhp{
  display:none;
}
.timesalewrap{
  margin: 0 calc(50% - 50vw);
}
.timesalewrap img{
  width:100%;
  height:auto;
}
.timesale{
    
    
}

.timesale01{
    background-color: #fbb6b5;
    width: 20%;
    margin-top: 20px;
}

.timesale02{
    width: 50%;
    margin-top: 20px;
}

.salecategory{
	margin-top: 60px;
	background-color: #FBB6B5;
}

.salecategory-title1{
    width: 70%;
    font-size: 40px;
    margin-top:20px ;
}

.category01{
    background: #FFFFFF;
    margin-top: 100px;
    width: 1000px;
    
    
}

.category01-title{
    font-size: 35px;
	padding: 50px 0;
	margin: 0;
	font-family: "Noto sans JP",sans-serif;
    
}

.ellipsis {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
 
    /*IE対策*/
    line-height: 1.5em;
    max-height: 4.5em;
}
.griditem {
  padding: 2px 8px 12px 8px;
}
.price{
	margin: 0;
	font-size: ;
	text-decoration: line-through;
}
.price::before {
	content: "希望小売価格 ";
	font-size: 13px;
	display: inline-block;
	margin-right: 5px;
}
.price2{
	margin: 0;
	font-weight: bold;
	color: #cd3232;
	font-size: 20px;
}

a:hover {
	opacity: 0.7;
}

.linkbutton{
    background-color: #fbb6b5;
    font-size: 20px;
    margin-top: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    width:30%;
    margin:20px auto 0 auto
}

.mainbanner {
    max-width: 1000px;
    margin: 0 auto 0;
}
.mainbanner img{
    width:100%;
}
.mainbanner p {
    margin-top: 29px;
}

.mainbanner .half {
    display: flex;
    justify-content: space-between;
}
.mainbanner .half p{
    width:45%;
}

.salecategory_table{
    max-width: 1000px;
    width:100%;
    margin: 0 auto 0;
}
.salecategory_table>ul{
  padding:0;
}
.salecategory_table>ul>li{
    width:32%;
    float:left;
    margin:0 0.65%;
}
.salecategory_table>ul>li img{
    width:100%;
}
.salecategory_table>ul>li:nth-of-type(1),
.salecategory_table>ul>li:nth-of-type(4){
    clear:both;
}

.category01>ul{
    max-width: 1000px;
    width:100%;
    margin: 0 auto 0;
    padding:0;
}

.category01>ul>li{
    width:23%;
    float:left;
    margin:0 1%;
}
.category01>ul>li img{
    width:100%;
}
.category01>ul>li:nth-of-type(1),
.category01>ul>li:nth-of-type(5){
    clear:both;
}

.pagetop {
    margin-bottom: 52px;
}
.pagetop_icon {
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 auto;
    text-align: center;
}
.inner {
    max-width: 1000px;
    width:100%;
    margin: 0 auto;
}
.pagetop_icon {
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 auto;
    text-align: center;
}
.pagetop_icon a {
    color: #f1b5b5;
    position: relative;
    font-size: 18px;
}
.pagetop_icon a::before, .pagetop_icon a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.pagetop_icon a::before {
    bottom: 32px;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #f1b5b5;
}
.pagetop_icon a::after {
    top: -103px;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}
#wrapper {
    padding-bottom: 240px;
    position: relative;
}

/* ページTOPに戻る */
#page-top a::before {
  content: "";
  width: 15px;
  height: 15px;
  margin-bottom: -6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
}
#page-top a {
	background: linear-gradient(140deg, #dd8e8e, #5997ce);
	color: #fff;
	font-weight: 600;
	right: 15px;
	bottom: 15px;
	position: fixed;
	z-index: 1000;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	align-items: center;
	justify-content: center;
	display: flex;
/*	box-shadow: 3px 3px 3px 0px rgba(255,255,255,0.5) inset,-3px -3px 3px 0px rgba(0,0,0,0.3) inset;*/
}
.sp-br{
	display: none;
}
/* 注目商品CSS */
.a-product {
	display: flex;
	font-size: 20px;
	color: #e17e96;
	align-items: center;
	font-weight: bold;
	justify-content: center;
	margin-top: 60px;
}
.a-product::before,
.a-product::after {
	content: '';
	width: 2px;
	height: 20px;
	background-color: #e17e96;
}
.a-product::before {
	margin-right: 30px;
	margin-left: 10px;
	transform: rotate(-35deg);
}
.a-product::after {
	margin-left: 30px;
	margin-right: 10px;
	transform: rotate(35deg);
}

.grid-product{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	max-width: 700px;
	margin: auto;
	gap: 5px;
}
.grid-product img{
	vertical-align: middle;
}
.check-item {
	background: #e17e96;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.normal-price{
	margin: 0;
	text-align: center;
	text-decoration: line-through;
}
.sale-price{
	margin: 0;
	text-align: center;
	font-weight: bold;
	color: #cd3232;
	font-size: 20px;
}
	
@media screen and (min-width: 0px) and (max-width: 559px){/*SPで見た際*/
.onlypc{
  display:block;
}
.onlyhp{
  display:none;
}
.timesale{
    
    
}

.timesale01{
    background-color: #fbb6b5;
    width: 40%;
    margin-top: 20px;
}

.timesale02{
    width: 90%;
    margin-top: 20px;
}

.salecategory{
	margin-top: 60px;
	background-color: #FBB6B5;
}

.salecategory-title1{
    width: 70%;
    font-size: 40px;
    margin-top:20px ;
}

.category01{
    background: #FFFFFF;
    margin-top: 100px;
    width: 95%;
    
    
}

.category01-title{
    font-size: 30px;;
    padding: 40px 0;
}

.ellipsis {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
 
    /*IE対策*/
    line-height: 1.5em;
    max-height: 4.5em;
}

.price{
	font-size: 11px;
}
.price2{
	font-size: 15px;
}

a:hover {
    opacity: 0.7;
}

.linkbutton{
    width: 80%;
    background-color: #fbb6b5;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.salecategory_table>ul>li{
    width:48%;
    float:left;
    margin:0 1%;
}
.salecategory_table>ul>li:nth-of-type(1),
.salecategory_table>ul>li:nth-of-type(4){
    clear:none;
}
.salecategory_table>ul>li:nth-of-type(1),
.salecategory_table>ul>li:nth-of-type(3),
.salecategory_table>ul>li:nth-of-type(5){
    clear:both;
}

.category01>ul>li{
    width:48%;
    float:left;
    margin:0 1%;
}
.category01>ul>li:nth-of-type(1),
.category01>ul>li:nth-of-type(5){
    clear:none;
}
.category01>ul>li:nth-of-type(1),
.category01>ul>li:nth-of-type(3),
.category01>ul>li:nth-of-type(5),
.category01>ul>li:nth-of-type(7){
    clear:both;
}

.mainbanner {
    margin: 0 auto 0;
    width: 95%;
}

.pagetop {
    margin-top: 48px;
    margin-bottom: 36px;
}
.inner {
    width: 100%;
}
.pagetop_icon a {
    font-size: 15px;
}
.pagetop_icon a::before {
    bottom: 26px;
    width: 56px;
    height: 56px;
}

.pagetop_icon a::after {
    top: -79px;
    width: 16px;
    height: 16px;
}
#wrapper {
    padding-bottom: 84px;
}
.sp-br{
	display: block;
}

/* 注目商品CSS */
.normal-price{
	font-size: 11px
}
.sale-price{
	font-size: 15px;
}

}/*SPで見た際*/
