#logo{
height:80px;
margin: 19px 0 0 30px;
}
#logo a.logoImage{
  background:url(/images/pc/purchase/common/brandear_logo.png) no-repeat;
  text-indent:-9999px;
  display: block;
  width: 189px;
  height: 61px; 
}
#header2{
  width: 100%;
  height: 108px;
  border-bottom: 0.5px solid #f1f1f1;
  position: relative;
  font-family: "Noto Sans JP", sans-serif,arial,helvetica,clean;
  letter-spacing: 0.2em;
  display: flex; 
  flex-wrap:nowrap;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media screen and (max-width: 949px){
  #header2{
    width: 950px;
  }
}
#header2 {
    margin-bottom: 40px;
    background: #ffffff;
}
#header2 .mypage,
#header2 .login{
 position: absolute;
 right: 130px;
/* top: 34px;*/
  top: 27px;
}
#header2 .nav01{
  font-size: 16px;
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 0 20px;
  justify-items: center;
  align-items: center;
}

/*ヘッダー固定後の指定*/
#header2.fixed{
  position: fixed;
  background-color: #fff;
    z-index: 9999;
    top:0;
    left:0;
  height: 75px;
  animation: DownAnime 0.5s forwards;
  min-width: 950px;
/*  width: calc(100vw - 17px );*/
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
#header2.fixed .openbtn1{
  top: 12px;
}
#header2.fixed .mypage, 
#header2.fixed .login{
  top: 12px;
}
#header2.fixed #logo a{
  width: 125px;
  height: 40px;
  background-size: cover;
}
/*ハンバーガーメニュー*/
#g-nav{
  position:fixed;
  z-index: -1;
  opacity: 0;
  top:0;
  width:100%;
  height: 100vh;
  background: #ffffff url(/images/pc/purchase/common/menu_bacimg.jpg) no-repeat 15vw center;
display: none;
}

#g-nav.panelactive{
  opacity: 1;
  z-index:9999;
  display: flex;
  width: 100%;
}
@keyframes OpenMenu{
  from {
    opacity: 0;

  }
  to {
    opacity: 1;

  }
}

body.ScrollOff{
  overflow: hidden;
/* padding-right: 17px;*/
}
#g-nav.panelactive #g-nav-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 9999; 
  width: 100%;
  -webkit-overflow-scrolling: touch;
  left: 46vw;
  top: 48vh;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*ナビゲーション*/
#g-nav ul {
  display: none;/*ナビゲーション天地中央揃え*/
}

#g-nav.panelactive ul {
    display: block;
    padding-left: 8px;
}

/*リストのレイアウト設定*/

/*ボタン*/
#header2 .openbtn1{
  position:absolute;
    z-index: 100000;/*ボタンを最前面に*/
  top:27px;
  right: 45px;
  cursor: pointer;
    width: 50px;
    height:50px;
}
#header2 .openbtn1.active{
  right: 61px;  
}  

#header2 .openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 5px;
    height: 1px;
    border-radius: 2px;
  background-color: #707070;
    
  }
  #header2 .mypage a img,
#header2 .login a img{
  display: none;
}
#header2 .mypage a,
#header2 .login a{
 display: block;
 width: 60px;
 height: 50px;
 position: relative;
}
#header2 .mypage a  span:nth-of-type(1),
#header2 .login a span:nth-of-type(1){
  border:1px solid var(--text-color);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
    top: 13px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#header2 .mypage a  span:nth-of-type(2),
#header2 .login a span:nth-of-type(2){
  display: block;
  border:1px solid var(--text-color);
  border-radius: 10px 10px 0 0;
  width: 14px;
  height: 8px;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
#header2 .mypage a  span:nth-of-type(3),
#header2 .login a span:nth-of-type(3){
  font-size: 11px;
  letter-spacing: 0em;
  color: var(--text-color);
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 400;
}

#header2 .openbtn1 span:nth-of-type(1) {
  width: 40px;
  top:10px; 
}

#header2 .openbtn1 span:nth-of-type(2) {
  width: 27px;
  top:25px;
}

#header2 .openbtn1 span:nth-of-type(3) {
  width: 6px;
  top:40px;
}
#header2 .openbtn1 span:nth-of-type(4){
  top: 30px;
  background-color: initial;
  right: 0;
  text-align: right;
  padding-right: 5px;
}
#header2 .openbtn1 span:nth-of-type(4):before{
  content: "MENU";
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
    color: var(--text-color);
}
#header2 .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 5px;
    transform: translateY(6px) rotate(-45deg);
    width: 45px;

}

