/* =========================================
                Html, Body
============================================ */

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  color: #212226;
  background-color: white;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}

a,
a:hover,
a:visited {
  color: inherit;
  text-decoration: none;
}
h1 {
  font-size: 80px;
  padding-bottom: 0;
}

h2 {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}

h3 {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}

h4 {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #5d5d51;
}

h5 {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}

.noto-sans-jp-800 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800 !important;
  font-style: normal;
}

@media (max-width: 1300px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 1.5rem;
    font-family: "Noto Sans JP", sans-serif;
  }

  h3 {
    font-size: 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
  }

  h4 {
    font-size: 1.1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #5d5d51;
  }

  h5 {
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
  }

  body {
    color: #212226;
    background-color: white;
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 1.5rem;
    font-family: "Noto Sans JP", sans-serif;
  }

  h3 {
    font-size: 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
  }

  h4 {
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #5d5d51;
  }

  h5 {
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
  }

  body {
    color: #212226;
    background-color: white;
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
  }

  h3 {
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
  }

  h4 {
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #5d5d51;
  }

  h5 {
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  body {
    color: #212226;
    background-color: white;
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 25px;
    font-family: "Noto Sans JP", sans-serif;
  }

  h3 {
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
  }

  h4 {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #5d5d51;
  }

  h5 {
    font-size: 17px;
    font-family: "Noto Sans JP", sans-serif;
  }

  body {
    color: #212226;
    background-color: white;
    font-size: 13px;
  }
}

/* =========================================
                Home
============================================ */

#home {
  position: relative;
  height: 100%;
}

.home-icon {
  width: 40vw;
}
.home-icon img {
  width: 100%;
  padding: 10px;
}

.home-bg-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 70%;
  margin: 0;
}

.home-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home-content {
  position: absolute;
  top: 58%;
  width: 100%;
  padding-left: 6vw;
}

.home-heading-1 {
  color: white;
  letter-spacing: 0.5rem;
  z-index: 9999;
}

.home-heading-1 span {
  color: white;
}

@media (max-width: 600px) {
  #home {
    position: relative;
    height: 50vh;
  }
  #home-content {
    position: absolute;
    top: 58%;
    width: 100%;
    padding-left: 5px;
  }
  .home-bg-image {
    width: 100%;
    margin: 0;
  }

  .home-bg-image img {
    object-fit: cover;
  }

  .home-heading-1 {
    color: white;
    letter-spacing: 0.5rem;
    z-index: 9999;
  }
}

/* =========================================
                Mission
============================================ */
@media (max-width: 600px) {
  #mission {
    font-size: 11px;
  }
}

/* =========================================
                SALES BANNER
============================================ */

.banner-image {
  width: 50vw;
}

@media (max-width: 600px) {
  .banner-image {
    width: 90vw;
  }
}

/* =========================================
          Item
============================================ */

.item-card {
  padding: 25px;
  position: relative;
}

.image-container {
  position: relative;
}

.item-image {
  width: 100%;
  display: block;
}

.item-info {
  padding: 15px;
}

.item-number {
  text-align: center;
  margin: 25px 0;
  color: #333;
  position: relative;
  display: inline-block;
}

.item-name {
  text-align: left;
  margin: 5px 0;
  color: #000;
}

.item-description {
  text-align: left;
  color: #555;
  margin: 10px 0;
}

.overlay-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 10vw;
}

/* 下線アニメーション */
.item-number::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #555; /* ←ロゴの青に変更 */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-in-out;
}

/* ホバー時に下線がスライドイン */
.item-card:hover .item-number::after {
  transform: scaleX(1);
}

@media (max-width: 800px) {
  .item-card {
    padding: 0px;
    position: relative;
  }
  .item-info {
    padding: 5px;
  }

  .item-number {
    text-align: center;
    margin: 15px 0;
    font-size: 25px;
    color: #333;
  }
}
/* PURCHASE BUTTONS */
.purchase-button-text {
  font-size: 20px;
}

@media (max-width: 800px) {
  .text-secondary {
    font-size: 11px;
  }
  .purchase-button-text {
    font-size: 14px;
  }

  .purchase-item {
    padding-bottom: 40px;
  }

  .overlay-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 70px;
  }
}

@media (max-width: 600px) {
  .item-description {
    text-align: left;
    color: #555;
    margin: 10px 0;
    font-size: 12px;
  }
}

/* =========================================
          Product
============================================ */

.engine-image {
  width: 10vw;
  display: inline;
}

.benefit-img-wrapper {
  width: 100%; /* モバイルデフォルト */
  padding-top: 50px;
}

