@charset "UTF-8";
/*
# =================================================================
# 共通変数まとめ
# =================================================================
*/
/* mediaquery設定 */
/* MAX(1200px以上の場合) */
/* PC以上(1024px以上の場合) */
/* Tablet縦以上(680px以上の場合) */
/* Tablet縦以上(375px以上の場合) */
/* iPhone5以下(320px以下の場合) */
/* 色の設定 */
main {
  position: relative;
  z-index: 0;
}
main .more_btn_wrap {
  text-align: center;
  margin: 35px auto 0;
}
main .more_btn_wrap .more_btn {
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  background-color: #333;
  padding: 17px 10px;
  display: inline-block;
  width: 180px;
  letter-spacing: 1.5px;
  font-weight: bold;
}
main #mv_sec {
  margin: 0;
  position: relative;
  height: calc(100vh - 50px);
  background-color: #333;
  z-index: -1;
  transition: background 0.1s linear;
}
main #mv_sec::after {
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.0117647059) 20%, rgba(0, 0, 0, 0.031372549) 40%, rgba(0, 0, 0, 0.0588235294) 60%, rgba(0, 0, 0, 0.1294117647) 80%, rgba(0, 0, 0, 0.2509803922) 100%, rgba(0, 0, 0, 0.5019607843));
  height: 100%;
  bottom: 0;
  content: "";
  right: 0;
  position: absolute;
  width: 100%;
}
main #mv_sec .mv_img {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: -1;
}
main #mv_sec .mv_img li {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: background 0.5ms linear;
  opacity: 0;
  -webkit-animation: anime 24s linear 0s infinite;
  animation: anime 24s linear 0s infinite;
}
main #mv_sec .mv_img li:nth-child(1) {
  background-image: url("./images/mv_bg.webp");
}
main #mv_sec .mv_img li:nth-child(2) {
  background-image: url("./images/mv_bg_2.webp");
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
main #mv_sec .mv_img li:nth-child(3) {
  background-image: url("./images/mv_bg_3.webp");
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}
main #mv_sec .fade_in_logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  text-align: center;
  display: none;
  width: 100%;
  opacity: 0.8;
  z-index: 1;
}
main #mv_sec .fade_in_logo img {
  width: 80%;
  max-width: 500px;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
}
main #aboutUs {
  margin: 0;
  position: sticky;
  position: -webkit-sticky;
  top: 30px;
  left: 0;
  z-index: -1;
}
main #aboutUs .img_wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("./images/aboutUs.webp");
}
@media (min-width: 1024px) {
  main #aboutUs .img_wrap {
    height: 700px;
  }
}
main #aboutUs .img_wrap::before {
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.0117647059) 20%, rgba(0, 0, 0, 0.031372549) 40%, rgba(0, 0, 0, 0.0588235294) 60%, rgba(0, 0, 0, 0.1294117647) 80%, rgba(0, 0, 0, 0.2509803922) 100%, rgba(0, 0, 0, 0.5019607843));
  height: 100%;
  bottom: 0;
  content: "";
  right: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 1024px) {
  main #aboutUs .img_wrap::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.2509803922) 12%, rgba(0, 0, 0, 0.1294117647) 25%, rgba(0, 0, 0, 0.0588235294) 39%, rgba(0, 0, 0, 0.031372549) 53%, rgba(0, 0, 0, 0.0117647059) 68%, rgba(0, 0, 0, 0));
    height: 100%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 63%;
  }
}
main #aboutUs .img_wrap .img_inner {
  position: absolute;
  display: block;
  transform: translate(5%, 0%);
  margin: 0 auto;
  width: 91vw;
  z-index: 1;
}
main #aboutUs .img_wrap .img_inner .img_content {
  font-size: 13px;
  color: white;
  text-shadow: 1px 1px 5px #808080;
  line-height: 1.5em;
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
@media (min-width: 680px) {
  main #aboutUs .img_wrap .img_inner .img_content {
    font-size: 15px;
  }
}
main #aboutUs .img_wrap .img_inner .img_content.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
main #making {
  position: sticky;
  position: -webkit-sticky;
  top: 30px;
  left: 0;
  z-index: -1;
  background-color: #fff;
}
main #making a {
  pointer-events: auto;
  display: flex;
  align-items: center;
  height: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("./images/making_bn.webp");
}
@media (min-width: 680px) {
  main #making a {
    height: 180px;
  }
}
main #making a span {
  display: block;
  font-size: 20px;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  line-height: 1.4;
  margin: 0 auto;
  text-align: center;
}
main #making a span small {
  display: block;
  margin: 3px auto 0;
  font-size: 14px;
  font-weight: normal;
}
main #recruit {
  position: sticky;
  position: -webkit-sticky;
  top: 30px;
  left: 0;
  z-index: -1;
  background-color: #fff;
}
main #recruit a {
  pointer-events: auto;
  display: flex;
  align-items: center;
  height: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("./images/recruit_bn.webp");
}
@media (min-width: 680px) {
  main #recruit a {
    height: 180px;
  }
}
main #recruit a span {
  display: block;
  font-size: 20px;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  line-height: 1.4;
  margin: 0 auto;
  text-align: center;
}
main #recruit a span small {
  display: block;
  margin: 3px auto 0;
  font-size: 14px;
  font-weight: normal;
}
main #blog {
  position: sticky;
  position: -webkit-sticky;
  top: 30px;
  left: 0;
  z-index: -1;
  background-color: #fff;
}
main #blog a {
  pointer-events: auto;
  display: flex;
  align-items: center;
  height: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("./images/blog_bn.webp");
}
@media (min-width: 680px) {
  main #blog a {
    height: 180px;
  }
}
main #blog a span {
  display: block;
  font-size: 20px;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  line-height: 1.4;
  margin: 0 auto;
  text-align: center;
}
main #blog a span small {
  display: block;
  margin: 3px auto 0;
  font-size: 14px;
  font-weight: normal;
}
main #news {
  background-color: #fff;
}
main #news .news_list {
  max-width: 800px;
  margin: 0 auto;
}
main #news .news_list li {
  border-top: 1px solid #d1d1d1;
  padding: 15px 12px;
}
main #news .news_list li:last-child {
  border-bottom: 1px solid #d1d1d1;
}
main #news .news_list li .date {
  color: #666;
  font-style: italic;
  font-size: 13px;
  margin: 0 0 5px;
}
main #news .news_list li .title {
  font-size: 15px;
  line-height: 1.6;
}
main #news .more_btn_wrap .more_btn {
  color: #333;
  background-color: #fff;
}
main #caution {
  background-color: #e5e5e5;
  padding: 45px 15px;
}
main #caution .caution_wrap {
  max-width: 1020px;
  margin: 0 auto;
}
main #caution .caution_wrap p {
  text-align: center;
  line-height: 1.6;
}
main #caution .caution_wrap p.contents_jp {
  font-size: 16px;
}
main #caution .caution_wrap p.contents_en {
  font-size: 18px;
}
main #caution .caution_wrap p a {
  color: #1D4590;
}
main #caution .caution_wrap::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("./images/caution.webp");
  margin: 0 auto 30px;
}
main #products .product_wrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
main #products .product_wrap .swiper-container {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 680px) {
  main #products .product_wrap .swiper-container {
    padding-bottom: 10px;
  }
}
main #products .product_wrap .swiper-container .swiper-slide {
  width: calc(100% - 95px);
  border-radius: 10px;
}
main #products .product_wrap .swiper-container .swiper-slide figure {
  display: flex;
  text-align: center;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}
