
.l-ktcheader {
  background: #000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 99;
}
.l-ktcheader-head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.l-ktcheader-logo {
  display: block;
  width: 93px;
}
@media screen and (max-width: 767px) {
  .l-ktcheader-logo {
    width: 70px;
    line-height: 0;
  }
}
.l-ktcheader-name {
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-ktcheader-name {
    font-size: 10px;
  }
}
.l-ktcheader-name.m-en {
  font-family: Arial, serif;
}
.l-ktcheader-link {
  display: inline-block;
  margin-right: 22px;
  position: relative;
  padding-right: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 3.0833333333;
}
.l-ktcheader-link:link, .l-ktcheader-link:active, .l-ktcheader-link:visited {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-ktcheader-link {
    font-size: 10px;
    margin-right: 4%;
    padding-right: 8px;
  }
}
.l-ktcheader-link:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .l-ktcheader-link:after {
    margin-top: 0;
    top: calc(50% - 2px);
  }
}
@media print, screen and (min-width: 768px) {
  .l-ktcheader-link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-ktcheader-link:hover {
    color: #d32b2b;
  }
  .l-ktcheader-link:hover:after {
    border-top: 1px solid #d32b2b;
    border-right: 1px solid #d32b2b;
  }
}