@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
  border:0;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-style:normal;
  font-weight:normal;
  margin:0;
  outline:0;
  padding:0;
  vertical-align:baseline;
}
:focus{outline:0;}

*{
  box-sizing: border-box;
}

ol, ul{list-style:none;margin:0 0 16px 16px;}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
body{
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust:none;
  color: #333;
  background-color: #fff;
  animation-name:FIn;
  animation-duration:.3s;
  animation-timing-function:ease-in;
  animation-iteration-count:1;
  }
@keyframes FIn{
  0%{opacity:0;visibility: hidden;}
  100%{opacity:1;visibility: visible;}
}

a,
a:link,
a:visited,
a:hover,
a:active{
  color: #A21D00;
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
  background: transparent;
}
.tdu.tdu{
  text-decoration: underline;
}
strong{
  font-weight: bold;
}
.cf:before,.cf:after{
  content:"";
  display:table;
}
.cf:after{
  clear:both;
}
p{
  margin-bottom: 16px;
}
.no_mb{margin-bottom: 0 !important;}
.ti{text-indent: 16px !important;}
img{
  vertical-align : top;
  max-width : 100%;
  margin: 0;
  display: block;
}
table{
  /*table-layout: fixed;*/
  border-spacing: 0;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #000;
  margin: 0 auto;
  border: none;
  width: 100%;
}
caption{
  text-align: left;
}
th,td{
  padding: 20px 8px;
  vertical-align: middle;
  border: none;
  text-indent: 0;
}
th{
  width: 320px;
  text-align: center;
  background: #E7E4CB;
  transition:.5s;
}
th span{
  display: inline-block;
  margin: 0 0 0 10px;
}
th span img{
  vertical-align: top;
}
td{
  background: #dfdaac;
  transition:.5s;
}
/* footerをbottomに固定する処理 */
/* PCなど広い画面ではログイン、非ログインで値は同じだけど狭小との比較、兼ね合いで一応両方書いとく */
html{
  min-height: 100%;
  position: relative;
}
body,
body.notLoggedIn{
  margin-bottom: 82px;
}
footer,
.notLoggedIn footer{
  height: 82px;
  position: absolute;
  bottom: 0;
}
/* //footerをbottomに固定する処理 */

.decision_button.decision_button{
  background: #3f3c31;
  color: #fff;
  font-size: 16px;
  width: 200px;
  display: block;
  margin:0 auto 8px;
  border: 2px outset buttonface;
  text-align: center;
  cursor:pointer;
  padding: 0;
}
.decision_button.decision_button a{
  color: #FFF;
  display: block;
}
.return_text.return_text{
  background: #3f3c31;
  padding: 4px;
  color: #fff;
}
/* ヘッダ */
header{
  border-bottom: solid 1px #95260d;
}
.index.notLoggedIn header{
    background-color:transparent;
}
header .header_top{
  width: 960px;
  display: block;
  margin: 0 auto;
  padding-top: 16px;
  position: relative;
}
.notLoggedIn header{
  padding:0 0 16px 0;
}
header .header_logo{
  width: 232px;
  display: inline-block;
}
.notLoggedIn header .header_logo{
  display: block;
  margin: 0 auto;
}
header .header_logo img{
display: inline-block;
}
header .head_tel{
    display: inline-block;
    margin-left: 16px;
}
header .head_tel p{
  line-height: 1;
  text-align: center;
}
header .head_tel p span.login_menu{
  text-align: right;
  margin-bottom: 0;
  display: inline-block;
  }
header .head_tel p span.login_menu.logout{
  margin-right: 8px;
}
header .head_tel p span.login_menu:before{
  font-family: FontAwesome;
  content:"\f0da";
}
header .logininfo{
  width: 480px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}
header .logininfo p{
  font-size: 12px;
  margin-bottom: 0;
  text-align: left !important;
}