main #products .product_wrap .swiper-container .swiper-slide figure img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 10px;
  background-color: #fff;
}
main #products .product_wrap .swiper-container .swiper-slide .name {
  font-size: 15px;
  text-align: center;
  margin: 10px 0 5px;
  padding: 0 10px;
  line-height: 1.5;
}
main #products .product_wrap .swiper-container .swiper-slide .no {
  text-align: center;
  padding: 0 10px;
}
main #products .product_wrap .swiper-container .swiper-slide .no::before {
  content: "[ ";
}
main #products .product_wrap .swiper-container .swiper-slide .no::after {
  content: " ]";
}
main #products .product_wrap .swiper-container .swiper-slide .new {
  text-align: center;
  font-family: cursive;
  font-weight: bold;
  color: burlywood;
  padding-top: 5px;
}
@media (min-width: 680px) {
  main #products .product_wrap .swiper-container .swiper-slide {
    width: calc(25% - 40px);
    margin: 20px !important;
  }
}
main #products .product_wrap .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #dadada;
  opacity: 1;
  width: 15px;
  height: 15px;
  margin: 0 6px;
}
main #products .product_wrap .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #757575;
}
main #products .product_wrap .swiper-container .swiper-button-next,
main #products .product_wrap .swiper-container .swiper-button-prev {
  top: calc(50% - 70px);
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 0px 8px #333;
}
main #products .product_wrap .swiper-container .swiper-button-next {
  right: 24px;
}
main #products .product_wrap .swiper-container .swiper-button-next::after {
  content: "→";
  font-size: 20px;
  font-weight: bold;
  font-family: system-ui;
  color: #757575;
  line-height: 20px;
}
main #products .product_wrap .swiper-container .swiper-button-prev {
  left: 24px;
}
main #products .product_wrap .swiper-container .swiper-button-prev::after {
  content: "←";
  font-size: 20px;
  font-weight: bold;
  font-family: system-ui;
  color: #757575;
  line-height: 20px;
}
@media (min-width: 680px) {
  main #products .product_wrap .swiper-container .swiper-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transform: none !important;
  }
  main #products .product_wrap .swiper-container .swiper-pagination,
