@charset "UTF-8";
/* CSS Document */
.elgato_wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
  background: #fff;
}
.elgato_outer {
  width: 92%;
  padding: 4% 4%;
}
.elgato_grey {
  background: #f5f5f5;
}
.elgato_content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  color: #000;
}
.elgato_logo {
  width: 30%;
  max-width: 200px;
  min-width: 140px;
  padding: 0 0 10% 0;
}
.elgato_header {
  max-width: 900px;
  margin: 0 auto;
}
.elgato_footer {
  max-width: 900px;
  margin: 10% auto;
}
.elgato_txthl {
  font-weight: normal;
  font-size: 1.8em;
  line-height: 130%;
  width: 100%;
}
.elgato_hl {
  font-weight: normal;
  font-size: 2.8em;
  line-height: 110%;
  margin: 3% auto 5% auto;
  width: 100%;
  max-width: 700px;
}
.elgato_hl2 {
  font-weight: normal;
  font-size: 1.8em;
  line-height: 130%;
  margin-bottom: 3%;
  width: 100%;
}
.elgato_navi {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
  justify-content: space-between;
  margin: 5% 0;
}
.elgato_navi_sel {
  width: 19%;
  margin-top: 3%;
  margin-bottom: 3%;
}
.elgato_navi img {
  width: 100%;
}
.elgato_navi_link {
  border: 1px solid #000;
  border-radius: 50px;
  width: fit-content;
  block-size: fit-content;
  margin: 10px auto;
  padding: 4px 30px;
}
.elgato_navi_link a {
  text-decoration: none;
  font-size: 0.9em;
  color: #000;
}
.elgato_navi_hl {
  font-size: 1em;
  margin: 2% auto 8% auto;
}
#elgato_headervid {
  width: 100%;
  object-fit: cover !important;
  border-radius: 1.5em !important;
}
.elgato_product_hl {
  background: #eaf2ff;
  border-radius: 1.5em;
  margin: 4% 0 2% 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  font-size: 1.1em;
}
.elgato_product_hl img {
  height: 40px;
}
.elgato_product_hl_txt {
  width: fit-content;
  block-size: fit-content;
  text-align: right;
}
.elgato_product_content {
  margin-bottom: 2%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  text-align: left;
}
.elgato_product_content img, .elgato_product_content div {
  width: 49%;
  margin-bottom: 2%;
  position: relative;
}
.elgato_product_content video {
  width: 100%;
  object-fit: cover !important;
  border-radius: 1.5em !important;
}
.splide {
  width: 100%;
  margin: 5% 0;
  padding: 0;
}
.splide img {
  width: 100%;
}
.splide__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.splide__arrows {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 80px;
  margin: 2% 0;
}
.splide__arrow {
  position: relative;
  width: 40px;
  margin: 0 25px;
  opacity: 0.2 !important;
}
.splide__arrow:hover {
  opacity: 1 !important;
}
.elgato_splide2 {
  margin-top: 10%;
}
.splide__slide div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.splide__slide div div {
  width: 48%;
  text-align: left;
}
.splide__slide div div div {
  width: 100%;
}
.elgato_apps {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  margin-top: 2%;
  max-width: 550px;
}
.elgato_apps img {
  width: 9%;
  margin-right: 6%;
  margin-top: 6%;
}
.elgato_sustainability {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  margin-top: 4%;
  margin-right: 67%;
  max-width: 180px;
  width: 34%;
}
.elgato_sustainability img {
  width: 45%;
  margin-right: 5%;
}
#elgato_toggle img {
  cursor: pointer;
  margin: 0;
  padding: 0;
}
#elgato_toggle {
  position: absolute;
  right: -3%;
  bottom: 4.5%;
  width: 14%;
  padding: 0;
  line-height: 0;
}
@media screen and (max-width:900px) {
  .elgato_content {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width:850px) {
  .elgato_navi_sel {
    width: 28%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .elgato_navi {
    justify-content: center;
  }
}
@media screen and (max-width:780px) {
  .elgato_txt, .elgato_hl, .elgato_hl2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .elgato_product_hl {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column;
    justify-content: center;
    margin-top: 10%;
  }
  .elgato_product_hl img {
    height: 30px;
    margin-bottom: 10px;
  }
  .elgato_product_hl_txt {
    text-align: center;
  }
  .elgato_product_content {
    text-align: center;
  }
  .elgato_product_content img, .elgato_product_content div {
    width: 100%;
    margin-bottom: 2%;
    margin-top: 2%;
  }
  .elgato_order1 {
    order: 1;
  }
  .elgato_order2 {
    order: 2;
  }
  .elgato_order3 {
    order: 3;
  }
  .elgato_order4 {
    order: 4;
  }
  .splide__slide div div {
    width: 100%;
    text-align: center;
  }
  .elgato_apps {
    max-width: 500px;
    margin: 2% auto 8% auto;
    justify-content: center !important;
  }
  .elgato_apps img {
    width: 9%;
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 5%;
  }
  .elgato_sustainability {
    max-width: 160px;
    margin: 2% 33% 8% 33%;
    justify-content: center !important;
  }
  .elgato_sustainability img {
    width: 45%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    margin-top: 5%;
  }
  .elgato_hl2 {
    margin-top: 5%;
  }
  #elgato_toggle {
    position: absolute;
    right: 3%;
    width: 7%;
    padding: 0;
    line-height: 0;
  }
}
@media screen and (max-width:650px) {
  #elgato_headervid {
    border-radius: 1em !important;
  }
  .elgato_product_hl {
    border-radius: 1em;
  }
}
@media screen and (max-width:580px) {
  .elgato_navi_sel {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .elgato_navi_link a {
    font-size: 0.8em;
  }
  .elgato_navi_link {
    border-radius: 30px;
    margin: 10px auto;
    padding: 4px 20px;
  }
}