@charset "utf-8";

/* default PC */

/* top animation */
.animation {
  opacity: 0;
  position: relative;
  top: 50px;
  transition: 0.6s;
}

.animation.active {
  opacity: 1;
  top: 0;
  transition: 0.6s;
}

.animation-left {
  position: relative;
  opacity: 0;
  right: 60px;
  /* フェードインで動く高さを指定 */
  transition: 0.6s;
  /* フェードインにかかる時間を指定 */
}

.animation-right {
  position: relative;
  opacity: 0;
  left: 60px;
  /* フェードインで動く高さを指定 */
  transition: 0.6s;
  /* フェードインにかかる時間を指定 */
}

.animation-left.active {
  opacity: 1;
  right: 0;
}

.animation-right.active {
  opacity: 1;
  left: 0;
}

.fadeup {
  animation-name: fadeupAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeupAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* topslider */
#image-block {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 0;
}

ul.bxslider {
  list-style: none;
  margin: 0;
  padding: 0;
}

li.slide {
  height: 100%;
}

.bx-wrapper,
.bx-viewport,
.bxslider,
#image-block .main-text {
  height: 100%;
}

#image-block .bx-viewport {
  height: 75vh !important;
  height: 75dvh !important;
}

#image-block.bx-loading {
  height: 100%;
  min-height: 50px;
  width: 100%;
  z-index: 2000;
}

#image-block .main-text {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-width: 1200px;
  text-align: center;
  z-index: 999;
  padding-top: 12vw;
}

li.slide.slider-01::before,
li.slide.hide.slider-02::before,
li.slide.hide.slider-03::before,
li.slide.hide.slider-04::before,
li.slide.hide.slider-05::before,
li.slide.hide.slider-06::before {
  background-image: url(../image/contents/home/index_slider_01.jpg);
  background-position: 20% center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

li.slide.hide.slider-02::before {
  background-image: url(../image/contents/home/index_slider_02.jpg);
}

li.slide.hide.slider-03::before {
  background-image: url(../image/contents/home/index_slider_03.jpg);
  background-position: 80% 80%;
}

/* PAGER */

.bx-controls-direction {
  display: none;
}

.bx-wrapper .bx-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #818181;
  text-indent: -9999px;
  display: block;
  width: 35px;
  height: 4px;
  margin: 0 5px;
  outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}

/* top contents */

#home .contact-area h2 {
  margin-bottom: 48px;
}

#home .jp-ttl {
  display: block;
  font-size: 18px;
  margin-top: 20px;
  font-weight: bold;
}

.sales-area {
  margin: 0 auto;
  padding-top: 68px;
  width: 93%;
}

.service-contents {
  margin-bottom: 110px;
  padding-top: 90px;
}

.bnr-area {
  margin-bottom: 110px;
}

.service-list {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  counter-reset: service;
}

.service-list .service-item {
  width: 50%;
  position: relative;
  display: block;
  height: 400px;
  background-color: #f3f3f3;
  counter-increment: service;
  background-image: url(../image/contents/home/bnr_service.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: .5s;
}

.service-list .service-item:hover {
  opacity: .5;
  transition: .5s;
}

.service-list .service-item.rental-bnr {
  background-image: url(../image/contents/home/bnr_rental.jpg);
}

#contents .service-item h3 {
  background-color: transparent;
  font-family: 'Cabin', sans-serif;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  right: 0;
  left: 0;
  color: #fff;
  text-align: center;
  padding: 0;
  margin: auto;
  height: 27px;
  font-size: 30px;
  letter-spacing: 0.1em;
}

#contents .service-item h3::before {
  display: none;
}

.post-contents {
  margin-bottom: 95px;
}

.post-inner {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

.post-inner .txt-3box .link-btn {
  margin: 30px auto 0;
}

#home .post-inner .txt-3box h2 {
  font-size: 30px;
  margin-bottom: 25px;
}

.post-inner .ttl-box {
  margin-right: 50px;
  width: 160px;
}

.post-inner .list-box {
  width: calc(100% - 210px);
}

.post-inner .news-area {
  align-items: center;
  width: 100%;
  margin-bottom: 110px;
}

.fb_iframe_widget_fluid span,
#contents .sns-2box-area iframe {
  height: calc(100vw / 2.3) !important;
  max-height: 380px;
  overflow: hidden;
  border: 0 !important;
}

#contents .sns-2box-area .tictok-box {
  height: 380px;
  background-color: #fff;
}