header .logininfo ul{
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}
header .logininfo li{
  display: inline;
  padding: 0;
  margin: 0;
  display: inline-block;
  letter-spacing: -1px;
}
header .logininfo li a{
  display: block;
  text-decoration: none;
  width: auto;
  font-size: 16px;
  line-height: 1;
  margin-right: 16px;
}
header .logininfo li.lookcart a{
  margin-right: 0;
}
header .logininfo li a:before{
  font-family: FontAwesome;
  margin-right: 8px;
}
header .logininfo li.shopmain a:before{
  content: "\f2bb";
  margin-right: 4px;
}
header .logininfo li.itemlist a:before{
  content: "\f03a";
}
header .logininfo li.lookcart a:before{
  content: "\f07a";
}
.maintenance_announce{
  /*background-color: #c71a1a;*/
  background-color: #f06060;
  color: #FFF;
  text-align: center;
  margin:8px 0;
}
.maintenance_announce br{
display: none;
}
/* 非ログインのみ */
.login_box{
  width: 175px;
  display: none;
  position: absolute;
  top: 16px;
  right: 0;
}
.login_box h2,
.login_box .login{
  display: inline-block;
  vertical-align: middle;
margin:0 4px 0 0;
}
.login_box h2:before{
  content: none;
}
.login_box .forgetpassword a:before,
.login_box .login a:before{
  font-family: FontAwesome;
  content: "\f0da";
}
#nojs{
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
#jsok{
  display: none;
}
/* /非ログインのみ */

/* body */
.body_wrapper{
  width: 960px;
  position: relative;
  padding: 16px;
  margin: 16px auto;
  display: block;
}
h1{
  font-size: 32px;
  color: #fff;
  padding: 0 16px;
  margin-bottom: 16px;
}
h2,
.subtitle{
  background-color: transparent;
  color: #95260d;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-bottom: 16px;
}
h2:before,
.subtitle:before{
  content: "◆";
  color: #95260d;
}
h2 br{
display: none;
}
.contents_dl dt,
.contents_dl dd{
  display: inline-block;
}
.err_msg{
  background-color: #E5B1BC;
  color: #fff;
  text-align: center;
}
.err_msg+a{
  text-align: center;
  display: block;
}
/* //body */

