body,
html {
  font-family: "Noto Sans", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

video {
  width: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

header {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 5%;
  background: #fff;
  border-bottom: #d2d2d2 1px solid;
  z-index: 500;
}
header .logo {
  width: 160px;
}
header .logo .logo_link {
  display: block;
  width: 100%;
}
header .nav {
  display: flex;
}
header .nav .nav_link {
  margin-left: 20px;
}
header .nav .nav_link a {
  color: #333;
}
header .nav .nav_link a:hover {
  text-decoration: underline;
}
header .ham {
  display: none;
}

footer {
  background: #333;
  padding: 20px 0;
}
footer .sns_link {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
footer .sns_link a {
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 5px;
}
footer .copyright {
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.container_l {
  width: 92%;
  margin: 0 auto;
}

.container {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}

.row {
  display: flex;
}

.col {
  width: calc(50% - 12px);
}

.tac {
  text-align: center;
}

.strong,
b {
  font-weight: bold;
}

.red {
  color: #c8161e;
}

.italic {
  font-style: italic;
}

.no-break {
  display: inline-block;
}

.btn_group {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.btn_group .btn {
  margin: 0 auto;
}

.btn {
  display: block;
  width: fit-content;
  color: #fff;
  background: #c8161e;
  line-height: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 0 25px;
  margin: 0 auto;
}
.btn:hover {
  background: #b3161d;
}

.btn2 {
  display: block;
  width: fit-content;
  color: #c8161e;
  background: #fff;
  border: 1px solid #fff;
  line-height: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 0 30px;
  margin: 0 auto;
}
.btn2:hover {
  color: #fff;
  background: #b3161d;
  border: 1px solid #fff;
}

.sec {
  padding: 80px 0;
}

/* popup */
.popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.popup-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  aspect-ratio: 16/9;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

.popup iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.close-btn {
  position: absolute;
  top: -50px;
  right: 0;
  font-size: 30px;
  color: white;
  cursor: pointer;
  padding: 10px;
}

.title_container {
  width: 92%;
  max-width: 900px;
  margin: 0 auto;
}

.title h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: #c8161e;
}
.title .subtitle {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}
.title p {
  text-align: center;
}
.title.important h2 {
  font-size: 44px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #c8161e;
}
.title.important h3 {
  font-size: 24px;
  font-weight: bold;
  color: #626262;
}

.link {
  display: inline;
  color: #c8161e;
  text-decoration: underline;
}
.link:hover {
  color: #b3161d;
  text-decoration: none;
}

.ul_list {
  display: flex;
  justify-content: space-between;
}
.ul_list .item_col3 {
  width: 32%;
  max-width: 390px;
}
.ul_list .item_col4 {
  width: 24%;
}

.youtube_slick,
.youtube_shorts_slick {
  margin-bottom: 0;
}
.youtube_slick .slide,
.youtube_shorts_slick .slide {
  padding: 0 10px;
}
.youtube_slick .slide .img_box,
.youtube_shorts_slick .slide .img_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 10px;
  border-radius: 20px;
}
.youtube_slick .slide .img_box::before,
.youtube_shorts_slick .slide .img_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.youtube_slick .slide .img_box::after,
.youtube_shorts_slick .slide .img_box::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url(../images/icon_play.png) no-repeat;
  background-position: center;
}
.youtube_slick .slide .img_box:hover::before,
.youtube_shorts_slick .slide .img_box:hover::before {
  background: rgba(0, 0, 0, 0.3);
}
.youtube_slick .slide .name,
.youtube_shorts_slick .slide .name {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}
.youtube_slick .slide .title,
.youtube_shorts_slick .slide .title {
  font-size: 16px;
  text-align: center;
}
.youtube_slick .slick-dots li button::before,
.youtube_shorts_slick .slick-dots li button::before {
  font-size: 20px;
}
.youtube_slick .slick-dots li.slick-active button::before,
.youtube_shorts_slick .slick-dots li.slick-active button::before {
  color: #c8161e;
}
.youtube_slick .slick-arrow::before,
.youtube_shorts_slick .slick-arrow::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
}
.youtube_slick .slick-prev,
.youtube_shorts_slick .slick-prev {
  left: -25px;
}
.youtube_slick .slick-prev::before,
.youtube_shorts_slick .slick-prev::before {
  background: url(../images/arrow_prev.png) no-repeat;
  background-size: contain;
}
.youtube_slick .slick-next,
.youtube_shorts_slick .slick-next {
  right: -25px;
}
.youtube_slick .slick-next::before,
.youtube_shorts_slick .slick-next::before {
  background: url(../images/arrow_next.png) no-repeat;
  background-size: contain;
}

.mask {
  display: none;
}

.kv {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  aspect-ratio: 1920/1080;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
}
.kv .kv_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.kv .kv_mask h1 {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}
.kv .kv_mask h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.kv .title_container {
  max-width: none;
}

.joinUSB-C .title {
  margin-bottom: 40px;
}
.joinUSB-C .strong {
  font-size: 24px;
  color: #c8161e;
  margin-bottom: 20px;
}
.joinUSB-C .connect {
  margin-bottom: 20px;
}
.joinUSB-C .compare {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
  box-sizing: content-box;
  border-radius: 20px;
  overflow: hidden;
}
.joinUSB-C .compare h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.joinUSB-C .compare .bottom {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.joinUSB-C .compare .top {
  position: absolute;
  top: 0px;
  left: 0;
  width: 50%;
  overflow: hidden;
}
.joinUSB-C .compare .top img {
  width: 1200px;
}
.joinUSB-C .compare .bar {
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  background: #fff;
  padding: 20px 0;
}
.joinUSB-C .compare .bar::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgb(211, 211, 211);
  background: radial-gradient(circle, rgb(211, 211, 211) 0%, rgb(255, 255, 255) 67%);
}
.joinUSB-C .compare .bar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 70%, rgb(211, 211, 211) 100%);
  z-index: 10;
}

