@charset "utf-8";

.header {position: relative;z-index: 3;}
.header .pc_menu {height: auto;/* overflow: hidden; */top: -60px;}
.header .pc_menu.fixed {
  height: 88px;
  position: fixed;
  top: 0;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  background-color: #ffffff;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  border-top: 6px solid #145b9b;
  border-bottom: 1px solid #ddd;
  max-width: 1600px;
  background-color: #eaf3ff;
  }
.header .pc_menu .inner {
}
.header .pc_menu .inner .tops {background-color: #0e589d;text-align: right;padding: 7px;padding-bottom: 9px;}
.header .pc_menu .inner .tops table{
  display:block;
}
.header .pc_menu .inner .tops tbody{
  display:block;
}
.header .pc_menu .inner .tops tr{
  display:block;
}
.header .pc_menu .inner .tops td{
  display:block;
}
.header .pc_menu .inner .tops .tops_wrap{
  text-align:right;
}
.home .header .pc_menu .inner .tops {padding-top: 0;padding-bottom: 0;}
.home .header .pc_menu .inner .tops .tops_wrap{margin: 0 auto;max-width: 1080px;padding-top: 9px;padding-bottom: 9px;text-align: right;}
.header .pc_menu.fixed .inner .tops {
  display:none;
}
.header .pc_menu .inner .tops .s_tops {display: inline-block;vertical-align: top;margin: 0;margin-right: 15px;border-right: 1px solid #fff;padding-right: 15px;}
.header .pc_menu .inner .tops .s_tops a {
  color:#fff;
  text-decoration:none;
  font-size: 14px;
  line-height: 1.5;
  transition: 0.5s;
}
.header .pc_menu .inner .tops .s_tops a:hover {
  opacity:0.7;
}
.header .pc_menu .inner .tops .s_tops a.icon_cart {
  position:relative;
  padding-right: 30px;
}
.header .pc_menu .inner .tops .s_tops a.icon_cart:before {
  content:"";
  position:absolute;
  width: 27px;
  height:30px;
  /* background-color:#ccc; */
  right: 5px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.header .pc_menu .inner .tops .s_tops a.icon_cart.bg-lazyloaded:before {
  background-image: url(../../img/gnavi/icon_cart.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px;
}
.header .pc_menu .inner .middle {position: relative;margin: 0;padding-bottom: 10px;border-bottom: 1px solid #ccc;padding-top: 7px;background-color: #eaf3ff;}
.home .header .pc_menu .inner .bg_color {background-color: #eaf3ff;}
.home .header .pc_menu .inner .middle {margin: 0 auto;max-width: 1080px;border-bottom: none;padding-top: 19px;padding-bottom: 24px;}
.header .pc_menu.fixed .inner .middle {
  display:none;
}
.home .header .pc_menu .inner .middle .logo {position: absolute;width: 245px;left: 0;top: 16px;margin: 0;}
.header .pc_menu .inner .middle .logo {position: absolute;width: 17%;left: 26px;max-width: 320px;top: 21px;margin: 0;}
.header .pc_menu .inner .middle .logo .tag_aniv{
  display:none;
}
.home .header .pc_menu .inner .middle .logo .tag_aniv{margin: 0 auto;width: 85%;display: block;margin-top: 3px;}
.header .pc_menu .inner .middle .loginarea {text-align: right;padding-top: 13px;padding-bottom: 10px;}
.header .pc_menu .inner .middle .loginarea .login {display: inline-block;vertical-align: top;margin: 0;}
.header .pc_menu .inner .middle .loginarea .login a{
  text-decoration:none;
  color: #000;
  font-size: 13px;
  line-height: 1.5;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 8px 30px;
  margin-right: 5px;
  transition: 0.5s;
}
.header .pc_menu .inner .middle .loginarea .login a:hover{
  color: #198dd3;
  border: 2px solid #198dd3;
}
.header .pc_menu .inner .middle .loginarea .login .cart {
}
.header .pc_menu .inner .middle .bottoms {text-align: right;margin-top: 5px;}
.header .pc_menu .inner .middle .bottoms .info_box {display: inline-block;margin-right: 24px;vertical-align: middle;}
.header .pc_menu .inner .middle .bottoms .info_box .tel {margin: 0;font-size: 15px;line-height: 1.5;color: #145b9b;display: inline-block;vertical-align: middle;font-weight: 600;position: relative;padding-left: 30px;}
.home .header .pc_menu .inner .middle .bottoms .info_box .tel {
    font-size: 14px;
}
.header .pc_menu .inner .middle .bottoms .info_box .tel:before {
  content:"";
  position:absolute;
  width: 29px;
  height: 27px;
  /* background-color:#ccc; */
  left: 0;
  top: -3px;
}
.header .pc_menu .inner .middle .bottoms .info_box .tel.bg-lazyloaded:before {
  background-image: url(../../img/gnavi/icon_tel.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px;
}
.header .pc_menu .inner .middle .bottoms .info_box .mail {margin: 0;font-size: 15px;line-height: 1.5;color: #145b9b;display: inline-block;vertical-align: middle;font-weight: 600;position: relative;padding-left: 31px;}
.home .header .pc_menu .inner .middle .bottoms .info_box .mail {font-size: 14px;}
.header .pc_menu .inner .middle .bottoms .info_box .mail:before {
  content:"";
  position:absolute;
  width: 29px;
  height: 27px;
  /* background-color:#ccc; */
  left: 0;
  top: -3px;
}
.header .pc_menu .inner .middle .bottoms .info_box .mail.bg-lazyloaded:before {
  background-image: url(../../img/gnavi/icon_mail.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
}
.header .pc_menu .inner .middle .bottoms .info_box .open {margin: 0;font-size: 12px;line-height: 1.5;color: #145b9b;text-align: right;}
.header .pc_menu .inner .middle .bottoms .info_box .access {margin: 0;text-align: right;}
.home .header .pc_menu .inner .middle .bottoms .info_box .access a{font-size: 14px;}
.header .pc_menu .inner .middle .bottoms .info_box .access a{
  position:relative;
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #145b9b;
  font-weight: 600;
  position: relative;
  padding-left: 24px;
  transition: 0.5s;
  text-decoration:none;
}
.header .pc_menu .inner .middle .bottoms .info_box .access a:before{
  content:"";
  position:absolute;
  width:20px;
  height:20px;
  /* background-color:#ccc; */
  left: 3px;
  top: -4px;
}
.header .pc_menu .inner .middle .bottoms .info_box .access.bg-lazyloaded a:before{
  background-image: url(../../img/gnavi/icon_map.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px;
}
.header .pc_menu .inner .middle .bottoms .info_box .access a:hover{
  opacity:0.7;
}
.header .pc_menu .inner .middle .bottoms .btn_order {display: inline-block;margin: 0;width: 250px;margin-right: 10px;}
.home .header .pc_menu .inner .middle .bottoms .btn_order {width: 194px;}
.home .header .pc_menu .inner .middle .bottoms .btn_order a {font-size: 13px;padding: 15px;}
.header .pc_menu .inner .middle .bottoms .btn_order a {
  display:block;
  background-color:#ccc;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 16px 50px;
  border-radius: 5px;
  position: relative;
  transition: 0.5s;
}
.header .pc_menu .inner .middle .bottoms .btn_order a:before {
  content:"";
  position:absolute;
  width:30px;
  height:30px;
  /* background-color:#999; */
  right: 7px;
  margin: auto;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.header .pc_menu .inner .middle .bottoms .btn_order a:hover {
  opacity:0.7;
}
.header .pc_menu .inner .middle .bottoms .btn_order .ex_order {background-color: #393939;}
.header .pc_menu .inner .middle .bottoms .btn_order .ex_order.bg-lazyloaded:before {
  background-image:url(../../img/gnavi/navi_extension.png);
  background-size: 17px;
}
.header .pc_menu .inner .middle .bottoms .btn_order .order {background-color: #F43A69;}
.header .pc_menu .inner .middle .bottoms .btn_order .order.bg-lazyloaded:before {
  background-image:url(../../img/gnavi/navi_order.png);
  background-size: 19px;
}
.header .pc_menu .inner .main_menu_area {/* border-top: 1px solid #999; */display: flex;justify-content: space-around;/* flex-wrap: wrap; */margin: 0 auto;max-width: 1180px;}
.home .header .pc_menu .inner .main_menu_area {
  max-width:1080px;
}
.header .pc_menu .inner .main_menu_area .logo{
  display:none;
}
.header .pc_menu.fixed .inner .main_menu_area .logo{
  display:block;
  width: 156px;
  margin: 0;
  position: absolute;
  top: 27px;
  left: 15px;
}
.header .pc_menu.fixed .inner .main_menu_area {display: flex;justify-content: flex-end;position: relative;max-width: 1180px;min-width: 1080px;}
.header .pc_menu .inner .main_menu_area .main_menu {margin: 0;/* width: 12.5%; */position: relative;}
.header .pc_menu .inner .main_menu_area .main_menu.order {
  display:none;
}
.header .pc_menu.fixed .inner .main_menu_area .main_menu.order {
  display:block;
}
.header .pc_menu.fixed .inner .main_menu_area .main_menu.order a{background-color: #F43A69;color: #fff;position: relative;}
.header .pc_menu .inner .main_menu_area .main_menu a{display: block;padding: 15px;text-align: center;font-size: 15px;line-height: 1.5;font-weight: 600;text-decoration: none;color: #393939;position: relative;padding-top: 45px;}
.header .pc_menu.fixed .inner .main_menu_area .main_menu a{font-size: 13px;padding: 19px 16px;padding-top: 49px;}
.header .pc_menu .inner .main_menu_area .main_menu a:hover{
}
.header .pc_menu .inner .main_menu_area .main_menu a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    background-color: #198dd3;
    bottom: 0;
    transition: 0.5s;
    left: 0;
}
.header .pc_menu .inner .main_menu_area .main_menu a:hover:before {
  width:100%;
}
.header .pc_menu .inner .main_menu_area .main_menu:before {
  content:"";
  position:absolute;
  width: 35px;
  height: 35px;
  /* background-color:#ccc; */
  margin: auto;
  left: 0;
  right: 0;
  top: 7px;
  background-position:center;
  background-repeat:no-repeat;
  background-size: 30px;
}
.header .pc_menu .inner .main_menu_area .main_menu.icon_home.bg-lazyloaded:before {
  background-image:url(../../img/gnavi/icon_home.png);
}
.header .pc_menu .inner .main_menu_area .main_menu.icon_item.bg-lazyloaded:before {
  background-image:url(../../img/gnavi/icon_item.png);
}
.header .pc_menu .inner .main_menu_area .main_menu.icon_system.bg-lazyloaded:before {
  background-image:url(../../img/gnavi/icon_system.png);
}
.header .pc_menu .inner .main_menu_area .main_menu.icon_receive.bg-lazyloaded:before {
  background-image:url(../../img/gnavi/icon_receive.png);
}
.header .pc_menu .inner .main_menu_area .main_menu.icon_first.bg-lazyloaded:before {
  background-image:url(../../img/gnavi/icon_first.png);
}
.header .pc_menu .inner .main_menu_area .main_menu.icon_faq.bg-lazyloaded:before {
  background-image:url(../../img/gnavi/icon_faq.png);
}
.header .pc_menu .inner .main_menu_area .main_menu.icon_biz.bg-lazyloaded:before {
  background-image:url(../../img/gnavi/icon_biz.png);
}
.header .pc_menu .inner .main_menu_area .main_menu.order.bg-lazyloaded:before {
  background-image: url(../../img/gnavi/icon_order.png);
  z-index: 1;
}
.header .pc_menu .inner .main_menu_area .main_menu .active {
}
.header .pc_menu .inner .main_menu_area .main_menu .active:before {
  width:100%;
}
.header .pc_menu .inner .main_menu_area .main_menu .blank {position: relative;padding-right: 25px;}
.header .pc_menu .inner .main_menu_area .main_menu .blank:after {
  content:"";
  position:absolute;
  width:20px;
  height:20px;
  /* background-color:#ccc; */
  right: 3px;
  top: 7px;
}
.header .pc_menu .inner .main_menu_area .main_menu .blank.bg-lazyloaded:after {
  background-position: center;
  background-image: url(../../img/gnavi/navi_blank_bk.png);
  background-repeat: no-repeat;
  background-size: 15px;
}
.header .pc_menu .inner .main_menu_area .line {height: 66px;background-color: #999;width: 1px;margin: 10px 0;}
.header .pc_menu .inner .main_menu_area .main_menu.more .s_menu {
 opacity: 0;
 height: 0;
 transition: 0.5s;
 z-index: -1;
 width: 600px;
 position: absolute;
 top: 52px;
 left: -256%;
 pointer-events: none;
}
.header .pc_menu .inner .main_menu_area .main_menu.more:hover .s_menu {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 600px;
    border: 3px solid #198dd3;
    left: -256%;
    top: 82px;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    padding: 30px;
    justify-content: space-between;
    opacity: 1;
    height: auto;
    pointer-events: inherit;
}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .receive {width: 370px;}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .receive .name {margin: 0;border-bottom: 3px solid #198dd3;color: #198dd3;font-size: 18px;line-height: 1.5;font-weight: 600;padding-left: 45px;position: relative;margin-bottom: 20px;}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .receive .name:before {
  content:"";
  position:absolute;
  width: 35px;
  height: 35px;
  /* background-color:#ccc; */
  left: 5px;
  top: -4px;
}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .receive .name.bg-lazyloaded:before {
  background-image: url(../../img/gnavi/navi_receive.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .receive .flex_wrap {display: flex;flex-wrap: wrap;}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .receive .flex_wrap .left {width: 155px;}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .receive .flex_wrap .s_link {margin: 0;}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .receive .flex_wrap .s_link a {text-align: left;padding: 0;font-size: 14px;line-height: 1.5;font-weight: normal;color: #198dd3;position: relative;padding-left: 20px;margin-bottom: 9px;}

.header .pc_menu .inner .main_menu_area .main_menu .s_menu .receive .flex_wrap .s_link a:before {
  content:"・";
  position:absolute;
  left:0;
  height: auto;
  background: none;
}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .receive .flex_wrap .s_link a:hover {

}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .receive .flex_wrap .right {
}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .receive .flex_wrap .right .s_link {
}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .return {width: 200px;}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .return .name {margin: 0;border-bottom: 3px solid #198dd3;color: #198dd3;font-size: 18px;line-height: 1.5;font-weight: 600;padding-left: 45px;position: relative;margin-bottom: 20px;}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .return .name:before {
  content:"";
  position:absolute;
  width: 35px;
  height: 35px;
  /* background-color:#ccc; */
  left: 5px;
  top: -5px;
}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .return .name.bg-lazyloaded:before {
  background-image: url(../../img/gnavi/navi_return.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .return .s_link {margin: 0;}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .return .s_link a{text-align: left;padding: 0;font-size: 14px;line-height: 1.5;font-weight: normal;color: #198dd3;position: relative;padding-left: 20px;margin-bottom: 9px;}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .return .s_link a:before{content: "・";position: absolute;left: 0;height: auto;background: none;}
.header .pc_menu .inner .main_menu_area .main_menu .s_menu .s_link a:hover{
  opacity:0.7;
}
.header .sp_menu {
    display: none;
}

.header .pc_menu .inner .sub_menu {/* height: 0; */background-color: #fffffff5;padding: 0 30px;position: absolute;width: calc(100% - 60px);border-bottom: 3px solid #145b9b;}
.header .pc_menu .inner .sub_menu .flex_wrap{
	display:flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1080px;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow:hidden;
	height: 0;
	text-align: left;
	transition:0.5s;
}
.header .pc_menu .inner .sub_menu .flex_wrap.active{
	height:auto;
	padding-top: 30px;
	padding-bottom: 30px;
	height:auto;
	overflow:inherit;
}
.header .pc_menu .inner .sub_menu .flex_wrap .cat {font-size: 16px;line-height: 1.5;font-weight: 600;color: #515151;margin: 0;width: 160px;margin-right: 50px;border-right: 1px solid #ccc;}
.header .pc_menu .inner .sub_menu .flex_wrap .sub_box {
	width: calc(100% - 213px);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.header .pc_menu .inner .sub_menu .flex_wrap .sub_box .s_name {
	width:100%;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	border-bottom: 3px solid;
	padding-bottom: 5px;
	margin-bottom: 14px;
	color: #145b9b;
}
.header .pc_menu .inner .sub_menu .flex_wrap.category {
}
.header .pc_menu .inner .sub_menu .flex_wrap.category .cat {}
.header .pc_menu .inner .sub_menu .flex_wrap.category .sub_box {}
.header .pc_menu .inner .sub_menu .flex_wrap.category .sub_box .item {margin: 0;width: 100%;border-bottom: 1px solid #ccc;margin-right: 39px;}
.header .pc_menu .inner .sub_menu .flex_wrap.category .sub_box .item:nth-of-type(3n) {
	margin-right:0;
}
.header .pc_menu .inner .sub_menu .flex_wrap.category .sub_box .item a{text-decoration: none;display: block;font-size: 13px;line-height: 1.5;color: #145b9b;padding: 15px;font-weight: 500;padding-left: 50px;position: relative;padding-right: 20px;transition: 0.5s;}
.header .pc_menu .inner .sub_menu .flex_wrap.category .sub_box .item a:after{
	content:"";
	position:absolute;
	width: 20px;
	height: 20px;
	/* background-color:#ccc; */
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	background-image: url(../../img/megamenu/navi_s_link.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 5px;
}
.header .pc_menu .inner .sub_menu .flex_wrap.category .sub_box .item a:hover{
	opacity:0.7;
}
.header .pc_menu .inner .sub_menu .flex_wrap.category .sub_box .item a:before{
	content:"";
	position:absolute;
	width: 45px;
	height: 41px;
	/* background-color:#ccc; */
	left: 0;
	top: 4px;
	background-position:center;
	background-repeat:no-repeat;
}
.header .pc_menu .inner .sub_menu .flex_wrap.category .sub_box .item a.cat_wifi:before{
	background-image:url(../../img/megamenu/icon_mobile_wifi.png);
	background-size: 42px;
}
.header .pc_menu .inner .sub_menu .flex_wrap.category .sub_box .item a.cat_tab:before{
	background-image:url(../../img/megamenu/icon_tablet.png);
	background-size: 38px;
}
.header .pc_menu .inner .sub_menu .flex_wrap.category .sub_box .item a.cat_camera:before{
	background-image:url(../../img/g_menu/cat_camera.png);
	background-size: 42px;
}
.header .pc_menu .inner .sub_menu .flex_wrap.category .sub_box .item a.cat_home:before{
	background-image:url(../../img/megamenu/icon_home_router.png);
	background-size: 38px;
}
.header .pc_menu .inner .sub_menu .flex_wrap.category .sub_box .item a.cat_sale:before{
	background-image:url(../../img/megamenu/icon_sale.png);
	background-size: 43px;
}
.header .pc_menu .inner .sub_menu .flex_wrap.category .sub_box .item a.cat_phone:before{
	background-image:url(../../img/megamenu/icon_cellphone.png);
	background-size: 43px;
}
.header .pc_menu .inner .sub_menu .flex_wrap.category .sub_box .item a.cat_cash:before{
	background-image:url(../../img/megamenu/icon_cash.png);
	background-size: 30px;
}
.header .pc_menu .inner .sub_menu .flex_wrap .sub_box .col2_wrap {margin: 0;width: calc(70% - 79px);margin-right: 39px;display: flex;flex-wrap: wrap;}
.header .pc_menu .inner .sub_menu .flex_wrap .sub_box .col2_wrap .s_col {
	width: calc(50% - 39px);
}
.header .pc_menu .inner .sub_menu .flex_wrap .sub_box .s_col {margin: 0;width: 30%;margin-right: 39px;}
.header .pc_menu .inner .sub_menu .flex_wrap .sub_box .s_col:nth-of-type(3n) {
    margin-right: 0;
}
.header .pc_menu .inner .sub_menu .flex_wrap .sub_box .s_col a{
	transition:0.5s;
	text-decoration:none;
}
.header .pc_menu .inner .sub_menu .flex_wrap .sub_box .s_col a:hover{
	opacity:0.7;
}
.header .pc_menu .inner .sub_menu .flex_wrap .sub_box .s_col .s_menu {margin: 0;}
.header .pc_menu .inner .sub_menu .flex_wrap .sub_box .s_col .s_menu a{
	text-decoration: none;
	display: block;
	font-size: 13px;
	line-height: 1.5;
	color: #145b9b;
	padding: 15px;
	font-weight: 500;
	position: relative;
	padding-right: 20px;
	border-bottom: 1px solid #ccc;
}
.header .pc_menu .inner .sub_menu .flex_wrap .sub_box .s_col .s_menu a:before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	/* background-color: #ccc; */
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	background-image: url(../../img/megamenu/navi_s_link.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 5px;
}
.header .pc_menu .inner .sub_menu .flex_wrap .sub_box .s_col .s_menu a.blank:before{
	background-image:url(../../img/megamenu/navi_blank_bk.png);
	background-size: 13px;
}
.header .pc_menu .inner .sub_menu .flex_wrap .sub_box .s_col .s_link {margin: 0;}
.header .pc_menu .inner .sub_menu .flex_wrap .sub_box .s_col .s_link a{
	text-decoration: none;
	display: block;
	font-size: 13px;
	line-height: 1.5;
	color: #515151;
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	padding-right: 20px;
}
.header .pc_menu .inner .sub_menu .flex_wrap .sub_box .s_col .s_link a:before{
	content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    /* background-color: #ccc; */
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-image: url(../../img/g_menu/navi_link.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px;
}



@media only screen and (min-width: 1px) {
.pc_tab{
	display:none;
}
.sp{
	display:inherit !important;
}
.header .sp_menu {
    display: inherit;
    position: relative;
    position: fixed;
    height: 80px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #d3d3d3;
    max-width: 1600px;
}
.header .pc_menu {
    display: none;
}
  .header .sp_menu .sp_logo {
    margin: 0;
    position: relative;
    width: auto;
    left: 0;
    height: 80px;
    right: 0;
}
.header .sp_menu .sp_logo a {display: block;position: relative;top: 26px;margin: 0 auto;width: 166px;left: -5px;}
 .header .sp_menu .sp_order {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  width: 80px;
  }
   .header .sp_menu .sp_order a {
  display: block;
  width: auto;
  height: 30px;
  background-color: #30b6bd;
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
  padding: 12px;
  padding-top: 52px;
  text-decoration: none;
  position: relative;
  text-align: center;
  }
   .header .sp_menu .sp_order a:before {
     content:"";
     position:absolute;
     width: 56px;
     height: 55px;
     /* background-color:#ccc; */
     margin: auto;
     left: -4px;
     right: 0;
     top: 5px;
  }
   .header .sp_menu .sp_order.bg-lazyloaded a:before {
     background-image: url(../../img/header/icon_cart.png);
     background-position: center;
     background-repeat: no-repeat;
     background-size: 32px;
   }

.header .sp_menu .openbtn1 {position: absolute;left: 0;}

/*============================
#g-nav
============================*/
.header .sp_menu #g-nav {max-width: 1600px;}

/*============================
#g-nav-list
============================*/
.header .sp_menu #g-nav #g-nav-list {max-width: 1600px;}
  .header .sp_menu #g-nav #g-nav-list table {
    display:block;
}
   .header .sp_menu #g-nav #g-nav-list tbody {
      display:block;
}
     .header .sp_menu #g-nav #g-nav-list tr {
        display:block;
}
     .header .sp_menu #g-nav #g-nav-list td {
        display:block;
}
.header .sp_menu #g-nav #g-nav-list .loginarea {margin: 0 auto;width: auto;margin-top: 2px;padding: 5%;padding-left: 93px;border-radius: 7px;margin-bottom: 1px;}
.header .sp_menu #g-nav #g-nav-list .loginarea .btn_login {margin: 0;margin-bottom: 11px;}
.header .sp_menu #g-nav #g-nav-list .loginarea .btn_login a{color: #fff;text-decoration: none;border: 1px solid #fff;padding: 4px 25px;text-align: center;display: block;border-radius: 28px;color: #056aa6;background-color: #fff;}
.header .sp_menu #g-nav #g-nav-list .order_area {margin: 0 auto;width: 90%;margin-bottom: 15px;}
.header .sp_menu #g-nav #g-nav-list .order_area .btn_order {margin: 0 auto;width: 90%;text-align: center;margin-bottom: 5px;} 
.header .sp_menu #g-nav #g-nav-list .order_area .btn_order a{color: #fff;font-size:  18px;text-decoration: none;background-color: #ff4f7b;display: block;padding-top: 10px;padding-bottom: 10px;line-height: 1.5;border-radius: 7px;position: relative;}
.header .sp_menu #g-nav #g-nav-list .order_area .btn_order a:before{
  content:"";
  position:absolute;
  width:30px;
  height:30px;
  /* background-color:#ccc; */
  margin:auto;
  top:0;
  bottom:0;
  right:10px;
}
.header .sp_menu #g-nav #g-nav-list .order_area .btn_order.bg-lazyloaded a:before{
  background-image: url(../../img/gnavi/navi_order.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
}
    .header .sp_menu #g-nav #g-nav-list .order_area .btn_order.bg-lazyloaded a.ex:before{
      background-image: url(../../img/gnavi/navi_extension.png);
  background-position: center;
  background-repeat: no-repeat;
      background-size: 18px;
    }
  .header .sp_menu #g-nav #g-nav-list .order_area .btn_order a.ex{background-color: #393939;}


 .header .sp_menu #g-nav #g-nav-list .line_box{
 margin: 0 auto;
 width: 90%;
 margin-top: 20px;
 }
   .header .sp_menu #g-nav #g-nav-list .line_box .btn_line{
 text-align: center;
 margin: 0 auto;
 width: 90%;
 }
   .header .sp_menu #g-nav #g-nav-list .line_box .btn_line a{
 background-color: #fff;
 color: #2eba5a;
 padding: 14px;
 border-radius: 7px;
 font-size: 16px;
 font-weight: 600;
 line-height: 1.5;
 display: block;
 }
   .header .sp_menu #g-nav #g-nav-list .line_box .btn_line a .relative{
   padding-left: 40px;
   position: relative;
   }
   .header .sp_menu #g-nav #g-nav-list .line_box .btn_line a .relative:before{
     content:"";
     position:absolute;
     left:0;
     width:35px;
     height:35px;
     /* background-color:#ccc; */
     margin:auto;
     top:0;
     bottom:0;
     background-image: url(../../img/common/logo_line.png);
     background-position: center;
     background-repeat: no-repeat;
     background-size: 33px;
 }
  
 .header .sp_menu #g-nav #g-nav-list .infoarea {margin: 0 auto;width: 90%;margin-top: 40px;color: #ececec;}
.header .sp_menu #g-nav #g-nav-list .infoarea .info {margin: 0;font-size: 15px;}
.header .sp_menu #g-nav #g-nav-list .infoarea .info a{
  color: #ceeaff;
}
  .header .sp_menu #g-nav #g-nav-list .infoarea .s_comment {margin: 0;font-size: 14px;line-height: 1.6;margin-top: 15px;}
.header .sp_menu #g-nav #g-nav-list .infoarea .access {margin: 0;margin-top: 6px;}
.header .sp_menu #g-nav #g-nav-list .infoarea .access a{
  color:#fff;
  position: relative;
  padding-left: 22px;
}
  .header .sp_menu #g-nav #g-nav-list .infoarea .access a:before{
    content:"";
    position:absolute;
    width:20px;
    height:20px;
    /* background-color:#ccc; */
    left: 0;
    top: -1px;
}
  .header .sp_menu #g-nav #g-nav-list .infoarea .access.bg-lazyloaded a:before{
    background-image: url(../../img/gnavi/navi_access_wh.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
  }
  .header .sp_menu #g-nav #g-nav-list .language_box {display: flex;margin: 0 auto;width: 95%;flex-wrap: wrap;justify-content: space-evenly;margin-top: 20px;padding-bottom: 40px;}
.header .sp_menu #g-nav #g-nav-list .language_box .language {width: 30%;text-align: center;margin: 0;}
.header .sp_menu #g-nav #g-nav-list .language_box .language a{color: #fff;border: 1px solid #fff;padding: 3px;display: block;text-decoration: none;font-size: 14px;border-radius: 17px;}


.sp_menu .link_area {margin: 0 auto;width: 90%;}
.sp_menu .link_area .single_link {
}
.sp_menu .link_area .single_link a {color: #fff;text-decoration: none;padding: 11px;display: block;text-transform: uppercase;letter-spacing: 0.1em;font-weight: 600;font-size: 17px;transition: 0.5s;position: relative;text-align: center;border-bottom: 1px solid #fff;}
.sp_menu .link_area .single_link a:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	/* background-color: #ccc; */
	right: 10px;
	background-position: center;
	background-image: url(../../img/megamenu/navi_normal.png);
	background-size: 7px;
	background-repeat: no-repeat;
}
.sp_menu .link_area .sub_info {
}
.sp_menu .link_area .sub_info .main_link_btn {color: #fff;text-decoration: none;padding: 11px;display: block;text-transform: uppercase;letter-spacing: 0.1em;font-weight: 600;font-size: 17px;transition: 0.5s;position: relative;text-align: center;border-bottom: 1px solid #fff;}
.sp_menu .link_area .sub_info .main_link_btn:before {
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        /* background-color: #ccc; */
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        background-image: url(../../img/megamenu/navi_close.png);
        background-position: center;
        background-size: 26px;
        background-repeat: no-repeat;
}
.sp_menu .link_area .sub_info .main_link_btn.ac_open:before {
	background-image: url(../../img/megamenu/navi_open.png);
}
	.sp_menu .link_area .sub_info .sub_link_box {padding-top: 10px !important;padding-bottom: 10px !important;background-color: #28b8fa;width: auto !important;border-radius: 8px;margin-top: 10px !important;margin-bottom: 10px !important;}
.sp_menu .link_area .sub_info .sub_link_box .s_menu {
}
.sp_menu .link_area .sub_info .sub_link_box .s_menu:last-child a {
	border-bottom:none;
}
.sp_menu .link_area .sub_info .sub_link_box .s_menu a {font-size: 16px;line-height: 1.5;font-weight: 500;color: #fff;display: block;text-align: left;border-bottom: 1px dotted #ffffff;padding: 7px 30px;position: relative;padding-left: 50px;}
.sp_menu .link_area .sub_info .sub_link_box .s_menu a:before {
	    content: "";
	    position: absolute;
	    width: 30px;
	    height: 30px;
	    /* background-color: #ccc; */
	    right: 6px;
	    margin: auto;
	    top: 0;
	    bottom: 0;
	    background-position: center;
	    background-image: url(../../img/megamenu/navi_normal.png);
	    background-size: 5px;
	    background-repeat: no-repeat;
}
.sp_menu .link_area .sub_info .sub_link_box.category .s_menu a {text-align: left;padding-left: 65px;}
.sp_menu .link_area .sub_info .sub_link_box.category .s_menu a:after {
	    content: "";
	    position: absolute;
	    width: 40px;
	    height: 35px;
	    /* background-color: #ccc; */
	    left: 17px;
	    margin: auto;
	    top: 0;
	    bottom: 0;
	    background-position: center;
	    background-size: 5px;
	    background-repeat: no-repeat;
}
.sp_menu .link_area .sub_info .sub_link_box.category .s_menu a.wifi:after {
	background-image: url(../../img/megamenu/icon_mobile_wifi.png);
	background-size: 36px;
}
.sp_menu .link_area .sub_info .sub_link_box.category .s_menu a.home:after {
	background-image: url(../../img/megamenu/icon_home_router.png);
	background-size: 30px;
}
.sp_menu .link_area .sub_info .sub_link_box.category .s_menu a.tablet:after {
	background-image: url(../../img/megamenu/icon_tablet.png);
	background-size: 33px;
}
.sp_menu .link_area .sub_info .sub_link_box.category .s_menu a.phone:after {
	background-image: url(../../img/megamenu/icon_cellphone.png);
	background-size: 35px;
}
.sp_menu .link_area .sub_info .sub_link_box.category .s_menu a.cash:after {
	background-image: url(../../img/megamenu/icon_cash_wh.png);
	background-size: 29px;
}
.sp_menu .link_area .sub_info .sub_link_box.category .s_menu a.sale:after {
	background-image: url(../../img/megamenu/icon_sale.png);
	background-size: 40px;
}
.sp_menu .link_area .sub_info .sub_link_box .s_menu a.blank:before {
	background-image: url(../../img/megamenu/navi_blank.png);
	background-size: 13px;
}
.sp_menu .link_area .single_link .blank {
}
.sp_menu .link_area .single_link .to_sitemap {
}

	
}