/* --------------------------------------------------------------------
 * Hero Header Type-01 Style
 * ----------------------------------------------------------------- */
.productsite-heroheader-type-01 {
  margin: 0 auto 30px;
  max-width: 1680px;
  min-width: 320px;
  position: relative;
}

.productsite-heroheader-type-01 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
}

.productsite-heroheader-type-01__no-bottom-margin {
  margin-bottom: 0;
}
.productsite-heroheader-type-01__media-area {
  display: flex;
  justify-content: center;
  position: relative;
  height: 540px;
  overflow: hidden;
  background-color: #000;
}
.productsite-heroheader-type-01__mobile-image,
.productsite-heroheader-type-01__desktop-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position:center
}
.productsite-heroheader-type-01__desktop-image {
  display: none;
}
.productsite-heroheader-type-01__text-area {
  position: relative;
  width: 100%;
  padding: 15px 25px;
  margin: 0;
  text-align: left;
  z-index: 1;
}
.productsite-heroheader-type-01__title {
  max-width: 840px;
  color: #009ad9;
  margin: 0;
  font-size: 3rem;
  line-height: 1.16;
  position: relative;
}
.productsite-heroheader-type-01__text {
  display: none;
}

@media screen and (min-width: 767px) {
  .productsite-heroheader-type-01__mobile-image {
    display: none;
  }
  .productsite-heroheader-type-01__desktop-image {
    display: block;
  }
  .productsite-heroheader-type-01__text-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1440px;
    margin-top: 70px;
    padding: 0 70px;
  }
  .productsite-heroheader-type-01__title {
    color: #fff;
    margin-bottom: 15px;
    font-size: 6.2rem;
    max-width: 840px;
  }
  .productsite-heroheader-type-01__text {
    color: #fff;
    display: block;
    max-width: 840px;
    margin: 0;
    line-height: 1.6;
  }
}

@media screen and (min-width: 1024px) {
  .productsite-heroheader-type-01__text-area {
    padding: 0 100px;
    margin: 130px auto 0;
  }
}

/* --------------------------------------------------------------------
 * Hero Header Type-02 Style
 * ----------------------------------------------------------------- */
.productsite-heroheader-type-02 {
  margin: 0 auto 30px;
  max-width: 1680px;
  min-width: 320px;
  position: relative;
}

.productsite-heroheader-type-02 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
}

.productsite-heroheader-type-02__no-bottom-margin {
  margin-bottom: 0;
}
.productsite-heroheader-type-02__media-area {
  display: flex;
  justify-content: center;
  position: relative;
  height: 540px;
  overflow: hidden;
  background-color: #000;
}
.productsite-heroheader-type-02__mobile-image,
.productsite-heroheader-type-02__desktop-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position:center
}
.productsite-heroheader-type-02__desktop-image {
  display: none;
}
.productsite-heroheader-type-02__media-text {
  display: block;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px 15px;
  margin: 0;
  line-height: 1.6;
}
.productsite-heroheader-type-02__text-area {
  width: 100%;
  padding: 15px 25px;
  margin: 0;
  text-align: left;
  position: relative;
  z-index: 1;
}
.productsite-heroheader-type-02__title {
  max-width: 840px;
  color: #009ad9;
  margin: 0;
  font-size: 3rem;
  line-height: 1.16;
  position: relative;
}
.productsite-heroheader-type-02__text {
  display: none;
}

@media screen and (min-width: 767px) {
  .productsite-heroheader-type-02 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: column;
  }
  .productsite-heroheader-type-02__mobile-image {
    display: none;
  }
  .productsite-heroheader-type-02__desktop-image {
    display: block;
  }
  .productsite-heroheader-type-02__media-text {
    display: none;
  }
  .productsite-heroheader-type-02__text-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1440px;
    margin-top: 70px;
    padding: 0 70px;
  }
  .productsite-heroheader-type-02__title {
    color: #fff;
    margin-bottom: 15px;
    font-size: 6.2rem;
    max-width: 840px;
  }
  .productsite-heroheader-type-02__text {
    color: #fff;
    display: block;
    max-width: 840px;
    margin: 0;
    line-height: 1.6;
  }
  .productsite-heroheader-type-02__media-area {
    -webkit-order: -1;
    order: -1;
  }
}

