/***************************************************************************
*
* INDEX STYLE
*
***************************************************************************/
.wrap__header {
  position: relative; }

#main {
  overflow: hidden; }
  #main .headLogo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  #main .main img {
    width: 100%; }
  #main .headLogo .logoSwitch {
    float: left;
    width: 6.7vw;
    max-width: 100%;
    min-width: 50px; }
  #main .headLogo .logoPs4 {
    position: absolute;
    width: 11vw;
    max-width: 100%;
    min-width: 80px;
    right: 0.9%;
    margin-top: 30px;
    z-index: 9; }
  #main .mainTitle {
    position: absolute;
    bottom: 106px;
    left: 50%;
    width: 57.8vw;
    max-width: 100%;
    transform: translateX(-50%);
    text-align: center; }
  #main .comingTitle {
    position: absolute;
    bottom: 91px;
    left: 50%;
    width: 26.1vw;
    max-width: 100%;
    transform: translateX(-50%);
    text-align: center;
    /*
img {
  width: unset;
  max-width: unset;
}
*/ }

#content {
  overflow: hidden; }

.areaTopics__title {
  text-align: center;
  margin-bottom: 17px; }

.areaTitle__eng {
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 5.5px; }

/*mapPhoto*/
.mapPhoto .mapleft {
  width: 50%;
  float: left; }
  .mapPhoto .mapleft img {
    width: 100%;
    height: auto; }
.mapPhoto .mapright {
  width: 50%;
  float: right; }
  .mapPhoto .mapright img {
    width: 100%;
    height: auto; }

/*areaArmorial*/
.areaArmorial {
  position: relative; }
  .areaArmorial .photo img {
    width: 100%; }
  .areaArmorial .armorial {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 21.6%; }

/*areaTopics*/
.areaTopics {
  padding: 120px 0 129px; }
  .areaTopics .areaTitle__eng {
    margin-bottom: 62px; }
  .areaTopics .wrapSlide {
    width: 100%;
    max-width: 1235px;
    margin: 0 auto; }
    .areaTopics .wrapSlide .slider .slick-initialized .slick-slide {
      padding: 15px; }
    .areaTopics .wrapSlide .slider .listSlide .slideItem {
      position: relative;
      width: 380px;
      min-height: 409px;
      box-shadow: -1px 0px 18px #ccc; }
      .areaTopics .wrapSlide .slider .listSlide .slideItem .slideItemWrap {
        padding: 50px 30px 47px;
        display: block; }
      .areaTopics .wrapSlide .slider .listSlide .slideItem:before {
        content: "";
        position: absolute;
        background: url(../images/index/icon_news.png) no-repeat;
        width: 34px;
        height: 34px;
        top: 0;
        left: 0; }
      .areaTopics .wrapSlide .slider .listSlide .slideItem .photo {
        margin-bottom: 20px; }
      .areaTopics .wrapSlide .slider .listSlide .slideItem .boxdate {
        margin-bottom: 17px; }
        .areaTopics .wrapSlide .slider .listSlide .slideItem .boxdate .date {
          display: inline-block;
          vertical-align: middle;
          font-size: 20px;
          font-weight: 500;
          margin-right: 17px;
          letter-spacing: 0;
          font-weight: bold; }
        .areaTopics .wrapSlide .slider .listSlide .slideItem .boxdate .new {
          display: inline-block;
          vertical-align: middle;
          font-size: 14px;
          background: #000;
          padding: 0px 15px;
          border-radius: 10px;
          font-weight: 400;
          color: #fff; }
      .areaTopics .wrapSlide .slider .listSlide .slideItem .text {
        min-height: 72px;
        font-size: 16px;
        letter-spacing: 0.5px; }
    .areaTopics .wrapSlide .slider .slick-prev {
      width: 70px;
      height: 120px;
      background: url(../images/index/arrow_left.png) no-repeat;
      left: -165px; }
      .areaTopics .wrapSlide .slider .slick-prev:hover {
        opacity: 0.8; }
      .areaTopics .wrapSlide .slider .slick-prev:before {
        content: "";
        display: none; }

.slick-prev,
.slick-next {
  top: 45.5%; }

.areaTopics .wrapSlide .slider .slick-next {
  width: 75px;
  height: 120px;
  background: url(../images/index/arrow_right.png) no-repeat;
  right: -165px; }
  .areaTopics .wrapSlide .slider .slick-next:hover {
    opacity: 0.8; }
  .areaTopics .wrapSlide .slider .slick-next:before {
    content: "";
    display: none; }
.areaTopics .wrapSlide .slider .slick-dots {
  bottom: -54px; }
  .areaTopics .wrapSlide .slider .slick-dots li {
    margin: 0 15px; }
    .areaTopics .wrapSlide .slider .slick-dots li button:before {
      content: "";
      width: 40px;
      height: 3px;
      border-top: 6px solid #000000;
      opacity: 1; }
    .areaTopics .wrapSlide .slider .slick-dots li.slick-active button:before {
      border-color: #ff1440; }

/*areaVoxel*/
.areaVoxel {
  background: url(../images/index/area_voxel_bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 8.5% 0 5.35%;
  position: relative;
  z-index: 2; }
  .areaVoxel .imgVoxel {
    position: absolute;
    top: 0px;
    margin-left: -6.7%;
    width: 43.8%; }

.img_ani_up_down {
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease; }

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, -10px); }
  100% {
    -webkit-transform: translate(0, 0); } }
@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0); }
  50% {
    -moz-transform: translate(0, -10px); }
  100% {
    -moz-transform: translate(0, 0); } }
