@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese');

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

body {
  position: static;
  height: auto;
}

/* ===========================================================
// #contents
===========================================================*/
/* ===========================================================
===========================================================*/
.main {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.075em;
  color: #333;
  font-size: 16px;
  font-family: "Hisense Sans Alfabet", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Std", "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
}



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

  .modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
  }

  .modal .modal__view {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 900px;
  }

  .modal .modal__close {
    position: absolute;
    top: -60px;
    right: -0px;
    z-index: 1000;
    width: 50px;
    height: 50px;
  }

  .modal .modal__close:before,
  .modal .modal__close:after {
    position: absolute;
    left: 28px;
    content: " ";
    height: 50px;
    width: 1px;
    background-color: #fff;
  }

  .modal .modal__close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .modal .modal__close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .modal .modal__main {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
  }

  .modal .modal__elm {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .modal .modal__elm #video {
    position: relative;
    width: 900px;
    height: 0;
    padding-top: 56.25%;
  }

  .modal .modal__elm #video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /*vgp*/
  .vgp_container {
    padding-top: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    gap: 5rem;
  }

  .vgp_icon {
    max-width: 320px;
  }

  .kakaku_icon {
    width: 30%;
  }

  .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;
    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: 70px 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#wall_maker_58u7fg li {
    margin: 0;
  }

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

  #spec .d_list li ul div#wall_maker_43u7fg 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 ul div#hdd_maker_58u7fg li {
    margin: 0;
    margin-top: 3%;
    line-height: 1.3;
  }

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

  #spec .d_list li ul div#hdd_maker_43u7fg 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;
    margin-bottom: 100px;
  }

  #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;
  }

  .label {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(rgba(120, 95, 75, 0.8)), to(rgba(173, 128, 80, 0.8)));
    background: linear-gradient(to right, rgba(120, 95, 75, 0.8) 0%, rgba(173, 128, 80, 0.8) 100%);
    padding: 18px 26px;
    padding-bottom: 12px;
    line-height: 1;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
  }

  .notice {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
  }

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

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

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

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

  .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;
  }

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

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

  .play {
    display: inline-block;
    position: relative;
  }

  .play::after {
    position: absolute;
    content: url(../img/d1/btn_play.png);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 3;
  }

  .play img {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .play .play__iframe {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .play .play__iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .play.active img {
    z-index: 0;
    opacity: 0;
  }

  .play.active::after {
    opacity: 0;
  }

  .play.active .play__iframe {
    opacity: 1;
    z-index: 1;
  }

  .main.U7FG_TOP .label {
    background: -webkit-gradient(linear, left top, right top, from(rgba(25, 37, 65, 0.8)), to(rgba(98, 108, 120, 0.8)));
    background: linear-gradient(to right, rgba(25, 37, 65, 0.8) 0%, rgba(98, 108, 120, 0.8) 100%);
  }

  .main.U7FG_TOP .isec--sharp {
    height: 1050px;
    background-image: url("../img/top/sec_bg02.jpg");
    background-size: cover;
  }

  .ie .TV_U7F_TOP.main .isec01 .isec__inner {
    -webkit-transform: translate(0, 0%) !important;
    transform: translate(0, 0%) !important;
  }

  .main.U7FG_TOP .isec--sharp .isec__wrap {
    height: 1050px;
  }

  .main.U7FG_TOP .isec--sharp .isec__inner {
    top: 80px;
  }

  .main.U7FG_TOP .isec--sharp .isec__text02 {
    max-width: 380px;
  }

  .main.U7FG_TOP .isec--sharp .isec__image {
    right: 0px;
    bottom: 80px;
  }

  .main.U7FG_TOP .isec--sharp .notice {
    bottom: 90px;
  }

  .main.U7FG_TOP .isec.isec--skin {
    background-image: url("../img/top/sec_bg01.jpg");
    background-size: cover;
  }

  .main.U7FG_TOP .isec.isec--noise {
    background-position: 100% 0, 0% 0%;
    padding-top: 0px;
    text-align: left;
    background-image: url("../img/top/sec_bg02.jpg");
  }

  .main.U7FG_TOP .isec.isec--noise .isec__wrap {
    position: relative;
    height: 960px;
  }

  .main.U7FG_TOP .isec.isec--noise .isec__inner {
    top: 80px;
    right: 0;
    text-align: right;
  }

  .main.U7FG_TOP .isec.isec--noise .isec__ttl02 {
    padding-right: 125px;
  }

  .main.U7FG_TOP .isec.isec--noise .isec__text02 {
    display: inline-block;
    width: 400px;
    text-align: left;
  }

  .main.U7FG_TOP .isec.isec--noise .isec__image {
    top: auto;
    right: auto;
    left: 0px;
    bottom: 100px;
  }

  .main.U7FG_TOP .isec.isec--noise .isec__note {
    position: absolute;
    left: 0px;
    bottom: 70px;
  }

  .main.U7FG_TOP .isec.isec--ads .isec__inner {
    bottom: 80px;
  }

  .main.U7FG_TOP .image__function .function__icon {
    margin-left: 40px;
  }

  .main.U7FG_TOP .image__function .function__icon img {
    width: 700px;
  }

  .main.U7FG_TOP .function {
    background-image: url("../img/top/sec_bg01.jpg");
    background-size: cover;
  }

  .main.U7FG_TOP .isec03.isec03--wide {
    height: 720px;
    background-image: url("../img/top/sec_bg02.jpg");
    background-size: cover;
  }

  .main.U7FG_TOP .isec03.isec03--wide .isec__wrap {
    height: 720px;
  }

  .main.U7FG_TOP .isec03.isec03--wide .isec__inner {
    left: auto;
    top: 80px;
    right: 0px;
    text-align: right;
  }

  .main.U7FG_TOP .isec03.isec03--wide .box {
    display: inline-block;
    width: 400px;
    text-align: left;
  }

  .main.U7FG_TOP .isec03.isec03--wide .isec__image {
    left: 70px;
    top: 220px;
  }

  .main.U7FG_TOP .isec03.isec03--wide .isec__image img {
    width: 760px;
  }

  .main.U7FG_TOP .isec03.isec03--wide .isec__note {
    position: absolute;
    left: 70px;
    bottom: 60px;
  }

  .main.U7FG_TOP .isec.isec--blight {
    background-image: url("../img/top/sec_bg01.jpg");
    background-size: cover;
  }

  .main.U7FG_TOP .game {
    min-height: 920px;
  }

  .main.U7FG_TOP .sound {
    background: -webkit-gradient(linear, left top, right top, from(#a9a9a9), to(#fff));
    background: linear-gradient(to right, #a9a9a9 0%, #fff 100%);
  }

  .main.U7FG_TOP .eilex {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#a9a9a9));
    background: linear-gradient(to bottom, #fff 0%, #a9a9a9 100%);
    padding-top: 80px;
    color: #000;
    padding-bottom: 80px;
    position: relative;
  }

  .main.U7FG_TOP .eilex::after {
    background: url("../img/top/eilex_bg.png");
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: 0 350px;
    z-index: 0;
    background-size: 100% auto;
  }

  .main.U7FG_TOP .slide {
    background-image: url("../img/top/sec_bg02.jpg");
    background-size: cover;
  }

  .main.U7FG_TOP .other {
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(#a9a9a9));
    background: linear-gradient(to left, #fff 0%, #a9a9a9 100%);
  }

  .main.U7FG_TOP .other02 {
    background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#f4f4f4));
    background: linear-gradient(to bottom, #aaaaaa 0%, #f4f4f4 100%);
  }

  .main.U8FG_TOP,
  .U7FG_TOP {
    color: #fff;
  }

  .main.U8FG_TOP .function,
  .U7FG_TOP .function {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(185, 168, 112, 0.8)));
    background: linear-gradient(0deg, #fff, rgba(185, 168, 112, 0.8));
    text-align: center;
    padding: 60px 70px;
  }

  .main.U8FG_TOP .function .function__inner,
  .U7FG_TOP .function .function__inner {
    padding: 35px 0;
    border-top: 1px solid #01cfd0;
    border-bottom: 1px solid #01cfd0;
  }

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

  .main.U8FG_TOP .function .function__icon,
  .U7FG_TOP .function .function__icon {
    margin-top: 25px;
    margin-left: -50px;
  }

  .main.U8FG_TOP .function .function__more,
  .U7FG_TOP .function .function__more {
    margin-top: 30px;
  }

  .main.U8FG_TOP .function .function__more a,
  .U7FG_TOP .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;
  }

  .main.U8FG_TOP .function .function__more a:after,
  .U7FG_TOP .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;
  }

  .main.U8FG_TOP .function .function__more a:hover,
  .U7FG_TOP .function .function__more a:hover {
    background-color: #01cfd0;
  }

  .main.U8FG_TOP .mv,
  .U7FG_TOP .mv {
    position: relative;
    max-height: 850px;
    overflow: hidden;
    color: #fff;
  }

  .main.U8FG_TOP .mv .mv__ttl,
  .U7FG_TOP .mv .mv__ttl {
    font-size: 34px;
    position: absolute;
    left: 70px;
    top: 175px;
    z-index: 1;
    line-height: 1.6;
    font-weight: bold;
  }

  .main.U8FG_TOP .mv .mv__ttl span,
  .U7FG_TOP .mv .mv__ttl span {
    display: block;
    font-size: 18px;
    font-weight: normal;
  }

  .main.U8FG_TOP .mv .mv__copy,
  .U7FG_TOP .mv .mv__copy {
    position: absolute;
    bottom: 50px;
    right: 60px;
    z-index: 1;
  }

  .main.U8FG_TOP .mv .mv__copy img,
  .U7FG_TOP .mv .mv__copy img {
    width: 100%;
  }

  .main.U8FG_TOP .mv .mv__cm,
  .U7FG_TOP .mv .mv__cm {
    position: absolute;
    z-index: 1;
    left: 70px;
    bottom: 35px;
  }

  .main.U8FG_TOP .mv .mv__cm .ttl,
  .U7FG_TOP .mv .mv__cm .ttl {
    font-size: 20px;
  }

  .main.U8FG_TOP .mv .mv__cm ul,
  .U7FG_TOP .mv .mv__cm ul {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .main.U8FG_TOP .mv .mv__cm ul li,
  .U7FG_TOP .mv .mv__cm ul li {
    margin-right: 18px;
  }

  .main.U8FG_TOP .mv .mv__cm ul li a,
  .U7FG_TOP .mv .mv__cm ul li a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    display: block;
  }

  .main.U8FG_TOP .mv .mv__cm ul li a:hover,
  .U7FG_TOP .mv .mv__cm ul li a:hover {
    opacity: 0.6;
  }

  .main.U8FG_TOP .mv .mv__cm ul li a img,
  .U7FG_TOP .mv .mv__cm ul li a img {
    width: 100%;
  }

  .main.U8FG_TOP .mv .mv__cm ul li span,
  .U7FG_TOP .mv .mv__cm ul li span {
    display: inline-block;
    margin-top: 8px;
    font-size: 16px;
  }

  .main.U8FG_TOP .mv .mv__image,
  .U7FG_TOP .mv .mv__image {
    position: relative;
    z-index: 0;
    top: -0px;
  }

  .main.U8FG_TOP .mv .mv__image img,
  .U7FG_TOP .mv .mv__image img {
    width: 100%;
  }

  .main.U8FG_TOP .product,
  .U7FG_TOP .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;
  }

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

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

  .main.U8FG_TOP .product .product__copy,
  .U7FG_TOP .product .product__copy {
    margin-top: 50px;
    font-size: 56px;
    line-height: 1.4;
  }

  .main.U8FG_TOP .product .product__info,
  .U7FG_TOP .product .product__info {
    line-height: 1.7;
    margin-top: 40px;
  }

  .main.U8FG_TOP .product .product__info h2,
  .U7FG_TOP .product .product__info h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
  }

  .main.U8FG_TOP .product .product__info p,
  .U7FG_TOP .product .product__info p {
    margin-top: 10px;
  }

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

  .main.U8FG_TOP .product .product__image,
  .U7FG_TOP .product .product__image {
    width: 100%;
  }

  .main.U8FG_TOP .product .product__image img,
  .U7FG_TOP .product .product__image img {
    width: 100%;
  }

  .main.U8FG_TOP .product .product__notice,
  .U7FG_TOP .product .product__notice {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
    text-shadow: 0 0 10px rgba(78, 78, 78, 0.9), 0 0 10px rgba(78, 78, 78, 0.9), 0 0 10px rgba(78, 78, 78, 0.9), 0 0 10px rgba(78, 78, 78, 0.9), 0 0 10px rgba(78, 78, 78, 0.9), 0 0 10px rgba(78, 78, 78, 0.9), 0 0 10px rgba(78, 78, 78, 0.9), 0 0 10px rgba(78, 78, 78, 0.9);
  }

  .main.U8FG_TOP .image,
  .U7FG_TOP .image {
    min-width: 1350px;
    position: relative;
    overflow: hidden;
  }

  .main.U8FG_TOP .image .image__header,
  .U7FG_TOP .image .image__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .main.U8FG_TOP .image .iheader__inner,
  .U7FG_TOP .image .iheader__inner {
    padding-top: 40px;
    position: absolute;
    left: 70px;
    text-align: left;
    z-index: 1;
  }

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

  .main.U8FG_TOP .image .iheader__ttl,
  .U7FG_TOP .image .iheader__ttl {
    margin-top: 20px;
    position: relative;
    left: 0px;
    font-size: 56px;
    line-height: 1.4;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9);
    color: #000;
  }

  .main.U8FG_TOP .image .iheader__info,
  .U7FG_TOP .image .iheader__info {
    display: inline-block;
    letter-spacing: 0px;
    color: #000;
  }

  .main.U8FG_TOP .image .iheader__info p,
  .U7FG_TOP .image .iheader__info p {
    text-align: left;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9);
  }

  .main.U8FG_TOP .image .iheader__function,
  .U7FG_TOP .image .iheader__function {
    margin-top: 20px;
  }

  .main.U8FG_TOP .image .iheader__img,
  .U7FG_TOP .image .iheader__img {
    margin-top: 35px;
  }

  .main.U8FG_TOP .image .iheader__image,
  .U7FG_TOP .image .iheader__image {
    width: 100%;
  }

  .main.U8FG_TOP .image .iheader__image img,
  .U7FG_TOP .image .iheader__image img {
    width: 100%;
  }

  .main.U8FG_TOP .image .iheader__notice,
  .U7FG_TOP .image .iheader__notice {
    color: #000;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9);
  }

  .main.U8FG_TOP .isec,
  .U7FG_TOP .isec {
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    color: #000;
    background-image: url("../img/top/sec_bg01.jpg");
    background-size: 100%;
    background-color: #e5decc;
  }

  .main.U8FG_TOP .isec .isec__wrap,
  .U7FG_TOP .isec .isec__wrap {
    width: 100%;
    max-width: 1350px;
    position: relative;
    margin: 0 auto;
    height: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main.U8FG_TOP .isec .isec__inner,
  .U7FG_TOP .isec .isec__inner {
    padding: 0 70px;
    position: absolute;
    z-index: 1;
  }

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

  .main.U8FG_TOP .isec .isec__ttl01,
  .U7FG_TOP .isec .isec__ttl01 {
    font-size: 56px;
    line-height: 1.4;
  }

  .main.U8FG_TOP .isec .isec__text01,
  .U7FG_TOP .isec .isec__text01 {
    margin-top: 30px;
    font-size: 32px;
    line-height: 1.4;
  }

  .main.U8FG_TOP .isec .isec__ttl02,
  .U7FG_TOP .isec .isec__ttl02 {
    font-size: 28px;
    color: #01cfd0;
    font-weight: bold;
  }

  .main.U8FG_TOP .isec .isec__text02,
  .U7FG_TOP .isec .isec__text02 {
    font-size: 16px;
  }

  .main.U8FG_TOP .isec .isec__image video,
  .U7FG_TOP .isec .isec__image video {
    width: 777px;
  }

  .main.U8FG_TOP .isec .isec__notice,
  .U7FG_TOP .isec .isec__notice {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
  }

  .main.U8FG_TOP .isec .isec__model,
  .U7FG_TOP .isec .isec__model {
    display: inline-block;
    line-height: 1;
  }

  .main.U8FG_TOP .isec .isec__model span,
  .U7FG_TOP .isec .isec__model span {
    font-weight: bold;
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 10px 3px;
    margin-right: 10px;
  }

  .main.U8FG_TOP .isec.isec--net,
  .U7FG_TOP .isec.isec--net {
    background-image: url("../img/top/sec_bg01.jpg");
    padding: 80px 0px;
  }

  .main.U8FG_TOP .isec.isec--net .isec__ttl01,
  .U7FG_TOP .isec.isec--net .isec__ttl01 {
    text-align: right;
  }

  .main.U8FG_TOP .isec.isec--net .isec__wrap,
  .U7FG_TOP .isec.isec--net .isec__wrap {
    height: 710px;
  }

  .main.U8FG_TOP .isec.isec--net .isec__texts,
  .U7FG_TOP .isec.isec--net .isec__texts {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 45%;
    text-align: left;
  }

  .main.U8FG_TOP .isec.isec--net .isec__image,
  .U7FG_TOP .isec.isec--net .isec__image {
    position: relative;
    margin-top: 30px;
    width: 50%;
  }

  .main.U8FG_TOP .isec.isec--net .isec__text02,
  .U7FG_TOP .isec.isec--net .isec__text02 {
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
  }

  .main.U8FG_TOP .isec.isec--net .isec__text03,
  .U7FG_TOP .isec.isec--net .isec__text03 {
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #000;
    padding: 10px 20px;
  }

  .main.U8FG_TOP .isec.isec--net .isec__note,
  .U7FG_TOP .isec.isec--net .isec__note {
    margin-top: 10px;
  }

  .main.U8FG_TOP .isec.isec01,
  .U7FG_TOP .isec.isec01 {
    background-image: url("../img/top/sec_bg02.jpg");
    padding-bottom: 80px;
  }

  .main.U8FG_TOP .isec.isec01 .isec__wrap,
  .U7FG_TOP .isec.isec01 .isec__wrap {
    height: 700px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .main.U8FG_TOP .isec.isec01 .isec__inner,
  .U7FG_TOP .isec.isec01 .isec__inner {
    padding-top: 80px;
  }

  .main.U8FG_TOP .isec.isec01 .isec__text02,
  .U7FG_TOP .isec.isec01 .isec__text02 {
    width: 400px;
  }

  .main.U8FG_TOP .isec.isec01 .isec__image,
  .U7FG_TOP .isec.isec01 .isec__image {
    right: 70px;
    bottom: 0px;
  }

  .main.U8FG_TOP .isec.isec01 .isec__image img,
  .U7FG_TOP .isec.isec01 .isec__image img {
    max-width: 777px;
    width: 100%;
  }

  .ie .TV_U8F_TOP.main .isec01 .isec__inner {
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
  }

  .main.U8FG_TOP .isec.isec02,
  .U7FG_TOP .isec.isec02 {
    background-image: url("../img/top/sec_bg01.jpg");
    padding-bottom: 80px;
  }

  .main.U8FG_TOP .isec.isec02 .isec__wrap,
  .U7FG_TOP .isec.isec02 .isec__wrap {
    height: 700px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .main.U8FG_TOP .isec.isec02 .isec__inner,
  .U7FG_TOP .isec.isec02 .isec__inner {
    left: auto;
    top: 80px;
    right: 0px;
    text-align: right;
  }

  .main.U8FG_TOP .isec.isec02 .isec__text01,
  .U7FG_TOP .isec.isec02 .isec__text01 {
    margin-top: 0;
    text-align: right;
  }

  .main.U8FG_TOP .isec.isec02 .box,
  .U7FG_TOP .isec.isec02 .box {
    display: inline-block;
    width: 400px;
    text-align: left;
  }

  .main.U8FG_TOP .isec.isec02 .isec__ttl02,
  .U7FG_TOP .isec.isec02 .isec__ttl02 {
    white-space: nowrap;
  }

  .main.U8FG_TOP .isec.isec02 .isec__text02,
  .U7FG_TOP .isec.isec02 .isec__text02 {
    display: inline-block;
    text-align: left;
    width: 400px;
  }

  .main.U8FG_TOP .isec.isec02 .isec__image,
  .U7FG_TOP .isec.isec02 .isec__image {
    left: 70px;
    top: 240px;
  }

  .main.U8FG_TOP .isec.isec02 .isec__image img,
  .U7FG_TOP .isec.isec02 .isec__image img {
    max-width: 777px;
    width: 100%;
  }

  .main.U8FG_TOP .isec.isec--skin,
  .U7FG_TOP .isec.isec--skin {
    padding-top: 0px;
    background-image: url("../img/top/sec_bg02.jpg");
  }

  .main.U8FG_TOP .isec.isec--skin .isec__wrap,
  .U7FG_TOP .isec.isec--skin .isec__wrap {
    display: block;
    height: 770px;
  }

  .main.U8FG_TOP .isec.isec--skin .isec__inner,
  .U7FG_TOP .isec.isec--skin .isec__inner {
    top: 80px;
    position: relative;
  }

  .main.U8FG_TOP .isec.isec--skin .isec__image,
  .U7FG_TOP .isec.isec--skin .isec__image {
    top: 120px;
    padding: 0 140px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .main.U8FG_TOP .isec.isec03,
  .U7FG_TOP .isec.isec03 {
    height: 850px;
  }

  .main.U8FG_TOP .isec.isec03 .isec__inner,
  .U7FG_TOP .isec.isec03 .isec__inner {
    left: auto;
    top: 80px;
    right: 0px;
    text-align: right;
  }

  .main.U8FG_TOP .isec.isec03 .box,
  .U7FG_TOP .isec.isec03 .box {
    display: inline-block;
    width: 400px;
    text-align: left;
  }

  .main.U8FG_TOP .isec.isec03 .isec__image,
  .U7FG_TOP .isec.isec03 .isec__image {
    left: 70px;
    top: 180px;
  }

  .main.U8FG_TOP .isec.isec03 .isec__image img,
  .U7FG_TOP .isec.isec03 .isec__image img {
    width: 760px;
  }

  .main.U8FG_TOP .isec.isec--noise,
  .U7FG_TOP .isec.isec--noise {
    background-position: 100% 0, 0% 0%;
    padding-top: 0px;
    text-align: left;
    background-image: url("../img/top/sec_bg02.jpg");
  }

  .main.U8FG_TOP .isec.isec--noise .isec__wrap,
  .U7FG_TOP .isec.isec--noise .isec__wrap {
    position: relative;
    height: 960px;
  }

  .main.U8FG_TOP .isec.isec--noise .isec__inner,
  .U7FG_TOP .isec.isec--noise .isec__inner {
    top: 80px;
    left: 0;
  }

  .main.U8FG_TOP .isec.isec--noise .isec__text02,
  .U7FG_TOP .isec.isec--noise .isec__text02 {
    display: inline-block;
    width: 500px;
    text-align: left;
  }

  .main.U8FG_TOP .isec.isec--noise .isec__image,
  .U7FG_TOP .isec.isec--noise .isec__image {
    top: auto;
    right: 0px;
    bottom: 80px;
  }

  .main.U8FG_TOP .isec.isec--noise .isec__note,
  .U7FG_TOP .isec.isec--noise .isec__note {
    position: absolute;
    right: 0px;
    bottom: 80px;
  }

  .main.U8FG_TOP .isec.isec--tex,
  .U7FG_TOP .isec.isec--tex {
    background-position: 100% 0, 0% 0%;
    padding-top: 80px;
    text-align: right;
  }

  .main.U8FG_TOP .isec.isec--tex .isec__wrap,
  .U7FG_TOP .isec.isec--tex .isec__wrap {
    position: relative;
  }

  .main.U8FG_TOP .isec.isec--tex .isec__inner,
  .U7FG_TOP .isec.isec--tex .isec__inner {
    top: 0px;
    left: 0;
  }

  .main.U8FG_TOP .isec.isec--tex .isec__box,
  .U7FG_TOP .isec.isec--tex .isec__box {
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 40px;
  }

  .main.U8FG_TOP .isec.isec--tex .isec__switch,
  .U7FG_TOP .isec.isec--tex .isec__switch {
    text-align: left;
    margin-top: 20px;
  }

  .main.U8FG_TOP .isec.isec--tex .isec__switch .switch,
  .U7FG_TOP .isec.isec--tex .isec__switch .switch {
    margin: 10px 0;
  }

  .main.U8FG_TOP .isec.isec--tex .isec__text02,
  .U7FG_TOP .isec.isec--tex .isec__text02 {
    display: inline-block;
    width: 400px;
    text-align: left;
  }

  .main.U8FG_TOP .isec.isec--tex .isec__image,
  .U7FG_TOP .isec.isec--tex .isec__image {
    top: auto;
    right: 0px;
    bottom: 40px;
  }

  .main.U8FG_TOP .isec.isec05,
  .U7FG_TOP .isec.isec05 {
    background-color: #262626;
    padding-top: 80px;
    background-image: url("../img/top/sec_bg02.jpg");
  }

  .main.U8FG_TOP .isec.isec05 .isec__wrap,
  .U7FG_TOP .isec.isec05 .isec__wrap {
    height: 980px;
  }

  .main.U8FG_TOP .isec.isec05 .isec__inner,
  .U7FG_TOP .isec.isec05 .isec__inner {
    top: 0px;
  }

  .main.U8FG_TOP .isec.isec05 .isec__text02,
  .U7FG_TOP .isec.isec05 .isec__text02 {
    display: inline-block;
    width: 400px;
    text-align: left;
  }

  .main.U8FG_TOP .isec.isec05 .isec__image,
  .U7FG_TOP .isec.isec05 .isec__image {
    right: 70px;
    bottom: 0px;
  }

  .main.U8FG_TOP .isec.isec05 .isec__notice,
  .U7FG_TOP .isec.isec05 .isec__notice {
    right: 110px;
    bottom: 60px;
  }

  .main.U8FG_TOP .isec.isec04,
  .U7FG_TOP .isec.isec04 {
    height: 920px;
  }

  .main.U8FG_TOP .isec.isec04 .isec__inner,
  .U7FG_TOP .isec.isec04 .isec__inner {
    top: 80px;
    right: 0px;
    text-align: right;
  }

  .main.U8FG_TOP .isec.isec04 .isec__text01,
  .main.U8FG_TOP .isec.isec04 .isec__ttl02,
  .U7FG_TOP .isec.isec04 .isec__text01,
  .U7FG_TOP .isec.isec04 .isec__ttl02 {
    text-align: right;
  }

  .main.U8FG_TOP .isec.isec04 .isec__text02,
  .U7FG_TOP .isec.isec04 .isec__text02 {
    display: inline-block;
    text-align: left;
    width: 50%;
  }

  .main.U8FG_TOP .isec.isec04 .isec__image,
  .U7FG_TOP .isec.isec04 .isec__image {
    right: 70px;
    top: 500px;
    z-index: 1;
  }

  .main.U8FG_TOP .isec.isec04 .isec__image__bg,
  .U7FG_TOP .isec.isec04 .isec__image__bg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 0;
  }

  .main.U8FG_TOP .image__function .function__icon img,
  .U7FG_TOP .image__function .function__icon img {
    width: 700px;
  }

  .main.U8FG_TOP .mode,
  .U7FG_TOP .mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    position: relative;
    padding-top: 60px;
    padding-bottom: 40px;
    background-image: url("../img/top/sec_bg02.jpg");
    background-size: cover;
  }

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

  .main.U8FG_TOP .mode .mode__ttl,
  .U7FG_TOP .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;
  }

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

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

  .main.U8FG_TOP .isec--ads,
  .U7FG_TOP .isec--ads {
    position: relative;
    background-image: url("../img/top/ads_img.jpg");
    background-size: cover;
    background-position: 50% 30%;
    color: #000;
    height: 1000px;
    overflow: hidden;
  }

  .main.U8FG_TOP .isec--ads .isec__img,
  .U7FG_TOP .isec--ads .isec__img {
    margin-top: 0 !important;
    position: absolute;
    display: none;
  }

  .main.U8FG_TOP .isec--ads .isec__img img,
  .U7FG_TOP .isec--ads .isec__img img {
    display: none;
  }

  .main.U8FG_TOP .isec--ads .isec__wrap,
  .U7FG_TOP .isec--ads .isec__wrap {
    position: relative;
    height: 100%;
  }

  .main.U8FG_TOP .isec--ads .isec__inner,
  .U7FG_TOP .isec--ads .isec__inner {
    position: absolute;
    bottom: 0px;
    padding: 0px 70px;
  }

  .main.U8FG_TOP .isec--ads .isec__note,
  .U7FG_TOP .isec--ads .isec__note {
    position: absolute;
    right: 70px;
    bottom: 30px;
  }

  .main.U8FG_TOP .isec--ads .isec__img,
  .U7FG_TOP .isec--ads .isec__img {
    margin-top: -200px;
  }

  .main.U8FG_TOP .isec--ads .isec__model,
  .U7FG_TOP .isec--ads .isec__model {
    display: inline-block;
    line-height: 1;
  }

  .main.U8FG_TOP .isec--ads .isec__model span,
  .U7FG_TOP .isec--ads .isec__model span {
    font-weight: bold;
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 10px 3px;
    margin-right: 10px;
  }

  .main.U8FG_TOP .isec--ads .isec__text02,
  .U7FG_TOP .isec--ads .isec__text02 {
    width: 100%;
    font-size: 16px;
    margin-bottom: 60px;
  }

  .main.U8FG_TOP .isec--blight,
  .U7FG_TOP .isec--blight {
    background-size: cover;
    background-image: url("../img/top/sec_bg02.jpg");
    background-position: 0 0;
    color: #000;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    min-height: 500px;
  }

  .main.U8FG_TOP .isec--blight .isec__wrap,
  .U7FG_TOP .isec--blight .isec__wrap {
    height: auto;
    max-width: 1350px;
  }

  .main.U8FG_TOP .isec--blight .isec__ttl01,
  .U7FG_TOP .isec--blight .isec__ttl01 {
    white-space: nowrap;
  }

  .main.U8FG_TOP .isec--blight .isec__ttl02,
  .U7FG_TOP .isec--blight .isec__ttl02 {
    text-align: left;
  }

  .main.U8FG_TOP .isec--blight .isec__text02,
  .U7FG_TOP .isec--blight .isec__text02 {
    width: 400px;
  }

  .main.U8FG_TOP .isec--blight .isec__wrap,
  .U7FG_TOP .isec--blight .isec__wrap {
    display: block;
  }

  .main.U8FG_TOP .isec--blight .isec__inner,
  .U7FG_TOP .isec--blight .isec__inner {
    text-align: left;
    top: 0px;
    position: relative;
  }

  .main.U8FG_TOP .isec--blight .isec__image .anime__inner,
  .U7FG_TOP .isec--blight .isec__image .anime__inner {
    z-index: 1;
  }

  .main.U8FG_TOP .game,
  .U7FG_TOP .game {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    position: relative;
    min-height: 1280px;
    background-image: url("../img/top/game_main.jpg");
    background-size: cover;
    background-position: 100% 100%;
  }

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

  .main.U8FG_TOP .game .game__ttl,
  .U7FG_TOP .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;
  }

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

  .main.U8FG_TOP .game .game__info,
  .U7FG_TOP .game .game__info {
    width: 800px;
    margin-top: 20px;
  }

  .main.U8FG_TOP .game .game__info ul,
  .U7FG_TOP .game .game__info ul {
    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;
  }

  .main.U8FG_TOP .game .game__info li,
  .U7FG_TOP .game .game__info li {
    background-color: rgba(255, 255, 255, 0.95);
    border: #01cfd0 1px solid;
    width: calc(50% - 10px);
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .main.U8FG_TOP .game .game__info h4,
  .U7FG_TOP .game .game__info h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .main.U8FG_TOP .game .game__info p,
  .U7FG_TOP .game .game__info p {
    font-size: 16px;
  }

  .main.U8FG_TOP .game .game__info span,
  .U7FG_TOP .game .game__info span {
    display: block;
    font-size: 12px;
    margin-top: 10px;
  }

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

  .main.U8FG_TOP .game .game__img,
  .U7FG_TOP .game .game__img {
    margin-top: 35px;
  }

  .main.U8FG_TOP .game .game__frame,
  .U7FG_TOP .game .game__frame {
    margin-top: 20px;
    width: 800px;
  }

  .main.U8FG_TOP .game .game__image,
  .U7FG_TOP .game .game__image {
    width: 100%;
  }

  .main.U8FG_TOP .game .game__image img,
  .U7FG_TOP .game .game__image img {
    width: 100%;
  }

  .main.U8FG_TOP .sound,
  .U7FG_TOP .sound {
    background: -webkit-gradient(linear, left top, right top, from(#b9a76f), to(#fff));
    background: linear-gradient(to right, #b9a76f 0%, #fff 100%);
    overflow: hidden;
  }

  .main.U8FG_TOP .sound .sheader,
  .U7FG_TOP .sound .sheader {
    position: relative;
  }

  .main.U8FG_TOP .sound .sheader .sheader__inner,
  .U7FG_TOP .sound .sheader .sheader__inner {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 70px;
  }

  .main.U8FG_TOP .sound .sheader .sheader__ttl,
  .U7FG_TOP .sound .sheader .sheader__ttl {
    margin-top: 15px;
    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;
  }

  .main.U8FG_TOP .sound .sheader .sheader__function,
  .U7FG_TOP .sound .sheader .sheader__function {
    margin-top: 15px;
  }

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

  .main.U8FG_TOP .sound .sheader .sheader__image img,
  .U7FG_TOP .sound .sheader .sheader__image img {
    width: 100%;
  }

  .main.U8FG_TOP .sound .woofer,
  .U7FG_TOP .sound .woofer {
    color: #000;
    padding-top: 80px;
    padding-bottom: 30px;
    background-image: url("../img/top/sec_bg01.jpg");
    background-size: cover;
  }

  .main.U8FG_TOP .sound .woofer .woofer__inner,
  .U7FG_TOP .sound .woofer .woofer__inner {
    text-align: center;
  }

  .main.U8FG_TOP .sound .woofer .woofer__ttl,
  .U7FG_TOP .sound .woofer .woofer__ttl {
    font-size: 56px;
    line-height: 1.4;
  }

  .main.U8FG_TOP .sound .woofer .woofer__ttl02,
  .U7FG_TOP .sound .woofer .woofer__ttl02 {
    font-size: 28px;
    margin-top: 10px;
    color: #01cfd0;
    font-weight: bold;
  }

  .main.U8FG_TOP .sound .woofer .woofer__frame,
  .U7FG_TOP .sound .woofer .woofer__frame {
    margin-top: 20px;
  }

  .main.U8FG_TOP .sound .woofer .woofer__text,
  .U7FG_TOP .sound .woofer .woofer__text {
    margin-top: 15px;
    font-size: 16px;
  }

  .main.U8FG_TOP .sound .sound__function,
  .U7FG_TOP .sound .sound__function {
    background-image: url("../img/top/sec_bg01.jpg");
    background-size: cover;
  }

  .main.U8FG_TOP .sound .sound__function .function__icon,
  .U7FG_TOP .sound .sound__function .function__icon {
    margin-left: 10px;
  }

  .main.U8FG_TOP .sound .sound__function .function__icon img,
  .U7FG_TOP .sound .sound__function .function__icon img {
    width: 580px;
  }

  .main.U8FG_TOP .eilex,
  .U7FG_TOP .eilex {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#b9a76f));
    background: linear-gradient(to bottom, #fff 0%, #b9a76f 100%);
    padding-top: 80px;
    color: #000;
    padding-bottom: 80px;
    position: relative;
  }

  .main.U8FG_TOP .eilex::after,
  .U7FG_TOP .eilex::after {
    background: url("../img/top/eilex_bg.png");
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: 0 350px;
    z-index: 0;
    background-size: 100% auto;
  }

  .main.U8FG_TOP .eilex .eilex__wrap,
  .U7FG_TOP .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;
    z-index: 1;
  }

  .main.U8FG_TOP .eilex .eilex__ttl,
  .U7FG_TOP .eilex .eilex__ttl {
    margin-top: 20px;
    font-size: 56px;
    line-height: 1.4;
  }

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

  .main.U8FG_TOP .eilex .eilex__info,
  .U7FG_TOP .eilex .eilex__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main.U8FG_TOP .eilex .eilex__info *,
  .U7FG_TOP .eilex .eilex__info * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

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

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

  .main.U8FG_TOP .eilex .eilex__info .eilex__logo img,
  .U7FG_TOP .eilex .eilex__info .eilex__logo img {
    width: 173px;
  }

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

  .main.U8FG_TOP .eilex .eilex__info .eilex__function img,
  .U7FG_TOP .eilex .eilex__info .eilex__function img {
    width: 400px;
  }

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

  .main.U8FG_TOP .eilex .eilex__video video,
  .U7FG_TOP .eilex .eilex__video video {
    width: 800px;
  }

  .main.U8FG_TOP .other,
  .U7FG_TOP .other {
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(#b9a76f));
    background: linear-gradient(to left, #fff 0%, #b9a76f 100%);
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #000;
  }

  .main.U8FG_TOP .other .oheader .oheader__inner,
  .U7FG_TOP .other .oheader .oheader__inner {
    max-width: 1350px;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    padding: 60px 70px;
    position: relative;
    z-index: 1;
  }

  .main.U8FG_TOP .other .oheader .oheader__ttl,
  .U7FG_TOP .other .oheader .oheader__ttl {
    margin-top: 20px;
    font-size: 56px;
    line-height: 1.4;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9);
  }

  .main.U8FG_TOP .other .oheader .oheader__text,
  .U7FG_TOP .other .oheader .oheader__text {
    margin-top: 15px;
    font-size: 16px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9);
  }

  .main.U8FG_TOP .other .oheader .oheader__function,
  .U7FG_TOP .other .oheader .oheader__function {
    margin-top: 20px;
  }

  .main.U8FG_TOP .other .oheader .oheader__image,
  .U7FG_TOP .other .oheader .oheader__image {
    position: absolute;
    top: 0;
    right: 0;
  }

  .main.U8FG_TOP .other .oheader .oheader__image img,
  .U7FG_TOP .other .oheader .oheader__image img {
    width: 100%;
  }

  .main.U8FG_TOP .other .oheader .oheader__frame,
  .U7FG_TOP .other .oheader .oheader__frame {
    margin-top: 60px;
    text-align: center;
  }

  .main.U8FG_TOP .other__function,
  .U7FG_TOP .other__function {
    background-image: url("../img/top/sec_bg01.jpg");
    background-size: cover;
  }

  .main.U8FG_TOP .other__function .function__icon img,
  .U7FG_TOP .other__function .function__icon img {
    width: 1000px;
  }

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

  .main.U8FG_TOP .vidaa h2,
  .U7FG_TOP .vidaa h2 {
    font-size: 56px !important;
  }

  .main.U8FG_TOP .vidaa .vidaa_program,
  .U7FG_TOP .vidaa .vidaa_program {
    width: 600px;
    margin: 50px auto;
  }

  .main.U8FG_TOP .vidaa .vidaa_program img:first-child,
  .U7FG_TOP .vidaa .vidaa_program img:first-child {
    display: inline-block;
    margin-bottom: 40px;
  }

  .main.U8FG_TOP .vidaa .vidaa_bunner,
  .U7FG_TOP .vidaa .vidaa_bunner {
    width: 600px;
    margin: 50px auto;
  }

  .main.U8FG_TOP .vidaa .txt,
  .U7FG_TOP .vidaa .txt {
    font-weight: bold;
  }

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

  .main.U8FG_TOP .vidaa .note,
  .U7FG_TOP .vidaa .note {
    font-size: 16px;
  }

  .main.U8FG_TOP .vidaa .logo_list_wrap,
  .U7FG_TOP .vidaa .logo_list_wrap {
    width: 860px;
    margin: 10px auto;
    padding: 20px;
  }

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

  .main.U8FG_TOP .vidaa ul.logo_list>*,
  .U7FG_TOP .vidaa ul.logo_list>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% / 5);
  }

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

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

  .main.U8FG_TOP .vidaa ul.logo_list>*:hover img,
  .U7FG_TOP .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);
  }

  .main.U8FG_TOP .controller,
  .U7FG_TOP .controller {
    color: #000;
  }

  .main.U8FG_TOP .controller .controller__wrap,
  .U7FG_TOP .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%;
  }

  .main.U8FG_TOP .controller .controller__inner,
  .U7FG_TOP .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%);
  }

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

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

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

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

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

  .main.U8FG_TOP .controller .controller__image,
  .U7FG_TOP .controller .controller__image {
    width: 100%;
    text-align: left;
  }

  .main.U8FG_TOP .controller .controller__image img,
  .U7FG_TOP .controller .controller__image img {
    width: 100%;
  }

  .main.U8FG_TOP .slide,
  .U7FG_TOP .slide {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("../img/top/sec_bg01.jpg");
    background-size: cover;
  }

  .main.U8FG_TOP .slide .slide__ttl,
  .U7FG_TOP .slide .slide__ttl {
    font-size: 56px;
    line-height: 1.4;
  }

  .main.U8FG_TOP .slide .slide__image,
  .U7FG_TOP .slide .slide__image {
    margin-top: 40px;
    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;
  }

  .main.U8FG_TOP .slide .slide__image img,
  .U7FG_TOP .slide .slide__image img {
    margin: 0 10px;
  }

  .main.U8FG_TOP .slide .slide__text,
  .U7FG_TOP .slide .slide__text {
    margin-top: 40px;
    min-width: 1350px;
    color: #000;
    line-height: 1.5;
  }

  .main.U8FG_TOP .slide .slide__text p,
  .U7FG_TOP .slide .slide__text p {
    font-weight: bold;
    font-size: 20px;
  }

  .main.U8FG_TOP .slide .slide__text .note,
  .U7FG_TOP .slide .slide__text .note {
    font-weight: normal;
    margin-top: 10px;
    font-size: 16px;
  }

  .main.U8FG_TOP .design,
  .U7FG_TOP .design {
    color: #fff;
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
    background-image: url("../img/top/sec_bg02.jpg");
    background-size: cover;
  }

  .main.U8FG_TOP .design .design__wrap,
  .U7FG_TOP .design .design__wrap {
    position: relative;
    max-width: 1350px;
    margin: 0 auto;
  }

  .main.U8FG_TOP .design .design__inner,
  .U7FG_TOP .design .design__inner {
    width: 100%;
    z-index: 1;
  }

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

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

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

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

  .main.U8FG_TOP .design .design__image,
  .U7FG_TOP .design .design__image {
    margin-top: 35px;
    width: 100%;
    text-align: center;
  }

  .main.U8FG_TOP .design .design__image02,
  .U7FG_TOP .design .design__image02 {
    margin-top: 50px;
    text-align: center;
  }

  .main.U8FG_TOP .design .design__note,
  .U7FG_TOP .design .design__note {
    color: #000;
    bottom: 60px;
  }

  .main.U8FG_TOP .stand,
  .U7FG_TOP .stand {
    color: #000;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#d7c17d), to(#ece6d6));
    background: linear-gradient(to bottom, #d7c17d 0%, #ece6d6 100%);
  }

  .main.U8FG_TOP .stand .stand__wrap,
  .U7FG_TOP .stand .stand__wrap {
    position: relative;
    max-width: 1350px;
    margin: 0 auto;
  }

  .main.U8FG_TOP .stand .stand__inner,
  .U7FG_TOP .stand .stand__inner {
    width: 100%;
    z-index: 1;
  }

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

  .main.U8FG_TOP .stand .stand__ttl,
  .U7FG_TOP .stand .stand__ttl {
    margin-top: 20px;
    position: relative;
    font-size: 56px;
    line-height: 1.4;
    color: #000;
  }

  .main.U8FG_TOP .stand .stand__ttl02,
  .U7FG_TOP .stand .stand__ttl02 {
    font-size: 28px;
    margin-top: 10px;
    color: #01cfd0;
    font-weight: bold;
  }

  .main.U8FG_TOP .stand .stand__model,
  .U7FG_TOP .stand .stand__model {
    display: inline-block;
    line-height: 1;
  }

  .main.U8FG_TOP .stand .stand__model span,
  .U7FG_TOP .stand .stand__model span {
    font-weight: bold;
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 10px 3px;
    margin-right: 10px;
  }

  .main.U8FG_TOP .stand .stand__info,
  .U7FG_TOP .stand .stand__info {
    margin-top: 15px;
    font-size: 16px;
  }

  .main.U8FG_TOP .stand .stand__image,
  .U7FG_TOP .stand .stand__image {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    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;
  }

  .main.U8FG_TOP .stand .stand__image>div,
  .U7FG_TOP .stand .stand__image>div {
    width: calc(50% - 20px);
    margin-bottom: 40px;
    text-align: center;
  }

  .main.U8FG_TOP .stand .stand__image>div span,
  .U7FG_TOP .stand .stand__image>div span {
    display: inline-block;
    margin-top: 5px;
    font-size: 16px;
  }

  .main.U8FG_TOP .recording,
  .U7FG_TOP .recording {
    color: #000;
    background-color: #fff;
  }

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

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

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

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

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

  .main.U8FG_TOP .recording .recording__function,
  .U7FG_TOP .recording .recording__function {
    margin-top: 30px;
  }

  .main.U8FG_TOP .recording .recording__function img,
  .U7FG_TOP .recording .recording__function img {
    width: 369px;
  }

  .main.U8FG_TOP .recording .recording__img,
  .U7FG_TOP .recording .recording__img {
    margin-top: 35px;
  }

  .main.U8FG_TOP .recording .recording__image,
  .U7FG_TOP .recording .recording__image {
    width: 100%;
    margin-top: 100px;
  }

  .main.U8FG_TOP .recording .recording__image img,
  .U7FG_TOP .recording .recording__image img {
    width: 100%;
  }

  .main.U8FG_TOP .recording .recording__note,
  .U7FG_TOP .recording .recording__note {
    color: #000;
  }

  .main.U8FG_TOP .other02,
  .U7FG_TOP .other02 {
    padding: 80px 0;
    padding-bottom: 60px;
    color: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#d7c17d), to(#ece6d6));
    background: linear-gradient(to bottom, #d7c17d 0%, #ece6d6 100%);
  }

  .main.U8FG_TOP .other02 .other02__inner,
  .U7FG_TOP .other02 .other02__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
  }

  .main.U8FG_TOP .other02 .other02__elm,
  .U7FG_TOP .other02 .other02__elm {
    width: calc(50% - 20px);
  }

  .main.U8FG_TOP .other02 .other02__img,
  .U7FG_TOP .other02 .other02__img {
    text-align: right;
    position: relative;
  }

  .main.U8FG_TOP .other02 .other02__img img,
  .U7FG_TOP .other02 .other02__img img {
    width: 100%;
  }

  .main.U8FG_TOP .other02 .other02__img span,
  .U7FG_TOP .other02 .other02__img span {
    position: absolute;
    bottom: -35px;
    right: -0px;
    width: 100%;
    display: inline-block;
    margin-top: 5px;
  }

  .main.U8FG_TOP .other02 .other02__ttl,
  .U7FG_TOP .other02 .other02__ttl {
    margin-top: 40px;
    font-weight: bold;
  }

  .main.U8FG_TOP .other02 .other02__text,
  .U7FG_TOP .other02 .other02__text {
    margin-top: 15px;
    line-height: 1.6;
  }

  .main.U8FG_TOP .other02 .other02__text p,
  .U7FG_TOP .other02 .other02__text p {
    margin-bottom: 10px;
  }

  .main.U8FG_TOP .other02 .other02__text p.p02,
  .U7FG_TOP .other02 .other02__text p.p02 {
    position: relative;
    padding-left: 20px;
  }

  .main.U8FG_TOP .other02 .other02__text p.p02::before,
  .U7FG_TOP .other02 .other02__text p.p02::before {
    position: absolute;
    content: "※";
    left: 0;
  }

  .main.U8FG_TOP .googleasst,
  .U7FG_TOP .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;
  }

  .main.U8FG_TOP .googleasst .wrap,
  .U7FG_TOP .googleasst .wrap {
    width: 58%;
  }

  .main.U8FG_TOP .googleasst .img,
  .U7FG_TOP .googleasst .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    width: 50%;
    position: absolute;
    top: 80px;
    right: -150px;
  }

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

  .main.U8FG_TOP .googleasst h2,
  .U7FG_TOP .googleasst h2 {
    font-size: 28px !important;
    line-height: 1.3;
    margin-bottom: 40px;
    width: 58%;
  }

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

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

  .main.U8FG_TOP .googleasst ul.bnr li img,
  .U7FG_TOP .googleasst ul.bnr li img {
    width: auto !important;
  }

  .main.U8FG_TOP .googleasst .btn_gr,
  .U7FG_TOP .googleasst .btn_gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }

  .main.U8FG_TOP .googleasst .btn_gr li:first-child,
  .U7FG_TOP .googleasst .btn_gr li:first-child {
    margin-right: 10px;
  }

  .main.U8FG_TOP .googleasst .btn_gr li a,
  .U7FG_TOP .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.U8FG_TOP .googleasst p.att,
  .U7FG_TOP .googleasst p.att {
    color: #666;
    font-size: 13px;
  }

  .main.U8FG_TOP .warranty,
  .U7FG_TOP .warranty {
    background-color: #000;
    padding: 80px 0;
  }

  .main.U8FG_TOP .warranty .warranty__inner,
  .U7FG_TOP .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;
  }

  .main.U8FG_TOP .warranty .warranty__inner h3,
  .U7FG_TOP .warranty .warranty__inner h3 {
    width: 251px;
  }

  .main.U8FG_TOP .warranty .warranty__inner h3 img,
  .U7FG_TOP .warranty .warranty__inner h3 img {
    width: 100%;
  }

  .main.U8FG_TOP .warranty .warranty__inner p,
  .U7FG_TOP .warranty .warranty__inner p {
    width: 69%;
  }

  .main.U8FG_TOP .lineup .lineup__comment,
  .U7FG_TOP .lineup .lineup__comment {
    display: none;
  }

  @-webkit-keyframes flash {
    0% {
      opacity: 0;
    }

    15% {
      opacity: 0.9;
    }

    30% {
      opacity: 0.2;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes flash {
    0% {
      opacity: 0;
    }

    15% {
      opacity: 0.9;
    }

    30% {
      opacity: 0.2;
    }

    100% {
      opacity: 0;
    }
  }

  .anime {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .anime.anime01 {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }

  .anime.anime01 .anime__inner {
    position: absolute;
    right: -16px;
    bottom: 0;
    width: 824px;
    height: 682px;
  }

  .anime.anime01 .anime__inner .img01 {
    z-index: 0;
  }

  .anime.anime01 .anime__inner .img02 {
    -webkit-transform-origin: 53.4% 17.3%;
    transform-origin: 53.4% 17.3%;
    z-index: 4;
  }

  .anime.anime01 .anime__inner .img03 {
    z-index: 3;
  }

  .anime.anime01 .anime__inner .img04 {
    -webkit-transform-origin: 77.5% 17.3%;
    transform-origin: 77.5% 17.3%;
    z-index: 4;
  }

  .anime.anime01 .anime__inner .img05 {
    z-index: 3;
    opacity: 0;
  }

  .anime.anime01 .anime__inner .nimg06 {
    z-index: 2;
    opacity: 0;
  }

  .anime.anime01 .anime__inner .nimg07 {
    z-index: 2;
    opacity: 0;
  }

  .anime.anime01 .anime__inner .nimg08 {
    z-index: 2;
    opacity: 0;
  }

  .anime.anime01 .anime__inner.active .nimg06 {
    opacity: 1;
    -webkit-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
  }

  .anime.anime01 .anime__inner.active .nimg07 {
    opacity: 1;
    -webkit-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
  }

  .anime.anime01 .anime__inner.active .nimg08 {
    -webkit-animation: flash 1.2s ease-in-out;
    animation: flash 1.2s ease-in-out;
  }

  .anime.anime02 {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }

  .anime.anime02 .anime__inner {
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 986px;
    height: 669px;
  }

  .anime.anime02 .anime__inner .img01 {
    z-index: 0;
  }

  .anime.anime02 .anime__inner .img02 {
    z-index: 4;
  }

  .anime.anime02 .anime__inner .img03 {
    z-index: 4;
  }

  .anime.anime02 .anime__inner .nimg04 {
    z-index: 3;
    opacity: 0;
  }

  .anime.anime02 .anime__inner .nimg05 {
    z-index: 3;
    opacity: 0;
  }

  .anime.anime02 .anime__inner .nimg06 {
    z-index: 3;
    opacity: 0;
  }

  .anime.anime02 .anime__inner.active .nimg04 {
    opacity: 1;
    -webkit-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
  }

  .anime.anime02 .anime__inner.active .nimg05 {
    opacity: 1;
    -webkit-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
  }

  .anime.anime02 .anime__inner.active .nimg06 {
    -webkit-animation: flash 1s ease-in-out;
    animation: flash 1s ease-in-out;
  }

  .anime.anime03 {
    top: 400px;
    right: 0px;
  }

  .anime.anime03 .anime__inner {
    position: absolute;
    right: -200px;
    bottom: 90px;
    width: 560px;
    height: 394px;
  }

  .anime img {
    top: 0;
    left: 0;
    position: absolute;
  }

  .anime img.img1 {
    left: -300px;
  }

  .anime img.img2 {
    left: -200px;
  }

  .anime img.img3 {
    left: -100px;
  }

  .lineup {
    background: -webkit-gradient(linear, left top, left bottom, from(#cbbe81), color-stop(60%, #fff), color-stop(60.1%, #efe8c8), color-stop(60.2%, #efe8c8), to(#fff));
    background: linear-gradient(to bottom, #cbbe81 0%, #fff 60%, #efe8c8 60.1%, #efe8c8 60.2%, #fff 100%);
    height: 460px;
    color: #000;
    background-color: #ededed;
    text-align: center;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  .lineup #lineup {
    position: absolute;
    top: -2px;
  }

  .lineup .lineup__inner {
    padding: 0 70px;
    max-width: 1350px;
    margin: 0 auto;
  }

  .lineup .lineup__ttl {
    font-size: 32px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 70px;
    max-width: 1350px;
    margin: 0 auto;
  }

  .lineup .lineup__ttl img {
    position: absolute;
    top: 8px;
    left: 70px;
  }

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

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

  .lineup .lineup__list li a {
    display: block;
    color: #000;
    padding: 20px;
    padding-bottom: 45px;
  }

  .lineup .lineup__list li a.active,
  .lineup .lineup__list li a:hover {
    background-color: #000;
    color: #fff;
  }

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

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

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

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

  .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;
    background-color: #fff;
  }

  .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;
  }

  .tab {
    display: none;
  }

  .tab.active {
    display: block;
  }

  .bottom {
    padding-top: 40px;
    position: relative;
    background-color: #000;
  }

  .bottom .bottom__list {
    padding: 0px 70px;
  }

  .bottom .bottom__list li {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
  }

  .bottom .bottom__list li::before {
    position: absolute;
    content: "●";
    left: 0;
  }

  .bottom .bottom__link {
    text-align: center;
    margin-top: 40px;
    background-color: #fff;
    padding: 40px;
  }

  .bottom .bottom__link a {
    display: inline-block;
    color: #000;
    background-color: #fff;
    padding: 6px 20px;
    border: 1px solid #000;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .bottom .bottom__link a:hover {
    background-color: #01cfd0;
    border: 1px solid #01cfd0;
    color: #fff;
  }

  .U7FG .lineup {
    background: -webkit-gradient(linear, left top, left bottom, from(#b7b7b7), color-stop(60%, #fff), color-stop(60.1%, #e3e3e3), color-stop(60.2%, #e3e3e3), to(#e9e9e9)) !important;
    background: linear-gradient(to bottom, #b7b7b7 0%, #fff 60%, #e3e3e3 60.1%, #e3e3e3 60.2%, #e9e9e9 100%) !important;
  }

  .TV_U7FG_detail .lineup {
    background: -webkit-gradient(linear, left top, left bottom, from(#b7b7b7), color-stop(45%, #fff), color-stop(45.1%, #e3e3e3), color-stop(45.2%, #e3e3e3), to(#e9e9e9)) !important;
    background: linear-gradient(to bottom, #b7b7b7 0%, #fff 45%, #e3e3e3 45.1%, #e3e3e3 45.2%, #e9e9e9 100%) !important;
  }

  .TV_U8FG_detail .lineup,
  .TV_U7FG_detail .lineup {
    height: 620px;
    background: -webkit-gradient(linear, left top, left bottom, from(#cbbe81), color-stop(45%, #fff), color-stop(45.1%, #efe8c8), color-stop(45.2%, #efe8c8), to(#f3f0d4));
    background: linear-gradient(to bottom, #cbbe81 0%, #fff 45%, #efe8c8 45.1%, #efe8c8 45.2%, #f3f0d4 100%);
  }

  .TV_U8FG_detail .lineup .lineup__list a:hover,
  .TV_U7FG_detail .lineup .lineup__list a:hover {
    background-color: transparent;
    color: #000;
  }

  .TV_U8FG_detail .bottom,
  .TV_U7FG_detail .bottom {
    padding-top: 0;
  }

  .TV_U8FG_detail .bottom .bottom__link,
  .TV_U7FG_detail .bottom .bottom__link {
    margin-top: 0;
  }

  .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) {
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: scroll;
    display: none;
    padding: 0 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .modal .modal__view {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 900px;
  }

  .modal .modal__close {
    position: absolute;
    top: -40px;
    right: -0px;
    z-index: 1000;
    width: 32px;
    height: 32px;
  }

  .modal .modal__close:before,
  .modal .modal__close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 33px;
    width: 1px;
    background-color: #fff;
  }

  .modal .modal__close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .modal .modal__close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .modal .modal__main {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 100%;
  }

  .c-submenu {
    display: block;
  }

  .modal .modal__elm {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .modal .modal__elm #video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }

  .modal .modal__elm #video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .vgp_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
    width: 70%;
    margin: 0 auto;
    gap: 3rem;
    font-size: 18px;
  }

  .kakaku_icon {
    width: 60%;
  }

  .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 20px 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;
    margin-bottom: 60px;
  }

  #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;
  }

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

  .c-submenu .c-submenu__title {
    width: auto;
    text-align: center;
    line-height: 1;
  }

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

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

  .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;
  }

  .play {
    display: inline-block;
    position: relative;
  }

  .play::after {
    position: absolute;
    content: url(../img/d1/btn_play.png);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 3;
  }

  .play img {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .play .play__iframe {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .play .play__iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .play.active img {
    z-index: 0;
    opacity: 0;
  }

  .play.active::after {
    opacity: 0;
  }

  .play.active .play__iframe {
    opacity: 1;
    z-index: 1;
  }

  .main.U7FG_TOP .label {
    background: -webkit-gradient(linear, left top, right top, from(rgba(25, 37, 65, 0.8)), to(rgba(98, 108, 120, 0.8)));
    background: linear-gradient(to right, rgba(25, 37, 65, 0.8) 0%, rgba(98, 108, 120, 0.8) 100%);
  }

  .main.U7FG_TOP .isec {
    background-color: #e0e0e0;
  }

  .main.U7FG_TOP .isec--sharp {
    padding-bottom: 30px;
    background-image: url("../img/top/sec_bg02.jpg");
    background-size: cover;
  }

  .ie .isec--sharp .isec__inner {
    -webkit-transform: translate(0, 0%) !important;
    transform: translate(0, 0%) !important;
  }

  .main.U7FG_TOP .isec--sharp .isec__inner {
    top: 50px;
  }

  .main.U7FG_TOP .isec--sharp .isec__text02 {
    width: 100% !important;
  }

  .main.U7FG_TOP .isec--sharp .isec__image {
    position: static;
    right: 0px;
    margin-top: 20px;
  }

  .main.U7FG_TOP .isec--sharp .notice {
    padding: 0 4%;
    font-size: 12px;
  }

  .main.U7FG_TOP .isec.isec--skin {
    background-image: url("../img/top/sec_bg01.jpg");
    background-size: cover;
  }

  .main.U7FG_TOP .isec.isec--noise {
    padding-bottom: 15vw;
  }

  .main.U7FG_TOP .isec.isec--noise .isec__image {
    margin-top: 50px;
  }

  .main.U7FG_TOP .isec.isec03--wide .isec__note {
    font-size: 12px;
    padding-left: 4%;
    margin-top: 20px;
  }

  .main.U7FG_TOP .function {
    background-image: url("../img/top/sec_bg01.jpg");
    background-size: cover;
  }

  .main.U7FG_TOP .isec03.isec03--wide {
    background-image: url("../img/top/sec_bg02.jpg");
    background-size: cover;
  }

  .main.U7FG_TOP .isec.isec--blight {
    background-image: url("../img/top/sec_bg01.jpg");
    background-size: cover;
  }

  .main.U7FG_TOP .sound {
    background: -webkit-gradient(linear, left top, right top, from(#a9a9a9), to(#fff));
    background: linear-gradient(to right, #a9a9a9 0%, #fff 100%);
  }

  .main.U7FG_TOP .eilex {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#a9a9a9));
    background: linear-gradient(to bottom, #fff 0%, #a9a9a9 100%);
    position: relative;
  }

  .main.U7FG_TOP .eilex::after {
    background: url("../img/top/eilex_bg.png");
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: 0 62%;
    z-index: 0;
    background-size: 100% auto;
  }

  .main.U7FG_TOP .slide {
    background-image: url("../img/top/sec_bg02.jpg");
    background-size: cover;
  }

  .main.U7FG_TOP .other {
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(#a9a9a9));
    background: linear-gradient(to left, #fff 0%, #a9a9a9 100%);
  }

  .main.U7FG_TOP .other02 {
    background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#f4f4f4));
    background: linear-gradient(to bottom, #aaaaaa 0%, #f4f4f4 100%);
  }

  .main.U8FG_TOP,
  .U7FG_TOP {
    color: #fff;
  }

  .main.U8FG_TOP *,
  .U7FG_TOP * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .main.U8FG_TOP .label,
  .U7FG_TOP .label {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#785f4b), to(#ad8050));
    background: linear-gradient(to right, #785f4b 0%, #ad8050 100%);
    color: #fff;
    padding: 12px 15px;
    padding-bottom: 6px;
    line-height: 1;
    font-size: 30px;
    font-weight: bold;
  }

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

  .main.U8FG_TOP .function .function__inner,
  .U7FG_TOP .function .function__inner {
    padding: 35px 0;
    border-top: 1px solid #01cfd0;
    border-bottom: 1px solid #01cfd0;
  }

  .main.U8FG_TOP .function .function__ttl,
  .U7FG_TOP .function .function__ttl {
    font-size: 22px;
    font-weight: bold;
  }

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

  .main.U8FG_TOP .function .function__more,
  .U7FG_TOP .function .function__more {
    margin-top: 30px;
  }

  .main.U8FG_TOP .function .function__more a,
  .U7FG_TOP .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;
  }

  .main.U8FG_TOP .function .function__more a:after,
  .U7FG_TOP .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;
  }

  .main.U8FG_TOP .function .function__more a:hover,
  .U7FG_TOP .function .function__more a:hover {
    background-color: #01cfd0;
  }

  .main.U8FG_TOP .mv,
  .U7FG_TOP .mv {
    position: relative;
    color: #fff;
    padding-bottom: 10vw;
    background-color: #000;
  }

  .main.U8FG_TOP .mv .mv__ttl,
  .U7FG_TOP .mv .mv__ttl {
    font-size: 18px;
    position: absolute;
    padding-left: 4%;
    top: 20vw;
    z-index: 1;
    line-height: 1.6;
    font-weight: bold;
  }

  .main.U8FG_TOP .mv .mv__ttl span,
  .U7FG_TOP .mv .mv__ttl span {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }

  .main.U8FG_TOP .mv .mv__copy,
  .U7FG_TOP .mv .mv__copy {
    position: absolute;
    bottom: 45vw;
    z-index: 1;
    padding: 0 10%;
  }

  .main.U8FG_TOP .mv .mv__copy img,
  .U7FG_TOP .mv .mv__copy img {
    width: 100%;
  }

  .main.U8FG_TOP .mv .mv__cm,
  .U7FG_TOP .mv .mv__cm {
    position: absolute;
    z-index: 1;
    left: 0px;
    width: 100%;
    bottom: 0px;
    padding: 0 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .main.U8FG_TOP .mv .mv__cm .ttl,
  .U7FG_TOP .mv .mv__cm .ttl {
    font-size: 16px;
    font-weight: bold;
  }

  .main.U8FG_TOP .mv .mv__cm ul,
  .U7FG_TOP .mv .mv__cm ul {
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .main.U8FG_TOP .mv .mv__cm ul li,
  .U7FG_TOP .mv .mv__cm ul li {
    margin-right: 2vw;
  }

  .main.U8FG_TOP .mv .mv__cm ul li:last-child,
  .U7FG_TOP .mv .mv__cm ul li:last-child {
    margin-right: 0;
  }

  .main.U8FG_TOP .mv .mv__cm ul li a,
  .U7FG_TOP .mv .mv__cm ul li a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    display: block;
  }

  .main.U8FG_TOP .mv .mv__cm ul li a img,
  .U7FG_TOP .mv .mv__cm ul li a img {
    width: 100%;
  }

  .main.U8FG_TOP .mv .mv__cm ul li span,
  .U7FG_TOP .mv .mv__cm ul li span {
    display: inline-block;
    margin-top: 0px;
    font-size: 12px;
  }

  .main.U8FG_TOP .mv .mv__image,
  .U7FG_TOP .mv .mv__image {
    position: relative;
    z-index: 0;
  }

  .main.U8FG_TOP .mv .mv__image img,
  .U7FG_TOP .mv .mv__image img {
    width: 100%;
  }

  .main.U8FG_TOP .product,
  .U7FG_TOP .product {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    padding-top: 40px;
  }

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

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

  .main.U8FG_TOP .product .product__head img,
  .U7FG_TOP .product .product__head img {
    width: 100%;
  }

  .main.U8FG_TOP .product .product__copy,
  .U7FG_TOP .product .product__copy {
    margin-top: 30px;
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    width: 100%;
  }

  .main.U8FG_TOP .product .product__image_sp,
  .U7FG_TOP .product .product__image_sp {
    margin-top: 20px;
    width: 100%;
  }

  .main.U8FG_TOP .product .product__info,
  .U7FG_TOP .product .product__info {
    line-height: 1.7;
    margin-top: 40px;
    background: #224547;
    padding-bottom: 20px;
    text-align: center;
    margin-top: -47vw;
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .main.U8FG_TOP .product .product__info h2,
  .U7FG_TOP .product .product__info h2 {
    font-size: 6vw;
    font-weight: bold;
    line-height: 1.4;
  }

  .main.U8FG_TOP .product .product__info p,
  .U7FG_TOP .product .product__info p {
    margin-top: 10px;
  }

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

  .main.U8FG_TOP .product .product__image,
  .U7FG_TOP .product .product__image {
    display: none;
    width: 100%;
  }

  .main.U8FG_TOP .product .product__image img,
  .U7FG_TOP .product .product__image img {
    width: 100%;
  }

  .main.U8FG_TOP .product .product__notice,
  .U7FG_TOP .product .product__notice {
    position: absolute;
    bottom: 95vw;
    right: 10px;
    font-size: 12px;
  }

  .main.U8FG_TOP .image,
  .U7FG_TOP .image {
    background-color: #000;
    overflow: hidden;
  }

  .main.U8FG_TOP .image .image__header,
  .U7FG_TOP .image .image__header {
    position: relative;
    background-color: #fff;
  }

  .main.U8FG_TOP .image .iheader__inner,
  .U7FG_TOP .image .iheader__inner {
    position: relative;
    z-index: 1;
    padding: 0 4%;
    padding-top: 40px;
    color: #000;
  }

  .main.U8FG_TOP .image .iheader__ttl,
  .U7FG_TOP .image .iheader__ttl {
    margin-top: 10px;
    position: relative;
    font-size: 30px;
    line-height: 1.4;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }

  .main.U8FG_TOP .image .iheader__ttl br,
  .U7FG_TOP .image .iheader__ttl br {
    display: none;
  }

  .main.U8FG_TOP .image .iheader__spflex,
  .U7FG_TOP .image .iheader__spflex {
    margin-top: 20px;
  }

  .main.U8FG_TOP .image .iheader__spbox,
  .U7FG_TOP .image .iheader__spbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main.U8FG_TOP .image .iheader__info,
  .U7FG_TOP .image .iheader__info {
    display: inline-block;
    font-size: 16px;
    width: 50%;
    padding-right: 5%;
    line-height: 1.6;
  }

  .main.U8FG_TOP .image .iheader__info p,
  .U7FG_TOP .image .iheader__info p {
    text-align: left;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }

  .main.U8FG_TOP .image .iheader__info p br,
  .U7FG_TOP .image .iheader__info p br {
    display: none;
  }

  .main.U8FG_TOP .image .iheader__function,
  .U7FG_TOP .image .iheader__function {
    width: 50%;
  }

  .main.U8FG_TOP .image .iheader__function img,
  .U7FG_TOP .image .iheader__function img {
    width: 100%;
  }

  .main.U8FG_TOP .image .iheader__img,
  .U7FG_TOP .image .iheader__img {
    margin-top: 0px;
  }

  .main.U8FG_TOP .image .iheader__image,
  .U7FG_TOP .image .iheader__image {
    top: 0;
    width: 100%;
    margin-top: -20vw;
  }

  .main.U8FG_TOP .image .iheader__image img,
  .U7FG_TOP .image .iheader__image img {
    width: 100%;
  }

  .main.U8FG_TOP .image .iheader__notice,
  .U7FG_TOP .image .iheader__notice {
    position: absolute;
    z-index: 1;
    font-size: 12px;
    right: 4%;
    bottom: 20px;
    color: #000;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }

  .main.U8FG_TOP .isec,
  .U7FG_TOP .isec {
    background-image: url("../img/top/sec_bg01.jpg");
    background-size: 100%;
    background-color: #e5decc;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    padding-top: 40px;
    color: #000;
  }

  .main.U8FG_TOP .isec .isec__wrap,
  .U7FG_TOP .isec .isec__wrap {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }

  .main.U8FG_TOP .isec .isec__inner,
  .U7FG_TOP .isec .isec__inner {
    padding: 0 4%;
    z-index: 1;
  }

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

  .main.U8FG_TOP .isec .isec__text01,
  .U7FG_TOP .isec .isec__text01 {
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.4;
  }

  .main.U8FG_TOP .isec .isec__ttl02,
  .U7FG_TOP .isec .isec__ttl02 {
    font-size: 22px;
    margin-top: 8px;
    color: #01cfd0;
    font-weight: bold;
  }

  .main.U8FG_TOP .isec .isec__text02,
  .U7FG_TOP .isec .isec__text02 {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.6;
  }

  .main.U8FG_TOP .isec .isec__text02 br,
  .U7FG_TOP .isec .isec__text02 br {
    display: none;
  }

  .main.U8FG_TOP .isec .isec__model,
  .U7FG_TOP .isec .isec__model {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
  }

  .main.U8FG_TOP .isec .isec__model span,
  .U7FG_TOP .isec .isec__model span {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid #000;
    padding: 5px 10px 3px;
    margin-right: 10px;
  }

  .main.U8FG_TOP .isec .isec__image video,
  .U7FG_TOP .isec .isec__image video {
    width: 100%;
  }

  .main.U8FG_TOP .isec.isec--net,
  .U7FG_TOP .isec.isec--net {
    padding-bottom: 20px;
  }

  .main.U8FG_TOP .isec.isec--net .isec__text03,
  .U7FG_TOP .isec.isec--net .isec__text03 {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #000;
    padding: 10px 20px;
  }

  .main.U8FG_TOP .isec.isec--net .isec__image,
  .U7FG_TOP .isec.isec--net .isec__image {
    padding: 0;
  }

  .main.U8FG_TOP .isec.isec--net .isec__note,
  .U7FG_TOP .isec.isec--net .isec__note {
    margin-top: 5px;
    text-align: right;
    font-size: 12px;
  }

  .main.U8FG_TOP .isec.isec01,
  .U7FG_TOP .isec.isec01 {
    background-image: url("../img/top/sec_bg02.jpg");
    padding-bottom: 20px;
  }

  .main.U8FG_TOP .isec.isec02,
  .U7FG_TOP .isec.isec02 {
    padding-bottom: 20px;
  }

  .main.U8FG_TOP .isec.isec02 .isec__text01,
  .U7FG_TOP .isec.isec02 .isec__text01 {
    margin-top: 0;
  }

  .main.U8FG_TOP .isec.isec--skin,
  .U7FG_TOP .isec.isec--skin {
    background-image: url("../img/top/sec_bg02.jpg");
    padding-bottom: 40px;
  }

  .main.U8FG_TOP .isec.isec03,
  .U7FG_TOP .isec.isec03 {
    background-position: 0 0px;
    padding-bottom: 40px;
  }

  .main.U8FG_TOP .isec.isec--noise,
  .U7FG_TOP .isec.isec--noise {
    background-image: url("../img/top/sec_bg02.jpg");
    padding-bottom: 15vw;
  }

  .main.U8FG_TOP .isec.isec--noise .isec__note,
  .U7FG_TOP .isec.isec--noise .isec__note {
    position: absolute;
    font-size: 12px;
    right: 20px;
    bottom: 30px;
  }

  .main.U8FG_TOP .isec.isec--tex,
  .U7FG_TOP .isec.isec--tex {
    padding-bottom: 20px;
  }

  .main.U8FG_TOP .isec.isec--tex .isec__switch,
  .U7FG_TOP .isec.isec--tex .isec__switch {
    margin-top: 10px;
  }

  .main.U8FG_TOP .isec.isec--tex .isec__switch p,
  .U7FG_TOP .isec.isec--tex .isec__switch p {
    font-size: 12px;
  }

  .main.U8FG_TOP .isec.isec--tex .isec__switch .switch,
  .U7FG_TOP .isec.isec--tex .isec__switch .switch {
    margin: 10px 0;
  }

  .main.U8FG_TOP .isec.isec--tex .isec__note,
  .U7FG_TOP .isec.isec--tex .isec__note {
    margin-top: 10px;
    text-align: right;
    font-size: 12px;
  }

  .main.U8FG_TOP .isec.isec05,
  .U7FG_TOP .isec.isec05 {
    background-image: url("../img/top/sec_bg02.jpg");
  }

  .main.U8FG_TOP .isec.isec05 .isec__image,
  .U7FG_TOP .isec.isec05 .isec__image {
    padding: 0;
  }

  .main.U8FG_TOP .isec.isec05 .isec__notice,
  .U7FG_TOP .isec.isec05 .isec__notice {
    position: absolute;
    right: 4%;
    bottom: 15px;
    margin-top: 10px;
    text-align: right;
    font-size: 12px;
  }

  .main.U8FG_TOP .mode,
  .U7FG_TOP .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-image: url("../img/top/sec_bg02.jpg");
    background-size: cover;
    padding-top: 20px;
  }

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

  .main.U8FG_TOP .mode .mode__ttl,
  .U7FG_TOP .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;
  }

  .main.U8FG_TOP .mode .mode__ttl02,
  .U7FG_TOP .mode .mode__ttl02 {
    font-size: 22px;
    margin-top: 8px;
    color: #01cfd0;
    font-weight: bold;
  }

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

  .main.U8FG_TOP .isec--ads,
  .U7FG_TOP .isec--ads {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .main.U8FG_TOP .isec--ads .isec__inner,
  .U7FG_TOP .isec--ads .isec__inner {
    padding-top: 50px;
  }

  .main.U8FG_TOP .isec--ads .isec__model,
  .U7FG_TOP .isec--ads .isec__model {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
  }

  .main.U8FG_TOP .isec--ads .isec__model span,
  .U7FG_TOP .isec--ads .isec__model span {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid #000;
    padding: 5px 10px 3px;
    margin-right: 10px;
  }

  .main.U8FG_TOP .isec--ads .isec__note,
  .U7FG_TOP .isec--ads .isec__note {
    position: absolute;
    right: 4%;
    top: 52vw;
    margin-top: 10px;
    text-align: right;
    font-size: 12px;
  }

  .main.U8FG_TOP .isec--blight,
  .U7FG_TOP .isec--blight {
    padding-bottom: 0;
  }

  .main.U8FG_TOP .isec--blight .isec__text02,
  .U7FG_TOP .isec--blight .isec__text02 {
    color: #000;
  }

  .main.U8FG_TOP .isec--blight .isec__image .anime__inner,
  .U7FG_TOP .isec--blight .isec__image .anime__inner {
    width: 92%;
    margin-left: 4%;
    z-index: 1;
  }

  .main.U8FG_TOP .sound,
  .U7FG_TOP .sound {
    background: -webkit-gradient(linear, left top, right top, from(#b9a76f), to(#fff));
    background: linear-gradient(to right, #b9a76f 0%, #fff 100%);
    background-color: #000;
    position: relative;
  }

  .main.U8FG_TOP .sound .sheader,
  .U7FG_TOP .sound .sheader {
    padding-bottom: 40px;
    position: relative;
  }

  .main.U8FG_TOP .sound .sheader .sheader__inner,
  .U7FG_TOP .sound .sheader .sheader__inner {
    position: relative;
    z-index: 1;
    padding: 0 4%;
    padding-top: 30px;
  }

  .main.U8FG_TOP .sound .sheader .sheader__ttl,
  .U7FG_TOP .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;
  }

  .main.U8FG_TOP .sound .sheader .sheader__function,
  .U7FG_TOP .sound .sheader .sheader__function {
    margin-top: 20px;
    width: 35%;
  }

  .main.U8FG_TOP .sound .sheader .sheader__image,
  .U7FG_TOP .sound .sheader .sheader__image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }

  .main.U8FG_TOP .sound .sheader .sheader__image img,
  .U7FG_TOP .sound .sheader .sheader__image img {
    height: 100%;
  }

  .main.U8FG_TOP .sound .woofer,
  .U7FG_TOP .sound .woofer {
    color: #000;
    padding-top: 40px;
    padding-bottom: 20px;
    background-image: url("../img/top/sec_bg02.jpg");
    background-size: cover;
  }

  .main.U8FG_TOP .sound .woofer .woofer__inner,
  .U7FG_TOP .sound .woofer .woofer__inner {
    padding: 0 4%;
    text-align: center;
  }

  .main.U8FG_TOP .sound .woofer .woofer__ttl,
  .U7FG_TOP .sound .woofer .woofer__ttl {
    font-size: 30px;
    line-height: 1.4;
  }

  .main.U8FG_TOP .sound .woofer .woofer__ttl02,
  .U7FG_TOP .sound .woofer .woofer__ttl02 {
    font-size: 22px;
    margin-top: 8px;
    color: #01cfd0;
    font-weight: bold;
  }

  .main.U8FG_TOP .sound .woofer .woofer__frame,
  .U7FG_TOP .sound .woofer .woofer__frame {
    margin-top: 20px;
  }

  .main.U8FG_TOP .sound .woofer .woofer__text,
  .U7FG_TOP .sound .woofer .woofer__text {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.6;
  }

  .main.U8FG_TOP .sound .woofer .woofer__text br,
  .U7FG_TOP .sound .woofer .woofer__text br {
    display: none;
  }

  .main.U8FG_TOP .sound .sound__function,
  .U7FG_TOP .sound .sound__function {
    background-image: url("../img/top/sec_bg01.jpg");
    background-size: cover;
  }

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

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

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

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

  .main.U8FG_TOP .sound .ssec .ssec__text01,
  .U7FG_TOP .sound .ssec .ssec__text01 {
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.4;
  }

  .main.U8FG_TOP .sound .ssec .ssec__ttl02,
  .U7FG_TOP .sound .ssec .ssec__ttl02 {
    font-size: 22px;
    margin-top: 8px;
    color: #01cfd0;
    font-weight: bold;
  }

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

  .main.U8FG_TOP .sound .ssec .ssec__text02 br,
  .U7FG_TOP .sound .ssec .ssec__text02 br {
    display: none;
  }

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

  .main.U8FG_TOP .sound .ssec .ssec__image img,
  .U7FG_TOP .sound .ssec .ssec__image img {
    width: 100%;
  }

  .main.U8FG_TOP .eilex,
  .U7FG_TOP .eilex {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#b9a76f));
    background: linear-gradient(to bottom, #fff 0%, #b9a76f 100%);
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    background-repeat: no-repeat;
    position: relative;
  }

  .main.U8FG_TOP .eilex::after,
  .U7FG_TOP .eilex::after {
    background: url("../img/top/eilex_bg.png");
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: 0 62%;
    z-index: 0;
    background-size: 100% auto;
  }

  .main.U8FG_TOP .eilex .eilex__wrap,
  .U7FG_TOP .eilex .eilex__wrap {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 4%;
    z-index: 1;
  }

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

  .main.U8FG_TOP .eilex .eilex__name,
  .U7FG_TOP .eilex .eilex__name {
    margin-top: 20px;
    font-size: 22px;
    margin-top: 8px;
    color: #01cfd0;
    font-weight: bold;
  }

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

  .main.U8FG_TOP .eilex .eilex__info .eilex__text br,
  .U7FG_TOP .eilex .eilex__info .eilex__text br {
    display: none;
  }

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

  .main.U8FG_TOP .eilex .eilex__info .eilex__logo img,
  .U7FG_TOP .eilex .eilex__info .eilex__logo img {
    width: 30%;
  }

  .main.U8FG_TOP .eilex .eilex__info .eilex__function,
  .U7FG_TOP .eilex .eilex__info .eilex__function {
    text-align: center;
  }

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

  .main.U8FG_TOP .eilex .eilex__video video,
  .U7FG_TOP .eilex .eilex__video video {
    width: 100%;
  }

  .main.U8FG_TOP .other,
  .U7FG_TOP .other {
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(#b9a76f));
    background: linear-gradient(to left, #fff 0%, #b9a76f 100%);
    position: relative;
    padding-top: 0px;
    width: 100%;
    overflow: hidden;
    color: #000;
  }

  .main.U8FG_TOP .other .oheader,
  .U7FG_TOP .other .oheader {
    position: relative;
  }

  .main.U8FG_TOP .other .oheader .oheader__inner,
  .U7FG_TOP .other .oheader .oheader__inner {
    z-index: 1;
    padding: 4% 4%;
    padding-top: 40px;
  }

  .main.U8FG_TOP .other .oheader .oheader__ttl,
  .U7FG_TOP .other .oheader .oheader__ttl {
    margin-top: 20px;
    font-size: 30px;
    line-height: 1.4;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }

  .main.U8FG_TOP .other .oheader .oheader__text,
  .U7FG_TOP .other .oheader .oheader__text {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.6;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }

  .main.U8FG_TOP .other .oheader .oheader__text br,
  .U7FG_TOP .other .oheader .oheader__text br {
    display: none;
  }

  .main.U8FG_TOP .other .oheader .oheader__function,
  .U7FG_TOP .other .oheader .oheader__function {
    margin-top: 20px;
  }

  .main.U8FG_TOP .other .oheader .oheader__image,
  .U7FG_TOP .other .oheader .oheader__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right;
  }

  .main.U8FG_TOP .other .oheader .oheader__image img,
  .U7FG_TOP .other .oheader .oheader__image img {
    width: 100%;
  }

  .main.U8FG_TOP .other .oheader .oheader__frame,
  .U7FG_TOP .other .oheader .oheader__frame {
    margin-top: 20px;
    text-align: center;
  }

  .main.U8FG_TOP .controller,
  .U7FG_TOP .controller {
    color: #000;
    background-color: #fff;
  }

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

  .main.U8FG_TOP .controller .controller__inner,
  .U7FG_TOP .controller .controller__inner {
    width: 100%;
    padding: 0 4%;
  }

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

  .main.U8FG_TOP .controller .controller__info,
  .U7FG_TOP .controller .controller__info {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .main.U8FG_TOP .controller .controller__info br,
  .U7FG_TOP .controller .controller__info br {
    display: none;
  }

  .main.U8FG_TOP .controller .controller__info p,
  .U7FG_TOP .controller .controller__info p {
    text-align: left;
    display: inline-block;
    width: 100%;
  }

  .main.U8FG_TOP .controller .controller__function,
  .U7FG_TOP .controller .controller__function {
    width: 45%;
    text-align: left;
    display: inline-block;
    display: none;
  }

  .main.U8FG_TOP .controller .controller__function.controller__function01,
  .U7FG_TOP .controller .controller__function.controller__function01 {
    display: none;
  }

  .main.U8FG_TOP .controller .controller__image,
  .U7FG_TOP .controller .controller__image {
    width: 100%;
    text-align: left;
  }

  .main.U8FG_TOP .controller .controller__image img,
  .U7FG_TOP .controller .controller__image img {
    width: 100%;
  }

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

  .main.U8FG_TOP .vidaa h2,
  .U7FG_TOP .vidaa h2 {
    font-size: 30px;
    line-height: 1.4;
    /* font-weight: bold; */
  }

  .main.U8FG_TOP .vidaa .vidaa__hl,
  .U7FG_TOP .vidaa .vidaa__hl {
    margin-top: 20px;
    padding: 0 10%;
    font-size: 20px;
  }

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

  .main.U8FG_TOP .vidaa .vidaa_program img:first-child,
  .U7FG_TOP .vidaa .vidaa_program img:first-child {
    display: inline-block;
    margin-bottom: 30px;
  }

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

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

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

  .main.U8FG_TOP .vidaa h3 img,
  .U7FG_TOP .vidaa h3 img {
    width: 34%;
  }

  .main.U8FG_TOP .vidaa .note,
  .U7FG_TOP .vidaa .note {
    font-size: 12px;
  }

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

  .main.U8FG_TOP .vidaa ul.logo_list,
  .U7FG_TOP .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%;
  }

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

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

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

  .main.U8FG_TOP .vidaa ul.logo_list>*:hover img,
  .U7FG_TOP .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);
  }

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

  .main.U8FG_TOP .game .game__inner,
  .U7FG_TOP .game .game__inner {
    width: 100%;
    padding: 0 4%;
  }

  .main.U8FG_TOP .game .game__ttl,
  .U7FG_TOP .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;
  }

  .main.U8FG_TOP .game .game__ttl02,
  .U7FG_TOP .game .game__ttl02 {
    font-size: 22px;
    margin-top: 8px;
    color: #01cfd0;
    font-weight: bold;
  }

  .main.U8FG_TOP .game .game__info li,
  .U7FG_TOP .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;
  }

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

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

  .main.U8FG_TOP .game .game__info span,
  .U7FG_TOP .game .game__info span {
    font-size: 13px;
  }

  .main.U8FG_TOP .game .game__function,
  .U7FG_TOP .game .game__function {
    padding: 0 4%;
    margin: 20px 0;
  }

  .main.U8FG_TOP .game .game__img,
  .U7FG_TOP .game .game__img {
    margin-top: 35px;
  }

  .main.U8FG_TOP .game .game__image,
  .U7FG_TOP .game .game__image {
    display: none;
    width: 100%;
  }

  .main.U8FG_TOP .game .game__image img,
  .U7FG_TOP .game .game__image img {
    width: 100%;
  }

  .main.U8FG_TOP .design,
  .U7FG_TOP .design {
    background-image: url("../img/top/sec_bg01.jpg");
    background-size: cover;
    position: relative;
    padding-bottom: 30px;
  }

  .main.U8FG_TOP .design .design__inner,
  .U7FG_TOP .design .design__inner {
    width: 100%;
    padding: 0 4%;
    position: relative;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .main.U8FG_TOP .design .design__ttl,
  .U7FG_TOP .design .design__ttl {
    position: relative;
    font-size: 30px;
    line-height: 1.4;
  }

  .main.U8FG_TOP .design .design__ttl02,
  .U7FG_TOP .design .design__ttl02 {
    font-size: 22px;
    margin-top: 8px;
    color: #01cfd0;
    font-weight: bold;
  }

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

  .main.U8FG_TOP .design .design__info br,
  .U7FG_TOP .design .design__info br {
    display: none;
  }

  .main.U8FG_TOP .design .design__function,
  .U7FG_TOP .design .design__function {
    margin-top: 30px;
  }

  .main.U8FG_TOP .design .design__img,
  .U7FG_TOP .design .design__img {
    margin-top: 35px;
  }

  .main.U8FG_TOP .design .design__image,
  .U7FG_TOP .design .design__image {
    margin-top: 35px;
    width: 100%;
    text-align: center;
  }

  .main.U8FG_TOP .design .design__image02,
  .U7FG_TOP .design .design__image02 {
    margin-top: 50px;
    text-align: center;
    padding: 0 10%;
  }

  .main.U8FG_TOP .design .design__note,
  .U7FG_TOP .design .design__note {
    color: #000;
    padding: 0 4%;
    font-size: 12px;
  }

  .main.U8FG_TOP .stand,
  .U7FG_TOP .stand {
    color: #000;
    padding: 0 4%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#d7c17d), to(#ece6d6));
    background: linear-gradient(to bottom, #d7c17d 0%, #ece6d6 100%);
  }

  .main.U8FG_TOP .stand .stand__wrap,
  .U7FG_TOP .stand .stand__wrap {
    position: relative;
    max-width: 1350px;
    margin: 0 auto;
  }

  .main.U8FG_TOP .stand .stand__inner,
  .U7FG_TOP .stand .stand__inner {
    width: 100%;
    z-index: 1;
  }

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

  .main.U8FG_TOP .stand .stand__ttl,
  .U7FG_TOP .stand .stand__ttl {
    margin-top: 20px;
    position: relative;
    font-size: 30px;
    line-height: 1.4;
    color: #000;
  }

  .main.U8FG_TOP .stand .stand__ttl02,
  .U7FG_TOP .stand .stand__ttl02 {
    font-size: 22px;
    margin-top: 8px;
    color: #01cfd0;
    font-weight: bold;
  }

  .main.U8FG_TOP .stand .stand__model,
  .U7FG_TOP .stand .stand__model {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
  }

  .main.U8FG_TOP .stand .stand__model span,
  .U7FG_TOP .stand .stand__model span {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
    border: 1px solid #000;
    padding: 5px 10px 3px;
    margin-right: 10px;
  }

  .main.U8FG_TOP .stand .stand__info,
  .U7FG_TOP .stand .stand__info {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.6;
  }

  .main.U8FG_TOP .stand .stand__info br,
  .U7FG_TOP .stand .stand__info br {
    display: none;
  }

  .main.U8FG_TOP .stand .stand__image,
  .U7FG_TOP .stand .stand__image {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main.U8FG_TOP .stand .stand__image>div,
  .U7FG_TOP .stand .stand__image>div {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    text-align: center;
  }

  .main.U8FG_TOP .stand .stand__image>div span,
  .U7FG_TOP .stand .stand__image>div span {
    display: inline-block;
    margin-top: 2px;
    font-size: 12px;
  }

  .main.U8FG_TOP .recording,
  .U7FG_TOP .recording {
    color: #000;
    background-color: #fff;
  }

  .main.U8FG_TOP .recording .recording__wrap,
  .U7FG_TOP .recording .recording__wrap {
    position: relative;
  }

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

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

  .main.U8FG_TOP .recording .recording__ttl02,
  .U7FG_TOP .recording .recording__ttl02 {
    font-size: 22px;
    margin-top: 8px;
    color: #01cfd0;
    font-weight: bold;
  }

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

  .main.U8FG_TOP .recording .recording__info br,
  .U7FG_TOP .recording .recording__info br {
    display: none;
  }

  .main.U8FG_TOP .recording .recording__function,
  .U7FG_TOP .recording .recording__function {
    margin-top: 30px;
  }

  .main.U8FG_TOP .recording .recording__function img,
  .U7FG_TOP .recording .recording__function img {
    width: 100%;
  }

  .main.U8FG_TOP .recording .recording__img,
  .U7FG_TOP .recording .recording__img {
    margin-top: 35px;
  }

  .main.U8FG_TOP .recording .recording__image,
  .U7FG_TOP .recording .recording__image {
    width: 100%;
  }

  .main.U8FG_TOP .recording .recording__image img,
  .U7FG_TOP .recording .recording__image img {
    width: 100%;
  }

  .main.U8FG_TOP .recording .recording__note,
  .U7FG_TOP .recording .recording__note {
    position: absolute;
    right: 4%;
    bottom: 20px;
    font-size: 12px;
    color: #000;
  }

  .main.U8FG_TOP .slide,
  .U7FG_TOP .slide {
    text-align: center;
    padding: 0 4%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url("../img/top/sec_bg01.jpg");
    background-size: cover;
  }

  .main.U8FG_TOP .slide .slide__ttl,
  .U7FG_TOP .slide .slide__ttl {
    font-size: 30px;
    line-height: 1.4;
  }

  .main.U8FG_TOP .slide .slide__image,
  .U7FG_TOP .slide .slide__image {
    margin-top: 40px;
    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;
  }

  .main.U8FG_TOP .slide .slide__image img,
  .U7FG_TOP .slide .slide__image img {
    width: 50%;
    margin: 0 10px;
  }

  .main.U8FG_TOP .slide .slide__text,
  .U7FG_TOP .slide .slide__text {
    margin-top: 25px;
    color: #000;
    line-height: 1.5;
  }

  .main.U8FG_TOP .slide .slide__text p,
  .U7FG_TOP .slide .slide__text p {
    font-size: 20px;
    font-weight: bold;
  }

  .main.U8FG_TOP .slide .slide__text .note,
  .U7FG_TOP .slide .slide__text .note {
    font-weight: normal;
    margin-top: 10px;
    font-size: 12px;
  }

  .main.U8FG_TOP .other02,
  .U7FG_TOP .other02 {
    padding: 40px 0;
    padding-bottom: 1px;
    color: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#d7c17d), to(#ece6d6));
    background: linear-gradient(to bottom, #d7c17d 0%, #ece6d6 100%);
  }

  .main.U8FG_TOP .other02 .other02__inner,
  .U7FG_TOP .other02 .other02__inner {
    position: relative;
    margin: 0 auto;
    padding: 0 4%;
  }

  .main.U8FG_TOP .other02 .other02__elm,
  .U7FG_TOP .other02 .other02__elm {
    margin-bottom: 40px;
  }

  .main.U8FG_TOP .other02 .other02__img,
  .U7FG_TOP .other02 .other02__img {
    text-align: center;
    position: relative;
  }

  .main.U8FG_TOP .other02 .other02__img img,
  .U7FG_TOP .other02 .other02__img img {
    width: 80%;
  }

  .main.U8FG_TOP .other02 .other02__img span,
  .U7FG_TOP .other02 .other02__img span {
    display: block;
    text-align: right;
    font-size: 12px;
    padding-right: 10%;
    margin-top: 5px;
  }

  .main.U8FG_TOP .other02 .other02__ttl,
  .U7FG_TOP .other02 .other02__ttl {
    margin-top: 20px;
    font-weight: bold;
    font-size: 22px;
  }

  .main.U8FG_TOP .other02 .other02__text,
  .U7FG_TOP .other02 .other02__text {
    font-size: 20px;
    margin-top: 5px;
    line-height: 1.6;
  }

  .main.U8FG_TOP .other02 .other02__text p,
  .U7FG_TOP .other02 .other02__text p {
    margin-bottom: 10px;
  }

  .main.U8FG_TOP .other02 .other02__text p.p02,
  .U7FG_TOP .other02 .other02__text p.p02 {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
  }

  .main.U8FG_TOP .other02 .other02__text p.p02::before,
  .U7FG_TOP .other02 .other02__text p.p02::before {
    position: absolute;
    content: "※";
    left: 0;
  }

  .main.U8FG_TOP .googleasst,
  .U7FG_TOP .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;
  }

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

  .main.U8FG_TOP .googleasst .img,
  .U7FG_TOP .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;
  }

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

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

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

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

  .main.U8FG_TOP .googleasst .txt2 br,
  .U7FG_TOP .googleasst .txt2 br {
    display: none;
  }

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

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

  .main.U8FG_TOP .googleasst ul.bnr li img,
  .U7FG_TOP .googleasst ul.bnr li img {
    width: auto !important;
  }

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

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

  .main.U8FG_TOP .googleasst .btn_gr li a,
  .U7FG_TOP .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;
  }

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

  .main.U8FG_TOP .warranty,
  .U7FG_TOP .warranty {
    background-color: #000;
    padding: 40px 4%;
    text-align: center;
  }

  .main.U8FG_TOP .warranty .warranty__inner,
  .U7FG_TOP .warranty .warranty__inner {
    width: 100%;
    margin: 0 auto;
  }

  .main.U8FG_TOP .warranty .warranty__inner h3,
  .U7FG_TOP .warranty .warranty__inner h3 {
    padding: 0 20%;
  }

  .main.U8FG_TOP .warranty .warranty__inner h3 img,
  .U7FG_TOP .warranty .warranty__inner h3 img {
    width: 100%;
  }

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

  .main.U8FG_TOP .lineup .lineup__comment,
  .U7FG_TOP .lineup .lineup__comment {
    display: none;
  }

  .isec--blight {
    background-image: url("/tv/u7fgassets/img/top/image_sec04_bg.png");
    background-size: cover;
    background-position: 0 0;
    color: #fff;
    height: auto;
  }

  .isec--blight .isec__wrap {
    display: block;
  }

  .isec--blight .isec__ttl02 {
    text-align: left;
  }

  .isec--blight .isec__text02 {
    color: #fff;
  }

  .isec--blight .isec__inner {
    text-align: left;
    top: 0px;
  }

  .isec--blight .isec__image {
    position: relative;
  }

  .isec--blight .isec__image02 {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 00px;
    padding: 0 4%;
  }

  .isec--blight .isec__image02 .anim {
    margin-top: 40px;
  }

  .isec--blight .isec__image02 .wrap2 {
    position: relative;
    max-width: 802px;
    height: 30vw;
    margin: 0px auto 0;
    background: url(/tv/u7fgassets/img/top/film/film_ani_bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .isec--blight .isec__image02 .wrap2 img {
    display: block;
    position: absolute;
    /* top: 0; */
    top: -14vw;
    left: 0;
    -webkit-animation: imgfade 6s infinite;
    animation: imgfade 6s infinite;
    opacity: 0;
  }

  .isec--blight .isec__image02 .wrap2 .img1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }

  .isec--blight .isec__image02 .wrap2 .img2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }

  .isec--blight .isec__image02 .wrap2 .img3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }

  .isec--blight .isec__image02 .wrap2 .img4 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }

  .isec--blight .isec__image02 .wrap2 .img5 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }

  .isec--blight .isec__image02 .wrap2 .img6 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }

  @-webkit-keyframes imgfade {
    0% {
      opacity: 0;
    }

    5% {
      opacity: 1;
    }

    20% {
      opacity: 1;
    }

    25% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes imgfade {
    0% {
      opacity: 0;
    }

    5% {
      opacity: 1;
    }

    20% {
      opacity: 1;
    }

    25% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }

  @-webkit-keyframes flash {
    0% {
      opacity: 0;
    }

    15% {
      opacity: 0.9;
    }

    30% {
      opacity: 0.2;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes flash {
    0% {
      opacity: 0;
    }

    15% {
      opacity: 0.9;
    }

    30% {
      opacity: 0.2;
    }

    100% {
      opacity: 0;
    }
  }

  .anime {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .anime.anime01 .anime__inner {
    position: relative;
    right: -0px;
    bottom: 0;
    width: 100%;
  }

  .anime.anime01 .anime__inner img {
    width: 100%;
  }

  .anime.anime01 .anime__inner .img01 {
    z-index: 0;
    position: relative;
  }

  .anime.anime01 .anime__inner .img02 {
    -webkit-transform-origin: 53.4% 17.3%;
    transform-origin: 53.4% 17.3%;
    z-index: 4;
  }

  .anime.anime01 .anime__inner .img03 {
    z-index: 3;
  }

  .anime.anime01 .anime__inner .img04 {
    -webkit-transform-origin: 77.5% 17.3%;
    transform-origin: 77.5% 17.3%;
    z-index: 4;
  }

  .anime.anime01 .anime__inner .img05 {
    z-index: 3;
    opacity: 0;
  }

  .anime.anime01 .anime__inner .nimg06 {
    z-index: 2;
    opacity: 0;
  }

  .anime.anime01 .anime__inner .nimg07 {
    z-index: 2;
    opacity: 0;
  }

  .anime.anime01 .anime__inner .nimg08 {
    z-index: 2;
    opacity: 0;
  }

  .anime.anime01 .anime__inner.active .nimg06 {
    opacity: 1;
    -webkit-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
  }

  .anime.anime01 .anime__inner.active .nimg07 {
    opacity: 1;
    -webkit-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
  }

  .anime.anime01 .anime__inner.active .nimg08 {
    -webkit-animation: flash 1.2s ease-in-out;
    animation: flash 1.2s ease-in-out;
  }

  .anime.anime02 .anime__inner {
    position: relative;
    left: -4vw;
    bottom: 40px;
    width: 100%;
  }

  .anime.anime02 .anime__inner .img01 {
    z-index: 0;
    position: relative;
  }

  .anime.anime02 .anime__inner .img02 {
    z-index: 4;
  }

  .anime.anime02 .anime__inner .img03 {
    z-index: 4;
  }

  .anime.anime02 .anime__inner .nimg04 {
    z-index: 3;
    opacity: 0;
  }

  .anime.anime02 .anime__inner .nimg05 {
    z-index: 3;
    opacity: 0;
  }

  .anime.anime02 .anime__inner .nimg06 {
    z-index: 3;
    opacity: 0;
  }

  .anime.anime02 .anime__inner.active .nimg04 {
    opacity: 1;
    -webkit-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
  }

  .anime.anime02 .anime__inner.active .nimg05 {
    opacity: 1;
    -webkit-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
  }

  .anime.anime02 .anime__inner.active .nimg06 {
    -webkit-animation: flash 1s ease-in-out;
    animation: flash 1s ease-in-out;
  }

  .anime.anime03 {
    right: 0;
    padding: 0 4%;
    margin-top: 70px;
  }

  .anime.anime03 .anime__inner {
    position: relative;
    left: 0;
    bottom: 25px;
    width: 100%;
    height: 65vw;
  }

  .anime img {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
  }

  .U7FG .lineup {
    background: -webkit-gradient(linear, left top, left bottom, from(#b7b7b7), color-stop(60%, #fff), color-stop(60.1%, #e3e3e3), color-stop(60.2%, #e3e3e3), to(#fff));
    background: linear-gradient(to bottom, #b7b7b7 0%, #fff 60%, #e3e3e3 60.1%, #e3e3e3 60.2%, #fff 100%);
  }

  .lineup {
    background: -webkit-gradient(linear, left top, left bottom, from(#cbbe81), color-stop(60%, #fff), color-stop(60.1%, #efe8c8), color-stop(60.2%, #efe8c8), to(#fff));
    background: linear-gradient(to bottom, #cbbe81 0%, #fff 60%, #efe8c8 60.1%, #efe8c8 60.2%, #fff 100%);
    color: #000;
    text-align: center;
    padding: 0 4%;
    padding-top: 5.5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ededed;
    overflow: hidden;
  }

  .lineup .lineup__ttl {
    font-size: 22px;
  }

  .lineup .lineup__ttl img {
    display: inline-block;
    margin-bottom: 10px;
  }

  .lineup .lineup__text {
    font-size: 14px;
    line-height: 1.4;
  }

  .lineup .lineup__list {
    width: 100%;
    margin-top: 4vw;
  }

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

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

  .lineup .lineup__list li a.active {
    background-color: #000;
    color: #fff;
  }

  .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.5;
  }

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

  .lineup .lineup__list .slick-list {
    overflow: visible;
  }

  .lineup .lineup__list .slick-prev {
    position: absolute;
    top: 30%;
    left: -4vw;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 10;
    width: 7vw;
    height: 18vw;
  }

  .lineup .lineup__list .slick-next {
    position: absolute;
    top: 30%;
    right: -4vw;
    -webkit-transform: translate(0, -50%) scale(-1, 1);
    transform: translate(0, -50%) scale(-1, 1);
    z-index: 10;
    width: 7vw;
    height: 18vw;
  }

  .lineup .lineup__list .slick-prev:after,
  .lineup .lineup__list .slick-next:after {
    content: "";
    background-image: url(../img/lineup/arrow.png);
    display: block;
    background-size: 100% auto;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
  }

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

  .lineup .btn a {
    display: block;
    height: 42px;
    line-height: 42px;
    color: #000;
    background-color: #fff;
    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%;
    margin-bottom: 20px;
  }

  .tab {
    display: none;
  }

  .tab.active {
    display: block;
  }

  .bottom {
    padding-top: 40px;
    position: relative;
    background-color: #000;
  }

  .bottom .bottom__list {
    padding: 0px 4%;
  }

  .bottom .bottom__list li {
    font-size: 12px;
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
  }

  .bottom .bottom__list li::before {
    position: absolute;
    content: "●";
    left: 0;
  }

  .bottom .bottom__link {
    text-align: center;
    margin-top: 40px;
    background-color: #fff;
    padding: 40px;
  }

  .bottom .bottom__link a {
    display: inline-block;
    color: #000;
    background-color: #fff;
    padding: 6px 20px;
    border: 1px solid #000;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .bottom .bottom__link a:hover {
    background-color: #01cfd0;
    border: 1px solid #01cfd0;
    color: #fff;
  }

  .U7FG .lineup {
    background: -webkit-gradient(linear, left top, left bottom, from(#b7b7b7), color-stop(60%, #fff), color-stop(60.1%, #e3e3e3), color-stop(60.2%, #e3e3e3), to(#e9e9e9)) !important;
    background: linear-gradient(to bottom, #b7b7b7 0%, #fff 60%, #e3e3e3 60.1%, #e3e3e3 60.2%, #e9e9e9 100%) !important;
  }

  .TV_U7FG_detail .lineup {
    background: -webkit-gradient(linear, left top, left bottom, from(#b7b7b7), color-stop(45%, #fff), color-stop(45.1%, #e3e3e3), color-stop(45.2%, #e3e3e3), to(#e9e9e9)) !important;
    background: linear-gradient(to bottom, #b7b7b7 0%, #fff 45%, #e3e3e3 45.1%, #e3e3e3 45.2%, #e9e9e9 100%) !important;
  }

  .TV_U7FG_detail .lineup,
  .TV_U8FG_detail .lineup {
    background: -webkit-gradient(linear, left top, left bottom, from(#cbbe81), color-stop(45%, #fff), color-stop(45.1%, #efe8c8), color-stop(45.2%, #efe8c8), to(#f3f0d4));
    background: linear-gradient(to bottom, #cbbe81 0%, #fff 45%, #efe8c8 45.1%, #efe8c8 45.2%, #f3f0d4 100%);
  }

  .TV_U7FG_detail .bottom,
  .TV_U8FG_detail .bottom {
    padding-top: 0;
  }

  .TV_U7FG_detail .bottom .bottom__link,
  .TV_U8FG_detail .bottom .bottom__link {
    margin-top: 0;
  }

  .pcv {
    display: none;
  }

  .noSP {
    display: none;
  }

  .spv {
    display: inline-block;
  }

  .noPC {
    display: block;
  }
}

.main .mv .mv__ttl__wrap {
  position: absolute;
  padding-left: 4%;
  top: 20vw;
  z-index: 1;
}

.main .product .product__ttl_area .vps-award__logo {
  width: 50vw;
  max-width: 200px;
  margin-top: 10px;
}

@media screen and (max-width: 656px) {
  .main .product .product__ttl_area .vps-award__logo {
    width: 40%;
    margin: 10px auto 0;
  }
}


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

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

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

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

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

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

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

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

.mv_copy {
  position: absolute;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  text-align: right;
  line-height: 1.5;
  right: 1%;
  bottom: 40%;
  z-index: 8;
}

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

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

  .mv_brand .mv__cm ul img {
    width: auto;
  }

  .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 ul li {
    margin-right: 0;
  }

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

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

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

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

  .mv_copy {
    padding-left: 10px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-align: center;
    bottom: auto;
    font-size: 23px;
    z-index: 10;
  }
}

/* 動画埋め込み */
#tv_news {
  margin-bottom: 70px;
  color: #000;
}

#tv_news h2 {
  font-size: 24px !important;
  text-align: center;
  letter-spacing: 1px;
  margin: 10% 0 3% 0;
  color: #000;
}

#tv_news p {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 13px;
}

#tv_news .drama_flex p {
  font-size: 18px;
  margin-bottom: 10px;
}

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

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

.tv_pit:hover {
  opacity: 0.5
}

@media screen and (max-width: 768px) {
  #tv_news h2 {
    text-align: center;
    letter-spacing: 1px;
    margin: 5% 0 5% 0;
    color: #000;
  }

  #tv_news p {
    font-weight: normal;
    font-size: 10px;
  }

  .tv_pit {
    width: 90%;
  }

  .tv_pit-none {
    width: 90%;
  }
}

/* shot drama */
.short_drama {
  padding-top: 70px;
}

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

.short_drama .tv_pit {
  margin-bottom: 30px;
}

.short_drama .tv_pit-none {
  margin-bottom: 30px;
}

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

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

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


.hr_notes.top_adjustment {
    color: #fff;
    padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
/* .hr_notes.top_adjustment {
  margin-bottom: 80px;
} */
.hr_notes.top_adjustment .notes {
  margin-top: 50px;
}
}


.U9N-sub_ttl .gradation {
  filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 1));
}

.gradation02 {
  background: transparent linear-gradient(90deg, #62D8FC 0%, #5B2CF7 100%) 0% 0% no-repeat padding-box;
	color: #419DFF;
	display: inline-block;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.uled_bottom_section .box h1 {
  font-size: 28px;
  font-weight: 700;
}

.uled_bottom_section .box p {
  padding: 0;
}

.uled_bottom_section .box01.box, .uled_bottom_section .box02.box, .uled_bottom_section .box03.box, .uled_bottom_section .box04.box {
  padding: 10px 20px;
}