@charset "UTF-8";
/**
 * media query
 */
/* ================================================== *
 *
 *    FONTS
 *
 * ================================================== */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../font/SourceSansPro-Regular.woff2") format("woff2"), url("../font/SourceSansPro-Regular.woff") format("woff"), url("../font/SourceSansPro-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url("../font/SourceSansPro-Bold.woff2") format("woff2"), url("../font/SourceSansPro-Bold.woff") format("woff"), url("../font/SourceSansPro-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url("../font/EBGaramond-Regular.woff2") format("woff2"), url("../font/EBGaramond-Regular.woff") format("woff"), url("../font/EBGaramond-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  src: url("../font/EBGaramond-Bold.woff2") format("woff2"), url("../font/EBGaramond-Bold.woff") format("woff"), url("../font/EBGaramond-Bold.ttf") format("truetype"); }

/* ================================================== *
 *
 *    BASE
 *
 * ================================================== */
html {
  min-width: 980px; }
  @media screen and (max-width: 767px) {
    html {
      min-width: 0; } }

body {
  -webkit-font-smoothing: antialiased;
  font-family: arial, helvetica, sans-serif; }

a:focus,
*:focus {
  outline: none; }

@media screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

/* ================================================== *
 *
 *    PAGE LAYOUT
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        header
 * ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .header_nav_menu_li.cr a {
    position: relative;
    color: #E90000;
    font-weight: 700; }
    .header_nav_menu_li.cr a:after {
      content: '';
      display: block;
      width: 18px;
      height: 4px;
      background: #E90000;
      position: absolute;
      bottom: 1px;
      left: 50%;
      margin-left: -9px; } }

@media screen and (max-width: 767px) {
  .header_nav_menu_li.cr {
    display: none; } }

/* ------------------------------------------------- *
 *        header_subNav
 * ------------------------------------------------- */