.category-title {
  margin: 30px;
}

@media (min-width: 768px) {
  .benefit-img-wrapper {
    width: 150px; /* タブレット以上（PC含む） */
  }
}

@media (max-width: 600px) {
  .engine-image {
    width: 15vw;
  }
}

/* =========================================
                form
============================================ */

.form-row {
  padding: 20px;
}
.form-row:last-child {
  border-bottom: none;
}

.form-label label {
  font-weight: bold;
}
.form-label span {
  margin-left: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #166ab5;
}
.form-content {
  margin-bottom: 50px;
}
.form-row input {
  width: 100%;
  max-width: 300px;
}
.form-row textarea {
  width: 100%;
}

@media (max-width: 600px) {
  form {
    width: 100%;
    margin: 0 auto;
  }
  .form-row textarea {
    width: 100%;
    height: 30vh;
  }
}

.link {
  color: blue !important;
  text-decoration: underline;
  font-weight: normal;
}

.btn-light-gray {
  background-color: #f1f1f1;
  color: #000000;
  border: 1px solid #ccc;
}

/* =========================================
                considering-purchase
============================================ */

#considering-purchase {
  margin-top: 50px;
}

/* =========================================
                footer
============================================ */

#footer {
  margin-top: 250px;
}

.footer-content {
  padding: 50px;
  width: 90%;
  margin: auto;
}

.footer-item {
  display: inline-block;
  margin-right: 50px;
}

.footer-line {
  margin-top: 20px;
}

#footer img {
  width: 35vw;
}

@media (max-width: 600px) {
  #footer {
    margin-top: 150px;
  }
  .footer-content {
    padding: 10px;
    width: 90%;
    margin: auto;
  }
  #footer img {
    width: 50vw;
  }
}
/* =========================================
                Navigation
============================================ */

.nav-image {
  margin-left: 5%;
  width: 20%;
}

