@charset "UTF-8";
[data-lazy-background] {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

.swiper-pagination-bullet {
  outline: none; }

.index-content-wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem; }
  .index-content-wrap section {
    position: relative; }
    .index-content-wrap section .index-section-title > div {
      display: inline-block;
      position: relative; }
      .index-content-wrap section .index-section-title > div::before {
        display: block;
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        top: 0;
        left: 0;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 1px solid #c9c9c9;
        transform: translate(-25%, -38%) scale(1, 0.5) skew(-5deg, -25deg); }
      .index-content-wrap section .index-section-title > div::after {
        display: block;
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        left: 195px;
        top: -45px;
        background: #cf152d; }
    .index-content-wrap section .index-section-title h2 {
      position: relative;
      z-index: 1;
      font-size: 2rem;
      line-height: 2.75rem; }
      @media only screen and (max-width: 640px) {
        .index-content-wrap section .index-section-title h2 {
          font-size: 1.75rem;
          line-height: 2.6rem; } }
      .index-content-wrap section .index-section-title h2 p {
        position: relative;
        letter-spacing: 0.25rem; }
      .index-content-wrap section .index-section-title h2 div p {
        color: #cf152d; }
        .index-content-wrap section .index-section-title h2 div p::after {
          display: block;
          content: "";
          position: absolute;
          height: 2px;
          width: 35px;
          bottom: -0.5rem;
          left: 0;
          background: #cf152d; }
    .index-content-wrap section .index-section-title .h2 {
      letter-spacing: 0.75rem;
      font-weight: bold; }
      .index-content-wrap section .index-section-title .h2 span {
        letter-spacing: 0.75rem !important; }
    .index-content-wrap section .index-section-content h3 {
      position: relative;
      margin-bottom: 1rem;
      font-size: 1.25rem;
      line-height: 2rem; }
    .index-content-wrap section .index-section-content article {
      position: relative;
      text-align: justify;
      text-justify: distribute;
      padding-left: 2rem; }
      .index-content-wrap section .index-section-content article::after {
        display: block;
        content: "";
        position: absolute;
        height: 80%;
        width: 2px;
        top: 10%;
        left: 0.5rem;
        background: #cf152d; }

.index-more {
  margin-top: 2rem;
  font-weight: bold; }
  .index-more a {
    display: block;
    position: relative;
    width: 16rem;
    padding: 0.5rem 2rem;
    border: 1px solid #171717;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    transition: color 0.5s, background 0.5s, border 0.5s; }
    .index-more a::before {
      position: absolute;
      content: "→";
      display: block;
      top: 50%;
      right: 1rem;
      font-size: 1.25rem;
      line-height: 2rem;
      transform: translateY(-50%); }

.index-style-1 {
  z-index: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 863px;
  padding-top: 10%;
  margin-top: -10rem; }
  .index-style-1::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    width: 1920px;
    height: 863px;
    background: url("../img/index/galaxy.png") no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%); }
  .index-style-1 > div {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
    margin-right: 0; }
  .index-style-1 .index-section-title {
    display: block;
    width: 85%;
    margin: 0 auto;
    margin-right: 0; }
  .index-style-1 h3 {
    margin-top: 3rem; }
  .index-style-1 h2 {
    color: #FFF; }
    .index-style-1 h2 div p {
      color: #FFF !important; }
  .index-style-1 .index-more a {
    border: 1px solid #FFF; }
  .index-style-1 .index-section-img {
    position: relative;
    display: block;
    width: 70%;
    padding-top: 50%;
    margin-right: -8%;
    margin-top: -18%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important; }
  .index-style-1 .index-section-content {
    color: #FFF;
    width: 35%;
    text-align: justify;
    text-justify: distribute; }

.index-style-2 {
  z-index: 1;
  position: relative;
  margin: 5rem 0; }
  .index-style-2 > div {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-right: calc((100% - 1280px)/2); }
  .index-style-2 .index-section-title {
    flex-grow: 1; }
  .index-style-2 h2 {
    position: relative;
    margin-left: 45%; }
    .index-style-2 h2 div {
      margin-top: 1rem;
      white-space: nowrap; }
  .index-style-2 .index-section-img {
    display: block;
    width: 75%;
    margin-top: 3rem;
    margin-left: 25%; }
  .index-style-2 .index-section-content {
    margin-top: 15rem;
    width: 50rem;
    transform: translateX(3rem) translateZ(0); }
  .index-style-2 h3 {
    padding: 0 0 0 3rem;
    margin-bottom: 3rem; }
    .index-style-2 h3::after {
      width: 100%;
      bottom: 0;
      left: 0; }
  .index-style-2 article {
    padding-left: 3rem; }

.index-style-3 {
  z-index: 1;
  position: relative;
  margin: 5rem 0; }
  .index-style-3 .index-more {
    position: absolute;
    top: 0;
    margin: 0;
    right: calc((100% - 1280px)/2); }
  .index-style-3 .index-section-title {
    width: 1280px;
    margin: auto; }
  .index-style-3 .index-news-wrap {
    position: relative;
    width: 1280px;
    margin: 3rem auto;
    overflow: hidden; }
  .index-style-3 .swiper-container {
    width: 85%;
    margin: auto; }
  .index-style-3 .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fbfbfb;
    transition: background 0.5s, color 0.5s;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    overflow: hidden; }
    .index-style-3 .swiper-slide > div {
      width: 40%;
      overflow: hidden; }
    .index-style-3 .swiper-slide .swiper-img {
      width: 100%;
      padding-top: 57%;
      background-position: center center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      transition: transform 1s; }
    .index-style-3 .swiper-slide article {
      width: 60%;
      padding: 1.5rem 2.5rem; }
      .index-style-3 .swiper-slide article h4 {
        font-weight: normal;
        font-size: 1.25rem;
        line-height: 2rem; }
      .index-style-3 .swiper-slide article p {
        color: #cf152d;
        transition: color 0.5s; }
  .index-style-3 .swiper-button-prev,
  .index-style-3 .swiper-button-next {
    width: 0.75rem;
    top: calc(50% - 1.5rem); }
  .index-style-3 .swiper-button-prev {
    left: 1.5rem; }
  .index-style-3 .swiper-button-next {
    right: 1.5rem; }
  .index-style-3 .swiper-pagination {
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    margin-bottom: 3.5rem;
    bottom: -1.5rem; }
    .index-style-3 .swiper-pagination span {
      display: inline-block;
      margin: 0 0.5rem !important;
      outline: none; }
  .index-style-3 .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: none;
    transition: color 0.5s, opacity 0.5s; }
    .index-style-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
      color: #cf152d; }

.index-style-4 {
  z-index: 1;
  position: relative;
  margin: 5rem 0;
  padding-top: 3.5rem; }
  .index-style-4 > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .index-style-4 .index-section-title {
    display: block;
    width: 1280px;
    margin: auto; }
  .index-style-4 .index-section-content {
    margin-top: 3rem;
    width: 40%;
    margin-left: calc((100% - 1280px)/2 + 3rem); }
  .index-style-4 h3 {
    transform: translateX(3rem) translateZ(0); }
    .index-style-4 h3::after {
      width: 100%;
      bottom: 0;
      left: 0; }
  .index-style-4 article {
    padding-right: 1.5rem;
    transform: translateX(3rem) translateZ(0); }
  .index-style-4 .index-section-media {
    position: relative;
    flex-grow: 1;
    margin-right: 2.5%;
    margin-top: -3rem;
    overflow: hidden; }
    .index-style-4 .index-section-media [data-lazy-background] {
      position: relative;
      width: 100%;
      padding-top: 57%;
      background-size: contain !important; }
    .index-style-4 .index-section-media .ytVideo {
      z-index: -1;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%; }
    .index-style-4 .index-section-media .icon-play {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 7rem; }

.lightbox-wrap {
  width: 100%;
  padding: 0; }

.ytWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 57%;
  overflow: hidden; }
  .ytWrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

@media only screen and (min-width: 1025px) {
  .index-style-3 .swiper-slide:hover {
    background: #cf152d;
    color: #FFF; }
    .index-style-3 .swiper-slide:hover .swiper-img {
      transform: scale(1.1); }
    .index-style-3 .swiper-slide:hover article p {
      color: #c9c9c9; }

  .index-content-wrap section .index-more a:hover {
    color: #FFF;
    border: 1px solid #cf152d;
    background: #cf152d; } }
@media only screen and (max-width: 1440px) {
  .index-style-1 {
    height: 647px; }
    .index-style-1::before {
      width: 1440px;
      height: 647px; }

  .index-style-2 > div {
    padding-right: calc((100% - 1024px)/2); }

  .index-style-3 .index-news-wrap,
  .index-style-3 .index-section-title {
    width: 1024px; }
  .index-style-3 .index-more {
    right: calc((100% - 1024px)/2); }

  .index-style-4 .index-section-title {
    width: 1024px; }
  .index-style-4 .index-section-content {
    margin-left: calc((100% - 1024px)/2); } }
@media only screen and (max-width: 1024px) {
  .index-content-wrap {
    margin: 8rem 0 0 0; }
    .index-content-wrap section .index-section-content {
      margin-top: 1.5rem;
      width: 100%; }
      .index-content-wrap section .index-section-content h3 {
        margin-top: 0;
        margin-bottom: 0.5rem;
        padding: 0; }
    .index-content-wrap section .index-section-title > div::before {
      width: 250px;
      height: 250px;
      transform: translate(-25%, -33%) scale(1, 0.5) skew(-25deg, 0deg); }
    .index-content-wrap section .index-section-title > div::after {
      width: 12px;
      height: 12px;
      left: 175px;
      top: -15px; }

  .index-more {
    margin-top: 1.5rem; }
    .index-more a {
      width: 12rem;
      padding: 0.25rem 1.5rem; }

  .index-style-1 {
    width: 90%;
    height: 110vw;
    margin: auto;
    padding-top: 0; }
    .index-style-1::before {
      top: calc(50% - 10vw);
      width: 100vw;
      height: 110vw;
      background: url("../img/index/galaxy-m.png") no-repeat center center;
      background-size: cover; }
    .index-style-1 > div {
      display: block;
      width: 100%; }
    .index-style-1 h3 {
      padding-bottom: 1rem;
      text-align: left;
      margin-right: 0;
      margin-bottom: 3rem; }
      .index-style-1 h3::after {
        width: 100%;
        top: auto;
        bottom: 0;
        left: 0;
        height: 1px; }
    .index-style-1 h2 {
      margin-top: 0;
      margin-right: -0.9rem; }
    .index-style-1 article {
      width: 100%; }
    .index-style-1 .index-section-img {
      width: 75%;
      padding-top: 58%;
      margin: 0 -10% 0 auto; }
    .index-style-1 .index-section-title {
      width: 100%; }
    .index-style-1 .index-section-content {
      display: block;
      width: 100%;
      margin-top: 3rem; }

  .index-style-2 {
    margin: 5rem auto;
    width: 90%; }
    .index-style-2 > div {
      position: relative;
      display: block;
      padding-right: 0; }
    .index-style-2 h2 {
      margin-left: 1.5rem; }
    .index-style-2 .index-section-img {
      width: 100%;
      margin-top: 1.5rem;
      margin-left: 0; }
    .index-style-2 .index-section-content {
      margin-top: 3rem;
      width: 100%;
      transform: translateY(3rem) translateZ(0); }
    .index-style-2 h3 {
      padding: 0 0 1rem 0;
      margin-bottom: 3rem; }
    .index-style-2 article {
      padding-left: 0; }

  .index-style-3 {
    width: 90%;
    margin: 5rem auto; }
    .index-style-3 .index-section-title {
      width: 100%;
      margin: auto; }
    .index-style-3 .index-news-wrap {
      width: 100%;
      margin: 3rem 0 0 0; }
    .index-style-3 .swiper-container {
      width: calc(100% - 5rem); }
    .index-style-3 .swiper-wrapper {
      align-items: stretch; }
    .index-style-3 .swiper-slide {
      display: block;
      height: auto; }
      .index-style-3 .swiper-slide > div {
        width: 100%; }
      .index-style-3 .swiper-slide article {
        width: 100%;
        padding: 1rem 1.5rem; }
        .index-style-3 .swiper-slide article h4 {
          font-size: 1rem;
          line-height: 1.75rem; }
          .body-en .index-style-3 .swiper-slide article h4, .index-style-3 .swiper-slide article h4.body-en {
            font-size: 1.1rem;
            line-height: 1.85rem; } }
        @media only screen and (max-width: 1024px) and (max-width: 640px) {
          .body-en .index-style-3 .swiper-slide article h4, .index-style-3 .swiper-slide article h4.body-en {
            font-size: 1rem;
            line-height: 1.75rem; } }
@media only screen and (max-width: 1024px) {
        .index-style-3 .swiper-slide article p {
          margin-bottom: 0.5rem;
          font-size: 0.85rem;
          line-height: 1.5rem; }
    .index-style-3 .swiper-button-prev,
    .index-style-3 .swiper-button-next {
      width: 1rem; }
    .index-style-3 .swiper-button-prev {
      left: 0; }
    .index-style-3 .swiper-button-next {
      right: 0; }
    .index-style-3 .index-more {
      position: static; }

  .index-style-4 {
    width: 90%;
    margin: 5rem auto; }
    .index-style-4 > div {
      width: 100%;
      display: block; }
    .index-style-4 .index-section-title {
      width: 100%;
      margin: auto; }
    .index-style-4 .index-section-content {
      margin-top: 0;
      flex-grow: 1;
      margin-left: 0;
      margin-top: 3rem; }
    .index-style-4 .index-section-media {
      margin-top: 1.5rem;
      width: 100%;
      margin-right: 0; }
      .index-style-4 .index-section-media .icon-play {
        width: 5rem; } }
@media only screen and (max-width: 640px) {
  .index-style-1 {
    height: 175vw; }
    .index-style-1::before {
      height: 175vw; }
    .index-style-1 .index-section-img {
      width: 90%;
      padding-top: 70%;
      margin: 0 -10% 0 auto; } }

/*# sourceMappingURL=index.css.map */
