@charset "UTF-8";



@media (max-width: 812px) {
 

.pc {
    display:none;
}
    
.sp {
        display: block;
}


.budgetWrap {
    padding-bottom:10vw;
}

.budget {
    width:100%;
}
    
.budget ul {
    margin-top:20px;
}
    

.budget h1 {
    padding-top:50px;
}
    
h1.father {
    text-align: left;
    border-bottom: 2px solid #3d57a6;
    width: 80%;
    margin: 10px auto;
    font-size: 5.5vw;
}
    
    
/* 画像の最大幅を指定する */
img {
	max-width: 100%!important;		/* 横幅の90% */
	height: auto ;
    text-align: center;
    display: block;
    margin:0 auto;/* 縦幅を自動調整 */
}

.contents,main {
    width:100%;
}


main > p {
    width: 90%;
    font-size: 4vw;
    letter-spacing: 1px;
    margin: 25px auto 30px auto;
    color:#3d57a6;
}
    
.giftbox {
    flex-direction: column;
    flex-wrap: wrap;
}
    
.gifttxt > p {
    width:90%;
    margin: 0 auto;
    font-size:4vw;
}
    
.budget ul {
    flex-wrap:wrap;
}
    
.budget ul li a {
    width:60vw;
    margin-bottom: 3vw;
    font-size: 4.1vw;
}
    
.gift {
    order:1;
    padding: 2.5vw;
}
    
.gifttxt {
    order:2;
}
    
.gifttxt p:nth-of-type(2) {
    font-size: 3vw;
    margin-top: 20px;
}
    
 main h1 {
    text-indent: 1rem;
    text-align: center;
    color: #3d57a6;
    font-weight: bold;
    padding: 15px 0 15px 0;
    /* letter-spacing: 3px; */
    font-size: 21px;
    margin-top: 10%;
    margin-bottom: 3%;
}


main h1 span.itemen {
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    padding-top: 2%;
}
      
 .js-matchHeight p {
    text-align: center;
    background: red;
    color: white;
    font-weight: bolder;
    padding: 5px 0;
    font-size: 13px;
    margin: 3px;
}


.timer {
    display: block;
    font-size: 16px;
    padding: 20px;
    line-height: 1.8;
}

    
    
main .saleitem {margin:0;}
section.s1 ul a {margin:0;background: white;}

section.s1 ul a.empty {border:none;visibility: hidden;}
#header_nav li.empty {visibility: hidden;}

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;
}
  
nav.sp ul li a span {
    font-size:3.5vw;
}
    
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: #dd0c24;
}
    
section.s3 ul a li {
    border:2px solid #ff2448;
    padding: 15px;
    margin-bottom:10px;
    background: white;
}
    
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;
}

.ov.freeship {
  padding: 10px;
  background: url(../images/bgg.jpg)repeat;
}

    
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;
}
    

    
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 {
    /* font-weight: bold; */
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0;
}
    
#mailmagazine {
    padding: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,#mailmagazine {
    background:#016ec3;
}
    
#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: space-around;
    background: url(../images/bgg.jpg)repeat;
    padding:1vw;
}
    
.catNavTtl {
    background: url(../images/bgg.jpg)repeat;
    padding-left: 7%;
    padding-bottom: 6%;
    font-weight: bolder;
    padding-top: 10%;
}
    
nav.sp  #header_nav li {
   width:47%!important;
   border-radius: 5px;
   margin-bottom: 12px;
}
    
nav.sp #header_nav li a {
   text-align: center;
   color:yellow;
   position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background: #016ec3;
    border-bottom: 2px solid #064474;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    padding: 20px;
    font-weight: bold;
}
    
nav.sp #header_nav img {
    display: inline;
    width:16%!important;
}
    

    
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;
}
    
.gifttxt h1 {
 text-align: justify;
 margin-bottom: 0;
 margin-top: 0px;
 font-size: 4.5vw;
 border-bottom: 2px solid #3d57a6;
 width: 81%;
 margin: 10px auto;
}
    
h1.category {
    background:yellow;
    margin:0;
    padding-top:50px;
}

}


/** iPhone横 ～ iPad  **/
@media only screen and (min-width: 667px) and (max-width: 1023px) {
.tab img {
    width:100%!important;
    height: auto;
}
    

    
p.gift {
    margin:0 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;
}
    
main .saleitem > ul a {
    height: 320px;
}
    
.contents {width:100%;}

nav.pc {
    display: none;
}

.budget {
    width:100%;
}
    
.giftbox h1 {
    padding-top: 60px;
    font-size:25px;
}
    
.gifttxt {
    width:50%;
}
    
.gifttxt > p {
    width:90%;
    margin-left: 20px;
}
    
h1.title_main_image img {width:100%!important;height: auto;margin:0!important;}

#header_nav li {margin-left: 0!important;}

#other {
    display: none;
}

/*    
.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%;
}



}