@charset "utf-8";

/*---------------------------------------------
  Browser Default Initialization
  ---------------------------------------------*/

html {
  overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
  margin: 0;
  padding: 0;
  line-height: 160%;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
q:before ,q:after {
  content: '';
}
object, embed {
  vertical-align: top;
}
hr, legend {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
img, abbr, acronym, fieldset {
  border: 0;
}
img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
ul li {
  list-style-type: none;
}
.bnr_area li a:hover, .product_img:hover{
  opacity: 0.7;
}
.cl {
  *zoom: 1;
}
.cl:after {
  content: '';
  display: table;
  clear: both;
}

/* ------ Body ------ */

body {
  font-family: "Helvetica Neue","Verdana","游ゴシック","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
  letter-spacing: -0.001em;   /* iOS4でのテキストの隙間への対応 */
  -webkit-text-size-adjust: 100%;   /* 文字サイズの自動調整機能のキャンセル */
}
.win body {
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* ------ リンク ------ */

a {outline: none;}
a:link {
  text-decoration: none;
  color: #333;
  }
a:visited {
  text-decoration: none;
  color: #000;
  }
a:hover {
  text-decoration: underline;
  color: #000;
  }
a:active {
  text-decoration: underline;
  color: #000;
  }
img {
  max-width: 100%;
  height: auto;
}

#container {
  position: relative;
  background: #fff;
}
header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.omg-header_inner {
  max-width: 980px;
  margin: 30px auto;
}
.header-tagline {
  font-size: 10px;
  float: left;
  clear: both;
}
article {
  max-width: 980px;
  margin: 0 auto 0;
}

/* -------- h2 -------- */
.products_area h2, .caution_area h2 {
  margin: 0 0 30px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background-color: #000;
  padding:7px 0;
  font-weight: bold;
  position:relative;
}
.products_area h2:after, .caution_area h2:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 15px;
  margin-left: -15px;
}
/* -------- button -------- */
a.btn{
  text-align: center;
  color: #fff;
  background-color: #f02200;
  box-shadow: 0 8px 0 #ba1b01;
  margin-bottom: 8px;
}
a.btn:hover {
  margin-top: 3px;
  box-shadow: 0 5px 0 #ba1b01;
  text-decoration: none;
  margin-bottom: 5px;
}
.goto-form_btn {
  margin-bottom: 40px;
  text-align:center;
}
.goto-form_btn a {
  display: none;
  width: 620px;
  line-height: 53px;
  font-size: 30px;
  position:relative;
}
.goto-form_btn a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 0;
    height: 0;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
}
.goto-form_btn .show_ib { /*表示させるようクラス*/
  display: inline-block;
}

/* -------- sns -------- */
.lp-links_social-btns {
  margin:25px 15px 30px;
  padding-bottom: 10px;
  list-style: none;
  text-align: center;
}
.lp-links_social-btns li {
      display: inline-block;
      vertical-align: top;
      margin-left: 5px;
      line-height: 1;
      margin-bottom: 8px;
}
.lp-links_social-btns li:first-child {
  margin-left: 0;
}
.fb_iframe_widget {
  line-height: 1;
}
.fb_iframe_widget_lift {
  z-index: 3000 !important; /*FBのボックスが重なる問題を上書き*/
}


/*----------------------------------------------------- */
/* article */
/*----------------------------------------------------- */

/*--------main-visual--------*/
.main-visual h1 {
  max-width: 980px;
  margin:0 auto 25px;
  text-align: center;
}
.main-visual span {
  display:none;
}
.main-visual span.show_mv {
  display:inline-block;
}
/* --------feature 第一弾などの部分-------- */
.feature_title {
  color:#f02200;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.feature_area {
  max-width: 640px;
  margin: 0 auto;
}
.feature_area dl {
  display:table;
  width: 100%;
  margin-bottom: 4px;
}
.feature_area dt, .feature_area dd {
  display: table-cell;
  color: #fff;
  vertical-align:middle;
}
.feature_area dt {
  width: 145px;
  padding: 4px;
}
.feature_area dt img{
  height: 40px;
  width: auto;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
}
.feature_area dt span{
  line-height: 40px;
  margin-left: 10px;
}
.feature_area dd {
  padding-right: 5px;
}

/*開催中の目玉商品*/
.feature_area dl.feature_now {
  background-color:#cd1306;
}