.areaVoxel .wrap__content {
  width: 52%;
  float: right; }
  .areaVoxel .wrap__content .boxInfo {
    margin-bottom: 70px; }
    .areaVoxel .wrap__content .boxInfo .voxel__title {
      font-size: 28px;
      color: #fff;
      font-weight: 700;
      background: url(../images/index/title_bg.png) no-repeat top left;
      padding: 16px 65px;
      position: relative;
      z-index: 2;
      letter-spacing: 2px;
      margin-bottom: 69px; }
      .areaVoxel .wrap__content .boxInfo .voxel__title .fakebgTitle {
        position: absolute;
        background: url(../images/index/fake_title_bg.jpg) top left;
        height: 74px;
        width: 100%;
        top: 0;
        left: 10%;
        z-index: -1; }
    .areaVoxel .wrap__content .boxInfo .list__button {
      text-align: right;
      margin-top: 8.6%;
      margin-right: 2.6%;
      position: relative; }
      .areaVoxel .wrap__content .boxInfo .list__button .item__button {
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 2 - 18px); }
    .areaVoxel .wrap__content .boxInfo .text {
      font-size: 20px;
      font-weight: 600;
      padding-left: 32px;
      line-height: 2;
      position: relative; }
  .areaVoxel .wrap__content .boxInfo2 {
    padding-left: 32px;
    margin-bottom: 75px; }
    .areaVoxel .wrap__content .boxInfo2 .boxinfo__title {
      font-size: 24px;
      color: #ff1440;
      font-weight: 700;
      position: relative;
      display: inline-block;
      padding: 22px 20px 22px 28px;
      margin-bottom: 31px;
      font-style: italic; }
      .areaVoxel .wrap__content .boxInfo2 .boxinfo__title:after {
        content: "";
        position: absolute;
        border-left: 2px solid #ff1440;
        border-top: 2px solid #ff1440;
        left: 0;
        top: 0;
        width: 50px;
        height: 50px; }
      .areaVoxel .wrap__content .boxInfo2 .boxinfo__title:before {
        content: "";
        position: absolute;
        border-right: 2px solid #ff1440;
        border-bottom: 2px solid #ff1440;
        right: 0;
        bottom: 0;
        width: 50px;
        height: 50px; }
    .areaVoxel .wrap__content .boxInfo2 .text {
      font-size: 16px;
      line-height: 2.3;
      font-weight: bold; }
  .areaVoxel .wrap__content .boxInfo3 {
    margin-bottom: 0; }

