@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* 変数 -------------------------------------------------------------------------------- */
/* HTML5 -------------------------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* clearfix -------------------------------------------------------------------------------- */
.clearfix, header #description #attention dl, header #description nav ul, main .saleitem > ul, main .saleitem > ul a > li .category ul, #recommendf ul {
  *zoom: 1;
}
.clearfix:after, header #description #attention dl:after, header #description nav ul:after, main .saleitem > ul:after, main .saleitem > ul a > li .category ul:after, #recommendf ul:after {
  content: "";
  display: table;
  clear: both;
}



/*新規追加*/

@media only screen and (min-width: 769px) {

#wrapper {
    background: url(../images/bg.jpg)repeat;
}

main {
    display: block;
    background: white;
    width:1200px;
    margin:0 auto;
}

h1{
    width:1200px;
    margin:0 auto!important;
}

h1 img {
    vertical-align: bottom;
}

dd.image img,#recommendf img {
    width:100%;
}

.event_menu {
    position: fixed;
    right: 0;
    top: 10px;
    z-index: 10;
}

.event_menu li a {
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #222222;
    padding: 10px 5px;
    width: 130px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 18px;
    color: #ffffff;
    text-align: center;
}

.event_menu li a:hover {
	background-color: white;
	color: red;
}

main .saleitem > ul a:hover {
 
}

.js-matchHeight p {
    text-align: center;
    background: red;
    color: white;
    font-weight: bolder;
    padding:5px 0;
}

main  h1 {
    text-indent: 1rem;
    text-align: center;
    color: #333;
    background: white;
    font-weight: bold;
    padding: 100px 0 25px 0;
    letter-spacing: 3px;
    font-size:30px;
}

main h1 span.itemen {
    display: block;
    font-size: 15px;
    letter-spacing: 2px;
    margin-top:10px;
}
    
footer {
    padding:50px 0!important;
    background-color: #333!important;
}
    
footer ul li:last-child {
    margin-top:30px;
}
  
footer small {
    font-size:12px;
}
    
}

/*新規追加*/





ul {
  list-style: none;
}

/*
img {
  vertical-align: middle;
  width: 100%;
}*/

a {
  text-decoration: none;
  vertical-align: bottom;
}

.sp {display: none;}

@media only screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: 88%;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 82%;
  }
}

body {
  font-family: Hiragino Kaku Gothic ProN,Hiragino Sans,Roboto,\\30E1\30A4\30EA\30AA,Meiryo,"\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF",Verdana,sans-serif;
  line-height: 1.5;
  letter-spacing: 0.01rem;
  color: #333;
}

header {
  /*width: 100%;*/
}

