@charset "shift_jis";

/**
 *
 *  コンテンツ共通：ヘッダー
 *
 */

/*--------------------------------------------------------------------------
  #header-re
---------------------------------------------------------------------------*/
#header-re {
  position: relative;
  z-index: 5600;
  height: 86px;
  margin-bottom: 44px;
}
/* 購入フロースタイル */
#header-re.is-flow{
	margin-bottom: 0;
	border-bottom: 1px solid #e5e5e5;
}

/* .header_sec02 ヘッダーメイン部分
-----------------------------------------------------------------*/
.header_sec02 {
  width: 980px;
  min-height:86px;
  position: relative;
}
.header_sec02 h1.pc_cr_rogo{
  width: 440px;
  position: absolute;
  top: 35px;
  left: 0;
  height: 37px;
}
.header_sec02 h1.pc_cr_rogo a{
	display: block;
}
.header_sec02 h1.pc_cr_rogo img {
  width: 440px;
  height: auto;
}
.header_sec02 .pc_cr_rogo{
  width: 440px;
  position: absolute;
  top: 16px;
  left: 0;
  height: 54px;
}
.header_sec02 h1.sp_cr_rogo{
    display:none;
}
.header_sec02 .sp_cr_rogo{
    display:none;
}
.header_sec02 p.tel {
  position: absolute;
  top: 23px;
  left: 270px;
  width: 250px;
  height: 61px;
}
.header_sec02 .info{
  float: right;
  padding: 15px 0 0;
}
/* テキストリンク */
.header_sec02 ul.links01{
  text-align: right;
  letter-spacing: -0.4em;
  font-size: 93%;
  height: 40px;
}
.header_sec02 ul.links01 li {
  display: inline-block;
  letter-spacing: 0;
  height: 40px;
  margin-left: 10px;
  transition: opacity 0.2s ease-out;
}
.header_sec02 ul.links01 li:hover {
	opacity: 0.6;
}
.header_sec02 ul.links01 li a {
	display: inline-block;
	text-indent: -999999em;
	text-align: left;
	overflow: hidden;
	height: 40px;
	width: 40px;
	text-decoration: none;
	line-height: 40px;
	font-weight: bold;
	font-size: 15px;
	color: #001489;
}
.header_sec02 ul.links01 li.text_link a {
	text-indent: 0;
	width: auto;
	padding: 0 10px;
}
.header_sec02 ul.links01 li.menu_tel {
	background: url(../../../images/v2/common/header_icon_tel.png) top left no-repeat transparent;
}
.header_sec02 ul.links01 li.menu_mypage {
	background: url(../../../images/v2/common/header_icon_mypage.png) top left no-repeat transparent;
}
.header_sec02 ul.links01 li.menu_fav {
	background: url(../../../images/v2/common/header_icon_fav.png) top left no-repeat transparent;
}
.header_sec02 ul.links01 li.menu_cart {
	position: relative;
	background: url(../../../images/v2/common/header_icon_cart.png) top left no-repeat transparent;
}
.header_sec02 ul.links01 li.menu_guide {
	background: url(../../../images/v2/common/header_icon_guide.png) top left no-repeat transparent;
}
.header_sec02 ul.links01 li.menu_cart span {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;
	background: #cc0000;
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* balloon */
.header_sec02 .balloon {
	position: absolute;
	display: inline-block;
	top: 60px;
	left: -100000px;
	border: 1px solid #001489;
	background: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	color: #001489;
	padding: 5px 10px;
}
.header_sec02 .balloon::after,
.header_sec02 .guide_balloon::after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	top: -5px;
	right: 10px;
	border-left: 1px solid #001489;
	border-top: 1px solid #001489;
	background: #ffffff;
	transform: matrix(0.49, 0.92, -0.49, 0.92, 0, 0);
}
.header_sec02 .guide_balloon_wrap {
	position: absolute;
	top: 60px;
	/*right: 5px;*/
}
.header_sec02 .mypage_balloon_wrap {
	position: absolute;
	top: 60px;
	/*right: 155px;*/
}
.header_sec02 .guide_balloon {
	display: flex;
	justify-content: center;
	border: 1px solid #001489;
	background: #FFFFFF;
	font-size: 12px;
	color: #001489;
	padding: 20px 20px;
}
.header_sec02 .guide_balloon ul {
	padding: 0 20px;
}
.header_sec02 .guide_balloon ul li {
	padding: 4px 0;
}
.header_sec02 .guide_balloon ul li.category_name {
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.header_sec02 .guide_balloon ul li a {
	color: #001489;
	text-decoration: none;
}
.header_sec02 .guide_balloon ul li a::before {
	content: "-";
	display: inline-block;
	padding-right: 5px;
}
.header_sec02 .guide_balloon ul li a:hover {
	text-decoration: underline;
}
.header_sec02 .guide_balloon .btn_close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.header_sec02 .guide_balloon .btn_close:hover {
	opacity: 0.6;
}
.header_sec02 .guide_balloon .btn_close::before,
.header_sec02 .guide_balloon .btn_close::after {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	position: absolute;
	top: 8px;
	background: #001489;
}
.header_sec02 .guide_balloon .btn_close::before {
	transform: rotate(45deg);
}
.header_sec02 .guide_balloon .btn_close::after {
	transform: rotate(-45deg);
}



/* ユーザー名*/
.header_sec02 p.name {
  width: 100%;
  clear: both;
  text-align: right;
  font-size: 72%;
}
.header_sec02 p.name span.name,
.header_sec02 p.name span.points,
.header_sec02 p.name span.coupon {
  font-weight: bold;
}
.header_sec02 p.name .sp-br{
	margin-left:1em;
}
/* .header_sec03
-----------------------------------------------------------------*/
.header_sec03{
  padding: 12px 0;
  background: #f0f0f0;
}

/* .header_sec04 PRエリア
-----------------------------------------------------------------*/

.header_sec04{
  overflow: hidden;
  height: 65px;
  background: url(../../../images/v2/common/header_bnr01.png) repeat-x 50% 0;
  text-indent: -9999px;
}
.header_sec04 a{
  display: block;
  height: 65px;
}
/* @SP */
@media all and (max-width: 767px) {

  #header-re {
    margin-bottom: 37px;
    height: 72px;
  }
	
  /* .header_sec02 ヘッダーメイン部分
  -----------------------------------------------------------------*/
  .header_sec02 {
    width: auto;
    position: relative;
    border-top: 2px solid #001489;
    padding: 0 10px !important;
  }
  .header_sec02 .info {
    padding: 10px 0 5px;
  }
  .header_sec02 h1.pc_cr_rogo{
      display:none;
  }
  .header_sec02 .pc_cr_rogo{
      display:none;
  }
  .header_sec02 h1.sp_cr_rogo{
      display:block;
    position: absolute;
    top: 12px;
    left: 12px;
        width: auto;
        height: auto;
  }
  .header_sec02 h1.sp_cr_rogo img {
        width: 140px;
        height: auto;
    }
  .header_sec02 .sp_cr_rogo{
      display:block;
    position: absolute;
    top: 12px;
    left: 12px;
        width: auto;
        height: auto;
  }
  .header_sec02 .sp_cr_rogo img {
        width: 140px;
        height: auto;
    }
  /* infoエリア */
  .header_sec02 ul.links01 li {
    display: none;
  }
  .header_sec02 ul.links01 li:hover {
    opacity: 0.6;
  }
  .header_sec02 ul.links01 li a {
    display: inline-block;
    text-indent: -999999em;
    text-align: left;
    overflow: hidden;
    height: 30px;
    text-decoration: none;
    line-height: 30px;
    font-weight: bold;
    font-size: 12px;
    color: #001489;
  }
  .header_sec02 ul.links01 li.text_link {
    display: inline-block;
  }
  .header_sec02 ul.links01 li.text_link a {
    text-indent: 0;
    width: auto;
    padding: 0;
  }

  /* 会員名 */
	.header_sec02 p.name span.name,
	.header_sec02 p.name span.points,
	.header_sec02 p.name span.coupon{
    font-size: 91%;
  }
	.header_sec02 p.name .sp-br{
		display:block;
	}
  /* .header_sec04 PRエリア
  -----------------------------------------------------------------*/
  .header_sec04{
    height: 50px;
    background: url(../../../images/v2/common/header_bnr01_sp.png) repeat-x 50% 0;
    -webkit-background-size: auto 50px;
            background-size: auto 50px;
  }
  /* balloon */
  .header_sec02 .balloon {
    display: none;
  }

}

.header_sec02 .tel_balloon_wrap {
    position: absolute;
    top: 60px;
    /*right: 335px;*/
}
.header_sec02 .tel_balloon_wrap .guide_balloon ul li.category_name {
    padding-bottom: 0px;
}
.header_sec02 .tel_balloon_wrap .guide_balloon ul li.tel_nunber {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}

