@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-ExtraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-ExtraBold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-Black.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "ZenMaruGothic";
  font-weight: 300;
  src: url("../fonts/ZenMaruGothic-Light.ttf");
}
@font-face {
  font-family: "ZenMaruGothic";
  font-weight: 400;
  src: url("../fonts/ZenMaruGothic-Regular.ttf");
}
@font-face {
  font-family: "ZenMaruGothic";
  font-weight: 500;
  src: url("../fonts/ZenMaruGothic-Medium.ttf");
}
@font-face {
  font-family: "ZenMaruGothic";
  font-weight: 700;
  src: url("../fonts/ZenMaruGothic-Bold.ttf");
}
@font-face {
  font-family: "ZenMaruGothic";
  font-weight: 900;
  src: url("../fonts/ZenMaruGothic-Black.ttf");
}
@font-face {
  font-family: "KiwiMaru";
  font-weight: 300;
  src: url("../fonts/KiwiMaru-Light.ttf");
}
@font-face {
  font-family: "KiwiMaru";
  font-weight: 400;
  src: url("../fonts/KiwiMaru-Regular.ttf");
}
@font-face {
  font-family: "KiwiMaru";
  font-weight: 500;
  src: url("../fonts/KiwiMaru-Medium.ttf");
}
body {
  font-size: 16px;
  font-family: "noto-sans", sans-serif;
  font-weight: 400;
  line-height: 2;
  color: #353535;
}

.sp_br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }
}

.left_to_right_ani {
  transform: translateX(-100%);
}
.left_to_right_ani.open {
  transition: 1s ease;
  transform: translateX(0%);
}

body #page header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
}
body #page header .header_logo {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 240px;
  padding: 20px;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  body #page header .header_logo {
    max-width: 200px;
    position: relative;
  }
}
body #page header .header_logo a {
  display: block;
}
body #page header .header_logo a img {
  display: block;
  width: 100%;
}
body #page header .g_nav {
  margin: 0 50px 0 auto;
  width: 100%;
  max-width: 800px;
  transition: 0.5s;
}
@media screen and (max-width: 1300px) {
  body #page header .g_nav {
    display: none;
  }
}
body #page header .g_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body #page header .g_nav ul li a {
  display: block;
}
@media screen and (max-width: 1024px) {
  body #page header.menu_fixed {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
body #page header.menu_fixed .header_logo {
  max-width: 178px;
  transition: 0.5s;
  background-color: #12ADC4;
}
@media screen and (max-width: 1024px) {
  body #page header.menu_fixed .header_logo {
    max-width: 200px;
    background-color: transparent;
  }
}
body #page header.menu_fixed .g_nav {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
body.home #page header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 4;
}