/* footer */
footer{
  background: #95260d;
  font-size: 12px;
  color: #FFF;
  width: 100%;
}
.footer_contents{
  width: 960px;
  position: relative;
  padding: 16px;
  margin: 0 auto;
  display: block;
}
.notLoggedIn .footer_contents{
  padding: 0;
}
.footer_contents p{
  margin: 0;
}
.footer_contents ul{
  margin: 0 ;
  text-align: center;
  display: -webkit-flex;
  display: flex;
}
.footer_contents li{
  vertical-align: bottom;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.footer_contents a{
  color: #FFF;
  display: block;
}
.notLoggedIn .footer_contents a{
  padding-top: 22px;
}
.notLoggedIn .footer_contents .sitelink a{
  padding-top: 5px;
}
.notLoggedIn .footer_contents .footTel a{
  padding-top: 0;
}
.copyright{
  text-align: center;
  margin-bottom: 0;
}
.pagetop{
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}
.to_page_top{
  width: 50px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 20px;
  background-color: #000;
}
.to_page_top.fixed_bottom{
  position: fixed;
}
.to_page_top a{
  color: #323c78 !important;
  display: block;
  padding: 50px 0 0 !important;
}
.to_page_top a:before{
  color: #fff;
  font-family: FontAwesome;
  content: "\f077";
  font-size: 40px;
  line-height: 0.8;
  position: absolute;
  top: 5px;
  left: 5px;
  text-align: center;
}

/* footer */
footer .telno{
  display: block;
  margin-bottom: 0;
  text-align: center;
}
footer .telno span{
  color: #fff;
  font-size: 30px;
  display: block;
}

footer .sitelink{
  display: block;
  margin: 5px auto;
  text-align: center;
}
/* //footer */

.campaignNotice{
  text-align:center;
  color:blue;
  display:block;
  margin: -16px 0 8px;
}
.campaignNoticeWrap{
  text-align: right !important;
  padding-right: 16px;
  font-size: 16px;
  width: 710px;
  margin: 0 auto 16px;
}
.campaignNoticeWrap .campaignNotice{
  text-align: right;
}
.notCompletedAlert{
  background-color: #a21d00;
  color: #FFF;
  text-align: center;
}

/* タブレット以下 */
@media only screen and (max-width: 959px){
  header .header_top{
    width: 100%;
    padding: 8px;
  }
  header .sp_msg{
    display: none !important;
  }
  header .header_logo{
    margin: 0 auto;
  }
  header .head_tel{
    display: block;
    margin:0 auto 16px;
  }
  .body_wrapper{
    width: 100%;
  }
  .footer_contents{
    width: 100%;
  }
  /* footerをbottomに固定する処理 */
  body{
    margin-bottom: 116px;
  }
  footer{
    height: 116px;
  }
  body.notLoggedIn{
    margin-bottom: 156px;
  }
  .notLoggedIn footer{
    height: 156px;
  }
  /* //footerをbottomに固定する処理 */
  /* footer */
  .copyright{
    padding: 24px 0;
  }
  .footer_contents ul{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer_contents li.telno{
    width: 100%;
    line-height: 1;
    padding-top: 8px;
  }
  .footer_contents li.telno a{
    padding: 0;
  }
  /* //footer */
}/* このとじカッコは消さないこと */

/* スマホ以下 */
@media only screen and (max-width: 767px){
  table,
  th,
  td{
    border:none !important;
  }
  th, td{
    width: 100% !important;
    display: block;
  }
  th{
    padding: 8px !important;
    text-align: center;
  }
  h2{
    font-size: 24px;
  }
  h2 br{
    display: block;
  }
  .login .body_wrapper{
    margin: 0;
    padding:0 0 80px 0;
  }
  .about .body_wrapper,
  .privacy .body_wrapper,
  .tradelaw .body_wrapper{
    margin: 0;
    padding:0 0 80px 0;
  }

  /* ヘッダー */
  header{
    border-bottom: solid 1px #95260d;
  }
  header .sp_msg{
    width: 120px;
    margin: 0 auto 8px !important;
    display: block !important;
  }
  header .header
  header .header_logo,
  header .head_tel,
  header .logininfo{
    width: 100%;
    float: none;
    display: block;
  }
  .login_box{
    position: relative;
    width: 200px;
    margin: 0  auto;
  }
  .login_box h2,
  .login_box .login{
    display: block;
    text-align: center;
  }
  .login_box h2{
    font-size: 27px;
  }
  .login_box .login{
    font-size: 18px;
  }

  header .header_logo{
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
  }
  header .header_logo img{
    max-width: 75%;
    margin: 0 auto;
    display: block;
  }
  header .logininfo ul{
    background-color: #95260d;
    margin-bottom: 12px;
  }
  header .logininfo li{
    width: 32%;
  }
  header .logininfo li a{
    color: #FFF;
    padding: 16px 0 ;
  }
  header .logininfo li a:before{
    display: block;
    margin-left: 0;
    margin-bottom: 16px;
  }
  header .head_tel{
    margin-left: 0;
    padding: 0;
  }
  header .itemCountinHead{
    display: none;
  }
  header .head_tel p.logout{
    text-align: right;
    margin-right: 8px;
  }
  header .logininfo{
    text-align: center !important;
  }
  header .logininfo p{
    text-align: center !important;
  }
  header .logininfo .logininfo_link{
    margin-bottom: 8px;
  }
  header .logininfo .logininfo_link li{
    display: inline-block;
  }
  .login_box .forgetpassword{
    text-align: center;
  }
  .maintenance_announce{
    text-align: left;
    padding: 16px;
  }
  .maintenance_announce br{
    display: block;
  }
  /* footerをbottomに固定する処理 */
  body{
    margin-bottom: 148px;
  }
  footer{
    height: 148px;
  }
  body.notLoggedIn{
    margin-bottom: 220px;
  }
  .notLoggedIn footer{
    height: 220px;
  }
  /* //footerをbottomに固定する処理 */
  footer{
    padding: 8px 0;
  }
  .footer_contents li{
    width: 50%;
}
  .campaignNoticeWrap{
    width: 100%;
  }
  .campaignNoticeWrap .campaignNotice{
    text-align: left;
  }
}/* このとじカッコは消さないこと */