/*areaEdf*/
.areaEdf {
  background: url(../images/index/area_edf_bg.png) no-repeat top center;
  background-size: cover;
  padding: 6.85% 0 0;
  z-index: 1; }
  .areaEdf .wrap__content {
    width: 52.5%;
    float: left; }
  .areaEdf .imgEdf {
    position: absolute;
    right: 9.3%;
    top: -16.7%;
    width: 100%; }
  .areaEdf .wrap__content .boxInfo .voxel__title {
    background: url(../images/index/title_bg2.png) no-repeat top right;
    padding: 16px 65px 16px 0;
    margin-bottom: 70px; }
    .areaEdf .wrap__content .boxInfo .voxel__title .fakebgTitle {
      right: 10%;
      left: auto; }
  .areaEdf .wrap__content .boxInfo .text {
    padding-left: 0; }
  .areaEdf .wrap__content .boxInfo .list__button {
    text-align: left; }
  .areaEdf .wrap__content .boxInfo2 {
    padding-left: 0;
    margin-bottom: 77px; }
  .areaEdf .wrap__content .boxInfo3 {
    padding-left: 0;
    margin-bottom: 0; }
  .areaEdf .wrap__content .boxInfo2 .text,
  .areaEdf .wrap__content .boxInfo3 .text {
    font-weight: 700;
    line-height: 2; }
  .areaEdf .wrap__content .boxInfo2 .boxinfo__title {
    padding: 27px 37px 22px 30px;
    margin-bottom: 28px; }
  .areaEdf .wrap__content .boxInfo3 .boxinfo__title {
    padding: 27px 37px 22px 30px; }
  .areaEdf .wrap__right {
    float: right;
    width: 53%;
    margin: 3% -6.5% -0.4% -5%;
    position: relative; }

/*areaGathers*/
.areaGathers {
  background: url(../images/index/area_gathers_bg.png) no-repeat top center;
  background-size: cover;
  padding: 10% 0 3.2%; }
  .areaGathers .wrap__content {
    width: 52.5%; }
  .areaGathers .wrap__left {
    width: 50%;
    position: relative;
    margin-top: -4%;
    float: left;
    margin-right: -3%; }
    .areaGathers .wrap__left .img__animation__1 {
      position: absolute;
      top: -15.4%;
      right: 1.8%;
      width: 54.7%; }
    .areaGathers .wrap__left .img__animation__2 {
      position: absolute;
      bottom: -24%;
      left: -21.5%;
      width: 73.6%; }
  .areaGathers .wrap__content .boxInfo .text {
    padding-left: 38px; }
  .areaGathers .wrap__content .boxInfo .voxel__title {
    margin-bottom: 70px; }
  .areaGathers .wrap__content .boxInfo .gathers__button {
    text-align: center;
    margin-top: 8.6%;
    padding-left: 4.5%; }
  .areaGathers .wrap__content .boxInfo2 {
    margin-bottom: 0;
    padding-left: 38px; }
    .areaGathers .wrap__content .boxInfo2 .boxinfo__title {
      padding: 27px 37px 22px 30px; }
    .areaGathers .wrap__content .boxInfo2 .text {
      font-weight: 700;
      margin-bottom: 30px;
      line-height: 2.1;
      position: relative;
      z-index: 2; }

