@charset "utf-8";

/*=============
製品情報
==============*/
/*header*/
.header {
  background: #fff;
}

.header_product_inner {
  max-width: 1167px;
  width: 90%;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 75px;
}

.header_product_inner h1 {
  color: #000;
}

@media screen and (max-width: 1024px) {
  .header_menu {
    display: flex;
  }

  .hamburger {
    display: none;
  }

  .globalMenuSp {
    display: none;
  }

  .header_product_inner h1 {
    font-size: 24px;
  }

  .header_menu {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .header_menu {
    display: none;
  }

  .header_product_inner {
    padding: 30px 0;
    position: relative;
  }

  .header_product_inner h1 {
    font-size: 19px;
  }
}

/*mv*/
.product_mv {
  position: relative;
}

.product_mvTitle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 426px;
  height: 124px;
  background: #fff;
  text-align: center;
}

.product_mv h2 {
  font-size: 30px;
  color: #004471;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  margin-top: 26px;
  text-align: center;
}

.product_mv span {
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
}

/*ハンバーガーメニュー*/
@media screen and (max-width: 768px) {
  .hamburger {
    position: fixed;
    display: block;
  }

  .globalMenuSp {
    display: block;
    position: absolute;
    top: 0;
  }
}

/*main*/
.section_1 {
  max-width: 960px;
  width: 90%;
  position: relative;
  margin: 110px auto;
  text-align: right;
}

.section_back {
  background: #E6E6E6;
  padding: 80px 0;
}

.section_group {
  display: flex;
  justify-content: space-between;
}

.section_2 {
  max-width: 960px;
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 90%;
}

.section_Box {
  width: 250px;
  height: 385px;
  background: #fff;
  position: absolute;
  top: 72px;
  left: 0;
  border: 1px solid;
}

.section_BoxRight {
  width: 250px;
  height: 385px;
  background: #fff;
  position: absolute;
  top: 72px;
  right: 0;
}

.section_Boxinner {
  margin: 32px;
}

.section_Boxinner span {
  color: #004471;
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
}

.section_Boxinner h3 {
  font-size: 28px;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 15px 0;
}

.section_Boxinner p {
  font-size: 13px;
  text-align: justify;
  line-height: 26px;
}

.section_Box2 {
  width: 47%;
  height: 130px;
  border: 6px solid #C7C7C7;
  margin-top: 40px;
}

.section_Box3 {
  width: 47%;
  height: 130px;
  border: 6px solid #C7C7C7;
  margin-top: 40px;
  background: #fff;
}

.section_Box4 {
  width: 100%;
  height: 130px;
  border: 6px solid #C7C7C7;
  margin-top: 40px;
}

.section_Box5 {
  width: 100%;
  height: 130px;
  border: 6px solid #C7C7C7;
  margin-top: 40px;
  background: #fff;
}

.section_Box2Wrap p {
  font-size: 13px;
}

.section_Box2Wrap p a {
  color: #1111cc;
}

.section_Box2Wrap {
  margin: 30px;
}

@media screen and (max-width: 768px) {
  .product_mvTitle {
    position: static;
    margin: 60px auto 0 auto;
    height: auto;
    width: auto;
  }

  .section_1 {
    margin: 60px auto;
  }

  .section_Box {
    width: 100%;
    position: static;
    height: auto;
  }

  .section_Box2 {
    width: 90%;
    margin: 30px auto;
  }

  .section_Box2Wrap {
    margin: 20px;
  }

  .section_Boxinner h3 {
    margin: 0;
  }

  .section_Boxinner {
    margin: 30px;
  }

  .section_group {
    display: block;
    margin-bottom: 50px;
  }

  .section_BoxRight {
    position: static;
    background: none;
    width: 100%;
    height: auto;
  }

  .section_Box3 {
    width: auto;
    height: 100%;
    margin: 30px;
  }

  .section_back {
    padding: 60px 0 20px 0;
  }

  .section_Box4 {
    width: auto;
    height: auto;
    margin: 30px;
  }

  .section_Box5 {
    width: auto;
    height: auto;
    margin: 30px;
  }

  .contact {
    margin: 100px auto 0;
  }
}
