@charset "UTF-8";

html,
body {
  overflow-x: auto;
  background-color: #fff;
}

body {
  position: static;
  height: auto;
}

#footer {
  background-color: #090909;
}

/* ===========================================================
// #contents
===========================================================*/
/* ===========================================================
===========================================================*/
.A6G {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.075em;
  color: #333;
  font-size: 16px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
}

#header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.51)), color-stop(11%, rgba(0, 0, 0, 0.51)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.51) 0%, rgba(0, 0, 0, 0.51) 11%, rgba(0, 0, 0, 0) 100%);
}

@media all and (min-width: 657px) {
  body {
    min-width: 1350px;
  }

  .switch {
    position: relative;
  }

  .switch .switch__box {
    position: relative;
    overflow: hidden;
    width: 820px;
    cursor: pointer;
    -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
  }

  .switch .switch__before {
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: 410px;
  }

  .switch .switch__before img {
    width: 820px;
    max-width: none;
    pointer-events: none;
  }

  .switch .switch__after {
    position: absolute;
    z-index: 1;
    top: 0;
    overflow: hidden;
    width: 100%;
  }

  .switch .switch__after img {
    width: 820px;
    max-width: none;
    pointer-events: none;
  }

  .switch .switch__note {
    font-size: 13px;
    text-align: right;
  }

  .switch .switch__ui {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transform: translate(410px, 0);
    transform: translate(410px, 0);
    pointer-events: none;
  }

  .switch .switch__ui img {
    position: relative;
    left: -31px;
    max-width: auto;
  }

  .switch.switch--02 .switch__box {
    width: 600px;
  }

  .switch.switch--02 .switch__before {
    width: 300px;
  }

  .switch.switch--02 .switch__before img {
    width: 600px;
  }

  .switch.switch--02 .switch__after img {
    width: 600px;
  }

  .switch.switch--02 .switch__ui {
    -webkit-transform: translate(300px, 0);
    transform: translate(300px, 0);
  }

  .switch.switch--02 .switch__ui img {
    height: 384px;
  }

  /* ECバナー
==================================== */
  #ec-bunner {
    background-color: #fff;
    width: 100%;
    margin: 3% auto 3% auto;
    overflow: hidden;
  }

  #ec-bunner.inner {
    width: 100%;
    max-width: 1350px;
    overflow: hidden;
    padding: 0 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #ec-bunner.noSP .ec-flex__item img {
    height: auto;
    width: 50%;
  }

  #ec-bunner h2 {
    font-size: 36px !important;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 5% 0 5% 0;
    color: #000;
  }

  .ec-flex__item p {
    font-weight: lighter;
    margin-top: 15px;
    color: #1d1d1d;
  }

  .ec-flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .new-flexarea:nth-of-type(2) {
    padding-top: 1.5%;
    border-top: 1px solid #cccccc;
  }

  .ec-flex__item {
    margin: 10px 60px;
    text-align: center;
    font-size: 14px;
    /* width: 180px; */
    width: 15%;
    margin-bottom: 60px;
  }

  .ec-flex__item img {
    width: 100%;
  }

  .ec-flex__item h3 {
    font-weight: bold;
    font-size: 1.9em;
    margin-top: -12px;
  }

  .ec-flex__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ec-flex__item:nth-of-type(1) img {
    width: 150px;
  }

  .ec-flex__item:nth-of-type(6) img {
    width: 120px;
  }

  #ec-bunner a:nth-of-type(2) {
    margin-top: 20px;
  }

  #ec-bunner a.fl-btn {
    padding: 10px 20px 8px;
    /* padding: 1rem 2rem .8rem; */
    font-size: 15px;
    /* font-size: 1.5rem; */
    display: inline-block;
    border-radius: 6px;
    background-color: #a50034;
    font-weight: 400;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    border: none;
    margin-bottom: 10%;
    margin-top: 30px;
  }

  #ec-bunner a.fl-btn:hover {
    opacity: 0.8;
  }

  .ec-linkarea {
    background-color: #fff;
    margin: 0% auto 2% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 700px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* =====0326====== */
  #ec-bunner .web-news_ttl {
    margin: 70px 0 30px;
  }

  .ec-linkarea .btn-area {
    margin: 0 auto;
    text-align: center;
    width: 254px;
  }

  .ec-linkarea .btn {
    margin: 30px auto 10px;
    width: 230px;
    border: 1px solid #000;
    padding: 8px 10px;
    padding-bottom: 0px;
  }

  .ec-linkarea .btn a {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    line-height: 0;
  }

  .ec-linkarea .link_ttl {
    text-align: center;
    font-size: 12px;
    color: #000;
  }

  .ec-linkarea img {
    width: 70%;
    vertical-align: middle;
    text-align: center;
  }

  .ec-linkarea .btn.btn--avw {
    padding: 0;
  }

  .ec-linkarea .btn.btn--avw a {
    font-size: 16px;
  }

  .ec-linkarea .btn.btn--avw a img {
    width: 100%;
  }

  /* ====== */
  #ec-bunner .flex-areaitem2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #spec {
    padding: 7% 0;
    font-size: 14px;
    color: #fff;
    background: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#1a1a1a));
    background-image: linear-gradient(to bottom, #000 0%, #1a1a1a 100%);
    position: relative;
  }

  #spec #download {
    position: absolute;
    top: -0px;
  }

  #spec #anc_spec {
    position: relative;
  }

  #spec #anc_spec #detail {
    position: relative;
    top: -120px;
  }

  #spec h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 42px !important;
    text-align: center;
    line-height: 1;
  }

  #spec #spec_wrap {
    display: none;
    max-width: 1300px;
  }

  #spec .d_list {
    margin: 50px auto 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #spec .d_list li {
    margin: 0 20px;
  }

  #spec .d_list li ul div#wall_maker li {
    margin: 0;
  }

  #spec .d_list li ul div#hdd_maker li {
    margin: 0;
    margin-top: 3%;
    line-height: 1.3;
  }

  #spec .d_list li p {
    margin-top: 2%;
    text-align: center;
  }

  #spec .d_list li.wall_at {
    margin-top: -7px !important;
    margin-bottom: 3% !important;
    text-align: center;
    border-radius: 5px;
    background-color: #21cbcb;
  }

  #spec .d_list li.wall_mb {
    margin-bottom: 3% !important;
  }

  #spec .d_list li.hdd_mb {
    margin-bottom: 3% !important;
  }

  #spec .d_list li a {
    display: block;
    width: 280px;
    padding: 0 40px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #21cbcb;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    opacity: 1;
    border-radius: 5px;
  }

  #spec .d_list li a.notlink {
    background-color: #666;
  }

  #spec .d_list li a.notlink:hover {
    opacity: 1;
  }

  #spec .d_list li a:hover {
    opacity: 0.8;
  }

  #spec .list {
    margin: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #spec .list>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% / 3);
    text-align: center;
    line-height: 1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ie #spec .list>* {
    width: calc(99.8% / 3);
  }

  #spec .list li:nth-child(1),
  #spec .list li:nth-child(2),
  #spec .list li:nth-child(3) {
    padding-bottom: 60px;
    border-bottom: 1px solid #2b2b2b;
  }

  #spec .list li:nth-child(4),
  #spec .list li:nth-child(5),
  #spec .list li:nth-child(6) {
    padding-top: 60px;
  }

  #spec .list>*:nth-child(3n-1) {
    border-left: 1px solid #2b2b2b;
    border-right: 1px solid #2b2b2b;
  }

  #spec .list>* span {
    display: block;
    margin-top: 25px;
    font-size: 36px;
    font-weight: bold;
    color: #01cfd0;
  }

  #spec .detail {
    padding: 0 70px;
    position: relative;
  }

  #spec .detail #detail {
    position: absolute;
    top: -30px;
  }

  #spec .detail .detail__wrap {
    display: none;
  }

  #spec .detail .detail__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #spec .detail .spec_ttl {
    font-size: 21px;
    font-weight: bold;
  }

  #spec .detail .detail__box {
    width: 30%;
  }

  #spec .detail .detail__table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #01cfd0;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  #spec .detail .detail__table.head {
    border-top: 0px solid #000;
  }

  #spec .detail .detail__table.head tr:first-child th {
    font-weight: bold;
  }

  #spec .detail .detail__table tr {
    border-bottom: 1px solid #01cfd0;
  }

  #spec .detail .detail__table th,
  #spec .detail .detail__table td {
    padding: 3px;
    vertical-align: top;
  }

  #spec .detail .detail__table th {
    font-weight: normal;
    width: 200px;
    text-align: left;
  }

  #spec .detail__btn {
    width: 213px;
    margin: 50px auto 0 auto;
    text-align: center;
  }

  #spec .detail__btn a {
    display: block;
    height: 42px;
    line-height: 42px;
    color: #202020;
    cursor: pointer;
    position: relative;
    color: #fff;
    border: 1px solid #fff;
  }

  #spec .detail__btn a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 16px;
    right: 15px;
  }

  #spec .detail__btn a:hover {
    border: 1px solid #21cbcb;
    background-color: #21cbcb;
  }

  #spec .detail__btn a.active:after {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #spec .detail__coment {
    margin-top: 60px;
  }

  #spec .detail__coment p {
    position: relative;
    padding-left: 20px;
  }

  #spec .detail__coment p::before {
    position: absolute;
    content: "●";
    left: 0;
  }

  .A6G.main {
    color: #fff;
  }

  .A6G.main .label {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#15458f), to(#a48fb7));
    background: linear-gradient(to right, #15458f 0%, #a48fb7 100%);
    padding: 11px 15px;
    padding-bottom: 8px;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
  }

  .A6G.main .c-submenu {
    font-size: 21px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .A6G.main .c-submenu .c-submenu__title {
    line-height: 1;
  }

  .A6G.main .c-submenu .c-submenu__inner {
    -ms-flex-preferred-size: 800px;
    flex-basis: 800px;
  }

  .ie .c-submenu__inner>* {
    margin: 0 20px;
  }

  .A6G.main .c-submenu .c-submenu__inner li a {
    border: 1px solid #01cfd0;
    padding: 10px 20px;
    padding-bottom: 8px;
    border-radius: 20px;
    margin: 0 10px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    white-space: nowrap;
  }

  .A6G.main .c-submenu .c-submenu__inner li a:hover {
    opacity: 0.6;
  }

  .A6G.main .c-submenu .c-submenu__inner li a::before {
    display: none;
  }

  .A6G.main .function {
    background: -webkit-gradient(linear, left bottom, left top, from(#d7e3e7), color-stop(#fff), to(#d7e3e7));
    background: linear-gradient(0deg, #d7e3e7, #fff, #d7e3e7);
    text-align: center;
    padding: 0px 70px;
  }

  .A6G.main .function .function__inner {
    padding: 35px 0;
  }

  .A6G.main .function .function__ttl {
    font-size: 20px;
    font-weight: bold;
    color: #000;
  }

  .A6G.main .function .function__icon {
    margin-top: 25px;
    margin-left: -50px;
  }

  .A6G.main .function .function__more {
    margin-top: 30px;
  }

  .A6G.main .function .function__more a {
    margin-top: 30px;
    border: 2px solid #01cfd0;
    border-radius: 20px;
    padding: 7px 15px;
    padding-bottom: 5px;
    padding-right: 25px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    line-height: 1;
    color: #000;
  }

  .A6G.main .function .function__more a:after {
    display: block;
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    right: 8px;
    top: 7px;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012.5%2021.5%22%20style%3D%22enable-background%3Anew%200%200%2012.5%2021.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-width%3A3.5%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%221.8%2C1.8%2010.8%2C10.8%201.8%2C19.8%20%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    -webkit-transition: 0s;
    transition: 0s;
  }

  .A6G.main .function .function__more a:hover {
    color: #fff;
    background-color: #01cfd0;
  }

  .A6G.main .function .function__more a:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012.5%2021.5%22%20style%3D%22enable-background%3Anew%200%200%2012.5%2021.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A3.5%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%221.8%2C1.8%2010.8%2C10.8%201.8%2C19.8%20%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
  }

  .A6G.main .product {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }

  .A6G.main .product .product__inner {
    position: absolute;
    left: 70px;
    z-index: 1;
  }

  .ie .product__inner {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .A6G.main .product .product__copy {
    margin-top: 50px;
    font-size: 40px;
    line-height: 1.4;
  }

  .A6G.main .product .product__info {
    line-height: 1.7;
    margin-top: 40px;
    color: #000;
  }

  .A6G.main .product .product__info span {
    display: block;
    font-size: 20px;
    margin-bottom: -10px;
  }

  .A6G.main .product .product__info h2 {
    font-size: 40px;
    font-weight: bold;
  }

  .A6G.main .product .product__info p {
    margin-top: 0px;
  }

  .A6G.main .product .product__info .product__function {
    margin-top: 20px;
    display: inline-block;
  }

  .A6G.main .product .product__ttl_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .A6G.main .product .product__ttl_area .vps-award__logo {
    width: 50%;
    max-width: 320px;
    margin-left: 20px;
    padding-top: 10px;
  }

  .A6G.main .product .product__image {
    width: 100%;
  }

  .A6G.main .product .product__image img {
    width: 100%;
  }

  .A6G.main .image {
    min-width: 1350px;
    position: relative;
    overflow: hidden;
    margin-top: -1px;
  }

  .A6G.main .image .image__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .A6G.main .image .iheader__inner {
    position: absolute;
    right: 70px;
    text-align: right;
    z-index: 1;
  }

  .ie .iheader__inner {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .A6G.main .image .iheader__ttl {
    margin-top: 20px;
    position: relative;
    left: 35px;
    font-size: 56px;
    line-height: 1.4;
    color: #000;
  }

  .A6G.main .image .iheader__info {
    display: inline-block;
    max-width: 500px;
    letter-spacing: 0px;
    color: #000;
  }

  .A6G.main .image .iheader__info p {
    text-align: left;
  }

  .A6G.main .image .iheader__function {
    margin-top: 20px;
  }

  .A6G.main .image .iheader__function img {
    width: 70px;
  }

  .A6G.main .image .iheader__img {
    margin-top: 30px;
  }

  .A6G.main .image .iheader__image {
    width: 100%;
  }

  .A6G.main .image .iheader__image img {
    width: 100%;
  }

  .A6G.main .sound {
    background-color: #000;
    position: relative;
    padding-top: 100px;
    overflow: hidden;
    padding-top: 0;
  }

  .A6G.main .sound .sheader .sheader__inner {
    position: absolute;
    z-index: 1;
    top: 140px;
    left: 70px;
  }

  .A6G.main .sound .sheader .sheader__ttl {
    margin-top: 20px;
    line-height: 1.3;
    font-size: 56px;
    line-height: 1.4;
    color: #000;
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
  }

  .A6G.main .sound .sheader .sheader__function {
    margin-top: 20px;
  }

  .A6G.main .sound .sheader .sheader__image {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }

  .A6G.main .sound .sheader .sheader__image img {
    width: 100%;
  }

  .A6G.main .sound .sound__function {
    background: -webkit-gradient(linear, left top, left bottom, from(#d7e3e7), to(#fff));
    background: linear-gradient(180deg, #d7e3e7, #fff);
  }

  .A6G.main .sound .ssec {
    background-color: #000;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    color: #000;
  }

  .A6G.main .sound .ssec .ssec__wrap {
    width: 100%;
    max-width: 1350px;
    position: absolute;
    margin: 0 auto;
    height: 100%;
  }

  .A6G.main .sound .ssec .ssec__inner {
    padding: 70px 70px;
    position: absolute;
    z-index: 1;
  }

  .A6G.main .sound .ssec .ssec__ttl01 {
    font-size: 56px;
    line-height: 1.4;
  }

  .A6G.main .sound .ssec .ssec__text01 {
    margin-top: 30px;
    font-size: 32px;
    line-height: 1.4;
  }

  .A6G.main .sound .ssec .ssec__ttl02 {
    font-size: 28px;
    margin-top: 10px;
    color: #01cfd0;
    font-weight: bold;
    margin-top: 5px;
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
  }

  .A6G.main .sound .ssec .ssec__text02 {
    margin-top: 15px;
    font-size: 16px;
    margin-top: 5px;
  }

  .A6G.main .sound .ssec .ssec__bg {
    position: relative;
    top: 0;
    width: 100%;
  }

  .A6G.main .sound .ssec .ssec__bg img {
    width: 100%;
  }

  .A6G.main .eilex {
    background-color: #f0f6f6;
    background-image: url("/tv/55a6g/assets/img/top/eilex_bg.png");
    background-size: 100% auto;
    background-position: 0px 180px;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: -1px;
  }

  .A6G.main .eilex .eilex__wrap {
    width: 100%;
    max-width: 1350px;
    position: relative;
    margin: 0 auto;
    padding: 0 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .A6G.main .eilex .eilex__ttl {
    margin-top: 20px;
    font-size: 56px;
    line-height: 1.4;
    color: #000;
  }

  .A6G.main .eilex .eilex__name {
    margin-top: 20px;
    font-size: 28px;
    margin-top: 10px;
    color: #01cfd0;
    font-weight: bold;
  }

  .A6G.main .eilex .eilex__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000;
  }

  .A6G.main .eilex .eilex__info * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .A6G.main .eilex .eilex__info .eilex__text {
    width: 40%;
    padding-right: 4%;
  }

  .A6G.main .eilex__info .eilex__logo_wrap {
    display: flex;
    justify-content: flex-start;
    width: 60%;
  }

  .A6G.main .eilex .eilex__info .eilex__logo {
    width: 20%;
    text-align: center;
  }

  .A6G.main .eilex .eilex__info .eilex__logo:nth-of-type(1) {
    margin-right: 20px;
  }

  .A6G.main .eilex .eilex__info .eilex__logo:nth-of-type(2) {
    margin-left: 20px;
  }

  .A6G.main .eilex .eilex__info .eilex__logo img {
    width: 173px;
  }

  .A6G.main .eilex .eilex__info .eilex__function {
    width: 40%;
    padding-right: 2.3%;
    text-align: right;
  }

  .A6G.main .eilex .eilex__video {
    margin-top: 30px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  .A6G.main .eilex .eilex__video video {
    width: 800px;
  }

  .A6G.main .other {
    background-color: #000;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .A6G.main .other .oheader .oheader__inner {
    position: absolute;
    z-index: 1;
    top: 75px;
    left: 70px;
  }

  .A6G.main .other .oheader .oheader__ttl {
    margin-top: 20px;
    font-size: 56px;
    line-height: 1.4;
    color: #000;
  }

  .A6G.main .other .oheader .oheader__function {
    margin-top: 20px;
  }

  .A6G.main .other .oheader .oheader__image {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }

  .A6G.main .other .oheader .oheader__image img {
    width: 100%;
  }

  .A6G.main .vidaa {
    text-align: center;
    padding: 70px 15px;
    color: #fff;
    background: url("/tv/55a6g/assets/img/top/vidaa_bg.jpg") no-repeat center top/100% auto #000;
    background-attachment: fixed;
  }

  .A6G.main .vidaa h2 {
    font-size: 56px !important;
    /* font-weight: bold; */
  }

  .A6G.main .vidaa .vidaa_program {
    width: 600px;
    margin: 50px auto;
  }

  .A6G.main .vidaa .vidaa_bunner {
    width: 600px;
    margin: 50px auto;
  }

  .A6G.main .vidaa .txt {
    font-weight: bold;
  }

  .A6G.main .vidaa h3 {
    margin-top: 50px;
    font-size: 28px;
    font-weight: bold;
  }

  .A6G.main .vidaa .note {
    font-size: 16px;
  }

  .A6G.main .vidaa .logo_list_wrap {
    width: 720px;
    margin: 10px auto;
    padding: 20px;
  }

  .A6G.main .vidaa ul.logo_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .A6G.main .vidaa ul.logo_list>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% / 6);
  }

  .edge ul.logo_list>* {
    width: calc(99.9% / 6);
  }

  .A6G.main .vidaa ul.logo_list>* img {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    opacity: 1;
  }

  .A6G.main .vidaa ul.logo_list>*:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

  .A6G.main .mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#d7e3e7), to(#fff));
    background: linear-gradient(180deg, #d7e3e7, #fff);
  }

  .A6G.main .mode .mode__inner {
    padding: 70px;
    width: 100%;
    z-index: 1;
  }

  .A6G.main .mode .mode__ttl {
    margin-top: 20px;
    position: relative;
    font-size: 56px;
    line-height: 1.4;
    text-shadow: 0px 0px 5px #fff;
    line-height: 1.2;
  }

  .A6G.main .mode .mode__ttl02 {
    font-size: 28px;
    margin-top: 10px;
    color: #01cfd0;
    font-weight: bold;
  }

  .A6G.main .mode .mode__function {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
    z-index: 1;
  }

  .A6G.main .game {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    position: relative;
  }

  .A6G.main .game .game__inner {
    position: absolute;
    padding-left: 70px;
    width: 100%;
    top: 70px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .A6G.main .game .game__ttl {
    margin-top: 20px;
    position: relative;
    font-size: 56px;
    line-height: 1.4;
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
    line-height: 1.2;
  }

  .A6G.main .game .game__ttl02 {
    font-size: 28px;
    margin-top: 10px;
    color: #01cfd0;
    font-weight: bold;
  }

  .A6G.main .game .game__info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .A6G.main .game .game__info li {
    background-color: rgba(255, 255, 255, 0.95);
    border: #01cfd0 1px solid;
    width: 270px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px;
  }

  .A6G.main .game .game__info h4 {
    font-size: 22px;
    font-weight: bold;
  }

  .A6G.main .game .game__info p {
    font-size: 16px;
    line-height: 1.6;
  }

  .A6G.main .game .game__info span {
    font-size: 13px;
  }

  .A6G.main .game .game__function {
    position: absolute;
    bottom: 100px;
    right: 70px;
    z-index: 1;
  }

  .A6G.main .game .game__img {
    margin-top: 35px;
  }

  .A6G.main .game .game__image {
    width: 100%;
  }

  .A6G.main .game .game__image img {
    width: 100%;
  }

  .A6G.main .design {
    color: #fff;
  }

  .A6G.main .design .design__wrap {
    position: relative;
  }

  .A6G.main .design .design__inner {
    position: absolute;
    padding-right: 70px;
    width: 50%;
    z-index: 1;
    right: 0;
    top: 70px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .A6G.main .design .design__ttl {
    margin-top: 20px;
    position: relative;
    font-size: 56px;
    line-height: 1.4;
    color: #000;
  }

  .A6G.main .design .design__ttl02 {
    font-size: 28px;
    margin-top: 10px;
    color: #01cfd0;
    font-weight: bold;
  }

  .A6G.main .design .design__info {
    margin-top: 15px;
    font-size: 16px;
  }

  .A6G.main .design .design__image02 {
    position: relative;
  }

  .A6G.main .design .design__image02 img {
    width: 100%;
  }

  .A6G.main .design .design__image02 .design__caution {
    font-size: 13px;
    position: absolute;
    bottom: 40px;
    left: 70px;
    z-index: 10;
    color: #000;
  }

  .A6G.main .controller {
    color: #000;
    margin-top: -1px;
  }

  .A6G.main .controller .controller__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .A6G.main .controller .controller__inner {
    position: absolute;
    text-align: right;
    width: 100%;
    right: 70px;
    z-index: 1;
  }

  .ie .controller__inner {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .A6G.main .controller .controller__ttl {
    margin-top: 20px;
    position: relative;
    font-size: 56px;
    line-height: 1.4;
  }

  .A6G.main .controller .controller__ttl02 {
    font-size: 28px;
    margin-top: 10px;
    color: #01cfd0;
    font-weight: bold;
  }

  .A6G.main .controller .controller__info {
    margin-top: 15px;
    font-size: 16px;
    text-align: right;
    display: inline-block;
  }

  .A6G.main .controller .controller__info p {
    text-align: left;
    display: inline-block;
  }

  .A6G.main .controller .controller__function {
    margin-top: 30px;
    text-align: left;
    display: block;
  }

  .A6G.main .controller .controller__function span {
    margin-top: 10px;
    display: block;
    font-size: 13px;
  }

  .A6G.main .controller .controller__image {
    width: 100%;
    text-align: left;
  }

  .A6G.main .controller .controller__image img {
    width: 100%;
  }

  .A6G.main .recording {
    color: #000;
    background-color: #fff;
  }

  .A6G.main .recording .recording__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .A6G.main .recording .recording__inner {
    position: absolute;
    padding-left: 70px;
    width: 100%;
    top: 100px;
    z-index: 1;
  }

  .A6G.main .recording .recording__ttl {
    margin-top: 20px;
    position: relative;
    font-size: 56px;
    line-height: 1.4;
  }

  .A6G.main .recording .recording__ttl02 {
    font-size: 28px;
    margin-top: 10px;
    color: #01cfd0;
    font-weight: bold;
  }

  .A6G.main .recording .recording__info {
    margin-top: 15px;
    font-size: 16px;
  }

  .A6G.main .recording .recording__function {
    margin-top: 30px;
  }

  .A6G.main .recording .recording__img {
    margin-top: 35px;
  }

  .A6G.main .recording .recording__image {
    width: 100%;
    margin-top: 100px;
  }

  .A6G.main .recording .recording__image img {
    width: 100%;
  }

  .A6G.main .slide {
    text-align: center;
    padding-top: 0px;
    background-color: #000;
    padding-top: 70px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bbd3e2), to(#d5dee4));
    background-image: linear-gradient(to bottom, #bbd3e2 0%, #d5dee4 100%);
  }

  .A6G.main .slide .slide__image {
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .A6G.main .slide .slide__image li {
    position: absolute;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .A6G.main .slide .slide__image li.active {
    opacity: 1;
  }

  .A6G.main .slide .slide__note {
    color: #000;
    font-size: 13px;
    text-align: right;
    width: 540px;
    margin: 0 auto;
  }

  .A6G.main .slide .slide__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }

  .A6G.main .slide .slide__nav li {
    margin: 0 20px;
  }

  .A6G.main .slide .slide__nav li a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #000;
  }

  .A6G.main .slide .slide__nav li a.active {
    color: #01cfd0;
  }

  .A6G.main .slide .slide__text {
    margin-top: 40px;
    min-height: 200px;
    min-width: 1350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .A6G.main .slide .slide__text li {
    width: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    color: #000;
    min-width: 1350px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .A6G.main .slide .slide__text li.active {
    opacity: 1;
  }

  .A6G.main .slide .slide__text li .note {
    color: #666666;
  }

  .A6G.main .googleasst {
    padding: 80px 0;
    background: #dedede;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedede));
    background-image: linear-gradient(to bottom, #fff 0%, #dedede 100%);
    position: relative;
    overflow: hidden;
    color: #000;
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
  }

  .A6G.main .googleasst .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }

  .A6G.main .googleasst .txt {
    z-index: 1;
    width: 57%;
    max-width: 750px;
  }

  .A6G.main .googleasst h2 {
    font-size: 28px !important;
    line-height: 1.3;
    margin-bottom: 40px;
  }

  .A6G.main .googleasst ul.bnr {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .A6G.main .googleasst ul.bnr>*:first-child {
    margin-right: 40px;
  }

  .A6G.main .googleasst ul.bnr li img {
    width: auto !important;
  }

  .A6G.main .googleasst .btn_gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    margin-top: 40px;
    align-items: center;
  }

  .A6G.main .googleasst .btn_gr li:first-child {
    margin-right: 50px;
  }

  .A6G.main .googleasst .btn_gr li a {
    padding: 0 10px;
    font-size: 1.1vw;
    display: block;
    padding: 0 40px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #21cbcb;
  }

  .main.A6G .googleasst .btn_gr .btn_bunner {
    width: 150px;
  }

  .main.A6G .googleasst .btn_gr .btn_bunner a {
    background: none;
    padding: 0;
    height: auto;
  }

  .A6G.main .googleasst p.att {
    color: #666;
    font-size: 13px;
  }

  .A6G.main .warranty {
    background-color: #1e4f5a;
    padding: 40px 0;
  }

  .A6G.main .warranty .warranty__inner {
    width: 965px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .A6G.main .warranty .warranty__inner h3 {
    width: 251px;
  }

  .A6G.main .warranty .warranty__inner h3 img {
    width: 100%;
  }

  .A6G.main .warranty .warranty__inner p {
    width: 69%;
  }

  .A6G.main .lineup .lineup__comment {
    display: none;
  }

  .A6G.main .image .function {
    background-color: #fff;
    color: #000;
  }

  .A6G.main .image .function a {
    color: #000;
  }

  .A6G.main .image .function a:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012.5%2021.5%22%20style%3D%22enable-background%3Anew%200%200%2012.5%2021.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-width%3A3.5%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%221.8%2C1.8%2010.8%2C10.8%201.8%2C19.8%20%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
  }

  .A6G.main .image .isec {
    background-color: #fff;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    color: #000;
  }

  .A6G.main .image .isec .isec__wrap {
    width: 100%;
    max-width: 1350px;
    position: relative;
    margin: 0 auto;
    height: 750px;
  }

  .A6G.main .image .isec .isec__inner {
    padding: 70px 70px;
    z-index: 1;
  }

  .A6G.main .image .isec .isec__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .A6G.main .image .isec .isec__ttl01 {
    font-size: 56px;
    line-height: 1.4;
  }

  .A6G.main .image .isec .isec__text01 {
    margin-top: 30px;
    font-size: 32px;
    line-height: 1.4;
  }

  .A6G.main .image .isec .isec__ttl02 {
    font-size: 28px;
    margin-top: 10px;
    color: #01cfd0;
    font-weight: bold;
  }

  .A6G.main .image .isec .isec__text02 {
    margin-top: 15px;
    font-size: 16px;
    color: #4d4d4d;
    width: 30%;
  }

  .A6G.main .image .isec .isec__switch {
    width: 68%;
  }

  .A6G.main .image .isec .isec__img {
    width: 68%;
  }

  .A6G.main .image .isec .isec__bg img {
    width: 100%;
  }

  .A6G.main .image .isec .isec__note {
    font-size: 13px;
    text-align: right;
    margin-top: 10px;
  }

  .A6G.main .image .isec.isec--4k {
    background-image: url("/tv/55a6g/assets/img/top/4k_bg.png");
    background-size: cover;
  }

  .A6G.main .image .isec.isec--4k .isec__wrap {
    height: 830px;
  }

  .A6G.main .image .isec.isec--net {
    background-image: url("/tv/55a6g/assets/img/top/net_bg.png");
    background-size: cover;
    background-position: center;
  }

  .A6G.main .image .isec.isec--net .isec__wrap {
    height: 528px;
  }

  .A6G.main .image .isec.isec--net .isec__texts {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 45%;
    text-align: right;
  }

  .A6G.main .image .isec.isec--net .isec__img {
    margin-top: 30px;
    width: 50%;
  }

  .A6G.main .image .isec.isec--net .isec__text02 {
    width: 100%;
    text-align: left;
  }

  .A6G.main .image .isec.isec--net .isec__note {
    margin-top: 0;
    text-align: right;
  }

  .A6G.main .image .isec.isec--clear {
    background-image: url("/tv/55a6g/assets/img/top/clear_bg.png");
    background-size: cover;
  }

  .A6G.main .image .isec.isec--clear .isec__wrap {
    height: 760px;
  }

  .A6G.main .image .isec.isec--noise {
    background-image: url("/tv/55a6g/assets/img/top/noise_bg.png");
    background-size: cover;
  }

  .A6G.main .image .isec.isec--noise .isec__wrap {
    height: 840px;
  }

  .A6G.main .image .isec.isec--ads {
    background-image: url("/tv/55a6g/assets/img/top/ads_bg.png");
    background-position: 100% -0;
  }

  .A6G.main .image .isec.isec--ads .isec__wrap {
    height: 700px;
  }

  .A6G.main .image .isec.isec--ads .isec__note {
    position: absolute;
    right: 70px;
    bottom: 60px;
  }

  .A6G.main .image .isec.isec--ads .isec__img {
    margin-top: -200px;
  }

  .lineup {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#68bbbe), to(#fff));
    background-image: linear-gradient(to bottom, #68bbbe 0%, #fff 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 55%;
    height: 620px;
    color: #000;
    background-color: #ededed;
    text-align: center;
    padding-top: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .lineup .lineup__ttl {
    font-size: 42px;
    color: #fff;
  }

  .lineup .lineup__list {
    padding: 0 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1350px;
    margin: 0 auto;
    margin-top: 50px;
  }

  .lineup .lineup__list li {
    width: 18%;
  }

  .lineup .lineup__list li a {
    display: block;
    color: #000;
  }

  .lineup .lineup__list li .img {
    padding: 0 0px;
    height: 200px;
  }

  .lineup .lineup__list li .img img {
    width: 100%;
  }

  .lineup .lineup__list li .name {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    min-height: 50px;
  }

  .lineup .lineup__list li .name span {
    font-size: 14px;
    display: block;
    font-weight: normal;
    margin-top: 3px;
  }

  .lineup .lineup__list li .name span.note {
    font-size: 12px;
  }

  .lineup .btn {
    width: 213px;
    margin: 20px auto 0 auto;
    text-align: center;
  }

  .lineup .btn a {
    display: block;
    height: 42px;
    line-height: 42px;
    color: #000;
    border: 1px solid #000;
  }

  .lineup .btn a:hover {
    color: #fff;
    background: #21cbcb;
    border: 1px solid #21cbcb !important;
  }

  .lineup .lineup__comment {
    margin-top: 40px;
    font-size: 12px;
    text-align: left;
    padding-left: 70px;
  }

  .guide {
    position: fixed;
    height: 100%;
    width: 1px;
    border-left: 1px solid #ccc;
    top: 0;
    left: 50%;
    z-index: 10000;
    display: none;
  }

  .spv {
    display: none !important;
    width: 0px;
  }

  .pcv {
    display: inline-block;
  }

  .noPC {
    display: none;
  }

  .noSP {
    display: block;
  }
}

@media screen and (max-width: 656px) {
  .switch {
    position: relative;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-bottom: -0px;
  }

  .switch .switch__box {
    position: relative;
    overflow: hidden;
    width: 820px;
    cursor: pointer;
    -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
  }

  .switch .switch__before {
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: 410px;
  }

  .switch .switch__before img {
    width: 820px;
    max-width: none;
    pointer-events: none;
  }

  .switch .switch__after {
    position: absolute;
    z-index: 1;
    top: 0;
    overflow: hidden;
    width: 100%;
  }

  .switch .switch__after img {
    width: 820px;
    max-width: none;
    pointer-events: none;
  }

  .switch .switch__note {
    font-size: 13px;
    text-align: right;
  }

  .switch .switch__ui {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transform: translate(410px, 0);
    transform: translate(410px, 0);
    pointer-events: none;
  }

  .switch .switch__ui img {
    position: relative;
    left: -31px;
    max-width: auto;
  }

  .switch.switch--02 .switch__box {
    width: 600px;
  }

  .switch.switch--02 .switch__before {
    width: 300px;
  }

  .switch.switch--02 .switch__before img {
    width: 600px;
  }

  .switch.switch--02 .switch__after img {
    width: 600px;
  }

  .switch.switch--02 .switch__ui {
    -webkit-transform: translate(300px, 0);
    transform: translate(300px, 0);
  }

  .switch.switch--02 .switch__ui img {
    height: 384px;
  }

  /* ECバナー
==================================== */
  #ec-bunner {
    background-color: #fff;
    width: 100%;
    margin: 3% auto 3% auto;
  }

  #ec-bunner.inner {
    width: 100%;
    max-width: 1350px;
    overflow: hidden;
    padding: 0 4%;
  }

  #ec-bunner.noSP .ec-flex__item img {
    height: auto;
    width: 50%;
  }

  #ec-bunner h2 {
    font-size: 20px !important;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 5% 0 5% 0;
    color: #000;
  }

  .ec-flex__item p {
    font-weight: lighter;
    margin-top: 15px;
    color: #1d1d1d;
  }

  .ec-flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .new-flexarea:nth-of-type(2) {
    padding-top: 1.5%;
    border-top: 1px solid #cccccc;
  }

  .ec-flex__item {
    text-align: center;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 60px;
    padding: 0 10%;
  }

  .ec-flex__item h3 {
    font-weight: bold;
    font-size: 1.9em;
    margin-top: -12px;
  }

  .ec-flex__item a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ec-flex__item img {
    width: 100%;
  }

  .ec-flex__item:nth-of-type(1) {
    padding: 0 12%;
  }

  .ec-flex__item:nth-of-type(1) {
    padding: 0 12%;
  }

  .ec-flex__item:nth-of-type(5) {
    padding: 0 7%;
  }

  .ec-flex__item:nth-of-type(6) {
    padding: 0 14%;
  }

  #ec-bunner a:nth-of-type(2) {
    margin-top: 20px;
  }

  #ec-bunner a.fl-btn {
    padding: 10px 20px 8px;
    /* padding: 1rem 2rem .8rem; */
    font-size: 15px;
    /* font-size: 1.5rem; */
    display: inline-block;
    border-radius: 6px;
    background-color: #a50034;
    font-weight: 400;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    border: none;
    margin-bottom: 10%;
    margin-top: 30px;
  }

  #ec-bunner a.fl-btn:hover {
    opacity: 0.8;
  }

  .ec-linkarea {
    background-color: #fff;
    margin: 0% auto 2% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* =====0326====== */
  #ec-bunner .web-news_ttl {
    margin: 0px 0 40px;
  }

  .ec-linkarea .btn-area {
    margin: 0 auto;
    text-align: center;
    width: 45%;
  }

  .ec-linkarea .btn {
    width: 100%;
    border: 1px solid #000;
    padding: 2px 0px;
    min-height: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ec-linkarea .btn a {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    line-height: 0;
  }

  .ec-linkarea .link_ttl {
    text-align: center;
    font-size: 12px;
    color: #000;
    margin-top: 5px;
  }

  .ec-linkarea img {
    width: 70%;
    vertical-align: middle;
    text-align: center;
  }

  .ec-linkarea .btn.btn--avw {
    padding: 0;
    background-color: #5e5858;
  }

  .ec-linkarea .btn.btn--avw a {
    padding: 0;
    font-size: 16px;
    background-color: #5e5858;
  }

  .ec-linkarea .btn.btn--avw a img {
    width: 100%;
  }

  /* ====== */
  #ec-bunner .flex-areaitem2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #spec {
    padding: 7% 0;
    font-size: 14px;
    color: #fff;
    background: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#1a1a1a));
    background-image: linear-gradient(to bottom, #000 0%, #1a1a1a 100%);
    padding: 60px 20px 100px 20px;
    font-size: 11px !important;
  }

  #spec h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 32px !important;
    text-align: center;
    line-height: 1;
  }

  #spec .wrap {
    padding: 0;
  }

  #spec #spec_wrap {
    display: none;
    max-width: 1300px;
  }

  #spec .d_list {
    margin: 30px auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #spec .d_list li {
    margin: 0 20px;
  }

  #spec .d_list li ul div#wall_maker li {
    margin: 0;
  }

  #spec .d_list li ul div#hdd_maker li {
    margin: 0;
    margin-top: 3%;
    line-height: 1.3;
  }

  #spec .d_list li p {
    margin-top: 2%;
    text-align: center;
  }

  #spec .d_list li.wall_at {
    margin-top: -7px !important;
    margin-bottom: 3% !important;
    text-align: center;
    border-radius: 5px;
    background-color: #21cbcb;
  }

  #spec .d_list li.wall_mb {
    margin-bottom: 3% !important;
  }

  #spec .d_list li.hdd_mb {
    margin-bottom: 3% !important;
  }
}