@media screen and (min-width: 1025px) {
  .productsite-heroheader-type-02__text-area {
    padding: 0 100px;
    margin: 130px auto 0;
  }
  .productsite-heroheader-type-02__title {
    font-size: 6.2rem;
  }
}
/* --------------------------------------------------------------------
 * Hero Header Type-03 Style
 * ----------------------------------------------------------------- */
.productsite-heroheader-type-03 {
  margin: 0 auto 30px;
  max-width: 1680px;
  min-width: 320px;
  position: relative;
}

.productsite-heroheader-type-03 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
}

.productsite-heroheader-type-03__no-bottom-margin {
  margin-bottom: 0;
}
.productsite-heroheader-type-03__media-area {
  display: none;
}
.productsite-heroheader-type-03__text-area {
  position: static;
  text-align: left;
  padding: 0 30px;
  margin-top: 30px;
  z-index: 1;
}
.productsite-heroheader-type-03__logo {
  display: none;
}
.productsite-heroheader-type-03__title {
  max-width: 840px;
  color: #009ad9;
  font-size: 3rem;
  line-height: 1.16;
  margin: 0 0 15px 0;
  position: relative;
}
.productsite-heroheader-type-03__text {
  display: none;
}

@media screen and (min-width: 767px) {
  .productsite-heroheader-type-03__media-area {
    display: flex;
    justify-content: center;
    position: relative;
    height: 540px;
    overflow: hidden;
    background-color: #000;
  }
  .productsite-heroheader-type-03__desktop-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position:center
  }
  .productsite-heroheader-type-03__text-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1440px;
    margin-top: 70px;
    padding: 0 70px;
  }
  .productsite-heroheader-type-03__title {
    color: #fff;
    font-size: 6.2rem;
    margin-bottom: 15px;
    position: relative;
    max-width: 840px;
  }
  .productsite-heroheader-type-03__logo {
    display: block;
    position: static;
    display: block;
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .productsite-heroheader-type-03__logo-image {
    vertical-align: top;
  }
  .productsite-heroheader-type-03__text {
    max-width: 840px;
    color: #fff;
    display: block;
    margin: 0;
    line-height: 1.6;
  }
}

@media screen and (min-width: 1024px) {
  .productsite-heroheader-type-03__text-area {
    padding: 0 100px;
    margin: 130px auto 0;
  }
  .productsite-heroheader-type-03__logo {
    font-size: 3rem;
    margin: 0;
  }
}

/* --------------------------------------------------------------------
 * Hero Header Type-04 Style
 * ----------------------------------------------------------------- */
.productsite-heroheader-type-04 {
  margin: 0 auto 30px;
  max-width: 1680px;
  min-width: 320px;
  position: relative;
}

.productsite-heroheader-type-04 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
}

.productsite-heroheader-type-04__no-bottom-margin {
  margin-bottom: 0;
}
.productsite-heroheader-type-04__media-area {
  display: flex;
  justify-content: center;
  position: relative;
  height: 540px;
  overflow: hidden;
  background-color: #000;
}
.productsite-heroheader-type-04__mobile-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position:center
}
.productsite-heroheader-type-04__desktop-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position:center
}
.productsite-heroheader-type-04__desktop-image {
  display: none;
}
.productsite-heroheader-type-04__embed-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  z-index: 1;
}
.productsite-heroheader-type-04__embed-video--for-desktop {
  display: none;
}
.productsite-heroheader-type-04__text-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-width: 1440px;
  padding: 15px;
  z-index: 2;
}
.productsite-heroheader-type-04__text-group {
  display: flex;
  flex-direction: column;
  height:100%;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.productsite-heroheader-type-04__text-group--above {
  display: none;
}
.productsite-heroheader-type-04__text-group--top {
  justify-content: flex-start;
}
.productsite-heroheader-type-04__text-group--center {
  justify-content: center;
}
.productsite-heroheader-type-04__text-group--bottom {
  justify-content: flex-end;
}
.productsite-heroheader-type-04__title {
  max-width: 840px;
  font-size: 4rem;
  line-height: 1.16;
  margin: 0 0 15px 0;
  position: relative;
}
.productsite-heroheader-type-04__title-above-image {
  font-size: 3rem;
  line-height: 1.16;
  padding: 15px 25px;
  position: relative;
  color: #009ad9;
  margin: 0;
}
.productsite-heroheader-type-04__text {
  display: none;
}
.productsite-heroheader-type-04__button-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.productsite-heroheader-type-04__link-button {
  padding: 6px 45px;
  color: #fff !important;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  text-decoration: none !important;
  text-align: center;
}
.productsite-heroheader-type-04__link-button:hover {
  border: 2px solid #009AD9;
  background-color: #009AD9;
}
.productsite-heroheader-type-04__video-button--playbtn-01 {
  margin-left: 10px;
}
.productsite-heroheader-type-04__video-button-image {
  vertical-align: middle;
  max-width: 100%;
}
.productsite-heroheader-type-04__video-button--playbtn-02 {
  margin-left: 10px;
}
.productsite-heroheader-type-04__video-button-text {
  display: inline-block;
  padding: 8px 35px;
  font-size: 1.6rem;
  color: #707070;
  background-color: #fff;
  border-radius: 60px;
  text-decoration: none;
  line-height: 1.0;
}
.productsite-heroheader-type-04__video-button--always-hide {
  display: none;
}
.productsite-heroheader-type-04__video-button--desktop-only {
  display: none;
}
.productsite-heroheader-type-04__gdpr_placeholder {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  background: #383636;
 }
 .productsite-heroheader-type-04__gdpr_placeholder-inner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 10rem;
 }
 .productsite-heroheader-type-04__gdpr_placeholder-inner-content-wrapper {
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: #FFF;
 }
 .productsite-heroheader-type-04__gdpr_cookie-msg {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 19px;
    line-height: normal;
 }
 .productsite-heroheader-type-04__transparent-background {
     background: #383636f0;
 }
 .productsite-heroheader-type-04__video-player-modal {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
 }
 .productsite-heroheader-type-04__video-player-modal--for-desktop {
   display: none;
 }
 .productsite-heroheader-type-04__video-player-modal--for-mobile {
   display: block;
 }
