@font-face {
  font-family: NotoSansCJKjp;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: NotoSansCJKjp-Medium;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.ttf") format("truetype");
}
@font-face {
  font-family: NotoSansCJKjp-Bold;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: Helvetica;
  src: url("../fonts/helvetica/Helvetica.woff") format("woff");
  font-weight: normal;
}

html { 
  scroll-behavior: smooth; 
}

body {
  font-family: 'NotoSansCJKjp', 'Helvetica', 'sans-serif';
}

.font-NotoSansCJKjp {
  font-family: 'NotoSansCJKjp' !important;
}
.font-NotoSansCJKjp-Medium {
  font-family: 'NotoSansCJKjp-Medium' !important;
}
.font-NotoSansCJKjp-Bold {
  font-family: 'NotoSansCJKjp-Bold' !important;
}
.font-Helvetica {
  font-family: 'Helvetica' !important;
}

.letter-spacing-3 {
  letter-spacing: 3px !important;
}

[data-bs-theme=light] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url('../../images/navbar_active_icon.png');
}
[data-bs-theme=light] .navbar-toggler.collapsed > .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url('../../images/navbar_icon.png');
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.px-6 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-7 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-8 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.px-9 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.px-10 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.px-11 {
  padding-right: 13rem !important;
  padding-left: 13rem !important;
}

.px-12 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

.mx-6 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-7 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-8 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.mx-9 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.mx-10 {
  margin-right: 11.5rem !important;
  margin-left: 11.5rem !important;
}

.mx-11 {
  margin-right: 13rem !important;
  margin-left: 13rem !important;
}

.mx-12 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}

.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-7 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-8 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-10 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.my-6 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-7 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-8 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-10 {
  margin-top: 11.5rem !important;
  margin-bottom: 11.5rem !important;
}

.my-11 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.my-12 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

@media (min-width: 576px) {
  .mx-sm-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-10 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-sm-11 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-sm-12 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .my-sm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }  
  .my-sm-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }  
  .my-sm-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-10 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-sm-11 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-sm-12 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .px-sm-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-10 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-sm-11 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-sm-12 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
}
@media (min-width: 768px) {
  .mx-md-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-10 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-md-11 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-md-12 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .my-md-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }  
  .my-md-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }  
  .my-md-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }  
  .my-md-10 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }  
  .my-md-11 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }  
  .my-md-12 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .px-md-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-10 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-md-11 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-md-12 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-10 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-lg-11 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-lg-12 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .my-lg-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }  
  .my-lg-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }  
  .my-lg-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }  
  .my-lg-10 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }  
  .my-lg-11 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }  
  .my-lg-12 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .px-lg-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-10 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-lg-11 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-lg-12 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-10 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-xl-11 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xl-12 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .my-xl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }  
  .my-xl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }  
  .my-xl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }  
  .my-xl-10 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }  
  .my-xl-11 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }  
  .my-xl-12 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .px-xl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xl-10 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xl-11 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xl-12 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-10 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-xxl-11 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xxl-12 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .my-xxl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }  
  .my-xxl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }  
  .my-xxl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }  
  .my-xxl-10 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-xxl-11 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }  
  .my-xxl-12 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .px-xxl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxl-10 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxl-11 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xxl-12 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
}

/* ================================== bootstrap custom css ======================= */
[data-bs-theme=light] {
  --bs-custom_blue: #d70000;
  --bs-custom_light_blue : #ff5a5a;

  --bs-gray: #969696 !important;
  --bs-custom_gray: #f2f2f2;
  /* --bs-custom_light_gray: #f6f6f6; */

  --bs-custom_purple : #00adef;
  --bs-carousel-indicator-active-bg: var(--bs-custom_blue) !important;
}

.text-gray {
  color: var(--bs-gray);
}

.text-custom-gray {
  color: var(--bs-custom_gray);
}

.text-custom-blue {
  color: var(--bs-custom_blue);
}

.text-custom-light-blue {
  color: var(--bs-custom_light_blue);
}

.text-custom-purple {
  color: var(--bs-custom_purple);
}

.bg-custom-gray {
  background-color: var(--bs-custom_gray);
}

.bg-custom-blue {
  background-color: var(--bs-custom_blue);
}

.bg-custom-light-blue {
  background-color: var(--bs-custom_light_blue);
}

.bg-custom-purple {
  background-color: var(--bs-custom_purple);
}

.btn-primary {
  --bs-btn-bg: var(--bs-custom_blue) !important;
  --bs-btn-border-color: var(--bs-custom_blue) !important;
  --bs-btn-hover-bg: var(--bs-custom_blue) !important;
  --bs-btn-active-bg: var(--bs-custom_blue) !important;
}

.btn-dark {
  --bs-btn-bg: var(--bs-custom_purple) !important;
  --bs-btn-border-color: var(--bs-custom_purple) !important;
  --bs-btn-hover-bg: var(--bs-custom_purple) !important;
  --bs-btn-active-bg: var(--bs-custom_purple) !important;
}

.bg-header {
  .nav-link {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }
}

.carousel .carousel-indicators button {
  width: 14px;
  height: 14px;
  border-radius: 100%;
}

/* ================================== custom css ======================= */
.content {
  margin-top: 66px;
}

.header-custom {
  .header-logo {
    height: 40px;
    width: auto;
    padding-left: 0px;
  }
}

.footer-logo {
  height: 40px;
  width: auto;
}

