@import url("https://rsms.me/inter/inter-ui.css");
.hero-top {
  overflow: hidden;
  position: relative;
  /* hero-title-en */
  /* hero-title-cn */
}

.hero-top .hero-search-area {
  display: none;
}

@media screen and (min-width: 768px) {
  .hero-top .hero-search-area {
    display: block;
    position: absolute;
    top: 150px;
    right: 60px;
    width: 300px;
    z-index: 2;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .hero-top .hero-search-area {
    display: none;
  }
}

.hero-top .hero-search-area .mf_finder_searchBox {
  margin: 0;
}

.hero-top .hero-search-area .mf_finder_searchBox .mf_finder_searchBox_items_wrapper {
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .hero-top .hero-search-area .mf_finder_searchBox .mf_finder_searchBox_items_wrapper {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.hero-top .hero-search-area .mf_finder_searchBox.mf_finder_searchBox_focusInput .mf_finder_searchBox_items_wrapper {
  border-bottom: 2px solid #076eaa;
  background-color: #076eaa;
}

.hero-top .hero-search-area .mf_finder_searchBox .mf_finder_searchBox_items {
  padding: 0;
}

.hero-top .hero-search-area .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input {
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-size: 1.4rem;
  display: block;
  width: 100%;
  padding: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hero-top .hero-search-area .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.hero-top .hero-search-area .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.hero-top .hero-search-area .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.hero-top .hero-search-area .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.hero-top .hero-search-area .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.hero-top .hero-search-area .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.hero-top .hero-search-area .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.hero-top .hero-search-area .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input:focus {
  background-color: #076eaa;
}

.hero-top .hero-search-area .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input:focus::-webkit-input-placeholder {
  color: #fff;
}

.hero-top .hero-search-area .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input:focus::-moz-placeholder {
  color: #fff;
}

.hero-top .hero-search-area .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input:focus:-ms-input-placeholder {
  color: #fff;
}

.hero-top .hero-search-area .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input:focus::-ms-input-placeholder {
  color: #fff;
}

.hero-top .hero-search-area .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input:focus::placeholder {
  color: #fff;
}

.hero-top .hero-search-area .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input:focus::-moz-placeholder {
  color: #fff;
}

.hero-top .hero-search-area .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_query_input:focus:-ms-input-placeholder {
  color: #fff;
}

.hero-top .hero-search-area .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_submit {
  border-radius: 0;
  background-color: transparent;
  font-size: 1.8rem;
  padding: 0 1.75rem;
}

.hero-top .hero-search-area .mf_finder_searchBox .mf_finder_searchBox_items .mf_finder_searchBox_submit span {
  margin: 0;
}

.hero-top .hero-search-area .hero-form-search .hero-input-search {
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  background-color: transparent;
  background-image: url("/common/img/ico_search_1.png");
  background-size: 16px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  padding: 20px 50px 20px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hero-top .hero-search-area .hero-form-search .hero-input-search::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.hero-top .hero-search-area .hero-form-search .hero-input-search::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.hero-top .hero-search-area .hero-form-search .hero-input-search:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.hero-top .hero-search-area .hero-form-search .hero-input-search::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.hero-top .hero-search-area .hero-form-search .hero-input-search::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.hero-top .hero-search-area .hero-form-search .hero-input-search::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.hero-top .hero-search-area .hero-form-search .hero-input-search:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.hero-top .hero-search-area .hero-form-search .hero-input-search:focus {
  border-bottom: 2px solid #076eaa;
  background-color: #076eaa;
}

.hero-top .hero-search-area .hero-form-search .hero-input-search:focus::-webkit-input-placeholder {
  color: #fff;
}

.hero-top .hero-search-area .hero-form-search .hero-input-search:focus::-moz-placeholder {
  color: #fff;
}

.hero-top .hero-search-area .hero-form-search .hero-input-search:focus:-ms-input-placeholder {
  color: #fff;
}

.hero-top .hero-search-area .hero-form-search .hero-input-search:focus::-ms-input-placeholder {
  color: #fff;
}

.hero-top .hero-search-area .hero-form-search .hero-input-search:focus::placeholder {
  color: #fff;
}

.hero-top .hero-search-area .hero-form-search .hero-input-search:focus::-moz-placeholder {
  color: #fff;
}

.hero-top .hero-search-area .hero-form-search .hero-input-search:focus:-ms-input-placeholder {
  color: #fff;
}

.hero-top .hero-video video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16 / 9) {
  .hero-top .hero-video video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .hero-top .hero-video video {
    width: 300%;
    left: -100%;
  }
}

.hero-top .hero-video img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
}

.hero-top .hero-slider {
  height: 100vh;
  margin: 0 auto;
}

.hero-top .hero-slider .hero-title {
  color: #fff;
  position: absolute;
  top: auto;
  bottom: 35.83%;
  left: 30px;
  right: 30px;
}

@media screen and (max-width: 767px) and (min-aspect-ratio: 16 / 9) {
  .hero-top .hero-slider .hero-title {
    bottom: 44%;
  }
}

@media screen and (min-width: 768px) {
  .hero-top .hero-slider .hero-title {
    left: 15.32%;
    bottom: 36.94%;
    right: 60px;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .hero-top .hero-slider .hero-title {
    bottom: 44%;
    left: 30px;
    right: 30px;
  }
}

@media only screen and (device-width: 360px) and (device-height: 640px) and (orientation: portrait) {
  .hero-top .hero-slider .hero-title {
    bottom: 20.73%;
  }
}

@media screen and (max-width: 360px) {
  .hero-top .hero-slider .hero-title {
    bottom: 32.83%;
    left: 10px;
    right: 10px;
  }
}

.hero-top .hero-slider .hero-title .title {
  font-size: 3rem;
  line-height: 1.25;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .hero-top .hero-slider .hero-title .title {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 767px) and (min-aspect-ratio: 16 / 9) {
  .hero-top .hero-slider .hero-title .title {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .hero-top .hero-slider .hero-title .title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

.hero-top .hero-slider .hero-title .text {
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 767px) and (min-aspect-ratio: 16 / 9) {
  .hero-top .hero-slider .hero-title .text {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .hero-top .hero-slider .hero-title .text {
    font-size: 1rem;
  }
}

.hero-top .hero-slider .hero-title .btn {
  cursor: pointer;
  width: 210px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #076eaa;
  line-height: 1.2;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .hero-top .hero-slider .hero-title .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.hero-top .hero-slider .hero-title .btn .ico-video {
  padding-left: 25px;
  background: url("/common/img/ico_movie_01.png") left center no-repeat;
  background-size: 16px;
}

.hero-top .hero-slider .hero-title .btn:hover {
  background-color: #00a7e1;
}

@media screen and (max-width: 767px) and (min-aspect-ratio: 16 / 9) {
  .hero-top .hero-slider .hero-title .btn {
    height: 40px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .hero-top .hero-slider .hero-title .btn {
    height: 40px;
    margin-top: 15px;
  }
}

.hero-top .hero-title-en {
  color: #fff;
  position: absolute;
  top: auto;
  bottom: 24%;
  left: 15px;
  right: 15px;
}

@media screen and (max-width: 767px) and (min-aspect-ratio: 16 / 9) {
  .hero-top .hero-title-en {
    bottom: 42.73%;
  }
}

@media screen and (min-width: 768px) {
  .hero-top .hero-title-en {
    left: 15.32%;
    bottom: 36.94%;
    right: 60px;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .hero-top .hero-title-en {
    bottom: 43.73%;
    left: 30px;
    right: 30px;
  }
}

@media screen and (device-aspect-ratio: 40 / 71) {
  .hero-top .hero-title-en {
    bottom: 31%;
  }
}

@media screen and (max-width: 360px) {
  .hero-top .hero-title-en {
    left: 10px;
    right: 10px;
  }
}

.hero-top .hero-title-en .title {
  font-size: 2.9rem;
  line-height: 1.2;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .hero-top .hero-title-en .title {
    margin-bottom: 20px;
    font-size: 5.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .hero-top .hero-title-en .title {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 767px) and (min-aspect-ratio: 16 / 9) {
  .hero-top .hero-title-en .title {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .hero-top .hero-title-en .title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

@media screen and (device-aspect-ratio: 40 / 71) {
  .hero-top .hero-title-en .title {
    font-size: 2rem;
  }
}

.hero-top .hero-title-en .text {
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 767px) and (min-aspect-ratio: 16 / 9) {
  .hero-top .hero-title-en .text {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .hero-top .hero-title-en .text {
    font-size: 1rem;
  }
}

@media screen and (device-aspect-ratio: 40 / 71) {
  .hero-top .hero-title-en .text {
    font-size: 1.1rem;
  }
}

.hero-top .hero-title-en .btn {
  cursor: pointer;
  width: 210px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #076eaa;
  line-height: 1.2;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .hero-top .hero-title-en .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media screen and (min-width: 768px) {
  .hero-top .hero-title-en .btn {
    margin-top: 20px;
  }
}

@media screen and (device-aspect-ratio: 40 / 71) {
  .hero-top .hero-title-en .btn {
    height: 40px;
  }
}

.hero-top .hero-title-en .btn .ico-video {
  padding-left: 25px;
  background: url("/common/img/ico_movie_01.png") left center no-repeat;
  background-size: 16px;
}

.hero-top .hero-title-en .btn:hover {
  background-color: #00a7e1;
}

@media screen and (max-width: 767px) and (min-aspect-ratio: 16 / 9) {
  .hero-top .hero-title-en .btn {
    height: 40px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .hero-top .hero-title-en .btn {
    height: 40px;
    margin-top: 15px;
  }
}

.hero-top .hero-title-cn {
  color: #fff;
  position: absolute;
  top: auto;
  top: 53.92%;
  left: 30px;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .hero-top .hero-title-cn {
    top: 52.13%;
    left: 15.32%;
    right: 15.32%;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .hero-top .hero-title-cn {
    left: 30px;
    right: 30px;
  }
}

.hero-top .hero-title-cn .title {
  font-size: 3rem;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .hero-top .hero-title-cn .title {
    font-size: 6.5rem;
  }
}

.hero-top .hero-news {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px 165px 15px 30px;
  float: left;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .hero-top .hero-news {
    padding: 15px 220px 15px 60px;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .hero-top .hero-news {
    padding: 15px 165px 15px 30px;
  }
}

.hero-top .hero-news .list-cmn-news-01 {
  height: 28px;
  overflow: hidden;
  margin: 0 -15px;
}

@media screen and (min-width: 768px) {
  .hero-top .hero-news .list-cmn-news-01 {
    margin: 0;
  }
}

.hero-top .hero-news .list-cmn-news-01 .item {
  color: #fff;
  display: block;
  float: left;
  margin: 0 15px;
  overflow: hidden;
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .hero-top .hero-news .list-cmn-news-01 .item {
    display: block;
    margin: 0 15px;
  }
}

.hero-top .hero-news .list-cmn-news-01 .item .box-text {
  float: left;
}

.hero-top .hero-news .list-cmn-news-01 .item .box-text .txt-category {
  color: #000;
  margin-left: 10px;
}

.hero-top .hero-news .list-cmn-news-01 .item .text-02 {
  overflow: hidden;
  margin-top: 0;
  margin-left: 10px;
  width: auto;
}

.hero-top .hero-news .list-cmn-news-01 .item .text-02 a {
  color: #fff;
}

.hero-top .hero-news .list-cmn-news-01 .item .txt-icon.pdf:before {
  width: 20px;
  height: 20px;
  background: url("/common/img/ico_pdf_01.png") no-repeat left top;
  background-size: 20px 20px;
}

.hero-top .hero-news .txt-link-news {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-filter: 'alpha( opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media screen and (min-width: 768px) {
  .hero-top .hero-news .txt-link-news:hover {
    -ms-filter: 'alpha( opacity=50)';
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-decoration: none;
  }
}

.hero-top .hero-news .txt-link-news a {
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .hero-top .hero-news .txt-link-news {
    right: 60px;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .hero-top .hero-news .txt-link-news {
    right: 5px;
  }
}

.hero-top .hero-news.js-fade .list-cmn-news-01 .item {
  display: none;
  margin: 0;
}

.hero-top .hero-language {
  display: none;
}

@media screen and (min-width: 768px) {
  .hero-top .hero-language {
    color: #fff;
    position: absolute;
    right: 60px;
    bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .hero-top .hero-language {
    right: 30px;
    bottom: 85px;
  }
}

.hero-top .hero-footer {
  position: absolute;
  top: auto;
  bottom: 25px;
  left: 30px;
  right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .hero-top .hero-footer {
    bottom: 65px;
    left: 60px;
    right: 60px;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .hero-top .hero-footer {
    bottom: 25px;
    left: 30px;
    right: 30px;
  }
}

.hero-top .hero-footer .hero-footer-copyright .copyright {
  color: #fff;
  font-family: "Inter UI", sans-serif;
  font-size: 1rem;
  line-height: 2;
}

.hero-top .hero-footer .hero-footer-nav {
  display: none;
}

@media screen and (min-width: 768px) {
  .hero-top .hero-footer .hero-footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
  }
}

.hero-top .hero-footer .hero-footer-nav .hero-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 45px;
}

.hero-top .hero-footer .hero-footer-nav .hero-nav .hero-nav-item {
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 17px;
  position: relative;
}

.hero-top .hero-footer .hero-footer-nav .hero-nav .hero-nav-item::before {
  position: absolute;
  content: '';
  top: calc(50% - 6px);
  left: 0;
  width: 1px;
  height: 12px;
  background-color: #fff;
}

.hero-top .hero-footer .hero-footer-nav .hero-nav .hero-nav-item:first-child {
  padding-left: 0;
}

.hero-top .hero-footer .hero-footer-nav .hero-nav .hero-nav-item:first-child::before {
  display: none;
}

.hero-top .hero-footer .hero-footer-nav .hero-nav .hero-nav-item:last-child {
  padding-right: 0;
}

.hero-top .hero-footer .hero-footer-nav .hero-nav .hero-nav-item .link {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.2;
  display: block;
  -ms-filter: 'alpha( opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media screen and (min-width: 768px) {
  .hero-top .hero-footer .hero-footer-nav .hero-nav .hero-nav-item .link:hover {
    -ms-filter: 'alpha( opacity=50)';
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .hero-top .hero-footer .hero-language {
    position: relative;
    right: 0;
    bottom: 0;
  }
}

.hero-videos-slider-wrap {
  max-width: 764px;
  margin: 0 auto;
  position: absolute !important;
  bottom: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

@media (max-width: 897px) {
  .hero-videos-slider-wrap {
    max-width: inherit;
    left: 8px;
    right: 148px;
    bottom: 66px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    overflow-x: scroll;
  }
}

@media screen and (max-width: 767px) {
  .hero-videos-slider-wrap {
    max-width: inherit;
    left: 8px;
    right: 8px;
    bottom: 66px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    overflow-x: scroll;
  }
}

@media screen and (max-width: 767px) and (min-aspect-ratio: 16 / 9) {
  .hero-videos-slider-wrap {
    bottom: 22%;
    left: 30px;
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-videos-slider-wrap .hero-videos-scroller-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-videos-slider-wrap .hero-videos-scroller-sp .hero-videos-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .hero-videos-slider-wrap .hero-videos-scroller-sp .hero-videos-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media (max-width: 897px) {
  .hero-videos-slider-wrap .hero-videos-scroller-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-videos-slider-wrap .hero-videos-scroller-sp .hero-videos-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .hero-videos-slider-wrap .hero-videos-scroller-sp .hero-videos-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.hero-videos-slider-wrap .hero-videos-slider {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* slide when not active/center*/
  /* slide when active/center */
}

@media screen and (max-width: 767px) and (min-aspect-ratio: 16 / 9) {
  .hero-videos-slider-wrap .hero-videos-slider {
    bottom: 19%;
  }
}

@media screen and (min-width: 768px) {
  .hero-videos-slider-wrap .hero-videos-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}

@media (max-width: 897px) {
  .hero-videos-slider-wrap .hero-videos-slider {
    width: auto;
    bottom: 19%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 0;
  }
}

@media (max-width: 897px) {
  .hero-videos-slider-wrap .hero-videos-slider.swiper-container {
    overflow: inherit;
  }
}

.hero-videos-slider-wrap .hero-videos-slider .items {
  width: 33.33%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 897px) {
  .hero-videos-slider-wrap .hero-videos-slider .items {
    cursor: pointer;
    margin: 0 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 150px;
    height: 80px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .hero-videos-slider-wrap .hero-videos-slider .items {
    cursor: pointer;
    margin: 0 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 150px;
    height: 80px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) and (min-aspect-ratio: 16 / 9) {
  .hero-videos-slider-wrap .hero-videos-slider .items {
    width: 110px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .hero-videos-slider-wrap .hero-videos-slider .items {
    width: 110px;
    height: 60px;
  }
}

.hero-videos-slider-wrap .hero-videos-slider .items--sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .hero-videos-slider-wrap .hero-videos-slider .items--sp {
    display: none;
  }
}

@media (max-width: 897px) {
  .hero-videos-slider-wrap .hero-videos-slider .items--sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.hero-videos-slider-wrap .hero-videos-slider .items .box-videos-thumb {
  display: block;
  position: relative;
}

.hero-videos-slider-wrap .hero-videos-slider .items .box-videos-thumb .box-videos-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.hero-videos-slider-wrap .hero-videos-slider .items .box-videos-thumb .box-videos-image > img {
  display: block;
  width: 100%;
}

.hero-videos-slider-wrap .hero-videos-slider .items .box-videos-thumb:hover .box-videos-overlay {
  background-color: rgba(255, 255, 255, 0.3);
}

.hero-videos-slider-wrap .hero-videos-slider .items .box-videos-thumb .box-videos-active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .hero-videos-slider-wrap .hero-videos-slider .items .box-videos-thumb .box-videos-active {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .hero-videos-slider-wrap .hero-videos-slider .items .box-videos-thumb .box-videos-active {
    padding: 5px;
  }
}

@media (max-width: 897px) {
  .hero-videos-slider-wrap .hero-videos-slider .items .box-videos-thumb .box-videos-active {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.hero-videos-slider-wrap .hero-videos-slider .items .box-videos-thumb .box-videos-active > .txt {
  color: #fff;
  font-size: 1.4rem;
  padding-bottom: 31px;
  background-image: url("/static/img/ico-link@2x.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 26px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hero-videos-slider-wrap .hero-videos-slider .items .box-videos-thumb .box-videos-active > .txt {
    font-size: 1.1rem;
    text-align: left;
    padding-bottom: 0;
    padding-right: 20px;
    background-position: right center;
    background-size: 20px;
  }
}

@media (max-width: 897px) {
  .hero-videos-slider-wrap .hero-videos-slider .items .box-videos-thumb .box-videos-active > .txt {
    font-size: 1.1rem;
    text-align: left;
    padding-bottom: 0;
    padding-right: 20px;
    background-position: right center;
    background-size: 20px;
  }
}

.hero-videos-slider-wrap .hero-videos-slider .items .box-videos-thumb .box-videos-active > .ico img {
  display: block;
  width: 26px;
}

.hero-videos-slider-wrap .hero-videos-slider .items .box-videos-thumb[data-video-id] .box-videos-active > .txt {
  background-image: url("/static/img/ico-movie@2x.png");
}

.hero-videos-slider-wrap .hero-videos-slider .items .box-videos-thumb[href$=".pdf"] .box-videos-active > .txt {
  background-image: url("/static/img/ico-download@2x.png");
}

@media screen and (min-width: 768px) {
  .hero-videos-slider-wrap .hero-videos-slider .items:not(.swiper-slide-active) .box-videos-thumb {
    pointer-events: none;
  }
  .hero-videos-slider-wrap .hero-videos-slider .items:not(.swiper-slide-active) .box-videos-active {
    display: none;
  }
}

@media (max-width: 897px) {
  .hero-videos-slider-wrap .hero-videos-slider .items:not(.swiper-slide-active) .box-videos-thumb {
    pointer-events: unset;
  }
  .hero-videos-slider-wrap .hero-videos-slider .items:not(.swiper-slide-active) .box-videos-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.hero-videos-slider-wrap .hero-videos-slider .items.swiper-slide {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hero-videos-slider-wrap .hero-videos-slider .items.swiper-slide:not(.swiper-slide-active) {
  -webkit-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}

@media (max-width: 897px) {
  .hero-videos-slider-wrap .hero-videos-slider .items.swiper-slide:not(.swiper-slide-active) {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.hero-videos-slider-wrap .hero-videos-slider .slick-slide,
.hero-videos-slider-wrap .hero-videos-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  -webkit-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -webkit-transition: -webkit-transform .75s;
  transition: -webkit-transform .75s;
  -o-transition: transform .75s;
  transition: transform .75s;
  transition: transform .75s, -webkit-transform .75s;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hero-videos-slider-wrap .hero-videos-slider .slick-center,
.hero-videos-slider-wrap .hero-videos-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.hero-videos-slider-wrap .hero-videos-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .hero-videos-slider-wrap .hero-videos-sp {
    display: block;
  }
}

@media (max-width: 897px) {
  .hero-videos-slider-wrap .hero-videos-sp {
    display: block;
  }
}

@media (max-width: 897px) {
  .hero-videos-slider-wrap .hero-videos-sp .items {
    cursor: pointer;
    margin: 0 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 150px;
    height: 80px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .hero-videos-slider-wrap .hero-videos-sp .items {
    cursor: pointer;
    margin: 0 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 150px;
    height: 80px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) and (min-aspect-ratio: 16 / 9) {
  .hero-videos-slider-wrap .hero-videos-sp .items {
    width: 110px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .hero-videos-slider-wrap .hero-videos-sp .items {
    width: 110px;
    height: 60px;
  }
}

.hero-videos-slider-wrap .hero-videos-sp .items .txt-movie-scroll {
  display: block;
  position: static;
}

.hero-videos-slider-wrap .hero-videos-sp .items .txt-movie-scroll-in {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .hero-videos-slider-wrap .hero-videos-sp .items .txt-movie-scroll {
    display: none;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .hero-videos-slider-wrap .hero-videos-sp .items .txt-movie-scroll {
    display: block;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 897px) {
  .hero-videos-slider-wrap .hero-videos-sp .items .txt-movie-scroll {
    display: block;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.hero-videos-slider-wrap .swiper-pagination {
  bottom: 0 !important;
  font-size: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hero-videos-slider-wrap .swiper-pagination {
    display: none;
  }
}

@media (max-width: 897px) {
  .hero-videos-slider-wrap .swiper-pagination {
    display: none;
  }
}

.hero-videos-slider-wrap .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  float: none;
  width: 6px !important;
  height: 6px;
  margin: 0 4px;
  position: relative;
  opacity: 1;
}

.hero-videos-slider-wrap .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
}

.hero-videos-slider-wrap .swiper-pagination .swiper-pagination-bullet::after {
  display: none;
  position: absolute;
  content: '';
  left: 1px;
  top: 1px;
  width: 4px;
  height: 4px;
  background-color: #0F67A7;
  border-radius: 50%;
}

.hero-videos-slider-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  display: block;
}

.txt-movie-scroll {
  display: none;
}

@media screen and (min-width: 768px) {
  .txt-movie-scroll {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 80px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 897px) {
  .txt-movie-scroll {
    display: none;
  }
}

.txt-movie-scroll-in {
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 25px;
  padding-right: 12px;
  position: relative;
  -ms-filter: 'alpha( opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media screen and (min-width: 768px) {
  .txt-movie-scroll-in:hover {
    -ms-filter: 'alpha( opacity=50)';
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-decoration: none;
  }
}

.txt-movie-scroll-in::before {
  position: absolute;
  content: '';
  right: 0;
  top: calc(50% - 3px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
}

.en .hero-news {
  padding: 15px 140px 15px 30px;
}

@media screen and (min-width: 768px) {
  .en .hero-news {
    padding: 15px 185px 15px 60px;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .en .hero-news {
    padding: 15px 140px 15px 30px;
  }
}

@media screen and (max-width: 767px) {
  .en .hero-videos-slider > .items {
    width: 110px;
    height: 60px;
  }
}

.cn .hero-top .hero-video {
  height: 100vh;
}

/* btn-link-movies
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .btn-link-movies {
    position: absolute;
    left: 59px;
    bottom: 82px;
  }
  .btn-link-movies .btn-link {
    color: #fff;
    position: relative;
    padding-right: 15px;
  }
  .btn-link-movies .btn-link::after {
    position: absolute;
    content: '';
    right: 0;
    top: calc(50% - 4px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
  }
}

/* sec-melted-01
---------------------------------------------------------- */
.sec-melted-01 {
  overflow: hidden;
  width: 100%;
}

.sec-melted-01 .sec-inner {
  overflow: hidden;
  position: relative;
}

.sec-melted-01 .sec-inner .box-image img {
  display: block;
  width: 100%;
}

.sec-melted-01 .sec-inner .box-title {
  position: absolute;
  top: 50%;
  left: 8%;
  right: 8%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .sec-melted-01 .sec-inner .box-title {
    top: calc(50% - 30px);
    left: 60px;
    right: 60px;
  }
}

@media (min-width: 1080px) {
  .sec-melted-01 .sec-inner .box-title {
    left: 45.38%;
    right: 14.64%;
  }
}

@media (min-width: 1367px) {
  .sec-melted-01 .sec-inner .box-title {
    left: 58.17%;
    right: 10.41%;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .sec-melted-01 .sec-inner .box-title {
    top: 50%;
  }
}

.sec-melted-01 .sec-inner .box-title .title-main {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.sec-melted-01 .sec-inner .box-title .title-sub {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.sec-melted-01 .sec-inner .box-title .text {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 25px;
}

.sec-melted-01 {
  overflow: hidden;
  width: 100%;
}

.sec-melted-01 .sec-inner {
  overflow: hidden;
  position: relative;
}

.sec-melted-01 .sec-inner .box-image img {
  display: block;
  width: 100%;
}

.sec-melted-01 .sec-inner .box-title .title-main {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.sec-melted-01 .sec-inner .box-title .title-sub {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.sec-melted-01 .sec-inner .box-title .text {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 25px;
}

/* ==========================================================
  list
========================================================== */
/* list-top-01
---------------------------------------------------------- */
.list-top-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .list-top-01 {
    margin: 0 -16px;
  }
}

@media screen and (min-width: 1920px) {
  .list-top-01 {
    margin: 0 -26px;
  }
}

.list-top-01 > .item {
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  margin-bottom: 30px;
  line-height: 0;
}

@media screen and (min-width: 768px) {
  .list-top-01 > .item {
    margin-bottom: 60px;
    padding: 0 16px;
    width: 50%;
  }
}

@media screen and (min-width: 1920px) {
  .list-top-01 > .item {
    margin-bottom: 80px;
    padding: 0 26px;
  }
}

.list-top-01 > .item .link-box {
  display: block;
  -ms-filter: 'alpha( opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media screen and (min-width: 768px) {
  .list-top-01 > .item .link-box:hover {
    -ms-filter: 'alpha( opacity=50)';
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .list-top-01 > .item .link-box .image img {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .list-top-01 > .item .link-box:hover .image img {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    transform: translate3d(0, 0, 0) scale(1.1);
  }
}

.list-top-01 > .item .image {
  margin-bottom: 10px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .list-top-01 > .item .image {
    margin-bottom: 21px;
  }
}

@media screen and (min-width: 1920px) {
  .list-top-01 > .item .image {
    margin-bottom: 29px;
  }
}

.list-top-01 > .item .image img {
  display: block;
  width: 100%;
}

.list-top-01 > .item .title-main {
  margin-bottom: 6px;
  font-size: 2.3rem;
  line-height: 1.6;
  font-family: "Inter UI", sans-serif;
}

@supports (font-variation-settings: normal) {
  .list-top-01 > .item .title-main {
    font-family: "Inter UI", sans-serif;
  }
}

@media screen and (min-width: 768px) {
  .list-top-01 > .item .title-main {
    margin-bottom: 4px;
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 1920px) {
  .list-top-01 > .item .title-main {
    margin-bottom: 0;
    font-size: 3rem;
  }
}

.list-top-01 > .item .title-sub {
  margin-bottom: 13px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .list-top-01 > .item .title-sub {
    margin-bottom: 17px;
  }
}

@media screen and (min-width: 1920px) {
  .list-top-01 > .item .title-sub {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}

.list-top-01 > .item .text {
  margin-bottom: 12px;
  line-height: 2;
}

.list-top-01 > .item .text a {
  text-decoration: underline;
  color: #076eaa;
}

.list-top-01 > .item .text a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .list-top-01 > .item .text {
    margin-bottom: 23px;
  }
}

.list-top-01 > .item .ico-arrow {
  display: inline-block;
  -ms-filter: 'alpha( opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media screen and (min-width: 768px) {
  .list-top-01 > .item .ico-arrow:hover {
    -ms-filter: 'alpha( opacity=50)';
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-decoration: none;
  }
}

.list-top-01 > .item .ico-arrow img {
  display: block;
  width: 38px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

/* list-top-02
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .list-top-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -25px -16px 0;
  }
}

@media screen and (min-width: 1366px) {
  .list-top-02 {
    margin: -25px -24px 0;
  }
}

.list-top-02 > .item:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .list-top-02 > .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 33.33%;
    margin: 25px 0 0;
    padding: 0 16px;
  }
  .list-top-02 > .item:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1366px) {
  .list-top-02 > .item {
    padding: 0 24px;
  }
}

.list-top-02 > .item .link-box {
  display: block;
  -ms-filter: 'alpha( opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media screen and (min-width: 768px) {
  .list-top-02 > .item .link-box:hover {
    -ms-filter: 'alpha( opacity=50)';
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .list-top-02 > .item .link-box .image img {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .list-top-02 > .item .link-box:hover .image img {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    transform: translate3d(0, 0, 0) scale(1.1);
  }
}

.list-top-02 > .item .image {
  margin-bottom: 15px;
  overflow: hidden;
}

.list-top-02 > .item .image img {
  display: block;
  width: 100%;
}

.list-top-02 > .item .title {
  font-weight: bold;
}

.list-top-02 > .item .text {
  word-break: break-word;
}

/* list-top-03
---------------------------------------------------------- */
.list-top-03 {
  margin-top: -25px;
}

@media screen and (min-width: 768px) {
  .list-top-03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -35px -7px 0;
  }
}

.list-top-03 .item {
  margin-top: 25px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .list-top-03 .item {
    width: 25%;
    margin-top: 35px;
    padding: 0 7px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .list-top-03 .item {
    width: 33.33%;
  }
}

.list-top-03 .item .link-box {
  cursor: pointer;
  display: block;
  -ms-filter: 'alpha( opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media screen and (min-width: 768px) {
  .list-top-03 .item .link-box:hover {
    -ms-filter: 'alpha( opacity=50)';
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .list-top-03 .item .link-box .image img {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .list-top-03 .item .link-box:hover .image img {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    transform: translate3d(0, 0, 0) scale(1.1);
  }
}

.list-top-03 .item .image {
  margin-bottom: 15px;
  overflow: hidden;
}

.list-top-03 .item .image img {
  display: block;
  width: 100%;
}

.list-top-03 .item .title {
  font-weight: bold;
}

.list-top-03--movie .item .image {
  position: relative;
}

.list-top-03--movie .item .image::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  background: url("/common/img/ico_movie_@2x.png") center center no-repeat;
  background-size: 60px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .list-top-03--movie .item .image::after {
    width: 80px;
    height: 80px;
    background: url("/common/img/ico_movie_@2x.png") center center no-repeat;
    background-size: 80px;
  }
}

/* list-release-01
---------------------------------------------------------- */
.list-release-01 > .item {
  margin-bottom: 25px;
}

.list-release-01 > .item:last-child {
  margin-bottom: 0;
}

.list-release-01 > .item .release-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 11px;
}

.list-release-01 > .item .release-head .date {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.list-release-01 > .item .release-head .tag {
  border-radius: 13px;
  background-color: #e4e4e4;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: bold;
  width: 90px;
  height: 24px;
  margin-left: 12px;
  padding: 4px 0;
  text-align: center;
}

.list-release-01 > .item .release-head .pdf {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  margin-left: 15px;
  padding-left: 20px;
  position: relative;
}

.list-release-01 > .item .release-head .pdf::before {
  position: absolute;
  content: '';
  top: calc(50% - 10px);
  left: 0;
  width: 20px;
  height: 20px;
  background: url("/common/img/ico_pdf_02.png") center center no-repeat;
  background-size: 20px;
}

.list-release-01 > .item .release-contents .release-link {
  font-size: 1.4rem;
  line-height: 2;
  -ms-filter: 'alpha( opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media screen and (min-width: 768px) {
  .list-release-01 > .item .release-contents .release-link:hover {
    -ms-filter: 'alpha( opacity=50)';
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-decoration: none;
  }
}

/* list-news-01
---------------------------------------------------------- */
.list-news-01 {
  margin: 25px 0 55px;
}

@media screen and (min-width: 768px) {
  .list-news-01 {
    margin-bottom: 0;
  }
}

.list-news-01 > .item {
  margin-bottom: 15px;
}

.list-news-01 > .item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .list-news-01 > .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

.list-news-01 > .item .date {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .list-news-01 > .item .date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .list-news-01 > .item .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.list-news-01 > .item .text-link {
  font-size: 1.4rem;
  line-height: 2;
  -ms-filter: 'alpha( opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media screen and (min-width: 768px) {
  .list-news-01 > .item .text-link:hover {
    -ms-filter: 'alpha( opacity=50)';
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-decoration: none;
  }
}

/* list-notice-01
---------------------------------------------------------- */
.list-notice-01 {
  margin-top: 25px;
}

.list-notice-01 > .item {
  margin-bottom: 15px;
}

.list-notice-01 > .item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .list-notice-01 > .item {
    margin-bottom: 15px;
  }
}

.list-notice-01 > .item .text-link {
  font-size: 1.4rem;
  line-height: 2;
  -ms-filter: 'alpha( opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media screen and (min-width: 768px) {
  .list-notice-01 > .item .text-link:hover {
    -ms-filter: 'alpha( opacity=50)';
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-decoration: none;
  }
}

/* ==========================================================
  title
========================================================== */
/* box-top-title-01
---------------------------------------------------------- */
.box-top-title-01 {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 17px;
}

.box-top-title-01 .ttl-main {
  margin-bottom: 12px;
  font-size: 2.4rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .box-top-title-01 .ttl-main {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 1920px) {
  .box-top-title-01 .ttl-main {
    margin-bottom: 9px;
    font-size: 3rem;
  }
}

.box-top-title-01 .ttl-sub {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (min-width: 1920px) {
  .box-top-title-01 .ttl-sub {
    font-size: 1.6rem;
  }
}

.box-top-title-01 .box-title-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box-top-title-01 .box-title-in .box-title-right {
  line-height: 1.2;
}

/* box-top-01
---------------------------------------------------------- */
.box-top-01 {
  margin: 30px 0 50px;
}

@media screen and (min-width: 768px) {
  .box-top-01 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .box-top-01 {
    margin-bottom: 90px;
  }
}

/* box-top-02
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .box-top-02 > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1920px) {
  .box-top-02 > .row {
    margin: 0 -24px;
  }
}

.box-top-02 > .row > .item {
  margin-bottom: 30px;
}

.box-top-02 > .row > .item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .box-top-02 > .row > .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 60px;
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .box-top-02 > .row > .item {
    margin-bottom: 0;
    padding: 0 24px;
    width: 50%;
  }
}
