@font-face {
  font-family: "design_plus";
  src: url("fonts/design_plus.eot?v=1.2");
  src: url("fonts/design_plus.eot?v=1.2#iefix") format("embedded-opentype"), url("fonts/design_plus.woff?v=1.2") format("woff"), url("fonts/design_plus.ttf?v=1.2") format("truetype"), url("fonts/design_plus.svg?v=1.2#design_plus") format("svg");
  font-weight: normal;
  font-style: normal;
}

.header_slider {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.header_slider img {
  width: 100%;
  vertical-align: bottom;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#header_image {
  min-width: 100%;
  margin-top: 60px;
  position: relative;
}

.pc .not_home #header {
  background: #000;
}

.header_box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.header_contents {
  width: 50%;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8%;
  box-sizing: border-box;
}

.header_contents h2 {
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}

.header_contents h2 span {
  font-size: 32px;
}

.header_contents h2 {
  font-size: 62px;
}

.header_contents .subtitle {
  color: #FF8200;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}

.header_contents .category_name {
  padding-left: 20px;
  border-left: 2px solid #fff;
  font-size: 26px;
  line-height: 1.5;
  color: #fff;
}

.header_item {
  width: 50%;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header_item img {
  max-width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .header_slider {
    height: 500px;
  }

  .header_contents {
    padding: 0 4%;
  }
}

@media screen and (max-width: 768px) {
  .header_slider {
    height: auto;
  }

  .header_slider img {
    width: 100%;
    vertical-align: bottom;
    height: 100%;
  }

  #header_image {
    min-width: 100%;
    margin-top: 55px;
    position: relative;
  }

  .pc .not_home #header {
    background: #000;
  }

  .header_box {
    display: flex;
    justify-content: space-between;
    position: absolute;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }

  .header_contents {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 8%;
    box-sizing: border-box;
  }

  .header_contents h2 {
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
  }

  .header_contents h2 span {
    font-size: 24px;
  }

  .header_contents h2 {
    font-size: 46px;
  }

  .header_contents .subtitle {
    color: #FF8200;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
  }

  .header_contents .category_name {
    padding-left: 20px;
    border-left: 0;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }

  .header_item {
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .header_item img {
    max-width: 80%;
    margin: 0 auto;
  }
}

.category_intro {
  padding: 90px 0 40px;
}

.category_intro h2 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 30px;
}

.category_intro p {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 1.7;
}

.category_img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .category_intro {
    padding: 80px 0 70px;
  }

  .category_intro h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    padding: 0 20px;
  }

  .category_intro p {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    line-height: 1.7;
    padding: 0 20px;
  }

  .category_img img {
    width: 100%;
  }
}

.scene {
  padding: 100px 40px;
}

.scene h2 {
  max-width: 1200px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 30px;
}

