/* Scss Document */
/* ------------- reset,common -------------*/
html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
}

#pagetop {
  z-index: 10;
}

.lp {
  margin-top: 20px;
}
.lp img {
  display: inline;
  max-width: 100%;
}
.lp p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lp p {
    font-size: 14px;
  }
}
.lp ul {
  padding: 0;
  list-style: none;
}
.lp a {
  text-decoration: none;
  display: inline;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .lp {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .lp .pc {
    display: none;
  }
}
.lp .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp .sp {
    display: inline-block;
  }
}
.lp .u-tac {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .lp .c-flexPC {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .lp .c-flexSP {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.lp .c-head01 {
  text-align: center;
  font-size: 26px;
}
.lp .c-head01 span {
  display: block;
  margin-bottom: 1em;
  color: #206ba0;
  letter-spacing: 3px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lp .c-head01 {
    font-size: 22px;
  }
  .lp .c-head01 span {
    font-size: 14px;
  }
}
.lp .c-head02 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.lp .c-head02 img {
  width: 18px;
  display: inline-block;
  margin: 0 0.5em -2px 0;
}

/* ------------- lp -------------*/
.lp {
  line-height: 1.8;
  margin: 20px auto 0;
}
.lp .l-inner {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.lp .fv h1 {
  text-align: center;
}
.lp .fv h1 img {
  width: 920px;
}
.lp .fv p {
  width: 920px;
  max-width: 100%;
  margin: 0 auto;
  transform: translateY(-120px);
  background: rgba(255, 255, 255, 0.5);
  padding: 1em;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lp .fv {
    overflow-x: hidden;
  }
  .lp .fv img {
    max-width: 180%;
    margin-left: -40%;
  }
  .lp .fv p {
    max-width: calc(100% + 60px);
    margin-left: -30px;
    padding: 30px;
    font-size: 16px;
    transform: translateY(-80px);
  }
}
.lp .sec01 {
  padding: 80px 0 100px;
  background: #dcf1fa;
}
.lp .sec01 p {
  max-width: 920px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .lp .sec01 {
    padding: 40px 0 50px;
  }
  .lp .sec01 p {
    margin: 30px auto 0;
  }
}
.lp .sec02 {
  padding: 80px 0 100px;
  background: url("../img/fuji_honing/honing-LP_bg2.jpg") bottom right no-repeat;
  background-size: cover;
}
.lp .sec02 .sec03-contents {
  margin: 60px auto 40px;
  max-width: 900px;
}
.lp .sec02 .image {
  width: 45%;
}
.lp .sec02 .text {
  width: 50%;
  padding-right: 50px;
}
.lp .sec02 .text li p {
  font-size: 16px;
  position: relative;
  padding-left: 24px;
  margin-bottom: 0.2em;
}
.lp .sec02 .text li p:before {
  content: "";
  background: url("../img/fuji_honing/honing-icon1.png") no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}
.lp .sec02 .text .info {
  margin-top: 30px;
  background: #fff;
  border: 1px solid #cccccc;
  padding: 1em;
  font-size: 16px;
  font-weight: bold;
}
.lp .sec02 .btn a {
  background: #ef7039;
  padding: 0.8em 30px 0.8em 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: block;
  width: 600px;
  max-width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.lp .sec02 .btn a:before {
  background: url("../img/fuji_honing/honing-icon4.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  .lp .sec02 {
    padding: 40px 0 50px;
    background: url("../img/fuji_honing/honing-LP_bg2.jpg") bottom right no-repeat;
    background-size: cover;
  }
  .lp .sec02 .sec03-contents {
    margin: 30px auto 20px;
  }
  .lp .sec02 .image {
    width: 100%;
  }
  .lp .sec02 .text {
    width: 100%;
    padding-right: 0px;
  }
  .lp .sec02 .text li p {
    font-size: 15px;
  }
  .lp .sec02 .text li p:before {
    width: 15px;
    height: 15px;
    top: 6px;
  }
  .lp .sec02 .text .info {
    margin-top: 20px;
    font-size: 16px;
  }
  .lp .sec02 .btn a {
    font-size: 16px;
    text-align: left;
  }
  .lp .sec02 .btn a:before {
    left: 15px;
  }
}
.lp .sec03 {
  padding: 80px 0 20px;
}
.lp .sec03 p {
  text-align: center;
  margin: 30px 0 50px;
}
.lp .sec03 ul {
  justify-content: flex-start;
  margin: 30px 0;
  flex-wrap: wrap;
}
.lp .sec03 li {
  width: 23%;
  margin-right: 2.666%;
  margin-bottom: 20px;
}
.lp .sec03 li:nth-child(4n) {
  margin-right: 0;
}
.lp .sec03 li a {
  text-align: center;
  position: relative;
  border: 1px solid #333333;
  padding: 1em;
  display: block;
}
.lp .sec03 li a:before {
  background: url("../img/fuji_honing/honing-icon2.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  .lp .sec03 {
    padding: 40px 0 20px;
  }
  .lp .sec03 p {
    margin: 20px 0 30px;
    text-align: left;
  }
  .lp .sec03 ul {
    margin-bottom: 50px;
  }
  .lp .sec03 li {
    width: 80%;
    margin: 0 auto 14px;
  }
  .lp .sec03 li:nth-child(4n) {
    margin-right: auto;
  }
  .lp .sec03 li a {
    font-size: 16px;
    padding: 1em 1em 1em 30px;
  }
  .lp .sec03 li a:before {
    background: url("../img/fuji_honing/honing-icon2.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 14px;
    height: 14px;
  }
}
.lp .cat-sec .cat-sec-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #2a6ba0;
}
@media screen and (max-width: 768px) {
  .lp .cat-sec .cat-sec-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.lp .cat-sec .cat-sec-intro {
  margin: 20px 0;
}
.lp .cat-sec .cat-sec-productList {
  justify-content: flex-start;
  margin-top: 30px;
}
.lp .cat-sec .cat-sec-productList li {
  width: 25%;
  max-width: 224px;
  margin: 0 20px 40px 0;
}
.lp .cat-sec .cat-sec-productList img {
  border: 1px solid #707070;
}
.lp .cat-sec .cat-sec-productList .productList-text {
  margin: 1em 0;
  font-size: 14px;
  line-height: 2;
}
.lp .cat-sec .cat-sec-productList .productList-text span {
  color: #f65c1b;
  font-weight: bold;
}
.lp .cat-sec .cat-sec-productList .btn a {
  background: #206ba0;
  padding: 0.5em 1em;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.lp .cat-sec .cat-sec-productList .btn a:before {
  background: url("../img/fuji_honing/honing-icon4.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  .lp .cat-sec .cat-sec-productList {
    margin-top: 20px;
  }
  .lp .cat-sec .cat-sec-productList li {
    width: calc(50% - 10px);
    margin: 0 20px 30px 0;
  }
  .lp .cat-sec .cat-sec-productList li:nth-child(2n) {
    margin-right: 0;
  }
  .lp .cat-sec .cat-sec-productList .productList-text {
    font-size: 12px;
  }
  .lp .cat-sec .cat-sec-productList .btn a {
    padding: 0.8em 1em;
    font-size: 14px;
  }
  .lp .cat-sec .cat-sec-productList .btn a:before {
    width: 15px;
    height: 15px;
  }
}
.lp .cat-sec .cat-sec-catList {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.lp .cat-sec .cat-sec-catList li {
  margin: 10px 40px 10px 0;
}
.lp .cat-sec .cat-sec-catList a {
  font-size: 18px;
  display: inline-block;
}
.lp .cat-sec .cat-sec-catList a img {
  width: 18px;
  display: inline-block;
  margin: 0 0.5em -2px 0;
}
.lp .cat-sec .cat-sec-catList .catalog {
  text-align: center;
  position: relative;
  border: 1px solid #333333;
  padding: 1em;
  width: 320px;
}
.lp .cat-sec .cat-sec-catList .catalog:before {
  background: url("../img/fuji_honing/honing-icon2.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  .lp .cat-sec .cat-sec-catList {
    margin-top: 10px;
  }
  .lp .cat-sec .cat-sec-catList li {
    margin: 16px 0px 16px 0;
  }
  .lp .cat-sec .cat-sec-catList a {
    font-size: 14px;
  }
  .lp .cat-sec .cat-sec-catList a img {
    width: 14px;
    margin: 0 0.8em -2px 0;
  }
  .lp .cat-sec .cat-sec-catList .catalog {
    width: 100%;
  }
  .lp .cat-sec .cat-sec-catList .catalog:before {
    width: 14px;
    height: 14px;
  }
}
.lp .cat-sec .def_tbl {
  width: 100%;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-collapse: collapse;
}
.lp .cat-sec .def_tbl th,
.lp .cat-sec .def_tbl td {
  border-left: 1px solid #707070;
  border-top: 1px solid #707070;
  text-align: center;
  padding: 1em;
}
.lp .cat-sec .def_tbl th {
  background: #dcf1fa;
}
.lp .cat-sec .def_tbl a:before {
  content: "";
  display: inline-block;
  background: url("../img/fuji_honing/honing-icon5.png") no-repeat;
  background-size: 100% 100%;
  width: 8px;
  height: 14px;
  margin: 0px 0.5em -1px 0;
}
@media screen and (max-width: 768px) {
  .lp .cat-sec .scroll_tbl {
    width: calc(100% + 30px);
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .lp .cat-sec .def_tbl {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    white-space: nowrap;
    margin-right: 20px;
  }
  .lp .cat-sec .def_tbl th,
  .lp .cat-sec .def_tbl td {
    font-size: 12px;
  }
  .lp .cat-sec .def_tbl a:before {
    width: 6px;
    height: 11px;
    margin: 0px 0.5em -1px 0;
  }
}

/*# sourceMappingURL=fuji_honing-lp.css.map */