.USB-C_fix {
  background: #efefef;
}
.USB-C_fix .title {
  margin-bottom: 40px;
}
.USB-C_fix .row {
  justify-content: space-between;
  align-items: stretch;
}
.USB-C_fix .row .col {
  width: 48%;
  background: #fff;
  border-radius: 20px;
}
.USB-C_fix .row .style1 {
  background: url(../images/streambroken.gif) no-repeat;
  background-size: cover;
}
.USB-C_fix .row .style2 {
  background: url(../images/streambroken_shine.gif) no-repeat;
  background-size: cover;
  background-position: center;
  color: #c8161e;
}
.USB-C_fix .content {
  padding: 40px;
}
.USB-C_fix .content h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.USB-C_fix .content img {
  width: 60%;
  margin: 0 auto;
}
.USB-C_fix .content ul li {
  list-style: disc;
  margin-left: 28px;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(364deg);
  }
}
.introduction .title {
  margin-bottom: 40px;
}
.introduction .ul_list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.introduction .ul_list li .img_box {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #efefef;
  border-radius: 20px;
  overflow: hidden;
}
.introduction .ul_list li .img_box .mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  transition: 0, 5s;
}
.introduction .ul_list li .img_box:hover .mask {
  display: flex;
}
.introduction .ul_list li .logo {
  width: auto;
  height: 65px;
  margin-top: 10px;
}
.introduction .ul_list li .logo img {
  width: auto;
  height: 100%;
}
.introduction .ul_list li p {
  text-align: center;
  margin: 10px auto;
}
.introduction .ul_list li .btn_group {
  justify-content: center;
}
.introduction .ul_list li .btn_group .btn {
  margin: 0 5px 10px;
}

.compatibility {
  background-image: url(../images/sec3_bg_l.png), url(../images/sec3_bg_r.png);
  background-position: left center, right center;
  background-size: contain;
  background-repeat: no-repeat, no-repeat;
  background-color: #ededed;
}

.Go-Series_table .title {
  margin-bottom: 40px;
}
.Go-Series_table .title_2 {
  margin: 20px auto;
}
.Go-Series_table .hint {
  position: relative;
  display: none;
  width: fit-content;
  font-size: 14px;
  text-align: center;
  margin: 0 auto 10px;
  color: #c8161e;
}
.Go-Series_table .hint::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  width: 10px;
  height: 10px;
  background: url(../images/arrow_next.png) no-repeat;
  background-size: contain;
}
.Go-Series_table table {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(179, 179, 179, 0.5);
}
.Go-Series_table table thead {
  background: #c8161e;
}
.Go-Series_table table thead p {
  color: #fff;
  font-weight: bold;
}
.Go-Series_table table th,
.Go-Series_table table td {
  width: 20%;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}
.Go-Series_table table .gray_bg {
  background: #f3f3f3;
}
.Go-Series_table table .check {
  width: 32px;
}
.Go-Series_table .th_row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.Go-Series_table .th_row .img {
  width: 125px;
}