.under_title {
  padding: 54px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .under_title {
    padding: 20px 0 0 0;
  }
}
.under_title .h1_wrap {
  border-left: 4px solid #12ADC4;
  max-width: 1596px;
  margin: 0 auto;
  padding: 0 84px;
  width: 95%;
}
@media screen and (max-width: 1024px) {
  .under_title .h1_wrap {
    padding: 0 1em;
  }
}
.under_title .h1_wrap h1 {
  font-size: 37px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .under_title .h1_wrap h1 {
    font-size: 24px;
  }
}
.under_title .h1_wrap .bread_wrap .breadcrumb {
  padding: 16px 0 6px;
}
@media screen and (max-width: 1024px) {
  .under_title .h1_wrap .bread_wrap .breadcrumb {
    padding: 0.5em 0;
  }
}
.under_title .h1_wrap .bread_wrap .breadcrumb p {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
.under_title .h1_wrap .bread_wrap .breadcrumb p a, .under_title .h1_wrap .bread_wrap .breadcrumb p span {
  display: block;
}
.under_title .h1_wrap .bread_wrap .breadcrumb p a {
  color: #12ADC4;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 120px 0 0px;
  height: 120px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  header {
    height: 70px;
  }
}
header .menu_button_box {
  flex-shrink: 0;
  background-color: #12ADC4;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  header .menu_button_box {
    width: 70px;
    height: 70px;
  }
}
header .menu_button_box span {
  display: block;
}
header .menu_button_box span.line {
  width: 50px;
  height: 3px;
  background-color: #fff;
  margin: 0 auto 12px;
}
@media screen and (max-width: 1024px) {
  header .menu_button_box span.line {
    width: 40px;
  }
}
header .menu_button_box span.menu {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  header .menu_button_box span.menu {
    font-size: 1rem;
  }
}
header .menu_button_box:hover {
  cursor: pointer;
}
header .menu_wrap {
  position: fixed;
  left: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100dvh;
  transition: 0.5s;
  z-index: 5;
  opacity: 0;
  background-color: #fff;
  background-image: url("../images/common/sunrise_logo_only.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (max-width: 1300px) {
  header .menu_wrap {
    background-size: contain;
  }
}
header .menu_wrap .menu_box {
  position: relative;
  height: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box {
    max-width: 88%;
    margin: 0 auto;
  }
}
header .menu_wrap .menu_box .right_top_box_wrap {
  position: absolute;
  top: 34px;
  right: 28px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .right_top_box_wrap {
    position: static;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 29px;
  }
}
header .menu_wrap .menu_box .right_top_box_wrap .close_box {
  text-align: center;
  padding: 50px 0 0 0;
  position: relative;
  font-weight: bold;
  color: #12ADC4;
  margin-bottom: 50px;
}
header .menu_wrap .menu_box .right_top_box_wrap .close_box:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .right_top_box_wrap .close_box {
    font-size: 12px;
    margin: 0 0 0 34px;
  }
}
header .menu_wrap .menu_box .right_top_box_wrap .close_box:before, header .menu_wrap .menu_box .right_top_box_wrap .close_box:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 25.5%;
  width: 52px;
  height: 3px;
  background-color: #12ADC4;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .right_top_box_wrap .close_box:before, header .menu_wrap .menu_box .right_top_box_wrap .close_box:after {
    top: 33.5%;
    width: 35px;
  }
}
header .menu_wrap .menu_box .right_top_box_wrap .close_box:before {
  transform: rotate(45deg);
}
header .menu_wrap .menu_box .right_top_box_wrap .close_box:after {
  transform: rotate(-45deg);
}
header .menu_wrap .menu_box .right_top_box_wrap .to_cart_wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .right_top_box_wrap .to_cart_wrap {
    margin: 0;
    padding: 14px 0 0 35px;
  }
}
header .menu_wrap .menu_box .right_top_box_wrap .to_cart_wrap .to_cart {
  position: relative;
  display: block;
}
header .menu_wrap .menu_box .right_top_box_wrap .to_cart_wrap .to_cart img {
  max-width: 100%;
  margin: 0 auto 3px;
  display: block;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .right_top_box_wrap .to_cart_wrap .to_cart img {
    width: 34px;
  }
}
header .menu_wrap .menu_box .right_top_box_wrap .to_cart_wrap .to_cart .cart_in_value {
  position: absolute;
  top: -10px;
  right: calc(50% - 35px);
  display: block;
  border-radius: 50%;
  background-color: #FF1000;
  color: #fff;
  font-size: 15px;
  width: 29px;
  height: 29px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .right_top_box_wrap .to_cart_wrap .to_cart .cart_in_value {
    top: -4px;
    right: calc(50% - 18px);
    font-size: 9px;
    width: 15px;
    height: 15px;
  }
}
header .menu_wrap .menu_box .right_top_box_wrap .to_cart_wrap .to_cart .cart_text {
  display: block;
  font-weight: 500;
  position: relative;
  text-align: center;
  color: #12ADC4;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .right_top_box_wrap .to_cart_wrap .to_cart .cart_text {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .right_top_box_wrap .to_contact_wrap {
    padding: 18px 0 0 0;
  }
}
header .menu_wrap .menu_box .right_top_box_wrap .to_contact_wrap .to_contact img {
  max-width: 100%;
  margin: 0 auto 4px;
  display: block;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .right_top_box_wrap .to_contact_wrap .to_contact img {
    width: 29px;
    margin: 0 auto 3px;
  }
}
header .menu_wrap .menu_box .right_top_box_wrap .to_contact_wrap .to_contact .contact_text {
  display: block;
  font-weight: 500;
  position: relative;
  text-align: center;
  color: #12ADC4;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .right_top_box_wrap .to_contact_wrap .to_contact .contact_text {
    font-size: 12px;
  }
}
header .menu_wrap .menu_box .gtranslate_wrap {
  position: absolute;
  right: 140px;
  top: 48px;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .gtranslate_wrap {
    position: static;
    margin-bottom: 1em;
  }
}
header .menu_wrap .menu_box .sp_top_search {
  display: none;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .sp_top_search {
    display: block;
  }
  header .menu_wrap .menu_box .sp_top_search h3 {
    font-size: 15px;
    font-weight: bold;
    color: #12ADC4;
    padding: 0 0 4px;
  }
  header .menu_wrap .menu_box .sp_top_search .searchform_wrap form {
    display: flex;
    max-width: 250px;
    height: 38px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  header .menu_wrap .menu_box .sp_top_search .searchform_wrap form {
    max-width: 370px;
  }
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .sp_top_search .searchform_wrap form input {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #B5B5B5;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .sp_top_search .searchform_wrap form button {
    display: block;
    display: block;
    width: 44px;
    background-color: #12ADC4;
    background-image: url("../images/common/search_icon.svg");
    background-size: 63.7%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .sp_top_search .searchform_wrap form {
    max-width: 440px;
    width: 100%;
    margin: 0 0 29px 0;
    height: 35px;
  }
  header .menu_wrap .menu_box .sp_top_search .searchform_wrap form button {
    width: 38px;
  }
}
header .menu_wrap .menu_box .sp_links_outside {
  display: none;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .sp_links_outside {
    display: block;
    display: flex;
    gap: 17px;
    padding: 0 0 26px 0;
  }
  header .menu_wrap .menu_box .sp_links_outside a {
    display: block;
    border: 1px solid #707070;
    border-radius: 6px;
    width: 100%;
    max-width: 282px;
    text-align: center;
    padding: 6px 0 15px 0;
    box-shadow: 1px 1px 0px 1px #707070;
    line-height: 1;
    background-color: #fff;
  }
  header .menu_wrap .menu_box .sp_links_outside a:has(.seal) {
    border-color: #12ADC4;
    box-shadow: 1px 1px 0px 1px #12ADC4;
  }
  header .menu_wrap .menu_box .sp_links_outside a span {
    font-weight: bold;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    padding: 0 0 0 23px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  header .menu_wrap .menu_box .sp_links_outside a span {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .sp_links_outside a span:before {
    content: "";
    display: block;
    position: absolute;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .sp_links_outside a span.color:before {
    width: 23px;
    height: 20px;
    top: -5px;
    left: -4px;
    background-image: url("../images/common/icon_siding.png");
  }
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .sp_links_outside a span.seal {
    color: #12ADC4;
  }
  header .menu_wrap .menu_box .sp_links_outside a span.seal:before {
    width: 20px;
    height: 20px;
    top: -5px;
    left: -2px;
    background-image: url("../images/common/icon_color_palette.png");
  }
}
header .menu_wrap .menu_box .menu_in_content {
  max-width: 1420px;
  width: 95%;
  margin: 0 auto;
  font-size: 16px;
  padding: 70px 0 26px 0;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1300px) {
  header .menu_wrap .menu_box .menu_in_content {
    padding: 60px 0;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content {
    padding: 0 0 100px 0;
    width: 100%;
  }
}
header .menu_wrap .menu_box .menu_in_content .in_content_top {
  max-width: 340px;
  margin: 0 0 36px 0;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_top {
    margin: 0 0 13px 0;
  }
}
header .menu_wrap .menu_box .menu_in_content .in_content_top a.sp_to_top {
  display: none;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_top a {
    display: none;
  }
  header .menu_wrap .menu_box .menu_in_content .in_content_top a.sp_to_top {
    display: block;
    font-size: 15px;
    color: #12ADC4;
  }
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 91.1%;
}
@media screen and (max-width: 1300px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap {
    display: block;
    height: auto;
  }
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0 82px;
  padding: 33px 89px 0 0;
  border-right: 1px solid #12ADC4;
}
@media screen and (max-width: 1300px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box {
    border-right: none;
  }
}
@media screen and (max-width: 1024px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box {
    gap: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box {
    padding: 0;
    display: block;
  }
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box .about_sunrise_wrap .to_about_sunrise span {
  display: block;
  font-size: 18px;
  color: #12ADC4;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box .about_sunrise_wrap .to_about_sunrise img {
    display: none;
  }
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box .about_sunrise_wrap .to_about_sunrise span {
    font-size: 15px;
  }
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box .about_sunrise_wrap ul {
  padding: 19px 0;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box .about_sunrise_wrap ul {
    padding: 16px 0 17px 0;
  }
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box .about_sunrise_wrap ul li {
  margin: 0 0 28px 0;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box .about_sunrise_wrap ul li {
    margin: 0 0 21px 0;
  }
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box .about_sunrise_wrap ul li:nth-last-of-type(1) {
    margin: 0;
  }
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box .about_sunrise_wrap ul li a {
  font-weight: 500;
  line-height: 1.444;
  display: block;
  position: relative;
  padding: 0 0 0 29px;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box .about_sunrise_wrap ul li a {
    font-size: 15px;
    padding: 0 0 0 33px;
  }
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box .about_sunrise_wrap ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: #12ADC4;
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box .greeting_wrap .to_company span {
  display: block;
  font-size: 18px;
  color: #12ADC4;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box .greeting_wrap .to_company img {
    display: none;
  }
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box .greeting_wrap .to_company span {
    font-size: 15px;
  }
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box .greeting_wrap ul {
  padding: 19px 0;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box .greeting_wrap ul {
    padding: 15px 0 16px 0;
  }
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box .greeting_wrap ul li {
  margin: 0 0 28px 0;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box .greeting_wrap ul li {
    margin: 0 0 22px 0;
  }
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box .greeting_wrap ul li:nth-last-of-type(1) {
    margin: 0;
  }
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box .greeting_wrap ul li a {
  font-weight: 500;
  line-height: 1.444;
  display: block;
  position: relative;
  padding: 0 0 0 29px;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box .greeting_wrap ul li a {
    font-size: 15px;
  }
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .left_box .greeting_wrap ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: #12ADC4;
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box {
  padding: 26px 0 0 75px;
}
@media screen and (max-width: 1300px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box {
    padding: 26px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box {
    padding: 0;
  }
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .pc_search_title {
  font-size: 18px;
  font-weight: bold;
  color: #12ADC4;
  padding: 0 0 12px;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .pc_search_title {
    display: none;
  }
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .searchform_wrap form {
  display: flex;
  max-width: 250px;
  height: 38px;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .searchform_wrap form {
    max-width: 370px;
  }
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .searchform_wrap form input {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #B5B5B5;
  padding: 0 10px;
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .searchform_wrap form button {
  display: block;
  display: block;
  width: 44px;
  background-color: #12ADC4;
  background-image: url("../images/common/search_icon.svg");
  background-size: 63.7%;
  background-position: center;
  background-repeat: no-repeat;
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .searchform_wrap form {
  max-width: 440px;
  width: 100%;
  margin: 0 0 37px 0;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .searchform_wrap {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .category_title {
    font-size: 15px;
    color: #12ADC4;
  }
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .product_category_wrap .stage01_list {
  padding: 19px 0 0 0;
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .product_category_wrap .stage01_list > li {
  margin: 0 0 10px 0;
}
@media screen and (max-width: 1024px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .product_category_wrap .stage01_list > li {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .product_category_wrap .stage01_list > li {
    margin-bottom: 28px;
  }
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .product_category_wrap .stage01_list > li > a {
  font-size: 20px;
  font-weight: bold;
  display: block;
  border-color: #12ADC4;
  color: #12ADC4;
  margin-bottom: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .product_category_wrap .stage01_list > li > a {
    margin: 0;
    font-size: 15px;
    color: #353535;
    padding: 0 0 0 33px;
    position: relative;
  }
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .product_category_wrap .stage01_list > li > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 1px;
    background-color: #12ADC4;
  }
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .product_category_wrap .stage01_list > li > a.building {
  color: #12ADC4;
  border-color: #12ADC4;
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .product_category_wrap .stage01_list > li > a.building + .stage02_list > li > a.light {
  color: #12ADC4;
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .product_category_wrap .stage01_list > li > a.industrial {
  color: #FFC247;
  border-color: #FFC247;
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .product_category_wrap .stage01_list > li > a.industrial + .stage02_list > li > a.light {
  color: #FFC247;
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .product_category_wrap .stage01_list > li > a.optics {
  color: #EF857E;
  border-color: #EF857E;
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .product_category_wrap .stage01_list > li > a.optics + .stage02_list > li > a.light {
  color: #EF857E;
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .product_category_wrap .stage01_list > li .stage02_list {
  display: flex;
  gap: 0 55px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .product_category_wrap .stage01_list > li .stage02_list {
    display: flex;
    gap: 1em 2em;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .product_category_wrap .stage01_list > li .stage02_list {
    display: none;
  }
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .product_category_wrap .stage01_list > li .stage02_list li {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .product_category_wrap .stage01_list > li .stage02_list li {
    margin-bottom: 0;
  }
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .product_category_wrap .stage01_list > li .stage02_list li a {
  display: block;
  word-break: auto-phrase;
  line-height: 1.5;
  font-weight: 400;
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .links_outside {
  display: flex;
  gap: 28px;
  padding: 2em 0;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .links_outside {
    display: none;
  }
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .links_outside a {
  display: block;
  border: 1px solid #707070;
  border-radius: 6px;
  width: 100%;
  max-width: 282px;
  text-align: center;
  padding: 8px 0 14px 0;
  box-shadow: 2px 2px 0px 1px #707070;
  background: #fff;
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .links_outside a:has(.seal) {
  border-color: #12ADC4;
  box-shadow: 2px 2px 0px 1px #12ADC4;
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .links_outside a span {
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  padding: 0 0 0 40px;
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .links_outside a span:before {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .links_outside a span.color:before {
  width: 34px;
  height: 28px;
  top: 7px;
  left: 0;
  background-image: url("../images/common/icon_siding.png");
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .links_outside a span.seal {
  color: #12ADC4;
}
header .menu_wrap .menu_box .menu_in_content .in_content_left_right_wrap .right_box .links_outside a span.seal:before {
  width: 34px;
  height: 28px;
  top: 7px;
  left: 0;
  background-image: url("../images/common/icon_color_palette.png");
}
header .menu_wrap .menu_box .menu_in_content .privacy_news_warp {
  position: absolute;
  bottom: 44px;
  left: 0;
}
@media screen and (max-width: 1300px) {
  header .menu_wrap .menu_box .menu_in_content .privacy_news_warp {
    position: static;
    padding: 2em 0;
  }
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content .privacy_news_warp {
    padding: 25px 0;
  }
}
header .menu_wrap .menu_box .menu_in_content .privacy_news_warp a {
  display: inline-block;
  margin-right: 80px;
  color: #12ADC4;
}
@media screen and (max-width: 767px) {
  header .menu_wrap .menu_box .menu_in_content .privacy_news_warp a {
    font-size: 15px;
    margin-right: 65px;
  }
  header .menu_wrap .menu_box .menu_in_content .privacy_news_warp a:nth-last-of-type(1) {
    margin-right: 0;
  }
}
header .menu_wrap.open {
  opacity: 1;
  left: 0;
  transition: 0.5s ease;
}

.sidebar {
  max-width: 280px;
  width: 100%;
  border-right: 1px solid #B5B5B5;
  flex-shrink: 0;
  padding: 0 2em 0 0;
}
@media screen and (max-width: 1024px) {
  .sidebar {
    max-width: 100%;
    padding: 0;
    border-right: none;
    border-bottom: 1px dashed #B5B5B5;
    margin: 0 0 2em 0;
  }
}
.sidebar .sidebar_wrap h3 {
  font-size: 24px;
  font-weight: bold;
  color: #12ADC4;
  padding: 3px 0 17px;
}
.sidebar .sidebar_wrap .searchform_wrap form {
  display: flex;
  max-width: 250px;
  height: 38px;
}
@media screen and (max-width: 767px) {
  .sidebar .sidebar_wrap .searchform_wrap form {
    max-width: 370px;
  }
}
.sidebar .sidebar_wrap .searchform_wrap form input {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #B5B5B5;
  padding: 0 10px;
}
.sidebar .sidebar_wrap .searchform_wrap form button {
  display: block;
  display: block;
  width: 44px;
  background-color: #12ADC4;
  background-image: url("../images/common/search_icon.svg");
  background-size: 63.7%;
  background-position: center;
  background-repeat: no-repeat;
}
.sidebar .sidebar_wrap .product_category_wrap {
  padding: 54px 0 0 0;
}
.sidebar .sidebar_wrap .product_category_wrap .stage01_list > li {
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .sidebar .sidebar_wrap .product_category_wrap .stage01_list > li {
    margin-bottom: 2em;
  }
}
.sidebar .sidebar_wrap .product_category_wrap .stage01_list > li > a {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 3px 18px;
  display: block;
  border-left: 4px solid;
  border-color: #12ADC4;
  color: #12ADC4;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sidebar .sidebar_wrap .product_category_wrap .stage01_list > li > a {
    font-size: 18px;
  }
}
.sidebar .sidebar_wrap .product_category_wrap .stage01_list > li > a.building {
  color: #12ADC4;
  border-color: #12ADC4;
}
.sidebar .sidebar_wrap .product_category_wrap .stage01_list > li > a.building + .stage02_list > li > a.light {
  color: #12ADC4;
}
.sidebar .sidebar_wrap .product_category_wrap .stage01_list > li > a.industrial {
  color: #FFC247;
  border-color: #FFC247;
}
.sidebar .sidebar_wrap .product_category_wrap .stage01_list > li > a.industrial + .stage02_list > li > a.light {
  color: #FFC247;
}
.sidebar .sidebar_wrap .product_category_wrap .stage01_list > li > a.optics {
  color: #EF857E;
  border-color: #EF857E;
}
.sidebar .sidebar_wrap .product_category_wrap .stage01_list > li > a.optics + .stage02_list > li > a.light {
  color: #EF857E;
}
.sidebar .sidebar_wrap .product_category_wrap .stage01_list > li .stage02_list {
  padding: 0 0 0 1em;
}
@media screen and (max-width: 1024px) {
  .sidebar .sidebar_wrap .product_category_wrap .stage01_list > li .stage02_list {
    display: flex;
    gap: 1em 2em;
    flex-wrap: wrap;
    padding: 0 1em;
  }
}
.sidebar .sidebar_wrap .product_category_wrap .stage01_list > li .stage02_list li {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .sidebar .sidebar_wrap .product_category_wrap .stage01_list > li .stage02_list li {
    margin-bottom: 0;
  }
}
.sidebar .sidebar_wrap .product_category_wrap .stage01_list > li .stage02_list li a {
  display: block;
  word-break: auto-phrase;
  line-height: 1.5;
}
.sidebar .sidebar_wrap .category_wrap ul {
  padding: 0 0 0 1em;
}
@media screen and (max-width: 1024px) {
  .sidebar .sidebar_wrap .category_wrap ul {
    display: flex;
    gap: 1em 2em;
    flex-wrap: wrap;
    padding: 0;
  }
}
.sidebar .sidebar_wrap .category_wrap ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .sidebar .sidebar_wrap .category_wrap ul li {
    margin-bottom: 0;
  }
}
.sidebar .sidebar_wrap .category_wrap ul li a {
  display: block;
  word-break: auto-phrase;
  line-height: 1.5;
  padding: 0 0 3px 18px;
  display: block;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .sidebar .sidebar_wrap .category_wrap ul li a {
    padding: 0;
  }
}
.sidebar .sidebar_wrap .category_wrap ul li a.building {
  color: #12ADC4;
}
.sidebar .sidebar_wrap .category_wrap ul li a.industrial {
  color: #FFC247;
}
.sidebar .sidebar_wrap .category_wrap ul li a.optics {
  color: #EF857E;
}

footer {
  position: relative;
}
footer .footer_recruit {
  background-image: url("../images/common/ft_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 110px 0;
}
@media screen and (max-width: 767px) {
  footer .footer_recruit {
    padding: 0 0 4em 0;
  }
}
footer .footer_recruit .image_wrap {
  max-width: 940px;
  width: 95%;
  margin: 0 auto;
  padding: 103px 0 74px 0;
}
@media screen and (max-width: 767px) {
  footer .footer_recruit .image_wrap {
    padding: 4em 0;
  }
}
footer .footer_recruit .image_wrap img {
  display: block;
  width: 100%;
}
footer .footer_recruit .to_recruit_button {
  max-width: 640px;
  padding: 20px 0 18px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #FF9900;
  color: #fff;
  margin: 0 auto;
  display: block;
  border-radius: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .footer_recruit .to_recruit_button {
    font-size: 16px;
    padding: 1em 0;
    max-width: 340px;
    width: 95%;
  }
}
footer .footer_recruit .to_recruit_button:after {
  content: "";
  display: block;
  background-image: url("../images/common/arrow_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  footer .footer_recruit .to_recruit_button:after {
    width: 16px;
    height: 16px;
    top: 51%;
  }
}
footer .footer_under {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  padding: 67px 0 0 0;
}
@media screen and (max-width: 1024px) {
  footer .footer_under {
    padding: 67px 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_under {
    padding: 4em 0;
  }
}
footer .footer_under .footer_info_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2em;
}
@media screen and (max-width: 1024px) {
  footer .footer_under .footer_info_wrap {
    display: block;
  }
}
footer .footer_under .footer_info_wrap .left_wrap {
  padding: 8px 0 0 0;
}
@media screen and (max-width: 1300px) {
  footer .footer_under .footer_info_wrap .left_wrap {
    margin-bottom: 2em;
  }
}
footer .footer_under .footer_info_wrap .left_wrap .footer_logo_wrap {
  max-width: 310px;
}
footer .footer_under .footer_info_wrap .left_wrap .footer_logo_wrap img {
  width: 100%;
  display: block;
}
footer .footer_under .footer_info_wrap .left_wrap address {
  display: block;
  line-height: 1.444;
  padding: 13px 0 14px 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  footer .footer_under .footer_info_wrap .left_wrap address {
    padding: 1em 0;
  }
}
footer .footer_under .footer_info_wrap .left_wrap .bn_wrap {
  display: flex;
  align-items: stretch;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  footer .footer_under .footer_info_wrap .left_wrap .bn_wrap {
    gap: 30px;
  }
}
footer .footer_under .footer_info_wrap .left_wrap .bn_wrap .image_wrap.auth {
  max-width: 155px;
}
@media screen and (max-width: 767px) {
  footer .footer_under .footer_info_wrap .left_wrap .bn_wrap .image_wrap.auth {
    flex-shrink: 0;
    max-width: 130px;
    margin: 0 auto;
  }
}
footer .footer_under .footer_info_wrap .left_wrap .bn_wrap .image_wrap.auth img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .footer_under .footer_info_wrap .left_wrap .bn_wrap .image_wrap.bn {
    text-align: center;
    padding: 2px 0 0 0;
  }
}
footer .footer_under .footer_info_wrap .left_wrap .bn_wrap .image_wrap.bn a {
  display: block;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 767px) {
  footer .footer_under .footer_info_wrap .left_wrap .bn_wrap .image_wrap.bn a {
    display: inline-block;
    margin: 0 auto;
  }
}
footer .footer_under .footer_info_wrap .right_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  flex-shrink: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  footer .footer_under .footer_info_wrap .right_wrap {
    width: auto;
    justify-content: flex-start;
    gap: 3em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_under .footer_info_wrap .right_wrap {
    gap: 1em;
    padding: 0 1em;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_under .footer_info_wrap .right_wrap .footer_menu_block {
    width: calc(50% - 1em);
  }
}
footer .footer_under .footer_info_wrap .right_wrap .footer_menu_block > li a {
  line-height: 2.3;
}
footer .footer_under .footer_info_wrap .right_wrap .footer_menu_block > li .footer_sub_menu li a {
  padding: 0 0 0 34px;
  display: block;
  position: relative;
}
footer .footer_under .footer_info_wrap .right_wrap .footer_menu_block > li .footer_sub_menu li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1px;
  background-color: #353535;
}
footer .footer_under .footer_info_wrap .right_wrap .footer_menu_block:nth-last-of-type(1) > li .footer_sub_menu li a {
  padding: 0;
}
footer .footer_under .footer_info_wrap .right_wrap .footer_menu_block:nth-last-of-type(1) > li .footer_sub_menu li a:before {
  display: none;
}
footer .footer_under .footer_info_wrap .right_wrap .links_outside {
  display: flex;
  gap: 28px;
  padding: 2em 0;
  width: 100%;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  footer .footer_under .footer_info_wrap .right_wrap .links_outside {
    display: none;
  }
}
footer .footer_under .footer_info_wrap .right_wrap .links_outside a {
  display: block;
  border: 1px solid #707070;
  border-radius: 15px;
  width: 100%;
  max-width: 370px;
  text-align: center;
  padding: 20px 0;
  box-shadow: 2px 2px 0px 1px #707070;
  background: #fff;
}
footer .footer_under .footer_info_wrap .right_wrap .links_outside a:has(.seal) {
  border-color: #12ADC4;
  box-shadow: 2px 2px 0px 1px #12ADC4;
}
footer .footer_under .footer_info_wrap .right_wrap .links_outside a span {
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  padding: 0 0 0 50px;
  font-size: 20px;
}
footer .footer_under .footer_info_wrap .right_wrap .links_outside a span:before {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .footer_under .footer_info_wrap .right_wrap .links_outside a span.color:before {
  width: 38px;
  height: 32px;
  top: 6px;
  left: 0;
  background-image: url("../images/common/icon_siding.png");
}
footer .footer_under .footer_info_wrap .right_wrap .links_outside a span.seal {
  color: #12ADC4;
}
footer .footer_under .footer_info_wrap .right_wrap .links_outside a span.seal:before {
  width: 38px;
  height: 32px;
  top: 3px;
  left: 0;
  background-image: url("../images/common/icon_color_palette.png");
}
@media screen and (max-width: 767px) {
  footer .footer_under .footer_info_wrap .right_wrap .links_outside {
    display: block;
    display: flex;
    justify-content: center;
    gap: 1em;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_under .footer_info_wrap .right_wrap .links_outside a {
    max-width: 330px;
    padding: 10px 0;
    font-size: 16px;
  }
}
footer .footer_under small {
  display: block;
  padding: 97px 0 48px 0;
  color: #12ADC4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .footer_under small {
    padding: 2em 0;
  }
}
footer .footer_under .to_top {
  position: absolute;
  right: 2.1%;
  bottom: 25.9%;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  footer .footer_under .to_top {
    bottom: 44%;
    right: 10px;
    width: 60px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer_under .to_top {
    bottom: 340px;
  }
}
footer .footer_under .to_top img {
  width: 100%;
}
footer .follow_banner_wrap {
  position: fixed;
  bottom: 35px;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  footer .follow_banner_wrap {
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 4;
  }
}
footer .follow_banner_wrap a {
  border-radius: 50px 0 0 50px;
  display: block;
  background-color: #12ADC4;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  padding: 11px 0px 11px 51px;
  width: 283px;
  position: relative;
  transform: translateX(200px);
}
@media screen and (max-width: 1024px) {
  footer .follow_banner_wrap a {
    font-size: 16px;
    width: 100%;
    border-radius: 0;
    padding: 1em 0;
    transform: translateX(0);
  }
}
footer .follow_banner_wrap a:hover {
  transform: translateX(0);
  opacity: 1;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  footer .follow_banner_wrap a:hover {
    transform: translateX(0);
    opacity: 0.5;
  }
}
footer .follow_banner_wrap a .cart_text, footer .follow_banner_wrap a .contact_text {
  display: inline-block;
  position: relative;
}
footer .follow_banner_wrap a .cart_text::before, footer .follow_banner_wrap a .contact_text::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
footer .follow_banner_wrap a.to_information {
  margin-bottom: 28px;
}
@media screen and (max-width: 1024px) {
  footer .follow_banner_wrap a.to_information {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .follow_banner_wrap a.to_information .cart_text {
    padding-left: 35px;
  }
}
footer .follow_banner_wrap a.to_information .cart_text .cart_in_value {
  position: absolute;
  left: -58px;
  top: -4px;
  border-radius: 50%;
  background-color: #12ADC4;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  footer .follow_banner_wrap a.to_information .cart_text .cart_in_value {
    left: -33px;
    top: -12px;
  }
}
@media screen and (max-width: 767px) {
  footer .follow_banner_wrap a.to_information .cart_text .cart_in_value {
    width: 20px;
    height: 20px;
    left: 15px;
    top: -9px;
    font-size: 12px;
  }
}
footer .follow_banner_wrap a.to_information .cart_text::before {
  background-image: url("../images/common/document_icon_white.svg");
  width: 39px;
  height: 39px;
  top: 10px;
  left: -76px;
}
@media screen and (max-width: 1024px) {
  footer .follow_banner_wrap a.to_information .cart_text::before {
    top: 0px;
    left: -55px;
  }
}
@media screen and (max-width: 767px) {
  footer .follow_banner_wrap a.to_information .cart_text::before {
    top: 4px;
    left: calc(50% - 50px);
    width: 25px;
    height: 25px;
  }
}
footer .follow_banner_wrap a.to_contact {
  background-color: #fcb900;
}
@media screen and (max-width: 767px) {
  footer .follow_banner_wrap a.to_contact .contact_text {
    padding-left: 30px;
  }
}
footer .follow_banner_wrap a.to_contact .contact_text:before {
  background-image: url("../images/common/mail_icon_white.svg");
  width: 34px;
  height: 34px;
  top: 14px;
  left: -44px;
}
@media screen and (max-width: 1024px) {
  footer .follow_banner_wrap a.to_contact .contact_text:before {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .follow_banner_wrap a.to_contact .contact_text:before {
    top: 7px;
    width: 20px;
    height: 20px;
    left: calc(50% - 60px);
  }
}
/*# sourceMappingURL=common.css.map */