@charset 'utf-8';

/*===========================================
all
===========================================*/
@media screen and (max-width: 810px) {
* {
  box-sizing: border-box;
}
}

/*===========================================
sp_navi
===========================================*/
#sp_navi {
  position: relative;
  transition: all 0.5s ease;
}

#disable-layer {
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
}

/*===========================================
.sp_menu
===========================================*/
.sp_menu {
  display: none;
}

@media screen and (max-width: 810px) {
.sp_menu {
  display: inline-block;
  position: fixed;
  right: 0;
  top: 0;
  margin:0;
  padding: 8px 0 0;
  text-align: center;
  box-sizing: border-box;
  height: 60px;
  cursor: pointer;
  width:20%;
}
}

.sp_menu img{
  width:auto;
  height:26px;
  margin:1px auto 2px;
}

.sp_menu p{
  font-size:11px;
  margin:0;
  padding:0;
}

.sp_menu:hover {
  background: #E4E4E4;
}

#sp_head .open {
  text-decoration: none;
}

/*===========================================
global
===========================================*/
#global {
  width: 230px;
  height: 100%;
  line-height: 1.2;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 999;
  background: #F7F7F7;
  overflow-y: auto;
  transition: all 0.5s ease;
  font-size: 14px;
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",MS P Gothic,Osaka,Arial,Verdana,sans-serif;
}

#global .headline {
  width:100%;
  box-sizing: border-box;
  color:#000;
  padding:7px 15px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  letter-spacing	: 0.05em;
  font-size:13px;
}

#global .headline i.fa-shopping-bag {
  margin-right: 10px;
  color: #636363;
  font-size:1.2em;
}

#global .headline i.fa-info-circle {
  margin-right: 10px;
  color: #636363;
  font-size:1.2em;
  vertical-align:middle;
}

#global .category {
  width:100%;
  padding:0 5px;
  box-sizing: border-box;
  background:#FFF;
}

#global .category li {
  width:100%;
  border-bottom: dotted 1px #ccc;
  font-size:13px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:300;
  letter-spacing : 0.03em;
}

#global .category li:last-child {
  border-bottom: none;
}

#global .category li a {  
  background:#FFF;
  display:block;
  padding:10px 0 10px 12px;
  line-height:130%;
  color:#000;
}

#global .category li a:hover { 
  text-decoration:underline;
  opacity: 0.7;
  line-height:130%;
}

#global .category li .fa{
  margin-right:10px;
  vertical-align:middle;
  font-size:1.2em;
}

#global .shopping {
  width:100%;
  padding:0 5px;
  box-sizing: border-box;
  background:#FFF;
}

#global .shopping li {
  width:100%;
  border-bottom: dotted 1px #ccc;
  font-size:13px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:300;
  letter-spacing : 0.03em;
}

#global .shopping li a {  
  background:#FFF;
  display:block;
  line-height:130%;
  color:#000;
  background-size:30px 30px;
  background-repeat:no-repeat;
  padding:10px 0 10px 40px;
  background-size:30px 30px;
  background-position:5px center;
}

#global .shopping li a:hover { 
  text-decoration:underline;
  opacity: 0.7;
  line-height:130%;
}

#global .shopping .i_shop a{
  background-image:url(../images/common/icon_shop.gif);
}

#global .shopping .i_acc a{
  background-image:url(../images/common/icon_acc.gif);
}

#global .shopping .i_erea a{
  background-image:url(../images/common/icon_erea.gif);
}

#global .shopping .i_qa a{
  background-image:url(../images/common/icon_qa.gif);
}

#global-closes {
  padding: 10px 10px 8px;
}

#global-closes .closes {
  width: 140px;
  margin: auto;
  padding: 13px 15px 10px;
  background: #FFF;
  display: block;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  color:#000;
  font-size:90%;
}

.s_info {
  padding: 0 5px 10px;
  color:#000;
  text-align: center;
}

.s_info p {
  line-height:1.5;
  font-size:13px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:300;
  letter-spacing : 0.03em;
  margin:10px 0 0;
}

.s_info a {
  color: #000!important;
  text-decoration: none;
}

.s_info a:hover {
  opacity: 0.8!important;
}

#global-buttons li {
  width: 90%;
  margin:10px 5% 0;
  font-size: 14px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weigth:400;
  display:block;
  line-height:1;
}

#global-buttons .fa {
  margin-right:5px;
  vertical-align:top;
}

#global-buttons span {
  font-family: 'Roboto', sans-serif;
  font-weight:400;
}

#global-buttons a {
  padding: 12px 0;
  background: #E3E2E3;
  border-radius: 7px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #000;
  text-decoration: none;
}


#global-buttons a:hover {
  background: #C3C1C3;
  color: #000;
}

/*===========================================
Font Awesome
===========================================*/

#global-menu > li > a:after,
#global-menu .children li a:after,
#global-menu .children li .trigger:after,
#global-menu .children li .target li a:after,
#global-pages li a:after {
  font-family: 'FontAwesome';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  font-weight: normal;
  font-style: normal;
}