/*areaMovie*/
.areaMovie {
  background: #000;
  padding: 130px 0 115px; }
  .areaMovie .areaTitle__eng {
    color: #fff;
    margin-bottom: 80px; }
  .areaMovie .mainVideo {
    width: 1160px;
    margin: 0 auto;
    overflow: hidden; }
    .areaMovie .mainVideo .slider-for {
      display: inline-block;
      vertical-align: top;
      width: 855px; }
    .areaMovie .mainVideo .slider-nav {
      display: inline-block;
      vertical-align: top;
      height: 480px;
      /*width: calc(100% - 855px);*/
      width: 260px;
      margin-left: 41px;
      overflow: hidden; }
      .areaMovie .mainVideo .slider-nav .slider-item {
        margin-bottom: 20px; }
    .areaMovie .mainVideo .slider-for .slider-item video,
    .areaMovie .mainVideo .slider-for .slider-item .video {
      width: 100%;
      height: 432px; }
    .areaMovie .mainVideo .slick-initialized .slick-slide {
      position: relative; }
    .areaMovie .mainVideo .slider-for .slider-item .control {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      cursor: pointer; }
    .areaMovie .mainVideo .slider-nav .slider-item video {
      width: 100%;
      height: 100%; }
    .areaMovie .mainVideo .slider-nav .slider-item .control {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      cursor: pointer; }
  .areaMovie .introVideo {
    width: 855px;
    margin: 75px auto 0;
    font-size: 16px;
    color: #fff;
    text-align: center; }
    .areaMovie .introVideo span {
      display: inline-block;
      text-align: center; }
    .areaMovie .introVideo .nico_btn {
      display: block;
      width: 280px;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      margin: 20px auto 0;
      padding: 5px 20px;
      background: #ff1440;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px; }

/*areaProduct*/
.areaProduct {
  background: url(../images/index/area_product_bg_1.png) no-repeat top left, url(../images/index/area_product_bg_2.png) no-repeat top right;
  background-size: contain;
  padding: 6.35% 0 6.3%; }
  .areaProduct .areaTitle__eng {
    margin-bottom: 75px; }
  .areaProduct .boxInfo {
    width: 100%;
    max-width: 1204px;
    margin: 0 auto 80px;
    background: url(../images/index/content_product_bg.jpg) repeat-y top center;
    background-size: 100%;
    box-shadow: -1px 0px 18px #ccc;
    padding: 73px 0px 81px;
    text-align: center; }
    .areaProduct .boxInfo .wrap__list {
      position: relative;
      max-width: 673px;
      display: inline-block;
      width: 100%;
      text-align: left;
      margin-left: -10%; }
      .areaProduct .boxInfo .wrap__list .box__img {
        position: absolute;
        bottom: 9%;
        right: 3.5%; }
    .areaProduct .boxInfo .listInfo li {
      margin-bottom: 17px; }
      .areaProduct .boxInfo .listInfo li .title {
        font-size: 20px;
        font-weight: 700;
        min-width: 149px;
        display: inline-block;
        vertical-align: top; }
      .areaProduct .boxInfo .listInfo li .dot {
        font-size: 20px;
        font-weight: 700;
        min-width: 31px;
        display: inline-block;
        vertical-align: top;
        line-height: 1.5; }
      .areaProduct .boxInfo .listInfo li .text {
        font-size: 20px;
        font-weight: 700;
        display: inline-block;
        vertical-align: top;
        line-height: 1.4;
        position: relative;
        top: 3px; }
        .areaProduct .boxInfo .listInfo li .text.top {
          line-height: 1.3; }
        .areaProduct .boxInfo .listInfo li .text.spec {
          line-height: 1.1; }
    .areaProduct .boxInfo .box__button {
      margin-top: 5.2%; }
  .areaProduct .listSocical {
    text-align: center; }
    .areaProduct .listSocical li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 16px; }
      .areaProduct .listSocical li:last-child {
        margin-right: 0; }

@media (max-width: 1522px) and (min-width: 1368px) {
  body {
    width: 1920px; } }
@media (max-width: 1580px) and (min-width: 1368px) {
  .areaTopics .wrapSlide {
    max-width: 1135px; }
    .areaTopics .wrapSlide .slider .listSlide .slideItem {
      width: 350px; } }
@media (max-width: 1367px) {
  .slick-next {
    width: 24px !important;
    height: 36px !important;
    right: 3px !important;
    background-size: 90% !important; }

  .slick-prev {
    width: 24px !important;
    height: 36px !important;
    right: 3px !important;
    background-size: 90% !important;
    left: 3px !important;
    z-index: 9 !important; } }
@media (max-width: 1366px) and (min-width: 769px) {
  body {
    width: 1349px; }

  .inner {
    padding: 0 2%; }

  .areaTopics .wrapSlide {
    max-width: 1000px; }
    .areaTopics .wrapSlide .slider .listSlide .slideItem {
      width: 300px; }
      .areaTopics .wrapSlide .slider .listSlide .slideItem .slideItemWrap {
        padding: 40px 20px 37px; }

  .areaVoxel .imgVoxel {
    position: absolute;
    margin-left: -10px;
    max-width: 634px; }
  .areaVoxel .wrap__content .boxInfo {
    margin-bottom: 30px; }
    .areaVoxel .wrap__content .boxInfo .voxel__title {
      font-size: 24px;
      padding: 16px 52px;
      background-size: auto 100%;
      margin-bottom: 30px;
      margin-right: -8%; }
      .areaVoxel .wrap__content .boxInfo .voxel__title .fakebgTitle {
        background: transparent;
        height: auto;
        background-size: cover; }
    .areaVoxel .wrap__content .boxInfo .text {
      font-size: 16px;
      position: relative;
      z-index: 2; }
  .areaVoxel .wrap__content .boxInfo2 {
    margin-bottom: 30px; }
    .areaVoxel .wrap__content .boxInfo2 .boxinfo__title {
      font-size: 18px;
      padding: 12px 20px 12px 28px;
      margin-bottom: 15px; }
    .areaVoxel .wrap__content .boxInfo2 .text {
      font-size: 14px;
      line-height: 2; }

  .areaEdf .wrap__right {
    width: 40%;
    margin-left: 0;
    margin-right: 6%; }
    .areaEdf .wrap__right .imgEdf {
      right: -20px;
      top: -75px;
      width: auto; }
  .areaEdf .wrap__content .boxInfo .voxel__title {
    margin-left: -8%;
    margin-right: 0; }

  .areaGathers .wrap__left {
    float: left;
    width: 50%; }
  .areaGathers .imgGathers {
    bottom: 106px;
    left: 13px; }

  .areaProduct {
    background: url(../images/index/product_bg.jpg) no-repeat top center;
    background-size: cover; }
    .areaProduct .boxInfo {
      max-width: 860px;
      padding: 80px 80px 55px; } }
