body {
  background-color: #FFF;
  color: #444;
  font-size: fz(14);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: fz(24);
  letter-spacing: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.img_w_100 {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}
.text_pink {
  color: #E87B99;
}

/*
* ================================================
*
* hdr
*
* ================================================
*/
#hdr_second {
  background-color: #FFF;
  color: #222;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  z-index: 2;
}
#hdr_second .menu_logo_area {
  display: block;
  line-height: 0;
  margin: 20px auto;
  width: 180px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#hdr_second .menu_logo_area a {
  display: block;
  width: 100%;
}
#hdr_second .menu_logo_area a .cls-1 {
  fill: #FFF;
}

@media (max-width: 768px) {
  #hdr_second {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
  }
  #hdr_second .menu_logo_area {
    margin: 0 auto;
    width: 120px;
  }
}