.productsite-heroheader-type-04__movie-modal {
  max-width: 1240px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  padding: 4px 4px 0px 4px;
}
 .productsite-heroheader-type-04__movie-modal-container {
   position: relative;
   height: 0;
   overflow: hidden;
 }
 /* 16x9 Aspect Ratio */
 .productsite-heroheader-type-04__movie-modal-container.size-16x9 {
   padding-bottom: 56.25%;
 }
 /* 4x3 Aspect Ratio */
 .productsite-heroheader-type-04__movie-modal-container.size-4x3 {
   padding-bottom: 75%;
 }
 .productsite-heroheader-type-04__movie-modal-container iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
 }
 #productsite-heroheader-type-04__dialog-wrapper {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 9999;
   display: none;
   overflow: auto;
   width: 100%;
   min-height: 100%;
   background-color: rgba(0, 0, 0, 0.7);
 }
 .productsite-heroheader-type-04__dialog {
   position: absolute;
   top: 40px;
   right: 0;
   left: 0;
   display: none;
   margin: auto;
   min-width: 320px;
   max-width: 1024px;
   width: 100%;
   min-height: 115px;
   background-color: #fff;
 }
 .productsite-heroheader-type-04__dialog-content {
   display: none;
 }
 .productsite-heroheader-type-04__dialog .productsite-heroheader-type-04__dialog-content {
   display: block;
 }
 .productsite-heroheader-type-04__btn-close {
   position: absolute;
   top: 40px;
   right: 30px;
   background-color: transparent;
   border: 0;
   cursor: pointer;
   padding: 0;
 }
@media screen and (min-width: 767px) {
  .productsite-heroheader-type-04__mobile-image {
    display: none;
  }
  .productsite-heroheader-type-04__desktop-image {
    display: block;
  }
  .productsite-heroheader-type-04__embed-video--for-desktop {
    display: block;
  }
  .productsite-heroheader-type-04__embed-video--for-mobile {
    display: none;
  }
  .productsite-heroheader-type-04__text-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 100px;
  }
  .productsite-heroheader-type-04__text-area--top {
    justify-content: flex-start;
  }
  .productsite-heroheader-type-04__text-area--center {
    justify-content: center;
  }
  .productsite-heroheader-type-04__text-area--above {
      justify-content: center;
  }
  .productsite-heroheader-type-04__text-area--bottom {
    justify-content: flex-end;
  }
  .productsite-heroheader-type-04__text-group {
    height: auto;
    text-align: left;
    color: #fff;
    padding: 0;
  }
  .productsite-heroheader-type-04__text-group--above {
    display: block;
  }
  .productsite-heroheader-type-04__title {
    font-size: 6.2rem;
    margin: 0;
    color: #fff;
    max-width: 840px;
  }
  .productsite-heroheader-type-04__title-above-image {
    display: none;
  }
  .productsite-heroheader-type-04__text {
    display: block;
    max-width: 840px;
    color: #fff;
    margin: 0;
    line-height: 1.6;
  }
  .productsite-heroheader-type-04__button-group {
    justify-content: flex-start;
    margin: 15px 0;
  }
  .productsite-heroheader-type-04__link-button {
    padding: 10px 50px;
  }
  .productsite-heroheader-type-04__video-button-text {
    padding: 10px 50px;
    font-size: 2.0rem;
  }
  .productsite-heroheader-type-04__video-button--desktop-only {
    display: block;
  }  
  .productsite-heroheader-type-04__video-button--mobile-only {
    display: none;
  }
  .productsite-heroheader-type-04__video-player-modal--for-desktop {
    display: block;
  }
  .productsite-heroheader-type-04__video-player-modal--for-mobile {
    display: none;
  }
}