.part_title_en {
  letter-spacing: 3px !important;
  color: var(--bs-custom_blue);
  font-family: "Helvetica";
}

.part_title {
  letter-spacing: 3px !important;
  font-family: "NotoSansCJKjp-Bold";
  font-size: 30px;
}

.part-1 {
  .img-logo {
    height: 40px;
    width: auto;
  }
  .img-logo-sp {
    position: absolute;
    bottom: 30px;
    height: 34px;
  }
  .title {
    text-shadow: #fff -2px -2px 2px,#fff 2px 2px 2px;
  }
}

.part-2 {
  .bottom_content {
    background-image: linear-gradient(#efefef, #e6e6e6 30%, #ffffff 50%);
  }
}

.part-3 {
  .img-number-mark{
    width: 60px;
  }
}

.part-4 {

}

.part-5 {
  .icon {
    width: auto;
    height: 120px;
  }

  .slider-image {
    max-width: 100%;
    height: 260px;
    width: 100%;
    object-fit: cover;
  }

  /* ******* Slider Setting ********/
  --bs-fragment_width: 15%;

  .carousel-item {
    .card {
      height: 410px;
    }
  }

  .show-neighbors {
    overflow: hidden;

    /* hide clones of neighboring slides on mobile */
    .item__third:first-child, 
    .item__third:last-child {
      display: none;
    }
    
    .carousel-indicators {
      bottom: -20px;
    }

    .carousel-indicators [data-bs-target] {
      opacity: 1 !important;
      background-color: #000 !important;
    }
    .carousel-indicators [data-bs-target].active {
      background-color: var(--bs-carousel-indicator-active-bg) !important;
    }

    .carousel-control-prev, 
    .carousel-control-next {
      filter: none;
      height: calc(100% - 28px);
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      width: 12px;
      height: 19px;
      /* aspect-ratio: 37 / 58; */
    }

    .carousel-control-prev-icon {
      background-image: url('../images/slider_preview.png');
    }
    .carousel-control-next-icon {
      background-image: url('../images/slider_next.png');
    }

    @media (min-width: 500px) {
      .carousel-indicators {
        margin-right: var(--bs-fragment_width);
        margin-left: var(--bs-fragment_width);
      }

      .carousel-control-prev, 
      .carousel-control-next {
        /* background: rgba(255, 255, 255, 0.3); */
        width: calc( var(--bs-fragment_width) + 0.8rem );
      }
      .carousel-control-prev {
        justify-content: end;
      }
      .carousel-control-next {
        justify-content: start;
      }
      
      .carousel-inner {
        width: calc( (100% - 2 * var(--bs-fragment_width)) * 3 );
        left: calc( 3 * var(--bs-fragment_width) - 100% );
      }

      /* slides receive these classes only while moving */
      .carousel-item-next:not(.carousel-item-start),
      .carousel-item-end.active {
        -webkit-transform: translate3d(33%, 0, 0);
        transform: translate3d(33%, 0, 0);
      }
      .carousel-item-prev:not(.carousel-item-end),
      .carousel-item-start.active {
        -webkit-transform: translate3d(-33%, 0, 0);
        transform: translate3d(-33%, 0, 0);
      }

      /* now the content of the current slide occupies only a third of it between the clones of two adjacent slides */
      .item__third {
        display: block !important;
        float: left;
        position: relative;  /* captions can now be added */
        width: 33.33333333%;
        padding: 0 3rem;
      }
    }
  }
}

.part-6 {
  .bottom_content {
    background-image: linear-gradient(#efefef, #e6e6e6 30%, #fff 50%);
    height: 700px;
  }
  
}

.part-7 {

}

.part-8 {
  .accordion {
    --bs-accordion-active-bg: var(--bs-custom_blue) !important;
    --bs-accordion-active-color: #fff !important;
  }
  .accordion-button::after {
    --bs-accordion-btn-icon: url('../../images/faq-icon.png');
    --bs-accordion-btn-active-icon: url('../../images/faq-icon-active.png');
  }
  .accordion-button:not(.collapsed) .part_title_en {
    color: #fff;
  }
  .accordion-button:focus {
    box-shadow: none;
  }
  .accordion-body{
    border: 3px var(--bs-custom_blue) solid;
  }
}

.part-9 {
  background-color: var(--bs-custom_gray);
}


@media (min-width: 992px)  {
  .header-custom {
    .header-logo {
      padding-left: 36px;
    }
  }



  .part-5 {
    .carousel-item {
      .card {
        height: auto;
      }
    }
  }
}


@media (min-width: 576px) {
  .header-custom {
    .header-logo {
      padding-left: 36px;
    }
  }



  .part-5 {
    .carousel-item {
      .card {
        height: auto;
      }
    }
  }
}


/* 992px以上1299px以下に適用 */
@media screen and (min-width: 1156px)  {
  .part-2 {
        .bottom_content {
            height: 990px !important;
        }
    }
}


.py-2 {
    font-size: 22px;
    margin-bottom: 50px;
}

.contact-p{
    font-size: 18px;
}

.fs-5 {
    font-size: 22px !important;
    font-weight: bold !important;
}

.fs-6{
    font-size: 20px !important;
}

.product-p{
    font-size: 17px !important;
}

.lineup-p{
    font-size: 19px !important;
    font-weight: bold !important;
}


@media (min-width: 768px) {

}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}