@media screen and (max-width: 656px) and (max-width: 768px) {
  #spec .d_list li.wall_at {
    width: 280px;
    margin: 0 auto 3% auto !important;
  }
}

@media screen and (max-width: 656px) and (max-width: 1294px) and (min-width: 931px) {
  #spec .d_list li:nth-of-type(4) {
    margin-top: 2%;
  }
}

@media screen and (max-width: 656px) {
  #spec .d_list li a {
    display: block;
    width: 280px;
    /* padding: 0 40px; */
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #21cbcb;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    opacity: 1;
    border-radius: 5px;
    margin: 0 auto 20px;
  }

  #spec .d_list li a.notlink {
    background-color: #666;
  }

  #spec .d_list li a.notlink:hover {
    opacity: 1;
  }

  #spec .d_list li a:hover {
    opacity: 0.8;
  }

  #spec .list {
    margin: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #spec .list>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 1;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    border-bottom: 1px solid #2b2b2b;
    padding: 20px 10px !important;
  }

  #spec .list>* span {
    display: block;
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #01cfd0;
  }

  #spec .detail .detail__wrap {
    display: none;
  }

  #spec .detail .detail__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #spec .detail .spec_ttl {
    font-size: 21px;
    font-weight: bold;
  }

  #spec .detail .detail__box {
    width: 100%;
  }

  #spec .detail .detail__table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #01cfd0;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  #spec .detail .detail__table tr {
    border-bottom: 1px solid #01cfd0;
  }

  #spec .detail .detail__table th,
  #spec .detail .detail__table td {
    padding: 3px;
  }

  #spec .detail .detail__table th {
    font-weight: normal;
    width: 200px;
    vertical-align: top;
  }

  #spec .detail__btn {
    width: 213px;
    margin: 50px auto 0 auto;
    text-align: center;
  }

  #spec .detail__btn a {
    display: block;
    height: 42px;
    line-height: 42px;
    color: #202020;
    cursor: pointer;
    position: relative;
    color: #fff;
    border: 1px solid #fff;
  }

  #spec .detail__btn a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 16px;
    right: 15px;
  }

  #spec .detail__btn a:hover {
    border: 1px solid #21cbcb;
    background-color: #21cbcb;
  }

  #spec .detail__btn a.active:after {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #spec .detail__coment {
    margin-top: 60px;
  }

  #spec .detail__coment p {
    position: relative;
    padding-left: 15px;
  }

  #spec .detail__coment p::before {
    position: absolute;
    content: "●";
    left: 0;
  }

  .A6G.main {
    color: #fff;
  }

  .A6G.main * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .A6G.main .label {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#15458f), to(#a48fb7));
    background: linear-gradient(to right, #15458f 0%, #a48fb7 100%);
    padding: 8px 11px;
    padding-bottom: 6px;
    line-height: 1;
    font-size: 15px;
    font-weight: bold;
  }

  .A6G.main .c-submenu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    padding: 18px 0px !important;
  }

  .A6G.main .c-submenu .c-submenu__title {
    line-height: 1;
  }

  .A6G.main .c-submenu .c-submenu__inner {
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .A6G.main .c-submenu .c-submenu__inner>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 4px;
  }

  .A6G.main .c-submenu .c-submenu__inner li a {
    font-size: 13px;
    border: 1px solid #01cfd0;
    padding: 5px 10px;
    padding-bottom: 3px;
    border-radius: 20px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    white-space: nowrap;
  }

  .A6G.main .function {
    background: -webkit-gradient(linear, left bottom, left top, from(#d7e3e7), color-stop(#fff), to(#d7e3e7));
    background: linear-gradient(0deg, #d7e3e7, #fff, #d7e3e7);
    text-align: center;
    padding: 0px 4%;
  }

  .A6G.main .function .function__inner {
    padding: 20px 10%;
  }

  .A6G.main .function .function__ttl {
    font-size: 20px;
    font-weight: bold;
    color: #000;
  }

  .A6G.main .function .function__icon {
    margin-top: 25px;
    padding: 0 4%;
  }

  .A6G.main .function .function__more a {
    margin-top: 30px;
    border: 2px solid #01cfd0;
    border-radius: 20px;
    padding: 7px 15px;
    padding-bottom: 5px;
    padding-right: 25px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    line-height: 1;
    color: #000;
  }

  .A6G.main .function .function__more a:after {
    display: block;
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    right: 8px;
    top: 7px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%20100%20100%22%20viewBox%3D%220%200%20100%20100%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20d%3D%22m22.914.176h55.294v99.878h-55.294z%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23a)%22%20d%3D%22m28.271%20100.054c-1.371%200-2.742-.523-3.788-1.569-2.092-2.093-2.092-5.484%200-7.576l40.791-40.792-40.791-40.796c-2.092-2.093-2.092-5.483%200-7.575%202.093-2.093%205.483-2.093%207.576%200l44.579%2044.584c2.092%202.093%202.092%205.483%200%207.576l-44.579%2044.579c-1.047%201.046-2.417%201.569-3.788%201.569%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
  }

  .A6G.main .function .function__more a:hover {
    background-color: #01cfd0;
    color: #fff;
  }

  .A6G.main .function .function__more a:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%20100%20100%22%20viewBox%3D%220%200%20100%20100%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20d%3D%22m22.914.176h55.294v99.878h-55.294z%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23a)%22%20d%3D%22m28.271%20100.054c-1.371%200-2.742-.523-3.788-1.569-2.092-2.093-2.092-5.484%200-7.576l40.791-40.792-40.791-40.796c-2.092-2.093-2.092-5.483%200-7.575%202.093-2.093%205.483-2.093%207.576%200l44.579%2044.584c2.092%202.093%202.092%205.483%200%207.576l-44.579%2044.579c-1.047%201.046-2.417%201.569-3.788%201.569%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
  }

  .A6G.main .product {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #79d3d0;
  }

  .A6G.main .product .product__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .A6G.main .product .product__head {
    text-align: center;
    padding: 0 25%;
    width: 100%;
  }

  .A6G.main .product .product__head img {
    width: 100%;
  }

  .A6G.main .product .product__copy {
    margin-top: 30px;
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    width: 100%;
    z-index: 2;
  }

  .A6G.main .product .product__copy br {
    display: none;
  }

  .A6G.main .product .product__image_sp {
    width: 100%;
  }

  .A6G.main .product .product__info {
    line-height: 1.7;
    margin-top: 40px;
    text-align: center;
    margin-top: -15vw;
    position: relative;
    z-index: 1;
    width: 100%;
    color: #000;
    margin-bottom: 10vw;
  }

  .A6G.main .product .product__info span {
    display: block;
    font-size: 20px;
    margin-bottom: -10px;
  }

  .A6G.main .product .product__info h2 {
    font-size: 40px;
    font-weight: bold;
  }

  .A6G.main .product .product__info p {
    margin-top: 0px;
    font-size: 16px;
  }

  .A6G.main .product .product__info .product__function {
    margin-top: 20px;
    display: inline-block;
    padding: 0 10%;
  }

  .A6G.main .product .product__ttl_area .vps-award__logo {
    width: 60%;
    max-width: 280px;
    margin: 10px auto 0;
  }

  .A6G.main .product .product__image {
    display: none;
    width: 100%;
  }

  .A6G.main .product .product__image img {
    width: 100%;
  }

  .A6G.main .product.product--02 {
    padding-top: 0;
  }

  .A6G.main .product.product--02 .product__copy {
    padding: 0 4%;
    text-align: left;
    position: absolute;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }

  .A6G.main .image {
    overflow: hidden;
  }

  .A6G.main .image .image__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .A6G.main .image .iheader__inner {
    position: relative;
    z-index: 1;
    padding: 0 4%;
    padding-top: 30px;
    color: #000;
    background: -webkit-gradient(linear, left top, right top, from(#d5e2ea), to(#bad1df));
    background: linear-gradient(to right, #d5e2ea, #bad1df);
    padding-bottom: 20px;
  }

  .A6G.main .image .iheader__inner .label {
    color: #fff;
  }

  .A6G.main .image .iheader__ttl {
    margin-top: 10px;
    position: relative;
    font-size: 30px;
    line-height: 1.4;
  }

  .A6G.main .image .iheader__ttl br {
    display: none;
  }

  .A6G.main .image .iheader__spflex {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .A6G.main .image .iheader__spbox {
    width: 38%;
    padding-right: 0%;
  }

  .A6G.main .image .iheader__info {
    display: inline-block;
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.6;
  }

  .A6G.main .image .iheader__info br {
    display: none;
  }

  .A6G.main .image .iheader__info p {
    text-align: left;
  }

  .A6G.main .image .iheader__info p br {
    display: none;
  }

  .A6G.main .image .iheader__function {
    width: 80%;
  }

  .A6G.main .image .iheader__function img {
    width: 100%;
    max-width: none;
  }

  .A6G.main .image .iheader__img {
    margin-top: 0px;
  }

  .A6G.main .image .iheader__image {
    position: relative;
    width: 100%;
    margin-top: -15vw;
  }

  .A6G.main .image .iheader__image img {
    width: 100%;
  }

  .A6G.main .sound {
    position: relative;
  }

  .A6G.main .sound .sheader {
    padding-bottom: 40px;
  }

  .A6G.main .sound .sheader .sheader__inner {
    position: absolute;
    z-index: 1;
    padding: 0 4%;
    padding-top: 17vw;
  }

  .A6G.main .sound .sheader .sheader__ttl {
    margin-top: 20px;
    line-height: 1.3;
    font-size: 30px;
    line-height: 1.4;
    color: #000;
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
  }

  .A6G.main .sound .sheader .sheader__ttl br {
    display: none;
  }

  .A6G.main .sound .sheader .sheader__function {
    margin-top: 20px;
    width: 50%;
  }

  .A6G.main .sound .sheader .sheader__image {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }

  .A6G.main .sound .sheader .sheader__image img {
    width: 100%;
  }

  .A6G.main .sound .ssec {
    background-color: #fff;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    color: #000;
    padding-top: 30px;
  }

  .A6G.main .sound .ssec .ssec__wrap {
    width: 100%;
    margin: 0 auto;
    height: 100%;
  }

  .A6G.main .sound .ssec .ssec__inner {
    padding: 0 4%;
    z-index: 1;
  }

  .A6G.main .sound .ssec .ssec__ttl01 {
    font-size: 30px;
    line-height: 1.4;
  }

  .A6G.main .sound .ssec .ssec__ttl01 br {
    display: none;
  }

  .A6G.main .sound .ssec .ssec__text01 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.4;
  }

  .A6G.main .sound .ssec .ssec__ttl02 {
    font-size: 22px;
    margin-top: 5px;
    color: #01cfd0;
    font-weight: bold;
  }

  .A6G.main .sound .ssec .ssec__text02 {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.6;
  }

  .A6G.main .sound .ssec .ssec__text02 br {
    display: none;
  }

  .A6G.main .sound .ssec .ssec__image {
    position: relative;
    top: 0;
    width: 100%;
  }

  .A6G.main .sound .ssec .ssec__image img {
    width: 100%;
  }

  .A6G.main .sound .ssec .ssec__bg {
    margin-top: 30px;
  }

  .A6G.main .eilex {
    background-color: #f0f6f6;
    background-image: url("/tv/55a6g/assets/img/top/eilex_bg.png");
    background-size: 100% auto;
    padding-top: 20px;
    background-position: 0 81%;
    background-repeat: no-repeat;
    color: #000;
    padding-bottom: 30px;
  }

  .A6G.main .eilex .eilex__wrap {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 4%;
  }

  .A6G.main .eilex .eilex__ttl {
    margin-top: 20px;
    font-size: 30px;
    line-height: 1.4;
  }

  .A6G.main .eilex .eilex__ttl br {
    display: none;
  }

  .A6G.main .eilex .eilex__name {
    margin-top: 20px;
    font-size: 22px;
    margin-top: 5px;
    color: #01cfd0;
    font-weight: bold;
  }

  .A6G.main .eilex .eilex__info .eilex__text {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.6;
  }

  .A6G.main .eilex .eilex__info .eilex__text br {
    display: none;
  }

  .A6G.main .eilex .eilex__info .eilex__logo_wrap {
    display: flex;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
  }

  .A6G.main .eilex .eilex__info .eilex__logo {
    width: 100%;
    padding: 0 0%;
    margin: 30px 0;
  }

  .A6G.main .eilex .eilex__info .eilex__logo:nth-of-type(1) {
    margin-right: 20px;
  }

  .A6G.main .eilex .eilex__info .eilex__logo:nth-of-type(2) {
    margin-left: 20px;
  }

  .A6G.main .eilex .eilex__info .eilex__logo img {
    width: 100%;
  }

  .A6G.main .eilex .eilex__info .eilex__function {
    text-align: center;
  }

  .A6G.main .eilex .eilex__video {
    margin-top: 30px;
    text-align: center;
  }

  .A6G.main .eilex .eilex__video video {
    width: 100%;
  }

  .A6G.main .other {
    background-color: #000;
    position: relative;
    padding-top: 0px;
    width: 100%;
    overflow: hidden;
  }

  .A6G.main .other .oheader .oheader__inner {
    position: absolute;
    z-index: 1;
    padding: 0 4%;
    padding-top: 9vw;
  }

  .A6G.main .other .oheader .oheader__ttl {
    margin-top: 20px;
    font-size: 30px;
    line-height: 1.4;
    color: #000;
  }

  .A6G.main .other .oheader .oheader__ttl br {
    display: none;
  }

  .A6G.main .other .oheader .oheader__function {
    margin-top: 20px;
  }

  .A6G.main .other .oheader .oheader__image {
    top: 0;
    right: 0;
    width: 100%;
  }

  .A6G.main .other .oheader .oheader__image img {
    width: 100%;
  }

  .A6G.main .vidaa {
    text-align: center;
    padding: 40px 4%;
    color: #fff;
    background: url("/tv/55a6g/assets/img/top/vidaa_bg.jpg") no-repeat center top/100% auto #000;
    background-size: 200% auto;
  }

  .A6G.main .vidaa h2 {
    /* font-weight: bold; */
    padding: 0 32%;
  }

  .A6G.main .vidaa .vidaa_program {
    width: 90%;
    margin: 0px auto;
    margin-top: 30px;
  }

  .A6G.main .vidaa .vidaa_bunner {
    width: 90%;
    margin: 50px auto;
    margin-bottom: 20px;
  }

  .A6G.main .vidaa .txt {
    font-weight: bold;
    text-align: left;
    font-size: 12px;
  }

  .A6G.main .vidaa h3 {
    margin-top: 50px;
    font-size: 18px;
    font-weight: bold;
  }

  .A6G.main .vidaa .note {
    font-size: 12px;
  }

  .A6G.main .vidaa .logo_list_wrap {
    width: 100%;
    margin: 10px auto;
    padding: 0px;
  }

  .A6G.main .vidaa ul.logo_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0%;
  }

  .A6G.main .vidaa ul.logo_list>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 6);
    flex: 0 1 calc(100% / 6);
  }

  .edge ul.logo_list>*,
  .ie ul.logo_list>* {
    width: calc(99.9% / 6);
  }

  .A6G.main .vidaa ul.logo_list>* img {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    opacity: 1;
  }

  .A6G.main .vidaa ul.logo_list>*:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

  .A6G.main .mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#d7e3e7), to(#fff));
    background: linear-gradient(180deg, #d7e3e7, #fff);
  }

  .A6G.main .mode .mode__inner {
    padding: 0 4%;
    width: 100%;
    z-index: 1;
  }

  .A6G.main .mode .mode__ttl {
    margin-top: 20px;
    position: relative;
    font-size: 30px;
    line-height: 1.4;
    text-shadow: 0px 0px 5px #fff;
    line-height: 1.2;
  }

  .A6G.main .mode .mode__ttl br {
    display: none;
  }

  .A6G.main .mode .mode__ttl02 {
    font-size: 22px;
    margin-top: 5px;
    color: #01cfd0;
    font-weight: bold;
  }

  .A6G.main .mode .mode__function {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0 10%;
    text-align: center;
    z-index: 1;
  }

  .A6G.main .game {
    padding-top: 10px;
    background-color: #d9e3e5;
    color: #000;
    position: relative;
    background-image: url("/tv/55a6g/assets/img/top/sp/game_main.jpg");
    padding-bottom: 60vw;
    background-size: 100% auto;
    background-position: 0 100%;
    background-repeat: no-repeat;
  }

  .A6G.main .game .game__inner {
    width: 100%;
    padding: 0 4%;
  }

  .A6G.main .game .game__ttl {
    margin-top: 20px;
    position: relative;
    font-size: 30px;
    line-height: 1.4;
    color: #000;
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
  }

  .A6G.main .game .game__ttl br {
    display: none;
  }

  .A6G.main .game .game__ttl02 {
    font-size: 22px;
    margin-top: 5px;
    color: #01cfd0;
    font-weight: bold;
  }

  .A6G.main .game .game__info li {
    background-color: rgba(255, 255, 255, 0.8);
    border: #01cfd0 1px solid;
    width: 100%;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0;
    box-sizing: border-box;
  }

  .A6G.main .game .game__info h4 {
    font-size: 16px;
    font-weight: bold;
  }

  .A6G.main .game .game__info p {
    font-size: 16px;
    line-height: 1.6;
  }

  .A6G.main .game .game__info span {
    font-size: 13px;
  }

  .A6G.main .game .game__function {
    padding: 0 4%;
    margin: 20px 0;
  }

  .A6G.main .game .game__img {
    margin-top: 35px;
  }

  .A6G.main .game .game__image {
    display: none;
    width: 100%;
  }

  .A6G.main .game .game__image img {
    width: 100%;
  }

  .A6G.main .design {
    color: #fff;
    background-color: #02182d;
    position: relative;
  }

  .A6G.main .design .design__inner {
    width: 100%;
    padding: 0 4%;
    position: absolute;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 30px;
    top: 0;
    z-index: 10;
  }

  .A6G.main .design .design__ttl {
    position: relative;
    font-size: 30px;
    line-height: 1.4;
    color: #000;
  }

  .A6G.main .design .design__ttl br {
    display: none;
  }

  .A6G.main .design .design__ttl02 {
    font-size: 22px;
    margin-top: 5px;
    color: #01cfd0;
    font-weight: bold;
  }

  .A6G.main .design .design__info {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.6;
  }

  .A6G.main .design .design__info br {
    display: none;
  }

  .A6G.main .design .design__function {
    margin-top: 30px;
  }

  .A6G.main .design .design__img {
    margin-top: 35px;
  }

  .A6G.main .design .design__image {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }

  .A6G.main .design .design__image img {
    width: 100%;
  }

  .A6G.main .design .design__image02 {
    position: relative;
    z-index: 1;
  }

  .A6G.main .design .design__image02 img {
    width: 100%;
  }

  .A6G.main .recording {
    color: #000;
    background-color: #fff;
    background-image: url("/tv/55a6g/assets/img/top/sp/recording_main.png");
    padding-bottom: 70vw;
    background-size: 100% auto;
    background-position: 0 100%;
    background-repeat: no-repeat;
  }

  .A6G.main .recording .recording__wrap {
    position: relative;
  }

  .A6G.main .recording .recording__inner {
    width: 100%;
    padding: 0 4%;
    position: relative;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .A6G.main .recording .recording__ttl {
    margin-top: 20px;
    position: relative;
    font-size: 30px;
    line-height: 1.4;
  }

  .A6G.main .recording .recording__ttl br {
    display: none;
  }

  .A6G.main .recording .recording__ttl02 {
    font-size: 22px;
    margin-top: 5px;
    color: #01cfd0;
    font-weight: bold;
  }

  .A6G.main .recording .recording__info {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.6;
  }

  .A6G.main .recording .recording__info br {
    display: none;
  }

  .A6G.main .recording .recording__function {
    margin-top: 30px;
  }

  .A6G.main .recording .recording__function img {
    width: 100%;
  }

  .A6G.main .recording .recording__img {
    margin-top: 35px;
  }

  .A6G.main .recording .recording__image {
    display: none;
    width: 100%;
  }

  .A6G.main .recording .recording__image img {
    width: 100%;
  }

  .A6G.main .slide {
    text-align: center;
    padding-top: 0px;
    background-color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bbd3e2), to(#d5dee4));
    background-image: linear-gradient(to bottom, #bbd3e2 0%, #d5dee4 100%);
    padding: 0 4%;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .A6G.main .slide .slide__image {
    min-height: 60vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ie .slide .slide__image {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
  }

  .A6G.main .slide .slide__image li {
    position: absolute;
    width: 100%;
    opacity: 0;
    padding: 0 4%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .A6G.main .slide .slide__image li.active {
    opacity: 1;
  }

  .A6G.main .slide .slide__note {
    position: absolute;
    font-size: 13px;
    right: 0;
    margin-top: -10px;
    color: #000;
  }

  .A6G.main .slide .slide__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }

  .A6G.main .slide .slide__nav li {
    margin: 0 8px;
    letter-spacing: 1px;
  }

  .A6G.main .slide .slide__nav li a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 20px;
    white-space: nowrap;
    color: #000;
  }

  .A6G.main .slide .slide__nav li a.active {
    color: #01cfd0;
  }

  .A6G.main .slide .slide__text {
    margin-top: 20px;
    padding-bottom: 40px;
  }

  .A6G.main .slide .slide__text li {
    width: 100%;
    position: absolute;
    opacity: 0;
    font-size: 20px;
    text-align: left;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #000;
  }

  .A6G.main .slide .slide__text li.active {
    opacity: 1;
    position: relative;
  }

  .A6G.main .slide .slide__text li .note {
    color: #666666;
  }

  .A6G.main .controller {
    color: #fff;
    background-color: #fff;
  }

  .A6G.main .controller .controller__wrap {
    position: relative;
    width: 100%;
    padding-top: 20px;
  }

  .A6G.main .controller .controller__inner {
    width: 100%;
    padding: 0 4%;
    color: #000;
  }

  .A6G.main .controller .controller__ttl {
    margin-top: 20px;
    position: relative;
    font-size: 30px;
    line-height: 1.4;
  }

  .A6G.main .controller .controller__ttl br {
    display: none;
  }

  .A6G.main .controller .controller__info {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .A6G.main .controller .controller__info br {
    display: none;
  }

  .A6G.main .controller .controller__info p {
    text-align: left;
    display: inline-block;
  }

  .A6G.main .controller .controller__function {
    text-align: left;
    display: inline-block;
    font-size: 13px;
    position: absolute;
    bottom: 20px;
    left: 4%;
  }

  .A6G.main .controller .controller__function.controller__function01 {
    display: none;
  }

  .A6G.main .controller .controller__image {
    width: 100%;
    text-align: left;
  }

  .A6G.main .controller .controller__image img {
    width: 100%;
  }

  .A6G.main .googleasst {
    padding: 80px 0;
    background: #dedede;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedede));
    background-image: linear-gradient(to bottom, #fff 0%, #dedede 100%);
    position: relative;
    overflow: hidden;
    color: #000;
    padding: 40px 15px;
    display: block;
  }

  .A6G.main .googleasst .wrap {
    width: 58%;
    width: 100%;
    margin-top: 20px;
  }

  .A6G.main .googleasst .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    /*width: 40%;*/
    position: absolute;
    top: 80px;
    right: -150px;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    position: relative;
  }

  .A6G.main .googleasst .smp_img img {
    position: relative;
    margin-top: 40px;
  }

  .A6G.main .googleasst .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 80px;
    margin-left: 80px;
    z-index: 1;
    margin: 0;
  }

  .A6G.main .googleasst h2 {
    font-size: 30px;
    line-height: 1.4;
  }

  .A6G.main .googleasst h2 br {
    display: none;
  }

  .A6G.main .googleasst .txt2 {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.6;
  }

  .A6G.main .googleasst .txt2 br {
    display: none;
  }

  .A6G.main .googleasst ul.bnr {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
  }

  .A6G.main .googleasst ul.bnr>*:first-child {
    margin-right: 40px;
    margin-right: 10px;
  }

  .A6G.main .googleasst ul.bnr li img {
    width: auto !important;
  }

  .A6G.main .googleasst .btn_gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    display: block;
    margin-bottom: 20px;
  }

  .A6G.main .googleasst .btn_gr li:first-child {
    margin-right: 10px;
    margin: 0 0 10px 0;
  }

  .A6G.main .googleasst .btn_gr li a {
    padding: 0 10px;
    font-size: 1.1vw;
    display: block;
    padding: 0 25px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #21cbcb;
    white-space: nowrap;
    font-size: 3.5vw !important;
  }

  .A6G.main .googleasst p.att {
    color: #666;
    font-size: 13px;
  }

  .A6G.main .warranty {
    background-color: #1e4f5a;
    padding: 40px 4%;
    text-align: center;
  }

  .A6G.main .warranty .warranty__inner {
    width: 100%;
    margin: 0 auto;
  }

  .A6G.main .warranty .warranty__inner h3 {
    padding: 0 20%;
  }

  .A6G.main .warranty .warranty__inner h3 img {
    width: 100%;
  }

  .A6G.main .warranty .warranty__inner p {
    margin-top: 30px;
    font-size: 20px;
    text-align: left;
  }

  .A6G.main .lineup .lineup__comment {
    display: none;
  }

  .A6G.main .image .function {
    background-color: #fff;
    color: #000;
  }

  .A6G.main .image .function a {
    color: #000;
  }

  .A6G.main .image .function a:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%20100%20100%22%20viewBox%3D%220%200%20100%20100%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20d%3D%22m22.914.176h55.294v99.878h-55.294z%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23a)%22%20d%3D%22m28.271%20100.054c-1.371%200-2.742-.523-3.788-1.569-2.092-2.093-2.092-5.484%200-7.576l40.791-40.792-40.791-40.796c-2.092-2.093-2.092-5.483%200-7.575%202.093-2.093%205.483-2.093%207.576%200l44.579%2044.584c2.092%202.093%202.092%205.483%200%207.576l-44.579%2044.579c-1.047%201.046-2.417%201.569-3.788%201.569%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
  }

  .A6G.main .isec {
    background-color: #fff;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    color: #000;
    padding-bottom: 30px;
  }

  .A6G.main .isec .isec__wrap {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    padding-top: 30px;
  }

  .A6G.main .isec .isec__inner {
    padding: 0 4%;
    width: 100%;
    z-index: 1;
  }

  .A6G.main .isec .isec__ttl01 {
    font-size: 30px;
    line-height: 1.4;
  }

  .A6G.main .isec .isec__ttl01 br {
    display: none;
  }

  .A6G.main .isec .isec__text01 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.4;
  }

  .A6G.main .isec .isec__ttl02 {
    font-size: 22px;
    margin-top: 5px;
    color: #01cfd0;
    font-weight: bold;
  }

  .A6G.main .isec .isec__text02 {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.6;
    color: #4d4d4d;
  }

  .A6G.main .isec .isec__text02 br {
    display: none;
  }

  .A6G.main .isec .isec__image {
    position: static;
    margin-top: 50px;
  }

  .A6G.main .isec .isec__note {
    font-size: 13px;
    margin-top: 10px;
    text-align: right;
  }

  .A6G.main .isec.isec--4k {
    background-image: url("/tv/55a6g/assets/img/top/4k_bg.png");
    background-size: 100% auto;
  }

  .A6G.main .isec.isec--net {
    background-image: url("/tv/55a6g/assets/img/top/net_bg.png");
    background-size: cover;
  }

  .A6G.main .isec.isec--net .isec__texts {
    text-align: left;
  }

  .A6G.main .isec.isec--net .isec__img {
    margin-top: 30px;
  }

  .A6G.main .isec.isec--net .isec__text02 {
    width: 100%;
  }

  .A6G.main .isec.isec--net .isec__note {
    text-align: right;
    margin-top: 0px;
  }

  .A6G.main .isec.isec--clear {
    background-image: url("/tv/55a6g/assets/img/top/clear_bg.png");
    background-size: 100% auto;
  }

  .A6G.main .isec.isec--noise {
    background-image: url("/tv/55a6g/assets/img/top/noise_bg.png");
    background-size: 100% auto;
  }

  .A6G.main .isec.isec--ads {
    background-size: cover;
  }

  .A6G.main .isec.isec--ads .isec__note {
    position: absolute;
    left: 9vw;
    bottom: 9vw;
  }

  .A6G.main .isec.isec--ads .isec__img {
    width: 100vw;
    margin-left: -4%;
  }

  .lineup {
    background-image: url("/tv/55a6g/assets/img/lineup/bg.png");
    background-repeat: no-repeat;
    background-size: 200% auto;
    color: #000;
    text-align: center;
    padding-top: 5.5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 40px;
    background-color: #ededed;
  }

  .lineup .lineup__ttl {
    font-size: 42px;
    color: #fff;
  }

  .lineup .lineup__list {
    padding: 0 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4vw;
  }

  .lineup .lineup__list li {
    width: 48%;
    margin-bottom: 40px;
  }

  .lineup .lineup__list li a {
    display: block;
    color: #000;
  }

  .lineup .lineup__list li .img {
    padding: 0 0px;
    height: 32vw;
  }

  .lineup .lineup__list li .img img {
    width: 100%;
  }

  .lineup .lineup__list li .name {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
  }

  .lineup .lineup__list li .name span {
    font-size: 12px;
    display: block;
    font-weight: normal;
  }

  .lineup .btn {
    width: 213px;
    margin: 0px auto 0 auto;
    text-align: center;
  }

  .lineup .btn a {
    display: block;
    height: 42px;
    line-height: 42px;
    color: #000;
    border: 1px solid #000;
    color: #000;
    border: 1px solid #000;
  }

  .lineup .btn a:hover {
    color: #fff;
    background: #21cbcb;
    border: 1px solid #21cbcb !important;
  }

  .lineup .lineup__comment {
    margin-top: 40px;
    font-size: 12px;
    text-align: left;
    padding-left: 4%;
  }

  .c-submenu {
    padding: 18px 10px;
  }

  .pcv {
    display: none;
  }

  .noSP {
    display: none;
  }

  .spv {
    display: inline-block;
  }

  .noPC {
    display: block;
  }

  .main.A6G .googleasst .btn_gr .btn_bunner a {
    width: 120px;
    background: none;
    padding: 0;
    height: auto;
  }

  .A6G.main .googleasst .smp_img{
    width: 80%;
    margin: 0 auto;
  }
}