/*終了の目玉商品*/
.feature_area dl.feature_past {
  background-color:#cecece;
}

/*予定の目玉商品*/
.feature_area dl.feature_future {
  background-color:#cecece;
}
.feature_area dl.feature_future dd {
  text-indent: -9999px;
  background-image: url(images/feature-question_bg.png);
  background-size: 44px auto;
}

/*--------coupon-code--------*/
.coupon_area {
  max-width:640px;
  margin: 0 auto;
}
.coupon_area h2 {
  color:#cd1306;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 0 15px 75px;
  background: url(images/coupon-title_bg.png) no-repeat 0 2px;
  background-size: 64px 64px;
}
.coupon-code_box {
    margin: 12px auto;
    display: table;
    border: 2px solid #cd1306;
    background-color: #cd1306;
    font-size: 18px;
}
.coupon-code_box dt {
    display: table-cell;
    padding: 10px 20px;
    color: #fff;
}
.coupon-code_box dd {
    display: table-cell;
    padding: 10px 40px;
    background-color: #fff;
    color: #cd1306;
    font-weight: bold;
}
.coupon-detail_link{
  text-align: center;
  margin-bottom: 50px;
}
.coupon-detail_link a{
  color:#cd1306;
  text-decoration: underline;
  font-size: 18px;
}
.coupon-detail_link a:hover{
  color:#CD8D89;
}
/* --------products_list-------- */
.products_list {
  overflow: hidden;
  margin-bottom: 5px;
  padding: 0 9px;
  display: none;
}
.products_list li{
  float: left;
  width: 25%;
  padding: 0 8px 20px;
  box-sizing: border-box;
  display: none; /* 在庫関連の指定：初期状態では非表示にする */
}
.products_list li > div{
  border: 1px solid #cfcfcf;
  padding: 6px;
  position: relative;
  box-shadow: 0 4px 0 #f3f3f3;
}
.products_list li .shipping-free_label {
  line-height:13px;
  color: #fff;
  background:url(images/product_label_bg.png) no-repeat center top;
  position: absolute;
  right: 8px;
  top:-1px;
  padding: 3px 7px 14px;
  text-align:left;
  font-size:11px;
  background-size: 36px auto;
  z-index:2;
}
.products_list li .product_img{
  text-align: center;
  display:block;
  margin-top: 15px;
  z-index:1;
}
.products_list li h3 {
  font-size: 16px;
  color: #282828;
  border-bottom: 1px dotted #707070;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 0 5px 5px;
  line-height:130%;
}
.products_list li p {
  text-align: right;
}
.products_list li s {
  color: #282828;
  font-size: 14px;
}
.products_list li span {
  color: #f02200;
  font-size: 22px;
  font-weight: bold;
}
.products_list li a.product_btn {
  font-size: 16px;
  display: block;
  line-height: 30px;
  margin-top: 5px;
}
.products_list li a.product_btn:hover {
  margin-top: 8px;
}
/* 表示させる用のクラス */
.products_list li.show_product {/*在庫がある場合に表示*/
  display: block;
}
.show_list {/*期間ごとの表示*/
  display: block;
}
.product-area_invisible {/*プロダクトエリアを消す*/
  display: none;
}
.product-area_visible {/*均一の商品表示用*/
  display: block;
}

/*--------bnr_area--------*/
.bnr_area {
  margin-bottom: 50px;
  padding:0 15px;
}
.bnr_area ul{
  overflow: hidden;
}
.bnr_area ul:first-child li img{
  border: 1px solid #cecece;
  box-sizing: border-box;
}
.bnr_area li{
  width: 49.3%;
  float: right;
  margin-bottom: 15px;
}
.bnr_area li:first-child{
  float: left ;
}

/* --------caution-------- */
.caution_area {
margin-bottom: 50px;
}
.caution_area ul {
  margin-left:15px;
}
.caution_area ul li{
  list-style: disc;
  margin-bottom: 5px;
}
.caution_area p {
  margin-left: 15px;
  margin-top: 10px;
}
/* --------go top-------- */
.go-top_btn {
  text-align:center;
  margin:30px 0 70px;
}
.go-top_btn a {
  padding-right: 18px;
  background: url(images/go-top_btn.png) no-repeat right center;
  background-size: 14px; 
}

