@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;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/* ベンダープレフィックス -------------------------------------------------------------------------------- */
/* テンプレート -------------------------------------------------------------------------------- */
/* 最大幅 -------------------------------------------------------------------------------- */
/* リセット -------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, img, a {
  margin: 0;
  padding: 0;
  font-size: 100%;
    font-family: Hiragino Kaku Gothic ProN,Hiragino Sans,Roboto,\\30E1\30A4\30EA\30AA,Meiryo,"\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF",Verdana,sans-serif;
    font-weight: 250;

}
h1{font-weight: 400;}

header,#contents {
    background-image: url(../images/bg.gif) ;
    background-repeat:repeat;
}

h1.title_main_image.pc,.contents {
    width:1200px;
    margin:0 auto;
}

.catch {
    text-align: center;
    /* display: inline; */
    width: 100%;
    margin: 0 auto;
    line-height: 1.8;
    letter-spacing: 2px;
}

ul {
  list-style: none;
}

dd.image img,#recommendf img {
  vertical-align: middle;
  width: 100%;
}

a {
  text-decoration: none;
  vertical-align: bottom;
}

nav {
    background: white;
}

main {
    display: block;
    background: white;
    width:1200px;
    margin:0 auto;
}

#header_nav {
    background: white;
}

#header_nav li {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left:10px;
}

#header_nav li a {
    color: #333;
    font-weight: bolder;
    font-size:15px;
    display: block;
    padding:14px 0 10px 0;
}

#header_nav img {
    margin-right: 10px;
    vertical-align: middle;
}

li#advertisement {
    width:140px;
}

li#advertisement img {
    width:24%;
}

li#link {
    width:140px;
}

li#link img {
    width:19%;
}

li#business {
    width:140px;
}

li#business img {
    width:23%;
}

li#matome {
    width:140px;
}

li#matome img {
    width:19%;
}

li#topsn {
    width:100px;
}

li#topsn img {
    width:23%;
}

li#outern {
    width:100px;
}

li#outern img {
    width:13%;
}

li#bottomsn {
    width:140px;
}

li#bottomsn img {
    width:23%;
}

li#otherItem {
    width:140px;
}

li#otherItem img {
    width:23%;
}

main  h1 {
   text-indent: 1rem;
    text-align: center;
    color: #333;
    background: white;
    font-weight: bold;
    padding: 100px 0 10px 0;
    letter-spacing: 3px;
    font-size: 25px;
}

main  h1 span {
    font-size:13px;
}

main h1:after {
    border-top: 2px solid #000000;
    content: "";
    display: block;
    width: 2%;
    margin: 20px auto 2%;
}

main h1+p {
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 60px;
}






.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%;
  vertical-align: bottom;
  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;
  }
}

@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;
  }
}

@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;
  }
}

/*固定ナビ*/

header #description nav.fixed {
  position: fixed;
  top: 0;
  width: 100% !important;
  max-width: none;
  z-index: 10000;
  margin: 0;
  background: rgba(255,255,255,0.6);
}

nav.fixed #header_nav {background: rgba(255,255,255,0.6);}

/*固定ナビ*/

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;
  }
}


@media only screen and (min-width: 1024px) {
  header #description nav ul {
    width: 1200px;
    margin: 0 auto;
  }
}
header #description nav ul li {
  
  float: left;
  font-weight: bold;
  text-align: center;
  /*border-right: 1px solid #997a00;
  border-bottom: 1px solid #997a00;*/
}



@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;
  }
}




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");
}


main .saleitem > ul a > li .saleprice strong {
    font-size: 20px;
}


@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) {

#header_nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#header_nav a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #423635;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}


#header_nav a:hover {color: #999;}
#header_nav a:hover::after {
  bottom: -11px;
  opacity: 1;
  visibility: visible;
}
    
    section.advertisement a:nth-of-type(1) dd.image,section.advertisement a:nth-of-type(3) dd.image { padding-top:49px; }
  /*広告の品高さ調整 section.advertisement a:nth-of-type(1) dd.category {
    margin-bottom: 31px!important;*/
}

section.advertisement a:nth-of-type(even) dd.category {
    margin-bottom: 13px!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 .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;
  }
}
@media only screen and (min-width: 1024px) {
main .saleitem > ul a {
  position: relative;
  float: left;
  outline: solid 1px #fff;
  color: #333;
  background-color: #fff;
}
@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 (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;
  }
}
@media only screen and (min-width: 1024px) {
  main .saleitem > ul a {
    width: -moz-calc((100% - 0.8rem*14)/5);
    width: -o-calc((100% - 0.8rem*14)/5);
    width: -webkit-calc((100% - 0.8rem*14)/5);
    width: calc((100% - 0.8rem*14)/4.4);
    margin: 0 8px 60px 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: 100;
  color: #333;
}
@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: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  main .saleitem > ul a > li .saleprice strong {
    font-size: 1.6rem;
  }
}


#other {
background:#f0f0f2;
}
@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: 0.8rem;
    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: 0px;
    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;
    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;
    padding-top:30px;
  }
}
footer ul li {
  list-style-type: none;
}
footer ul li a {
  color: #C7C7C7;
}
footer small {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size:13px;
  padding-bottom: 10px;
}

.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 (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)/2.8);
    width: -o-calc((100% - 0.5rem*14)/2.8);
    width: -webkit-calc((100% - 0.5rem*14)/2.8);
    width: calc((100% - 0.5rem*14)/2.8);
    margin: 0 0.8rem 0.8rem 0;
    padding: 0.8rem;
    border: 3px solid red;
  }
}






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) {


    
h1.title_main_image img { width: 100vw; }
    
section > div.title_sub_image {
 background-color: #f6f5f5;
 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;
}
}


.freeship {
margin:80px 0;

}
.fl{
width:48%;
float:left;
}
.fl img{
display:block;
width:100%;
}
.fr{
width:48%;
float:right;
}
.fr img{
display:block;
width:100%;
}

.fl a{
transition: 0.3s ;
}
.fl a:hover{
opacity:0.6;
}