/* 20210428更新 */
.bluelight {
  background: #dedede;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedede));
  background-image: linear-gradient(to bottom, #fff 0%, #dedede 100%);
}

.bluelight_container {
  color: #000;
  max-width: 1350px;
  margin: 0 auto;
  padding: 5rem 70px;
}

.bluelight_ttl {
  font-size: 56px;
  margin-bottom: 10px;
}

.bluelightWrap {
  display: flex;
}

.bluelight_image {
  width: 50%;
  margin-right: 50px;
}

.bluelight_text {
  width: 50%;
}

@media screen and (max-width: 656px) {
  .bluelight_container {
    padding: 3rem 4%;
  }

  .bluelight_ttl {
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 30px;
  }

  .bluelightWrap {
    flex-direction: column;
  }

  .bluelight_image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .bluelight_text {
    width: 100%;
    font-size: 20px;
  }
}

/*ブランドコンセプト*/
.mv_brand {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.mv_brand .mv__ttl__wrap {
  position: absolute;
  left: 70px;
  top: 110px;
  z-index: 1;
  color: #000;
}

.mv_brand .mv__ttl__wrap .mv__ttl {
  font-size: 45px;
  line-height: 1.5;
  font-weight: bold;
}

.mv_brand .mv__cm {
  position: absolute;
  z-index: 1;
  left: 70px;
  bottom: 15vw;
  color: #000;
}

.mv_brand .mv__cm img {
  width: 14vw;
}

.mv_brand .mv__cm ul li p {
  line-height: 1.4;
  margin-bottom: 5px;
}

.mv_brand .mv__cm ul {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}

.mv_brand .mv__cm ul li span {
  text-shadow: none;
}

.mv_copy {
  position: absolute;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  right: 5%;
  bottom: 20%;
  width: 24%;
  z-index: 10;
}

.mv_copy img {
  width: 75%;
}

.mv_copy div {
  font-size: 30px;
  text-align: center;
}

.mv_copy div:last-child {
  font-size: 25px;
}

@media screen and (max-width: 656px) {
  .mv_brand .mv__ttl__wrap {
    position: absolute;
    padding-left: 4%;
    top: 100vw;
    color: #fff;
    left: 0;
    z-index: 1;
  }

  .mv_brand .mv__ttl__wrap .mv__ttl {
    font-size: 18px;
  }

  .mv_brand .mv__cm {
    left: 50%;
    bottom: 0%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 85%;
    color: #fff;
  }

  .mv_brand .mv__cm img {
    width: auto;
  }

  .mv_brand .mv__cm ul li {
    margin-right: 0;
  }

  .mv_brand .mv__cm ul li:first-child {
    margin-right: 30px;
  }

  .mv_brand .mv__cm ul li p {
    font-size: 12px;
    color: #fff;
  }

  .mv_brand .mv__cm ul li span {
    color: #fff;
  }

  .mv_brand .mv__cm ul li a {
    margin-right: 0;
  }

  .mv_copy {
    font-weight: normal;
    width: 40%;
    top: 30%;
    left: 78%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    color: #000;
    text-align: center;
    bottom: auto;
    font-size: 23px;
    z-index: 10;
  }

  .mv_copy div {
    font-size: 12px;
    font-weight: bold;
  }

  .mv_copy div:last-child {
    font-size: 10px;
  }
}

/* tv news */
#tv_news {
  margin-bottom: 80px;
}

.short_drama {
  color: #000;
  font-weight: bold;
  text-align: center;
}

.short_drama #short_drama_title {
  margin-bottom: 20px;
  font-size: 18px;
}

.drama_flex {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  gap: 20px;
  padding: 0 50px;
}

.tv_pit {
  width: 50%;
  max-width: 420px;
  margin: 0 auto 10px;
  transition: all 0.7s;
}

.tv_pit:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .short_drama #short_drama_title {
    font-size: 16px;
  }

  .drama_flex {
    flex-direction: column;
    padding: 0;
  }

  .tv_pit {
    width: 90%;
    margin: 0 auto 20px;
  }
}