@import url("https://fonts.googleapis.com/css2?family=Cinzel&display=swap");
.imgCover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@-webkit-keyframes scrolly {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}

@keyframes scrolly {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}

@-webkit-keyframes rotateBtn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateBtn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInGrow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInGrow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

#banner-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/banner-mask.webp);
  background-repeat: repeat-y;
  background-size: 1920px auto;
  background-position: top center;
}

#banner-swiper .swiper-slide.blur-effect img {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  z-index: -1;
}

.banner-leftbar {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 6vw;
  height: 100%;
}

.banner-leftbar .logo-v {
  margin-top: 7vh;
}

.banner-leftbar .logo-v img {
  width: 105px;
}

.banner-leftbar .social-row {
  position: absolute;
  bottom: 13vh;
  width: 100%;
}

.banner-leftbar .social-btn {
  margin: 4vh auto;
  width: 35px;
  height: 35px;
}

.banner-leftbar .social-btn svg {
  fill: #fff;
}

.banner-top {
  position: absolute;
  z-index: 1;
  top: calc((100% - 49vmin) / 2  - 40px - 2vw);
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-top .hexagon {
  height: 49vmin;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.banner-top .en {
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-size: 7.3vmin;
  line-height: 49vmin;
  color: rgba(255, 255, 255, 0.7);
  width: calc(49vmin + 2%);
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
}

.banner-top .en::after {
  content: '';
  width: 100%;
  display: inline-block;
}

.banner-top .page-title {
  position: relative;
  margin-top: 1rem;
  text-align: center;
}

.banner-top .page-title span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  color: #fff;
  font-weight: 100;
  font-size: 3vmin;
  letter-spacing: .2em;
}

.banner-top .page-title span:before {
  content: "";
  position: absolute;
  bottom: calc(100% + 1rem);
  left: 50%;
  height: 5.6rem;
  width: 1px;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 1600px) {
  .screen-h .banner-leftbar .logo-v img {
    width: 70px;
  }
  .screen-h .banner-leftbar .social-btn {
    width: 30px;
    height: 30px;
  }
}

.screen-v .banner-leftbar {
  left: 4vw;
}

.screen-v .banner-leftbar .logo-v {
  margin-top: 2vh;
}

.screen-v .banner-leftbar .logo-v img {
  width: 60px;
}

.screen-v .banner-leftbar .social-row {
  display: none;
}

@media screen and (max-width: 480px) {
  .screen-v .banner-top .hexagon {
    height: 64vmin;
  }
  .screen-v .banner-top .en {
    font-size: 2.4rem;
    line-height: 64vmin;
    width: calc(64vmin + 2%);
  }
  .screen-v .banner-top .page-title {
    margin-top: 12px;
  }
  .screen-v .banner-top .page-title span {
    font-size: 18px;
  }
  .screen-v .banner-top .page-title span::before {
    height: 44px;
  }
}

@media screen and (max-width: 325px) {
  .screen-v .banner-top .en {
    width: 80%;
    font-size: 30px;
  }
}

@media screen and (max-height: 550px) {
  .screen-v .banner-top {
    top: calc((100% - 49vmin) / 2 - 4rem);
  }
  .screen-v .banner-top .en {
    width: 18rem;
    font-size: 2.4rem;
  }
  .screen-v .banner-top .page-title {
    margin-top: 12px;
  }
  .screen-v .banner-top .page-title span {
    font-size: 18px;
  }
  .screen-v .banner-top .page-title span::before {
    height: 44px;
  }
}

@media screen and (max-height: 300px) {
  .screen-v .banner-top {
    top: calc((100% - 150px) / 2 - 4rem);
  }
  .screen-v .banner-top .hexagon {
    height: 150px;
  }
  .screen-v .banner-top .en {
    font-size: 26px;
    line-height: 150px;
    width: 180px;
  }
}

.banner-top .hexagon {
  background-image: url(../images/about/banner_top.webp);
}

.block .words-inner {
  position: relative;
  margin: 0 auto;
}

.block .half-block {
  display: inline-block;
  width: 49.5%;
}

.block .title {
  position: relative;
  margin-bottom: 5vmin;
  font-weight: 900;
  font-size: 3.3vmin;
  letter-spacing: .3rem;
  font-family: 'Noto Serif TC', 'Noto Serif JP', serif;
  text-shadow: 0.15rem 0.15rem 0.15rem rgba(0, 0, 0, 0.35);
}

.block .title span {
  display: inline-block;
  vertical-align: bottom;
}

.block .title span.line {
  margin-bottom: -10px;
  margin-left: 20px;
  width: 1px;
}

.block .title span.line img {
  width: auto;
  height: 100%;
}

.block .embossing {
  position: absolute;
  width: 48vw;
}

.block .embossing img {
  width: 100%;
}

.block-1 {
  position: relative;
  background-color: #aab3b5;
  min-height: 100vh;
  overflow: hidden;
}

.block-1 .words-inner {
  padding-left: 12vmin;
  padding-top: 20vmin;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  color: #fff;
}

.block-1 .about-pic {
  width: 75vmin;
  height: 75vmin;
}

.block-1 .about-pic > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.block-1 .aboutus {
  margin-top: 14vmin;
  padding-left: 10vw;
  width: calc(100% - 75vmin - 1rem);
}

.block-1 .aboutus .words {
  padding-right: 15vw;
}

.block-1 .aboutus p {
  margin-bottom: 1rem;
  line-height: 2rem;
}

.block-1 .embossing {
  top: 19vmin;
  right: 0;
}

.block-inner {
  position: relative;
  margin: 0 auto;
  padding: 3vw 0;
  width: 92%;
}

.trapezoid-block {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1266px) {
  .block-1 .title span.line {
    height: 5rem;
  }
}

@media screen and (max-width: 480px) {
  .block-1 .aboutus p {
    line-height: 1.5;
  }
}

.screen-h .trapezoid-overlay1.left {
  position: absolute;
  width: 73vw;
  background-color: #d1dbda;
  background-image: url(../images/common/bg_noise.webp);
  top: 0;
  left: -20vw;
  height: 100%;
  -webkit-transform: skew(-30deg, 0deg);
          transform: skew(-30deg, 0deg);
  overflow: hidden;
}

.screen-h .trapezoid-overlay1.left .trapezoid-content {
  -webkit-transform: skew(30deg, 0deg);
          transform: skew(30deg, 0deg);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.screen-h .trapezoid-overlay1.left .objectfit {
  height: 100%;
}

.screen-h .trapezoid-block .swiper-slide {
  height: 100%;
}

@media screen and (max-width: 1600px) {
  .screen-h .block .title {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
  .screen-h .block-1 .aboutus {
    padding-left: 7vw;
  }
  .screen-h .block-1 .aboutus .words {
    padding-right: 7vw;
  }
  .screen-h .trapezoid-overlay1.left {
    width: 70vw;
  }
}

@media screen and (max-width: 1266px) {
  .screen-h .block-1 .words-inner {
    padding-left: 5vmin;
  }
  .screen-h .block-1 .about-pic {
    width: 65vmin;
    height: 65vmin;
  }
  .screen-h .block-1 .aboutus {
    width: calc(100% - 65vmin - 1rem);
  }
}

@media screen and (max-height: 550px) {
  .screen-h .trapezoid-overlay1.left {
    left: -22vw;
  }
}

.screen-v .trapezoid-overlay1.left {
  display: none;
}

.screen-v .block .words-inner {
  padding-top: 0;
  padding-left: 0;
}

.screen-v .block .title {
  margin-bottom: 6vmin;
  font-size: 1.8rem;
  letter-spacing: .3rem;
}

.screen-v .block .half-block {
  display: block;
  width: 100%;
}

.screen-v .block-1 {
  padding-top: 60px;
}

.screen-v .block-1 .words-inner {
  display: block;
}

.screen-v .block-1 .embossing {
  top: 60px;
  right: initial;
  left: 12vw;
  opacity: .5;
}

.screen-v .block-1 .about-pic,
.screen-v .block-1 .aboutus {
  width: 100%;
}

.screen-v .block-1 .about-pic {
  position: relative;
  padding-bottom: 6vmin;
  height: auto;
  min-height: calc(60vh - 50px);
}

.screen-v .block-1 .about-pic::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 2rem);
  background-color: #d1dbda;
  background-image: url(../images/common/bg_noise.webp);
}

.screen-v .block-1 .about-pic > div {
  margin: 0 auto;
  width: 75vw;
  height: 75vw;
}

.screen-v .block-1 .about-pic .objectfit {
  width: 100%;
  height: 100%;
}

.screen-v .block-1 .aboutus {
  margin-top: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40vh;
}

.screen-v .block-1 .aboutus > div {
  margin: 0 auto;
  width: 88%;
  max-width: 800px;
}

.screen-v .block-1 .aboutus .words {
  padding-right: 0;
}

@media screen and (max-width: 1024px) {
  .screen-v .block-1 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 640px) {
  .screen-v .block .embossing {
    width: 80%;
    max-width: 300px;
  }
}

@media screen and (max-width: 480px) {
  .screen-v .block .title {
    margin-bottom: 4vh;
    font-size: 20px;
    letter-spacing: 2px;
  }
  .screen-v .block-1 .aboutus {
    min-height: calc(100vh - 88vw - 6vmin - 50px);
  }
  .screen-v .block-1 .about-pic {
    min-height: 88vw;
  }
  .screen-v .block-1 .about-pic > div {
    width: 88vw;
    height: 88vw;
  }
  .screen-v .block-1 .aboutus > div {
    padding-top: 3vh;
  }
}

@media screen and (max-width: 325px) {
  .screen-v .block .title {
    margin-bottom: 7px;
    font-size: 18px;
    letter-spacing: 1px;
  }
}

@media screen and (max-height: 550px) {
  .screen-v .block .title {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 2px;
  }
  .screen-v .block-1 .aboutus {
    display: block;
    height: auto;
  }
}
