
nav p {
    color: rgb(0,0,0);
}

.nav-panel {
    background-color: rgb(255,255,255);
}

.header_PC_gogatu {
    background-color: rgba(255, 255, 255, 0.4);
}

.header_PC_gogatu .menu-icon {
    background-color: rgb(129,216,208);
}

#third_nav .price.item-sale-price {
    color: rgb(129,216,208) !important;
}





@media screen and (min-width:1370px){

  .panel ul {
      grid-template-areas:
          'header header header '
          'main menu right'
          'main1 menu1 right1'
          'main2 menu2 right2'
          'main3 menu3 right3';
  }

}

@media screen and (min-width:769px) {

  .sp_only{
    display: none;
  }

}

@media screen and (max-width:768px) {

  .pc_only{
    display: none;
  }


}

@media screen and (max-width: 350px){

  .pc_only{
    display: none;
  }


}