#header2 .openbtn1.active span:nth-of-type(2),
#header2 .openbtn1.active span:nth-of-type(4) {
  opacity: 0;
}

#header2 .openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 5px;
    transform: translateY(-6px) rotate(45deg);
    width: 45px;
}
/*menu_content*/ 
#header2 .menu_content{
  color: var(--text-color);
  overflow-y: scroll;
} 
#header2 .menu_content h2{
  border-left: none;
  margin: 40px 0px 20px;
  font-size: 30px;
  font-weight: var(--text-weight-bold01);
  padding: 0;
  color: var(--text-color);
  background: none;

}
#header2 .menu_content h3:before{
  content: "\2014\A0";
}
#header2 .menu_content h3{
  font-weight: var(--text-weight-default);
  color: var(--text-color);
  margin: 30px 0 7px 7px;
  font-size: 0.8rem;
}
#header2 .menu_content h2 + h3{
  margin: 0 0 7px 7px; 
}
#header2 .menu_content >div{
    display: flex;
    flex-wrap: wrap;
}
#header2 .menu_content :is(.area1 ,.area2 ,.area3 ){
  width: 23vw;
  max-width: 350px;
  padding-right: 20px;
    box-sizing: border-box;
}
#header2 .menu_content :is(.area1 ,.area2 ,.area3 ) h2:first-child{
  margin-top:0;
}
#header2 .menu_content :is(.menu_link , .menu_link2) li{
  margin-bottom: clamp(0.5rem, 0.4rem + 0.6vw, 0.625rem);
}
#header2 .menu_content :is(.menu_link , .menu_link2) li a{
  /*font-size: 16px;*/
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  text-decoration: none;
  color: var(--text-color);
}
#header2 .menu_content :is(.menu_link , .menu_link2) li a:hover{
    opacity: var(--opacity-default);
    transition: 0.3s;
}
#header2 .menu_accordion{
  padding-left: 8px;
}
#header2 .menu_accordion .accordion-title{
  background: none;
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  border-bottom: none;
  margin-top: 20px;
}
#header2 .menu_accordion .accordion-title::after{
  content: none;
}

#header2 .menu_accordion .accordion-content{
  border:none;
  padding: 0; 
}
#header2 .menu_accordion .accordion-content li{
  margin: 16px 0 0;
  padding-left: 11px;
  box-sizing: border-box;
}
#header2 .menu_accordion .accordion-content a{
  font-size: 16px;
  color: var(--text-color);
  font-weight: 300;
}
#header2 .menu_accordion .accordion-content a:hover{
  text-decoration: none;
}
#header2 .accordion-title.active .i_box{
  -webkit-transform: translate(0,-50%) rotate(180deg);
    transform: translate(0,-50%) rotate(180deg);
    transition-duration: 0.6s;
}

#header2 .accordion-title .i_box {
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 60px;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    transform-origin: center center;
    -webkit-transform: translate(0,-50%) rotate(0);
    transform: translate(0,-50%) rotate(0);
    transition-duration: 0.9s;
}

#header2 .accordion-title .i_box .one_i:before, 
#header2 .accordion-title .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: var(--text-color);
    border-radius: 10px;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
}
#header2 .accordion-title .i_box .one_i:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
}
#header2 .accordion-title.active .i_box {
  -webkit-transform: translate(0,-50%) rotate(180deg);
  transform: translate(0,-50%) rotate(180deg);
  transition-duration: 0.6s;
}
#header2 .accordion-title.active .i_box .one_i:before {
  content: none;
}
#header2 .menu_content .menu_link2{
  margin-top: 73px;
}
#header2 .menu_content .menu_link2 li a{
  
  padding: 7px 24px;
    display: block;
    width: 250px;
    border: 1px solid  var(--color-gray2);
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}


@media screen and (max-width: 1350px){
  #g-nav{
  background: #ffffff;
}
#g-nav.panelactive #g-nav-list{
  margin: auto;
  position: initial;
  z-index: 9999;
  width: auto;
  -webkit-overflow-scrolling: touch;
  left: 15vw;
  left: auto;
  top: 48vh;
  transform: initial;
  -webkit-transform: initial;
  -ms-transform: initial;
}

  #header2 .menu_content h2{
    margin: 40px 0px 15px;
    font-size: 28px;
  }
  #header2 .menu_content :is(.menu_link , .menu_link2) li {
    margin-bottom: 10px;
}
#header2 .menu_content :is(.area1 ,.area2 ,.area3 ){
  width: 33vw;
}
}