.header_subNav {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .header_subNav {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      min-width: 980px;
      position: absolute;
      top: 66px;
      left: 0;
      z-index: 10;
      background: #403D32;
      padding: 0 40px 0 40px;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
      .header_subNav.-fixed {
        position: fixed;
        top: 0;
        left: 0; } }
  @media screen and (max-width: 767px) {
    .header_subNav {
      background: #dcdcdc; } }

@media screen and (min-width: 768px) {
  .header_subNav_title {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    margin: 1px 46px 0 0; } }

@media screen and (max-width: 767px) {
  .header_subNav_title {
    font-weight: normal;
    color: #FFF;
    border-bottom: #dcdcdc 1px solid; } }

@media screen and (min-width: 768px) {
  .header_subNav_title a {
    color: #FFF;
    text-decoration: none; } }

@media screen and (max-width: 767px) {
  .header_subNav_title a {
    font-size: 13px;
    position: relative;
    display: block;
    padding: 14px 30px 14px 20px;
    background: #f0f0f0;
    text-decoration: none; }
    .header_subNav_title a:after {
      content: "";
      position: absolute;
      top: 0;
      right: 8px;
      bottom: 0;
      display: block;
      width: 11px;
      height: 16px;
      margin: auto;
      background: url(/shared_top/img/icon_arrow_right_01.svg) 0 0/11px 16px no-repeat; } }

@media screen and (min-width: 768px) {
  .header_subNav_menu {
    display: inline-block;
    vertical-align: middle; } }

@media screen and (min-width: 768px) {
  .header_subNav_menu_li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 0 0;
    font-weight: 300; } }

@media screen and (max-width: 767px) {
  .header_subNav_menu_li {
    border-bottom: #dcdcdc 1px solid; }
    .header_subNav_menu_li:last-child {
      border-bottom: #dcdcdc 3px solid; } }

@media screen and (min-width: 768px) {
  .header_subNav_menu_li a {
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 12px 14px;
    position: relative; }
    .header_subNav_menu_li a:after {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      border-top: #fff 1px solid;
      border-left: #fff 1px solid;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg);
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -4px; } }

@media screen and (max-width: 767px) {
  .header_subNav_menu_li a {
    font-size: 13px;
    position: relative;
    display: block;
    padding: 14px 30px 14px 45px;
    background: #f0f0f0;
    text-decoration: none; }
    .header_subNav_menu_li a:after {
      content: "";
      position: absolute;
      top: 0;
      right: 8px;
      bottom: 0;
      display: block;
      width: 11px;
      height: 16px;
      margin: auto;
      background: url(/shared_top/img/icon_arrow_right_01.svg) 0 0/11px 16px no-repeat; } }

@media screen and (min-width: 768px) {
  .header_subNav_menu_li.cr a {
    position: relative; }
    .header_subNav_menu_li.cr a:before {
      content: '';
      display: block;
      width: 18px;
      height: 4px;
      background: #E90000;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -9px; } }

@media screen and (max-width: 767px) {
  .header_subNav_menu_li.cr a {
    color: #E90000; } }

.header_subNav_lang {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .header_subNav_lang {
      float: right;
      display: inline-block;
      vertical-align: middle; } }
  @media screen and (max-width: 767px) {
    .header_subNav_lang {
      position: relative;
      background: #f0f0f0;
      padding: 0 20px;
      border-bottom: #dcdcdc 3px solid;
      text-align: center; } }

@media screen and (min-width: 768px) {
  .header_subNav_lang_li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
    color: #FFF; }
    .header_subNav_lang_li:before {
      content: "|";
      margin-left: 6px;
      margin-right: 6px; }
    .header_subNav_lang_li:first-child:before {
      display: none; } }

@media screen and (max-width: 767px) {
  .header_subNav_lang_li {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    margin: 15px 0;
    color: #dcdcdc; }
    .header_subNav_lang_li:before {
      content: "|"; }
    .header_subNav_lang_li:first-child:before {
      display: none; } }

@media screen and (min-width: 768px) {
  .header_subNav_lang_li a {
    font-size: 13px;
    line-height: 29px;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    position: relative; } }

@media screen and (max-width: 767px) {
  .header_subNav_lang_li a {
    display: inline-block;
    width: 95%;
    text-decoration: none; } }

.header_subNav_lang_li.cr a {
  color: #E90000; }

/* /shared_top/css/styles.css Overwrite */
.l-header {
  width: 100%;
  height: 66px;
  min-width: 980px; }
  @media screen and (max-width: 767px) {
    .l-header {
      min-width: 100%;
      height: 55px; } }

.header {
  height: 66px; }
  @media screen and (max-width: 767px) {
    .header {
      height: 55px;
      background-color: #ffffff; } }

.header_title {
  margin: 16px 25px 0 30px; }
  @media screen and (max-width: 767px) {
    .header_title {
      margin: 14px 0 0 20px; } }
  .header_title img {
    width: 104px; }

@media screen and (max-width: 767px) {
  .header_nav_menu_li:nth-child(6) {
    border-right: 1px solid #dcdcdc; }
  .header_nav_menu_li:last-child {
    border-right: none; } }

.header_nav_menu_li a {
  height: 66px;
  line-height: 66px; }
  @media screen and (max-width: 767px) {
    .header_nav_menu_li a {
      height: 49px;
      line-height: 49px; }
      .header_nav_menu_li a.is-line2 {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-top: 10px;
        line-height: 16px; } }

.header_utility_menu_li > a,
.header_utility_menu_li > span {
  height: 66px;
  padding-top: 37px;
  font-size: 13px; }
  @media screen and (max-width: 767px) {
    .header_utility_menu_li > a,
    .header_utility_menu_li > span {
      height: 55px; } }
  .header_utility_menu_li > a i.is-global,
  .header_utility_menu_li > span i.is-global {
    top: 12px; }
    .header_utility_menu_li > a i.is-global > a,
    .header_utility_menu_li > a i.is-global > span,
    .header_utility_menu_li > span i.is-global > a,
    .header_utility_menu_li > span i.is-global > span {
      width: 108px;
      padding-top: 40px !important;
      line-height: 11px !important; }
  .header_utility_menu_li > a i.is-search,
  .header_utility_menu_li > span i.is-search {
    top: 13px; }
    @media screen and (max-width: 767px) {
      .header_utility_menu_li > a i.is-search,
      .header_utility_menu_li > span i.is-search {
        top: 0; } }
  .header_utility_menu_li > a i.is-close,
  .header_utility_menu_li > span i.is-close {
    top: 18px; }
    @media screen and (max-width: 767px) {
      .header_utility_menu_li > a i.is-close,
      .header_utility_menu_li > span i.is-close {
        top: 0; } }

body.en .header_utility_menu_li > a, body.en .header_utility_menu_li > span, body.cn .header_utility_menu_li > a, body.cn .header_utility_menu_li > span {
  font-size: 13px; }

body.en .header_utility_menu_li.is-global > a, body.en .header_utility_menu_li.is-global > span, body.cn .header_utility_menu_li.is-global > a, body.cn .header_utility_menu_li.is-global > span {
  width: 108px;
  padding-top: 40px !important;
  line-height: 11px !important; }

.header_search {
  top: 66px;
  z-index: 11; }
  @media screen and (max-width: 767px) {
    .header_search {
      top: 56px;
      z-index: 99; } }

/* ------------------------------------------------- *
 *        main
 * ------------------------------------------------- */
.l-main {
  display: block;
  width: 100%;
  margin: 115px auto 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    .l-main {
      margin-top: 0; } }
  body.cn .l-main {
    font-family: 'Microsoft YaHei New', 'Microsoft Yahei', '寰蒋闆呴粦', STXihei, STHeiti, '鍗庢枃缁嗛粦','Lantinghei SC', Lantinghei, 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif; }

/* ------------------------------------------------- *
 *        footer
 * ------------------------------------------------- */
/* ------------------------------------------------- *
 *        fnav
 * ------------------------------------------------- */
@media screen and (max-width: 767px) {
  .fnav {
    background: #fff; }
    .fnav .ul01 {
      display: table;
      width: 100%;
      height: 60px; }
      .fnav .ul01 li {
        display: table-cell;
        vertical-align: middle;
        width: 25%;
        border-left: #999 1px solid; }
        .fnav .ul01 li:first-child {
          border-left: none; }
        .fnav .ul01 li:last-child img {
          margin-bottom: 12px; }
      .fnav .ul01 a {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: block;
        width: 100%;
        padding: 10px 0 0 0;
        font-size: 10px;
        color: #fff;
        height: 72px;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
        background: #403d33; }
      .fnav .ul01 img {
        position: relative;
        height: 20px;
        width: 100%;
        margin: 0 0 5px; }
    .fnav .box {
      overflow: hidden;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      padding: 30px 12px 50px; }
      .fnav .box .-title {
        margin: 0;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 700;
        font-size: 25px; }
        .fnav .box .-title a {
          color: #666;
          text-decoration: none; }
      .fnav .box .-subTitle {
        font-size: 12px;
        position: relative;
        padding: 0 0 8px 10px; }
        .fnav .box .-subTitle:before {
          content: '';
          position: absolute;
          top: 6px;
          left: 0;
          display: block;
          width: 0;
          height: 0;
          border-top: transparent 4px solid;
          border-left: #999 5px solid;
          border-bottom: transparent 4px solid; }
        .fnav .box .-subTitle a {
          text-decoration: none; }
      .fnav .box li {
        margin: 0 0 2px;
        padding: 0 0 0 22px;
        position: relative; }
        .fnav .box li:before {
          content: '-';
          color: #E6000D;
          position: absolute;
          top: 1px;
          left: 12px; }
        .fnav .box li a {
          font-size: 11px;
          text-decoration: none; }
    .fnav [class^="-list0"] {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      float: left;
      width: 50%;
      margin: 20px 0 0; } }

/* ================================================== *
 *
 *    TITLE
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        title1
 * ------------------------------------------------- */
.title1 {
  color: #fff;
  font-size: 30px;
  text-shadow: 1px 1px 1px #000000;
  text-align: center; }
  .title1.-en {
    font-family: 'Source Sans Pro', sans-serif; }
  @media screen and (max-width: 767px) {
    .title1 {
      font-size: 20px;
      text-align: left; } }

/* ------------------------------------------------- *
 *        title2
 * ------------------------------------------------- */
.title2 {
  margin-bottom: 30px;
  color: #e6000d;
  font-size: 24px;
  font-weight: 300; }
  .title2.-type1 {
    margin-bottom: 20px; }
  .title2.-type2 {
    color: #000; }
  @media screen and (max-width: 767px) {
    .title2 {
      margin-bottom: 15px;
      font-size: 18px;
      text-align: left; }
      .title2.-type1 {
        margin-bottom: 15px; } }

/* ------------------------------------------------- *
 *        title3
 * ------------------------------------------------- */
.title3 {
  margin-top: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 700; }
  .title3:first-child {
    margin-top: 0; }
  .title3.-type1 {
    padding-top: 12px;
    border-top: 1px solid #dcdcdc; }
  .title3.-type2 {
    font-size: 16px; }
  .title3.-type3 {
    color: #e6000d; }
  .title3.-type4 {
    color: #e6000d; }
  .title3.-type5 {
    color: #3156a5;
  }
  @media screen and (max-width: 767px) {
    .title3 {
      margin-top: 30px;
      margin-bottom: 15px;
      font-size: 18px;
      text-align: left; }
      .title3.-type1 {
        margin-bottom: 0; }
      .title3.-type3 {
        margin-top: 0; } }

/* ------------------------------------------------- *
 *        title4
 * ------------------------------------------------- */
.title4 {
  text-align: center;
  font-size: 24px;
  font-weight: 700; }
  .title4.-type1 {
    font-size: 30px; }
  .title4.-type2 {
    text-align: left;
    line-height: 1; }
  .title4.-en {
    font-family: 'Source Sans Pro', sans-serif; }
  @media screen and (max-width: 767px) {
    .title4 {
      margin-bottom: 15px;
      font-size: 18px;
      text-align: left; }
      .title4.-type1 {
        font-size: 20px; } }

/* ------------------------------------------------- *
 *        title5
 * ------------------------------------------------- */
.title5 {
  position: relative;
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700; }
  .title5:after {
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    background: #e90000;
    position: absolute;
    bottom: 0;
    left: 0; }
  .title5 .-sub {
    font-size: 16px; }
  @media screen and (max-width: 767px) {
    .title5 {
      margin-bottom: 15px;
      padding-bottom: 15px;
      font-size: 20px;
      text-align: left; }
      .title5:after {
        width: 30px;
        height: 4px; }
      .title5 .-sub {
        font-size: 14px; } }

/* ------------------------------------------------- *
 *        title6
 * ------------------------------------------------- */
.title6 {
  margin-top: 60px;
  font-size: 18px;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .title6 {
      font-size: 16px; } }
  .title3 + .title6 {
    margin-top: 0; }

/* ------------------------------------------------- *
 *        title7
 * ------------------------------------------------- */
.title7 {
  position: relative;
  margin: 30px 0 0;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 700; }
  .title7:before {
    content: "●";
    position: absolute;
    top: 0.5em;
    left: 0;
    margin-right: 0.5em;
    color: #E90000;
    font-size: 10px;
    vertical-align: 2px; }
  @media screen and (max-width: 767px) {
    .title7 {
      margin-top: 15px;
      font-size: 16px; } }
  .frame1 .grid1.-col2:first-child .grid1__unit:first-child .title7, .frame1 .grid1.-col2:first-child .grid1__unit:nth-child(2) .title7 {
    margin-top: 0; }
  @media screen and (max-width: 767px) {
    .title3 + .grid1.-col1sp .grid1__unit:first-child .title7 {
      margin-top: 0; }
    .frame1 .grid1.-col2:first-child .grid1__unit:nth-child(2) .title7 {
      margin-top: 15px; } }

/* ------------------------------------------------- *
 *        title8
 * ------------------------------------------------- */
.title8 {
  margin-top: 50px;
  text-align: center;
  color: #E90000;
  font-size: 24px;
  font-weight: 700; }
  .title8:first-child {
    margin-top: 0; }
  @media screen and (max-width: 767px) {
    .title8 {
      margin-top: 30px;
      margin-bottom: 15px;
      font-size: 18px;
      text-align: left; } }

/* ------------------------------------------------- *
 *        title9
 * ------------------------------------------------- */
.title9 {
  color: #e6000d;
  font-size: 20px;
  font-weight: 700; }
  .title9:first-child {
    margin-top: 0; }
  .title9.-type1 {
    text-align: center;
    font-size: 24px; }
  .title9.-type2 {
    font-size: 24px;
    color: #3156a5;
    text-align: center;
  }
  .title9 .-sub {
    font-size: 16px; }
  @media screen and (max-width: 767px) {
    .title9 {
      margin-top: 30px;
      margin-bottom: 15px;
      font-size: 18px;
      text-align: left; }
      .title9.-type1 {
        text-align: center;
        font-size: 18px; }
      .title9 .-sub {
        font-size: 14px; }
      .title9.-type2 {
        font-size: 18px;
      } }
      
/* ------------------------------------------------- *
 *        title10
 * ------------------------------------------------- */
.title10 {
  text-align: center;
  font-size: 30px; }
  @media screen and (max-width: 767px) {
    .title10 {
      font-size: 20px; } }

/* ================================================== *
 *
 *    TEXT
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        text1
 * ------------------------------------------------- */
.text1 {
  font-size: 16px; }
  .text1.-type1 {
    margin-top: 30px;
    text-align: center; }
  .text1.-type2 {
    margin-top: 60px;
    text-align: center; }
  .text1.-type3 {
    margin-top: 10px;
    font-size: 14px; }
  .text1.-type4 {
    margin-top: 30px; }
  .text1.-type5 {
    font-size: 14px; }
  .text1.-type6 {
    margin-top: 10px;
    font-size: 14px; }
    @media screen and (min-width: 768px) {
      .text1.-type6 {
        text-align: center; } }
  .text1 p {
    margin-top: 20px; }
    .text1 p:first-of-type {
      margin-top: 0; }
  @media screen and (max-width: 767px) {
    .text1 {
      font-size: 14px; }
      .text1.-type1, .text1.-type4 {
        margin-top: 15px;
        text-align: left; }
      .text1.-type2 {
        margin-top: 30px;
        text-align: left; } }

/* ------------------------------------------------- *
 *        notes1
 * ------------------------------------------------- */
.notes1 {
  margin: 20px 0 0;
  font-size: 14px; }
  .notes1.-type1 {
    font-size: 12px; }
  .notes1 li {
    position: relative;
    padding-left: 0.5em;
    text-indent: -0.5em; }
    .notes1 li:before {
      content: "*"; }
  @media screen and (max-width: 767px) {
    .notes1 {
      font-size: 12px; } }

/* ------------------------------------------------- *
 *        notes2
 * ------------------------------------------------- */
.notes2 {
  margin: 20px 0 0;
  font-size: 12px; }
  .notes2 li {
    text-align: center; }
  .ces2020.booth .notes2 li.-type1 {
    text-align: left; }
        .notes2 li:before {
      content: "*"; }
  @media screen and (max-width: 768px) {
    .notes2 li.-type1 {
      text-align: left; } }
  
/* ------------------------------------------------- *
 *        notes4
 * ------------------------------------------------- */
.notes4 {
  margin: 20px 0 0;
  font-size: 12px;
  counter-reset: notes4; }
  .notes4 li {
    counter-increment: notes4; }
    .notes4 li:before {
      content: "*" counter(notes4) " "; }
  .notes4 li.-type1 {
    text-align: left;
  }
  @media screen and (min-width: 768px) {
    .notes4 li {
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .notes4 li {
      position: relative;
      padding-left: 2em; }
      .notes4 li:before {
        content: "*" counter(notes4);
        position: absolute;
        top: 0;
        left: 0; } }
  @media screen and (min-width: 768px) {
    .notes4.-type1 li {
      position: relative;
      padding-left: 2em;
      text-align: left; }
      .notes4.-type1 li:before {
        content: "*" counter(notes4);
        position: absolute;
        top: 0;
        left: 0; } }
  .notes4.-start3 {
    counter-reset: notes4 2; }

/* ------------------------------------------------- *
 *        notes5
 * ------------------------------------------------- */
.notes5 {
  margin: 10px 0 0;
  font-size: 14px;
}
.notes5.-type1 {
  font-size: 12px;
}
.notes5 li {
  position: relative;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.notes5 li:before {
  content: "*";
}
@media screen and (max-width: 767px) {
  .notes5 {
    font-size: 12px; }
}

/* ================================================== *
 *
 *    LIST
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        list1
 * ------------------------------------------------- */
.list1 {
  margin: 30px 0 0;
  font-size: 16px; }
  .list1 li {
    margin: 5px 0 0; }
    .list1 li:first-child {
      margin-top: 0; }
    .list1 li .-end {
      display: inline-block;
      margin-right: 10px;
      padding: 2px 20px;
      background: #403d32;
      color: #fff;
      vertical-align: bottom;
      font-size: 14px;
      font-weight: 700; }
  .list1.-type1 {
    margin-top: 20px;
    font-size: 14px; }
    .list1.-type1 li .-end {
      padding: 2px 15px;
      font-size: 12px; }
  @media screen and (max-width: 767px) {
    .list1 {
      margin-top: 15px;
      font-size: 14px; }
      .list1 li {
        margin-top: 0; }
        .list1 li .-end {
          padding: 2px 15px;
          font-size: 11px; } }

/* ------------------------------------------------- *
 *        list2
 * ------------------------------------------------- */
.list2 {
  margin: 20px 0 0;
  font-size: 14px; }
  .list2 li {
    margin: 5px 0 0; }
    .list2 li:first-child {
      margin-top: 0; }
  @media screen and (max-width: 767px) {
    .list2 {
      margin-top: 10px;
      font-size: 12px; }
      .list2 li {
        margin-top: 0; } }

/* ------------------------------------------------- *
 *        list3
 * ------------------------------------------------- */
.list3 {
  margin: 20px 0 0;
  font-size: 14px; }
  .list3 > li {
    position: relative;
    padding-left: 1em; }
    .list3 > li:before {
      content: "●";
      position: absolute;
      top: 0.2em;
      left: 0;
      color: #e6000d;
      font-size: 10px; }
    .list3.-blue > li:before {
      color: #3156a5;
    }
    .list3 > li .-sub {
      font-size: 12px; }
  .list3.-type1 > li span {
    font-weight: bold; }
  @media screen and (min-width: 768px) {
    .list3.-type1 {
      overflow: hidden; }
      .list3.-type1 > li {
        float: left;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 50%;
        margin: 0 0 5px;
        padding-right: 1em; }
      .ces2020_lower .list3.-type1 > li {
        padding-right: 0; }
        .list3.-type1 > li:nth-child(2n+1) {
          clear: both; } }
  @media screen and (max-width: 767px) {
    .list3 {
      margin-top: 10px; }
      .list3 > li {
        margin-top: 0; }
      .ces2020_lower .list3 > li {
        box-sizing: border-box;
      } }

/* ------------------------------------------------- *
 *        list5
 * ------------------------------------------------- */
.list5 {
  margin: 0;
  font-size: 14px; }
  .list5 > li {
    list-style: disc inside;
    position: relative;
    text-indent: -1.25em;
    padding-left: 1.25em; }

/* ------------------------------------------------- *
 *        list6
 * ------------------------------------------------- */
 .list6 {
  margin: 20px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.list6 > li {
  position: relative;
  padding-left: 1em;
}
.list6 > li:before {
  content: "●";
  position: absolute;
  top: 0.4em;
  left: 0;
  font-size: 10px;
}

/* ------------------------------------------------- *
 *        list7
 * ------------------------------------------------- */
 .list7 {
  font-size: 14px;
}
.list7 > li {
  position: relative;
  padding-left: 1em;
}
.list7 > li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

/* ================================================== *
 *
 *    IMAGE
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        image1
 * ------------------------------------------------- */
.image1 {
  text-align: center; }
  .image1.-type1 {
    margin-top: 30px; }
  .image1.-type2 {
    margin-top: 60px; }
  .image1.-type4 {
    margin-top: 60px; }
  .image1.-type6 {
    margin-top: 60px;
    margin-right: -125px;
    margin-left: -125px; }
  @media screen and (min-width: 768px) {
    .image1.is-hover a {
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
      .image1.is-hover a:hover {
        opacity: 0.7; } }
  @media screen and (max-width: 767px) {
    .image1.-type1 {
      margin-top: 20px; }
    .image1.-type2 {
      margin: 10px 10px 0; }
    .image1.-type3 {
      margin: 40px 35px 0; }
    .image1.-type4 {
      margin-top: 20px; }
      .ifa2019.booth .image1.-type4 {
        margin-top: 40px; }
    .image1.-type6 {
      margin-top: 20px;
      margin-right: 0;
      margin-left: 0; } }

/* ------------------------------------------------- *
 *        image2
 * ------------------------------------------------- */
.image2 {
  position: relative;
  text-align: center;
  margin-top: 20px; }
  .image2.-type1 {
    margin-top: 40px; }
  .image2.-type2 {
    margin-top: 0; }
  .image2 a {
    display: block; }
    .image2 a:after {
      content: "";
      position: absolute;
      right: 8px;
      bottom: 8px;
      display: block;
      width: 22px;
      height: 20px;
      background: url(/brand/asset/img/icn_enlarge1_01.png) no-repeat 0 0;
      background-size: 22px auto; }
  .image2 img {
    width: 100%;
    height: auto; }
  .image2 .-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 10px 44px 10px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    color: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000000; }
  @media screen and (max-width: 767px) {
    .image2 {
      margin-top: 6px; }
      .image2.-type1 {
        margin-top: 20px; }
      .image2.-type2 {
        margin-top: 0; }
      .image2 a:after {
        right: 5px;
        bottom: 4px;
        width: 20px;
        background-size: 20px auto; }
      .image2 .-caption {
        padding: 8px 30px 8px 10px;
        font-size: 10px; } }
  .image2.js-effect {
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 0;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9); }
    .image2.js-effect.-active {
      opacity: 1;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }

/* ================================================== *
 *
 *    MOVIE
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        movie1
 * ------------------------------------------------- */
.movie1 {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .movie1.-type1 {
      margin-top: 20px; } }
  .movie1.-mt0 {
    margin-top: 0; }
  .movie1.js-effect {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0; }
    .movie1.js-effect.-active {
      opacity: 1; }

.title4 + .movie1 {
  margin-top: 20px; }

.movie1__title {
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: 700; }
  .movie1__title .-icon {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 10px;
    background: #000000;
    color: #fe4242;
    vertical-align: middle;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 12px; }
  @media screen and (max-width: 767px) {
    .movie1__title .-icon {
      font-size: 10px; } }

.movie1__text {
  margin: 10px 0 0;
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    .movie1__text {
      font-size: 14px; } }

/* ================================================== *
 *
 *    BUTTON
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        button1
 * ------------------------------------------------- */
.button1 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-width: 240px;
  padding: 10px 30px;
  border: 1px solid #e6000d;
  border-radius: 30px;
  background: #e6000d;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000000; }
  .button1:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: #fff 2px solid;
    border-left: #fff 2px solid;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px; }
  .button1.-en {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    line-height: 20px; }
  @media screen and (min-width: 768px) {
    .button1:hover {
      background: #fff;
      color: #e6000d;
      text-shadow: none; }
      .button1:hover:after {
        border-top-color: #e6000d;
        border-left-color: #e6000d; } }

/* ------------------------------------------------- *
 *        button2
 * ------------------------------------------------- */
.button2 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-width: 240px;
  padding: 12px 30px;
  border: 1px solid #e6000d;
  border-radius: 23px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  font-weight: 700; }
  .button2:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: #e6000d 2px solid;
    border-left: #e6000d 2px solid;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px; }
  .button2.-en {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700; }
  .button2.-type1 {
    border-color: #fff;
    background: transparent;
    color: #fff; }
  .button2.-type2 {
    min-width: 200px;
    font-size: 14px; }
  .button2.-external {
    padding-right: 40px;
    padding-left: 40px; }
    .button2.-external:after {
      content: '';
      top: 0;
      bottom: 0;
      right: 19px;
      display: block;
      width: 13px;
      height: 13px;
      margin: auto;
      border-top: none;
      border-left: none;
      background: url(/brand/asset/img/icn_external2_01.png) no-repeat 0 0;
      background-size: 13px auto;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
  .button2.-pdf {
    padding-right: 40px;
    padding-left: 40px; }
    .button2.-pdf:after {
      content: '';
      top: 0;
      bottom: 0;
      right: 17px;
      display: block;
      width: 16px;
      height: 20px;
      margin: auto;
      border-top: none;
      border-left: none;
      background: url(/brand/asset/img/icn_pdf1_01.png) no-repeat 0 0;
      background-size: 16px auto;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
  @media screen and (min-width: 768px) {
    .button2:hover {
      background: #e6000d;
      color: #fff; }
      .button2:hover:after {
        border-top-color: #fff;
        border-left-color: #fff; }
      .button2:hover.-type1 {
        border-color: #e6000d; }
      .button2:hover.-pdf:after {
        background: url(/brand/asset/img/icn_pdf1_02.png) no-repeat 0 0;
        background-size: 16px auto; }
    .button2.-external:hover:after {
      background: url(/brand/asset/img/icn_external2_02.png) no-repeat 0 0;
      background-size: 13px auto; } }
  @media screen and (max-width: 767px) {
    .button2 {
      min-width: 180px;
      font-size: 14px;
      line-height: 16px; }
      .button2.-en {
        font-size: 16px;
        line-height: 16px; } }

/* ------------------------------------------------- *
 *        buttonSet1
 * ------------------------------------------------- */
.buttonSet1 {
  margin: 50px 0 0;
  text-align: center; }

/* ------------------------------------------------- *
 *        buttonSet2
 * ------------------------------------------------- */
.buttonSet2 {
  margin: 30px 0 0;
  text-align: left; }
  .buttonSet2.-type1 {
    margin-top: 15px; }
  @media screen and (max-width: 767px) {
    .buttonSet2 {
      text-align: center; } }

/* ------------------------------------------------- *
 *        buttonSet3
 * ------------------------------------------------- */
.buttonSet3 {
  margin: 50px 0 0;
  text-align: center; }
  .buttonSet3 > li {
    display: inline-block;
    margin: 0 10px; }
  @media screen and (max-width: 767px) {
    .buttonSet3 {
      margin-top: 20px; }
      .buttonSet3 > li {
        display: block;
        margin-top: 20px;
        margin-right: 0;
        margin-left: 0; }
        .buttonSet3 > li:first-child {
          margin-top: 0; }
        .buttonSet3 > li .button1,
        .buttonSet3 > li .button2 {
          min-width: 240px; } }

/* ================================================== *
 *
 *    LINK
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        link1
 * ------------------------------------------------- */
.link1 {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  text-decoration: none; }
  .link1:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: #e6000d 1px solid;
    border-left: #e6000d 1px solid;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px; }
  .link1.-external {
    padding-left: 24px;
    background: url(/brand/asset/img/icn_external1_02.png) no-repeat 0 0.25em; }
    .link1.-external:after {
      display: none; }

/* ================================================== *
 *
 *    FRAME
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        frame1
 * ------------------------------------------------- */
.frame1 {
  background: #fff; }
  .frame1.js-effect {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0; }
    .frame1.js-effect.-active {
      opacity: 1; }

.frame1__inner {
  width: 950px;
  margin: auto;
  padding: 50px 0 60px; }
  .frame1.-type1 .frame1__inner {
    padding: 30px 0; }
  .frame1.-type2 .frame1__inner {
    padding: 50px 0 60px; }
  .frame1.-type3 .frame1__inner {
    padding: 70px 0 60px; }
  .frame1.-type4 .frame1__inner {
    padding-top: 0; }
  .frame1.-type8 .frame1__inner {
    padding: 60px 0 0;
  }
  .frame1.-type9 + .frame1.-type8 .frame1__inner {
    padding: 30px 0 0;
  }
  .frame1.-type9 .frame1__inner {
    padding: 10px 0 0;
  }
  @media screen and (max-width: 767px) {
    .frame1.-type1 .frame1__inner {
      padding: 20px 10px 40px; }
    .frame1.-type2 .frame1__inner {
      padding: 30px 10px 0; }
    .frame1.-type4 .frame1__inner {
      padding-top: 30px; }
    .frame1.-type8 .frame1__inner {
      padding: 40px 20px 0; }
    .frame1.-type9 + .frame1.-type8 .frame1__inner {
      padding: 30px 20px 0; }
      .frame1.-type9 .frame1__inner {
      padding: 10px 20px 0; } }
  @media screen and (max-width: 767px) {
    .frame1__inner {
      width: auto;
      padding: 30px 10px 50px; } }

/* ------------------------------------------------- *
 *        frame2
 * ------------------------------------------------- */
.frame2 {
  border-top: 1px solid #dcdcdc;
  background: #e6e6e6; }

.frame2__inner {
  width: 950px;
  margin: auto;
  padding: 29px 0 30px; }
  .frame2.-type1 .frame2__inner {
    padding-bottom: 80px; }
  .frame2.-type2 {
    border-top: none; }
    .frame2.-type2 .frame2__inner {
      padding-top: 50px;
      padding-bottom: 90px; }
  .frame2.-type3 .frame2__inner {
    padding-top: 9px; }
  .frame2.-type8 .frame2__inner {
    margin-bottom: 20px;
    padding-top: 39px;
    padding-bottom: 40px;
  }
      @media screen and (max-width: 767px) {
    .frame2.-type1 .frame2__inner {
      padding-bottom: 40px; }
    .frame2.-type2 .frame2__inner {
      padding-top: 20px;
      padding-bottom: 40px; }
    .frame2.-type3 .frame2__inner {
      padding-top: 20px; } }
  @media screen and (max-width: 767px) {
    .frame2__inner {
      width: auto;
      padding: 20px 10px; }
    .ceatc2018.index .frame2__inner {
      padding-right: 20px;
      padding-left: 20px;
    } }
    
/* ------------------------------------------------- *
 *        frame3
 * ------------------------------------------------- */
.frame3 {
  background: rgba(0, 0, 0, 0.5); }

.frame3__inner {
  width: 950px;
  margin: auto;
  padding: 50px 0 100px; }
  @media screen and (max-width: 767px) {
    .frame3__inner {
      width: auto;
      padding: 35px 10px 40px; } }

/* ------------------------------------------------- *
 *        frame4
 * ------------------------------------------------- */
.frame4 {
  background: #fff; }
  .frame4.is-type1 {
    border-top: 1px solid #dcdcdc;
    background: #e6e6e6; }

.frame4__inner {
  max-width: 1200px;
  min-width: 980px;
  margin: auto;
  padding: 60px 0 100px; }
  .frame4__inner.-type1 {
    max-width: 1340px; }
  @media screen and (max-width: 767px) {
    .frame4__inner {
      max-width: initial;
      min-width: 0;
      padding: 20px 10px 50px; }
      .frame4__inner.-type1 {
        max-width: initial; } }

/* ------------------------------------------------- *
 *        frame5
 * ------------------------------------------------- */
.frame5__inner {
  overflow: hidden;
  width: 950px;
  margin: auto;
  padding: 70px 0 60px; }
  @media screen and (max-width: 767px) {
    .frame5__inner {
      width: auto;
      padding: 30px 10px 50px; } }

/* ------------------------------------------------- *
 *        frame6
 * ------------------------------------------------- */
.frame6 {
  display: table;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .frame6 {
      display: block; } }

.frame6__unit {
  display: table-cell;
  width: 50%;
  padding: 80px 0 100px;
  vertical-align: top; }
  .frame6__unit.-type1 {
    background: #FFF; }
  .frame6__unit.-type2 {
    background: #dcdcdc; }
  @media screen and (max-width: 767px) {
    .frame6__unit {
      display: block;
      width: auto;
      padding: 20px 10px 30px; } }

.frame6__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 600px; }
  .frame6__unit.-type1 .frame6__inner {
    float: right;
    padding-right: 20px; }
  .frame6__unit.-type2 .frame6__inner {
    float: left;
    padding-left: 20px; }
  @media screen and (max-width: 767px) {
    .frame6__inner {
      width: auto; }
      .frame6__unit.-type1 .frame6__inner, .frame6__unit.-type2 .frame6__inner {
        float: none;
        padding-right: 0;
        padding-left: 0; } }

/* ------------------------------------------------- *
 *        inFrame1
 * ------------------------------------------------- */
.inFrame1 {
  position: relative;
  margin: 20px 0 0;
  padding: 29px 29px 69px;
  border: 1px solid #fe0000;
  background: #f4f4f4; }
  .inFrame1.-type1 {
    margin-top: 50px;
    padding-bottom: 29px; }
  .inFrame1.-type1.-blue {
    border-color: #3156a5;
  }
  @media screen and (max-width: 767px) {
    .inFrame1 {
      padding: 19px; }
      .inFrame1.-type1 {
        margin-top: 20px; } }
  .inFrame1.js-effect {
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px); }
    .inFrame1.js-effect.-active {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }

.inFrame1__button {
  position: absolute;
  left: 29px;
  bottom: 29px; }
  @media screen and (max-width: 767px) {
    .inFrame1__button {
      position: static; } }

/* ------------------------------------------------- *
 *        inFrame2
 * ------------------------------------------------- */
.inFrame2 {
  position: relative;
  margin-top: 20px;
  border: 1px solid #fe0000;
  background: #f4f4f4;
}
.ifa2019.booth .grid1.-col2 .grid1__unit {
  margin-top: 40px;
}
.ifa2019.booth #photo .grid1.-col2 .grid1__unit {
  margin-top: 0;
}
.ifa2019.booth .grid1.-col2 .title3 {
  text-align: left;
}
.ifa2019.booth .inFrame2 .title3 {
  margin-top: 0;
  padding: 18px 19px 15px;
  background-color: #e6e6e6;
}
.ifa2019.booth .inFrame2 .list3 {
  margin: 20px 19px;
}
.ifa2019.booth .inFrame2 .list3 ul {
  margin: 10px 0;
}

/* ================================================== *
 *
 *    GRID
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        grid1
 * ------------------------------------------------- */
.grid1:before, .grid1:after {
  content: " ";
  display: table; }

.grid1:after {
  clear: both; }

.grid1 .grid1__unit {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.grid1.-border {
  margin-top: 30px !important;
  border-top: 1px solid #dcdcdc; }

.grid1.-gutter20 {
  margin-right: -10px;
  margin-left: -10px; }
  .grid1.-gutter20 > .grid1__unit {
    padding-right: 10px;
    padding-left: 10px; }

.grid1.-gutter30 {
  margin-right: -15px;
  margin-left: -15px; }
  .grid1.-gutter30 > .grid1__unit {
    padding-right: 15px;
    padding-left: 15px; }

.grid1.-gutter40 {
  margin-right: -20px;
  margin-left: -20px; }
  .grid1.-gutter40 > .grid1__unit {
    padding-right: 20px;
    padding-left: 20px; }

.grid1.-col1 {
  float: none; }

.grid1.-col2 .grid1__unit {
  width: 50%; }
  .grid1.-col2 .grid1__unit:nth-child(2n+1) {
    clear: both; }

@media screen and (max-width: 767px) {
  .grid1.-col2.-gutter20 {
    margin-right: -3px;
    margin-left: -3px; }
    .grid1.-col2.-gutter20 > .grid1__unit {
      padding-right: 3px;
      padding-left: 3px; } }

.grid1.-col2.-type1 {
  display: table;
  width: 100%;
  margin-top: 60px; }
  .grid1.-col2.-type1:first-child {
    margin-top: 0; }
  .grid1.-col2.-type1 .grid1__unit {
    float: none;
    display: table-cell;
    width: 50%;
    vertical-align: middle; }
    .grid1.-col2.-type1 .grid1__unit:first-child {
      padding-right: 20px; }
    .grid1.-col2.-type1 .grid1__unit:last-child {
      padding-left: 20px; }
  @media screen and (max-width: 767px) {
    .grid1.-col2.-type1 {
      display: block;
      margin-top: 50px; }
      .grid1.-col2.-type1 .grid1__unit {
        display: block;
        width: 100%; }
        .grid1.-col2.-type1 .grid1__unit:first-child {
          padding-right: 0; }
        .grid1.-col2.-type1 .grid1__unit:last-child {
          margin-top: 20px;
          padding-left: 0; } }

@media screen and (max-width: 767px) {
  .grid1.-col1sp {
    margin-right: 0;
    margin-left: 0; }
    .grid1.-col1sp > .grid1__unit {
      float: none;
      width: 100%;
      padding-right: 0;
      padding-left: 0; }
  .grid1.-mt20sp > .grid1__unit {
    margin-top: 20px; }
    .grid1.-mt20sp > .grid1__unit:first-child {
      margin-top: 0; } }

.grid1__unit.js-effect {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px); }
  .grid1__unit.js-effect.-active {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* ================================================== *
 *
 *    BLOCK
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        news1
 * ------------------------------------------------- */
.news1 {
  float: left;
  width: 460px;
  margin: 20px 0 0; }
  .news1 li {
    overflow: hidden;
    font-size: 14px;
    margin-top: 10px; }
    .news1 li:first-child {
      margin-top: 0; }
    .news1 li .-date {
      display: block;
      float: left;
      width: 120px; }
    .news1 li .-text {
      display: block;
      margin-left: 130px; }
      .news1 li .-text a {
        color: #002cb2;
        text-decoration: none; }
  @media screen and (max-width: 767px) {
    .news1 {
      float: none;
      margin-top: 0;
      width: 100%; }
      .news1 li {
        font-size: 12px; }
        .news1 li .-date {
          float: none;
          width: auto; }
        .news1 li .-text {
          display: block;
          margin-left: 0; } }
  .news1.js-effect li {
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px); }
  .news1.js-effect.-active li {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* ------------------------------------------------- *
 *        news2
 * ------------------------------------------------- */
.news2 {
  margin: 50px 30px 0 0; }
  .news2 li {
    font-size: 14px;
    margin-top: 20px; }
    .news2 li:first-child {
      margin-top: 0; }
    .news2 li .-date {
      display: block;
      font-weight: bold; }
    .news2 li .-text {
      display: block;
      margin: 5px 0 0; }
      .news2 li .-text a {
        color: #002cb2;
        text-decoration: none; }
  @media screen and (max-width: 767px) {
    .news2 {
      float: none;
      margin-top: 0;
      width: 100%; }
      .news2 li {
        font-size: 12px; }
        .news2 li .-date {
          float: none;
          width: auto; }
        .news2 li .-text {
          display: block;
          margin-left: 0; } }
  .news2.js-effect li {
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px); }
  .news2.js-effect.-active li {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* ------------------------------------------------- *
 *        banner1
 * ------------------------------------------------- */
.banner1 {
  float: right;
  width: 460px; }
  @media screen and (max-width: 767px) {
    .banner1 {
      float: none;
      width: 100%;
      margin-top: 20px; } }
  .banner1.js-effect {
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px); }
    .banner1.js-effect.-active {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }

/* ------------------------------------------------- *
 *        banner2
 * ------------------------------------------------- */
.banner2 {
  margin: 20px 0 0; }
.banner2.-type2 li {
  text-align: center;
}
  @media screen and (max-width: 767px) {
    .banner2 {
      margin: 20px 35px 0; } }
  @media screen and (max-width: 767px) {
    .banner2.-type2 {
      margin: 0; }
    .banner2.-type2 li img {
      width: 100%; } }

/* ------------------------------------------------- *
 *        banner3
 * ------------------------------------------------- */
.banner3 {
  overflow: hidden;
  margin: 20px -10px 0 50px; }
  .banner3 li {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding: 20px 10px 0; }
    .banner3 li.-type1, .banner3 li.-type2 {
      float: none;
      width: 100%; }
    .banner3 li:first-child {
      padding-top: 0; }
    .banner3 li img {
      width: 100%;
      height: auto; }
    .banner3 li.-type2 {
      text-align: right; }
      .banner3 li.-type2 img {
        width: auto; }
  @media screen and (max-width: 767px) {
    .banner3 {
      margin: 0 -5px -10px; }
      .banner3.-type1 {
        margin-bottom: 0; }
      .banner3 li {
        padding: 10px 5px 0; }
        .banner3 li.-type1, .banner3 li.-type2 {
          float: none;
          width: 100%; }
        .banner3 li:first-child {
          padding-top: 0; }
        .banner3 li img {
          width: 100%;
          height: auto; }
        .banner3 li.-type2 {
          text-align: center; }
          .banner3 li.-type2 img {
            width: 100%; } }
  .banner3.js-effect li {
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px); }
  .banner3.js-effect.-active li {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* ------------------------------------------------- *
 *        map1
 * ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .map1 {
    margin-top: 30px; }
    .map1 iframe {
      width: 100%;
      height: 600px; } }

@media screen and (max-width: 767px) {
  .map1 {
    margin-top: 20px; }
    .map1 iframe {
      width: 100%;
      height: 300px; } }

/* ------------------------------------------------- *
 *        brand index
 * ------------------------------------------------- */
.brand.index .l-footer {
  margin-top: 0; }

/* ------------------------------------------------- *
 *        brand__indexUnit
 * ------------------------------------------------- */
.brand__indexUnit {
  width: 100%;
  background: #fff; }
  .brand__indexUnit.-type1 {
    background: #000;
    color: #fff; }

.brand__indexUnit__head {
  position: relative;
  width: 100%;
  height: 540px; }
  .brand__indexUnit__head.-beoriginal {
    background: url(/brand/asset/img/img_brand_index_01.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .brand__indexUnit__head.-vision {
    background: url(/brand/asset/img/img_brand_index_02.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .brand__indexUnit__head.-globalevent {
    background: url(/brand/asset/img/img_brand_index_03.jpg) no-repeat 50% 50%;
    background-size: cover; }
  @media screen and (max-width: 767px) {
    .brand__indexUnit__head {
      height: auto;
      padding-top: 56.25%; }
      .brand__indexUnit__head.-beoriginal {
        background: url(/brand/asset/img/img_brand_index_01_sp.jpg) no-repeat 50% 50%;
        background-size: cover; }
      .brand__indexUnit__head.-vision {
        background: url(/brand/asset/img/img_brand_index_02_sp.jpg) no-repeat 50% 50%;
        background-size: cover; }
      .brand__indexUnit__head.-globalevent {
        background: url(/brand/asset/img/img_brand_index_03_sp.jpg) no-repeat 50% 50%;
        background-size: cover; } }
  .js-effect .brand__indexUnit__head {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0; }
  .js-effect.-active .brand__indexUnit__head {
    opacity: 1; }

.brand__indexUnit__title {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .brand__indexUnit__title .-label {
    position: relative;
    display: block;
    padding: 0 0 25px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
    text-shadow: 2px 2px 1px #000000; }
    .brand__indexUnit__title .-label:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      display: block;
      width: 50px;
      height: 5px;
      margin-left: -25px;
      background: #fff;
      -webkit-box-shadow: 1px 1px 1px #000000;
              box-shadow: 1px 1px 1px #000000; }
  .brand__indexUnit__title .-subLabel {
    display: inline-block;
    margin: 15px 0 0;
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 1px #000000; }
  @media screen and (max-width: 767px) {
    .brand__indexUnit__title.-beoriginal {
      width: 220px;
      height: auto; }
    .brand__indexUnit__title .-label {
      font-size: 40px;
      padding-bottom: 16px; }
      .brand__indexUnit__title .-label:after {
        width: 25px;
        height: 2.5px;
        margin-left: -12.5px; }
    .brand__indexUnit__title .-subLabel {
      margin-top: 7px;
      font-size: 10px; } }
  .js-effect .brand__indexUnit__title {
    -webkit-transition: opacity 0.5s ease 0.2s;
    transition: opacity 0.5s ease 0.2s;
    opacity: 0; }
  .js-effect.-active .brand__indexUnit__title {
    opacity: 1; }

.brand__indexUnit__body {
  padding: 45px 0 100px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .brand__indexUnit__body {
      padding: 20px 10px 50px; } }

.brand__indexUnit__text {
  font-size: 16px;
  line-height: 2;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .brand__indexUnit__text {
      font-size: 14px; } }
  .js-effect .brand__indexUnit__text {
    -webkit-transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
    transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
    transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
    transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px); }
  .js-effect.-active .brand__indexUnit__text {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.brand__indexUnit__btn {
  margin: 30px 0 0; }
  .js-effect .brand__indexUnit__btn {
    -webkit-transition: opacity 0.5s ease 0.6s;
    transition: opacity 0.5s ease 0.6s;
    opacity: 0; }
  .js-effect.-active .brand__indexUnit__btn {
    opacity: 1; }

/* ------------------------------------------------- *
 *        beoriginal index
 * ------------------------------------------------- */
.beoriginal.index:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  min-width: 980px;
  height: 100vh;
  background: url(/brand/asset/img/bg_beoriginal_index_01.png) no-repeat 50% 50%;
  background-size: 100% auto; }

@media screen and (max-width: 767px) {
  .beoriginal.index:before {
    display: none; } }

/* ------------------------------------------------- *
 *        beoriginal__mv
 * ------------------------------------------------- */
.beoriginal__mv {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000; }
  .beoriginal__mv:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    padding-top: 56.25%;
    background: rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 767px) {
    .beoriginal__mv {
      padding: 0;
      background: none;
      border-bottom: 1px solid #dcdcdc; }
      .beoriginal__mv:before {
        display: none; } }

.beoriginal__mv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media screen and (max-width: 767px) {
    .beoriginal__mv__inner {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  .js-effect .beoriginal__mv__inner {
    -webkit-transition: opacity 0.5s ease 0.3s;
    transition: opacity 0.5s ease 0.3s;
    opacity: 0; }
  .js-effect.-active .beoriginal__mv__inner {
    opacity: 1; }

@media screen and (max-width: 767px) {
  .beoriginal__mv__set {
    padding: 21.8% 0;
    background: url(/brand/asset/img/bg_beoriginal_index_01_sp.jpg) no-repeat 50% 50%;
    background-size: cover; } }

@media screen and (max-width: 767px) {
  .beoriginal__mv__title {
    width: 221px;
    margin: 0 auto; } }

.beoriginal__mv__text {
  margin: 30px 0 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  text-shadow: 2px 2px 1px #000000;
  white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .beoriginal__mv__text {
      margin: 20px 10px 50px;
      color: #000;
      font-size: 14px;
      line-height: 1.7;
      font-weight: 350;
      text-shadow: none;
      white-space: normal; } }

.beoriginal__mv__btn {
  margin: 40px 0 0;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  line-height: 42px;
  font-weight: 700; }
  .beoriginal__mv__btn a {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: 240px;
    border: 2px solid #fff;
    border-radius: 23px;
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 2px 1px #000000; }
    .beoriginal__mv__btn a:after {
      content: '';
      display: block;
      width: 7px;
      height: 7px;
      border-top: #fff 2px solid;
      border-left: #fff 2px solid;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg);
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -4px; }
  @media screen and (min-width: 768px) {
    .beoriginal__mv__btn a:hover {
      color: #e6000d;
      background: #fff;
      border-color: #e6000d;
      text-shadow: none; }
      .beoriginal__mv__btn a:hover:after {
        border-top-color: #e6000d;
        border-left-color: #e6000d; } }
  @media screen and (max-width: 767px) {
    .beoriginal__mv__btn {
      margin-top: 30px;
      font-size: 16px;
      line-height: 38px; }
      .beoriginal__mv__btn a {
        width: 180px;
        border-width: 1px;
        text-shadow: 1px 1px 1px #000000; }
        .beoriginal__mv__btn a:after {
          width: 5px;
          height: 5px;
          border-top: #fff 1px solid;
          border-left: #fff 1px solid; } }

.beoriginal__mv__video {
  position: absolute;
  top: 0;
  -webkit-transform: scale(1.015);
      -ms-transform: scale(1.015);
          transform: scale(1.015); }
  .beoriginal__mv__video video {
    width: 100%;
    height: auto; }
  .beoriginal__mv.-blur .beoriginal__mv__video {
    -webkit-filter: blur(4px);
            filter: blur(4px); }
  @media screen and (max-width: 767px) {
    .beoriginal__mv__video {
      display: none; } }
  .js-effect .beoriginal__mv__video {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0; }
  .js-effect.-active .beoriginal__mv__video {
    opacity: 1; }

/* ------------------------------------------------- *
 *        beoriginal__product
 * ------------------------------------------------- */
.beoriginal__productTitle {
  font-size: 30px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .beoriginal__productTitle {
      font-size: 20px;
      text-align: left; } }

.beoriginal__productList {
  overflow: hidden;
  margin: 0 -50px; }
  .beoriginal__productList li {
    float: left;
    width: 250px;
    margin-top: 40px;
    padding: 0 50px;
    text-align: center; }
    .beoriginal__productList li:nth-child(3n+1) {
      clear: both; }
    .beoriginal__productList li .-img {
      position: relative;
      display: block;
      width: 250px;
      height: 200px;
      margin: 40px auto 0;
      position: relative; }
      .beoriginal__productList li .-img img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        width: 80%;
        margin: auto; }
    .beoriginal__productList li .-name {
      display: block;
      font-size: 18px;
      font-weight: 700;
      margin-top: 25px;
      position: relative; }
    .beoriginal__productList li .-info {
      display: block;
      margin: 20px 0 0;
      font-size: 14px;
      line-height: 1.5;
      text-align: left; }
    .beoriginal__productList li.-sharppen {
      float: none;
      width: 450px;
      margin-top: 80px;
      margin-right: auto;
      margin-left: auto; }
    .beoriginal__productList li.-half__left {
      padding-left: 163px;
      padding-right: 112px; }
    .beoriginal__productList li.-half__right {
      padding-left: 112px;
      padding-right: 163px; }
  @media screen and (max-width: 767px) {
    .beoriginal__productList {
      margin-right: 0;
      margin-left: 0; }
      .beoriginal__productList li {
        float: none;
        width: 100%;
        margin-top: 100px;
        padding: 0; }
        .beoriginal__productList li .-img {
          width: auto;
          height: auto;
          margin-top: 20px;
          padding-top: 56%;
          position: relative; }
          .beoriginal__productList li .-img img {
            width: 60%; }
        .beoriginal__productList li.-half__left, .beoriginal__productList li.-half__right {
          padding-left: 0;
          padding-right: 0; }
        .beoriginal__productList li.-sharppen {
          width: 100%;
          margin-top: 100px; } }
  .beoriginal__productList li.js-effect .-img {
    -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
    transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px); }
  .beoriginal__productList li.js-effect .-name {
    -webkit-transition: opacity 0.5s ease-out 0.2s, -webkit-transform 0.5s ease-out 0.2s;
    transition: opacity 0.5s ease-out 0.2s, -webkit-transform 0.5s ease-out 0.2s;
    transition: transform 0.5s ease-out 0.2s, opacity 0.5s ease-out 0.2s;
    transition: transform 0.5s ease-out 0.2s, opacity 0.5s ease-out 0.2s, -webkit-transform 0.5s ease-out 0.2s;
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px); }
  .beoriginal__productList li.js-effect .-info {
    -webkit-transition: opacity 0.5s ease-out 0.4s, -webkit-transform 0.5s ease-out 0.4s;
    transition: opacity 0.5s ease-out 0.4s, -webkit-transform 0.5s ease-out 0.4s;
    transition: transform 0.5s ease-out 0.4s, opacity 0.5s ease-out 0.4s;
    transition: transform 0.5s ease-out 0.4s, opacity 0.5s ease-out 0.4s, -webkit-transform 0.5s ease-out 0.4s;
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px); }
  .beoriginal__productList li.js-effect.-active .-img {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .beoriginal__productList li.js-effect.-active .-name {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .beoriginal__productList li.js-effect.-active .-info {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* ------------------------------------------------- *
 *        vision index
 * ------------------------------------------------- */
.vision.index .l-footer {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .vision.index:before {
    display: none; } }

/* ------------------------------------------------- *
 *        8k index
 * ------------------------------------------------- */
.globalevent.interbee2017.k8 .l-footer, .globalevent.nab2018.k8 .l-footer, .globalevent.ifa2018.k8 .l-footer, .globalevent.ifa2019.k8 .l-footer, .globalevent.ces2019.k8 .l-footer {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .globalevent.interbee2017.k8:before, .globalevent.nab2018.k8:before, .globalevent.ifa2018.k8:before, .globalevent.ifa2019.k8:before, .globalevent.ces2019.k8:before {
    display: none; } }

/* ------------------------------------------------- *
 *        vision__mv
 *        k8__mv
 * ------------------------------------------------- */
.js-effect.k8__mv {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0; }

.js-effect.-active.k8__mv {
  opacity: 1; }

.vision__mv {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000; }
  .vision__mv:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    padding-top: 56.25%;
    background: rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 767px) {
    .vision__mv {
      padding: 0;
      background: none;
      border-bottom: 1px solid #dcdcdc; }
      .vision__mv:before {
        display: none; } }

.k8__mv__head {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .ifa2019 .k8__mv__head {
    background-color: #191919; }
  .k8__mv__head:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    padding-top: 56.25%;
    background: rgba(0, 0, 0, 0.4); }
    .ifa2019 .k8__mv__head:before {
      background: none; }
  @media screen and (max-width: 767px) {
    .k8__mv__head {
      padding: 0;
      background: url(/brand/asset/img/bg_interbee2017_8k_01.jpg) no-repeat 50% 50%;
      background-size: cover; }
    .ifa2019 .k8__mv__head {
      background: none #191919; }
      .k8__mv__head:before {
        display: none; } }

.vision__mv__inner,
.k8__mv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media screen and (max-width: 767px) {
    .vision__mv__inner,
    .k8__mv__inner {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  .js-effect .vision__mv__inner, .js-effect .k8__mv__inner {
    -webkit-transition: opacity 0.5s ease 0.3s;
    transition: opacity 0.5s ease 0.3s;
    opacity: 0; }
  .js-effect.-active .vision__mv__inner, .js-effect.-active .k8__mv__inner {
    opacity: 1; }

@media screen and (max-width: 767px) {
  .vision__mv__set {
    position: relative;
    padding-top: 78%;
    background: url(/brand/asset/img/bg_vision_index_01_sp.jpg) no-repeat 50% 50%;
    background-size: cover; } }

@media screen and (max-width: 767px) {
  .k8__mv__set {
    position: relative;
    padding-top: 100%; } }

@media screen and (max-width: 767px) {
  .vision__mv__setInner,
  .k8__mv__setInner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .ifa2019 .k8__mv__setInner {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); } }

.vision__mv__title,
.k8__mv__title {
  position: relative;
  padding: 0 0 28px;
  color: #fff;
  text-shadow: 2px 2px 1px #000000; }
  .vision__mv__title:after,
  .k8__mv__title:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 5px;
    margin: auto;
    background: #fff;
    -webkit-box-shadow: 2px 2px 1px #000000;
            box-shadow: 2px 2px 1px #000000; }
    .ifa2019 .k8__mv__title:after {
      display: none; }
  @media screen and (max-width: 767px) {
    .vision__mv__title,
    .k8__mv__title {
      padding-bottom: 20px;
      font-size: 40px; } }

.vision__mv__title {
  font-size: 60px;
  line-height: 1.4;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .vision__mv__title {
      font-size: 30px;
      white-space: nowrap; } }

.k8__mv__title {
  font-size: 70px;
  line-height: 1;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .k8__mv__title {
      padding-top: 70px;
      font-size: 40px; } }

.vision__mv__lead,
.k8__mv__lead {
  margin: 20px 0 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-shadow: 2px 2px 1px #000000; }
  @media screen and (max-width: 767px) {
    .vision__mv__lead,
    .k8__mv__lead {
      font-size: 18px;
      white-space: nowrap; } }

@media screen and (max-width: 767px) {
  .k8__mv__lead {
    font-size: 16px; } }

.vision__mv__text {
  margin: 30px 0 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  font-family: 'EB Garamond', serif;
  text-shadow: 2px 2px 1px #000000;
  white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .vision__mv__text {
      display: none;
      margin: 20px 10px 50px;
      color: #000;
      font-size: 14px;
      line-height: 1.7;
      font-weight: 700;
      text-shadow: none;
      white-space: normal; } }

.vision__mv__btn,
.k8__mv__btn {
  margin: 40px 0 0;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  line-height: 42px;
  font-weight: 700; }
  .vision__mv__btn a,
  .k8__mv__btn a {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: 240px;
    border: 2px solid #fff;
    border-radius: 23px;
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 2px 1px #000000; }
    .ifa2019 .k8__mv__btn a {
      border: 2px solid #e90000;
      background-color: #e90000; }
    .vision__mv__btn a:after,
    .k8__mv__btn a:after {
      content: '';
      display: block;
      width: 7px;
      height: 7px;
      border-top: #fff 2px solid;
      border-left: #fff 2px solid;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg);
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -4px; }
  @media screen and (min-width: 768px) {
    .vision__mv__btn a:hover,
    .k8__mv__btn a:hover {
      color: #e6000d;
      background: #fff;
      border-color: #e6000d;
      text-shadow: none; }
      .vision__mv__btn a:hover:after,
      .k8__mv__btn a:hover:after {
        border-top-color: #e6000d;
        border-left-color: #e6000d; } }
  @media screen and (max-width: 767px) {
    .vision__mv__btn,
    .k8__mv__btn {
      margin-top: 20px;
      font-size: 16px;
      line-height: 38px; }
      .vision__mv__btn a,
      .k8__mv__btn a {
        width: 180px;
        border-width: 1px;
        text-shadow: 1px 1px 1px #000000; }
        .vision__mv__btn a:after,
        .k8__mv__btn a:after {
          width: 5px;
          height: 5px;
          border-top: #fff 1px solid;
          border-left: #fff 1px solid; } }

.vision__mv__video,
.k8__mv__video {
  position: absolute;
  top: 0; }
  .vision__mv__video video,
  .vision__mv__video img,
  .k8__mv__video video,
  .k8__mv__video img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .vision__mv__video,
    .k8__mv__video {
      display: none; } }

.vision__mv__image,
.k8__mv__image {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 56.25%; }
  .vision__mv__image video,
  .vision__mv__image img,
  .k8__mv__image video,
  .k8__mv__image img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .vision__mv__image,
    .k8__mv__image {
      display: none; } }

.k8__mv__body {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 950px;
  margin: 0 auto 0;
  background: #fff;
  padding: 80px 50px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .k8__mv__body {
      width: auto;
      margin-top: 0;
      padding: 20px 20px 40px; } }

.k8__mv__text {
  font-size: 18px;
  line-height: 2; }
  @media screen and (max-width: 767px) {
    .k8__mv__text {
      font-size: 12px; } }

.ces2019 .k8__mv {
  position: relative; }

.ces2019 .k8__mv__head {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 46.25%; }
  .ces2019 .k8__mv__head:before {
    display: none; }

.ces2019 .k8__mv__title {
  padding-bottom: 0;
  color: #000;
  font-size: 20px;
  line-height: 1.1;
  text-shadow: none; }
  .ces2019 .k8__mv__title:after {
    display: none; }

.ces2019 .k8__mv__image {
  padding-top: 46.25%; }

@media screen and (min-width: 768px) {
  .ces2019 .k8__mv__inner {
    padding-top: 120px; } }

@media screen and (max-width: 767px) {
  .ces2019 .k8__mv__head {
    background: url(/brand/asset/img/bg_ces2019_k8_01.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .ces2019 .k8__mv__title {
    padding-top: 10px; } }

/* ------------------------------------------------- *
 *        vision__indexUnit
 *        k8__indexUnit
 * ------------------------------------------------- */
.vision__indexUnit,
.k8__indexUnit {
  width: 100%;
  background: #fff; }
  .vision__indexUnit.-type1,
  .k8__indexUnit.-type1 {
    background: #000;
    color: #fff; }

.vision__indexUnit__head,
.k8__indexUnit__head {
  position: relative;
  width: 100%; }
  .js-effect .vision__indexUnit__head, .js-effect .k8__indexUnit__head {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0; }
  .js-effect.-active .vision__indexUnit__head, .js-effect.-active .k8__indexUnit__head {
    opacity: 1; }

.vision__indexUnit__head {
  height: 700px; }
  @media screen and (max-width: 767px) {
    .vision__indexUnit__head {
      height: auto;
      padding-top: 60%; } }
  .vision__indexUnit__head.-type1 {
    background: url(/brand/asset/img/img_vision_index_01.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .vision__indexUnit__head.-type2 {
    background: url(/brand/asset/img/img_vision_index_02.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .vision__indexUnit__head.-type3 {
    background: url(/brand/asset/img/img_vision_index_03.jpg) no-repeat 50% 50%;
    background-size: cover; }

.k8__indexUnit__head {
  height: 540px; }
.ifa2019 .k8__indexUnit__head {
  height: 650px; }
  @media screen and (max-width: 767px) {
    .k8__indexUnit__head {
      height: auto;
      padding-top: 50%; }
    .ifa2019 .k8__indexUnit__head {
      height: auto;
      padding-top: 40%; } }
  .k8__indexUnit__head.-type1 {
    background: url(/brand/asset/img/img_interbee2017_8k_01.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .k8__indexUnit__head.-type2 {
    background: url(/brand/asset/img/img_interbee2017_8k_02.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .k8__indexUnit__head.-type3 {
    background: url(/brand/asset/img/img_interbee2017_8k_03.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .k8__indexUnit__head.-type4 {
    background: url(/brand/asset/img/img_interbee2017_8k_04.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .k8__indexUnit__head.-type5 {
    height: 700px;
    background: url(/brand/asset/img/img_interbee2017_8k_05.jpg) no-repeat 50% 50%;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .k8__indexUnit__head.-type5 {
        height: auto;
        padding-top: 80%; } }
  .k8__indexUnit__head.-type6 {
    background: url(/brand/asset/img/img_nab2018_8k_01.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .k8__indexUnit__head.-type7 {
    background: url(/brand/asset/img/img_nab2018_8k_02.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .k8__indexUnit__head.-type8 {
    background: url(/brand/asset/img/img_nab2018_8k_03.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .k8__indexUnit__head.-type9 {
    background: url(/brand/asset/img/img_nab2018_8k_04.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .k8__indexUnit__head.-type10 {
    background: url(/brand/asset/img/img_ces2019_8k_01.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .k8__indexUnit__head.-type11 {
    background: url(/brand/asset/img/img_ces2019_8k_02.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .k8__indexUnit__head.-type12 {
    background: url(/brand/asset/img/img_ces2019_8k_03.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .k8__indexUnit__head.-type13 {
    background: url(/brand/asset/img/img_ifa2019_8k_01.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .k8__indexUnit__head.-type14 {
    background: url(/brand/asset/img/img_ifa2019_8k_02.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .k8__indexUnit__head.-type15 {
    background: url(/brand/asset/img/img_ifa2019_8k_03.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .k8__indexUnit__head.-type16 {
    background: url(/brand/asset/img/img_ifa2019_8k_04.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .k8__indexUnit__head.-type17 {
    background: url(/brand/asset/img/img_ifa2019_8k_05.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .k8__indexUnit__head.-type18 {
    background: url(/brand/asset/img/img_ifa2019_8k_06.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .k8__indexUnit__head.-type19 {
    background: url(/brand/asset/img/img_ifa2019_8k_07.jpg) no-repeat 50% 50%;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .k8__indexUnit__head.-type13 {
        background: url(/brand/asset/img/img_ifa2019_8k_01_sp.jpg) no-repeat 50% 50%;
        background-size: cover; }
      .k8__indexUnit__head.-type14 {
        background: url(/brand/asset/img/img_ifa2019_8k_02_sp.jpg) no-repeat 50% 50%;
        background-size: cover; }
      .k8__indexUnit__head.-type15 {
        background: url(/brand/asset/img/img_ifa2019_8k_03_sp.jpg) no-repeat 50% 50%;
        background-size: cover; }
      .k8__indexUnit__head.-type16 {
        background: url(/brand/asset/img/img_ifa2019_8k_04_sp.jpg) no-repeat 50% 50%;
        background-size: cover; }
      .k8__indexUnit__head.-type17 {
        background: url(/brand/asset/img/img_ifa2019_8k_05_sp.jpg) no-repeat 50% 50%;
        background-size: cover; }
      .k8__indexUnit__head.-type18 {
        background: url(/brand/asset/img/img_ifa2019_8k_06_sp.jpg) no-repeat 50% 50%;
        background-size: cover; }
      .k8__indexUnit__head.-type19 {
        background: url(/brand/asset/img/img_ifa2019_8k_07_sp.jpg) no-repeat 50% 50%;
        background-size: cover; } }

.vision__indexUnit__headInner,
.k8__indexUnit__headInner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.vision__indexUnit__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-shadow: 1px 1px 1px #000000; }
  @media screen and (max-width: 767px) {
    .vision__indexUnit__title {
      font-size: 18px; } }

.k8__indexUnit__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 50px;
  line-height: 1;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
  white-space: nowrap;
  text-shadow: 1px 1px 1px #000000; }
  @media screen and (max-width: 767px) {
    .k8__indexUnit__title {
      font-size: 24px; } }

.vision__indexUnit__lead,
.k8__indexUnit__lead {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1.66;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000000;
  white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .vision__indexUnit__lead,
    .k8__indexUnit__lead {
      font-size: 16px; } }
  .vision__indexUnit__lead.-type1,
  .k8__indexUnit__lead.-type1 {
    font-size: 18px;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .vision__indexUnit__lead.-type1,
      .k8__indexUnit__lead.-type1 {
        font-size: 12px; } }

@media screen and (max-width: 767px) {
  .k8__indexUnit__lead.-type1 {
    line-height: 1.5; } }

.vision__indexUnit__body {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 950px;
  margin: -60px auto 0;
  background: #fff;
  padding: 100px 50px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .vision__indexUnit__body {
      width: auto;
      margin-top: 0;
      padding: 20px 20px 40px; } }

.k8__indexUnit__body {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 950px;
  margin: 0 auto;
  background: #fff;
  padding: 80px 50px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .k8__indexUnit__body {
      width: auto;
      margin-top: 0;
      padding: 20px 20px 40px; } }

.vision__indexUnit__text,
.k8__indexUnit__text {
  font-size: 18px;
  line-height: 2; }
  @media screen and (max-width: 767px) {
    .vision__indexUnit__text,
    .k8__indexUnit__text {
      font-size: 12px; } }

.vision__indexUnit__btn,
.k8__indexUnit__btn {
  margin: 40px 0 0;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  line-height: 42px;
  font-weight: 700; }
  .vision__indexUnit__btn a,
  .k8__indexUnit__btn a {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: 240px;
    border: 2px solid #fff;
    border-radius: 23px;
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 2px 1px #000000; }
    .vision__indexUnit__btn a:after,
    .k8__indexUnit__btn a:after {
      content: '';
      display: block;
      width: 7px;
      height: 7px;
      border-top: #fff 2px solid;
      border-left: #fff 2px solid;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg);
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -4px; }
  @media screen and (min-width: 768px) {
    .vision__indexUnit__btn a:hover,
    .k8__indexUnit__btn a:hover {
      color: #e6000d;
      background: #fff;
      border-color: #e6000d;
      text-shadow: none; }
      .vision__indexUnit__btn a:hover:after,
      .k8__indexUnit__btn a:hover:after {
        border-top-color: #e6000d;
        border-left-color: #e6000d; } }
  @media screen and (max-width: 767px) {
    .vision__indexUnit__btn,
    .k8__indexUnit__btn {
      margin-top: 20px;
      font-size: 16px;
      line-height: 38px; }
      .vision__indexUnit__btn a,
      .k8__indexUnit__btn a {
        width: 180px;
        border-width: 1px;
        text-shadow: 1px 1px 1px #000000; }
        .vision__indexUnit__btn a:after,
        .k8__indexUnit__btn a:after {
          width: 5px;
          height: 5px;
          border-top: #fff 1px solid;
          border-left: #fff 1px solid; } }

/* ------------------------------------------------- *
 *        vision__indexUnit2
 * ------------------------------------------------- */
.vision__indexUnit2__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000; }

.vision__indexUnit2 {
  width: 50%;
  background: #fff; }
  .vision__indexUnit2__set.js-effect .vision__indexUnit2 {
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 0;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9); }
  .vision__indexUnit2__set.js-effect.-active .vision__indexUnit2 {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

.vision__indexUnit2__inner {
  position: relative;
  display: block; }
  .vision__indexUnit2__inner:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 65%; }
  .vision__indexUnit2__inner.-type1 {
    background: url("/brand/asset/img/bg_vision_index_02.jpg") no-repeat 50% 50%;
    background-size: cover; }
  .vision__indexUnit2__inner.-type2 {
    background: url("/brand/asset/img/bg_vision_index_03.jpg") no-repeat 50% 50%;
    background-size: cover; }
  @media screen and (max-width: 767px) {
    .vision__indexUnit2__inner:before {
      content: "";
      display: block;
      width: 100%;
      padding-top: 81.25%; } }
  @media screen and (min-width: 768px) {
    .vision__indexUnit2__inner {
      -webkit-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear; }
      .vision__indexUnit2__inner:hover {
        opacity: 0.5; } }

.vision__indexUnit2__title {
  position: absolute;
  top: 11.25%;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%); }
  .vision__indexUnit2__title img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .vision__indexUnit2__title img:nth-child(2) {
      margin-top: 6.25%; }
  .vision__indexUnit2__inner.-type1 .vision__indexUnit2__title {
    width: 39.625%; }
  .vision__indexUnit2__inner.-type2 .vision__indexUnit2__title {
    width: 43.75%; }
    .vision__indexUnit2__inner.-type2 .vision__indexUnit2__title img:nth-child(2) {
      width: 68.857143%;
      height: auto; }
  @media screen and (max-width: 767px) {
    .vision__indexUnit2__title {
      width: 60%;
      top: auto;
      bottom: 50%;
      -webkit-transform: translate(50%, 50%);
          -ms-transform: translate(50%, 50%);
              transform: translate(50%, 50%); }
      .vision__indexUnit2__inner.-type1 .vision__indexUnit2__title, .vision__indexUnit2__inner.-type2 .vision__indexUnit2__title {
        width: 60%; } }

.vision__indexUnit2__text {
  position: absolute;
  bottom: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.4; }
  .vision__indexUnit2__text.-type1 {
    color: #fff; }
  .vision__indexUnit2__text .-lead {
    padding: 0 20px;
    font-size: 20px;
    font-weight: 700; }
  .vision__indexUnit2__text .-text {
    margin: 2% 0 0;
    padding: 0 20px;
    font-weight: bold; }

.vision__indexUnit2__buttonSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .vision__indexUnit2__buttonSet.-type1 {
    background: #000;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666; }
  .vision__indexUnit2__buttonSet.-type2 {
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 767px) {
    .vision__indexUnit2__buttonSet {
      display: block; }
      .vision__indexUnit2__buttonSet.-type1 {
        border-top: none;
        border-bottom: 1px solid #dcdcdc; }
      .vision__indexUnit2__buttonSet.-type2 {
        border-top: none;
        border-bottom: 1px solid #dcdcdc; } }

.vision__indexUnit2__button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  border-left-width: 1px;
  border-left-style: solid; }
  .vision__indexUnit2__button:first-child {
    border-left: none; }
  .vision__indexUnit2__button a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 80px;
    font-weight: 700;
    text-decoration: none; }
  .vision__indexUnit2__buttonSet.-type1 .vision__indexUnit2__button {
    border-left-color: #666; }
    .vision__indexUnit2__buttonSet.-type1 .vision__indexUnit2__button a {
      color: #fff; }
      .vision__indexUnit2__buttonSet.-type1 .vision__indexUnit2__button a:after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-top: #fff 2px solid;
        border-left: #fff 2px solid;
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg);
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -4px; }
      .vision__indexUnit2__buttonSet.-type1 .vision__indexUnit2__button a.-movie:after {
        top: 0;
        bottom: 0;
        width: 28px;
        height: 20px;
        margin: auto;
        border-top: none;
        border-left: none;
        background: url("/brand/asset/img/icn_movie1_01.png") no-repeat 0 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      @media screen and (min-width: 768px) {
        .vision__indexUnit2__buttonSet.-type1 .vision__indexUnit2__button a:hover {
          color: #fff;
          background: #b3841a; } }
  .vision__indexUnit2__buttonSet.-type2 .vision__indexUnit2__button {
    border-left-color: #ccc; }
    .vision__indexUnit2__buttonSet.-type2 .vision__indexUnit2__button a {
      color: #000; }
      .vision__indexUnit2__buttonSet.-type2 .vision__indexUnit2__button a:after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-top: #ec017b 2px solid;
        border-left: #ec017b 2px solid;
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg);
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -4px; }
      .vision__indexUnit2__buttonSet.-type2 .vision__indexUnit2__button a.-movie:after {
        top: 0;
        bottom: 0;
        width: 28px;
        height: 20px;
        margin: auto;
        border-top: none;
        border-left: none;
        background: url("/brand/asset/img/icn_movie1_02.png") no-repeat 0 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      @media screen and (min-width: 768px) {
        .vision__indexUnit2__buttonSet.-type2 .vision__indexUnit2__button a:hover {
          color: #fff;
          background: #ec017b; }
          .vision__indexUnit2__buttonSet.-type2 .vision__indexUnit2__button a:hover:after {
            border-top-color: #fff;
            border-left-color: #fff; }
          .vision__indexUnit2__buttonSet.-type2 .vision__indexUnit2__button a:hover.-movie:after {
            background: url("/brand/asset/img/icn_movie1_01.png") no-repeat 0 0; } }
  @media screen and (max-width: 767px) {
    .vision__indexUnit2__button {
      width: 100%;
      border-top: 1px solid #dcdcdc;
      border-left: none; }
      .vision__indexUnit2__button a {
        font-size: 11px;
        line-height: 35px; }
      .vision__indexUnit2__buttonSet.-type1 .vision__indexUnit2__button a:after, .vision__indexUnit2__buttonSet.-type2 .vision__indexUnit2__button a:after {
        right: 10px;
        width: 6px;
        height: 6px;
        margin-top: -3px; }
      .vision__indexUnit2__buttonSet.-type1 .vision__indexUnit2__button a.-movie:after, .vision__indexUnit2__buttonSet.-type2 .vision__indexUnit2__button a.-movie:after {
        right: 5px;
        width: 14px;
        height: 10px;
        background-size: 14px auto; } }

/* ------------------------------------------------- *
 *        vision__indexUnit3
 * ------------------------------------------------- */
.vision__indexUnit3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px; }
  @media screen and (max-width: 767px) {
    .vision__indexUnit3 {
      margin: 0 -5px; } }

.vision__indexUnit3__unit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  margin: 30px 0 0;
  padding: 0 10px; }
  @media screen and (max-width: 767px) {
    .vision__indexUnit3__unit {
      width: 50%;
      margin-top: 15px;
      padding: 0 5px; } }
  .vision__indexUnit3__unit a {
    display: block;
    text-decoration: none; }
  @media screen and (min-width: 768px) {
    .vision__indexUnit3__unit a {
      -webkit-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear; }
      .vision__indexUnit3__unit a:hover {
        opacity: 0.5; } }
  .vision__indexUnit3.js-effect .vision__indexUnit3__unit {
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px); }
    .vision__indexUnit3.js-effect .vision__indexUnit3__unit:nth-child(2) {
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s; }
    .vision__indexUnit3.js-effect .vision__indexUnit3__unit:nth-child(3) {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    .vision__indexUnit3.js-effect .vision__indexUnit3__unit:nth-child(4) {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .vision__indexUnit3.js-effect .vision__indexUnit3__unit:nth-child(5) {
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; }
    .vision__indexUnit3.js-effect .vision__indexUnit3__unit:nth-child(6) {
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    .vision__indexUnit3.js-effect .vision__indexUnit3__unit:nth-child(7) {
      -webkit-transition-delay: 0.6s;
              transition-delay: 0.6s; }
    .vision__indexUnit3.js-effect .vision__indexUnit3__unit:nth-child(8) {
      -webkit-transition-delay: 0.7s;
              transition-delay: 0.7s; }
  .vision__indexUnit3.js-effect.-active .vision__indexUnit3__unit {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.vision__indexUnit3__image img {
  width: 100%;
  height: auto; }

.vision__indexUnit3__text {
  position: relative;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700; }
  .vision__indexUnit3__text:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: #e6000d 2px solid;
    border-left: #e6000d 2px solid;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 2px;
    margin-top: -4px; }
  @media screen and (max-width: 767px) {
    .vision__indexUnit3__text {
      margin-top: 5px;
      font-size: 12px; } }

/* ------------------------------------------------- *
 *        globalevent index
 * ------------------------------------------------- */
.globalevent.index .js-effect .grid1__unit {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  opacity: 0;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px); }
  @media screen and (max-width: 767px) {
    .globalevent.index .js-effect .grid1__unit {
      -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
              transform: translateY(10px); } }
  .globalevent.index .js-effect .grid1__unit:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  .globalevent.index .js-effect .grid1__unit:nth-child(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
  .globalevent.index .js-effect .grid1__unit:nth-child(4) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  .globalevent.index .js-effect .grid1__unit:nth-child(5) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s; }
  .globalevent.index .js-effect .grid1__unit:nth-child(6) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }

.globalevent.index .js-effect.-active .grid1__unit {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
  @media screen and (max-width: 767px) {
    .globalevent.index .js-effect.-active .grid1__unit {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }

.globalevent_list {
  margin-bottom: -60px; }
  .globalevent_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 60px; }

.globalevent_list_image {
  width: 50%; }

.globalevent_list_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px; }

/* ------------------------------------------------- *
 *        ceatc2017 index
 * ------------------------------------------------- */
.globalevent.ceatc2017.index {
  background: #000; }
  .globalevent.ceatc2017.index .header {
    position: relative;
    z-index: 1; }
  .globalevent.ceatc2017.index .l-footer {
    margin-top: 0;
    background: #f0f0f0; }
  .globalevent.ceatc2017.index .frame1.js-effect .frame1__inner {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0; }
  .globalevent.ceatc2017.index .frame1.js-effect.-active .frame1__inner {
    opacity: 1; }
  .globalevent.ceatc2017.index .frame2.js-effect {
    -webkit-transition: background 0.5s ease, border 0.5s ease;
    transition: background 0.5s ease, border 0.5s ease;
    background: #fff;
    border-color: #fff; }
    .globalevent.ceatc2017.index .frame2.js-effect.-active {
      background: #e6e6e6;
      border-color: #dcdcdc; }

/* ------------------------------------------------- *
 *        interbee2017 index
 *        nab2018 index
 *        ifa2018 index
 *        ifa2019 index
 *        ces2019 index
 * ------------------------------------------------- */
.globalevent.interbee2017.index, .globalevent.nab2018.index, .globalevent.ifa2018.index, .globalevent.ifa2019.index, .globalevent.ces2019.index {
  background: #000; }
  .globalevent.interbee2017.index .header, .globalevent.nab2018.index .header, .globalevent.ifa2018.index .header, .globalevent.ifa2019.index .header, .globalevent.ces2019.index .header {
    position: relative;
    z-index: 1;
    background: #fff; }
  .globalevent.interbee2017.index .l-footer, .globalevent.nab2018.index .l-footer, .globalevent.ifa2018.index .l-footer, .globalevent.ifa2019.index .l-footer, .globalevent.ces2019.index .l-footer {
    margin-top: 0;
    background: #f0f0f0; }
  .globalevent.interbee2017.index .frame1.js-effect .frame1__inner, .globalevent.nab2018.index .frame1.js-effect .frame1__inner, .globalevent.ifa2018.index .frame1.js-effect .frame1__inner, .globalevent.ifa2019.index .frame1.js-effect .frame1__inner, .globalevent.ces2019.index .frame1.js-effect .frame1__inner {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0; }
  .globalevent.interbee2017.index .frame1.js-effect.-active .frame1__inner, .globalevent.nab2018.index .frame1.js-effect.-active .frame1__inner, .globalevent.ifa2018.index .frame1.js-effect.-active .frame1__inner, .globalevent.ifa2019.index .frame1.js-effect.-active .frame1__inner, .globalevent.ces2019.index .frame1.js-effect.-active .frame1__inner {
    opacity: 1; }
  .globalevent.interbee2017.index .frame2.js-effect .frame2__inner, .globalevent.nab2018.index .frame2.js-effect .frame2__inner, .globalevent.ifa2018.index .frame2.js-effect .frame2__inner, .globalevent.ifa2019.index .frame2.js-effect .frame2__inner, .globalevent.ces2019.index .frame2.js-effect .frame2__inner {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0; }
  .globalevent.interbee2017.index .frame2.js-effect.-active .frame2__inner, .globalevent.nab2018.index .frame2.js-effect.-active .frame2__inner, .globalevent.ifa2018.index .frame2.js-effect.-active .frame2__inner, .globalevent.ifa2019.index .frame2.js-effect.-active .frame2__inner, .globalevent.ces2019.index .frame2.js-effect.-active .frame2__inner {
    opacity: 1; }

/* ------------------------------------------------- *
 *        ceatc2017__indexBg
 * ------------------------------------------------- */
.ceatc2017__indexBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  min-width: 980px;
  height: 100vh;
  background: #1c282f url(/brand/asset/img/bg_ceatc2017_index_01.jpg) no-repeat 50% 0;
  background-size: 100% auto; }
  @media screen and (max-width: 767px) {
    .ceatc2017__indexBg {
      min-width: 0;
      background: #1c282f url(/brand/asset/img/bg_ceatc2017_index_01_sp.jpg) no-repeat 50% 0;
      background-size: 100% auto; } }
  .ceatc2017__indexBg.js-effect {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0; }
    .ceatc2017__indexBg.js-effect.-active {
      opacity: 1; }

/* ------------------------------------------------- *
 *        interbee2017__indexBg
 * ------------------------------------------------- */
.interbee2017__indexBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  min-width: 980px;
  height: 100vh;
  background: #000 url(/brand/asset/img/bg_interbee2017_index_01.jpg) no-repeat 50% 0;
  background-size: 100% auto; }
  @media screen and (max-width: 767px) {
    .interbee2017__indexBg {
      display: none; } }
  .interbee2017__indexBg.js-effect {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0; }
    .interbee2017__indexBg.js-effect.-active {
      opacity: 1; }

/* ------------------------------------------------- *
 *        nab2018__indexBg
 * ------------------------------------------------- */
.nab2018__indexBg {
  position: fixed;
  top: 49px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  min-width: 980px;
  height: 100vh;
  background: #000 url(/brand/asset/img/bg_nab2018_index_01.jpg) no-repeat 50% 0;
  background-size: 100% auto; }
  @media screen and (max-width: 767px) {
    .nab2018__indexBg {
      display: none; } }
  .nab2018__indexBg.js-effect {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0; }
    .nab2018__indexBg.js-effect.-active {
      opacity: 1; }

/* ------------------------------------------------- *
 *        ifa2018__indexBg
 * ------------------------------------------------- */
.ifa2018__indexBg {
  position: fixed;
  top: 49px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  min-width: 980px;
  height: 100vh;
  background: #000 url(/brand/asset/img/bg_ifa2018_index_01.jpg) no-repeat 50% 0;
  background-size: 100% auto; }
  @media screen and (max-width: 767px) {
    .ifa2018__indexBg {
      display: none; } }
  .ifa2018__indexBg.js-effect {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0; }
    .ifa2018__indexBg.js-effect.-active {
      opacity: 1; }

/* ------------------------------------------------- *
 *        ifa2019__indexBg
 * ------------------------------------------------- */
.ifa2019__indexBg {
  position: fixed;
  top: 49px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  min-width: 980px;
  height: 100vh;
  background: #000 url(/brand/asset/img/bg_ifa2019_index_01.jpg) no-repeat 50% 0;
  background-size: 100% auto; }
  @media screen and (max-width: 767px) {
    .ifa2019__indexBg {
      display: none; } }
  .ifa2019__indexBg.js-effect {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0; }
    .ifa2019__indexBg.js-effect.-active {
      opacity: 1; }

/* ------------------------------------------------- *
 *        ces2019__indexBg
 * ------------------------------------------------- */
.ces2019__indexBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  min-width: 980px;
  min-height: 634px;
  padding-top: calc(47.8125% + 166px);
  background: url(/brand/asset/img/bg_ces2019_index_01.jpg) no-repeat 50% 0;
  background-size: auto 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .ces2019__indexBg {
      display: none; } }
  .ces2019__indexBg.js-effect {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0; }
    .ces2019__indexBg.js-effect.-active {
      opacity: 1; }

/* ------------------------------------------------- *
 *        ceatc2017__mv
 * ------------------------------------------------- */
.ceatc2017__mv {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-top: 47.8125%; }
  @media screen and (max-width: 767px) {
    .ceatc2017__mv {
      min-height: 0;
      padding-top: 78.125%;
      background: #0e1417 url(/brand/asset/img/mv_ceatc2017_index_01_sp.jpg) no-repeat 50% 0;
      background-size: cover; }
      .ceatc2017__mv:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        padding-top: 78.125%;
        background: #000; } }
  .ceatc2017__mv.js-effect {
    -webkit-transition: opacity 0.5s ease 0.2s;
    transition: opacity 0.5s ease 0.2s;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      .ceatc2017__mv.js-effect {
        -webkit-transition: none;
        transition: none;
        opacity: 1; }
        .ceatc2017__mv.js-effect:after {
          -webkit-transition: opacity 0.5s ease 0.2s;
          transition: opacity 0.5s ease 0.2s; } }
    .ceatc2017__mv.js-effect.-active {
      opacity: 1; }
      @media screen and (max-width: 767px) {
        .ceatc2017__mv.js-effect.-active:after {
          opacity: 0; } }

/* ------------------------------------------------- *
 *        interbee2017__mv
 * ------------------------------------------------- */
.interbee2017__mv {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-top: 47.8125%; }
  @media screen and (max-width: 767px) {
    .interbee2017__mv {
      min-height: 0;
      padding-top: 78.125%;
      background: #000 url(/brand/asset/img/bg_interbee2017_index_01.jpg) no-repeat 50% 0;
      background-size: cover; }
      .interbee2017__mv:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        padding-top: 78.125%;
        background: #000; } }
  .interbee2017__mv.js-effect {
    -webkit-transition: opacity 0.5s ease 0.2s;
    transition: opacity 0.5s ease 0.2s;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      .interbee2017__mv.js-effect {
        -webkit-transition: none;
        transition: none;
        opacity: 1; }
        .interbee2017__mv.js-effect:after {
          -webkit-transition: opacity 0.5s ease 0.2s;
          transition: opacity 0.5s ease 0.2s; } }
    .interbee2017__mv.js-effect.-active {
      opacity: 1; }
      @media screen and (max-width: 767px) {
        .interbee2017__mv.js-effect.-active:after {
          opacity: 0; } }

/* ------------------------------------------------- *
 *        nab2018__mv
 * ------------------------------------------------- */
.nab2018__mv {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-top: 44%; }
  @media screen and (max-width: 767px) {
    .nab2018__mv {
      min-height: 0;
      padding-top: 78.125%;
      background: #000 url(/brand/asset/img/bg_nab2018_index_01.jpg) no-repeat 50% 0;
      background-size: cover; }
      .nab2018__mv:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        padding-top: 78.125%;
        background: #000; } }
  .nab2018__mv.js-effect {
    -webkit-transition: opacity 0.5s ease 0.2s;
    transition: opacity 0.5s ease 0.2s;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      .nab2018__mv.js-effect {
        -webkit-transition: none;
        transition: none;
        opacity: 1; }
        .nab2018__mv.js-effect:after {
          -webkit-transition: opacity 0.5s ease 0.2s;
          transition: opacity 0.5s ease 0.2s; } }
    .nab2018__mv.js-effect.-active {
      opacity: 1; }
      @media screen and (max-width: 767px) {
        .nab2018__mv.js-effect.-active:after {
          opacity: 0; } }

/* ------------------------------------------------- *
 *        ifa2018__mv
 * ------------------------------------------------- */
.ifa2018__mv {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .ifa2018__mv {
      min-height: 0;
      padding-top: 78.125%; } }
  .ifa2018__mv.js-effect {
    -webkit-transition: opacity 0.5s ease 0.2s;
    transition: opacity 0.5s ease 0.2s;
    opacity: 0; }
    .ifa2018__mv.js-effect.-active {
      opacity: 1; }

/* ------------------------------------------------- *
 *        ifa2019__mv
 * ------------------------------------------------- */
.ifa2019__mv {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .ifa2019__mv {
      min-height: 0;
      padding-top: 78.125%; } }
  .ifa2019__mv.js-effect {
    -webkit-transition: opacity 0.5s ease 0.2s;
    transition: opacity 0.5s ease 0.2s;
    opacity: 0; }
    .ifa2019__mv.js-effect.-active {
      opacity: 1; }

/* ------------------------------------------------- *
 *        ces2019__mv
 * ------------------------------------------------- */
.ces2019__mv {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-top: 47.8125%; }
  @media screen and (max-width: 767px) {
    .ces2019__mv {
      min-height: 0;
      padding-top: 78.125%;
      background: #000 url(/brand/asset/img/bg_ces2019_index_01.jpg) no-repeat 50% 0;
      background-size: cover; }
      .ces2019__mv:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        padding-top: 78.125%;
        background: #000; } }
  .ces2019__mv.js-effect {
    -webkit-transition: opacity 0.5s ease 0.2s;
    transition: opacity 0.5s ease 0.2s;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      .ces2019__mv.js-effect {
        -webkit-transition: none;
        transition: none;
        opacity: 1; }
        .ces2019__mv.js-effect:after {
          -webkit-transition: opacity 0.5s ease 0.2s;
          transition: opacity 0.5s ease 0.2s; } }
    .ces2019__mv.js-effect.-active {
      opacity: 1; }
      @media screen and (max-width: 767px) {
        .ces2019__mv.js-effect.-active:after {
          opacity: 0; } }

.ces2019__mv__caption {
  position: absolute;
  right: 10px;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .ces2019__mv__caption {
      bottom: 10px;
      font-size: 12px;
      text-shadow: #000 1px 1px 0, #000 -1px -1px 0, #000 -1px 1px 0, #000 1px -1px 0, #000 0px 1px 0, #000 -1px 0, #000 -1px 0 0, #000 1px 0 0;
      font-weight: 700; } }
  @media screen and (max-width: 767px) {
    .ces2019__mv__caption {
      bottom: 10px;
      font-size: 10px; } }

/* ------------------------------------------------- *
 *        ceatc2017__title1
 *        interbee2017__title1
 *        nab2018__title1
 *        ifa2018__title1
 *        ifa2019__title1
 *        ces2019__title1
 * ------------------------------------------------- */
.ceatc2017__title1,
.interbee2017__title1,
.nab2018__title1,
.ifa2018__title1,
.ifa2019__title1,
.ces2019__title1 {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 980px;
  height: 120px;
  background: #e6e6e6; }
  @media screen and (max-width: 767px) {
    .ceatc2017__title1,
    .interbee2017__title1,
    .nab2018__title1,
    .ifa2018__title1,
    .ifa2019__title1,
    .ces2019__title1 {
      min-width: 100%;
      height: 70px; } }
  .js-effect .ceatc2017__title1, .js-effect .interbee2017__title1, .js-effect .nab2018__title1, .js-effect .ifa2018__title1, .js-effect .ifa2019__title1, .js-effect .ces2019__title1 {
    -webkit-transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease-out 0.4s;
    transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease-out 0.4s;
    transition: transform 0.5s ease-out 0.4s, opacity 0.5s ease 0.4s;
    transition: transform 0.5s ease-out 0.4s, opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease-out 0.4s;
    opacity: 0;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px); }
    @media screen and (max-width: 767px) {
      .js-effect .ceatc2017__title1, .js-effect .interbee2017__title1, .js-effect .nab2018__title1, .js-effect .ifa2018__title1, .js-effect .ifa2019__title1, .js-effect .ces2019__title1 {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px); } }
  .js-effect.-active .ceatc2017__title1, .js-effect.-active .interbee2017__title1, .js-effect.-active .nab2018__title1, .js-effect.-active .ifa2018__title1, .js-effect.-active .ifa2019__title1, .js-effect.-active .ces2019__title1 {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
    @media screen and (max-width: 767px) {
      .js-effect.-active .ceatc2017__title1, .js-effect.-active .interbee2017__title1, .js-effect.-active .nab2018__title1, .js-effect.-active .ifa2018__title1, .js-effect.-active .ifa2019__title1, .js-effect.-active .ces2019__title1 {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }

.ceatc2017__title1__label,
.interbee2017__title1__label,
.nab2018__title1__label,
.ifa2018__title1__label,
.ifa2019__title1__label,
.ces2019__title1__label {
  float: left;
  padding: 0 0 0 40px;
  color: #666666;
  font-size: 36px;
  line-height: 120px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700; }
  .ceatc2017__title1__label a,
  .interbee2017__title1__label a,
  .nab2018__title1__label a,
  .ifa2018__title1__label a,
  .ifa2019__title1__label a,
  .ces2019__title1__label a {
    color: #666666;
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    .ceatc2017__title1__label,
    .interbee2017__title1__label,
    .nab2018__title1__label,
    .ifa2018__title1__label,
    .ifa2019__title1__label,
    .ces2019__title1__label {
      min-width: 100%;
      padding-left: 0;
      font-size: 30px;
      line-height: 70px;
      text-align: center; } }

.ceatc2017__title1__nav,
.interbee2017__title1__nav,
.nab2018__title1__nav,
.ifa2018__title1__nav,
.ifa2019__title1__nav,
.ces2019__title1__nav {
  float: right;
  padding: 20px 40px 20px 0;
  color: #666;
  font-size: 12px; }
  @media screen and (max-width: 767px) {
    .ceatc2017__title1__nav,
    .interbee2017__title1__nav,
    .nab2018__title1__nav,
    .ifa2018__title1__nav,
    .ifa2019__title1__nav,
    .ces2019__title1__nav {
      display: none; } }

.ceatc2017__title1__nav__menu,
.interbee2017__title1__nav__menu,
.nab2018__title1__nav__menu,
.ifa2018__title1__nav__menu,
.ifa2019__title1__nav__menu,
.ces2019__title1__nav__menu {
  display: table;
  height: 80px; }
  .ceatc2017__title1__nav__menu > li,
  .interbee2017__title1__nav__menu > li,
  .nab2018__title1__nav__menu > li,
  .ifa2018__title1__nav__menu > li,
  .ifa2019__title1__nav__menu > li,
  .ces2019__title1__nav__menu > li {
    display: table-cell;
    border-left: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400; }
    .ceatc2017__title1__nav__menu > li a,
    .interbee2017__title1__nav__menu > li a,
    .nab2018__title1__nav__menu > li a,
    .ifa2018__title1__nav__menu > li a,
    .ifa2019__title1__nav__menu > li a,
    .ces2019__title1__nav__menu > li a {
      display: inline-block;
      padding: 0 30px;
      font-size: 17px;
      line-height: 20px;
      color: #666;
      text-decoration: none; }

.ceatc2017__title1__nav__menu__li.cr a,
.interbee2017__title1__nav__menu__li.cr a,
.nab2018__title1__nav__menu__li.cr a,
.ifa2018__title1__nav__menu__li.cr a,
.ifa2019__title1__nav__menu__li.cr a,
.ces2019__title1__nav__menu__li.cr a {
  position: relative;
  color: #fe0000; }
  .ceatc2017__title1__nav__menu__li.cr a:after,
  .interbee2017__title1__nav__menu__li.cr a:after,
  .nab2018__title1__nav__menu__li.cr a:after,
  .ifa2018__title1__nav__menu__li.cr a:after,
  .ifa2019__title1__nav__menu__li.cr a:after,
  .ces2019__title1__nav__menu__li.cr a:after {
    content: '';
    display: block;
    width: 18px;
    height: 4px;
    background: #E90000;
    position: absolute;
    bottom: -48px;
    left: 50%;
    margin-left: -9px; }

.ceatc2017__title1__subNav__menu {
  margin: 15px 0 0 30px; }
  .ceatc2017__title1__subNav__menu > li {
    float: left; }
    .ceatc2017__title1__subNav__menu > li a {
      margin: 0 15px;
      padding: 0;
      font-size: 17px;
      line-height: 18px;
      color: #666;
      text-decoration: none; }
    .ceatc2017__title1__subNav__menu > li:first-child a {
      margin-left: 0; }
    .ceatc2017__title1__subNav__menu > li:last-child a {
      margin-right: 0; }
    .ceatc2017__title1__subNav__menu > li.-ja {
      font-family: 'Noto Sans Japanese', sans-serif;
      font-weight: 350; }
      .ceatc2017__title1__subNav__menu > li.-ja a {
        font-size: 14px; }

.ceatc2017__title1__subNav__menu__li.cr a {
  position: relative;
  color: #fe0000; }
  .ceatc2017__title1__subNav__menu__li.cr a:after {
    content: '';
    display: block;
    width: 18px;
    height: 4px;
    background: #E90000;
    position: absolute;
    bottom: -32px;
    left: 50%;
    margin-left: -9px; }

.ceatc2017__mv .ceatc2017__title1,
.ceatc2017__mv .interbee2017__title1,
.ceatc2017__mv .nab2018__title1,
.ceatc2017__mv .ifa2018__title1,
.ceatc2017__mv .ifa2019__title1,
.ceatc2017__mv .ces2019__title1,
.interbee2017__mv .ceatc2017__title1,
.interbee2017__mv .interbee2017__title1,
.interbee2017__mv .nab2018__title1,
.interbee2017__mv .ifa2018__title1,
.interbee2017__mv .ifa2019__title1,
.interbee2017__mv .ces2019__title1,
.interbee2017.k8 .ceatc2017__title1,
.interbee2017.k8 .interbee2017__title1,
.interbee2017.k8 .nab2018__title1,
.interbee2017.k8 .ifa2018__title1,
.interbee2017.k8 .ifa2019__title1,
.interbee2017.k8 .ces2019__title1,
.nab2018__mv .ceatc2017__title1,
.nab2018__mv .interbee2017__title1,
.nab2018__mv .nab2018__title1,
.nab2018__mv .ifa2018__title1,
.nab2018__mv .ifa2019__title1,
.nab2018__mv .ces2019__title1,
.nab2018.k8 .ceatc2017__title1,
.nab2018.k8 .interbee2017__title1,
.nab2018.k8 .nab2018__title1,
.nab2018.k8 .ifa2018__title1,
.nab2018.k8 .ifa2019__title1,
.nab2018.k8 .ces2019__title1,
.ifa2018__mv .ceatc2017__title1,
.ifa2018__mv .interbee2017__title1,
.ifa2018__mv .nab2018__title1,
.ifa2018__mv .ifa2018__title1,
.ifa2018__mv .ifa2019__title1,
.ifa2018__mv .ces2019__title1,
.ifa2019__mv .ceatc2017__title1,
.ifa2019__mv .interbee2017__title1,
.ifa2019__mv .nab2018__title1,
.ifa2019__mv .ifa2018__title1,
.ifa2019__mv .ifa2019__title1,
.ifa2019.k8 .ifa2019__title1,
.ifa2019__mv .ces2019__title1,
.ces2019__mv .ceatc2017__title1,
.ces2019__mv .interbee2017__title1,
.ces2019__mv .nab2018__title1,
.ces2019__mv .ifa2018__title1,
.ces2019__mv .ifa2019__title1,
.ces2019__mv .ces2019__title1 {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 40%;
  background: rgba(0, 0, 0, 0.4); }

.ceatc2017__mv .ceatc2017__title1__label,
.ceatc2017__mv .ceatc2017__title1__nav,
.ceatc2017__mv .interbee2017__title1__label,
.ceatc2017__mv .interbee2017__title1__nav,
.ceatc2017__mv .nab2018__title1__label,
.ceatc2017__mv .nab2018__title1__nav,
.ceatc2017__mv .ifa2018__title1__label,
.ceatc2017__mv .ifa2018__title1__nav,
.ceatc2017__mv .ifa2019__title1__label,
.ceatc2017__mv .ifa2019__title1__nav,
.ceatc2017__mv .ces2019__title1__label,
.ceatc2017__mv .ces2019__title1__nav,
.interbee2017__mv .ceatc2017__title1__label,
.interbee2017__mv .ceatc2017__title1__nav,
.interbee2017__mv .interbee2017__title1__label,
.interbee2017__mv .interbee2017__title1__nav,
.interbee2017__mv .nab2018__title1__label,
.interbee2017__mv .nab2018__title1__nav,
.interbee2017__mv .ifa2018__title1__label,
.interbee2017__mv .ifa2018__title1__nav,
.interbee2017__mv .ifa2019__title1__label,
.interbee2017__mv .ifa2019__title1__nav,
.interbee2017__mv .ces2019__title1__label,
.interbee2017__mv .ces2019__title1__nav,
.interbee2017.k8 .ceatc2017__title1__label,
.interbee2017.k8 .ceatc2017__title1__nav,
.interbee2017.k8 .interbee2017__title1__label,
.interbee2017.k8 .interbee2017__title1__nav,
.interbee2017.k8 .nab2018__title1__label,
.interbee2017.k8 .nab2018__title1__nav,
.interbee2017.k8 .ifa2018__title1__label,
.interbee2017.k8 .ifa2018__title1__nav,
.interbee2017.k8 .ifa2019__title1__label,
.interbee2017.k8 .ifa2019__title1__nav,
.interbee2017.k8 .ces2019__title1__label,
.interbee2017.k8 .ces2019__title1__nav,
.nab2018__mv .ceatc2017__title1__label,
.nab2018__mv .ceatc2017__title1__nav,
.nab2018__mv .interbee2017__title1__label,
.nab2018__mv .interbee2017__title1__nav,
.nab2018__mv .nab2018__title1__label,
.nab2018__mv .nab2018__title1__nav,
.nab2018__mv .ifa2018__title1__label,
.nab2018__mv .ifa2018__title1__nav,
.nab2018__mv .ifa2019__title1__label,
.nab2018__mv .ifa2019__title1__nav,
.nab2018__mv .ces2019__title1__label,
.nab2018__mv .ces2019__title1__nav,
.nab2018.k8 .ceatc2017__title1__label,
.nab2018.k8 .ceatc2017__title1__nav,
.nab2018.k8 .interbee2017__title1__label,
.nab2018.k8 .interbee2017__title1__nav,
.nab2018.k8 .nab2018__title1__label,
.nab2018.k8 .nab2018__title1__nav,
.nab2018.k8 .ifa2018__title1__label,
.nab2018.k8 .ifa2018__title1__nav,
.nab2018.k8 .ifa2019__title1__label,
.nab2018.k8 .ifa2019__title1__nav,
.nab2018.k8 .ces2019__title1__label,
.nab2018.k8 .ces2019__title1__nav,
.ifa2018__mv .ceatc2017__title1__label,
.ifa2018__mv .ceatc2017__title1__nav,
.ifa2018__mv .interbee2017__title1__label,
.ifa2018__mv .interbee2017__title1__nav,
.ifa2018__mv .nab2018__title1__label,
.ifa2018__mv .nab2018__title1__nav,
.ifa2018__mv .ifa2018__title1__label,
.ifa2018__mv .ifa2018__title1__nav,
.ifa2018__mv .ifa2019__title1__label,
.ifa2018__mv .ifa2019__title1__nav,
.ifa2018__mv .ces2019__title1__label,
.ifa2018__mv .ces2019__title1__nav,
.ifa2019__mv .ceatc2017__title1__label,
.ifa2019__mv .ceatc2017__title1__nav,
.ifa2019__mv .interbee2017__title1__label,
.ifa2019__mv .interbee2017__title1__nav,
.ifa2019__mv .nab2018__title1__label,
.ifa2019__mv .nab2018__title1__nav,
.ifa2019__mv .ifa2018__title1__label,
.ifa2019__mv .ifa2018__title1__nav,
.ifa2019__mv .ifa2019__title1__label,
.ifa2019__mv .ifa2019__title1__nav,
.ifa2019__mv .ces2019__title1__label,
.ifa2019__mv .ces2019__title1__nav,
.ifa2019.k8 .ifa2019__title1__label,
.ifa2019.k8 .ifa2019__title1__nav,
.ces2019__mv .ceatc2017__title1__label,
.ces2019__mv .ceatc2017__title1__nav,
.ces2019__mv .interbee2017__title1__label,
.ces2019__mv .interbee2017__title1__nav,
.ces2019__mv .nab2018__title1__label,
.ces2019__mv .nab2018__title1__nav,
.ces2019__mv .ifa2018__title1__label,
.ces2019__mv .ifa2018__title1__nav,
.ces2019__mv .ces2019__title1__label,
.ces2019__mv .ces2019__title1__nav {
  color: #FFF; }

.ceatc2017__mv .interbee2017__title1__label a,
.ceatc2017__mv .nab2018__title1__label a,
.ceatc2017__mv .ces2019__title1__label a,
.interbee2017__mv .interbee2017__title1__label a,
.interbee2017__mv .nab2018__title1__label a,
.interbee2017__mv .ces2019__title1__label a,
.interbee2017.k8 .interbee2017__title1__label a,
.interbee2017.k8 .nab2018__title1__label a,
.interbee2017.k8 .ces2019__title1__label a,
.nab2018__mv .interbee2017__title1__label a,
.nab2018__mv .nab2018__title1__label a,
.nab2018__mv .ces2019__title1__label a,
.nab2018.k8 .interbee2017__title1__label a,
.nab2018.k8 .nab2018__title1__label a,
.nab2018.k8 .ces2019__title1__label a,
.ifa2018__mv .interbee2017__title1__label a,
.ifa2018__mv .nab2018__title1__label a,
.ifa2018__mv .ces2019__title1__label a,
.ifa2019__mv .interbee2017__title1__label a,
.ifa2019__mv .nab2018__title1__label a,
.ifa2019__mv .ces2019__title1__label a,
.ifa2019.k8 .ifa2019__title1__label a,
.ces2019__mv .interbee2017__title1__label a,
.ces2019__mv .nab2018__title1__label a,
.ces2019__mv .ces2019__title1__label a {
  color: #fff; }

.ceatc2017__mv .ceatc2017__title1__nav__menu > li,
.ceatc2017__mv .interbee2017__title1__nav__menu > li,
.ceatc2017__mv .nab2018__title1__nav__menu > li,
.ceatc2017__mv .ifa2018__title1__nav__menu > li,
.ceatc2017__mv .ifa2019__title1__nav__menu > li,
.ceatc2017__mv .ces2019__title1__nav__menu > li,
.interbee2017__mv .ceatc2017__title1__nav__menu > li,
.interbee2017__mv .interbee2017__title1__nav__menu > li,
.interbee2017__mv .nab2018__title1__nav__menu > li,
.interbee2017__mv .ifa2018__title1__nav__menu > li,
.interbee2017__mv .ifa2019__title1__nav__menu > li,
.interbee2017__mv .ces2019__title1__nav__menu > li,
.interbee2017.k8 .ceatc2017__title1__nav__menu > li,
.interbee2017.k8 .interbee2017__title1__nav__menu > li,
.interbee2017.k8 .nab2018__title1__nav__menu > li,
.interbee2017.k8 .ifa2018__title1__nav__menu > li,
.interbee2017.k8 .ifa2019__title1__nav__menu > li,
.interbee2017.k8 .ces2019__title1__nav__menu > li,
.nab2018__mv .ceatc2017__title1__nav__menu > li,
.nab2018__mv .interbee2017__title1__nav__menu > li,
.nab2018__mv .nab2018__title1__nav__menu > li,
.nab2018__mv .ifa2018__title1__nav__menu > li,
.nab2018__mv .ifa2019__title1__nav__menu > li,
.nab2018__mv .ces2019__title1__nav__menu > li,
.nab2018.k8 .ceatc2017__title1__nav__menu > li,
.nab2018.k8 .interbee2017__title1__nav__menu > li,
.nab2018.k8 .nab2018__title1__nav__menu > li,
.nab2018.k8 .ifa2018__title1__nav__menu > li,
.nab2018.k8 .ifa2019__title1__nav__menu > li,
.nab2018.k8 .ces2019__title1__nav__menu > li,
.ifa2018__mv .ceatc2017__title1__nav__menu > li,
.ifa2018__mv .interbee2017__title1__nav__menu > li,
.ifa2018__mv .nab2018__title1__nav__menu > li,
.ifa2018__mv .ifa2018__title1__nav__menu > li,
.ifa2018__mv .ifa2019__title1__nav__menu > li,
.ifa2018__mv .ces2019__title1__nav__menu > li,
.ifa2019__mv .ceatc2017__title1__nav__menu > li,
.ifa2019__mv .interbee2017__title1__nav__menu > li,
.ifa2019__mv .nab2018__title1__nav__menu > li,
.ifa2019__mv .ifa2018__title1__nav__menu > li,
.ifa2019__mv .ifa2019__title1__nav__menu > li,
.ifa2019__mv .ces2019__title1__nav__menu > li,
.ifa2019.k8 .ifa2019__title1__nav__menu > li,
.ces2019__mv .ceatc2017__title1__nav__menu > li,
.ces2019__mv .interbee2017__title1__nav__menu > li,
.ces2019__mv .nab2018__title1__nav__menu > li,
.ces2019__mv .ifa2018__title1__nav__menu > li,
.ces2019__mv .ifa2019__title1__nav__menu > li,
.ces2019__mv .ces2019__title1__nav__menu > li {
  border-left: 1px solid rgba(255, 255, 255, 0.2); }
  .ceatc2017__mv .ceatc2017__title1__nav__menu > li a,
  .ceatc2017__mv .interbee2017__title1__nav__menu > li a,
  .ceatc2017__mv .nab2018__title1__nav__menu > li a,
  .ceatc2017__mv .ifa2018__title1__nav__menu > li a,
  .ceatc2017__mv .ifa2019__title1__nav__menu > li a,
  .ceatc2017__mv .ces2019__title1__nav__menu > li a,
  .interbee2017__mv .ceatc2017__title1__nav__menu > li a,
  .interbee2017__mv .interbee2017__title1__nav__menu > li a,
  .interbee2017__mv .nab2018__title1__nav__menu > li a,
  .interbee2017__mv .ifa2018__title1__nav__menu > li a,
  .interbee2017__mv .ifa2019__title1__nav__menu > li a,
  .interbee2017__mv .ces2019__title1__nav__menu > li a,
  .interbee2017.k8 .ceatc2017__title1__nav__menu > li a,
  .interbee2017.k8 .interbee2017__title1__nav__menu > li a,
  .interbee2017.k8 .nab2018__title1__nav__menu > li a,
  .interbee2017.k8 .ifa2018__title1__nav__menu > li a,
  .interbee2017.k8 .ifa2019__title1__nav__menu > li a,
  .interbee2017.k8 .ces2019__title1__nav__menu > li a,
  .nab2018__mv .ceatc2017__title1__nav__menu > li a,
  .nab2018__mv .interbee2017__title1__nav__menu > li a,
  .nab2018__mv .nab2018__title1__nav__menu > li a,
  .nab2018__mv .ifa2018__title1__nav__menu > li a,
  .nab2018__mv .ifa2019__title1__nav__menu > li a,
  .nab2018__mv .ces2019__title1__nav__menu > li a,
  .nab2018.k8 .ceatc2017__title1__nav__menu > li a,
  .nab2018.k8 .interbee2017__title1__nav__menu > li a,
  .nab2018.k8 .nab2018__title1__nav__menu > li a,
  .nab2018.k8 .ifa2018__title1__nav__menu > li a,
  .nab2018.k8 .ifa2019__title1__nav__menu > li a,
  .nab2018.k8 .ces2019__title1__nav__menu > li a,
  .ifa2018__mv .ceatc2017__title1__nav__menu > li a,
  .ifa2018__mv .interbee2017__title1__nav__menu > li a,
  .ifa2018__mv .nab2018__title1__nav__menu > li a,
  .ifa2018__mv .ifa2018__title1__nav__menu > li a,
  .ifa2018__mv .ifa2019__title1__nav__menu > li a,
  .ifa2018__mv .ces2019__title1__nav__menu > li a,
  .ifa2019__mv .ceatc2017__title1__nav__menu > li a,
  .ifa2019__mv .interbee2017__title1__nav__menu > li a,
  .ifa2019__mv .nab2018__title1__nav__menu > li a,
  .ifa2019__mv .ifa2018__title1__nav__menu > li a,
  .ifa2019__mv .ifa2019__title1__nav__menu > li a,
  .ifa2019__mv .ces2019__title1__nav__menu > li a,
  .ifa2019.k8 .ifa2019__title1__nav__menu > li a,
  .ces2019__mv .ceatc2017__title1__nav__menu > li a,
  .ces2019__mv .interbee2017__title1__nav__menu > li a,
  .ces2019__mv .nab2018__title1__nav__menu > li a,
  .ces2019__mv .ifa2018__title1__nav__menu > li a,
  .ces2019__mv .ifa2019__title1__nav__menu > li a,
  .ces2019__mv .ces2019__title1__nav__menu > li a {
    color: #FFF; }

.ceatc2017__mv .ceatc2017__title1__subNav__menu > li a,
.interbee2017__mv .ceatc2017__title1__subNav__menu > li a,
.interbee2017.k8 .ceatc2017__title1__subNav__menu > li a,
.nab2018__mv .ceatc2017__title1__subNav__menu > li a,
.nab2018.k8 .ceatc2017__title1__subNav__menu > li a,
.ifa2018__mv .ceatc2017__title1__subNav__menu > li a,
.ifa2019__mv .ceatc2017__title1__subNav__menu > li a,
.ces2019__mv .ceatc2017__title1__subNav__menu > li a {
  color: #fff; }

.interbee2017.k8 .interbee2017__title1 {
  z-index: 9; }

.nab2018.k8 .nab2018__title1, .ifa2019.k8 .ifa2019__title1 {
  z-index: 9; }

@media screen and (min-width: 768px) {
  .ifa2018 .ifa2018__title1, .ifa2019 .ifa2019__title1 {
    z-index: 9; } }

.ces2019.k8 .ces2019__title1 {
  z-index: 9; }

/* ------------------------------------------------- *
 *        ifa2018__image1
 * ------------------------------------------------- */
.ifa2018__image1 {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .ifa2018__image1 div img {
      width: 100%;
      height: auto; } }
  @media screen and (max-width: 767px) {
    .ifa2018__image1 {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      height: 100%; }
      .ifa2018__image1 div {
        width: 100%;
        height: 100%; }
        .ifa2018__image1 div img {
          position: absolute;
          left: 50%;
          width: auto;
          max-width: none;
          height: 100%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }

/* ------------------------------------------------- *
 *        ifa2019__image1
 * ------------------------------------------------- */
.ifa2019__image1 {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .ifa2019__image1 div img {
      width: 100%;
      height: auto; } }
  @media screen and (max-width: 767px) {
    .ifa2019__image1 {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      height: 100%; }
      .ifa2019__image1 div {
        width: 100%;
        height: 100%; }
        .ifa2019__image1 div img {
          position: absolute;
          left: 50%;
          width: auto;
          /* max-width: none; */
          height: 100%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }

/* ------------------------------------------------- *
 *        ifa2018__text1
 * ------------------------------------------------- */
.ifa2018__text1 {
  position: absolute;
  right: 10px; }
  @media screen and (min-width: 768px) {
    .ifa2018__text1 {
      bottom: 10px;
      font-size: 12px;
      text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff -1px 0, #fff -1px 0 0, #fff 1px 0 0;
      font-weight: bold; } }
  @media screen and (max-width: 767px) {
    .ifa2018__text1 {
      bottom: -20px;
      font-size: 10px; } }

/* ------------------------------------------------- *
 *        ifa2019__text1
 * ------------------------------------------------- */
.ifa2019__text1 {
  position: absolute;
  right: 10px; }
  @media screen and (min-width: 768px) {
    .ifa2019__text1 {
      bottom: 10px;
      font-size: 12px;
      text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff -1px 0, #fff -1px 0 0, #fff 1px 0 0;
      font-weight: bold; } }
  @media screen and (max-width: 767px) {
    .ifa2019__text1 {
      bottom: -20px;
      font-size: 10px; } }

/* ------------------------------------------------- *
 *        ceatc2017__title2
 *        interbee__title2
 *        nab2018__title2
 *        ifa2018__title2
 *        ifa2019__title2
 *        ces2019__title2
 * ------------------------------------------------- */
.ceatc2017__title2 {
  max-width: 1200px;
  min-width: 980px;
  margin: 0 auto 0;
  padding: 40px 0 30px; }
  @media screen and (max-width: 767px) {
    .ceatc2017__title2 {
      max-width: initial;
      min-width: 0;
      padding: 15px 0 18px;
      background: #e6e6e6; } }

.interbee2017__title2 {
  max-width: 1200px;
  min-width: 980px;
  margin: 0 auto 0;
  padding: 60px 0 0; }
  @media screen and (max-width: 767px) {
    .interbee2017__title2 {
      max-width: initial;
      min-width: 0;
      padding: 15px 0 18px;
      background: #e6e6e6; } }

.nab2018__title2,
.ifa2018__title2,
.ifa2019__title2,
.ces2019__title2 {
  max-width: 1200px;
  min-width: 980px;
  margin: 0 auto 0;
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .nab2018__title2,
    .ifa2018__title2,
    .ces2019__title2 {
      max-width: initial;
      min-width: 0;
      padding: 15px 0 18px;
      background: #e6e6e6; } }

.ceatc2017__title2__title,
.interbee2017__title2__title,
.nab2018__title2__title,
.ifa2018__title2__title,
.ifa2019__title2__title,
.ces2019__title2__title {
  text-align: center;
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .ceatc2017__title2__title,
    .interbee2017__title2__title,
    .nab2018__title2__title,
    .ifa2018__title2__title,
    .ifa2019__title2__title,
    .ces2019__title2__title {
      font-size: 14px; } }
  .js-effect .ceatc2017__title2__title, .js-effect .interbee2017__title2__title, .js-effect .nab2018__title2__title, .js-effect .ifa2018__title2__title, .js-effect .ifa2019__title2__title, .js-effect .ces2019__title2__title {
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px); }
  .js-effect.-active .ceatc2017__title2__title, .js-effect.-active .interbee2017__title2__title, .js-effect.-active .nab2018__title2__title, .js-effect.-active .ifa2018__title2__title, .js-effect.-active .ifa2019__title2__title, .js-effect.-active .ces2019__title2__title {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.ceatc2017__title2__label,
.interbee2017__title2__label,
.nab2018__title2__label,
.ifa2018__title2__label,
.ifa2019__title2__label,
.ces2019__title2__label {
  text-align: center;
  font-size: 36px;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .ceatc2017__title2__label,
    .interbee2017__title2__label,
    .nab2018__title2__label,
    .ifa2018__title2__label,
    .ifa2019__title2__label,
    .ces2019__title2__label {
      font-size: 30px;
      line-height: 1.4; } }
  .js-effect .ceatc2017__title2__label, .js-effect .interbee2017__title2__label, .js-effect .nab2018__title2__label, .js-effect .ifa2018__title2__label, .js-effect .ifa2019__title2__label, .js-effect .ces2019__title2__label {
    -webkit-transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
    transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
    transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
    transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px); }
  .js-effect.-active .ceatc2017__title2__label, .js-effect.-active .interbee2017__title2__label, .js-effect.-active .nab2018__title2__label, .js-effect.-active .ifa2018__title2__label, .js-effect.-active .ifa2019__title2__label, .js-effect.-active .ces2019__title2__label {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.ceatc2017__title2__subLabel,
.interbee2017__title2__subLabel,
.nab2018__title2__subLabel,
.ifa2018__title2__subLabel,
.ifa2019__title2__subLabel,
.ces2019__title2__subLabel {
  margin: 6px 0 0;
  text-align: center;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .ceatc2017__title2__subLabel,
    .interbee2017__title2__subLabel,
    .nab2018__title2__subLabel,
    .ifa2018__title2__subLabel,
    .ifa2019__title2__subLabel,
    .ces2019__title2__subLabel {
      margin-top: 2px;
      font-size: 10px; } }
  .js-effect .ceatc2017__title2__subLabel, .js-effect .interbee2017__title2__subLabel, .js-effect .nab2018__title2__subLabel, .js-effect .ifa2018__title2__subLabel, .js-effect .ifa2019__title2__subLabel, .js-effect .ces2019__title2__subLabel {
    -webkit-transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
    transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
    transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
    transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px); }
  .js-effect.-active .ceatc2017__title2__subLabel, .js-effect.-active .interbee2017__title2__subLabel, .js-effect.-active .nab2018__title2__subLabel, .js-effect.-active .ifa2018__title2__subLabel, .js-effect.-active .ifa2019__title2__subLabel, .js-effect.-active .ces2019__title2__subLabel {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* ------------------------------------------------- *
 *        ceatc2017__nav
 *        interbee2017__nav
 *        nab2018__nav
 *        ifa2018__nav
 *        ifa2019__nav
 *        ces2019__nav
 * ------------------------------------------------- */
.ceatc2017__nav,
.interbee2017__nav,
.nab2018__nav,
.ifa2018__nav,
.ifa2019__nav,
.ces2019__nav {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  min-width: 980px;
  height: 54px;
  margin: 0 auto;
  padding: 15px 0;
  border-top: 1px solid #dcdcdc;
  font-size: 14px; }
  .ceatc2017__nav.-type1,
  .interbee2017__nav.-type1,
  .nab2018__nav.-type1,
  .ifa2018__nav.-type1,
  .ifa2019__nav.-type1,
  .ces2019__nav.-type1 {
    max-width: initial;
    min-width: 0;
    width: 950px;
    margin: 40px auto -45px; }
  .ceatc2017__nav.-fixed,
  .interbee2017__nav.-fixed,
  .nab2018__nav.-fixed,
  .ifa2018__nav.-fixed,
  .ifa2019__nav.-fixed,
  .ces2019__nav.-fixed {
    position: fixed;
    top: 49px;
    left: 0;
    z-index: 9;
    max-width: 100%;
    min-width: 980px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: none !important;
    transition: none !important; }
    .ceatc2017__nav.-fixed .ceatc2017__nav__linear,
    .ceatc2017__nav.-fixed .interbee2017__nav__linear,
    .ceatc2017__nav.-fixed .nab2018__nav__linear,
    .ceatc2017__nav.-fixed .ifa2018__nav__linear,
    .ceatc2017__nav.-fixed .ifa2019__nav__linear,
    .ceatc2017__nav.-fixed .ces2019__nav__linear,
    .interbee2017__nav.-fixed .ceatc2017__nav__linear,
    .interbee2017__nav.-fixed .interbee2017__nav__linear,
    .interbee2017__nav.-fixed .nab2018__nav__linear,
    .interbee2017__nav.-fixed .ifa2018__nav__linear,
    .interbee2017__nav.-fixed .ifa2019__nav__linear,
    .interbee2017__nav.-fixed .ces2019__nav__linear,
    .nab2018__nav.-fixed .ceatc2017__nav__linear,
    .nab2018__nav.-fixed .interbee2017__nav__linear,
    .nab2018__nav.-fixed .nab2018__nav__linear,
    .nab2018__nav.-fixed .ifa2018__nav__linear,
    .nab2018__nav.-fixed .ifa2019__nav__linear,
    .nab2018__nav.-fixed .ces2019__nav__linear,
    .ifa2018__nav.-fixed .ceatc2017__nav__linear,
    .ifa2018__nav.-fixed .interbee2017__nav__linear,
    .ifa2018__nav.-fixed .nab2018__nav__linear,
    .ifa2018__nav.-fixed .ifa2018__nav__linear,
    .ifa2018__nav.-fixed .ifa2019__nav__linear,
    .ifa2018__nav.-fixed .ces2019__nav__linear,
    .ifa2019__nav.-fixed .ceatc2017__nav__linear,
    .ifa2019__nav.-fixed .interbee2017__nav__linear,
    .ifa2019__nav.-fixed .nab2018__nav__linear,
    .ifa2019__nav.-fixed .ifa2018__nav__linear,
    .ifa2019__nav.-fixed .ifa2019__nav__linear,
    .ifa2019__nav.-fixed .ces2019__nav__linear,
    .ces2019__nav.-fixed .ceatc2017__nav__linear,
    .ces2019__nav.-fixed .interbee2017__nav__linear,
    .ces2019__nav.-fixed .nab2018__nav__linear,
    .ces2019__nav.-fixed .ifa2018__nav__linear,
    .ces2019__nav.-fixed .ifa2019__nav__linear,
    .ces2019__nav.-fixed .ces2019__nav__linear {
      padding-right: 40px;
      padding-left: 40px; }
  @media screen and (max-width: 767px) {
    .ceatc2017__nav,
    .interbee2017__nav,
    .nab2018__nav,
    .ifa2018__nav,
    .ifa2019__nav,
    .ces2019__nav {
      max-width: initial;
      min-width: 0;
      height: auto;
      padding: 0;
      border-top: none;
      font-size: 12px; }
      .ceatc2017__nav.-type1,
      .interbee2017__nav.-type1,
      .nab2018__nav.-type1,
      .ifa2018__nav.-type1,
      .ifa2019__nav.-type1,
      .ces2019__nav.-type1 {
        width: auto;
        margin: 20px auto 30px; } }
  .ceatc2017__nav.js-effect,
  .interbee2017__nav.js-effect,
  .nab2018__nav.js-effect,
  .ifa2018__nav.js-effect,
  .ifa2019__nav.js-effect,
  .ces2019__nav.js-effect {
    -webkit-transition: opacity 0.5s ease 0.8s, -webkit-transform 0.5s ease 0.8s;
    transition: opacity 0.5s ease 0.8s, -webkit-transform 0.5s ease 0.8s;
    transition: transform 0.5s ease 0.8s, opacity 0.5s ease 0.8s;
    transition: transform 0.5s ease 0.8s, opacity 0.5s ease 0.8s, -webkit-transform 0.5s ease 0.8s;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px); }
    .ceatc2017__nav.js-effect.-active,
    .interbee2017__nav.js-effect.-active,
    .nab2018__nav.js-effect.-active,
    .ifa2018__nav.js-effect.-active,
    .ifa2019__nav.js-effect.-active,
    .ces2019__nav.js-effect.-active {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }

.ceatc2017__nav__page,
.interbee2017__nav__page,
.nab2018__nav__page,
.ifa2018__nav__page,
.ifa2019__nav__page,
.ces2019__nav__page {
  position: relative;
  z-index: 9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  margin: 0 auto; }
  .ceatc2017__nav__page > li,
  .interbee2017__nav__page > li,
  .nab2018__nav__page > li,
  .ifa2018__nav__page > li,
  .ifa2019__nav__page > li,
  .ces2019__nav__page > li {
    display: table-cell;
    padding: 0 20px; }
    .ceatc2017__nav__page > li a,
    .interbee2017__nav__page > li a,
    .nab2018__nav__page > li a,
    .ifa2018__nav__page > li a,
    .ifa2019__nav__page > li a,
    .ces2019__nav__page > li a {
      position: relative;
      display: inline-block;
      padding: 0 19px 0 0;
      text-decoration: none; }
      .ceatc2017__nav__page > li a:after,
      .interbee2017__nav__page > li a:after,
      .nab2018__nav__page > li a:after,
      .ifa2018__nav__page > li a:after,
      .ifa2019__nav__page > li a:after,
      .ces2019__nav__page > li a:after {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        border-top: #fe0000 1px solid;
        border-left: #fe0000 1px solid;
        -webkit-transform: rotate(225deg);
            -ms-transform: rotate(225deg);
                transform: rotate(225deg);
        position: absolute;
        top: 50%;
        right: 2px;
        margin-top: -4px; }
  @media screen and (max-width: 767px) {
    .ceatc2017__nav__page,
    .interbee2017__nav__page,
    .nab2018__nav__page,
    .ifa2018__nav__page,
    .ifa2019__nav__page,
    .ces2019__nav__page {
      width: 100%;
      padding: 0 10px;
      border-top: 1px solid #dcdcdc; }
      .ceatc2017__nav__page > li,
      .interbee2017__nav__page > li,
      .nab2018__nav__page > li,
      .ifa2018__nav__page > li,
      .ifa2019__nav__page > li,
      .ces2019__nav__page > li {
        display: table-cell;
        width: 33.33%;
        padding: 0;
        text-align: center; }
        .ceatc2017__nav__page > li a,
        .interbee2017__nav__page > li a,
        .nab2018__nav__page > li a,
        .ifa2018__nav__page > li a,
        .ifa2019__nav__page > li a,
        .ces2019__nav__page > li a {
          padding: 10px 14px 10px 0; } }

.ceatc2017__nav__linear,
.interbee2017__nav__linear,
.nab2018__nav__linear,
.ifa2018__nav__linear,
.ifa2019__nav__linear,
.ces2019__nav__linear {
  overflow: hidden;
  position: absolute;
  top: 15px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%; }
  .ceatc2017__nav__linear > li,
  .interbee2017__nav__linear > li,
  .nab2018__nav__linear > li,
  .ifa2018__nav__linear > li,
  .ifa2019__nav__linear > li,
  .ces2019__nav__linear > li {
    margin: 0 auto; }
    .ceatc2017__nav__linear > li:first-child,
    .interbee2017__nav__linear > li:first-child,
    .nab2018__nav__linear > li:first-child,
    .ifa2018__nav__linear > li:first-child,
    .ifa2019__nav__linear > li:first-child,
    .ces2019__nav__linear > li:first-child {
      float: left;
      margin: 0;
      text-align: left; }
      .ceatc2017__nav__linear > li:first-child a,
      .interbee2017__nav__linear > li:first-child a,
      .nab2018__nav__linear > li:first-child a,
      .ifa2018__nav__linear > li:first-child a,
      .ifa2019__nav__linear > li:first-child a,
      .ces2019__nav__linear > li:first-child a {
        position: relative;
        display: inline-block;
        padding-left: 17px; }
        .ceatc2017__nav__linear > li:first-child a:before,
        .interbee2017__nav__linear > li:first-child a:before,
        .nab2018__nav__linear > li:first-child a:before,
        .ifa2018__nav__linear > li:first-child a:before,
        .ifa2019__nav__linear > li:first-child a:before,
        .ces2019__nav__linear > li:first-child a:before {
          content: '';
          display: block;
          width: 5px;
          height: 5px;
          border-top: #fe0000 1px solid;
          border-left: #fe0000 1px solid;
          -webkit-transform: rotate(315deg);
              -ms-transform: rotate(315deg);
                  transform: rotate(315deg);
          position: absolute;
          top: 50%;
          left: 2px;
          margin-top: -3px; }
    .ceatc2017__nav__linear > li:last-child,
    .interbee2017__nav__linear > li:last-child,
    .nab2018__nav__linear > li:last-child,
    .ifa2018__nav__linear > li:last-child,
    .ifa2019__nav__linear > li:last-child,
    .ces2019__nav__linear > li:last-child {
      float: right;
      margin: 0;
      text-align: right; }
      .ceatc2017__nav__linear > li:last-child a,
      .interbee2017__nav__linear > li:last-child a,
      .nab2018__nav__linear > li:last-child a,
      .ifa2018__nav__linear > li:last-child a,
      .ifa2019__nav__linear > li:last-child a,
      .ces2019__nav__linear > li:last-child a {
        position: relative;
        display: inline-block;
        padding-right: 17px; }
        .ceatc2017__nav__linear > li:last-child a:after,
        .interbee2017__nav__linear > li:last-child a:after,
        .nab2018__nav__linear > li:last-child a:after,
        .ifa2018__nav__linear > li:last-child a:after,
        .ifa2019__nav__linear > li:last-child a:after,
        .ces2019__nav__linear > li:last-child a:after {
          content: '';
          display: block;
          width: 5px;
          height: 5px;
          border-top: #fe0000 1px solid;
          border-left: #fe0000 1px solid;
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg);
          position: absolute;
          top: 50%;
          right: 2px;
          margin-top: -3px; }
    .ceatc2017__nav__linear > li a,
    .interbee2017__nav__linear > li a,
    .nab2018__nav__linear > li a,
    .ifa2018__nav__linear > li a,
    .ifa2019__nav__linear > li a,
    .ces2019__nav__linear > li a {
      text-decoration: none; }
  .ceatc2017__nav.-type1 .ceatc2017__nav__linear,
  .ceatc2017__nav.-type1 .interbee2017__nav__linear,
  .ceatc2017__nav.-type1 .nab2018__nav__linear,
  .ceatc2017__nav.-type1 .ces2019__nav__linear,
  .interbee2017__nav.-type1 .ceatc2017__nav__linear,
  .interbee2017__nav.-type1 .interbee2017__nav__linear,
  .interbee2017__nav.-type1 .nab2018__nav__linear,
  .interbee2017__nav.-type1 .ces2019__nav__linear,
  .nab2018__nav.-type1 .ceatc2017__nav__linear,
  .nab2018__nav.-type1 .interbee2017__nav__linear,
  .nab2018__nav.-type1 .nab2018__nav__linear,
  .nab2018__nav.-type1 .ces2019__nav__linear,
  .ifa2018__nav.-type1 .ceatc2017__nav__linear,
  .ifa2018__nav.-type1 .interbee2017__nav__linear,
  .ifa2018__nav.-type1 .nab2018__nav__linear,
  .ifa2018__nav.-type1 .ces2019__nav__linear,
  .ifa2019__nav.-type1 .ceatc2017__nav__linear,
  .ifa2019__nav.-type1 .interbee2017__nav__linear,
  .ifa2019__nav.-type1 .nab2018__nav__linear,
  .ifa2019__nav.-type1 .ces2019__nav__linear,
  .ces2019__nav.-type1 .ceatc2017__nav__linear,
  .ces2019__nav.-type1 .interbee2017__nav__linear,
  .ces2019__nav.-type1 .nab2018__nav__linear,
  .ces2019__nav.-type1 .ces2019__nav__linear {
    position: static; }
  @media screen and (max-width: 767px) {
    .ceatc2017__nav__linear,
    .interbee2017__nav__linear,
    .nab2018__nav__linear,
    .ifa2018__nav__linear,
    .ifa2019__nav__linear,
    .ces2019__nav__linear {
      position: static;
      padding: 0 10px;
      border-top: 1px solid #dcdcdc; }
      .ceatc2017__nav__linear > li:first-child a,
      .interbee2017__nav__linear > li:first-child a,
      .nab2018__nav__linear > li:first-child a,
      .ifa2018__nav__linear > li:first-child a,
      .ifa2019__nav__linear > li:first-child a,
      .ces2019__nav__linear > li:first-child a {
        padding-left: 10px; }
      .ceatc2017__nav__linear > li:last-child a,
      .interbee2017__nav__linear > li:last-child a,
      .nab2018__nav__linear > li:last-child a,
      .ifa2018__nav__linear > li:last-child a,
      .ifa2019__nav__linear > li:last-child a,
      .ces2019__nav__linear > li:last-child a {
        padding-right: 10px; }
      .ceatc2017__nav__linear > li a,
      .interbee2017__nav__linear > li a,
      .nab2018__nav__linear > li a,
      .ifa2018__nav__linear > li a,
      .ifa2019__nav__linear > li a,
      .ces2019__nav__linear > li a {
        padding: 10px 0; } }

/* ------------------------------------------------- *
 *        ceatc2017__indexNav
 *        interbee2017__indexNav
 *        nab2018__indexNav
 *        ifa2018__indexNav
 *        ifa2019__indexNav
 *        ces2019__indexNav
 * ------------------------------------------------- */
@media screen and (max-width: 767px) {
  .ceatc2017__indexNav {
    background: #000; } }

.interbee2017__indexNav,
.nab2018__indexNav,
.ifa2018__indexNav,
.ifa2019__indexNav,
.ces2019__indexNav {
  background: rgba(0, 0, 0, 0.8); }
  @media screen and (max-width: 767px) {
    .interbee2017__indexNav,
    .nab2018__indexNav,
    .ifa2018__indexNav,
    .ifa2019__indexNav,
    .ces2019__indexNav {
      background: #000; } }

.ceatc2017__indexNav__menu,
.interbee2017__indexNav__menu,
.nab2018__indexNav__menu,
.ifa2018__indexNav__menu,
.ifa2019__indexNav__menu,
.ces2019__indexNav__menu {
  overflow: hidden; }

.interbee2017__indexNav__menu,
.nab2018__indexNav__menu,
.ifa2018__indexNav__menu,
.ifa2019__indexNav__menu,
.ces2019__indexNav__menu {
  width: 950px;
  margin: auto;
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .interbee2017__indexNav__menu,
    .nab2018__indexNav__menu,
    .ifa2018__indexNav__menu,
    .ifa2019__indexNav__menu,
    .ces2019__indexNav__menu {
      width: auto;
      padding: 10px; } }

.ceatc2017__indexNav__menu__li,
.interbee2017__indexNav__menu__li,
.nab2018__indexNav__menu__li,
.ifa2018__indexNav__menu__li,
.ifa2019__indexNav__menu__li,
.ces2019__indexNav__menu__li {
  float: left;
  display: block;
  width: 25%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .ceatc2017__indexNav__menu__li,
    .interbee2017__indexNav__menu__li,
    .nab2018__indexNav__menu__li,
    .ifa2018__indexNav__menu__li,
    .ifa2019__indexNav__menu__li,
    .ces2019__indexNav__menu__li {
      width: 50%; } }
  .ceatc2017__indexNav__menu__li a,
  .interbee2017__indexNav__menu__li a,
  .nab2018__indexNav__menu__li a,
  .ifa2018__indexNav__menu__li a,
  .ifa2019__indexNav__menu__li a,
  .ces2019__indexNav__menu__li a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .ceatc2017__indexNav__menu__li a:before,
    .interbee2017__indexNav__menu__li a:before,
    .nab2018__indexNav__menu__li a:before,
    .ifa2018__indexNav__menu__li a:before,
    .ifa2019__indexNav__menu__li a:before,
    .ces2019__indexNav__menu__li a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
  .ceatc2017__indexNav__menu__li.-booth01 a,
  .interbee2017__indexNav__menu__li.-booth01 a,
  .nab2018__indexNav__menu__li.-booth01 a,
  .ifa2018__indexNav__menu__li.-booth01 a,
  .ifa2019__indexNav__menu__li.-booth01 a,
  .ces2019__indexNav__menu__li.-booth01 a {
    background: url(/brand/asset/img/img_ceatc2017_index_01.jpg) no-repeat 50% 50%;
    background-size: 100% auto; }
  .ceatc2017__indexNav__menu__li.-booth02 a,
  .interbee2017__indexNav__menu__li.-booth02 a,
  .nab2018__indexNav__menu__li.-booth02 a,
  .ifa2018__indexNav__menu__li.-booth02 a,
  .ifa2019__indexNav__menu__li.-booth02 a,
  .ces2019__indexNav__menu__li.-booth02 a {
    background: url(/brand/asset/img/img_ceatc2017_index_02.jpg) no-repeat 50% 50%;
    background-size: 100% auto; }
  .ceatc2017__indexNav__menu__li.-booth03 a,
  .interbee2017__indexNav__menu__li.-booth03 a,
  .nab2018__indexNav__menu__li.-booth03 a,
  .ifa2018__indexNav__menu__li.-booth03 a,
  .ifa2019__indexNav__menu__li.-booth03 a,
  .ces2019__indexNav__menu__li.-booth03 a {
    background: url(/brand/asset/img/img_ceatc2017_index_03.jpg) no-repeat 50% 50%;
    background-size: 100% auto; }
  .ceatc2017__indexNav__menu__li.-booth04 a,
  .interbee2017__indexNav__menu__li.-booth04 a,
  .nab2018__indexNav__menu__li.-booth04 a,
  .ifa2018__indexNav__menu__li.-booth04 a,
  .ifa2019__indexNav__menu__li.-booth04 a,
  .ces2019__indexNav__menu__li.-booth04 a {
    background: url(/brand/asset/img/img_ceatc2017_index_04.jpg) no-repeat 50% 50%;
    background-size: 100% auto; }
  .ceatc2017__indexNav__menu__li .-label,
  .interbee2017__indexNav__menu__li .-label,
  .nab2018__indexNav__menu__li .-label,
  .ifa2018__indexNav__menu__li .-label,
  .ifa2019__indexNav__menu__li .-label,
  .ces2019__indexNav__menu__li .-label {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-shadow: 1px 1px 1px #000000;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    white-space: nowrap; }
    .ceatc2017__indexNav__menu__li .-label:after,
    .interbee2017__indexNav__menu__li .-label:after,
    .nab2018__indexNav__menu__li .-label:after,
    .ifa2018__indexNav__menu__li .-label:after,
    .ifa2019__indexNav__menu__li .-label:after,
    .ces2019__indexNav__menu__li .-label:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -20px;
      width: 50px;
      height: 5px;
      background: #e6000d;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transition: all 0.1s linear;
      transition: all 0.1s linear; }
    @media screen and (max-width: 767px) {
      .ceatc2017__indexNav__menu__li .-label,
      .interbee2017__indexNav__menu__li .-label,
      .nab2018__indexNav__menu__li .-label,
      .ifa2018__indexNav__menu__li .-label,
      .ifa2019__indexNav__menu__li .-label,
      .ces2019__indexNav__menu__li .-label {
        font-size: 20px;
        line-height: 20px; }
        .ceatc2017__indexNav__menu__li .-label:after,
        .interbee2017__indexNav__menu__li .-label:after,
        .nab2018__indexNav__menu__li .-label:after,
        .ifa2018__indexNav__menu__li .-label:after,
        .ifa2019__indexNav__menu__li .-label:after,
        .ces2019__indexNav__menu__li .-label:after {
          bottom: -10px;
          width: 40px;
          height: 4px; } }
  .ceatc2017__indexNav__menu__li.-ja .-label,
  .interbee2017__indexNav__menu__li.-ja .-label,
  .nab2018__indexNav__menu__li.-ja .-label,
  .ifa2018__indexNav__menu__li.-ja .-label,
  .ifa2019__indexNav__menu__li.-ja .-label,
  .ces2019__indexNav__menu__li.-ja .-label {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .ceatc2017__indexNav__menu__li.-ja .-label,
      .interbee2017__indexNav__menu__li.-ja .-label,
      .nab2018__indexNav__menu__li.-ja .-label,
      .ifa2018__indexNav__menu__li.-ja .-label,
      .ifa2019__indexNav__menu__li.-ja .-label,
      .ces2019__indexNav__menu__li.-ja .-label {
        font-size: 18px;
        line-height: 20px; } }
  .ceatc2017__indexNav__menu__li .-update,
  .interbee2017__indexNav__menu__li .-update,
  .nab2018__indexNav__menu__li .-update,
  .ifa2018__indexNav__menu__li .-update,
  .ifa2019__indexNav__menu__li .-update,
  .ces2019__indexNav__menu__li .-update {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 0 10px;
    background: #000000;
    color: #fe4242;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    @media screen and (max-width: 767px) {
      .ceatc2017__indexNav__menu__li .-update,
      .interbee2017__indexNav__menu__li .-update,
      .nab2018__indexNav__menu__li .-update,
      .ifa2018__indexNav__menu__li .-update,
      .ifa2019__indexNav__menu__li .-update,
      .ces2019__indexNav__menu__li .-update {
        font-size: 10px; } }
  @media screen and (min-width: 768px) {
    .ceatc2017__indexNav__menu__li a:hover,
    .interbee2017__indexNav__menu__li a:hover,
    .nab2018__indexNav__menu__li a:hover,
    .ifa2018__indexNav__menu__li a:hover,
    .ifa2019__indexNav__menu__li a:hover,
    .ces2019__indexNav__menu__li a:hover {
      background-size: 110% auto;
      opacity: 1; }
      .ceatc2017__indexNav__menu__li a:hover:before,
      .interbee2017__indexNav__menu__li a:hover:before,
      .nab2018__indexNav__menu__li a:hover:before,
      .ifa2018__indexNav__menu__li a:hover:before,
      .ifa2019__indexNav__menu__li a:hover:before,
      .ces2019__indexNav__menu__li a:hover:before {
        background: rgba(0, 0, 0, 0.2); }
      .ceatc2017__indexNav__menu__li a:hover .-label,
      .interbee2017__indexNav__menu__li a:hover .-label,
      .nab2018__indexNav__menu__li a:hover .-label,
      .ifa2018__indexNav__menu__li a:hover .-label,
      .ifa2019__indexNav__menu__li a:hover .-label,
      .ces2019__indexNav__menu__li a:hover .-label {
        letter-spacing: 0.05em; }
        .ceatc2017__indexNav__menu__li a:hover .-label:after,
        .interbee2017__indexNav__menu__li a:hover .-label:after,
        .nab2018__indexNav__menu__li a:hover .-label:after,
        .ifa2018__indexNav__menu__li a:hover .-label:after,
        .ifa2019__indexNav__menu__li a:hover .-label:after,
        .ces2019__indexNav__menu__li a:hover .-label:after {
          width: 100%;
          height: 2px; } }
  .js-effect + .ceatc2017__indexNav .ceatc2017__indexNav__menu__li,
  .js-effect + .ceatc2017__indexNav .interbee2017__indexNav__menu__li,
  .js-effect + .ceatc2017__indexNav .nab2018__indexNav__menu__li,
  .js-effect + .ceatc2017__indexNav .ifa2018__indexNav__menu__li,
  .js-effect + .ceatc2017__indexNav .ifa2019__indexNav__menu__li,
  .js-effect + .ceatc2017__indexNav .ces2019__indexNav__menu__li,
  .js-effect.interbee2017__indexNav .ceatc2017__indexNav__menu__li,
  .js-effect.interbee2017__indexNav .interbee2017__indexNav__menu__li,
  .js-effect.interbee2017__indexNav .nab2018__indexNav__menu__li,
  .js-effect.interbee2017__indexNav .ifa2018__indexNav__menu__li,
  .js-effect.interbee2017__indexNav .ifa2019__indexNav__menu__li,
  .js-effect.interbee2017__indexNav .ces2019__indexNav__menu__li,
  .js-effect.nab2018__indexNav .ceatc2017__indexNav__menu__li,
  .js-effect.nab2018__indexNav .interbee2017__indexNav__menu__li,
  .js-effect.nab2018__indexNav .nab2018__indexNav__menu__li,
  .js-effect.nab2018__indexNav .ifa2018__indexNav__menu__li,
  .js-effect.nab2018__indexNav .ifa2019__indexNav__menu__li,
  .js-effect.nab2018__indexNav .ces2019__indexNav__menu__li,
  .js-effect.ifa2018__indexNav .ceatc2017__indexNav__menu__li,
  .js-effect.ifa2018__indexNav .interbee2017__indexNav__menu__li,
  .js-effect.ifa2018__indexNav .nab2018__indexNav__menu__li,
  .js-effect.ifa2018__indexNav .ifa2018__indexNav__menu__li,
  .js-effect.ifa2018__indexNav .ifa2019__indexNav__menu__li,
  .js-effect.ifa2018__indexNav .ces2019__indexNav__menu__li,
  .js-effect.ifa2019__indexNav .ceatc2017__indexNav__menu__li,
  .js-effect.ifa2019__indexNav .interbee2017__indexNav__menu__li,
  .js-effect.ifa2019__indexNav .nab2018__indexNav__menu__li,
  .js-effect.ifa2019__indexNav .ifa2018__indexNav__menu__li,
  .js-effect.ifa2019__indexNav .ifa2019__indexNav__menu__li,
  .js-effect.ifa2019__indexNav .ces2019__indexNav__menu__li,
  .js-effect.ces2019__indexNav .ceatc2017__indexNav__menu__li,
  .js-effect.ces2019__indexNav .interbee2017__indexNav__menu__li,
  .js-effect.ces2019__indexNav .nab2018__indexNav__menu__li,
  .js-effect.ces2019__indexNav .ifa2018__indexNav__menu__li,
  .js-effect.ces2019__indexNav .ifa2019__indexNav__menu__li,
  .js-effect.ces2019__indexNav .ces2019__indexNav__menu__li {
    -webkit-transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
    transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
    transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
    transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
    opacity: 0;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9); }
  .js-effect.-active + .ceatc2017__indexNav .ceatc2017__indexNav__menu__li,
  .js-effect.-active + .ceatc2017__indexNav .interbee2017__indexNav__menu__li,
  .js-effect.-active + .ceatc2017__indexNav .nab2018__indexNav__menu__li,
  .js-effect.-active + .ceatc2017__indexNav .ifa2018__indexNav__menu__li,
  .js-effect.-active + .ceatc2017__indexNav .ifa2019__indexNav__menu__li,
  .js-effect.-active + .ceatc2017__indexNav .ces2019__indexNav__menu__li,
  .js-effect.-active.interbee2017__indexNav .ceatc2017__indexNav__menu__li,
  .js-effect.-active.interbee2017__indexNav .interbee2017__indexNav__menu__li,
  .js-effect.-active.interbee2017__indexNav .nab2018__indexNav__menu__li,
  .js-effect.-active.interbee2017__indexNav .ifa2018__indexNav__menu__li,
  .js-effect.-active.interbee2017__indexNav .ifa2019__indexNav__menu__li,
  .js-effect.-active.interbee2017__indexNav .ces2019__indexNav__menu__li,
  .js-effect.-active.nab2018__indexNav .ceatc2017__indexNav__menu__li,
  .js-effect.-active.nab2018__indexNav .interbee2017__indexNav__menu__li,
  .js-effect.-active.nab2018__indexNav .nab2018__indexNav__menu__li,
  .js-effect.-active.nab2018__indexNav .ifa2018__indexNav__menu__li,
  .js-effect.-active.nab2018__indexNav .ifa2019__indexNav__menu__li,
  .js-effect.-active.nab2018__indexNav .ces2019__indexNav__menu__li,
  .js-effect.-active.ifa2018__indexNav .ceatc2017__indexNav__menu__li,
  .js-effect.-active.ifa2018__indexNav .interbee2017__indexNav__menu__li,
  .js-effect.-active.ifa2018__indexNav .nab2018__indexNav__menu__li,
  .js-effect.-active.ifa2018__indexNav .ifa2018__indexNav__menu__li,
  .js-effect.-active.ifa2018__indexNav .ifa2019__indexNav__menu__li,
  .js-effect.-active.ifa2018__indexNav .ces2019__indexNav__menu__li,
  .js-effect.-active.ifa2019__indexNav .ceatc2017__indexNav__menu__li,
  .js-effect.-active.ifa2019__indexNav .interbee2017__indexNav__menu__li,
  .js-effect.-active.ifa2019__indexNav .nab2018__indexNav__menu__li,
  .js-effect.-active.ifa2019__indexNav .ifa2018__indexNav__menu__li,
  .js-effect.-active.ifa2019__indexNav .ifa2019__indexNav__menu__li,
  .js-effect.-active.ifa2019__indexNav .ces2019__indexNav__menu__li,
  .js-effect.-active.ces2019__indexNav .ceatc2017__indexNav__menu__li,
  .js-effect.-active.ces2019__indexNav .interbee2017__indexNav__menu__li,
  .js-effect.-active.ces2019__indexNav .nab2018__indexNav__menu__li,
  .js-effect.-active.ces2019__indexNav .ifa2018__indexNav__menu__li,
  .js-effect.-active.ces2019__indexNav .ifa2019__indexNav__menu__li,
  .js-effect.-active.ces2019__indexNav .ces2019__indexNav__menu__li {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

.ceatc2017__indexNav__menu__li {
  width: 25%; }
  @media screen and (max-width: 767px) {
    .ceatc2017__indexNav__menu__li {
      width: 50%; } }
  .ceatc2017__indexNav__menu__li.-booth01 a {
    background: url(/brand/asset/img/img_ceatc2017_index_01.jpg) no-repeat 50% 50%;
    background-size: 100% auto; }
  .ceatc2017__indexNav__menu__li.-booth02 a {
    background: url(/brand/asset/img/img_ceatc2017_index_02.jpg) no-repeat 50% 50%;
    background-size: 100% auto; }
  .ceatc2017__indexNav__menu__li.-booth03 a {
    background: url(/brand/asset/img/img_ceatc2017_index_03.jpg) no-repeat 50% 50%;
    background-size: 100% auto; }
  .ceatc2017__indexNav__menu__li.-booth04 a {
    background: url(/brand/asset/img/img_ceatc2017_index_04.jpg) no-repeat 50% 50%;
    background-size: 100% auto; }

.interbee2017__indexNav__menu__li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  max-width: 580px; }
  @media screen and (max-width: 767px) {
    .interbee2017__indexNav__menu__li {
      width: 100%; } }
  .interbee2017__indexNav__menu__li a {
    padding-top: 41.37931%; }
  .interbee2017__indexNav__menu__li.-booth {
    padding-right: 20px; }
    .interbee2017__indexNav__menu__li.-booth a {
      background: url(/brand/asset/img/img_interbee2017_index_02.jpg) no-repeat 50% 50%;
      background-size: 100% auto; }
    @media screen and (max-width: 767px) {
      .interbee2017__indexNav__menu__li.-booth {
        padding-right: 0; } }
  .interbee2017__indexNav__menu__li.-interview {
    padding-left: 20px; }
    .interbee2017__indexNav__menu__li.-interview a {
      background: url(/brand/asset/img/img_interbee2017_index_03.jpg) no-repeat 50% 50%;
      background-size: 100% auto; }
    @media screen and (max-width: 767px) {
      .interbee2017__indexNav__menu__li.-interview {
        margin-top: 10px;
        padding-left: 0; } }

/* ------------------------------------------------- *
 *        ceatc2017__unit
 * ------------------------------------------------- */
.ceatc2017__unit {
  background: #fff;
  margin-top: 20px; }
  .ceatc2017__unit.js-effect {
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 0;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9); }
    .ceatc2017__unit.js-effect.-active {
      opacity: 1;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }

.ceatc2017__unitInner {
  position: relative;
  display: table;
  text-decoration: none; }
  .ceatc2017__unit.-type1 .ceatc2017__unitInner {
    display: block; }

.ceatc2017__unit__img {
  display: table-cell;
  width: 50%;
  vertical-align: top; }
  @media screen and (max-width: 767px) {
    .ceatc2017__unit__img {
      display: block;
      width: 100%; } }
  .ceatc2017__unit__img img {
    width: 100%;
    height: auto; }
  .ceatc2017__unit.-type1 .ceatc2017__unit__img {
    display: block;
    width: 100%; }

.ceatc2017__unit__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  width: 50%;
  padding: 60px 40px 40px;
  vertical-align: top; }
  @media screen and (max-width: 767px) {
    .ceatc2017__unit__text {
      position: relative;
      display: block;
      width: auto;
      padding: 20px; } }
  .ceatc2017__unit.-type1 .ceatc2017__unit__text {
    display: block;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px; }

/* ------------------------------------------------- *
 *        ceatc2017__bottom__nav
 *        interbee2017__bottom__nav
 *        nab2018__bottom__nav
 *        ifa2018__bottom__nav
 *        ifa2019__bottom__nav
 *        ces2019__bottom__nav
 * ------------------------------------------------- */
@media screen and (max-width: 767px) {
  .ceatc2017__bottomNav,
  .interbee2017__bottomNav,
  .nab2018__bottomNav,
  .ifa2018__bottomNav,
  .ifa2019__bottomNav,
  .ces2019__bottomNav {
    background: #e6e6e6;
    color: #666;
    font-size: 10px; } }

@media screen and (max-width: 767px) {
  .frame1.-type2 + .ceatc2017__bottomNav,
  .frame1.-type2 + .interbee2017__bottomNav,
  .frame1.-type2 + .nab2018__bottomNav,
  .frame1.-type2 + .ifa2018__bottomNav,
  .frame1.-type2 + .ifa2019__bottomNav,
  .frame1.-type2 + .ces2019__bottomNav {
    margin-top: 50px; } }

@media screen and (max-width: 767px) {
  .ceatc2017__bottomNav__menu,
  .interbee2017__bottomNav__menu,
  .nab2018__bottomNav__menu,
  .ifa2018__bottomNav__menu,
  .ifa2019__bottomNav__menu,
  .ces2019__bottomNav__menu {
    background: #e6e6e6; } }

@media screen and (max-width: 767px) {
  .ceatc2017__bottomNav__menu_li,
  .interbee2017__bottomNav__menu_li,
  .nab2018__bottomNav__menu_li,
  .ifa2018__bottomNav__menu_li,
  .ifa2019__bottomNav__menu_li,
  .ces2019__bottomNav__menu_li {
    border-top: 1px solid #ccc;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400; }
    .ceatc2017__bottomNav__menu_li a,
    .interbee2017__bottomNav__menu_li a,
    .nab2018__bottomNav__menu_li a,
    .ifa2018__bottomNav__menu_li a,
    .ifa2019__bottomNav__menu_li a,
    .ces2019__bottomNav__menu_li a {
      display: block;
      padding: 15px 10px;
      color: #666;
      font-size: 14px;
      text-decoration: none; }
    .ceatc2017__bottomNav__menu_li span,
    .interbee2017__bottomNav__menu_li span,
    .nab2018__bottomNav__menu_li span,
    .ifa2018__bottomNav__menu_li span,
    .ifa2019__bottomNav__menu_li span,
    .ces2019__bottomNav__menu_li span {
      display: block;
      padding: 15px 10px 0; } }

@media screen and (max-width: 767px) {
  .ceatc2017__bottomSubNav__menu,
  .interbee2017__bottomSubNav__menu,
  .nab2018__bottomSubNav__menu,
  .ifa2018__bottomSubNav__menu,
  .ifa2019__bottomSubNav__menu,
  .ces2019__bottomSubNav__menu {
    overflow: hidden;
    padding: 8px 10px; }
    .ceatc2017__bottomSubNav__menu > li,
    .interbee2017__bottomSubNav__menu > li,
    .nab2018__bottomSubNav__menu > li,
    .ifa2018__bottomSubNav__menu > li,
    .ifa2019__bottomSubNav__menu > li,
    .ces2019__bottomSubNav__menu > li {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      float: left;
      width: 50%;
      padding-left: 20px; }
      .ceatc2017__bottomSubNav__menu > li:nth-child(2n+1),
      .interbee2017__bottomSubNav__menu > li:nth-child(2n+1),
      .nab2018__bottomSubNav__menu > li:nth-child(2n+1),
      .ifa2018__bottomSubNav__menu > li:nth-child(2n+1),
      .ifa2019__bottomSubNav__menu > li:nth-child(2n+1),
      .ces2019__bottomSubNav__menu > li:nth-child(2n+1) {
        clear: both; }
      .ceatc2017__bottomSubNav__menu > li a,
      .interbee2017__bottomSubNav__menu > li a,
      .nab2018__bottomSubNav__menu > li a,
      .ifa2018__bottomSubNav__menu > li a,
      .ifa2019__bottomSubNav__menu > li a,
      .ces2019__bottomSubNav__menu > li a {
        padding: 8px 0; }
      .ceatc2017__bottomSubNav__menu > li.-ja,
      .interbee2017__bottomSubNav__menu > li.-ja,
      .nab2018__bottomSubNav__menu > li.-ja,
      .ifa2018__bottomSubNav__menu > li.-ja,
      .ifa2019__bottomSubNav__menu > li.-ja,
      .ces2019__bottomSubNav__menu > li.-ja {
        font-family: 'Noto Sans Japanese', sans-serif;
        font-weight: 350; }
        .ceatc2017__bottomSubNav__menu > li.-ja a,
        .interbee2017__bottomSubNav__menu > li.-ja a,
        .nab2018__bottomSubNav__menu > li.-ja a,
        .ifa2018__bottomSubNav__menu > li.-ja a,
        .ifa2019__bottomSubNav__menu > li.-ja a,
        .ces2019__bottomSubNav__menu > li.-ja a {
          font-size: 13px; } }

/* ------------------------------------------------- *
 *        ceatc2017__img1
 *        interbee2017__img1
 *        nab2018__img1
 *        ifa2018__img1
 *        ifa2019__img1
 *        ces2019__img1
 * ------------------------------------------------- */
.ceatc2017__img1,
.interbee2017__img1,
.nab2018__img1,
.ifa2018__img1,
.ifa2019__img1,
.ces2019__img1 {
  max-width: 1200px;
  min-width: 980px;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .ceatc2017__img1,
    .interbee2017__img1,
    .nab2018__img1,
    .ifa2018__img1,
    .ifa2019__img1,
    .ces2019__img1 {
      max-width: initial;
      min-width: 0; } }
  .ceatc2017__img1.js-effect,
  .interbee2017__img1.js-effect,
  .nab2018__img1.js-effect,
  .ifa2018__img1.js-effect,
  .ifa2019__img1.js-effect,
  .ces2019__img1.js-effect {
    -webkit-transition: opacity 0.5s ease 0.8s;
    transition: opacity 0.5s ease 0.8s;
    opacity: 0; }
    .ceatc2017__img1.js-effect.-active,
    .interbee2017__img1.js-effect.-active,
    .nab2018__img1.js-effect.-active,
    .ifa2018__img1.js-effect.-active,
    .ifa2019__img1.js-effect.-active,
    .ces2019__img1.js-effect.-active {
      opacity: 1; }

.ifa2018__img1, .ifa2019__img1 {
  max-width: 950px;
  min-width: 950px; }
  @media screen and (max-width: 767px) {
    .ifa2018__img1, .ifa2019__img1 {
      max-width: initial;
      min-width: 0; } }

.ceatc2017__nav.-fixed + .ceatc2017__img1,
.interbee2017__nav.-fixed + .interbee2017__img1,
.nab2018__nav.-fixed + .nab2018__img1,
.ifa2018__nav.-fixed + .ifa2018__img1,
.ifa2019__nav.-fixed + .ifa2019__img1,
.ces2019__nav.-fixed + .ifa2018__img1,
.ces2019__nav.-fixed + .ifa2019__img1 {
  margin-top: 54px; }

/* ------------------------------------------------- *
 *        ceatc2017 about
 * ------------------------------------------------- */
.globalevent.ceatc2017.about .frame1.-type2.js-effect {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0; }
  .globalevent.ceatc2017.about .frame1.-type2.js-effect.-active {
    opacity: 1; }

/* ------------------------------------------------- *
 *        ceatc2017 booth1
 *        ceatc2017 booth2
 *        ceatc2017 booth3
 *        ceatc2017 booth4
 * ------------------------------------------------- */
.globalevent.ceatc2017.booth01 .frame1.js-effect, .globalevent.ceatc2017.booth02 .frame1.js-effect, .globalevent.ceatc2017.booth03 .frame1.js-effect, .globalevent.ceatc2017.booth04 .frame1.js-effect {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0; }
  .globalevent.ceatc2017.booth01 .frame1.js-effect.-active, .globalevent.ceatc2017.booth02 .frame1.js-effect.-active, .globalevent.ceatc2017.booth03 .frame1.js-effect.-active, .globalevent.ceatc2017.booth04 .frame1.js-effect.-active {
    opacity: 1; }

/* ------------------------------------------------- *
 *        interbee2017 booth
 * ------------------------------------------------- */
.globalevent.interbee2017.booth .frame1.js-effect {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0; }
  .globalevent.interbee2017.booth .frame1.js-effect.-active {
    opacity: 1; }

/* ------------------------------------------------- *
 *        interbee2017__unit
 * ------------------------------------------------- */
.interbee2017__unit {
  position: relative;
  display: table;
  width: 100%;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .interbee2017__unit {
      display: block; } }
  .js-effect .interbee2017__unit .interbee2017__unit__image, .js-effect .interbee2017__unit .interbee2017__unit__text {
    -webkit-transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
    transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
    transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
    transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
    opacity: 0;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9); }
  .js-effect .interbee2017__unit .interbee2017__unit__title {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0; }
  .js-effect.-active .interbee2017__unit .interbee2017__unit__image, .js-effect.-active .interbee2017__unit .interbee2017__unit__text {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .js-effect.-active .interbee2017__unit .interbee2017__unit__title {
    opacity: 1; }

.interbee2017__unitInner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  width: 50%;
  padding: 50px 0;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .interbee2017__unitInner {
      display: block;
      width: auto;
      padding: 0 10px 30px; } }

.interbee2017__unit__image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  width: 50%;
  padding-top: 43.75%;
  background: url(/brand/asset/img/img_interbee2017_index_01.jpg) no-repeat 50% 50%;
  background-size: cover;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .interbee2017__unit__image {
      display: block;
      width: 100%;
      padding-top: 87.5%; } }

.interbee2017__unit__title {
  position: relative;
  max-width: 520px;
  margin: 0;
  padding: 0 0 0 80px;
  font-size: 40px;
  text-align: center; }
  .interbee2017__unit__title img {
    width: 182px;
    height: auto; }
  @media screen and (max-width: 767px) {
    .interbee2017__unit__title {
      position: absolute;
      top: 50px;
      left: 50%;
      display: block;
      width: 91px;
      margin-left: -46px;
      padding-left: 0; }
      .interbee2017__unit__title img {
        width: 91px;
        height: auto; } }

.interbee2017__unit__text {
  max-width: 520px;
  margin: 50px 0 0;
  padding: 0 0 0 80px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .interbee2017__unit__text {
      max-width: initial;
      margin-top: 20px;
      padding-left: 0; } }

/* ------------------------------------------------- *
 *        interbee2017__bottomLink
 * ------------------------------------------------- */
.interbee2017__bottomLink {
  background: #ececec; }

.interbee2017__bottomLink__inner {
  display: table;
  width: 950px;
  margin: auto;
  padding: 60px 0 0; }
  @media screen and (max-width: 767px) {
    .interbee2017__bottomLink__inner {
      display: block;
      width: auto;
      padding: 30px 12px 50px;
      margin-left: 0; } }

.interbee2017__bottomLink__title {
  display: table-cell;
  width: 160px;
  vertical-align: top;
  color: #e6000d;
  font-size: 30px;
  line-height: 1;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .interbee2017__bottomLink__title {
      display: block;
      width: auto;
      font-size: 25px; } }

.interbee2017__bottomLink__menu {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 100px 40px;
  border-left: 1px solid #dcdcdc;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .interbee2017__bottomLink__menu {
      display: block;
      border-left: none;
      padding-top: 10px;
      padding-left: 0;
      padding-bottom: 0;
      font-size: 12px; } }

.interbee2017__bottomLink__menu__li {
  margin: 10px 0 0; }
  .interbee2017__bottomLink__menu__li:first-child {
    margin-top: 0; }
  @media screen and (max-width: 767px) {
    .interbee2017__bottomLink__menu__li {
      display: block;
      border-left: none;
      padding-left: 0; } }

/* ================================================== *
 *
 *    Liblary
 *
 * ================================================== */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  min-width: 980px;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  min-width: 980px;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  min-width: 980px;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #e8131f !important;
  font-style: normal;
  font-size: 40px;
  font-family: 'Source Sans Pro', sans-serif; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close:after {
  content: "close";
  margin-left: 5px;
  font-size: 20px;
  font-weight: 600;
  vertical-align: top;
  font-family: 'Source Sans Pro', sans-serif; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #e8131f;
  top: -10px;
  right: -16px;
  text-align: right;
  padding-right: 0;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%; }

.mfp-iframe-holder .mfp-close {
  top: -50px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #FFF;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 0 10px white;
          box-shadow: 0 0 0 10px white; }

/* Main image in popup */
img.mfp-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 0 10px white;
          box-shadow: 0 0 0 10px white;
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
            transform-origin: 100%; }
  .mfp-container {
    padding-left: 16px;
    padding-right: 16px; } }

@media screen and (max-width: 767px) {
  .mfp-bg,
  .mfp-wrap,
  .mfp-container {
    min-width: 0; }
  .mfp-image-holder .mfp-close {
    right: -5px; }
  .mfp-iframe-scaler iframe {
    -webkit-box-shadow: 0 0 0 5px white;
            box-shadow: 0 0 0 5px white; }
  .mfp-figure:after {
    -webkit-box-shadow: 0 0 0 5px white;
            box-shadow: 0 0 0 5px white; } }

/* 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);
  -ms-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; }

.js-slide .slick-dots {
  height: 12px;
  margin-top: 20px; }
  .js-slide .slick-dots > li {
    display: inline-block;
    padding: 0 5px; }
  .js-slide .slick-dots button {
    overflow: hidden;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: #e6e6e6;
    text-indent: -999px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .js-slide .slick-dots .slick-active button {
    background: #e6000d; }

@media screen and (max-width: 767px) {
  .ifa2018__image1.js-slide.slick-slider, .ifa2019__image1.js-slide.slick-slider {
    position: absolute; } }

.ifa2018__image1.js-slide .slick-dots, .ifa2019__image1.js-slide .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media screen and (max-width: 767px) {
    .ifa2018__image1.js-slide .slick-dots, .ifa2019__image1.js-slide .slick-dots {
      bottom: 10px; } }

/* ------------------------------------------------- *
 *        ces2020
 * ------------------------------------------------- */
/*---------- news ----------*/
.ces2020.index .news1 {
  margin-top: 0;
}

/*---------- ces2020__mv ----------*/
 .ces2020__mv {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ces2020__mv {
    min-height: 0;
    padding-top: 78.125%;
  }
}
.ces2020__mv.js-effect {
  -webkit-transition: opacity 0.5s ease 0.2s;
  transition: opacity 0.5s ease 0.2s;
  opacity: 0;
}
.ces2020__mv.js-effect.-active {
  opacity: 1;
}

/*---------- ces2020__title1 ----------*/
.ces2020__title1 {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 980px;
  height: 120px;
  background: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .ces2020__title1 {
    min-width: 100%;
    height: 70px;
  }
}
.js-effect .ces2020__title1 {
  -webkit-transition: opacity 0.5s ease 0.4s,
    -webkit-transform 0.5s ease-out 0.4s;
  transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease-out 0.4s;
  transition: transform 0.5s ease-out 0.4s, opacity 0.5s ease 0.4s;
  transition: transform 0.5s ease-out 0.4s, opacity 0.5s ease 0.4s,
    -webkit-transform 0.5s ease-out 0.4s;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
  .js-effect .ces2020__title1 {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.js-effect.-active .ces2020__title1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .js-effect.-active .ces2020__title1 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.ces2020__title1__label {
  float: left;
  padding: 0 0 0 40px;
  color: #666666;
  font-size: 36px;
  line-height: 120px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}
.ces2020__title1__label a {
  color: #666666;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .ces2020__title1__label a:hover {
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .ces2020__title1__label {
    min-width: 100%;
    padding-left: 0;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
  }
}
.ces2020__title1__nav {
  float: right;
  padding: 20px 40px 20px 0;
  color: #666;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .ces2020__title1__nav {
    display: none;
  }
}
.ces2020__title1__nav__menu {
  display: table;
  height: 80px;
}
.ces2020__title1__nav__menu > li {
  display: table-cell;
  border-left: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
.ces2020__title1__nav__menu > li a {
  display: inline-block;
  padding: 0 30px;
  font-size: 17px;
  line-height: 20px;
  color: #666;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .ces2020__title1__nav__menu > li a:hover {
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    opacity: 0.5;
  }
}
.ces2020__title1__nav__menu__li.cr a {
  position: relative;
  color: #fe0000;
}
.ces2020__title1__nav__menu__li.cr a:after {
  content: "";
  display: block;
  width: 18px;
  height: 4px;
  background: #e90000;
  position: absolute;
  bottom: -48px;
  left: 50%;
  margin-left: -9px;
}
.ces2020__mv .ces2020__title1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 40%;
  background: rgba(0, 0, 0, 0.4);
}
.ces2020__mv .ces2020__title1__label,
.ces2020__mv .ces2020__title1__nav {
  color: #fff;
}
.ces2020__mv .ces2020__title1__label a {
  color: #fff;
}
.ces2020__mv .ces2020__title1__nav__menu > li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.ces2020__mv .ces2020__title1__nav__menu > li a {
  color: #fff;
}
.ces2020__mv .ceatc2020__title1__subNav__menu > li a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .ces2020 .ces2020__title1 {
    z-index: 9;
  }
}

/*---------- ces2020__indexNav ----------*/
@media screen and (max-width: 767px) {
  .ces2020__indexNav {
    background: #000;
  }
}
.ces2020__indexNav__menu {
  overflow: hidden;
}
.ces2020__indexNav__menu__li {
  float: left;
  display: block;
  text-align: center;
}
.ces2020__indexNav__menu__li .-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  text-shadow: 1px 1px 1px #000000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .ces2020__indexNav__menu__li .-label {
    font-size: 40px;
    line-height: 40px;
  }
}
.ces2020__indexNav__menu__li.-ja .-label {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ces2020__indexNav__menu__li.-ja .-label {
    font-size: 18px;
    line-height: 20px;
  }
}

/*---------- ces2020__bottom__nav ----------*/
@media screen and (max-width: 767px) {
  .ces2020__bottomNav__menu {
    background: #e6e6e6;
  }
}
@media screen and (max-width: 767px) {
  .ces2020__bottomNav__menu_li {
    border-top: 1px solid #ccc;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
  }
  .ces2020__bottomNav__menu_li a {
    display: block;
    padding: 15px 10px;
    color: #666;
    font-size: 14px;
    text-decoration: none;
  }
  .ces2020__bottomNav__menu_li span {
    display: block;
    padding: 15px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .ces2020__bottomSubNav__menu {
    overflow: hidden;
    padding: 8px 10px;
  }
  .ces2020__bottomSubNav__menu > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-left: 20px;
  }
  .ces2020__bottomSubNav__menu > li:nth-child(2n + 1) {
    clear: both;
  }
  .ces2020__bottomSubNav__menu > li a {
    padding: 8px 0;
  }
  .ces2020__bottomSubNav__menu > li.-ja {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 350;
  }
  .ces2020__bottomSubNav__menu > li.-ja a {
    font-size: 13px;
  }
}

/*---------- index ----------*/
 .ces2020 .js-slide .slick-dots {
  display: none;
}
.ces2020__text1 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0,
    #fff 1px -1px 0, #fff 0px 1px 0, #fff -1px 0, #fff -1px 0 0, #fff 1px 0 0;
  font-weight: 700;
}
.ces2020__indexNav__menu__li {
  width: 33.33333%;
}
.ces2020__indexNav__menu__li.-column01 a.ces2020__indexNav__menu__thumb {
  background: url(/brand/asset/img/img_ces2020_index_01.jpg) no-repeat 50% 50%;
  background-size: 100% auto;
}
.ces2020__indexNav__menu__li.-column02 a.ces2020__indexNav__menu__thumb {
  background: url(/brand/asset/img/img_ces2020_index_02.jpg) no-repeat 50% 50%;
  background-size: 100% auto;
}
.ces2020__indexNav__menu__li.-column03 a.ces2020__indexNav__menu__thumb {
  background: url(/brand/asset/img/img_ces2020_index_03.jpg) no-repeat 50% 50%;
  background-size: 100% auto;
}
.ces2020__indexNav__menu__li a.ces2020__indexNav__menu__thumb {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 64.58333%;
  text-decoration: none;
}
.ces2020__indexNav__list {
  text-align: left;
  background: #f0f0f0;
  font-weight: 400;
}
.-column02 .ces2020__indexNav__list {
  background: #e2e2e2;
}
.ces2020__indexNav__list__label {
  padding: 10px 0 10px 40px;
  color: #999;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  cursor: pointer;
}
.ces2020__indexNav__list__label::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 4px;
  margin: auto;
  background: #ccc;
}
.ces2020__indexNav__list__label.js-toggle1::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ces2020__indexNav__list__label.js-toggle1::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "";
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 4px;
  margin: auto;
  background: #ccc;
}
.ces2020__indexNav__list__label.js-toggle1.-open::after {
  display: none;
}
.ces2020__indexNav__list__label.js-toggle1.-open span {
  visibility: hidden;
}
.ces2020__indexNav__list__box p {
  margin: 0;
  padding: 0 40px 20px 40px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
}
.ces2020__indexNav__list__link {
  padding: 0 40px 55px 40px;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
}
.ces2020__indexNav__list__link li {
  margin-top: 10px;
  padding-left: 46px;
  position: relative;
}
.ces2020__indexNav__list__link li:first-child {
  margin-top: 0;
}
.ces2020__indexNav__list__link li::before {
  content: "●";
  position: absolute;
  top: 0.25em;
  left: 0;
  color: #3156a5;
  font-size: 14px;
}
.ces2020__indexNav__icon {
  position: absolute;
  top: 7px;
  left: 20px;
}
.ces2020__indexNav__list__link a{
  color: #002cb2;
  text-decoration: none;
}
.ces2020__indexNav__list__caption {
  padding: 20px 20px 0 0;
  text-align: right;
  font-size: 12px;
}
.ces2020_lower .ces2020__indexNav__list__caption {
  padding: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .ces2020_lower .ces2020__indexNav__list__caption {
    padding: 20px 10px 0 0;
  }
}
.ces2020__indexNav__list__caption span {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
}
.ces2020__indexNav__list__caption span .ces2020__indexNav__icon {
  top: 2px;
  left: 0;
}
.ces2020.index .frame1__inner {
  padding-top: 100px;
}
.ces2020.index .title3.-type5 sup {
  font-size: 14px;
}
.ces2020 .t_b {
  font-size: 24px;
  color: #3156a5;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ces2020__indexNav__menu {
    width: auto;
    padding: 0 10px;
    background: #fff;
  }
  .-column02 .ces2020__indexNav__list {
    background: #f0f0f0;
  }
  .ces2020__indexNav__menu__li {
    width: 100%;
    margin: 40px 0 0;
  }
  .ces2020__indexNav__list__label {
    padding: 15px 0 15px 30px;
  }
  .ces2020__indexNav__list .ces2020__indexNav__list__link {
    padding: 0 30px 55px 30px;
  }
}

/*---------- slide ----------*/
.ces2020__indexKv {
  position: relative;
  width: 100%;
  padding-bottom: 44.444444%;
  background: #000;
}

.ces2020__indexKv__scene1,
.ces2020__indexKv__scene2,
.ces2020__indexKv__scene3,
.ces2020__indexKv__scene4,
.ces2020__indexKv__scene5,
.ces2020__indexKv__scene6,
.ces2020__indexKv__scene7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.ces2020__indexKv__scene1 img,
.ces2020__indexKv__scene2 img,
.ces2020__indexKv__scene3 img,
.ces2020__indexKv__scene4 img,
.ces2020__indexKv__scene5 img,
.ces2020__indexKv__scene6 img,
.ces2020__indexKv__scene7 img {
  width: 100%;
  height: auto;
}

.ces2020__indexKv__scene1 {
  z-index: 3;
  animation: 20s linear 1s infinite ces2020_indexKv_scene1;
}
.ces2020__indexKv__scene2 {
  z-index: 2;
  animation: 20s linear 1s infinite ces2020_indexKv_scene2;
}
.ces2020__indexKv__scene3 {
  z-index: 1;
  background: #fff;
  animation: 20s linear 1s infinite ces2020_indexKv_scene3;
}
.ces2020__indexKv__scene4 {
  z-index: 3;
  animation: 20s linear 1s infinite ces2020_indexKv_scene4;
}
.ces2020__indexKv__scene5 {
  z-index: 2;
  animation: 20s linear 1s infinite ces2020_indexKv_scene5;
}
.ces2020__indexKv__scene6 {
  z-index: 3;
  animation: 20s linear 1s infinite ces2020_indexKv_scene6;
}
.ces2020__indexKv__scene7 {
  z-index: 4;
  animation: 20s linear 1s infinite ces2020_indexKv_scene7;
}

.ces2020.index .ces2020__text1 {
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .ces2020__indexKv {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 78.125%;
  }
  .ces2020__indexKv__scene1 img,
  .ces2020__indexKv__scene2 img,
  .ces2020__indexKv__scene3 img,
  .ces2020__indexKv__scene4 img,
  .ces2020__indexKv__scene5 img,
  .ces2020__indexKv__scene6 img,
  .ces2020__indexKv__scene7 img {
    position: relative;
    left: 50%;
    width: auto;
    max-width: initial!important;
    height: 100%;
    transform: translateX(-50%);
  }
  .ces2020.index .ces2020__title1 {
    position: absolute;
    z-index: 9;
  }
}

@keyframes ces2020_indexKv_scene1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ces2020_indexKv_scene2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  21% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ces2020_indexKv_scene3 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  21% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ces2020_indexKv_scene4 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ces2020_indexKv_scene5 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ces2020_indexKv_scene6 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ces2020_indexKv_scene7 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*---------- lower ----------*/
.js-effect {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.js-effect.-active {
  opacity: 1;
}
.ces2020_lower .ces2020__lower__mv {
  width: 100%;
  height: 400px;
  position: relative;
  background: #000;
}
.ces2020_lower .ces2020__lower__mv .ces2020__lower__title img,
.ces2020_lower .ces2020__lower__mv .ces2020__lower__title span {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  color: #fff;
  font-size: 80px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}
.ces2020_lower .ces2020__lower__anchor {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 0;
}
.ces2020_lower .ces2020__lower__anchor .col {
  box-sizing: border-box;
  width: 50%;
  padding: 0 20px 0;
}
.ces2020_lower .ces2020__indexNav__list__box p {
  padding: 0 0 20px;
}
.ces2020_lower .ces2020__indexNav__list__link {
  padding: 0;
}
.ces2020_lower .ces2020__lower__box {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-top: 4px solid #3156a5;
}
.ces2020_lower .ces2020__lower__box .ces2020__lower__box__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  padding: 0 0 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  background: #3156a5;
  box-sizing: border-box;
}
.ces2020_lower .ces2020__lower__box .ces2020__lower__box__icon img {
  position: absolute;
  top: 3px;
  left: 10px;
}
.ces2020_lower .ces2020__lower__box .col {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-top: none;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .ces2020_lower .ces2020__lower__box__wrap .ces2020__lower__box {
    border-top: none;
  }
  .ces2020_lower .ces2020__lower__box__wrap .ces2020__lower__box .col {
    border-top: 4px solid #3156a5;
  }
}
.ces2020_lower .ces2020__lower__box .col.ces2020__lower__box__txt {
  background: #f0f0f0;
  border-left: none;
  padding: 40px;
}
.ces2020_lower .ces2020__lower__box .ces2020__lower__box__txt .ces2020__lower__box__title {
  color: #3156a5;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
.ces2020_lower .ces2020__lower__box .ces2020__lower__box__txt .ces2020__lower__box__title .sub {
  font-size: 18px;
}
.ces2020_lower .ces2020__lower__box .ces2020__lower__box__txt .ces2020__lower__box__title .sub.block {
  display: block;
}
.ces2020_lower .ces2020__lower__box .ces2020__lower__box__txt .ces2020__lower__box__lead {
  margin-bottom: 15px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #dcdcdc;
}
.ces2020_lower .ces2020__lower__box .ces2020__lower__box__txt .ces2020__lower__box__lead2 {
  margin: 20px 0 -10px;
  padding: 15px 0 0;
  font-size: 16px;
  font-weight: 700;
  border-top: 1px solid #dcdcdc;
}
.ces2020_lower .ces2020__lower__box .ces2020__lower__btn {
  width: 100%;
  padding: 30px 20px;
  background: #f4f4f4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ces2020_lower .ces2020__lower__box .ces2020__lower__btn li {
  box-sizing: border-box;
  width: 50%;
  padding: 0 10px;
}
.ces2020_lower .ces2020__lower__box .ces2020__lower__btn .btn a {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 20px 20px 20px 80px;
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.6s ease;
}
.ces2020_lower .ces2020__lower__box .ces2020__lower__btn .btn a:hover {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  opacity: 0.5;
}
.ces2020_lower .ces2020__lower__box .ces2020__lower__btn .btn a:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 24px;
  width: 32px;
  height: 40px;
  margin: auto;
  background-size: 40px;
}
.ces2020_lower .ces2020__lower__box .ces2020__lower__btn .btn.download a:before { background: url(/brand/asset/img/icn_ces2020_pdf.png) 0 0; }
.ces2020_lower .ces2020__lower__box .ces2020__lower__btn .btn.contact a:before { background: url(/brand/asset/img/icn_ces2020_contact.png) 0 0; }
.ces2020_lower .ces2020__lower__box .ces2020__lower__btn .btn a span {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-left: 30px;
  border-left: 1px solid #dcdcd5;
}
.ces2020_lower .ces2020__lower__box__wrap {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
.ces2020_lower .ces2020__lower__box__wrap .ces2020__lower__box {
  box-sizing: border-box;
  width: 50%;
  padding: 0 20px;
  flex-direction: column;
}
.ces2020_lower .ces2020__lower__box__wrap .ces2020__lower__box__icon {
  top: 4px;
  right: 20px;
}
.ces2020_lower .ces2020__lower__box__wrap .ces2020__lower__box .col {
  width: 100%;
}
.ces2020_lower .ces2020__lower__box__wrap .ces2020__lower__box .col.ces2020__lower__box__txt {
  border: none;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 20px 40px 30px;
  flex-grow: 1;
}
.ces2020_lower .ces2020__lower__box__wrap .ces2020__lower__box .col.ces2020__lower__box__txt.brd {
  border-bottom: 1px solid #ccc;
}
.ces2020_lower .ces2020__lower__box__wrap .ces2020__lower__box .col.ces2020__lower__box__txt .ces2020__lower__box__lead {
  padding-top: 5px;
}
.ces2020_lower .ces2020__lower__box__wrap .ces2020__lower__box .ces2020__lower__btn {
  border: 1px solid #ccc;
  border-top: none;
  box-sizing: border-box;
  display: block;
  padding-top: 0;
  background: #f0f0f0;
  flex-wrap: none;
}
.ces2020_lower .ces2020__lower__box__wrap .ces2020__lower__box .ces2020__lower__btn li {
  width: 100%;
  padding: 0 20px;
}
.ces2020_lower .ces2020__lower__box__wrap .ces2020__lower__box .ces2020__lower__btn .btn a {
  background: none;
  display: block;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 0 0 10px;
  box-shadow: none;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.ces2020_lower .ces2020__lower__box__wrap .ces2020__lower__box .ces2020__lower__btn .btn.ces a {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 20px 20px 20px 80px;
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.6s ease;
}
.ces2020_lower .ces2020__lower__box__wrap .ces2020__lower__box .ces2020__lower__btn .btn.ces a img {
  width: 18%;
  position: absolute;
  top: 20px;
  left: 20px;
}
.ces2020_lower .ces2020__lower__box__wrap .ces2020__lower__box .ces2020__lower__btn .btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 40px;
  margin: auto;
  background-size: 32px 40px;
}
.ces2020_lower .ces2020__lower__box__wrap .ces2020__lower__box .ces2020__lower__btn .btn a span {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-left: 30px;
  border-left: none;
}
.ces2020_lower .l-footer {
  margin-top: 100px;
}
.ces2020_lower.ces2020_aiot .ces2020__lower__box__wrap .ces2020__lower__box .ces2020__lower__btn {
  margin: 20px 0;
  padding: 0;
  border: none;
}
.ces2020_lower.ces2020_aiot .ces2020__lower__box__wrap .ces2020__lower__box .ces2020__lower__btn li {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .ces2020_lower .ces2020__lower__mv {
    height: auto;
    padding-top: 61.333%;
  }
  .ces2020_lower .ces2020__lower__mv .ces2020__lower__title img,
  .ces2020_lower .ces2020__lower__mv .ces2020__lower__title span {
    width: 50%;
    height: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10.666vw;
    text-align: center;
  }
  .ces2020_lower .ces2020__lower__anchor {
    display: block;
    flex-wrap: nowrap;
    margin: 0;
  }
  .ces2020_lower .ces2020__lower__anchor .col {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
  .ces2020_lower .num {
    margin-top: 10px;
  }
  .ces2020_lower.ces2020_aiot .num {
    margin-top: 30px;
  }
  .ces2020_lower .ces2020__indexNav__list__box p {
    padding: 0 10px 15px;
  }
  .ces2020_lower .ces2020__indexNav__list__link {
    padding: 0 10px;
  }
  .ces2020_lower .ces2020__lower__box {
    display: block;
    flex-wrap: nowrap;
  }
  .ces2020_lower .ces2020__lower__box .ces2020__lower__box__icon {
    position: relative;
    width: 100%;
    padding: 0 0 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    background: #3156a5;
    box-sizing: border-box;
  }
  .ces2020_lower .ces2020__lower__box .ces2020__lower__box__icon img {
    margin-right: 10px;
    position: relative;
    top: -2px;
    left: auto;
  }
  .ces2020_lower .ces2020__lower__box__wrap .ces2020__lower__box .ces2020__lower__box__icon {
    top: 0;
    right: 0;
  }
  .ces2020_lower .ces2020__lower__box .col {
    width: 100%;
  }
  .ces2020_lower .ces2020__lower__box .col img {
    width: 100%;
    height: auto;
  }
  .ces2020_lower .ces2020__lower__box .col.ces2020__lower__box__txt {
    padding: 20px;
    border-left: 1px solid #ccc;
    border-top: none;
  }
  .ces2020_lower .ces2020__lower__box .ces2020__lower__box__txt .ces2020__lower__box__title {
    font-size: 24px;
  }
  .ces2020_lower .ces2020__lower__box .ces2020__lower__btn {
    width: auto;
    padding: 20px 10px;
    display: block;
    flex-wrap: nowrap;
  }
  .ces2020_lower .ces2020__lower__box .ces2020__lower__btn li {
    width: 100%;
    padding: 0 10px;
  }
  .ces2020_lower .ces2020__lower__box .ces2020__lower__btn li:first-child {
    margin-bottom: 10px;
  }
  .ces2020_lower .ces2020__lower__box .ces2020__lower__btn .btn a {
    width: 100%;
    height: 60px;
    padding: 20px 10px 20px 65px;
    font-size: 16px;
  }
  .ces2020_lower .ces2020__lower__box .ces2020__lower__btn .btn a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 15px;
    width: 32px;
    height: 40px;
    margin: auto;
    background-size: 40px;
  }
  .ces2020_lower .ces2020__lower__box .ces2020__lower__btn .btn a span {
    height: 40px;
    padding-left: 20px;
  }
  .ces2020_lower .ces2020__lower__box__wrap .ces2020__lower__box .ces2020__lower__btn .btn.ces a {
    width: 100%;
    height: 80px;
    padding: 20px 10px 20px 65px;
    font-size: 16px;
  }
  .ces2020_lower .ces2020__lower__box__wrap .ces2020__lower__box .ces2020__lower__btn .btn.ces a img {
    width: 60px;
    position: absolute;
    top: 22px;
    left: 15px;
  }
  .ces2020_lower .ces2020__lower__box__wrap {
    margin: 0;
    display: block;
    flex-wrap: nowrap;
  }
  .ces2020_lower .ces2020__lower__box__wrap .ces2020__lower__box {
    width: 100%;
    padding: 0;
  }
  .ces2020_lower .ces2020__lower__box__wrap .ces2020__lower__box:first-child {
    margin-bottom: 40px;
  }
  .ces2020_lower .ces2020__lower__box__wrap .ces2020__lower__box .col.ces2020__lower__box__txt {
    padding: 20px 20px 30px;
  }
  .ces2020_lower .ces2020__bottomNav.sp {
    margin-top: 60px;
  }
  .ces2020_lower .l-footer {
    margin-top: 0;
  }
}

/*---------- lower: 8k ----------*/
.ces2020_8k.ces2020_lower .ces2020__lower__mv {
  background: url(/brand/asset/img/img_ces2020_8k_mv.jpg) 0 0 no-repeat;
  background-size: cover;
}
.ces2020_8k.ces2020_lower .list3.-type1 > li {
  float: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ces2020_8k.ces2020_lower .ces2020__lower__mv {
    background: url(/brand/asset/img/img_ces2020_8k_mv_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}

/*---------- lower: aiot ----------*/
.ces2020_aiot.ces2020_lower .ces2020__lower__mv {
  background: url(/brand/asset/img/img_ces2020_aiot_mv.jpg) 0 0 no-repeat;
  background-size: cover;
}
.ces2020_aiot.ces2020_lower .list3.-type1 > li {
  float: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ces2020_aiot.ces2020_lower .ces2020__lower__mv {
    background: url(/brand/asset/img/img_ces2020_aiot_mv_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}

/*---------- lower: business ----------*/
.ces2020_business.ces2020_lower .ces2020__lower__mv {
  background: url(/brand/asset/img/img_ces2020_business_mv.jpg) 0 0 no-repeat;
  background-size: cover;
}
.ces2020_business.ces2020_lower .list3.-type1 > li {
  float: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ces2020_business.ces2020_lower .ces2020__lower__mv {
    background: url(/brand/asset/img/img_ces2020_business_mv_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}

/*---------- lower: booth ----------*/
.ces2020.booth .-t_l {
  text-align: left;
}
.ces2020.booth .-bannerBox {
  height: 180px;
  box-sizing: border-box;
}
.ces2020.booth .-bannerBox .banner {
  position: absolute;
  top: 30px;
  right: 30px;
}
@media screen and (min-width: 768px) {
  .ces2020.booth .list3.-type1 > li {
    float: none;
    width: 100%;
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .ces2020.booth .-bannerBox {
    height: auto;
  }
  .ces2020.booth .-bannerBox .banner {
    margin: 20px 0 0;
    position: relative;
    top: auto;
    right: auto;
  }
  .ces2020.booth .-bannerBox .banner img {
    width: 100%;
  }
}