#contents .sns-2box-area .tictok-box iframe {
  max-width: 95%;
  margin: 20px auto;
}

iframe .css-ekq38o {
  border: 0;
}

.facebook-area {
  width: 100%;
}

#home .post-inner h2 {
  margin-bottom: 30px;
  text-align: center;
}

#home .post-inner .jp-ttl {
  margin-left: 20px;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
}

.bnr-inner {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 90%;
}

#home .bnr-inner h2 {
  font-family: 'Cabin', sans-serif;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 27px;
  font-size: 30px;
}

.bnr-inner .bnr-item {
  background-color: #f3f3f3;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 300px;
  position: relative;
  transition: .5s;
}

#home .bnr-inner .bnr-item::before {
  width: 100%;
  content: "";
  height: 100%;
  background-image: url(../image/contents/home/bnr_company.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#home .bnr-inner .bnr-item:nth-child(2)::before {
  background-image: url(../image/contents/home/bnr_access.jpg);
}

.bnr-inner .bnr-item:hover {
  text-decoration: none;
  opacity: .5;
  transition: .5s;
}

.instagram-area #gallery {
  display: grid;
  list-style: none;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  padding: 0;
}

.instagram-area .gallery-item,
.instagram-area .gallery-item a {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: .5s;
}

.instagram-area .gallery-item a:hover {
  opacity: .5;
  transition: .5s;
}

@media screen and (max-width: 1200px) {
  .bnr-inner .bnr-item {
    height: calc(100vw / 4.4);
  }

  #image-block .bx-viewport {
    height: 50vh !important;
    height: 50dvh !important;
  }

  .service-list .service-item {
    height: calc(100vw / 3.5);
  }
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  .contact-area {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 1024px) {}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {

  .contact-area {
    padding: 70px 0 80px;
  }

  .bnr-area {
    margin-bottom: 90px;
  }

  .post-contents {
    margin-bottom: 55px;
  }

  .post-inner .txt-3box {
    margin-right: 20px;
    width: calc(100% / 2 - 11px);
  }

  .post-inner .txt-3box:nth-child(2n) {
    margin: 0;
  }

  .post-inner .txt-3box.end {
    margin-top: 50px;
  }

  .news-contents {
    margin-bottom: 30px;
  }

  .post-inner .list-box .link-btn {
    margin: 0 auto;
  }

  .post-inner .list-box {
    width: 100%;
  }

  .post-inner .ttl-box {
    margin: 0;
    width: 100%;
  }

  .post-inner .news-area {
    display: block;
  }

  #image-block .main-text {
    padding-top: 0;
    top: 21vw;
    width: 80%;
  }

  .bx-wrapper .bx-pager {
    bottom: 25px;
  }

  #image-block .bx-viewport {
    height: 50vh !important;
  }

  #contents .service-item h3 {
    font-size: 25px;
    width: 290px;
  }

  #home .contact-area h2 {
    margin-bottom: 35px;
  }

  #home .bnr-inner h2 {
    font-size: 25px;
  }

  #home .post-inner .jp-ttl {
    display: block;
    width: 100%;
    margin: 20px 0 0;
    text-align: left;
  }

  #home .post-inner h2 {
    margin-bottom: 40px;
  }

  .bnr-inner {
    margin: auto;
  }

}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {

  .fb_iframe_widget_fluid span,
  #contents .sns-2box-area iframe {
    height: 380px !important;
  }

  .post-inner .txt-3box {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }

  .post-inner .txt-3box:nth-child(2n) {
    margin-top: 50px;
  }

  .service-list .service-item {
    height: calc(100vw / 3.2);
    width: 100%;
  }

}

/* view-559 Mobile */
@media screen and (max-width: 559px) {

  .sales-area {
    padding-top: 55px;
  }

  #home .contact-area h2 {
    margin-bottom: 25px;
  }

  #home .post-inner h2 {
    margin-bottom: 30px;
  }

  .contact-area {
    padding: 65px 0 60px;
  }

  .bnr-area {
    margin-bottom: 75px;
  }

  .bnr-inner .bnr-item {
    height: calc(100vw / 3.3);
    min-height: 110px;
  }

  .bnr-inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .post-contents {
    margin-bottom: 65px;
  }

  .post-inner .news-area {
    margin-bottom: 80px;
  }

  .service-list .service-item {
    height: calc(100vw / 2.8);
    min-height: 170px;
  }

  .service-contents {
    margin-bottom: 70px;
    padding-top: 55px;
  }

}