/* --------footer-------- */
footer {
  clear: both;
  background: #dedede;
}
footer .row {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px;
}
footer p {
  float: left;
  font-size: 70%;
}
.footer-terms_copyright {
  margin-bottom: 15px;
}
footer ul {
  float: right;
}
footer ul li {
  float: right;
  margin-left: 8px;
}

.sp-visible {
  display: none;
}
.pc-visible {
  display: inline;
}

/*----------------------------------------------------- */
/* for - 979px */
/*----------------------------------------------------- */
@media screen and (max-width: 979px) {

.coupon_area, .feature_area, .caution_area ul {
  padding: 0 15px;
}
}

/*----------------------------------------------------- */
/* for - 736px */
/*----------------------------------------------------- */
@media screen and (max-width: 736px) {
article, header, footer {
  width: 100%;
}
.sp-visible {
  display: inline;
}
.pc-visible {
  display: none;
}

/* button */
.goto-form_btn a {
    width: 80%;
    font-size: 25px;
}

/*main-visual*/
.main-visual h1 {
  background-color:#cd1306;
}

/* products_list */
.products_list li{
  width: 33.333%;
}

/* bnr_area */
.bnr_area li{
  width: 100%;
  text-align: center;
  float: none;
}

/* footer */
footer p {
  float: none;
  padding-bottom: 15px;
  text-align: left;
}
footer ul {
  float: none;
}
footer ul li {
  float: none;
  margin:0 0 8px;
}

/*----------------------------------------------------- */
/* for - 530px */
/*----------------------------------------------------- */
@media screen and (max-width: 530px) {
.omg-header_inner {
  margin:20px auto 15px;
}
#header_logo img {
    display: block;
    width: 124px;
    height: 27px;
    margin-right: auto;
    margin-left: auto;
}
p, a, li {
  font-size: 13px;
}
.products_area h2, .caution_area h2 {
    font-size: 18px;
    margin-bottom: 20px;
  padding:5px 0;
}
.products_area h2:after, .caution_area h2:after {
  border-width: 12px;
  margin-left: -12px;
}
a.btn{
  box-shadow: 0 5px 0 #ba1b01;
  margin-bottom: 5px;
}
a.btn:hover {
  margin-top: 3px;
  box-shadow: 0 2px 0 #ba1b01;
  text-decoration: none;
  margin-bottom: 2px;
}
.goto-form_btn {
  margin-left:15px;
  margin-right:15px;
  margin-bottom:30px;
}
.goto-form_btn a {
  width: 100%;
  font-size: 20px;
  line-height: 35px;
}

/* --------feature 第一弾などの部分-------- */
.feature_title {
  font-size: 17px;
}
.feature_area dt {
  width: 100px;
}
.feature_area dd {
  line-height: 1.3;
}
.feature_area dt img {
  height: 30px;
}
.feature_area dt span {
  line-height: 30px;
  margin-left: 5px;
}
.feature_area dt, .feature_area dd {
  font-size: 11px;
}
.feature_area dl.feature_future dd {
  background-size: 35px auto;
}

/*--------coupon-code--------*/
.coupon_area h2 {
    font-size: 20px;
    padding: 7px 0 15px 75px;
}
.coupon-code_box dt, .coupon-code_box dd {
    padding: 5px 20px;
    font-size: 13px;
}
.coupon-detail_link {
  margin-bottom:30px;
}
.coupon-detail_link a {
  font-size: 13px;
}
/* --------products_list-------- */
.products_list li{
  width: 50%;
  padding: 0 5px 15px;
}
.products_list li .shipping-free_label{
  font-size: 10px;
  padding: 3px 5px 10px;
  background-size: 31px auto;
}
.products_list li a.product_btn {
  font-size: 14px;
  line-height: 26px;
}
/*--------bnr_area--------*/
.bnr_area {
  margin-bottom: 40px;
}

/* footer */
footer .row {
  max-width: 480px;
  margin: 0 auto 0;
  padding: 10px;
}
footer p {
  text-align: center;
}
}


/*----------------------------------------------------- */
/* for - 350px */
/*----------------------------------------------------- */
@media screen and (max-width: 350px) {
/* button */
.goto-form_btn a {
  font-size: 16px;
}

/* footer */
footer .row {
  max-width: 320px;
}

}