.further {
  background: #ffffff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100%);
}
.further .title {
  margin-bottom: 40px;
}
.further .ul_list {
  padding: 0 5%;
}
.further .ul_list .item_col4 {
  margin-bottom: 20px;
}
.further .ul_list .item_col4 img {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #fff;
  margin-bottom: 10px;
}
.further .ul_list .item_col4 .content_title {
  width: 100%;
  height: auto;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.further .ul_list .item_col4 .content_title h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.further .ul_list .item_col4 .content_title h3 span {
  display: inline-block;
}

.CapturMore {
  display: flex;
  align-items: center;
  background: url(../images/sec6_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  aspect-ratio: 1920/550;
}
.CapturMore .row {
  justify-content: space-between;
}
.CapturMore .title h2,
.CapturMore .title p {
  text-align: left;
}

.StreamYourWay {
  background: url(../images/sec7-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.StreamYourWay .title h3 {
  text-align: center;
}

.content_title h3 {
  font-size: 24px;
  font-weight: bold;
}

.context {
  padding-top: 0;
  background: url(../images/sec8_bg2.jpg) no-repeat;
  background-size: contain;
  background-position: bottom center;
}
.context .title {
  margin-bottom: 40px;
}
.context .row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.context .img {
  border-radius: 20px;
  overflow: hidden;
}
.context p.best {
  color: #2297eb;
}
.context .text_l .content_title {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.context .text_l .content_title h3,
.context .text_l .content_title p {
  text-align: right;
  margin-bottom: 10px;
}
.context .text_l .content_title .btn_group .btn {
  margin: 0;
}
.context .text_r .content_title {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.context .text_r .content_title h3,
.context .text_r .content_title p {
  text-align: left;
  margin-bottom: 10px;
}
.context .text_r .content_title .btn_group .btn {
  margin: 0;
}
.context .part1 {
  margin-bottom: 80px;
}

.reviews {
  padding: 0;
  background: #fff;
}
.reviews .content {
  padding: 80px 0;
  background: #f5f5f5;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.reviews .title_container {
  margin-bottom: 40px;
}
.reviews .title_container h2 {
  color: #c8161e;
}
.reviews .youtube_slick .slide .img_box {
  aspect-ratio: 16/9;
}
.reviews .youtube_slick .slick-arrow {
  top: 35%;
}

.reviews2 {
  background: #fff;
}
.reviews2 .title_container {
  margin-bottom: 40px;
}
.reviews2 .youtube_shorts_slick {
  margin-bottom: 40px;
}
.reviews2 .youtube_shorts_slick .slide .img_box {
  aspect-ratio: 9/16;
}
.reviews2 .youtube_shorts_slick .slide .img_box img {
  width: auto;
  height: 100%;
}
.reviews2 .youtube_shorts_slick .slide .slick-arrow {
  top: 50%;
}

.faq {
  background: #f5f5f5;
}
.faq .title {
  margin-bottom: 40px;
}
.faq .faq_list {
  display: flex;
  flex-direction: column;
}
.faq .faq_list .faq_item {
  opacity: 0.7;
  padding: 20px 20px;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 20px;
}
.faq .faq_list .faq_item .question {
  position: relative;
}
.faq .faq_list .faq_item .question h4 {
  font-weight: bold;
  font-size: 20px;
  padding-left: 20px;
}
.faq .faq_list .faq_item .question::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/arrow_faq.png) no-repeat;
  transition: 0.5s;
}
.faq .faq_list .faq_item .answer {
  display: none;
  padding-top: 20px;
  padding-left: 24px;
}
.faq .faq_list .faq_item .answer p {
  font-size: 16px;
  color: #626262;
  margin-bottom: 5px;
}
.faq .faq_list .faq_item .answer .note {
  font-size: 14px;
}
.faq .faq_list .faq_item.on {
  opacity: 1;
}
.faq .faq_list .faq_item.on .question::before {
  transform: translateY(-55%) rotate(90deg);
}
.faq .faq_list .faq_item:hover {
  opacity: 1;
  cursor: pointer;
}
.faq .sec_list {
  padding-left: 24px;
}
.faq .sec_list .sec_item {
  list-style-type: disc;
  font-size: 16px;
  color: #626262;
  margin-bottom: 5px;
}
.faq .sec_list.num .sec_item {
  list-style: decimal;
}
.faq .sec_list.disc .sec_item {
  list-style-type: disc;
}
.faq .third_list {
  padding-left: 24px;
}
.faq .third_list .third_item {
  list-style-type: circle;
  font-size: 16px;
  color: #626262;
  margin-bottom: 5px;
}

@media screen and (max-width: 1920px) {
  .CapturMore {
    aspect-ratio: unset;
    height: 550px;
  }
}
@media screen and (max-width: 1600px) {
  header .ham {
    display: flex;
    flex-direction: column;
    width: 32px;
    height: 24px;
  }
  header .ham span {
    width: 100%;
    height: 3px;
    background: #444;
    margin-bottom: 5px;
  }
  header .ham span:nth-last-child(1) {
    margin-bottom: 0;
  }
  header .ham.active {
    position: relative;
    z-index: 750;
  }
  header .ham.active span {
    position: absolute;
    top: 50%;
    left: 50%;
  }
  header .ham.active span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header .ham.active span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .ham.active span:nth-last-child(1) {
    display: none;
  }
  header .nav {
    position: fixed;
    top: 0;
    right: -320px;
    flex-direction: column;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 600;
    padding-top: 80px;
    box-shadow: -2px -2px 10px rgba(0, 0, 0, 0.25);
  }
  header .nav .nav_link {
    margin: 0;
    padding: 0 5%;
  }
  header .nav .nav_link a {
    display: block;
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
  }
  header .nav .nav_link a:hover {
    text-decoration: none;
  }
  header .nav.active {
    right: 0;
  }
  .kv .kv_mask h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1280px) {
  .further .br_l {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 400;
    background: rgba(0, 0, 0, 0.25);
  }
  .mask.active {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  html,
  body {
    font-size: 16px;
  }
  .fd_c_m {
    flex-direction: column;
  }
  .fd_c_m .col {
    width: 100%;
  }
  .sec {
    padding: 40px 0;
  }
  .title_container {
    max-width: 800px;
  }
  .title h2 {
    font-size: 24px;
  }
  .title .subtitle {
    font-size: 18px;
  }
  .title.important h2 {
    font-size: 28px;
  }
  .title.important h3 {
    font-size: 18px;
  }
  .content_title h3 {
    font-size: 18px;
  }
  .ul_list {
    flex-direction: column;
    align-items: center;
  }
  .ul_list .item_col_1_m {
    width: 100%;
    max-width: 400px;
    margin-bottom: 25px;
  }
  .ul_list .item_col_1_m:nth-last-child(1) {
    margin-bottom: 0;
  }
  .youtube_slick .slick-dots li,
  .youtube_shorts_slick .slick-dots li {
    margin: 0;
  }
  .youtube_slick .slick-prev,
  .youtube_shorts_slick .slick-prev {
    left: -10px;
  }
  .youtube_slick .slick-next,
  .youtube_shorts_slick .slick-next {
    right: -10px;
  }
  .kv {
    aspect-ratio: 1200/800;
    border-bottom-left-radius: 10vw;
    border-bottom-right-radius: 10vw;
  }
  .kv .kv_mask h1 {
    font-size: 4vw;
  }
  .joinUSB-C .strong {
    font-size: 18px;
  }
  .joinUSB-C .connect {
    margin-bottom: 20px;
  }
  .joinUSB-C .compare {
    border-radius: 10px;
  }
  .introduction .title {
    margin-bottom: 20px;
  }
  .introduction .btn_group {
    justify-content: space-between;
  }
  .introduction .btn_group .btn {
    width: 48%;
    text-align: center;
    padding: 0 10px;
    margin: 0;
  }
  .compatibility {
    padding: 80px 0;
    background-position: left -150% top, right -150% bottom;
  }
  .further .ul_list .item_col4 .content_title {
    height: auto;
  }
  .compactness .title {
    margin-bottom: 20px;
  }
  .CapturMore {
    background: url(../images/sec6_bg_m.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    height: auto;
    padding-top: 50vw;
  }
  .CapturMore .title h2,
  .CapturMore .title p {
    text-align: center;
  }
  .CapturMore .row .col {
    width: 100%;
  }
  .CapturMore .row .col:nth-child(1) {
    display: none;
  }
  .StreamYourWay .title h3 {
    font-size: 20px;
  }
  .context {
    padding-top: 0;
  }
  .context .part1 {
    margin-bottom: 40px;
  }
  .context .part2 .row:nth-last-child(1) {
    margin-bottom: 0;
  }
  .context .title {
    margin-bottom: 20px;
  }
  .context .row {
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .context .row .col {
    width: 100%;
    max-width: 400px;
  }
  .context .text_l .col:nth-child(1) {
    order: 2;
  }
  .context .text_l .col:nth-child(2) {
    order: 1;
    margin-bottom: 5px;
  }
  .context .text_l .content_title {
    align-items: center;
  }
  .context .text_l .content_title h3 {
    text-align: center;
    margin-bottom: 5px;
  }
  .context .text_l .content_title p {
    text-align: left;
    margin-bottom: 5px;
  }
  .context .text_r .col:nth-child(1) {
    margin-bottom: 5px;
  }
  .context .text_r .content_title {
    align-items: center;
  }
  .context .text_r .content_title h3 {
    text-align: center;
    margin: 0 auto 5px;
  }
  .context .text_r .content_title p {
    text-align: left;
    margin-bottom: 5px;
  }
  .context p.best {
    font-size: 18px;
  }
  .Go-Series_table .container {
    overflow-x: scroll;
  }
  .Go-Series_table .hint {
    display: block;
  }
  .Go-Series_table table {
    min-width: 800px;
    border-radius: 10px;
  }
  .Go-Series_table .th_row .img {
    width: 80px;
  }
  .Go-Series_table th,
  .Go-Series_table td {
    width: 14.66%;
  }
  .Go-Series_table th:nth-child(1), .Go-Series_table th:nth-child(2),
  .Go-Series_table td:nth-child(1),
  .Go-Series_table td:nth-child(2) {
    width: 28%;
  }
  .Go-Series_table th {
    font-size: 16px;
  }
  .Go-Series_table td {
    font-size: 14px;
  }
  .reviews {
    padding: 0;
  }
  .reviews .title {
    margin-bottom: 20px;
  }
  .reviews .content {
    padding: 40px 0;
    border-bottom-left-radius: 10vw;
    border-bottom-right-radius: 10vw;
  }
  .reviews .content .title {
    margin-bottom: 20px;
  }
  .reviews .youtube_slick {
    padding: 0 20px;
  }
  .reviews .youtube_slick .slick-dots {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .reviews .youtube_slick .slick-arrow {
    top: 26%;
  }
  .reviews2 .title {
    margin-bottom: 20px;
  }
  .reviews2 .content .title {
    margin-bottom: 0;
  }
  .reviews2 .youtube_shorts_slick {
    padding: 0 20px;
  }
  .reviews2 .youtube_shorts_slick .slick-dots {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .reviews2 .youtube_shorts_slick .slick-arrow {
    top: 39%;
  }
  .faq .faq_list .faq_item {
    padding: 15px;
  }
  .faq .faq_list .faq_item .question h4 {
    font-size: 18px;
  }
  .faq .faq_list .faq_item .question::before {
    top: 13px;
  }
  .faq .faq_list .faq_item .answer {
    padding-top: 15px;
  }
  .faq .faq_list .faq_item .answer p {
    font-size: 15px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 820px) {
  .USB-C_fix .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .USB-C_fix .row .col {
    width: 100%;
    max-width: 480px;
  }
  .USB-C_fix .row .col:nth-child(1) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  header {
    height: 65px;
  }
  .title h2 {
    font-size: 20px;
  }
  .title .subtitle {
    font-size: 18px;
  }
  .title p {
    font-size: 16px;
  }
  .btn_group .btn {
    margin-top: 10px;
  }
  .btn_group .btn:nth-child(1) {
    margin-top: 0;
  }
  .youtube_slick .slick-dots li,
  .youtube_shorts_slick .slick-dots li {
    margin: 0;
  }
  .kv .kv_mask h1 {
    font-size: 26px;
  }
  .kv .kv_mask h2 {
    font-size: 16px;
  }
  .compatibility {
    padding: 100px 0;
    background-position: left -60% top, right -60% bottom;
  }
  .USB-C_fix .content {
    padding: 20px;
  }
  .CapturMore {
    background-size: contain;
  }
  .StreamYourWay {
    background: #eeeeee;
    background: linear-gradient(180deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
  }
  .context .row .col {
    max-width: 320px;
  }
}
.lan_jp .title_container {
  max-width: 1200px;
}
.lan_jp .title .subtitle {
  text-align: left;
}
.lan_jp .USB-C_fix .row .style2 {
  color: #000;
}
.lan_jp .introduction .ul_list li .img_box .mask {
  padding: 50px 35px;
}
.lan_jp .introduction .ul_list li .logo {
  height: 90px;
}
.lan_jp .context .text_l .content_title {
  align-items: start;
}
.lan_jp .context .text_l .content_title h3,
.lan_jp .context .text_l .content_title p {
  text-align: left;
}
.lan_jp .Go-Series_table .title .subtitle {
  text-align: center;
}
.lan_jp .Go-Series_table table thead p {
  text-align: left;
}
.lan_jp .Go-Series_table table thead .tac {
  text-align: center;
}
.lan_jp .Go-Series_table table td {
  text-align: left;
}

.lan_kr .context .text_l .content_title {
  align-items: start;
}
.lan_kr .context .text_l .content_title h3,
.lan_kr .context .text_l .content_title p {
  text-align: left;
}/*# sourceMappingURL=style.css.map */