.productsite-heroheader-type-05 {
  margin: 0 auto 30px;
  max-width: 1680px;
  min-width: 320px;
  position: relative;
}

.productsite-heroheader-type-05 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
}

.productsite-heroheader-type-05__no-bottom-margin {
  margin-bottom: 0;
}
.productsite-heroheader-type-05__text-area {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
  height: 100%;
  max-width: 1680px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .productsite-heroheader-type-05__text-area {
    padding: 15px;
  }
}
.productsite-heroheader-type-05__text-area > *:first-child {
  margin-top: 0 !important;
}
.productsite-heroheader-type-05__logo {
  padding: 0 100px;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .productsite-heroheader-type-05__logo {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .productsite-heroheader-type-05__logo {
    padding: 0 30px;
    text-align: center;
  }
}
.productsite-heroheader-type-05__logo-mobile-image,
.productsite-heroheader-type-05__logo-desktop-image {
  max-height: 120px;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .productsite-heroheader-type-05__logo-mobile-image,
  .productsite-heroheader-type-05__logo-desktop-image {
    max-height: inherit;
    max-width: inherit;
    width: 100%;
  }
}
.productsite-heroheader-type-05__logo-mobile-image-area {
  display: none;
}
@media screen and (max-width: 768px) {
  .productsite-heroheader-type-05__logo-mobile-image-area {
    display: block;
  }
}
.productsite-heroheader-type-05__logo-desktop-image-area {
  display: block;
}
@media screen and (max-width: 768px) {
  .productsite-heroheader-type-05__logo-desktop-image-area {
    display: none;
  }
}
.productsite-heroheader-type-05__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  z-index: 1;
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .productsite-heroheader-type-05__title {
    background: rgba(0, 0, 0, 0.3);
  }
}
.productsite-heroheader-type-05__title-text {
  display: block;
  max-width: 1440px;
  margin: 0 auto;
  padding: 19px 100px;
  font-size: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .productsite-heroheader-type-05__title-text {
    padding: 14px 50px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .productsite-heroheader-type-05__title-text {
    padding: 14px 15px;
    text-align: center;
  }
}
.productsite-heroheader-type-05__title--is-bottom-right {
  text-align: right;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
@media screen and (max-width: 768px) {
  .productsite-heroheader-type-05__title--is-bottom-right {
    background: rgba(0, 0, 0, 0.3);
  }
}
.productsite-heroheader-type-05__title--is-center-left {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  margin-top: 20px;
  background: none;
}
.productsite-heroheader-type-05__title-text--is-center-left {
  padding: 0 100px;
}
@media screen and (max-width: 1024px) {
  .productsite-heroheader-type-05__title-text--is-center-left {
    padding: 0 50px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .productsite-heroheader-type-05__title-text--is-center-left {
    padding: 0;
    text-align: center;
  }
}
.productsite-heroheader-type-05__media-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 540px;
  overflow: hidden;
  background-color: #000;
}
.productsite-heroheader-type-05__mobile-image,
.productsite-heroheader-type-05__desktop-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .productsite-heroheader-type-05__mobile-image {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .productsite-heroheader-type-05__desktop-image {
    display: none;
  }
}
.productsite-heroheader-type-05__mobile-video,
.productsite-heroheader-type-05__desktop-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .productsite-heroheader-type-05__mobile-video {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .productsite-heroheader-type-05__desktop-video {
    display: none;
  }
}
