/* base style */
html {
  color: #333;
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  width: 100%;
  padding-top: 120px;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'palt';
  line-height: 1.8;
  text-align: justify;
  letter-spacing: .08em;
  background-color: #fff;
}
a:visited {
  color: inherit;
}
a:active {
  color: inherit;
}
.en {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-style: italic;
}
.head_en {
  font-family: 'Poppins', sans-serif;
}

/* header */
header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #030337;
  z-index: 9999;
  transition: .6s;
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.header_contents {
  color: #fff;
}
.header_navi {
  font-size: 0;
  line-height: 1;
}
/* footer */
footer {
  background: #040437;
}
.footer_company {
  padding: 20px 30px;
  color: #fff;
  line-height: 1.8;
}
.footer_logo {
  width: 180px;
  margin-left: -20px;
}
.copyright {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.5;
  text-align: center;
  background: #b90505;
}
@media screen and ( min-width: 768px ) {

  /* width */
  .blogcontent {
    width: 710px;
    margin: 0 auto;
  }
  .narrowwidth {
    width: 920px;
    margin: 0 auto;
  }
  .widewidth {
    width: 1025px;
    margin: 0 auto;
  }
  .partsdetail,
  .resultcontent,
  .relatedcontent,
  .postslist {
    width: 1100px;
    margin: 0 auto;
  }
  .resultcontent {
    margin: 0 auto 140px;
  }
  /* header */
  .header_inner {
    min-width: 1440px;
  }
  .header_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    width: 490px;
  }
  .header_contents {
    padding: 0 150px 0 50px;
    text-align: right;
  }
  .header_navi li {
    display: inline-block;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .header_navi li:not(:first-child) {
    margin-left: 20px;
  }
  .header_navi li.navi_ig {
    width: 24px;
    margin-left: 28px;
  }
  .header_navi li.navi_fb {
    width: 24px;
    margin-left: 8px;
  }
  .header_navi li.navi_yt {
    width: 30px;
    margin-left: 8px;
  }
  .header_navi li.navi_mail {
    width: 30px;
    margin-left: 8px;
  }
  .header_navi a {
    display: block;
    line-height: 3rem;
    vertical-align: middle;
  }
  .header_navi img {
    vertical-align: sub;
  }
  .header_navi.factory {
    display: flex;
    justify-content: flex-end;
    color: #fff100;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .header_navi.factory li {
    display: flex;
    gap: 10px;
  }
  .header_navi.factory .tel::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 30px;
    margin-right: 10px;
    background: url(../img/header_tel.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  /* footer */
  footer {
    margin-top: 140px;
  }
  .footer_inner {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .footer_company {
    padding: 40px 30px;
    color: #fff;
    line-height: 1.8;
  }
  .footer_logo {
    width: auto;
    position: absolute;
    top: 40px;
    left: 0;
  }
  .footer_information {
    margin-top: 120px;
    position: relative;
    left: 110px;
    line-height: 1.6;
  }
  .footer_information li:not(.footer_hours) {
    margin-top: 8px;
  }
  .footer_information li:not(.footer_hours) dt {
    font-size: 1.4rem;
  }
  .footer_information li.footer_hours {
    margin-top: 16px;
    color: #ff0;
  }
  .footer_information li.footer_hours dt,
  .footer_information li.footer_hours dd {
    display: inline-block;
    font-size: 1.3rem;
  }
  .footer_information dt {
    font-weight: bold;
  }
  .footer_information dd {
    font-size: 1.3rem;
  }
  .footer_image {
    width: 60%;
  }
  .footer_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}
@media screen and ( max-width: 767px ) {

  body {
    padding-top: 70px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  body.menu_open {
    height: 100vh;
    overflow: hidden;
  }
  /* width */
  .resultcontent {
    margin-bottom: 40px;
  }
  /* header */
  header {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    z-index: 10001;
  }
  .header_logo {
    display: block;
    width: 160px;
    height: 70px;
    position: relative;
    overflow: hidden;
  }
  .header_logo img {
    width: auto;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .menu_button {
    width: 70px;
    height: 70px;
    position: relative;
  }
  .menu_button span {
    width: 22px;
    height: 2px;
    position: absolute;
    left: 24px;
    background: #fff;
  }
  .menu_button span:nth-child(1) {
    top: 28px;
  }
  .menu_button span:nth-child(2) {
    top: 34px;
  }
  .menu_button span:nth-child(3) {
    top: 40px;
  }
  .header_contents {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 101vh;
    background: rgb(40 40 40 / 90%);
    overflow-y: scroll;
    z-index: 1;
  }
  .menu_close {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;
  }
  .menu_close::before {
    content: "×";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .header_navi_wrapper li {
    text-align: center;
  }
  .header_navi {
    padding-top: 50px;
  }
  .header_navi li {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .header_navi li.current {
    color: #e7ec3d;
  }
  .header_navi a {
    display: block;
    line-height: 45px;
  }
  .header_navi_info {
    margin: 50px 0 40px;
    text-align: center;
  }
  .header_navi_info li {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1;
  }
  .header_navi_info li:first-child {
    margin-top: 0;
    font-size: 1.6rem;
  }
  .header_navi_info li.align_right {
    display: inline-block;
    text-align: right;
    line-height: 1.4;
  }
  .header_contents.is-open {
    top: 0;
    transition: .5s;
  }
  .header_navi_wrapper {
    opacity: 0;
    transform: translateY(10px);
    transition: .5s;
  }
  .header_navi_wrapper.is-show {
    opacity: 1;
    transform: translateY(0);
  }
  .header_contents.is-close {
    top: -101vh;
    transition: .5s;
  }
  /* footer */
  footer {
    margin-top: 60px;
  }
  .footer_inner {
    text-align: center;
  }
  .footer_company {
    padding: 20px 0;
    position: relative;
    color: #fff;
    line-height: 1.8;
  }
  .footer_logo {
    width: 130px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .footer_logo_bgline {
    width: 100%;
    position: absolute;
    top: 45px;
  }
  .footer_logo_bgline span {
    display: block;
    height: 5px;
  }
  .footer_logo_bgline span:nth-child(1) {
    background: #4f843e;
  }
  .footer_logo_bgline span:nth-child(2) {
    background: #fff;
  }
  .footer_logo_bgline span:nth-child(3) {
    background: #983c23;
  }
  .footer_information {
    margin-top: 15px;
    font-size: min(4.0625vw, 1.4rem);
    line-height: 1.6;
  }
  .footer_information li:not(:first-child) {
    margin-top: 16px;
  }
  .footer_information li.footer_hours dl {
    display: flex;
    justify-content: center;
  }

}
/* main */
.main {
  display: block;
}
@media screen and ( max-width: 767px ) {

  .main {
    padding: 0 25px;
  }

}