@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/hot/banner_top.webp);
}

.block-outer {
  width: 100%;
}

.block {
  padding-top: 80px;
  position: relative;
  height: 100%;
  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;
  overflow: hidden;
}

.block .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #29383D;
}

.block .bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/hot/pic_01_layer.webp);
  background-size: 100% 100%;
}

.block .bg img {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  z-index: -1;
}

.block-inner {
  position: relative;
  margin: 0 auto;
  padding-left: 11vw;
  width: 100%;
}

.case-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6vmin;
  z-index: 1;
}

.case-title .name {
  color: #fff;
  font-family: 'Noto Serif TC', 'Noto Serif JP', serif;
  font-weight: 900;
  font-size: calc(48vmin * .093);
  letter-spacing: .2rem;
}

.case-title .desc {
  margin: 0 2vmin;
  color: #43a296;
  font-weight: 500;
  font-size: calc(26vmin * .093);
  letter-spacing: .2rem;
}

.case-title .desc::before {
  content: "｜";
}

.case-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case-content .content-left {
  width: calc(100% - 59.2vw);
}

.case-content .content-right {
  position: relative;
  width: 59.2vw;
}

.case-content .content-right .swiper-pagination {
  position: relative;
  margin-top: .5rem;
  bottom: 0;
}

.case-swiper {
  height: calc(100vh - 80px - 32.7vmin);
  -webkit-box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.5);
}

.case-logo {
  width: 17.7vw;
  height: 17.7vw;
}

.case-info > div {
  margin-top: 3vmin;
}

.case-info .icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px 3px 40px;
  border: 1px solid #b49f75;
  border-radius: 5px;
  color: #b49f75;
  font-size: 1rem;
  letter-spacing: .2rem;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px;
}

.case-info .icon.phone {
  background-image: url(../images/hot/icon_phone.svg);
}

.case-info .icon.address {
  background-image: url(../images/hot/icon_address.svg);
}

.case-info .info {
  color: #fff;
  font-size: calc(26vmin * .093);
  letter-spacing: .2rem;
}

.btn-more {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5rem;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
  background-image: url(../images/index/btn-bg01.svg);
  color: #3FAB9F;
}

@media screen and (max-width: 1266px) {
  .case-logo {
    width: 22vw;
    height: 22vw;
  }
  .case-content .content-left {
    width: calc(100% - 50vw);
  }
  .case-content .content-right {
    width: 50vw;
  }
}

@media screen and (max-width: 1024px) {
  .block-inner {
    padding-left: 5vw;
  }
}

.screen-h .block .swiper-slide {
  height: 100%;
}

@media screen and (max-width: 1600px) {
  .screen-h .btn-more {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 1266px) {
  .screen-h .btn-more {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
  }
}

.screen-v .bg::after {
  background: rgba(0, 0, 0, 0.6);
}

.screen-v .block {
  padding-top: 60px;
}

.screen-v .btn-more {
  width: 7vh;
  height: 7vh;
  line-height: 7vh;
}

.screen-v .block-inner {
  padding-top: 4vh;
  padding-left: 0;
  width: 92%;
}

.screen-v .case-title {
  margin-bottom: 3vh;
}

.screen-v .case-content {
  display: block;
}

.screen-v .case-content .content-left,
.screen-v .case-content .content-right {
  width: 100%;
}

.screen-v .case-content .content-left {
  margin-bottom: 3vh;
}

.screen-v .case-logo,
.screen-v .case-info {
  display: inline-block;
  vertical-align: middle;
}

.screen-v .case-info {
  padding-left: 7vw;
}

.screen-v .case-info > div {
  margin: 1.5vmin 0;
}

.screen-v .case-swiper {
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .screen-v .block {
    padding-top: 50px;
  }
  .screen-v .btn-more {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .screen-v .btn-more {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
  }
  .screen-v .case-logo {
    width: 120px;
    height: 120px;
  }
  .screen-v .case-info {
    padding-left: 2vw;
    width: calc(100% - 120px -5px);
  }
  .screen-v .case-info .icon {
    padding-left: 25px;
    margin-bottom: 7px;
    font-size: 15px;
    letter-spacing: 1px;
    background-position: 5px center;
    background-size: 15px;
  }
  .screen-v .case-info .info {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .screen-v .case-title .name {
    font-size: 24px;
    letter-spacing: 3px;
  }
  .screen-v .case-title .desc {
    font-size: 18px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 480px) {
  .screen-v .block-inner {
    width: 86%;
  }
  .screen-v .case-title {
    padding-top: 7px;
    padding-left: 7vw;
    margin-bottom: 0;
    display: block;
    position: absolute;
    right: 0;
    width: calc(100% - 120px);
    height: 120px;
  }
  .screen-v .case-title .desc {
    margin: 2vw 0;
  }
  .screen-v .case-title .desc::before {
    content: "— ";
  }
  .screen-v .case-title .btn-more {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .screen-v .case-logo, .screen-v .case-info {
    display: block;
  }
  .screen-v .case-logo {
    margin-bottom: 5vw;
  }
  .screen-v .case-info {
    padding-left: 0;
  }
  .screen-v .case-info .icon {
    font-size: 12px;
  }
  .screen-v .case-title .desc {
    font-size: 15px;
  }
}

@media screen and (max-width: 325px) {
  .screen-v .btn-more {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
  .screen-v .case-logo {
    width: 90px;
    height: 90px;
  }
  .screen-v .case-title {
    padding-left: 10px;
    width: calc(100% - 90px);
    height: 90px;
  }
  .screen-v .case-title .name {
    font-size: 17px;
    letter-spacing: 1px;
  }
  .screen-v .case-title .desc {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .screen-v .case-info .info {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

@media screen and (max-height: 550px) {
  .screen-v .btn-more {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
  }
  .screen-v .case-swiper {
    height: 90vh;
  }
  .screen-v .case-info .icon {
    font-size: 15px;
  }
  .screen-v .case-info .info {
    font-size: 18px;
  }
  .screen-v .case-title .name {
    font-size: 24px;
  }
  .screen-v .case-title .desc {
    font-size: 15px;
  }
}

.toMoreSwiper {
  position: absolute;
  z-index: 1;
  bottom: 2vw;
  left: calc((100% - 40px) / 2);
  text-align: center;
  cursor: pointer;
}

.toMoreSwiper p {
  color: #b49f75;
  font-size: 12px;
  letter-spacing: 2px;
}

.toMoreSwiper .chevron {
  margin-bottom: 10px;
  display: block;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  color: #b49f75;
}

.toMoreSwiper .chevron::before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: top;
  width: 20px;
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.not-touchable .btn-more {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.not-touchable .btn-more:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
