@charset "UTF-8";



@media (max-width: 812px) {
 

.pc {
    display:none;
}
    
.sp {
        display: block;
}
    

    
/* 画像の最大幅を指定する */
img {
	max-width: 100%!important;		/* 横幅の90% */
	height: auto ;
    text-align: center;
    display: block;
    margin:0 auto;/* 縦幅を自動調整 */
}

.contents,main {
    width:100%;
}

.catch {
    text-align: center;
    /* display: inline; */
    width: 90%;
    margin: 0 auto;
    line-height: 1.8;
    letter-spacing: 2px;
    font-size:14px;
    padding: 10px 0;
}
    
 main h1 {
    text-indent: 1rem;
    text-align: center;
    color: #333;
    font-weight: bold;
    padding: 15px 0 15px 0;
    /* letter-spacing: 3px; */
    font-size: 21px;
    margin-top: 10%;
    margin-bottom: 3%;
}
    
main h1:nth-of-type(1){
    margin-top:0;
}

main h1 span.itemen {
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    padding-top: 2%;
}
    
    
main h1+p {
    font-size: 11px;
}
      
 .js-matchHeight p {
    text-align: center;
    background: red;
    color: white;
    font-weight: bolder;
    padding: 5px 0;
    font-size: 13px;
    margin: 3px;
}

main .saleitem {margin:0;}

section.s1 ul a.empty {border:none;}
    
section.s1 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    margin: 0 8px;
}
    
section.s1 ul a:nth-child(even){
    margin-left:2%;
}
    

.event_menusp {
    position: fixed;
    right: 0;
    bottom:0;
    z-index: 10;
    background: #bd0110;
    padding:2px;
}



.event_menusp {
    display: flex;
    flex-wrap: wrap;
}
    
.event_menusp li {
    display: block;
    background-color: #e60012;
    padding: 8px 3px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    width: 24%;
    font-size:10px;
    margin:0.5%;
}
 
section.s1 {
 padding: 0;
}
  
    
    
section.s1 ul a {
    margin-bottom: 5px;
    width: 49%;
    padding: 2%;
}
    
    
section.s3 ul a {
    float: none;
    border:none;
    
}
    
main .saleitem > ul a {
    color:#333;
}

dd.saleprice {
    color: #333;
}
    
section.s3 ul a li {
    border:2px solid #ff2448;
    padding: 15px;
    margin-bottom:10px;
}
    
li.ss,li.point {border:none!important;}

li.ss2 {
    color: white;
    background-color: #ff2448;
    border: none!important;
    border-radius: 4px;
    font-size: 3.8vw;
    text-align: center;
    font-weight: bold;
    padding:1vh 0!important;
}
    
section.s3 li.point{
   width:105px;
    font-size:15px!important;
}
    
section.s3 li.ss {
  color: #ff2448;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #ff2448!important;/*上線*/
  border-bottom: solid 3px #ff2448!important;/*下線*/
  font-weight: bold;
  text-align: center;
  font-size:18px;
}
    

    
section.s3 .saleprice strong {
  font-size:40px!important;
}
    
section.s3 ul a img {
    width:90%;
}
    
dt.name {
    display: block!important;
    font-size:13px;
}

dd.originalprice {
    font-size:12px;
    padding-bottom: 4px;
}
    
dd.saleprice {
    padding: 10px 0;
}
    
section.s3 dd.saleprice {
  padding-top:0!important;
}
    
dd.saleprice strong {
    font-size:6vw!important;
}
    
main .saleitem > ul a > li .discount {
    padding: 0.2rem 1rem;
    display: inline-block;
    /* font-weight: bold; */
    color: white;
    background-color: #f00;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size:13px;
}
    
 main .saleitem > ul a > li .category ul .point {
    background-color: blue;
    color: #fff;
    border-radius: 4px;
    padding: 1vh!important;
    font-size:3vw;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center
}

    
.event_menusp li a {
        color:white;
        display:block;
}
    
span.itemname {
    font-size:14px;
}
    