@media (max-width: 880px) and (min-width: 769px) {
  .areaProduct .boxInfo .listInfo li .text {
    width: calc(100% - 230px); } }
@media (max-width: 1220px) {
  /*areaMovie*/
  .areaMovie {
    padding: 95px 0 60px; }
    .areaMovie .inner {
      padding: 0 2.5%; }
    .areaMovie .areaTitle__eng {
      margin-bottom: 38px; }
    .areaMovie .mainVideo {
      width: 100%;
      height: auto; }
      .areaMovie .mainVideo .slider-for {
        width: 100%;
        display: block; }
      .areaMovie .mainVideo .slider-nav {
        display: block;
        width: 100%;
        margin-left: -3px;
        height: auto; }
        .areaMovie .mainVideo .slider-nav .slider-item {
          margin-bottom: 0;
          margin-left: 6px; }
    .areaMovie .introVideo {
      width: 100%;
      margin: 11px 0 14px; }
      .areaMovie .introVideo span {
        width: 100%;
        font-size: 14px;
        letter-spacing: -0.5px; } }
/* STYLE MOBILE */
@media (max-width: 768px) {
  #header .main__menu {
    padding-bottom: 0; }

  .areaTopics__title {
    width: 42%;
    max-width: 200px;
    margin: 0 auto 8px; }

  .areaTitle__eng {
    font-size: 7px;
    letter-spacing: 3px; }

  .areaTopics .wrapSlide {
    width: 100%; }

  #main .headLogo .logoSwitch {
    width: 13.5%;
    min-width: auto; }
  #main .headLogo .logoPs4 {
    width: 24%;
    min-width: auto;
    margin-right: 0;
    margin-top: 6px; }
  #main .mainTitle {
    width: 100%;
    bottom: 83px; }
  #main .comingTitle {
    bottom: 52px;
    width: 66%; }

  /*areaTopics*/
  .areaTopics {
    background: #fff;
    padding: 60px 0 67px; }
    .areaTopics .areaTopics__title {
      width: 38.5%; }
    .areaTopics .areaTitle__eng {
      margin-bottom: 23px; }
    .areaTopics .wrapSlide .slider .slick-initialized .slick-slide {
      padding: 15px 10px; }
    .areaTopics .wrapSlide .slider .listSlide .slideItem {
      width: 295px;
      margin: 0 auto;
      min-height: auto; }
      .areaTopics .wrapSlide .slider .listSlide .slideItem .slideItemWrap {
        padding: 29px 19px 25px; }
      .areaTopics .wrapSlide .slider .listSlide .slideItem:before {
        background-size: 73%; }
      .areaTopics .wrapSlide .slider .listSlide .slideItem .photo {
        margin-bottom: 16px; }
      .areaTopics .wrapSlide .slider .listSlide .slideItem .boxdate {
        margin-bottom: 8px; }
        .areaTopics .wrapSlide .slider .listSlide .slideItem .boxdate .date {
          font-size: 16px;
          font-weight: 700;
          margin-right: 5px; }
        .areaTopics .wrapSlide .slider .listSlide .slideItem .boxdate .new {
          font-size: 12px;
          padding: 0px 10px 1px; }
      .areaTopics .wrapSlide .slider .listSlide .slideItem .text {
        font-size: 14px;
        min-height: 84px; }
	  .areaTopics .wrapSlide .slider .slick-dots {
      bottom: -43px; }
      .areaTopics .wrapSlide .slider .slick-dots li button:before {
        border-top: 6px solid #000000; }

  /*areaMovie*/
  .areaMovie {
    background: #000;
    padding-top: 75px; }
    .areaMovie .mainVideo .slider-for .slider-item video,
    .areaMovie .mainVideo .slider-for .slider-item .video {
      width: 100%;
      height: 355px; }

  /*areaVoxel*/
  .areaVoxel {
    background: url(../images/index/area_voxel_bg_sp.png) bottom center;
    background-size: cover;
    padding: 61px 0 72px; }
    .areaVoxel .inner {
      padding: 0; }
    .areaVoxel .wrap__content {
      width: 100%; }
      .areaVoxel .wrap__content .boxInfo {
        margin-bottom: 20px; }
        .areaVoxel .wrap__content .boxInfo .voxel__title {
          background: url(../images/index/title_bg_sp.png) no-repeat top left;
          font-size: 16px;
          font-weight: 500;
          padding: 19px 39px 19px;
          background-size: cover;
          margin-bottom: 30px;
          letter-spacing: 0; }
          .areaVoxel .wrap__content .boxInfo .voxel__title .fakebgTitle {
            display: none; }
        .areaVoxel .wrap__content .boxInfo .text {
          padding-left: 0;
          font-size: 15px;
          padding: 0 2.5%;
          line-height: 2.2;
          letter-spacing: 0px;
          margin-bottom: 17px; }
        .areaVoxel .wrap__content .boxInfo .list__button {
          margin-right: 0;
          margin-bottom: 25px;
          padding: 0 17px; }
          .areaVoxel .wrap__content .boxInfo .list__button .item__button {
            display: block;
            width: 100%;
            margin: 0 0 15px 0; }
        .areaVoxel .wrap__content .boxInfo .voxelPhoto {
          text-align: center; }
          .areaVoxel .wrap__content .boxInfo .voxelPhoto img {
            width: 73%; }
      .areaVoxel .wrap__content .boxInfo2 {
        padding: 0 2.5%;
        margin-bottom: 20px; }
        .areaVoxel .wrap__content .boxInfo2 .boxinfo__title {
          font-size: 14px;
          padding: 11px 11px 14px 17px;
          margin-bottom: 12px; }
          .areaVoxel .wrap__content .boxInfo2 .boxinfo__title:after, .areaVoxel .wrap__content .boxInfo2 .boxinfo__title:before {
            width: 22px;
            height: 22px; }
        .areaVoxel .wrap__content .boxInfo2 .text {
          font-size: 14px;
          font-weight: normal;
          line-height: 2;
          margin-bottom: 13px; }
      .areaVoxel .wrap__content .boxInfo3 {
        margin-bottom: 12px; }

  /*areaEdf*/
  .areaEdf {
    background: url(../images/index/area_edf_bg_sp_3.png) no-repeat bottom center;
    background-size: cover;
    padding: 24px 0 80px; }
    .areaEdf .wrap__content {
      /*padding-top: 24px;*/ }
      .areaEdf .wrap__content .boxInfo {
        margin-bottom: 10px; }
        .areaEdf .wrap__content .boxInfo .voxel__title {
          background: url(../images/index/title_bg2_sp.png) no-repeat top right;
          background-size: cover;
          padding-left: 2.5%; }
        .areaEdf .wrap__content .boxInfo .voxelPhoto {
          position: relative;
          z-index: 1; }
          .areaEdf .wrap__content .boxInfo .voxelPhoto img {
            width: 100%;
            padding-left: 1.8%; }
        .areaEdf .wrap__content .boxInfo .voxelPhoto_2 {
          z-index: 0; }
          .areaEdf .wrap__content .boxInfo .voxelPhoto_2 img {
            width: 95%;
            padding-left: 0;
            margin-top: -61%; }
        .areaEdf .wrap__content .boxInfo .text {
          margin-bottom: 15px; }
      .areaEdf .wrap__content .boxInfo2 .boxinfo__title {
        padding: 11px 17px 14px 17px; }
      .areaEdf .wrap__content .boxInfo2 .text {
        font-weight: 400; }
      .areaEdf .wrap__content .boxInfo3 .text {
        font-weight: 400; }
      .areaEdf .wrap__content .boxInfo2 {
        margin-bottom: 30px; }
      .areaEdf .wrap__content .boxInfo3 {
        margin-bottom: 10px; }

  /*areaGathers*/
  .areaGathers {
    padding: 25px 0 79px;
    background: url(../images/index/area_gathers_bg_sp_2.png) no-repeat bottom center;
    background-size: cover; }
    .areaGathers .wrap__content .boxInfo .voxelPhoto img {
      width: 100%;
      padding: 0 3%; }
    .areaGathers .wrap__content .boxInfo .voxelPhoto_2 {
      text-align: left;
      margin-top: -106px; }
      .areaGathers .wrap__content .boxInfo .voxelPhoto_2 img {
        width: 70%;
        padding: 0; }
    .areaGathers .wrap__content .boxInfo .text {
      margin-bottom: 12px; }
    .areaGathers .wrap__content .boxInfo .gathers__button {
      padding: 0 17px;
      margin-bottom: 25px; }
    .areaGathers .wrap__content .boxInfo2 .boxinfo__title {
      padding: 11px 19px 14px 16px; }
    .areaGathers .wrap__content .boxInfo2 .text {
      margin-bottom: 15px; }
    .areaGathers .wrap__left {
      width: 100%;
      position: relative;
      margin: 35px 0 0 0;
      padding: 0 3%; }
      .areaGathers .wrap__left .img__animation__1 {
        right: -2.2%; }
      .areaGathers .wrap__left .img__animation__2 {
        left: -19.5%; }

  /*.areaProduct*/
  .areaProduct {
    background: #fff;
    padding: 60px 0; }
    .areaProduct .inner {
      padding: 0 5%; }
    .areaProduct .productTitle {
      width: 43%;
      max-width: 200px;
      margin: 0 auto 8px; }
    .areaProduct .boxInfo {
      width: 100%;
      padding: 30px 6% 25px;
      margin-bottom: 40px; }
      .areaProduct .boxInfo .wrap__list {
        margin: 0; }
        .areaProduct .boxInfo .wrap__list .box__img {
          bottom: 5px;
          right: 5px;
          width: 70px; }
      .areaProduct .boxInfo .box__button {
        margin-top: 30px; }
    .areaProduct .areaTitle__eng {
      margin-bottom: 39px; }
    .areaProduct .boxInfo .listInfo li {
      margin-bottom: 16px; }
      .areaProduct .boxInfo .listInfo li:last-child {
        margin-bottom: 0; }
      .areaProduct .boxInfo .listInfo li .title {
        font-size: 12px;
        background: #000;
        padding: 0px 11px 1px;
        min-width: 70px;
        color: #fff;
        font-weight: 500;
        border-radius: 20px;
        margin-bottom: 4px; }
      .areaProduct .boxInfo .listInfo li .text {
        font-size: 14px;
        display: block;
        line-height: 1.6; }
        .areaProduct .boxInfo .listInfo li .text.top {
          line-height: 1.6; }
      .areaProduct .boxInfo .listInfo li .dot {
        display: none; }
      .areaProduct .boxInfo .listInfo li .text.spec {
        line-height: 1.5; }

  /*.areaArmorial*/
  .areaArmorial {
    height: 150px; }
    .areaArmorial .armorial {
      position: absolute;
      top: 54%;
      width: 55.6%;
      max-width: 210px; }
    .areaArmorial .photo img {
      height: 150px;
      object-fit: cover; } }
@media (max-width: 414px) {
  /*areaMovie*/
  .areaMovie .mainVideo .slider-for .slider-item video,
  .areaMovie .mainVideo .slider-for .slider-item .video {
    height: 225px; } }
@media (max-width: 375px) {
  /*areaMovie*/
  .areaMovie .mainVideo .slider-for .slider-item video,
  .areaMovie .mainVideo .slider-for .slider-item .video {
    height: 200px; } }
@media (max-width: 320px) {
  .areaTopics .wrapSlide .slider .listSlide .slideItem {
    width: 235px; } }

/*# sourceMappingURL=index.css.map */
