@font-face {
  font-family: "Myriad Pro";
  font-weight: 100;
  src: url(../font/myriad-pro/myriad_pro_light.otf);
}

@font-face {
  font-family: "Myriad Pro";
  src: url(../font/myriad_pro_light.woff) format("woff");
}

@font-face {
  font-family: "Myriad Pro";
  font-weight: bold;
  src: url(../font/myriad-pro/myriad_pro_bold.ttf) format("truetype");
}

#hd header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 50px 0;
  text-align: center;
  z-index: 5;
}

#hd header #logo {
  padding-bottom: 15px;
}

#hd header #logo .logo_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#hd header #logo .logo_group > img:first-child {
  margin-right: 2%;
  width: 60%;
}

#hd header #logo .logo_group > img:last-child {
  width: 40%;
}

#hd header .header_feature {
  color: #d4ae81;
}

#hd header .header_feature .header_feature_name {
  display: inline-block;
}

#hd header .header_feature .header_feature_name:first-child::after {
  content: "|";
  padding: 0 30px;
  font-size: 0.7em;
  position: relative;
  bottom: 2px;
}

#hd header .header_feature .header_feature_name:last-child::before {
  content: "|";
  padding: 0 30px;
  font-size: 0.7em;
  position: relative;
  bottom: 2px;
}

@media screen and (max-width: 1440px) {
  #hd header {
    padding: 30px 0;
  }
}

@media screen and (max-width: 1023px) {
  #hd header {
    padding: 20px 0;
    text-align: center;
  }
  #hd header #logo {
    padding: 0;
  }
  #hd header #logo .logo_group {
    width: 90%;
    margin: 0 auto;
  }
  #hd header #logo .logo_group > img {
    padding-bottom: 20px;
  }
  #hd header .header_feature {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  #hd header .header_feature .header_feature_name {
    width: calc(90% / 3);
    font-size: 1.6rem;
  }
  #hd header .header_feature .header_feature_name:first-child {
    border-right: 2px solid #d4ae81;
    padding-right: 2.5%;
  }
  #hd header .header_feature .header_feature_name:first-child::after {
    content: "";
    padding: 0;
  }
  #hd header .header_feature .header_feature_name:nth-child(2) {
    padding: 0 2.5%;
  }
  #hd header .header_feature .header_feature_name:last-child {
    border-left: 2px solid #d4ae81;
    padding-left: 2.5%;
  }
  #hd header .header_feature .header_feature_name:last-child::before {
    content: "";
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #hd header #logo .logo_group > img {
    padding-bottom: 10px;
  }
  #hd header .header_feature .header_feature_name {
    font-size: 1.5rem;
  }
  #hd header .header_feature .header_feature_name:first-child {
    border-right: 1px solid #d4ae81;
    padding-right: 2.5%;
  }
  #hd header .header_feature .header_feature_name:nth-child(2) {
    padding: 0 2.5%;
  }
  #hd header .header_feature .header_feature_name:last-child {
    border-left: 1px solid #d4ae81;
    padding-left: 2.5%;
  }
}

@media screen and (max-width: 600px) {
  #hd header .header_feature {
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #hd header .header_feature .header_feature_name:first-child {
    border-right: none;
    padding-right: 0;
    padding-bottom: 10px;
    width: 100%;
  }
  #hd header .header_feature .header_feature_name:nth-child(2) {
    padding: 0;
    padding-bottom: 10px;
    width: 100%;
  }
  #hd header .header_feature .header_feature_name:last-child {
    border-left: none;
    padding-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  #hd header #logo .logo_group > img {
    padding-bottom: 8px;
  }
  #hd header .header_feature .header_feature_name {
    font-size: 1.3rem;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 1023px), screen and (-ms-high-contrast: none) and (max-width: 1023px) {
  #hd header #logo .logo_group {
    width: 700px;
  }
  #hd header .header_feature {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 768px), screen and (-ms-high-contrast: none) and (max-width: 768px) {
  #hd header #logo .logo_group {
    width: 400px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 425px), screen and (-ms-high-contrast: none) and (max-width: 425px) {
  #hd header #logo .logo_group {
    width: 300px;
  }
}
