.container,
.footer,
.header {
  visibility: hidden;
}

:root {
  --color-normal: #0a3d60;
  --color-normal-light: #8bc0b6;
  --color-normal-light-2: #87b1a9;
  --color-normal-dark: #184e47;
  --color-highlight: #c19e74;
  --color-highlight-dark: #877055;
  --color-white: #fff;
  --color-red: #db595e;
  --color-pink: #ee849f;
  --color-black: #222;
  --color-grey: #646875;
  --color-grey-light: #aaa;
  --color-light: #ddd;
  --color-white-grey: #efefef;
  --color-bg: #ececec;
  --color-bg-black: #000;
  --color-text-scroll: #f2f2f2;
  --color-blue: #14799e;
  --color-orange: #dc6f27;
  --color-white-alpha: rgba(255, 255, 255, 0.5);
  --color-black-alpha: rgba(0, 0, 0, 0.5);
  --color-normal-alpha-03: rgba(10, 61, 96, 0.3);
  --color-normal-alpha-05: rgba(10, 61, 96, 0.5);
  --color-dark-alpha: rgba(24, 78, 71, 0.5);
  --color-highlight-alpha: rgba(171, 135, 104, 0.5);
  --color-white-zero: rgba(255, 255, 255, 0);
  --color-white-alpha-01: rgba(255, 255, 255, 0.1);
  --color-white-alpha-02: rgba(255, 255, 255, 0.2);
  --color-white-alpha-03: rgba(255, 255, 255, 0.3);
  --color-white-alpha-04: rgba(255, 255, 255, 0.4);
  --color-white-alpha-05: rgba(255, 255, 255, 0.5);
  --color-white-alpha-06: rgba(255, 255, 255, 0.6);
  --color-white-alpha-07: rgba(255, 255, 255, 0.7);
  --color-white-alpha-08: rgba(255, 255, 255, 0.8);
  --color-white-alpha-09: rgba(255, 255, 255, 0.9);
  --color-black-zero: rgba(0, 0, 0, 0);
  --color-black-alpha-01: rgba(0, 0, 0, 0.1);
  --color-black-alpha-02: rgba(0, 0, 0, 0.2);
  --color-black-alpha-03: rgba(0, 0, 0, 0.3);
  --color-black-alpha-04: rgba(0, 0, 0, 0.4);
  --color-black-alpha-05: rgba(0, 0, 0, 0.5);
  --color-black-alpha-06: rgba(0, 0, 0, 0.6);
  --color-black-alpha-07: rgba(0, 0, 0, 0.7);
  --color-black-alpha-08: rgba(0, 0, 0, 0.8);
  --color-black-alpha-09: rgba(0, 0, 0, 0.9);
  --color-bg-hide: linear-gradient(90deg, rgba(17, 74, 90, 1) 30%, rgba(17, 74, 90, 0) 80%);
  --color-black-alpha: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  --color-hide-top: linear-gradient(0deg, rgba(5, 44, 56, 0) 15%, rgba(5, 44, 56, 0.8) 40%, rgba(5, 44, 56, 0.8) 70%);
  --color-bg-banner: linear-gradient(0deg, rgba(17, 74, 90, 1) 0%, rgba(17, 74, 90, 0.3) 100%);
  --color-block-hide: linear-gradient(0deg, rgba(24, 78, 71, 0) 20%, rgba(24, 78, 71, 1) 100%);
  --color-black-thumb: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
  --color-border: linear-gradient(0deg, #184e47 0%, #8bc0b6 50%, #ab8768 100%);
  --color-black-gradient: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 80%);
  --color-banner-hide: linear-gradient(0deg, rgba(10, 61, 96, 1) 10%, rgba(10, 61, 96, 0) 60%);
  --color-border-gradient: linear-gradient(135deg, #ab8768 0%, rgba(255, 255, 255, 0) 50%, #e1cab0 100%);
  --color-mask: linear-gradient(90deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
  --color-dot: linear-gradient(135deg, #ab8768 0%, #dc6f27 100%);
  --color-dot-2: linear-gradient(135deg, #cb4600 0%, #7f1417 100%);
  --color-text-gradient: linear-gradient(90deg, #c69b77 0%, #62b9d3 30%, #fff 70%, #7b9164 100%);
  --color-text-red: linear-gradient(90deg, #fff 0%, #8bc0b6 30%, #fff 50%, #ab8768 80%, #dc6f27 100%);
  --color-bg-news: linear-gradient(0deg, #8bc0b6 0%, #184e47 50%, #0a3d60 100%);
  --color-bg-blur: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  --color-bg-gradient: linear-gradient(135deg, #ab8768 0%, #877055 50%, #ab8768 100%);
  --color-bg-gradient-2: linear-gradient(135deg, #8bc0b6 0%, #184e47 50%, #8bc0b6 100%);
  --block-A: #184e47;
  --block-B: #877055;
  --office: #6b90b8;
  --shophouse: #c9b8a6;
  --trendy: #dfdc8e;
  --classy: #ffd57e;
  --morden: #f37477;
  --morden-1: #beddd8;
  --morden-2: #81ccba;
  --morden-3: #ffd1d1;
  --morden-4: #f5acac;
  --elegant: #9ea2cc;
  --font-note: "Oswald";
}

img:not([src]) {
  visibility: hidden;
}

.splitting .char,
.splitting .word {
  display: inline-block;
}

.splitting .char {
  position: relative;
}

.splitting .char::after,
.splitting .char::before {
  content: attr(data-char);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

.section-top-keyvisual.group-central {
  pointer-events: auto !important;
}

@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section-top-keyvisual.group-central {
    height: 10.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual.group-central {
    height: 4.18rem !important;
  }
}
.list-top-keyvisual {
  width: 100%;
  height: 100%;
}

.list-top-keyvisual > div {
  width: 100%;
  height: 100%;
}

.list-top-keyvisual .swiper-slide {
  overflow: hidden;
}

.list-top-keyvisual .slider-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.list-top-keyvisual .slider-wrapper {
  position: relative;
  overflow: hidden;
}

.list-top-keyvisual .slider-decor {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.list-top-keyvisual .slider-content {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  -webkit-transition: opacity 1s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.8, 0, 0.2, 1);
  transition: opacity 1s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0.8, 0, 0.2, 1), opacity 1s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0.8, 0, 0.2, 1), opacity 1s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.8, 0, 0.2, 1);
  opacity: 0;
  pointer-events: none;
}

.list-top-keyvisual .swiper-slide-active .slider-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.list-top-keyvisual .text-title {
  display: block;
  margin: 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.list-top-keyvisual .text-title.is-lion {
  color: #f9f3dd;
}

.list-top-keyvisual .title-bottom {
  font-family: "TT_Commons_Bold", sans-serif;
  font-weight: 700;
}

.list-top-keyvisual .text-title span {
  display: block;
}

.list-top-keyvisual .slider-image img {
  -o-object-position: top center;
  object-position: top center;
}

.list-top-keyvisual .content-logo {
  margin: 0 auto;
}

.list-top-keyvisual .content-title {
  color: #004c40;
  font-family: Vogun, sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.list-top-keyvisual .title-wrapper {
  margin-bottom: 0;
}

.list-top-keyvisual .swiper-pagination-bullet {
  border: 1px solid #fff;
  background: transparent !important;
}

.list-top-keyvisual .swiper-pagination-bullet-active {
  background: #fff !important;
}

@media (min-width: 768px) {
  .list-top-keyvisual .swiper-pagination {
    bottom: 0.74rem !important;
  }
  .list-top-keyvisual .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
  }
  .list-top-keyvisual .slider-content {
    max-width: 6.93rem;
    -webkit-transform: translateY(0.8rem);
    -ms-transform: translateY(0.8rem);
    transform: translateY(0.8rem);
  }
  .list-top-keyvisual .slider-content.is-first {
    top: 0.42rem;
    left: 2.21rem;
  }
  .list-top-keyvisual .slider-content.is-second {
    top: 1.92rem;
    left: 2.06rem;
  }
  .list-top-keyvisual .slider-content.is-third {
    top: 0.86rem;
    left: 5.5rem;
  }
  .list-top-keyvisual .slider-content.is-fourth {
    top: 0.86rem;
    left: 5.94rem;
  }
  .list-top-keyvisual .content-logo {
    max-width: 5.61rem;
    margin-bottom: 0.43rem;
  }
  .list-top-keyvisual .content-text {
    margin: 0 -0.2rem -0.03rem;
  }
  .list-top-keyvisual .text-title.is-small .title-top,
  .list-top-keyvisual .text-title.is-small .title-bottom {
    font-size: 0.4rem;
    line-height: 0.7;
  }
  .list-top-keyvisual .title-top {
    margin-bottom: 0.26rem;
    font-size: 0.48rem;
    line-height: 0.5833333333;
  }
  .list-top-keyvisual .title-bottom {
    font-size: 0.46rem;
    line-height: 0.6086956522;
  }
  .list-top-keyvisual .content-title {
    font-size: 0.6rem;
    line-height: 1.3;
  }
  .list-top-keyvisual .title-wrapper {
    margin-top: 0.3rem;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1799.98px) {
  .list-top-keyvisual .slider-decor.is-right img {
    -o-object-position: top right;
    object-position: top right;
  }
  .list-top-keyvisual .slider-decor.is-left img {
    -o-object-position: top left;
    object-position: top left;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-top-keyvisual .slider-content {
    max-width: 2.12rem;
    -webkit-transform: translateY(0.4rem);
    -ms-transform: translateY(0.4rem);
    transform: translateY(0.4rem);
  }
  .list-top-keyvisual .swiper-pagination-bullet {
    width: 0.07rem;
    height: 0.07rem;
  }
  .list-top-keyvisual .slider-content.is-first {
    top: 0.43rem;
    left: 0.85rem;
  }
  .list-top-keyvisual .slider-content.is-second {
    top: 0.8rem;
    left: 0.24rem;
  }
  .list-top-keyvisual .slider-content.is-third {
    top: 0.57rem;
    left: 0.56rem;
  }
  .list-top-keyvisual .slider-content.is-fourth {
    top: 0.48rem;
    left: 1.14rem;
  }
  .list-top-keyvisual .content-logo {
    max-width: 1.66rem;
    margin-bottom: 0.01rem;
  }
  .list-top-keyvisual .content-text {
    margin: 0 -0.2rem -0.03rem;
  }
  .list-top-keyvisual .text-title.is-small .title-top {
    margin-bottom: -0.07rem;
  }
  .list-top-keyvisual .text-title.is-small .title-top,
  .list-top-keyvisual .text-title.is-small .title-bottom {
    font-size: 0.14rem;
    line-height: 2;
  }
  .list-top-keyvisual .title-top {
    margin-bottom: -0.12rem;
  }
  .list-top-keyvisual .title-top,
  .list-top-keyvisual .title-bottom {
    font-size: 0.15rem;
    line-height: 1.8666666667;
  }
  .list-top-keyvisual .content-title {
    max-width: 1.96rem;
    margin: 0 auto;
    font-size: 0.25rem;
    line-height: 1.3;
  }
  .list-top-keyvisual .title-wrapper {
    margin-top: 0.02rem;
  }
}
.section-top-introduction {
  background: url("../img/top/video_bg_01.jpg") center center/cover no-repeat;
}

@media (min-width: 768px) {
  .section-top-introduction {
    padding: 0.9rem 0;
  }
  .section-top-introduction .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section-top-introduction.group-central {
    height: 10.3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-introduction .wrapper {
    padding: 0 0.04rem;
  }
  .section-top-introduction {
    padding: 0.22rem 0;
  }
}
.section-top-utilities {
  background: #195450 url("../img/top/utilities_bg_01.png") center center/cover no-repeat;
}

.section-top-utilities .utilities-paragraph {
  color: #fff;
}

.section-top-utilities .utilities-paragraph p:last-child {
  margin-bottom: 0;
}

.section-top-utilities .utilities-paragraph ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .section-top-utilities {
    padding: 0.5rem 0;
  }
  .section-top-utilities .text-break {
    margin-bottom: 0.1rem;
  }
  .section-top-utilities .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
  .section-top-utilities .utilities-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section-top-utilities .utilities-content {
    width: 6.57rem;
  }
  .section-top-utilities .utilities-paragraph {
    margin-bottom: 0.45rem;
    font-size: 0.2rem;
    line-height: 1.3;
  }
  .section-top-utilities .utilities-paragraph p {
    margin-bottom: 0.14rem;
  }
  .section-top-utilities .utilities-paragraph ul {
    margin-bottom: 0.16rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section-top-utilities.group-central {
    height: 10.3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-utilities {
    padding: 0.32rem 0 0.26rem;
  }
  .section-top-utilities .wrapper {
    width: calc(100% - 0.4rem);
  }
  .section-top-utilities .title-common-primary {
    margin-bottom: 0.08rem;
  }
  .section-top-utilities .utilities-paragraph {
    margin-bottom: 0.14rem;
    font-size: 0.15rem;
    line-height: 1.1333333333;
  }
  .section-top-utilities .utilities-paragraph p {
    margin-bottom: 0.09rem;
  }
  .section-top-utilities .utilities-paragraph ul {
    margin-bottom: 0.09rem;
  }
}
.list-top-utilities {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
}

.list-top-utilities .grid-item:nth-child(1) {
  grid-area: 2/1/4/4;
}

.list-top-utilities .grid-item:nth-child(2) {
  grid-area: 1/4/4/5;
}

.list-top-utilities .grid-item:nth-child(3) {
  grid-area: 1/5/4/7;
}

.list-top-utilities .grid-item:nth-child(4) {
  grid-area: 4/1/6/5;
}

.list-top-utilities .grid-item:nth-child(5) {
  grid-area: 4/5/7/7;
}

@media (min-width: 768px) {
  .list-top-utilities {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    max-width: 10.35rem;
    -webkit-transform: translateY(calc(-50% + 0.2rem));
    -ms-transform: translateY(calc(-50% + 0.2rem));
    transform: translateY(calc(-50% + 0.2rem));
  }
  .list-top-utilities .grid-item:nth-child(1) {
    width: 4.48rem;
    height: 2.97rem;
    margin-top: 0.03rem;
  }
  .list-top-utilities .grid-item:nth-child(2) {
    width: 1.74rem;
    height: 4.43rem;
    margin: 0.1rem 0 0 -0.26rem;
  }
  .list-top-utilities .grid-item:nth-child(3) {
    width: 3.85rem;
    height: 4.43rem;
    margin-top: 0.1rem;
  }
  .list-top-utilities .grid-item:nth-child(4) {
    width: 6.35rem;
    height: 2.97rem;
    margin-top: 0.08rem;
  }
  .list-top-utilities .grid-item:nth-child(5) {
    width: 3.85rem;
    height: 3.92rem;
    margin-top: 0.08rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-top-utilities {
    grid-gap: 0.08rem;
    margin-bottom: -0.2rem;
    padding: 0 0.2rem;
  }
  .list-top-utilities .grid-item {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.section-top-library {
  background: #195450 url("../img/top/video_bg_01.jpg") center center/cover no-repeat;
}

.section-top-library .outer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

@media (min-width: 768px) {
  .section-top-library {
    padding: 0.4rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section-top-library.group-central {
    height: 10.3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-library {
    padding: 0.28rem 0 0.24rem;
  }
  .section-top-library .title-common-primary {
    margin-bottom: 0.08rem;
  }
}
.slider-top-library {
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 0.24rem;
  line-height: 1.5;
}

.slider-top-library .slider-viewport {
  width: auto;
}

.slider-top-library .slider-slide {
  padding: 0 0.2rem;
}

.slider-top-library .slider-slide.swiper-slide-active .slide-banner {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.slider-top-library .slider-slide.swiper-slide-active .slide-wrapper {
  opacity: 1;
  pointer-events: auto;
}

.slider-top-library .slide-banner {
  -webkit-transform: scale(0.8328267477, 0.8328267477);
  -ms-transform: scale(0.8328267477, 0.8328267477);
  transform: scale(0.8328267477, 0.8328267477);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.slider-top-library .slide-wrapper {
  position: relative;
  min-height: 0.5rem;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
  pointer-events: none;
}

.slider-top-library .slide-label {
  display: block;
  position: relative;
  z-index: 0;
}

.slider-top-library .slide-arrow {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background: url("../img/common/icon_arrow_02.svg") 50% 50%/100% auto no-repeat;
}

.slider-top-library .slide-arrow.is-next {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media (min-width: 768px) {
  .slider-top-library .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .slider-top-library .slider-viewport {
    margin: 0 -7.05rem;
  }
  .slider-top-library .slide-banner {
    margin-bottom: 0.15rem;
  }
  .slider-top-library .slide-label {
    font-size: 0.28rem;
    line-height: 1.5;
  }
  .slider-top-library .slide-arrow {
    width: 0.5rem;
    height: 0.5rem;
  }
  .slider-top-library .slide-arrow.is-previous {
    right: 0.85rem;
  }
  .slider-top-library .slide-wrapper {
    padding: 0.07rem 1.6rem 0.07rem 0;
  }
}
@media (min-width: 768px) and (max-height: 1200px) {
  .slider-top-library .slider-viewport {
    margin: 0 -3.05rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-top-library .slide-label {
    font-size: 0.2rem;
    line-height: 1.4;
  }
  .slider-top-library .slide-arrow {
    width: 0.23rem;
    height: 0.23rem;
    margin-top: 0.1rem;
  }
  .slider-top-library .slide-arrow.is-previous {
    right: 0.4rem;
  }
  .slider-top-library .slide-wrapper {
    padding: 0.07rem 0.8rem 0.07rem 0;
  }
  .slider-top-library .slide-banner {
    margin-bottom: 0.04rem;
  }
}
/*# sourceMappingURL=top.css.map */