@charset "UTF-8";
/*=======================================================
　基本設定
=======================================================*/
@font-face {
  font-family: "noto-sans-jp";
  src: url(/fonts/Noto_Sans_JP/NotoSansJP-Regular.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans-jp";
  src: url(/fonts/Noto_Sans_JP/NotoSansJP-Bold.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  line-break: strict;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
*:focus,
a:focus {
  outline: none;
}
body,
.ly_head,
.ly_main,
.ly_foot {
  min-width: 1024px;
}
body {
  background: #fff;
  font-family: "noto-sans-jp", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  -webkit-text-size-adjust: 100%;
  color: #222;
}
article,
aside,
figcaption,
figure,
picture,
footer,
main,
header,
nav,
section {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
ul,
ol {
  list-style: none;
}
p,
li,
dt,
dd,
th,
td {
  -ms-line-break: strict;
  line-break: strict;
  word-break: break-word;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}
picture {
  line-height: 0;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  outline: none;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
}
input[type="checkbox"] {
  display: none;
}
input[type="radio"] {
  display: none;
}
button,
textarea {
  font-family: inherit;
  font-size: 100%;
}
/* PC SP */
.pc {
  display: initial;
}
.sp {
  display: none;
}
@media only screen and (min-device-width: 1025px) {
  /* PCのみホバー効果 */
  a:hover,
  .hp_hover:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
  }
  label:hover {
    cursor: pointer;
  }
  .bl_foot_logo:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 751px) and (max-width: 1154px) {
  body,
  .ly_head,
  .ly_main,
  .ly_foot {
    min-width: calc(1024 / 1154 * 100vw);
  }
  body {
    font-size: calc(17 / 1154 * 100vw);
  }
  input,
  button,
  select,
  textarea {
    font-size: calc(16 / 1154 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  body,
  .ly_head,
  .ly_main,
  .ly_foot {
    min-width: 750px;
    max-width: 750px;
    width: 100%;
  }
  body {
    font-size: 28px;
    line-height: 1.5;
  }
  .sp {
    display: initial;
  }
  .pc {
    display: none;
  }
}
/*=============================
　共通レイアウト
==============================*/
.ly_main {
  padding-top: 128px;
}
/* 全体のWrapper */
.ly_allWrapper {
  overflow: hidden;
  max-width: 2000px;
  margin: 0 auto;
}
/* inner */
.ly_head_inner {
  width: 1154px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}
.ly_foot_inner,
.ly_cont,
.ly_cont_inner {
  width: 1024px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
/* 2カラム */
.ly_cont__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 44px;
}
.ly_cont_main {
  width: 700px;
}
.ly_cont_side {
  width: 280px;
}
/* bl_media */
.bl_mediaList {
  display: flex;
  flex-wrap: wrap;
}
.bl_media {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 32px;
}
.bl_media_imgWrapper {
  width: 496px;
}
.bl_media_body {
  width: 496px;
}
.bl_media__rev {
  flex-direction: row-reverse;
}
.bl_media_ttl {
  font-size: 24px;
  font-weight: 700;
  color: #013519;
  padding-bottom: 13px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ba0015;
  line-height: 1.5;
}
.bl_media_txt + .bl_media_txt {
  margin-top: 25px;
}
.bl_media_txt + .el_att {
  margin-top: 8px;
}
/* bl_card */
.bl_cardUnit {
  display: flex;
  flex-wrap: wrap;
}
.bl_card {
  position: relative;
}
@media screen and (min-width: 751px) and (max-width: 1154px) {
  .ly_main {
    padding-top: calc(128 / 1154 * 100vw);
  }
  /* inner */
  .ly_head_inner {
    width: calc(1024 / 1024 * 100vw);
    height: calc(80 / 1154 * 100vw);
  }
  .ly_foot_inner,
  .ly_cont,
  .ly_cont_inner {
    width: calc(1024 / 1154 * 100vw);
  }
  /* 2カラム */
  .ly_cont__col {
    gap: calc(44 / 1154 * 100vw);
  }
  .ly_cont_main {
    width: calc(700 / 1154 * 100vw);
  }
  .ly_cont_side {
    width: calc(280 / 1154 * 100vw);
  }
  /* bl_media */
  .bl_media {
    gap: calc(32 / 1154 * 100vw);
  }
  .bl_media_imgWrapper {
    width: calc(496 / 1154 * 100vw);
  }
  .bl_media_body {
    width: calc(496 / 1154 * 100vw);
  }
  .bl_media_ttl {
    font-size: calc(24 / 1154 * 100vw);
    padding-bottom: calc(13 / 1154 * 100vw);
    margin-bottom: calc(16 / 1154 * 100vw);
  }
  .bl_media_txt + .bl_media_txt {
    margin-top: calc(25 / 1154 * 100vw);
  }
  .bl_media_txt + .el_att {
    margin-top: calc(8 / 1154 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .ly_main {
    padding-top: 120px;
  }
  /* inner */
  .ly_cont,
  .ly_cont_inner {
    width: 690px;
  }
  /* inner */
  .ly_head_inner {
    width: 100%;
    height: 120px;
  }
  /* 2カラム */
  .ly_cont__col {
    gap: 80px;
  }
  .ly_cont_main,
  .ly_cont_side {
    width: 100%;
  }
  .bl_media {
    gap: 40px;
  }
  .bl_media_imgWrapper {
    width: 690px;
  }
  .bl_media_imgWrapper.sp {
    display: block;
    margin-bottom: 24px;
  }
  .bl_media_body {
    width: 690px;
  }
  .bl_media_ttl {
    font-size: 32px;
    padding-bottom: 20px;
    margin-bottom: 24px;
    text-align: center;
  }
  .bl_media_txt + .bl_media_txt {
    margin-top: 42px;
  }
  .bl_media_txt + .el_att {
    margin-top: 24px;
  }
  .bl_media_body .el_btn {
    margin: 0 auto;
  }
}
/*=============================
　共通パーツ
==============================*/
/* 各sectionメイン見出し */
.el_sec_mainTtl {
  text-align: center;
}
.el_sec_mainTtl.ttl_bg {
  width: 1024px;
  height: 56px;
  padding-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
}
.el_sec_mainTtl.bg_green {
  background: linear-gradient(180deg, #00652f 0%, #013519 100%);
}
.el_sec_mainTtl.bg_gray {
  background: linear-gradient(180deg, #6f6f6f 0%, #2b2b2b 100%);
}
/* bl_bulletList */
.bl_bulletList > li {
  padding-left: 1em;
  position: relative;
}
.bl_bulletList > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.bl_bulletList.bl_bulletList__square > li {
  padding-left: calc(1em + 8px);
}
.bl_bulletList.bl_bulletList__square > li::before {
  content: "■";
}
/* bl_numList */
.bl_numList {
  counter-reset: num;
}
.bl_numList > li {
  padding-left: 1.2em;
  position: relative;
}
.bl_numList > li:before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.bl_numList.bl_numList__circle > li:first-of-type::before {
  content: "①";
}
.bl_numList.bl_numList__circle > li:nth-of-type(2)::before {
  content: "②";
}
.bl_numList.bl_numList__circle > li:nth-of-type(3)::before {
  content: "③";
}
.bl_numList.bl_numList__circle > li:nth-of-type(4)::before {
  content: "④";
}
.bl_numList.bl_numList__circle > li:nth-of-type(5)::before {
  content: "⑤";
}
/* el_btn */
.el_btn {
  background: linear-gradient(180deg, #5a5a5a 0%, #1d1d1d 100%);
  width: 280px;
  height: 56px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.el_btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #ea001a;
}
.el_btn__red {
  background: linear-gradient(180deg, #ba0015 0%, #71000c 100%);
}
.el_btn__red::after {
  border-color: transparent transparent transparent #fff;
}
/* ※ */
.el_att {
  padding-left: 1em;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}
.el_att::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.el_att01,
.el_att02 {
  padding-left: 2em;
}
.el_att01::before {
  content: "※1";
}
.el_att02::before {
  content: "※2";
}
span.el_att {
  display: block;
}
@media screen and (min-width: 751px) and (max-width: 1154px) {
  .el_sec_mainTtl.ttl_bg {
    width: calc(1024 / 1154 * 100vw);
    height: calc(56 / 1154 * 100vw);
    padding-bottom: calc(4 / 1154 * 100vw);
    font-size: calc(30 / 1154 * 100vw);
  }
  /* el_btn */
  .el_btn {
    width: calc(280 / 1024 * 100vw);
    height: calc(56 / 1024 * 100vw);
    padding-bottom: calc(4 / 1024 * 100vw);
    font-size: calc(18 / 1024 * 100vw);
  }
  .el_btn::after {
    right: calc(16 / 1024 * 100vw);
    border-width: calc(6 / 1024 * 100vw) 0 calc(6 / 1024 * 100vw) calc(10 / 1024 * 100vw);
  }
  /* ※ */
  .el_att {
    font-size: calc(14 / 1154 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .el_sec_mainTtl.ttl_bg {
    width: 100%;
    height: auto;
    padding-bottom: 5px;
    padding: 6px 0 11px;
    font-size: 38px;
  }
  /* el_btn */
  .el_btn {
    width: 500px;
    height: 88px;
    padding-bottom: 4px;
    font-size: 32px;
  }
  .el_btn::after {
    right: 24px;
    border-width: 8px 0 8px 14px;
  }
  /* el_label */
  .el_label {
    padding-top: 0;
  }
  .el_att {
    font-size: 24px;
  }
}
/*=============================
　ヘルプタグ
==============================*/
/* ユニット */
.hp_unit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* 明朝体 */
.hp_mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
    serif;
  font-weight: bold;
}
/* bold */
.hp_bold {
  font-weight: bold !important;
}
/* italic */
.hp_italic {
  transform: skewX(-10deg);
}
/* 打ち消し線 */
.hp_strikethrough {
  padding: 3px 0 0 8px;
  background-image: linear-gradient(#222, #222);
  background-position: 0 50%;
  background-size: 100% 1px;
  background-repeat: repeat-x;
  letter-spacing: 0;
}
/* opacity1 */
.hp_opacity1 {
  opacity: 1 !important;
}
/* 電話リンク */
.hp_tel {
  pointer-events: none;
}
/* アクセントカラー */
.hp_color__orange {
  color: #eb5c02;
}
.hp_color__yellow {
  color: #fff500;
}
.hp_color__green {
  color: #00652f;
}
/* 影付き角丸白ボックス */
.hp_shadowRadiusWhiteBox {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 750px) {
  /* ユニット */
  .hp_unit {
    display: block;
  }
  /* 電話リンク */
  .hp_tel {
    pointer-events: auto;
  }
}
/*=============================
　header
==============================*/
.bl_head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 128px;
  z-index: 9999;
  background: #013519;
}
.bl_header_conts {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.bl_header_up {
  width: 1154px;
  height: 100%;
  padding-right: 110px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* ロゴ */
.bl_head_logo {
  width: 246px;
}
.bl_head_logo a {
  display: flex;
}
.bl_up_right {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 24px;
}
.bl_head_btn {
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: linear-gradient(#c10013 0%, #650f19 100%);
  border: 1px solid #ba0015;
  line-height: 1;
}
.bl_head_search {
  border: 1px solid #cccccc;
  height: 100%;
  position: relative;
}
.bl_head_search::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background: #4a4a4a;
  top: 0;
  right: 0;
}
.bl_head_search::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 20px;
  background: url(/images/common/header_search.svg) top center / contain no-repeat;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}
.bl_head_search form {
  display: flex;
  height: 100%;
}
.bl_head_search input[type="search"] {
  display: flex;
  align-items: center;
  height: 32px;
  font-size: 16px;
  padding-left: 12px;
  width: 180px;
  border: none;
  background: #fff;
}
.bl_head_search input[type="submit"] {
  text-indent: -9999px;
  background: none;
  border: none;
  width: 29px;
  margin: 0;
  padding: 0;
  height: 24px;
}
.bl_head_switcher select {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  width: 123px;
  height: 32px;
  border-radius: 6px;
  padding: 0 0 2px 16px;
  background: linear-gradient(#fff 0%, #c1c1c1 100%);
  color: #222;
}
.bl_head_switcher label {
  position: relative;
  display: block;
}
.bl_head_switcher label:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #c8161d transparent transparent transparent;
}
.bl_head_katoLogo {
  padding: 44px 14px;
  background: linear-gradient(#fff 0%, #c3c3c3 100%);
  position: absolute;
  top: 0;
  right: 0;
}
.bl_head_katoLogo img {
  width: 82px;
  height: 40px;
}
.bl_gloNav {
  background: linear-gradient(180deg, #a2a2a2 0%, #5c5c5c 100%);
}
.bl_gloNav_inner {
  width: 1154px;
  padding-right: 110px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.bl_gloNav_inner li > a {
  padding: 0 16px 3px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
}
.bl_gloNav_inner li > a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 32px;
  top: 50%;
  right: -0.5px;
  transform: translateY(-50%);
  border-left: 1px solid #fff;
}
.bl_gloNav_inner li:nth-of-type(2) > a {
  padding-left: 0;
}
.bl_gloNav_inner li:nth-of-type(9) > a {
  padding-right: 0;
}
.bl_gloNav_inner li:nth-of-type(9) > a::after {
  display: none;
}
/* スマホ用非表示 */
.bl_burger {
  display: none;
}
@media screen and (min-width: 751px) and (max-width: 1154px) {
  .bl_head {
    height: calc(128 / 1154 * 100vw);
  }
  .bl_header_up {
    width: calc(1154 / 1154 * 100vw);
    padding-right: calc(110 / 1154 * 100vw);
  }
  /* ロゴ */
  .bl_head_logo {
    width: calc(246 / 1154 * 100vw);
  }
  .bl_up_right {
    gap: calc(20 / 1154 * 100vw);
    padding-right: calc(24 / 1154 * 100vw);
  }
  .bl_head_btn {
    width: calc(140 / 1154 * 100vw);
    height: calc(40 / 1154 * 100vw);
    padding-bottom: calc(3 / 1154 * 100vw);
  }
  .bl_head_search::before {
    width: calc(32 / 1154 * 100vw);
    height: calc(32 / 1154 * 100vw);
  }
  .bl_head_search::after {
    width: calc(18 / 1154 * 100vw);
    height: calc(20 / 1154 * 100vw);
    right: calc(7 / 1154 * 100vw);
  }
  .bl_head_search input[type="search"] {
    height: calc(32 / 1154 * 100vw);
    font-size: calc(16 / 1154 * 100vw);
    padding-left: calc(12 / 1154 * 100vw);
    width: calc(180 / 1154 * 100vw);
  }
  .bl_head_search input[type="submit"] {
    width: calc(29 / 1154 * 100vw);
    height: calc(24 / 1154 * 100vw);
  }
  .bl_head_switcher select {
    font-size: calc(16 / 1154 * 100vw);
    width: calc(123 / 1154 * 100vw);
    height: calc(32 / 1154 * 100vw);
    border-radius: calc(6 / 1154 * 100vw);
    padding: 0 0 calc(2 / 1154 * 100vw) calc(16 / 1154 * 100vw);
  }
  .bl_head_switcher label:after {
    right: calc(10 / 1154 * 100vw);
    border-width: calc(8 / 1154 * 100vw) calc(5 / 1154 * 100vw) 0 calc(5 / 1154 * 100vw);
  }
  .bl_head_katoLogo {
    padding: calc(44 / 1154 * 100vw) calc(14 / 1154 * 100vw);
  }
  .bl_head_katoLogo img {
    width: calc(82 / 1154 * 100vw);
    height: calc(40 / 1154 * 100vw);
  }
  .bl_gloNav_inner {
    width: calc(1154 / 1154 * 100vw);
    padding-right: calc(110 / 1154 * 100vw);
  }
  .bl_gloNav_inner li > a {
    padding: 0 calc(16 / 1154 * 100vw) calc(3 / 1154 * 100vw);
    height: calc(48 / 1154 * 100vw);
  }
  .bl_gloNav_inner li > a::after {
    width: calc(1 / 1154 * 100vw);
    height: calc(32 / 1154 * 100vw);
    right: calc(-0.5 / 1154 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .bl_head {
    height: 120px;
    background: transparent;
  }
  .bl_header_up {
    padding: 0 0 0 142px;
    width: 100%;
    justify-content: start;
    background: #013519;
  }
  /* ロゴ */
  .bl_head_logo {
    width: 340px;
  }
  .bl_up_right {
    padding-right: 0;
  }
  .bl_head_btn {
    display: none;
  }
  .bl_head_switcher select {
    font-size: 26px;
    width: 100px;
    height: 60px;
    padding: 0 0 4px 23px;
    margin-left: 24px;
  }
  .bl_head_switcher label:after {
    right: 18px;
    border-width: 12px 7px 0 7px;
    margin-bottom: 7px;
  }
  .bl_head_katoLogo {
    right: auto;
    left: 0;
    width: 110px;
    height: 120px;
    padding: 38px 14px 0;
  }
  .bl_head_katoLogo img {
  }
  /* ハンバーガーボタン */
  .bl_burger {
    width: 120px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
  }
  .bl_burger_inner {
    display: block;
    width: 120px;
    height: 120px;
    background: #ffffff;
    position: relative;
  }
  .bl_burger_bar {
    width: 84px;
    height: 4px;
    background: #013519;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .bl_burger_bar:first-child {
    top: 21px;
    transition: transform 0.3s ease;
  }
  .bl_burger_bar:nth-child(2) {
    top: 44px;
    transition: opacity 0.3s ease;
  }
  .bl_burger_bar:nth-child(3) {
    bottom: 52px;
    transition: transform 0.3s ease;
  }
  .bl_burger.is_active .bl_burger_bar:first-child {
    transform: rotate(-45deg) translate(-51%, -11px);
    transition: transform 0.3s ease;
  }
  .bl_burger.is_active .bl_burger_bar:nth-child(2) {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .bl_burger.is_active .bl_burger_bar:nth-child(3) {
    transform: rotate(45deg) translate(-50%, 13px);
    transition: transform 0.3s ease;
  }
  .bl_burger_txt {
    display: flex;
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
  }
  .bl_burger_txt img {
    width: 84px;
    height: 18px;
  }
  /* ナビ */
  .bl_gloNav {
    width: 100%;
    height: 100%;
    background: #013519;
    position: fixed;
    top: 120px;
    left: 0;
    z-index: 90;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
  .bl_gloNav.is_active {
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
  }
  .bl_gloNav_inner {
    width: 100%;
    flex-wrap: wrap;
    overflow: scroll;
    padding-right: 0;
  }
  .bl_gloNav_inner > li {
    width: 50%;
    height: auto;
    border-right: none;
    border-bottom: 2px solid #808080;
  }
  .bl_gloNav_inner > li.sp {
    display: block;
  }
  .bl_gloNav_inner > li > a {
    font-size: 32px;
    line-height: 1;
    color: #fff;
    padding: 40px 0 40px 70px;
    display: block;
    height: auto;
  }
  .bl_gloNav_inner > li > a:first-of-type {
    padding-left: 30px;
  }
  .bl_gloNav_inner > li:nth-of-type(2n + 1) {
    border-right: 2px solid #808080;
  }
  .bl_gloNav_inner > li:first-of-type,
  .bl_gloNav_inner > li:nth-of-type(2) {
    border-top: 2px solid #808080;
  }
  .bl_gloNav_inner > li > a:last-of-type {
    border: none;
  }
  .bl_gloNav_inner > li > a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9.5px 0 9.5px 16px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
  .bl_gloNav_inner > li > a::after {
    display: none;
  }
  .bl_gloNav_inner > li.official {
    width: 100%;
    border: none;
  }
  .bl_gloNav_inner > li.official a {
    display: flex;
    gap: 40px;
    width: 100%;
    width: 690px;
    height: 140px;
    background: linear-gradient(180deg, #ffffff 0%, #c3c3c3 100%);
    margin: 40px auto 0;
    padding: 0 0 4px 40px;
    align-items: center;
    color: #013519;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .bl_gloNav_inner > li.official a::before {
    display: none;
  }
  .bl_gloNav_inner > li.official img {
    width: 201px;
    margin-bottom: 4px;
  }
}
/*=============================
　footer
=============================*/
#footer {
  background: linear-gradient(90deg, #101010 0%, #414141 50%, #101010 100%);
}
.bl_foot_conts {
  padding: 32px 0 64px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.bl_foot_logo {
  display: flex;
  width: 246px;
}
.bl_foot_nav {
  padding: 8px 10px 0 0;
}
.bl_foot_nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 21px 35px;
  width: 658px;
}
.bl_foot_nav li {
  display: flex;
}
.bl_foot_nav li a {
  position: relative;
  padding-left: 16px;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #fff;
  display: block;
}
.bl_foot_nav li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #eb5c02;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 1px;
}
/* コピーライト */
.bl_foot_copyright {
  width: 100%;
  height: 31px;
  background: #013519;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 3px;
}
.bl_foot_copyright small {
  color: #fff;
  font-size: 12px;
  font-family: Verdana;
}
/* ページトップボタン */
.bl_pagetop {
  width: 1024px;
  height: 0;
  margin: 0 auto;
  text-align: right;
  position: relative;
}
.bl_pagetop span {
  width: 70px;
  height: 70px;
  z-index: 900;
}
.bl_pagetop img {
  opacity: 0;
}
.bl_pagetop .fade img {
  transition: all 0.5s ease-in-out;
  border: 2px solid #ba0015;
}
.bl_pagetop .in img {
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  /* ページトップボタン */
  .bl_pagetop {
    width: 100%;
  }
  .bl_pagetop span {
    right: 30px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1154px) {
  .bl_foot_conts {
    padding: calc(32 / 1154 * 100vw) 0 calc(64 / 1154 * 100vw);
  }
  .bl_foot_logo {
    width: calc(246 / 1154 * 100vw);
  }
  .bl_foot_nav {
    padding-top: calc(8 / 1154 * 100vw);
    padding-right: 0;
  }
  .bl_foot_nav ul {
    width: calc(658 / 1154 * 100vw);
    gap: calc(21 / 1154 * 100vw) calc(31 / 1154 * 100vw);
    height: 100%;
  }
  .bl_foot_nav li {
    height: 100%;
  }
  .bl_foot_nav li a {
    padding-left: calc(16 / 1154 * 100vw);
    font-size: calc(15 / 1154 * 100vw);
  }
  .bl_foot_nav li a::before {
    border-width: calc(5 / 1154 * 100vw) 0 calc(5 / 1154 * 100vw) calc(8 / 1154 * 100vw);
    margin-top: calc(1 / 1154 * 100vw);
  }
  /* コピーライト */
  .bl_foot_copyright {
    height: calc(31 / 1154 * 100vw);
    padding-bottom: calc(3 / 1154 * 100vw);
  }
  .bl_foot_copyright small {
    font-size: calc(12 / 1154 * 100vw);
  }
  /* ページトップボタン */
  .bl_pagetop span {
    width: calc(70 / 1154 * 100vw);
    height: calc(70 / 1154 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  /* footer */
  #footer {
    background: #222222;
  }
  .bl_foot {
    gap: 80px;
  }
  .ly_foot_inner {
    width: 100%;
    height: auto;
    padding-bottom: 64px;
  }
  .bl_foot_conts {
    flex-wrap: wrap;
    padding: 0;
    gap: 56px;
  }
  /* ロゴ */
  .bl_foot_logo {
    order: 2;
    width: 340px;
    margin: 0 auto;
  }
  /* ナビ */
  .bl_foot_nav {
    width: 100%;
    order: 1;
    padding: 0;
  }
  .bl_foot_nav ul {
    width: 100%;
    gap: 0;
  }
  .bl_foot_nav ul > li {
    width: 50%;
    border-bottom: 2px solid #fff;
  }
  .bl_foot_nav ul > li > a {
    width: 100%;
    padding: 32px 0 34px 52px;
    font-size: 28px;
    font-weight: normal;
  }
  .bl_foot_nav ul > li > a::before {
    border-width: 8px 0 8px 14px;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
  }
  .bl_foot_nav ul > li:nth-child(-n + 5) {
    border-right: 2px solid #fff;
  }
  .bl_foot_nav ul > li:first-child {
    order: 1;
  }
  .bl_foot_nav ul > li:nth-child(2) {
    order: 3;
  }
  .bl_foot_nav ul > li:nth-child(3) {
    order: 5;
  }
  .bl_foot_nav ul > li:nth-child(4) {
    order: 7;
  }
  .bl_foot_nav ul > li:nth-child(5) {
    order: 9;
  }
  .bl_foot_nav ul > li:nth-child(6) {
    order: 2;
  }
  .bl_foot_nav ul > li:nth-child(7) {
    order: 4;
  }
  .bl_foot_nav ul > li:nth-child(8) {
    order: 6;
  }
  .bl_foot_nav ul > li:nth-child(9) {
    order: 8;
  }
  .bl_foot_nav ul > li:nth-child(10) {
    order: 10;
  }
  /* コピーライト */
  .bl_foot_copyright {
    height: auto;
    background: #222222;
    padding-bottom: 24px;
  }
  .bl_foot_copyright small {
    font-size: 18px;
  }
  /* ページトップボタン */
  .bl_pagetop {
    width: 750px;
  }
  .bl_pagetop span {
    width: 112px;
    height: 112px;
    right: 30px;
    bottom: 30px;
  }
}
/*=============================
お知らせ
==============================*/
.bl_vertPosts {
  background: #F2F2F2;
  padding: 12px 16px;
  color: #222;
  display: flex;
  flex-wrap: wrap;
}
.bl_vertPosts:not(:first-of-type){
  margin-top: 16px;
}
.bl_vertPosts_date {
  font-size: 14px;
  letter-spacing: 0;
  background: #013519;
  color: #fff;
  padding-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
}
.bl_vertPosts_ttl {
  flex: 1;
  font-size: 17px;
  font-weight: normal;
  margin-left: 32px;
  padding-bottom: 3px;
}
.bl_vertPosts_ttl a{
  color: #BA0015;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (min-width: 751px) and (max-width: 1154px) {
  .bl_vertPosts{
    padding: calc(12 / 1154 * 100vw) calc(16 / 1154 * 100vw);
  }
  .bl_vertPosts:not(:first-of-type){
    margin-top: calc(16 / 1154 * 100vw);
  }
  .bl_vertPosts_date {
    font-size: calc(14 / 1154 * 100vw);
    padding-bottom: calc(2 / 1154 * 100vw);
    width: calc(100 / 1154 * 100vw);
    height: calc(30 / 1154 * 100vw);
  }
  .bl_vertPosts_ttl {
    font-size: calc(17 / 1154 * 100vw);
    margin-left: calc(32 / 1154 * 100vw);
    padding-bottom: calc(3 / 1154 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .bl_news {
    padding: 80px 0;
  }
  .bl_news .el_sec_mainTtl {
    margin-bottom: 56px;
  }
  .bl_news .el_btn {
    margin-top: 64px;
  }
  .bl_vertPosts{
    padding: 18px 24px;
    display: block;
  }
  .bl_vertPosts:not(:first-of-type){
    margin-top: 24px;
  }
  .bl_vertPosts_date {
    font-size: 22px;
    padding-bottom: 3px;
    width: 150px;
    height: 45px;
  }
  .bl_vertPosts_ttl {
    font-size: 28px;
    margin: 8px 0 0;
    padding-bottom: 0;
  }
}
/*=============================
CTA
==============================*/
.bl_cta {
  padding: 40px 0;
  background: #9d9d9d;
}
#cta_bnrList {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.bl_bnr {
  width: 232px;
  position: relative;
}
.bl_bnr:nth-of-type(-n + 2) {
  width: 496px;
}
.bl_bnr_caption {
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.bl_bnr_caption span {
  font-size: 15px;
}
@media screen and (min-width: 751px) and (max-width: 1154px) {
  #cta_bnrList {
    gap: calc(32 / 1154 * 100vw);
    justify-content: center;
  }
  .bl_bnr {
    width: calc(232 / 1154 * 100vw);
  }
  .bl_bnr:nth-of-type(-n + 2) {
    width: calc(496 / 1154 * 100vw);
  }
  .bl_bnr_caption {
    bottom: calc(3 / 1154 * 100vw);
    font-size: calc(20 / 1154 * 100vw);
  }
  .bl_bnr_caption span {
    font-size: calc(15 / 1154 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .bl_bnr {
    width: calc((100% - 32px) / 2);
  }
  .bl_bnr:nth-of-type(-n + 2) {
    width: 690px;
  }
  .bl_bnr_caption {
    bottom: 8px;
    font-size: 28px;
  }
  .bl_bnr_caption span {
    font-size: 24px;
  }
}
/*=======================================================
　PRODUCT
=======================================================*/
.bl_product {
  width: 496px;
}
.bl_productList {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 32px;
}
.bl_product_ttl {
  background: #f2f2f2;
  padding: 9px 26px;
  position: relative;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.bl_product_ttl span {
  display: block;
  font-size: 16px;
}
.bl_product_ttl::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 100%;
  background: #013519;
  top: 0;
  left: 0;
}
.bl_product_imgWrapper {
  margin-bottom: 36px;
}
.bl_product_def {
  display: flex;
  flex-wrap: wrap;
}
.bl_product_def > div {
  display: flex;
  gap: 8px;
  width: 100%;
}
.bl_product_def > div + div{
  margin-top: 8px;
}
.bl_product_def > div + div:nth-of-type(3){
  margin-top: 16px;
}
.bl_product_def > div > dt {
  flex: 0 1 56px;
  height: 32px;
  background: #013519;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 3px;
}
.bl_product_def > div > dd {
  flex: 1;
}
.bl_product_def > div > dd > a{
  padding: 2px 14px 5px 46px;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  position: relative;
  line-height: 1.5;
}
.bl_product_def > div > dd > a::before{
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}
.bl_product_def > div.detail > dd > a{
  background: #00652F;
}
.bl_product_def > div.detail > dd > a::before{
  background:url(/images/common/icon_detail.svg) top center / contain no-repeat;
}
.bl_product_def > div.use > dd > a{
  background: #275B98;
}
.bl_product_def > div.use > dd > a::before{
  background:url(/images/common/icon_use.svg) top center / contain no-repeat;
}
.bl_product_def > div.cart > dd > a{
  background: #BA0015;
}
.bl_product_def > div.cart > dd > a::before{
  background:url(/images/common/icon_cart.svg) top center / contain no-repeat;
}

@media screen and (min-width: 751px) and (max-width: 1154px) {
  .bl_product {
    width: calc(496 / 1154 * 100vw);
  }
  .bl_productList {
    gap: calc(48 / 1154 * 100vw) calc(32 / 1154 * 100vw);
  }
  .bl_product_ttl {
    padding: calc(9 / 1154 * 100vw) calc(26 / 1154 * 100vw);
    margin-bottom: calc(16 / 1154 * 100vw);
    font-size: calc(20 / 1154 * 100vw);
  }
  .bl_product_ttl span {
    font-size: calc(16 / 1154 * 100vw);
  }
  .bl_product_ttl::before {
    width: calc(8 / 1154 * 100vw);
  }
  .bl_product_imgWrapper {
    margin-bottom: calc(36 / 1154 * 100vw);
  }
  .bl_product_def > div {
    gap: calc(8 / 1154 * 100vw);
  }
  .bl_product_def > div + div{
    margin-top: calc(8 / 1154 * 100vw);
  }
  .bl_product_def > div + div:nth-of-type(3){
    margin-top: calc(16 / 1154 * 100vw);
  }
  .bl_product_def > div > dt {
    flex: 0 1 calc(56 / 1154 * 100vw);
    height: calc(32 / 1154 * 100vw);
    font-size: calc(15 / 1154 * 100vw);
    padding-bottom: calc(3 / 1154 * 100vw);
  }
  .bl_product_def > div > dd > a{
    padding: calc(2 / 1154 * 100vw) calc(14 / 1154 * 100vw) calc(5 / 1154 * 100vw) calc(46 / 1154 * 100vw);
    border-radius: calc(4 / 1154 * 100vw);
  }
  .bl_product_def > div > dd > a::before{
    width: calc(24 / 1154 * 100vw);
    height: calc(24 / 1154 * 100vw);
    left: calc(14 / 1154 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .bl_product {
    width: 100%;
    max-width: 690px;
  }
  .bl_productList {
    gap: 64px;
    flex-wrap: wrap;
  }
  .bl_product_ttl {
    padding: 14px 39px;
    margin-bottom: 24px;
    font-size: 30px;
  }
  .bl_product_ttl span {
    font-size: 26px;
  }
  .bl_product_ttl::before {
    width: 12px;
  }
  .bl_product_imgWrapper {
    margin-bottom: 36px;
  }
  .bl_product_def > div {
    gap: 12px;
  }
  .bl_product_def > div + div{
    margin-top: 16px;
  }
  .bl_product_def > div + div:nth-of-type(3){
    margin-top: 24px;
  }
  .bl_product_def > div > dt {
    flex: 0 1 100px;
    height: 48px;
    font-size: 24px;
    padding-bottom: 5px;
  }
  .bl_product_def > div > dd > a{
    padding: 3px 21px 7.5px 69px;
    border-radius: 6px;
  }
  .bl_product_def > div > dd > a::before{
    width: 36px;
    height: 36px;
    left: 21px;
  }
}
/*=======================================================
　商品画像スライド
=======================================================*/
.bl_productsliderList {
  overflow: hidden;
}
.bl_product_sliderItem{
  max-width: 496px;
}
.bl_product .slick-track{
  border: 1px solid #ccc;
}
.bl_product .slick-dotted.slick-slider{
  margin-bottom: 0;
}
.bl_product_sliderDots {
  margin: 10px auto 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.bl_product_sliderDots li {
  width: 10px;
  height: 10px;
  line-height: 1;
}
.bl_product_sliderDots li button {
  position: relative;
  text-indent: -9999px;
}
.bl_product_sliderDots li button:first-of-type::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #bebebe;
  border-radius: 50%;
}
.bl_product_sliderDots li button:nth-of-type(2) {
  display: none;
}
.bl_product_sliderDots li.slick-active button:first-of-type:before {
  background: #777777;
}
.slick-productslide {
  width: 100%;
}
.slick-current {
  position: relative;
}
.slick-current::before, .slick-current::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
}
.slick-current::before {
  left: -1024px;
}
.slick-current::after {
  right: -1024px;
}
.slick-dotted.slick-productslider {
  margin-bottom: 0;
}
@media screen and (min-width: 751px) and (max-width: 1154px) {
  .bl_product_sliderItem{
    width: calc(496 / 1154 * 100vw);
  }
  .bl_product_sliderDots {
    margin: calc(10 / 1154 * 100vw) auto calc(16 / 1154 * 100vw);
    gap: calc(10 / 1154 * 100vw);
  }
  .bl_product_sliderDots li {
    width: calc(10 / 1154 * 100vw);
    height: calc(10 / 1154 * 100vw);
  }
  .bl_product_sliderDots li button:first-of-type::before {
    width: calc(10 / 1154 * 100vw);
    height: calc(10 / 1154 * 100vw);
  }
  .slick-current::before {
    left: calc(-1024 / 1154 * 100vw);
  }
  .slick-current::after {
    right: calc(-1024 / 1154 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .bl_product .slick-slide{
    max-width: 690px;
  }
  .bl_product_sliderDots {
    margin: 15px auto 24px;
    gap: 16px;
  }
  .bl_product_sliderDots li {
    width: 16px;
  }
  .bl_product_sliderDots li button:first-of-type::before {
    width: 16px;
    height: 16px;
  }
  .slick-slide {
    max-width: 750px;
  }
  .slick-current::before {
    display: none;
  }
  .slick-current::after {
    display: none;
  }
}
/*=======================================================
　メインタイトル_複数行
=======================================================*/
.bl_lower_mv_ttl.multiple {
  display: flex;
  gap: 4px;
  flex-direction: column;
  font-size: 22px;
  align-items: center;
  line-height: 1.5;
}
.bl_lower_mv_ttl.multiple span {
  font-size: 28px;
}
@media screen and (min-width: 751px) and (max-width: 1154px) {
  .bl_lower_mv_ttl.multiple {
    gap: calc(4 / 1154 * 100vw);
    font-size: calc(22 / 1154 * 100vw);
  }
  .bl_lower_mv_ttl.multiple span {
    font-size: calc(28 / 1154 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .bl_lower_mv_ttl.multiple {
    gap: 12px;
    font-size: 28px;
  }
  .bl_lower_mv_ttl.multiple span {
    font-size: 34px;
  }
}
/*=======================================================
　MERCHANDISE
=======================================================*/
.bl_merchandise {
  padding: 40px 0;
}
.bl_merchandise:nth-of-type(even) {
  background: #f2f2f2;
}
.bl_merchandise .el_sec_mainTtl {
  margin-bottom: 32px;
}
.bl_merchandise_intro {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 32px;
}
.bl_media_body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bl_merchandise .bl_media_body .el_btn {
  width: 320px;
}
.bl_merchandise.bl_bulletTrain .el_sec_mainTtl {
  margin-bottom: 24px;
}
.bl_merchandise.bl_localTrain .bl_media {
  margin-bottom: 56px;
}
.bl_merchandise.bl_localTrain .bl_btm_btn {
  margin: 40px auto 0;
}

@media screen and (min-width: 751px) and (max-width: 1154px) {
  .bl_merchandise {
    padding: calc(40 / 1154 * 100vw) 0;
  }
  .bl_merchandise .el_sec_mainTtl {
    margin-bottom: calc(32 / 1154 * 100vw);
  }
  .bl_merchandise_intro {
    font-size: calc(20 / 1154 * 100vw);
    margin-bottom: calc(32 / 1154 * 100vw);
  }
  .bl_merchandise .bl_media_body .el_btn {
    width: calc(320 / 1154 * 100vw);
  }
  .bl_merchandise.bl_bulletTrain .el_sec_mainTtl {
    margin-bottom: calc(24 / 1154 * 100vw);
  }
  .bl_merchandise.bl_localTrain .bl_media {
    margin-bottom: calc(56 / 1154 * 100vw);
  }
  .bl_merchandise.bl_localTrain .bl_btm_btn {
    margin: calc(40 / 1154 * 100vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  .bl_merchandise {
    padding: 64px 0;
  }
  .bl_merchandise .el_sec_mainTtl {
    margin-bottom: 40px;
  }
  .bl_merchandise_intro {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .bl_merchandise .bl_media .el_btn {
    margin-top: 48px;
  }
  .bl_merchandise .bl_media_body .el_btn {
    width: 600px;
  }
  .bl_merchandise.bl_bulletTrain .el_sec_mainTtl {
    margin-bottom: 32px;
  }
  .bl_merchandise.bl_localTrain .bl_btm_btn {
    margin: 64px auto 0;
  }
  .bl_merchandise.bl_localTrain .bl_media {
    margin-bottom: 40px;
  }
}
/*=============================
追加
==============================*/
.bl_lower_mv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  background: url(/images/common/lower_mv_bg.jpg) top center / cover no-repeat;
  color: #fff;
}
.bl_lower_mv_ttl {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.bl_breadcrumbs_inner {
  display: flex;
  align-items: center;
  width: 1024px;
  margin: 0 auto;
  padding-top: 16px;
}
.bl_breadcrumbs_inner > li {
  font-size: 14px;
}
.bl_breadcrumbs_inner .home {
  display: flex;
  width: 18px;
}
.bl_breadcrumbs_inner > li:first-of-type ~ li::before {
  content: ">";
  margin: 0 8px;
}
@media screen and (min-width: 751px) and (max-width: 1154px) {
  .bl_lower_mv {
    height: calc(140 / 1154 * 100vw);
  }
  .bl_lower_mv_ttl {
    font-size: calc(28 / 1154 * 100vw);
  }
  .bl_breadcrumbs_inner {
    width: calc(1024 / 1154 * 100vw);
    padding-top: calc(16 / 1154 * 100vw);
  }
  .bl_breadcrumbs_inner > li {
    font-size: calc(14 / 1154 * 100vw);
  }
  .bl_breadcrumbs_inner .home {
    width: calc(18 / 1154 * 100vw);
  }
  .bl_breadcrumbs_inner > li:first-of-type ~ li::before {
    margin: 0 calc(8 / 1154 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .bl_lower_mv {
    height: 180px;
  }
  .bl_lower_mv_ttl {
    font-size: 34px;
  }
  .bl_breadcrumbs_inner {
    width: 690px;
    padding-top: 24px;
  }
  .bl_breadcrumbs_inner > li {
    font-size: 22px;
  }
  .bl_breadcrumbs_inner .home {
    width: 24px;
  }
}