.scene_lists {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.scene_list img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.scene_list_img {
  margin-bottom: 20px;
}

.scene_list_title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.scene_list_text {
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .scene {
    padding: 80px 20px;
  }

  .scene h2 {
    max-width: 1200px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 24px;
  }

  .scene_lists {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .scene_list img {
    width: 100%;
  }

  .scene_list_img {
    margin-bottom: 20px;
  }

  .scene_list_title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .scene_list_text {
    font-size: 16px;
    line-height: 1.7;
  }
}

.function {
  padding: 90px 40px 100px;
  background-image: url(../img/function-bg.png);
  background-repeat: repeat;
  background-size: contain;
  background-color: #282828;
}

.function_title {
  text-align: center;
  color: #FF8200;
  font-size: 30px;
  margin-bottom: 60px;
}

.function_lists {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.function_list {
  padding: 35px 20px 45px;
  /* border: 3px solid #75787A; */
  background: url(../img/bg-function-item.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.function_list_num {
  color: #75787A;
  text-align: center;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: bold;
}

.function_list_icon {
  width: auto;
  margin: 0 auto 25px;
  text-align: center;
}

.function_list_icon img {
  width: auto;
  height: 120px;
  margin: 0 auto;
}

.function_list h3 {
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
}

@media screen and (max-width: 1100px) {
  .function_lists {
    gap: 20px;
  }

  .function_list_icon img {
    width: auto;
    height: 90px;
    margin: 0 auto;
  }

  .function_list h3 {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .function {
    padding: 90px 20px 100px;
    background-image: url(../img/function-bg.png);
    background-repeat: repeat;
    background-size: contain;
    background-color: #282828;
  }

  .function_title {
    text-align: center;
    color: #FF8200;
    font-size: 30px;
    margin-bottom: 60px;
  }

  .function_lists {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }

  .function_list {
    padding: 50px 0 0;
    /* border: 3px solid #75787A; */
    background: url(../img/bg-function-item-sp.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 230px;
  }

  .function_list_num {
    color: #75787A;
    text-align: center;
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: bold;
  }

  .function_list_icon {
    width: auto;
    margin: 20px auto;
    text-align: center;
  }

  .function_list_icon img {
    width: 100%;
    width: auto;
    height: 65px;
  }

  .function_list h3 {
    font-size: 13px;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
  }
}

@media screen and (max-width: 400px) {
  .function_list {
    padding: 35px 0 0;
  }
  .function_lists {
    gap:0 15px;
  }

}

.products {
  padding: 100px 40px 50px;
}

.products h2 {
  max-width: 1200px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 30px;
}

.products_lists {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.products_list {
  transition: 0.3s ease;
}

.products_list:hover {
  text-decoration: none;
  opacity: 0.8;
}

.products_list_img img {
  width: 100%;
}

.products_list_img {
  margin-bottom: 20px;
}

.products_list h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.products_list p {
  font-size: 16px;
  line-height: 1.7;
}

.products_list .more {
  margin-top: 20px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  color: #FF8200;
  padding-right: 20px;
  background: url(../img/more-icon.svg) no-repeat;
  background-position: right;
  background-size: 17px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .products {
    padding: 90px 20px 50px;
  }

  .products h2 {
    max-width: 1200px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 24px;
  }

  .products_lists {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .products_list_img img {
    width: 100%;
  }

  .products_list_img {
    margin-bottom: 20px;
  }

  .products_list h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .products_list p {
    font-size: 16px;
    line-height: 1.7;
  }

  .products_list .more {
    margin-top: 20px;
    display: block;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    color: #FF8200;
    padding-right: 20px;
    background: url(../img/more-icon.svg) no-repeat;
    background-position: right;
    background-size: 17px;
    font-weight: bold;
  }
}

.comparison {
  padding: 50px 40px 100px;
}

.comparison h2 {
  max-width: 1200px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 30px;
}

.comparison_tableWrap {
  width: 100%;
  overflow-x: auto;
}

.comparison_table {
  width: 100%;
  width: 1000px;
  margin: 0 auto;
}

.comparison_table thead th {
  width: 25%;
  box-sizing: border-box;
  padding: 13px 0;
  text-align: center;
  color: #FF8200;
  font-weight: bold;
}

.comparison_table thead td {
  width: 25%;
  box-sizing: border-box;
  padding: 13px 0;
  text-align: center;
  color: #FF8200;
  font-weight: bold;
}

.comparison_table tbody th {
  width: 25%;
  box-sizing: border-box;
  padding: 15px 25px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
}

.comparison_table tbody td {
  width: 25%;
  box-sizing: border-box;
  padding: 15px 0;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
}

.comparison_table tbody tr:nth-of-type(odd) th,
.comparison_table tbody tr:nth-of-type(odd) td {
  background: #F9F8F4;
}

@media screen and (max-width: 768px) {
  .comparison {
    padding: 45px 0 90px;
  }

  .comparison h2 {
    max-width: 1200px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 30px;
  }

  .comparison_tableWrap {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .comparison_table {
    width: 100%;
    width: 1000px;
    margin: 0 auto;
  }

  .comparison_table thead th {
    width: 25%;
    box-sizing: border-box;
    padding: 13px 0;
    text-align: center;
    color: #FF8200;
    font-weight: bold;
  }

  .comparison_table thead td {
    width: 25%;
    box-sizing: border-box;
    padding: 13px 0;
    text-align: center;
    color: #FF8200;
    font-weight: bold;
    font-size: 14px;
  }

  .comparison_table tbody th {
    width: 25%;
    box-sizing: border-box;
    padding: 15px 25px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    line-height: 1.5;
  }

  .comparison_table tbody td {
    width: 25%;
    box-sizing: border-box;
    padding: 15px 0;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    line-height: 1.5;
    font-size: 14px;
  }

  .comparison_table tbody tr:nth-of-type(odd) th,
  .comparison_table tbody tr:nth-of-type(odd) td {
    background: #F9F8F4;
  }
}

.category_bnr {
  max-width: 1080px;
  margin: 0 auto 100px;
  padding: 0 40px;
  box-sizing: border-box;
}

.category_bnr a {
  display: block;
  transition: 0.3s ease;
}

.category_bnr a:hover {
  opacity: 0.8;
}

.category_bnr img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .category_bnr {
    max-width: 1080px;
    margin: 0 auto 90px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .category_bnr a {
    display: block;
    transition: 0.3s ease;
  }

  .category_bnr a:hover {
    opacity: 0.8;
  }

  .category_bnr img {
    width: 100%;
  }
}

.service {
  padding: 100px 40px 85px;
  background: #F9F8F4;
}

.service_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.service_title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
}

.service_lists {
  max-width: 1200px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.service_list {
  padding: 45px 40px;
  background: #fff;
}

.service_list_icon {
  text-align: center;
  margin-bottom: 34px;
}

.service_list_icon img {
  width: auto;
  height: 96px;
  margin: 0 auto;
}

.service_list h3 {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #FF8200;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.service_list p {
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width: 1100px) {
  .service_list {
    padding: 40px 20px;
  }

  .service_list h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .service {
    padding: 90px 20px 85px;
    background: #F9F8F4;
  }

  .service_inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .service_title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
  }

  .service_lists {
    max-width: 1200px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .service_list {
    padding: 75px 20px;
    background: #fff;
  }

  .service_list_icon {
    text-align: center;
    margin-bottom: 45px;
  }

  .service_list_icon img {
    width: auto;
    height: 96px;
    margin: 0 auto;
  }

  .service_list h3 {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #FF8200;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .service_list p {
    font-size: 16px;
    line-height: 1.7;
  }
}

.service_contact h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 34px;
}

.service_contact .btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.service_contact .btns a {
  display: block;
  width: 230px;
  height: 57px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #FF8200;
  font-weight: bold;
  color: #fff;
  text-decoration: none !important;
  transition: 0.3s;
}

.service_contact .btns a:hover {
  opacity: 0.8;
}

.service_contact .btns a .top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.service_contact .btns a .num {
  font-size: 20px;
  margin-top: 3px;
  display: block;
  font-weight: bold;
}

.service_contact .btns .btn_mail {
  background-image: url(../img/icon_arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: 86%;
}

@media screen and (max-width: 768px) {
  .service_contact h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 34px;
  }

  .service_contact .btns {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .service_contact .btns a {
    display: block;
    width: 230px;
    height: 57px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #FF8200;
    font-weight: bold;
    color: #fff;
    text-decoration: none !important;
    transition: 0.3s;
  }

  .service_contact .btns a:hover {
    opacity: 0.8;
  }

  .service_contact .btns a .top {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .service_contact .btns a .num {
    font-size: 20px;
    margin-top: 3px;
    display: block;
    font-weight: bold;
  }

  .service_contact .btns .btn_mail {
    background-image: url(../img/icon_arrow_right_wh.svg);
    background-repeat: no-repeat;
    background-position: 86%;
  }
}

.sale {
  padding: 100px 40px;
}

.sale_inner {
  max-width: 580px;
  margin: 0 auto;
  background: #FF8200;
  color: #fff;
  text-align: center;
  border: 1px solid #FF8200;
}

.sale_title {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  padding: 18px 0;
  border-bottom: 1px dashed #fff;
}

.sale_text {
  padding: 25px 50px;
  color: #fff;
  font-weight: normal;
  line-height: 1.6;
}

.sale_bottom {
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  color: #000;
  padding: 14px 0;
  background-image: url(../img/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 80%;
  display: block;
}

@media screen and (max-width: 768px) {
  .sale {
    padding: 90px 20px;
  }

  .sale_inner {
    max-width: 580px;
    margin: 0 auto;
    background: #FF8200;
    color: #fff;
    text-align: center;
    border: 1px solid #FF8200;
  }

  .sale_title {
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding: 18px 0;
    border-bottom: 1px dashed #fff;
  }

  .sale_text {
    padding: 30px 20px;
    color: #fff;
    font-weight: bold;
    line-height: 1.6;
    font-size: 16px;
  }

  .sale_bottom {
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    color: #000;
    padding: 15px 0;
    background-image: url(../img/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 90%;
  }
}

.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}

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

.float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
}

.float__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.float__left h3 {
  font-size: 22px;
  color: #FF8200;
  margin-bottom: 10px;
  font-weight: bold;
}

.float__left ul {
  display: flex;
  align-items: center;
  margin-left: -20px;
}

.float__left ul li {
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.float__left ul li+li {
  border-left: 1px solid #fff;
}

.float__right {
  display: flex;
  align-items: center;
  gap: 40px;
}

.float__right .mail__btn {
  display: block;
  width: 192px;
  height: 52px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #FF8200;
  font-weight: bold;
  color: #fff;
  text-decoration: none !important;
  transition: 0.3s;
  background-image: url(../img/icon_arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: 78%;
  padding-right: 10px;
}

.float__right .mail__btn:hover {
  opacity: 0.8;
}

.float__right .tel__btn {
  color: #fff;
}

.float__right .tel__btn .top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  font-size: 15px;
}

.float__right .tel__btn .num {
  font-size: 20px;
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .float {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.8);
    padding: 15px 20px;
  }

  .float__inner {
    display: block;
  }

  .float__left {
    margin-bottom: 10px;
  }

  .float__left h3 {
    display: none;
  }

  .float__left ul {
    display: flex;
    align-items: center;
    margin-left: -24px;
    justify-content: center;
  }

  .float__left ul li {
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
  }

  .float__left ul li+li {
    border-left: 1px solid #fff;
  }

  .float__right {
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: center;
  }

  .float__right .mail__btn {
    display: block;
    width: 168px;
    height: 46px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #FF8200;
    font-weight: bold;
    color: #fff;
    text-decoration: none !important;
    transition: 0.3s;
    background-image: url(../img/icon_arrow_right_wh.svg);
    background-repeat: no-repeat;
    background-position: 78%;
    padding-right: 10px;
  }

  .float__right .mail__btn:hover {
    opacity: 0.8;
  }

  .float__right .tel__btn {
    color: #fff;
    width: 50%;
  }

  .float__right .tel__btn .top {
    display: none;
  }

  .float__right .tel__btn .num {
    text-align: center;
    font-size: 16px;
    display: block;
    font-weight: bold;
    padding-left: 10px;
    background: url(../img/icon_tel.svg) no-repeat;
    background-size: 14px;
    background-position: 12%;
  }
}

.float {
  transition: opacity 0.3s ease;
}

#return_top {
  bottom: -20px !important;
}

/*# sourceMappingURL=category.css.map */

#return_top.active {
  bottom: 100px !important;
}