/* before */
/*@mixin bg-img-properties($repeat, $size, $position) {*/
/* TRANSFORM ALIGNMENT */
/* END */
/* transform */
/* end - transform */
/* transition */
/* end - transition */
/* box-shadow */
/* end - box-shadow */
:root {
  --header-height: 115px;
}

@media all and (max-width: 767px) {
  :root {
      --header-height: 70px;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  :root {
      --header-height: 105px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1199px) {
  :root {
      --header-height: 105px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1599px) {
  :root {
      --header-height: 95px;
  }
}
header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  padding: 0 80px;
  background-color: transparent;
}
header .cbox01 {
  display: none !important;
  position: absolute;
  left: 30px;
  height: 70px;
  padding: 0 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
header .cbox01 img {
  width: 30px;
  height: auto;
}
header .cbox01 img.cbox01A {
  display: block;
}
header .cbox01 img.cbox01B {
  display: none;
}
header .cbox02 {
  position: absolute;
  left: 80px;
  top: 0;
  width: 149px;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
header .cbox02 img {
  width: 100%;
  height: auto;
}
header .cbox02 img.cbox02A {
  display: block;
}
header .cbox02 img.cbox02B {
  display: none;
}
header .cbox03 {
  display: none;
  position: absolute;
  right: 200px;
}
header .cbox03 ul {
  display: flex;
  display: -webkit-flex;
}
header .cbox03 ul li {
  display: inline-block;
}
header .cbox03 ul li a {
  display: block;
  width: 70px;
  height: 50px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header .cbox03 ul li a img {
  position: absolute;
  height: auto;
}
header .cbox03 ul li a img.icon02 {
  opacity: 0;
}
header .cbox03 ul li a.Twitter img {
  width: 14px;
}
header .cbox03 ul li a.Instagram img {
  width: 15px;
}
header .cbox03 ul li a.YouTube img {
  width: 21px;
}
header .cbox03 ul li a.Vimeo img {
  width: 14px;
}
header .cbox03 ul li a:hover {
  opacity: 0.8;
}
header .cbox04 {
  position: absolute;
  top: 23px;
  right: 70px;
  height: 70px;
  padding: 0 20px;
  opacity: 0.8;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header .cbox04 img {
  width: 20px;
  height: auto;
}
header .cbox04 img.cbox04A {
  display: none;
}
header .cbox04:hover {
  opacity: 1;
}
header .cbox05 {
  position: absolute;
  top: 23px;
  right: 306px;
  height: 70px;
  opacity: 0.8;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header .cbox05 img {
  width: 118px;
  height: auto;
}
header .cbox05:hover {
  opacity: 1;
}
header .cbox06 {
  position: absolute;
  top: 23px;
  right: 159px;
  height: 70px;
  opacity: 0.8;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header .cbox06 img {
  width: 115px;
  height: auto;
}
header .cbox06:hover {
  opacity: 1;
}

@media all and (max-width: 767px) {
  header {
    position: relative;
    top: auto;
    left: auto;
    height: var(--header-height);
    background-color: #fafafa;
  }
  header .cbox01 {
    display: flex !important;
    left: 5px;
  }
  header .cbox01 img.cbox01A {
    display: none;
  }
  header .cbox01 img.cbox01B {
    display: inline-block;
  }
  header .cbox02 {
    position: relative;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    width: 120.8px;
    height: 100%;
    padding: 0;
    background-color: #fafafa;
  }
  header .cbox02 .cbox02A {
    display: none !important;
  }
  header .cbox02 .cbox02B {
    display: block !important;
  }
  header .cbox04 {
    top: 0;
    right: 5px;
  }
  header .cbox04 img {
    width: 18px;
  }
  header .cbox04 img.cbox04A {
    display: inline-block;
  }
  header .cbox04 img.cbox04B {
    display: none;
  }
  header .cbox05 {
    display: none;
  }
  header .cbox06 {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  header {
    padding: 0 50px;
    height: var(--header-height);
  }
  header .cbox01 {
    display: flex !important;
  }
  header .cbox02 {
    position: relative;
    left: auto;
    margin-left: auto;
    margin-right: auto;
  }
  header .cbox04 {
    right: 30px;
  }
  header .cbox05 {
    display: none;
    right: 100px;
  }
  header .cbox05 img {
    width: 130px;
  }
  header .cbox06 {
    display: none;
    right: 95px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  header {
    padding: 0 50px;
    height: var(--header-height);
  }
  header .cbox01 {
    display: flex !important;
  }
  header .cbox02 {
    position: relative;
    left: auto;
    margin-left: auto;
    margin-right: auto;
  }
  header .cbox04 {
    right: 30px;
  }
  header .cbox05 {
    right: 240px;
  }
  header .cbox06 {
    right: 95px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1599px) {
  header {
    height: var(--header-height);
    padding: 0 50px;
  }
  header .cbox02 {
    left: 50px;
    width: 133.36px;
  }
  header .cbox04 {
    top: 13px;
    right: 30px;
  }
  header .cbox05 {
    top: 12px;
    right: 250px;
  }
  header .cbox06 {
    top: 13px;
    right: 105px;
  }
}