/*
@media only screen and (min-width: 1024px) {
header > h1.title_main_image img {
  width: 100%;
  width: expression(document.body.clientWidth > 1002? "1000px" : "auto");
  width: expression(document.body.clientWidth > 742? "740px" : "auto");
}
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
header > h1.title_main_image img {
  width: 100%;
  width: expression(document.body.clientWidth > 1002? "1000px" : "auto");
  width: expression(document.body.clientWidth > 742? "740px" : "auto");
  padding-top:100px;
}
}
@media only screen and (max-width: 767px) {
header > h1.title_main_image img {
  width: 100%;
  width: expression(document.body.clientWidth > 1002? "1000px" : "auto");
  width: expression(document.body.clientWidth > 742? "740px" : "auto");
  padding-top:100px;
}
}
/*
@media only screen and (min-width: 1024px) {
  header > h1.title_main_image img {
    width: auto;
;
  }
}
*/
header > h1.title_main_font {
  text-align: center;
  color: white;
  background-color: #ff2448;
}
@media only screen and (max-width: 767px) {
  header > h1.title_main_font {
    font-size: 1.7rem;
    padding: 4.8rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header > h1.title_main_font {
    font-size: 3.5rem;
    padding: 8rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  header > h1.title_main_font {
    font-size: 4.8rem;
    padding: 15.2rem 0;
  }
}
header > h1.title_main_font .title_sub {
  font-size: 1rem;
  display: block;
}
header > h1.title_main_font .title_sub:before {
  content: "＼";
}
header > h1.title_main_font .title_sub:after {
  content: "／";
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header > h1.title_main_font .title_sub {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  header > h1.title_main_font .title_sub {
    font-size: 2.2rem;
  }
}
header #description {
  background-color: #ff0;
}
@media only screen and (max-width: 767px) {
  header #description {
    padding: 0 0 ;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description {
    padding: 0 0 ;
  }
}
@media only screen and (min-width: 1024px) {
  header #description {
    padding: 0 0 ;
  }
}
header #description > h1 {
  display: none;
}
header #description #date {
  display: block;
  text-align: center;
  color: white;
  background-color: black;
}
@media only screen and (max-width: 767px) {
  header #description #date {
    margin: 0 0;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description #date {
    margin: 0 0;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  header #description #date {
    margin: 0 0;
    padding: 0.8rem;
    font-size: 1.4rem;
  }
}
header #description #event {
  max-width: 1170px;
  width: expression(document.body.clientWidth > 1172? "1170px" : "auto");
  background-color: white;
}
@media only screen and (max-width: 767px) {
  header #description #event {
    margin: 0 0.8rem 2rem;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description #event {
    margin: 0 0.8rem 2rem;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  header #description #event {
    margin: 0 auto 3.2rem;
    padding: 0.8rem;
  }
}
header #description #event h1 {
  text-align: left;
  color: #ffffff;
  background-color: #111;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
  behavior: url("/PIE.htc");
}
@media only screen and (max-width: 767px) {
  header #description #event h1 {
    margin-bottom: 0.8rem;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description #event h1 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  header #description #event h1 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    padding: 0.8rem;
  }
}
header #description #event img {
  width: expression(document.body.clientWidth > 618? "616px" : "auto");
  outline: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  header #description #event img {
    margin: 0 0 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description #event img {
    margin: 0 0 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  header #description #event img {
    width: auto;
    margin: 0 0 0.8rem;
  }
}
header #description #event .att_tada {
  font-weight: bold;
  color: #ff2448;
}
@media only screen and (min-width: 1024px) {
  header #description #event .att_tada {
    font-size: 1.2rem;
  }
}
header #description #event dt {
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description #event #event_3 li:nth-child(3) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  header #description #event #event_3 li:nth-child(3) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description #event #event_3 li {
    display: inline-block;
    margin-right: 0.8rem;
    width: -moz-calc((100% - 0.8rem*3)/3);
    width: -o-calc((100% - 0.8rem*3)/3);
    width: -webkit-calc((100% - 0.8rem*3)/3);
    width: calc((100% - 0.8rem*3)/3);
  }
}
@media only screen and (min-width: 1024px) {
  header #description #event #event_3 li {
    display: inline-block;
    margin-right: 0.8rem;
    width: -moz-calc((100% - 0.8rem*3)/3);
    width: -o-calc((100% - 0.8rem*3)/3);
    width: -webkit-calc((100% - 0.8rem*3)/3);
    width: calc((100% - 0.8rem*3)/3);
  }
}
header #description #event #event_3 li img {
  width: 100%;
}
header #description #attention_most {
  max-width: 1170px;
  width: expression(document.body.clientWidth > 1172? "1170px" : "auto");
  font-weight: bold;
  background-color: #ff0;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
  behavior: url("/PIE.htc");
}
@media only screen and (max-width: 767px) {
  header #description #attention_most {
    margin: 0 0.8rem 2rem;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description #attention_most {
    margin: 0 0.8rem 2rem;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  header #description #attention_most {
    margin: 0 auto 3.2rem;
    padding: 0.8rem;
    font-size: 1.2rem;
  }
}
header #description #attention {
  background-color: white;
}
@media only screen and (max-width: 767px) {
  header #description #attention {
    margin: 0 0.8rem 2rem;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description #attention {
    margin: 0 0.8rem 2rem;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  header #description #attention {
    max-width: 1170px;
    width: expression(document.body.clientWidth > 1172? "1170px" : "auto");
    margin: 0 auto 3.2rem;
    padding: 0.8rem;
  }
}
header #description #attention h1 {
  text-align: left;
  color: #ffffff;
  background-color: #ff2448;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
  behavior: url("/PIE.htc");
}
@media only screen and (max-width: 767px) {
  header #description #attention h1 {
    margin: 0 0 0.8rem;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description #attention h1 {
    margin: 0 0 0.8rem;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  header #description #attention h1 {
    margin: 0 0 0.8rem;
    padding: 0.8rem;
    font-size: 1.2rem;
  }
}
header #description #attention dl {
  color: #ff2448;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description #attention dl .attention_float {
    float: left;
    width: -moz-calc((100% - 0.8rem*2)/3);
    width: -o-calc((100% - 0.8rem*2)/3);
    width: -webkit-calc((100% - 0.8rem*2)/3);
    width: calc((100% - 0.8rem*2)/3);
    padding: 0 0.8rem 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  header #description #attention dl .attention_float {
    float: left;
    width: -moz-calc((100% - 0.8rem*2)/3);
    width: -o-calc((100% - 0.8rem*2)/3);
    width: -webkit-calc((100% - 0.8rem*2)/3);
    width: calc((100% - 0.8rem*2)/3);
    padding: 0 0.8rem 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description #attention dl .attention_float:nth-child(3n) {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  header #description #attention dl .attention_float:nth-child(3n) {
    padding-right: 0;
  }
}
header #description #attention dl .attention_float dt {
  display: block;
  text-align: center;
  color: white;
  background-color: #ff2448;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  behavior: url("/PIE.htc");
  width: 6rem;
  height: 6rem;
  line-height: 6;
}
@media only screen and (max-width: 767px) {
  header #description #attention dl .attention_float dt {
    margin: 0 auto 0.8rem;
    padding: 0.8rem;
    clear: both;
    width: 3rem;
    height: 3rem;
    line-height: 3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description #attention dl .attention_float dt {
    margin: 0 auto 0.8rem;
    padding: 0.8rem;
    width: 4rem;
    height: 4rem;
    line-height: 4.3;
  }
}
@media only screen and (min-width: 1024px) {
  header #description #attention dl .attention_float dt {
    margin: 0 auto 0.8rem;
    padding: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  header #description #attention dl .attention_float dd {
    margin-bottom: 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description #attention dl .attention_float dd {
    margin-bottom: 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  header #description #attention dl .attention_float dd {
    margin-bottom: 0.8rem;
  }
}
header #description #attention dl .attention_float dd:nth-child(3n) {
  margin-bottom: 0;
}
header #description #special {
  background-color: white;
}
@media only screen and (max-width: 767px) {
  header #description #special {
    margin: 0 0.8rem 2rem;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description #special {
    margin: 0 0.8rem 2rem;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  header #description #special {
    max-width: 1170px;
    width: expression(document.body.clientWidth > 1172? "1170px" : "auto");
    margin: 0 auto 3.2rem;
    padding: 0.8rem;
  }
}
header #description #special h1 {
  text-align: left;
  color: #ffffff;
  background-color: #111;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
  behavior: url("/PIE.htc");
}
@media only screen and (max-width: 767px) {
  header #description #special h1 {
    margin-bottom: 0.8rem;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description #special h1 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  header #description #special h1 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    padding: 0.8rem;
  }
}
header #description #special ol {
  list-style: none;
  counter-reset: test;
  vertical-align: bottom;
}
header #description #special ol > li:before {
  counter-increment: test;
  content: counter(test);
  float: left;
  width: 2rem;
  height: 2rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  behavior: url("/PIE.htc");
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  header #description #special ol > li:before {
    margin-right: 0.7rem;
    padding: 0.3rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description #special ol > li:before {
    margin-right: 0.7rem;
    padding: 0.6rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1024px) {
  header #description #special ol > li:before {
    margin: 0.5rem 0.7rem 0 0;
    padding: 0.4rem;
    line-height: 1.8;
    font-size: 1.2rem;
  }
}
header #description #special ol > li:nth-child(1):before {
  background: #ff2448;
}
header #description #special ol > li:nth-child(2):before {
  background: #ff2448;
}
header #description #special ol > li:nth-child(3):before {
  background: #ff2448;
}
header #description #special ol > li dl dt {
  font-weight: bold;
  border-bottom: 2px dotted #aaa;
}
@media only screen and (max-width: 767px) {
  header #description #special ol > li dl dt {
    margin-bottom: 0.8rem;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description #special ol > li dl dt {
    margin-bottom: 0.8rem;
    padding: 0.8rem;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1024px) {
  header #description #special ol > li dl dt {
    margin-bottom: 0.8rem;
    padding: 0.8rem;
    font-size: 1.4rem;
  }
}
header #description #special ol > li dl dt strong {
  color: #ff2448;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description #special ol > li dl dt strong {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  header #description #special ol > li dl dt strong {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  header #description #special ol > li dl dd {
    margin-bottom: 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description #special ol > li dl dd {
    margin-bottom: 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  header #description #special ol > li dl dd {
    margin-bottom: 2.4rem;
  }
}
header #description #special ol #coupon #coupon_list li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description #special ol #coupon #coupon_list li {
    float: left;
    width: -moz-calc((100% - 3.2rem)/2);
    width: -o-calc((100% - 3.2rem)/2);
    width: -webkit-calc((100% - 3.2rem)/2);
    width: calc((100% - 3.2rem)/2);
    margin-right: 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  header #description #special ol #coupon #coupon_list li {
    float: left;
    width: -moz-calc((100% - 1.6rem)/2);
    width: -o-calc((100% - 1.6rem)/2);
    width: -webkit-calc((100% - 1.6rem)/2);
    width: calc((100% - 1.6rem)/2);
    margin: 0 1.6rem 1.6rem 0;
  }
}
header #description #special ol #coupon #coupon_list li img {
  outline: 1px solid #ccc;
  width: 100%;
}
header #description #special ol #coupon img {
  outline: 1px solid #ccc;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description #special ol #coupon img {
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  header #description #special ol #coupon img {
    width: auto;
  }
}
header #description #special ol #coupon p {
  text-align: left;
  font-weight: normal;
  color: #333;
  clear: both;
}
@media only screen and (max-width: 767px) {
  header #description #special ol #coupon p {
    text-align: left;
    font-weight: normal;
    color: #333;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description #special ol #coupon p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  header #description #special ol #coupon p {
    font-size: 1rem;
  }
}
header #description #special ol #coupon p a {
  color: #ff2448;
}
@media only screen and (min-width: 1024px) {
  header #description #special ol #coupon p a:hover {
    position: relative;
    top: 0.1rem;
    left: 0.1rem;
  }
}
header #description nav {
  background-color: #ff0;
 /*box-shadow: 0 0 8px gray;*/
}
@media only screen and (max-width: 767px) {
  header #description nav {
    margin: 0 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description nav {
    margin: 0 0.8rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  header #description nav {
    margin: 0 auto;
    max-width: 1200px;
    width: expression(document.body.clientWidth > 1002? "1000px" : "auto");
  }
}
header #description nav.fixed {
  position: fixed;
  top: 0;
  width: 100% !important;
  max-width: none;
  z-index: 10000;
  margin: 0;
}
header #description nav.fixed h1 {
  display: none;
}
header #description nav h1 {
  text-align: left;
  color: #ff0;
  background-color: #111;
}
@media only screen and (max-width: 767px) {
  header #description nav h1 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description nav h1 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  header #description nav h1 {
    display: none;
  }
}
header #description nav ul a {
  color: #111;
}
@media only screen and (min-width: 1024px) {
  header #description nav ul {
    width: 1200px;
    margin: 0 auto;
  }
}
header #description nav ul li {
  background-color: #ff0;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0), to(#ff0));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ff0, #ff0);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ff0, #ff0);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ff0, #ff0);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ff0, #ff0);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ff0, #ff0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ff0', EndColorStr='#ff0');
  -pie-background: linear-gradient(#ff0, #ff0);
  behavior: url(/PIE.htc);
  float: left;
  font-weight: bold;
  text-align: center;
  /*border-right: 1px solid #997a00;
  border-bottom: 1px solid #997a00;*/
}
header #description nav ul li:hover {
  background-color: #ff0;
}
@media only screen and (max-width: 767px) {
  header #description nav ul li {
    width: -moz-calc((100% - 0.8rem*8 - 4px)/4);
    width: -o-calc((100% - 0.8rem*8 - 4px)/4);
    width: -webkit-calc((100% - 0.8rem*8 - 4px)/4);
    width: calc((100% - 0.8rem*8 - 4px)/4);
    padding: 0;
    font-size: 11px;
    width: 24.65%;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header #description nav ul li {
    width: -moz-calc((100% - 0.8rem*8 - 4px)/4);
    width: -o-calc((100% - 0.8rem*8 - 4px)/4);
    width: -webkit-calc((100% - 0.8rem*8 - 4px)/4);
    width: calc((100% - 0.8rem*8 - 4px)/4);
    padding: 0;
    font-size: 14px;
    width: 24.7999%;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  header #description nav ul li {
    padding: 0;
    margin: 0;
  }
}
body#index header #description nav ul li#nav_index {
  background-color: #ff0;
}
body#tops header #description nav ul li#nav_tops {
  background-color: #ff0;
}
body#bottoms header #description nav ul li#nav_bottoms {
  background-color: #ff0;
}
body#outer header #description nav ul li#nav_outer {
  background-color: #ff0;
}
body#biz header #description nav ul li#nav_biz {
  background-color: #ff0;
}
body#mensother header #description nav ul li#nav_other {
  background-color: #ff0;
}
body#ladies header #description nav ul li#nav_new {
  background-color: #ff0;
}
@media only screen and (min-width: 1024px) {
  header #description nav ul li.last {
    border-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  main {
    padding: 0 0 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  main {
    padding: 0 0 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  main {
    padding: 0 0 3.2rem;
  }
}
/*
@media only screen and (min-width: 1024px) {
body {
  background-image: url(../images/bg.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment: fixed;
  background-position:top center;
  width:100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
body {
  background-image: url(../images/bg.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment: fixed;
  background-position:top center;
  width:100%;
}
}

@media only screen and (max-width: 767px) {
body::before {
	content: "";
	background-image: url(../images/bg_sp_.jpg);
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}
}
*/
main{
  background-image: url(../images/bg.gif) ;
  background-repeat:repeat;

}


main .saleitem > h1 {
  color: #fff;
  background-color: #000;
  text-indent: 1rem;
  text-align: left;
  color: #ffffff;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
  behavior: url("/PIE.htc");
}




@media only screen and (max-width: 767px) {
  /*main > h1 {
    padding: 0.8rem 0;
  }*/
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*main > h1 {
    padding: 0.8rem 0;
    font-size: 1.8rem;
  }*/
}


@media only screen and (min-width: 1024px) {

    /*main > h1 {
    padding: 0.8rem 0;
    font-size: 2.3rem;
  }*/

  section.advertisement a:nth-of-type(1) dd.category {
    margin-bottom: 31px!important;
}

section.advertisement a:nth-of-type(even) dd.category {
    margin-bottom: 31px!important;
}


}

@media only screen and (max-width: 767px) {
  /*main > h1 {
    padding: 0.8rem 0;
  }*/
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*main > h1 {
    padding: 0.8rem 0;
    font-size: 1.8rem;
  }*/
}
@media only screen and (min-width: 1024px) {
  /*main  h1 {
    padding: 0.8rem 0;
    font-size: 2.3rem;
  }*/
}
main .saleitem{
  background:255,255,255,0;
}
@media only screen and (max-width: 767px) {
  main .saleitem {
    margin: 0 0.8rem;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  main .saleitem {
    margin: 0 0.8rem;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  main .saleitem {
    max-width: 1170px;
    width: expression(document.body.clientWidth > 1172? "1170px" : "auto");
    margin: 0 auto;
    padding: 0.8rem;
  }
}

main .saleitem > h1 {
  text-indent: 1rem;
  text-align: left;
  color: #ffffff;
  background-color: #111;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 767px) {
  main .saleitem > h1 {
    margin-bottom: 0.8rem;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  main .saleitem > h1 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  main .saleitem > h1 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    padding: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  main .saleitem > h1 {
    padding: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  main .saleitem > h1 {
    margin-bottom: 0.8rem;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  main .saleitem > h1 {
    margin-bottom: 0.8rem;
    padding: 0.8rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  main .saleitem > ul {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  main .saleitem > ul {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  main .saleitem > ul {
    margin-bottom: -5px;
  }
}
main .saleitem > ul a {
  position: relative;
  float: left;
  outline: solid 1px #fff;
  color: #333;
  background-color: #fff;
  border:1px solid #d7d5d5;
}
@media only screen and (max-width: 767px) {
  main .s1 > ul a:nth-child(2n) {
    margin-right:0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  main .s1 > ul a:nth-child(4n) {
    margin-right:0;
  }
}
@media only screen and (min-width: 1024px) {
  main .s1 > ul a:nth-child(5n) {
    margin-right:0;
  }
}
/*
@media only screen and (max-width: 767px) {
  main .saleitem > ul a {
    width: -moz-calc((100% - 0.8rem*5)/2);
    width: -o-calc((100% - 0.8rem*5)/2);
    width: -webkit-calc((100% - 0.8rem*5)/2);
    width: calc((100% - 0.8rem*5)/2);
    margin: 0 0.8rem 0.8rem 0;
    padding: 0.8rem;
    border-top: 0.3rem solid #f00;
  }
}
*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  main .saleitem > ul a {
    width: -moz-calc((100% - 0.8rem*11)/4);
    width: -o-calc((100% - 0.8rem*11)/4);
    width: -webkit-calc((100% - 0.8rem*11)/4);
    width: calc((100% - 0.8rem*11)/4);
    margin: 0 0.8rem 0.8rem 0;
    padding: 0.8rem;
    border-top: 0.4rem solid #f00;
  }
}
@media only screen and (min-width: 1024px) {
  main .saleitem > ul a {
    width: -moz-calc((100% - 0.8rem*14)/4.4);
    width: -o-calc((100% - 0.8rem*14)/4.4);
    width: -webkit-calc((100% - 0.8rem*14)/4.4);
    width: calc((100% - 0.8rem*14)/4.4);
    margin: 0 8px 8px 0;
    padding: 0.8rem;
  }
}
main .saleitem > ul a > li .name {
  margin-bottom: 0.5rem;
  /*font-weight: bold;*/
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  main .saleitem > ul a > li .name {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  main .saleitem > ul a > li .name {
    font-size: 0.9rem;
  }
}
main .saleitem > ul a > li .category ul li {
  float: left;
  padding: 0.2rem 0.5rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  behavior: url("/PIE.htc");
}
@media only screen and (max-width: 767px) {
  main .saleitem > ul a > li .category ul li {
    margin: 0 0.8rem 0.8rem 0;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  main .saleitem > ul a > li .category ul li {
    margin: 0 0.8rem 1rem 0;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1024px) {
  main .saleitem > ul a > li .category ul li {
    margin: 0 0.8rem 1rem 0;
    font-size: 0.85rem;
  }
}
main .saleitem > ul a > li .category ul li:last-child {
  margin-right: 0;
}
main .saleitem > ul a > li .category ul .point {
  background-color: blue;
  color:#fff;
}
main .saleitem > ul a > li .category ul .koukoku {
  color: white;
  background-color: #222;
}
main .saleitem > ul a > li .category ul .timesale {
  color: white;
  background-color: #ff2448;
}
main .saleitem > ul a > li .category ul .pokkiri {
  color: white;
  background-color: #FF7000;
}
main .saleitem > ul a > li .category ul .newitem {
  color: white;
  background-color: #222;
}
main .saleitem > ul a > li .category ul .ss {
  color: white;
  background-color: #ff2448;
}
main .saleitem > ul a > li .category ul .ss2 {
  color: white;
  background-color: #000;
}
main .saleitem > ul a > li .image {
  float: left;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  main .saleitem > ul a > li .image {
    margin-bottom: 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  main .saleitem > ul a > li .image {
    margin-bottom: 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  main .saleitem > ul a > li .image {
    margin-bottom: 0.8rem;
  }
}
main .saleitem > ul a > li .time {
  color: #ff2448;
  /*font-weight: bold;*/
  margin-bottom: 0.5rem;
}
main .saleitem > ul a > li .discount {
  margin-bottom: 0.5rem;
  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;
  behavior: url("/PIE.htc");
}
@media only screen and (max-width: 767px) {
  main .saleitem > ul a > li .discount {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  main .saleitem > ul a > li .discount {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1024px) {
  main .saleitem > ul a > li .discount {
    font-size: 0.85rem;
  }
}
main .saleitem > ul a > li .saleprice {
  font-weight: bold;
  color: #f00;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  main .saleitem > ul a > li .saleprice {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  main .saleitem > ul a > li .saleprice {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  main .saleitem > ul a > li .saleprice strong {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  main .saleitem > ul a > li .saleprice strong {
    font-size: 30px;
  }
    
dd.saleprice {
    margin-top:10px;
}
}

#other {
background:#f2f2f2;
}
@media only screen and (max-width: 767px) {
  #other {
    padding: 2rem 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  #other {
    padding: 3.2rem 0;
  }
}

/* メルマガ -------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #mailmagazine {
    margin: 0 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mailmagazine {
    margin: 2rem 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  #mailmagazine {
    margin: 3.2rem;
  }
}
#mailmagazine a {
  max-width: 1170px;
  width: expression(document.body.clientWidth > 1172? "1170px" : "auto");
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  behavior: url("/PIE.htc");
  display: block;
  color: black;
  background-color: #FFFFFF;
  border: 1px solid #aaa;
}
#mailmagazine a:hover {
  position: relative;
  top: 0.2rem;
  left: 0.2rem;
}
@media only screen and (min-width: 1024px) {
  #mailmagazine a {
    margin: 0 auto;
  }
}
#mailmagazine a h1 {
  text-align: center;
  background-color: #ff0;
}
@media only screen and (max-width: 767px) {
  #mailmagazine a h1 {
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mailmagazine a h1 {
    padding: 1.6rem;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  #mailmagazine a h1 {
    max-width: 1170px;
    width: expression(document.body.clientWidth > 1172? "1170px" : "auto");
    margin: 0 auto;
    padding: 1.6rem 0.8rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  #mailmagazine a p {
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mailmagazine a p {
    padding: 1.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  #mailmagazine a p {
    padding: 1.6rem;
  }
}

/* RECOMMEND FEATURE -------------------------------------------------------------------------------- */
#recommendf {
  max-width: 1170px;
  width: expression(document.body.clientWidth > 1172? "1170px" : "auto");
}
@media only screen and (max-width: 767px) {
  #recommendf {
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #recommendf {
    margin: 0 auto 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  #recommendf {
    margin: 0 auto 3.2rem;
  }
}
#recommendf h1 {
  text-indent: 1rem;
  color: white;
  background-color: #111;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
  behavior: url("/PIE.htc");
}
@media only screen and (max-width: 767px) {
  #recommendf h1 {
    padding: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #recommendf h1 {
    margin-bottom: 0.8rem;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  #recommendf h1 {
    margin-bottom: 30px!important;
    padding: 0.8rem;
    font-size: 1.4rem;
  }
}
#recommendf ul li {
  float: left;
  background-color: white;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  #recommendf ul li:nth-child(3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #recommendf ul li:nth-child(6) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #recommendf ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #recommendf ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #recommendf ul li:nth-child(7) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #recommendf ul li:nth-child(8) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #recommendf ul li:nth-child(9) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #recommendf ul li:nth-child(10) {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  #recommendf ul li {
    width: -moz-calc((100% - 0.8rem*2)/3);
    width: -o-calc((100% - 0.8rem*2)/3);
    width: -webkit-calc((100% - 0.8rem*2)/3);
    width: calc((100% - 0.8rem*2)/3);
    margin: 0 0.8rem 0.8rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #recommendf ul li {
    width: -moz-calc((100% - 0.8rem*4)/5);
    width: -o-calc((100% - 0.8rem*4)/5);
    width: -webkit-calc((100% - 0.8rem*4)/5);
    width: calc((100% - 0.8rem*4)/5);
    margin: 0 0.8rem 0.8rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  #recommendf ul li {
    width: -moz-calc((100% - 0.8rem*4)/5);
    width: -o-calc((100% - 0.8rem*4)/5);
    width: -webkit-calc((100% - 0.8rem*4)/5);
    width: calc((100% - 0.8rem*4)/5);
    margin: 0 0.8rem 0.8rem 0;
  }
}

/* クーポン1 -------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #fix_coupon_1 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #fix_coupon_1 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #fix_coupon_1 {
    width: 120px;
    height: 160px;
    position: fixed;
    top:100px;
    right: -40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 9999;
  }
}

#fix_coupon_1:hover {
  right: 0px;
}

#fix_coupon_1 a {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/coupon_flow_01.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 160px;
}

#fix_coupon_1 a:hover {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/coupon_flow_01.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 160px;
}
/*クーポン2 -------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #fix_coupon_2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #fix_coupon_2 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #fix_coupon_2 {
    width: 120px;
    height: 160px;
    position: fixed;
    top: 280px;
    right: -40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 9999;
  }
}

#fix_coupon_2:hover {
  right: 0px;
}

#fix_coupon_2 a {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/coupon_flow_02.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 160px;
}

#fix_coupon_2 a:hover {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/coupon_flow_02.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 160px;
}

/* クーポン3 -------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #fix_coupon_3 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #fix_coupon_3 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #fix_coupon_3 {
    width: 120px;
    height: 160px;
    position: fixed;
    top: 400px;
    right: -40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 9999;
  }
}

#fix_coupon_3:hover {
  right: 0px;
}

#fix_coupon_3 a {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/coupon_flow_03.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 160px;
}

#fix_coupon_3 a:hover {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/coupon_flow_03.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 160px;
}

/* クーポン4 -------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #fix_coupon_4 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #fix_coupon_4 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #fix_coupon_4 {
    width: 120px;
    height: 160px;
    position: fixed;
    top: 620px;
    right: -40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 9999;
  }
}

#fix_coupon_4:hover {
  right: 0px;
}

#fix_coupon_4 a {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/coupon_flow_04.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 160px;
}

#fix_coupon_4 a:hover {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/coupon_flow_04.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 160px;
}
/* クーポン5 -------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #fix_coupon_5 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #fix_coupon_5 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #fix_coupon_5 {
    width: 120px;
    height: 160px;
    position: fixed;
    top: 650px;
    right: -40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 9999;
  }
}

#fix_coupon_5:hover {
  right: 0px;
}

#fix_coupon_5 a {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/coupon_flow_05.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 160px;
}

#fix_coupon_5 a:hover {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/coupon_flow_05.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 160px;
}
/* nav1 -------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #fix_nav_1 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #fix_nav_1 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #fix_nav_1 {
    width: 120px;
    height: 80px;
    position: fixed;
    top: 150px;
    right: -40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 9999;
  }
}

#fix_nav_1:hover {
  right: 0px;
}

#fix_nav_1 a {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/fix_nav_1.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 80px;
}

#fix_nav_1 a:hover {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/fix_nav_1.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 80px;
}

/* nav2 -------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #fix_nav_2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #fix_nav_2 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #fix_nav_2 {
    width: 120px;
    height: 80px;
    position: fixed;
    top: 225px;
    right: -40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 9999;
  }
}

#fix_nav_2:hover {
  right: 0px;
}

#fix_nav_2 a {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/fix_nav_2.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 80px;
}

#fix_nav_2 a:hover {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/fix_nav_2.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 80px;
}

/* nav3 -------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #fix_nav_3 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #fix_nav_3 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #fix_nav_3 {
    width: 120px;
    height: 80px;
    position: fixed;
    top: 300px;
    right: -40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 9999;
  }
}

#fix_nav_3:hover {
  right: 0px;
}

#fix_nav_3 a {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/fix_nav_3.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 80px;
}

#fix_nav_3 a:hover {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/fix_nav_3.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 80px;
}


/* nav4 -------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #fix_nav_4 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #fix_nav_4 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #fix_nav_4 {
    width: 120px;
    height: 80px;
    position: fixed;
    top: 375px;
    right: -40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 9999;
  }
}

#fix_nav_4:hover {
  right: 0px;
}

#fix_nav_4 a {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/fix_nav_4.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 80px;
}

#fix_nav_4 a:hover {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/fix_nav_4.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 80px;
}

/* nav5 -------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #fix_nav_5 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #fix_nav_5 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #fix_nav_5 {
    width: 120px;
    height: 80px;
    position: fixed;
    top: 450px;
    right: -40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 9999;
  }
}

#fix_nav_5:hover {
  right: 0px;
}

#fix_nav_5 a {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/fix_nav_5.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 80px;
}

#fix_nav_5 a:hover {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/fix_nav_5.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 80px;
}

/* nav6 -------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #fix_nav_6 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #fix_nav_6 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #fix_nav_6 {
    width: 120px;
    height: 80px;
    position: fixed;
    top: 525px;
    right: -40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 9999;
  }
}

#fix_nav_6:hover {
  right: 0px;
}

#fix_nav_6 a {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/fix_nav_6.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 80px;
}

#fix_nav_6 a:hover {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/fix_nav_6.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 80px;
}

/* nav7 -------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #fix_nav_7 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #fix_nav_7 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #fix_nav_7 {
    width: 120px;
    height: 80px;
    position: fixed;
    top: 600px;
    right: -40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 9999;
  }
}

#fix_nav_7:hover {
  right: 0px;
}

#fix_nav_7 a {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/fix_nav_7.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 80px;
}

#fix_nav_7 a:hover {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/fix_nav_7.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 80px;
}

/* nav8 -------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #fix_nav_8 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #fix_nav_8 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #fix_nav_8 {
    width: 120px;
    height: 80px;
    position: fixed;
    top: 675px;
    right: -40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 9999;
  }
}

#fix_nav_8:hover {
  right: 0px;
}

#fix_nav_8 a {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/fix_nav_8.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 80px;
}

#fix_nav_8 a:hover {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/fix_nav_8.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 80px;
}

/* nav9 -------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #fix_nav_9 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #fix_nav_9 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #fix_nav_9 {
    width: 120px;
    height: 80px;
    position: fixed;
    top: 750px;
    right: -40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 9999;
  }
}

#fix_nav_9:hover {
  right: 0px;
}

#fix_nav_9 a {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/fix_nav_9.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 80px;
}

#fix_nav_9 a:hover {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/fix_nav_9.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 120px;
  height: 80px;
}

/* TOPへ -------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #fix_top {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #fix_top {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #fix_top {
    width: 123px;
    height: 157px;
    position: fixed;
    bottom: 20px;
    right: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 9999;
  }
}


#fix_top a {
  right: 0px;
  outline: none;
  display: block;
  background: url(../images/top.png) no-repeat scroll 0 0 transparent;
  background-position: 0px 0px;
  width: 123px;
  height: 157px;
}

/* フッタ -------------------------------------------------------------------------------- */
footer {
  color: #C7C7C7;
  background-color: #070707;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  footer {
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  footer {
    padding: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  footer ul {
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  footer ul {
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  footer ul {
    margin: 0 0 3.2rem;
  }
}
footer ul li {
  list-style-type: none;
}
footer ul li a {
  color: #C7C7C7;
}
footer small {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.aaaaa a:hover,#coupon li a:hover{
opacity:0.9;
}
.ccccc{
overflow:hidden;
width:90%;
margin:0 auto;
}
.ccccc a{
display:block;
}
.ccccc .left{
float:left;
width:33%;
}
.ccccc .right{
float:right;
width:33%;

}
@media only screen and (max-width: 767px) {
  main .s2 > ul a:nth-child(2n) {
    margin-right:0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  main .s2 > ul a:nth-child(2n) {
    margin-right:0;
  }
}
@media only screen and (min-width: 1024px) {
  main .s2 > ul a:nth-child(2n) {
    margin-right:0;
  }
}
@media only screen and (max-width: 767px) {
  main .saleitem2 > ul a {
    width: -moz-calc((100% - 0.8rem*5)/2);
    width: -o-calc((100% - 0.8rem*5)/2);
    width: -webkit-calc((100% - 0.8rem*5)/2);
    width: calc((100% - 0.8rem*5)/2);
    margin: 0 0.8rem 0.8rem 0;
    padding: 0.8rem;
    border-top: 0.3rem solid #f00;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  main .saleitem2 > ul a {
    width: -moz-calc((100% - 0.8rem*5)/2);
    width: -o-calc((100% - 0.8rem*5)/2);
    width: -webkit-calc((100% - 0.8rem*5)/2);
    width: calc((100% - 0.8rem*5)/2);
    margin: 0 0.8rem 0.8rem 0;
    padding: 0.8rem;
    border-top: 0.3rem solid #f00;
  }
}
@media only screen and (min-width: 1024px) {
  main .saleitem2 > ul a {
    width: -moz-calc((100% - 0.8rem*5)/2);
    width: -o-calc((100% - 0.8rem*5)/2);
    width: -webkit-calc((100% - 0.8rem*5)/2);
    width: calc((100% - 0.8rem*5)/2);
    margin: 0 0.8rem 0.8rem 0;
    padding: 0.8rem;
    border-top: 0.3rem solid #f00;
  }
}


@media only screen and (max-width: 767px) {
  main .s3 > ul a:nth-child(2n) {
    margin-right:0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  main .s3 > ul a:nth-child(2n) {
    margin-right:0;
  }
}
@media only screen and (min-width: 1024px) {
  main .s3 > ul a:nth-child(3n) {
    margin-right:0;
  }
}
@media only screen and (max-width: 767px) {
  main .saleitem3 > ul a {
    width: -moz-calc((100% - 0.8rem*5)/2);
    width: -o-calc((100% - 0.8rem*5)/2);
    width: -webkit-calc((100% - 0.8rem*5)/2);
    width: calc((100% - 0.8rem*5)/2);
    margin: 0 0.8rem 0.8rem 0;
    padding: 0.8rem;
    border-top: 0.3rem solid #f00;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  main .saleitem3 > ul a {
    width: -moz-calc((100% - 0.8rem*11)/1.8);
    width: -o-calc((100% - 0.8rem*11)/1.8);
    width: -webkit-calc((100% - 0.8rem*11)/1.8);
    width: calc((100% - 0.8rem*11)/1.8);
    margin: 0 0.8rem 0.8rem 0;
    padding: 0.8rem;
    border-top: 0.4rem solid #f00;
  }
}
@media only screen and (min-width: 1024px) {
  main .saleitem3 > ul a {
    width: -moz-calc((100% - 0.5rem*14)/3);
    width: -o-calc((100% - 0.5rem*14)/3);
    width: -webkit-calc((100% - 0.5rem*14)/3);
    width: calc((100% - 0.5rem*14)/3);
    margin: 0 0.8rem 0.8rem 0;
    padding: 0.8rem;
    border-top: 0.5rem solid #f00;
  }
}






footer .nav_footer li{
  text-align:center;
  line-height:2;
}
@media only screen and (max-width: 767px) {
header > h1.title_main_image {
  font-size: 0;
  text-align: center;
  background-image: url(../images/title_sp.jpg);
 background-size:cover;
 background-repeat:no-repeat;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
header > h1.title_main_image {
  font-size: 0;
  text-align: center;
  background-image: url(../images/title_sp.jpg);
 background-size:cover;
 background-repeat:no-repeat;
}
}

@media only screen and (min-width: 1024px) {
/*
header > h1.title_main_image {
  font-size: 0;
  text-align: center;
  background-image: url(../images/title.jpg);
 background-size:cover;
 background-repeat:no-repeat;
}
}
header > h1.title_main_image img {
  width: 100%;
  width: expression(document.body.clientWidth > 1002? "1000px" : "auto");
  width: expression(document.body.clientWidth > 742? "740px" : "auto");
}


    
@media only screen and (min-width: 1024px) {
  header > h1.title_main_image img {
    width: auto;
  }
}
*/
/*
h1.title_main_image img { width: 100vw; }
    
section > div.title_sub_image {
 /*background-image: url(../images/page_02.jpg);
 background-size:cover;
 background-repeat:no-repeat;
 background-color: #e5f8eb;
 width: 100%;
 height:auto;
 padding:80px 0;

}

*/
@media only screen and (max-width: 767px) {

section div.title_sub_image {
  width:100%;
  margin:0 auto;
  background-color: #e5f8eb;
}

}
    
    
@media only screen and (min-width: 768px) and (max-width: 1023px) {
section > div.title_sub_image .contents{
width:100%;
margin:0 auto;
}
}
    
@media only screen and (min-width: 1024px) {
section > div.title_sub_image .contents{
width:60%;
margin:0 auto;
}
}


.ov{
overflow:hidden;
width:98%;
}
.fl{
width:48%;
float:left;
}
.fl img{
display:block;
}
.fr{
width:48%;
float:right;
}
.fr img{
display:block;
}

.fl a{
transition: 0.3s ;
}
.fl a:hover{
opacity:0.6;
}