.event_menu sp {
margin:0;
padding:0;
}
    
main .saleitem > ul a > li .name {
    margin-bottom: 0.5rem;
    /* font-weight: bold; */
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0;
}
    
#mailmagazine {
    margin:50px 0;
}
    
#mailmagazine a h1 {
    text-align: center;
    background-color: #ff0;
    padding: 10px;
}
    
#mailmagazine a {
    border-radius: 8px;
    display: block;
    color: black;
    background-color: #FFFFFF;
    border: 1px solid #aaa;
    margin:5px;
}
    
#mailmagazine p {
   font-size: 14px;
    line-height: 1.8;
    padding: 5px;
}

#recommendf ul li {
    width: -moz-calc((100%)/4);
    width: -o-calc((100%)/4);
    width: -webkit-calc((100%)/4);
    width: calc((100%)/4);
    margin: 5px;
}
    
#recommendf ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top:20px;
}
    
#recommendf ul li img {
    max-width: 100%;
    height: auto:
}
    
#recommendf h1 {
    text-indent: 1rem;
    color: white;
    background-color: #111;
    padding: 10px;
}
    
nav.sp #header_nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background: #f6f5f5;
    padding-right: 2.5%;
    padding-bottom: 15%;
}
    
.catNavTtl {
    background: #f6f5f5;
    padding-left: 7%;
    padding-bottom: 6%;
    font-weight: bolder;
    padding-top: 10%;
}
    
nav.sp  #header_nav li {
   background: white;
   width:42%!important;
   border-radius: 5px;
   margin-bottom: 12px;
   padding-bottom: 10px!important;
}
    
nav.sp #header_nav li a {
   text-align: center;
   padding: 0 0 7px 0!important
}
    
nav.sp #header_nav img {
    display: inline;
    width:16%!important;
}
    
#recommendf {
    margin-bottom: 10vh;
}
    
footer {
    padding:25px 0!important;
    background-color: #333!important;
}
    
footer ul li a {
    color: #C7C7C7;
}
    
footer .nav_footer li {
    text-align: center;
    line-height: 2;
}
    
footer .nav_footer li img {
    margin:0;
}
    
footer ul li:last-child {
    width:30%;
    margin:10px auto;
}
    
  
footer small {
    font-size:12px;
}

}


/** iPhone横 ～ iPad  **/
@media only screen and (min-width: 667px) and (max-width: 1023px) {
.tab img {
    width:100%!important;
    height: auto;
}
    
.js-matchHeight p {
    padding: 1.5vh 0!important;
    font-size:2.5vw;
}

main .saleitem > ul a > li .category ul .point {
    font-size:2vw;
}

main .saleitem3 > ul a > li .category ul .point {
    width:150px;
}
section.s1 ul a {
    margin-bottom: 15px;
}

main h1 {
    font-size:5vw;
}

section.s3 li.ss {
    font-size:4vw;
}
}

/** iPad Pro **/
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
h1.title_main_image.pc,header,header #description nav ul,.contents img,main {width:100%;margin:0 auto!important;}

h1.title_main_image.pc img {
    display: inline;
    text-align: center;
    width: 100%!important;
}

nav.pc {
    display: none;
}

h1.title_main_image img {width:100%!important;height: auto;margin:0!important;}

#header_nav li {margin-left: 0!important;}


.fl,.fr {
    float: none;
    width: 100%;
}

li#advertisement {
    width:10%;
}

li#advertisement img {
    width:23%;
}

li#link {
    width:13%;
}

li#link img {
    width:18%;
}

li#business {
    width:10%;
}

li#business img {
    width:23%;
}

li#matome {
    width:13%;
}

li#matome img {
    width:18%;
}

li#topsn {
    width:12%;
}

li#topsn img {
    width:20%;
}

li#outern {
    width:20%;
}

li#outern img {
    width:12%;
}

li#bottomsn {
    width:10%;
}

li#bottomsn img {
    width:23%;
}

li#otherItem {
    width:10%;
}

li#otherItem img {
    width:23%;
}



}