main #products .product_wrap .swiper-container .swiper-button-next,
main #products .product_wrap .swiper-container .swiper-button-prev {
    display: none;
  }
}
main #products .product_wrap .more_btn_wrap .more_btn {
  color: #333;
  background-color: #fff;
}
main #other {
  margin-top: -2px;
  padding: 60px 0;
  background-color: #fff;
}
@media (min-width: 680px) {
  main #other {
    padding: 90px 0 70px;
  }
}
main #other .site_menu_list {
  max-width: 1020px;
  margin: 0 auto;
}
@media (min-width: 680px) {
  main #other .site_menu_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
main #other .site_menu_list li {
  margin: 0 0 25px;
  padding: 0 12px;
}
main #other .site_menu_list li:last-child {
  margin: 0;
}
@media (min-width: 680px) {
  main #other .site_menu_list li {
    padding: 0;
    width: calc(50% - 40px);
    margin: 0 20px 30px;
  }
  main #other .site_menu_list li:nth-child(2n+1):last-child {
    width: 100%;
  }
  main #other .site_menu_list li:last-child {
    margin: 0 20px 30px;
  }
}
main #other .site_menu_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
main #other .site_menu_list li a.maintenance {
  background-image: url("./images/maintenance.webp");
}
main #other .site_menu_list li a.blog {
  background-image: url("./images/blog.webp");
}
main #other .site_menu_list li a.dealers {
  background-image: url("./images/dealers.webp");
}
main #other .site_menu_list li a.reservation {
  background-image: url("./images/reservation.webp");
}
main #other .site_menu_list li a.about_us {
  background-image: url("./images/about_us.webp");
}
main #other .site_menu_list li a.making {
  background-image: url("./images/making.webp");
}
main #other .site_menu_list li a.faq {
  background-image: url("./images/faq.webp");
}
main #other .site_menu_list li a.recruit {
  background-image: url("./images/recruit.webp");
}
main #other .site_menu_list li a.reels {
  background-image: url("./images/reels.webp");
}
main #other .site_menu_list li a span {
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 6px #333;
  line-height: 1.4;
}
main #other .site_menu_list li a span small {
  display: block;
  margin: 3px auto 0;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}
@-webkit-keyframes anime {
  0% {
    -webkit-animation-timing-function: ease-in;
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.1);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1.2);
    -webkit-animation-timing-function: ease-out;
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  20% {
    transform: scale(1.1);
    opacity: 1;
  }
  40% {
    transform: scale(1.2);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  60% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

footer {
  position: relative;
}