.nav-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navbar {
  padding: 35px 0 20px 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.site-nav-wrapper {
  padding: 0 85px;
}

.nav-bar {
  color: rgb(0, 0, 0);
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  padding: 0.5rem 1rem;
}

ul.navbar-nav > li > a {
  color: black;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
  background: none;
  color: #2970db !important;
}
.info-item {
  letter-spacing: 0px !important;
}
/* White Navigation */

.white-nav-top {
  background: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0 8px 6px -9px #999;
  box-shadow: 0 8px 6px -9px #999;
  z-index: 2;
}

.white-nav-top ul.navbar-nav > li > a {
  color: #212226 !important;
}

.white-nav-top ul.navbar-nav > li > a:hover,
.white-nav-top ul.navbar-nav > li > a:focus {
  color: #2970db !important;
}

/* Scroll spy active state */

.white-nav-top ul.navbar-nav > li.active > a {
  color: #2970db in !important;
  font-weight: 500;
}

ul.navbar-nav > li.active > a {
  color: #2970db;
  font-weight: 500;
}

@media (max-width: 1300px) {
  ul.navbar-nav > li > a {
    color: black;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
}

@media (max-width: 1000px) {
  .nav-bar {
    color: rgb(0, 0, 0);
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;

    display: block;
    padding: 0rem 1rem;
  }

  ul.navbar-nav > li > a {
    color: black;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 800px) {
  l.navbar-nav > li > a {
    color: black;
    font-size: 0.7rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 700px) {
  .navbar-nav {
    display: none !important;
  }
}

/* =========================================
        Horizontal Headings
============================================ */

.horizontal-heading {
  margin-bottom: 60px;
  margin-top: 60px;
}

@media (max-width: 600px) {
  .horizontal-heading {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

/* default */
@media (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

/* =========================================
        部品
============================================ */

/* =========================================
                Titles
============================================ */
.sub-title-container {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.sub-title {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
}

#pick-up .sub-title {
  color: #ffcb2f;
}

#products .sub-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px; /*線の上下位置*/
  display: inline-block;
  width: 35vw; /*線の長さ*/
  height: 5px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: black; /*線の色*/
  border-radius: 2px; /*線の丸み*/
}

.red-box-title {
  padding: 0.5rem 3rem;
  background-color: red;
  color: white;
  display: inline;
}

@media (max-width: 600px) {
  .sub-title-container {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  #products .sub-title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px; /*線の上下位置*/
    display: inline-block;
    width: 35vw; /*線の長さ*/
    height: 2px; /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); /*位置調整*/
    background-color: black; /*線の色*/
    border-radius: 2px; /*線の丸み*/
  }
  .red-box-title {
    padding: 0.5rem 1rem;
    background-color: red;
    color: white;
    display: inline;
  }
}

/* =========================================
                Image
============================================ */

.default-image {
  width: 70vw;
}

@media (max-width: 600px) {
  .default-image {
    width: 90vw;
  }
}

/* =========================================
                Content Boxes
============================================ */

.section-content {
  margin: 40px;
}

@media (max-width: 600px) {
  .section-content {
    margin-top: 20px;
    margin: 10px;
  }
}

.content-box-lg {
  padding-top: 120px;
}
.content-box-sm {
  padding: 90px 0;
}

@media (max-width: 600px) {
  .content-box-lg {
    padding-top: 40px;
  }

  .content-box-sm {
    padding: 40px 0;
  }
}

/* =========================================
            Button
============================================ */

/* btn-back-to-top button*/

.btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 3px 15px;
  border-radius: 4px;
  font-size: 22px;
  display: none;
}

a.btn--circle {
  width: 60px;
  height: 60px;
  padding: 0;
  background: #2970db;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

a.btn--circle i {
  font-size: 150%;
  line-height: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0;
}
a#back-to-top.btn--circle:hover i {
  line-height: 55px;
}

a.btn--left.btn--circle:hover i {
  transform: translateX(5px);
}

a.btn--circle:hover {
  background-color: #6fc173;
}

/* default button*/
.btn--default,
a.btn--default {
  padding: 0.5rem 3rem;
  color: #000000;
  background-color: #f4f4f4;
}
.btn--default:hover,
a.btn--default:hover {
  color: #000000;
  background: #b6b6b6;
}

a.btn--radius {
  border-radius: 3rem;
}

.button-center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  /* height: 100vh;  */
}

@media (max-width: 600px) {
  .btn--default,
  a.btn--default {
    font-size: 20px;
    padding: 0.2rem 0.5rem;
    color: #000000;
    background-color: #f4f4f4;
  }
  a.btn--radius {
    border-radius: 1rem;
  }
}

/*************************************************

 formBtnarea

*************************************************/
.formBtnarea {
  margin: 80px 0 0;
}
.formBtnarea .inLead {
  margin: 0 20px 75px;
  text-align: center;
}
.formBtnarea .inBtns {
  display: flex;
  justify-content: center;
}
.formBtnarea .inBtns input,
.formBtnarea .inBtns button {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 460px;
  margin: 10px 25px;
  padding: 0;
  height: 100px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
  background: rgb(8, 80, 120);
  background: rgba(133, 216, 206, 1);
  border-radius: 10px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s;
}
.noT .formBtnarea .inBtns input:hover,
.noT .formBtnarea .inBtns button:hover {
  opacity: 0.6;
}
.formBtnarea .inBtns .back {
  color: #4491a1;
  background: #fff;
  border: #58909f solid 1px;
}
@media only screen and (max-width: 767px) {
  .formBtnarea {
    margin: 50px 0 0;
  }
  .formBtnarea .inLead {
    margin-bottom: 35px;
    text-align: left;
  }
  .formBtnarea .inBtns {
    margin: 0 10px;
  }
  .formBtnarea .inBtns input,
  .formBtnarea .inBtns button {
    max-width: 260px;
    margin: 10px 10px;
    height: 60px;
    font-size: 14px;
  }
}

/* =========================================
        Table
============================================ */

/* tableパターン1 */
.table01 tr {
  border-bottom: 2px solid #cfcfcc;
}

.table01 th,
.table01 td {
  padding: 24px 0;
  border: none;
  padding-left: 50px;
  padding-right: 100px;
}

.table01 th {
  color: #5d5d51;
  width: 35%;
}

/* sp */

@media only screen and (max-width: 1000px) {
  .table01 th,
  .table01 td {
    padding: 15px 0;
    border: none;
  }
}
@media only screen and (max-width: 480px) {
  .table01 th,
  .table01 td {
    padding: 8px 0;
    width: 100%;
    display: block;
  }

  .table01 th {
    width: 100%;
    padding-top: 20px;
  }

  .table01 td {
    padding-top: 0;
  }
}

/* tableパターン2 */
.kaisha {
  width: 100%;
}

.kaisha tr {
  border-top: 1px solid #5d5d51;
}
.kaisha tr:last-child {
  border-bottom: 1px solid #5d5d51;
}
.kaisha th,
.kaisha td {
  border: none;
  padding: 20px 20px 20px 30px;
}

.kaisha th {
  font-weight: bold;
  background-color: #e9e9e7ec;
}

.kaisha th:first-child,
.kaisha td:first-child {
  width: 470px;
}
@media screen and (max-width: 1200px) {
  .kaisha th:first-child,
  .kaisha td:first-child {
    width: 400px;
  }
}

@media screen and (max-width: 992px) {
  .kaisha th:first-child,
  .kaisha td:first-child {
    width: 350px;
  }
}

@media screen and (max-width: 768px) {
  .kaisha th:first-child,
  .kaisha td:first-child {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .kaisha,
  .kaisha tr,
  .kaisha td,
  .kaisha th {
    display: block;
    width: 80vw;
  }

  .kaisha th,
  .kaisha td {
    padding: 10px 10px 10px 20px;
  }
  .kaisha th {
    width: auto;
  }

  .kaisha th:first-child,
  .kaisha td:first-child {
    width: auto;
  }
}

/* =========================================
        Animation
============================================ */

/* =========================================
                Boader Animation
============================================ */

.left-border {
  display: inline-block;
  position: relative;
}
.left-border::after {
  content: "";
  width: 100%;
  height: 3px;
  background: black;
  transition: all 1s;
  transform: scale(0, 0);
  transform-origin: left;
}
.left-border.active::after {
  transform: scale(1, 1);
}
.start-bottom::after {
  position: absolute;
  bottom: -30%;
  left: 0%;
}

@media (max-width: 600px) {
  .left-border::after {
    content: "";
    width: 100%;
    height: 1px;
    background: black;
    transition: all 1s;
    transform: scale(0, 0);
    transform-origin: left;
  }
}

/* =========================================
         テキストのサイズ
============================================ */

.large-text {
  font-size: 32px;
}

@media (max-width: 600px) {
  .large-text {
    font-size: 17px;
  }
}

/* =========================================
                mobile
============================================ */

.sm {
  display: none;
}

/* スマホサイズ以下の時だけ表示 */
@media screen and (max-width: 640px) {
  .sm {
    display: block;
  }
}

/* =========================================
         ライブラリの拡張
============================================ */

/* =========================================
         bootstrapの拡張
============================================ */
/* row の拡張*/

.custom-row {
  margin-right: 0;
  margin-left: 0;
}

.custom-col {
  padding-right: 0;
  padding-left: 0;
}

/* containerの拡張 */

.custom-container {
  width: 80%;
}

.custom2-container {
  width: 50%;
  margin: auto;
}

@media (max-width: 900px) {
  .container {
    width: 80%;
  }

  .custom-container {
    width: 90%;
  }

  .custom2-container {
    width: 90%;
    margin: auto;
  }
}

@media (max-width: 600px) {
  .container {
    width: 90%;
  }

  .custom-container {
    width: 90%;
  }

  .custom2-container {
    width: 90%;
    margin: auto;
  }
}

/* =========================================
        owl の拡張
============================================ */

.owl-images {
  width: 60%;
}

@media (max-width: 600px) {
  .owl-images {
    width: 80%;
  }
}

/* =========================================
                Mobile Menu
============================================ */

.navbar-header {
  position: relative;
}

#mobile-nav-open-btn {
  font-size: 30px;
  color: #2970db;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  right: 0;
  top: 6px;
  /* hide mobile nav open btn */
  display: none;
}

#mobile-nav {
  /* by default, mobile nav will be hidden with height 0% */
  height: 0%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  overflow-y: hidden;
}

#mobile-nav-close-btn {
  font-family: "Raleway", sans-serif;
  font-size: 70px;
  color: #212226;
  font-weight: 400;
  cursor: pointer;
  position: absolute;
  top: -9px;
  right: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#mobile-nav-content {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  position: relative;
  top: 10%;
}

#mobile-nav ul li {
  margin-bottom: 20px;
  display: block;
}

#mobile-nav a {
  font-size: 18px;
  color: #212226;
  font-weight: 400;
  text-transform: uppercase;
  display: inline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#mobile-nav a:hover,
#mobile-nav a:focus,
#mobile-nav-close-btn:hover,
#mobile-nav-close-btn:focus {
  color: #2970db;
  background: none;
}

/* Mobile nav scroll spy active state */

.white-nav-top #mobile-nav ul.nav > li.active > a {
  color: #2970db;
  font-weight: 500;
}
@media (max-width: 700px) {
  #mobile-nav-open-btn {
    display: block;
  }
}

/* Font Awesomeの拡張*/
@media only screen and (max-width: 700px) {
  .fa-2xl {
    font-size: 1.5em;
    line-height: 0.03125em;
    vertical-align: -0.1875em;
  }
}
