@charset "UTF-8";
/*===============================================
  ヘッダーナビにcojpへの導線追加 - 2026/01/22
  -----------------------------------------------
  KYUTOUKI_03-417
===============================================*/
header .box_header_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header_menu_wrap .link_to_cojp {
  margin-top: 20px;
  padding: 0 16px 8px;
}
header .header_menu_wrap .link_to_cojp a {
  display: block;
  padding: 8px 24px 8px 0;
  text-align: right;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 20px 20px;
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0883 9.41098C13.2445 9.56726 13.3323 9.77918 13.3323 10.0002C13.3323 10.2211 13.2445 10.433 13.0883 10.5893L8.37415 15.3035C8.29727 15.3831 8.20532 15.4466 8.10365 15.4902C8.00198 15.5339 7.89263 15.5569 7.78198 15.5579C7.67133 15.5588 7.5616 15.5377 7.45919 15.4958C7.35677 15.4539 7.26373 15.3921 7.18548 15.3138C7.10724 15.2356 7.04536 15.1425 7.00346 15.0401C6.96156 14.9377 6.94048 14.828 6.94144 14.7173C6.9424 14.6067 6.96539 14.4973 7.00906 14.3956C7.05274 14.294 7.11622 14.202 7.19581 14.1252L11.3208 10.0002L7.19581 5.87515C7.04401 5.71798 6.96002 5.50748 6.96192 5.28898C6.96382 5.07049 7.05146 4.86147 7.20596 4.70697C7.36047 4.55246 7.56948 4.46482 7.78798 4.46292C8.00648 4.46102 8.21698 4.54502 8.37415 4.69682L13.0883 9.41098Z" fill="%230063AF"/></svg>');
}
header .header_menu_wrap .bnr_sale {
  padding: 0 8px;
  text-align: center;
}
header .header_menu_wrap .bnr_sale a {
  display: inline-block;
}
header .header_menu_wrap .bnr_sale a img {
  width: 100%;
  max-width: 480px;
}
@media (width >= 768px) {
  header .header_inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-bottom: 16px;
  }
  header .box_header_cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  header .box_header_cta .link_to_cojp {
    text-align: right;
  }
  header .box_header_cta .link_to_cojp > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  header .box_header_cta .link_to_cojp > a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0883 9.41098C13.2445 9.56726 13.3323 9.77918 13.3323 10.0002C13.3323 10.2211 13.2445 10.433 13.0883 10.5893L8.37415 15.3035C8.29727 15.3831 8.20532 15.4466 8.10365 15.4902C8.00198 15.5339 7.89263 15.5569 7.78198 15.5579C7.67133 15.5588 7.5616 15.5377 7.45919 15.4958C7.35677 15.4539 7.26373 15.3921 7.18548 15.3138C7.10724 15.2356 7.04536 15.1425 7.00346 15.0401C6.96156 14.9377 6.94048 14.828 6.94144 14.7173C6.9424 14.6067 6.96539 14.4973 7.00906 14.3956C7.05274 14.294 7.11622 14.202 7.19581 14.1252L11.3208 10.0002L7.19581 5.87515C7.04401 5.71798 6.96002 5.50748 6.96192 5.28898C6.96382 5.07049 7.05146 4.86147 7.20596 4.70697C7.36047 4.55246 7.56948 4.46482 7.78798 4.46292C8.00648 4.46102 8.21698 4.54502 8.37415 4.69682L13.0883 9.41098Z" fill="%23666666"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
  }
  header .box_header_cta .link_to_cojp > a:hover {
    color: #0063AF;
    text-decoration: underline;
  }
  header .box_header_cta .link_to_cojp > a:hover::after {
    background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0883 9.41098C13.2445 9.56726 13.3323 9.77918 13.3323 10.0002C13.3323 10.2211 13.2445 10.433 13.0883 10.5893L8.37415 15.3035C8.29727 15.3831 8.20532 15.4466 8.10365 15.4902C8.00198 15.5339 7.89263 15.5569 7.78198 15.5579C7.67133 15.5588 7.5616 15.5377 7.45919 15.4958C7.35677 15.4539 7.26373 15.3921 7.18548 15.3138C7.10724 15.2356 7.04536 15.1425 7.00346 15.0401C6.96156 14.9377 6.94048 14.828 6.94144 14.7173C6.9424 14.6067 6.96539 14.4973 7.00906 14.3956C7.05274 14.294 7.11622 14.202 7.19581 14.1252L11.3208 10.0002L7.19581 5.87515C7.04401 5.71798 6.96002 5.50748 6.96192 5.28898C6.96382 5.07049 7.05146 4.86147 7.20596 4.70697C7.36047 4.55246 7.56948 4.46482 7.78798 4.46292C8.00648 4.46102 8.21698 4.54502 8.37415 4.69682L13.0883 9.41098Z" fill="%230063AF"/></svg>');
  }
  header .box_header_cta .header_buttons .cmn_cta_button {
    width: auto;
    height: auto;
  }
  header .box_header_cta .header_buttons .cmn_cta_button > a {
    width: auto;
    height: 48px;
    padding: 0 16px;
  }
  header .box_header_cta .header_buttons .cmn_cta_button > a .cmn_cta_tel_label,
  header .box_header_cta .header_buttons .cmn_cta_button > a .cmn_cta_contact_label {
    font-size: 14px;
  }
  header .box_header_cta .header_buttons .cmn_cta_button > a .cmn_cta_tel_icon {
    width: 36px;
  }
  header .box_header_cta .header_buttons .cmn_cta_button > a .cmn_cta_contact_icon {
    width: 24px;
  }
}
@media (width >= 1100px) {
  header .box_header_cta .link_to_cojp > a {
    font-size: 14px;
  }
  header .box_header_cta .header_buttons .cmn_cta_button > a .cmn_cta_contact_label {
    font-size: 22px;
  }
  header .box_header_cta .header_buttons .cmn_cta_button > a .cmn_cta_tel_icon {
    width: 40px;
  }
  header .box_header_cta .header_buttons .cmn_cta_button > a .cmn_cta_contact_icon {
    width: 28px;
  }
}