@charset "UTF-8";
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  letter-spacing: 2px;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
}

li img {
  font-size: 0;
  /*vertical-align: top;*/
}

a {
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

a img {
  border: none;
}

.pc {
  display: block;
}

@media (max-width: 595px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 595px) {
  .sp {
    display: block;
  }
}

.header {
  height: 130px;
  width: 100%;
  position: fixed;
  /*z-index: 9999;20220927*/
}

@media (max-width: 595px) {
  .header {
    height: 69px;
  }
}

.header_top {
  width: 100%;
  height: 43px;
  background-color: #1E1E1E;
}

.header_top_inner {
  width: 970px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 595px) {
  .header_top_inner {
    width: 100%;
  }
}

.header_top_ttl {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 43px;
  font-size: 13px;
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-weight: bold;
}

.header_top_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_top_icons_letter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_top_icons_letter_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 25px 0 0;
}

.header_top_icons_letter_text {
  line-height: 43px;
  color: #ffffff;
  margin: 0 15px 0 0;
}

.header_top_icons_letter_btn {
  line-height: 21px;
  margin: auto 0;
  padding: 5px;
  height: 27px;
  font-size: 14px;
  cursor: pointer;
}

.header_top_icons_letter_btn.normal {
  background-color: #ffffff;
  color: #333333;
}

.header_top_icons_letter_btn.large {
  background-color: #4D4D4D;
  color: #ffffff;
}

.header_top_icons_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  margin: 0 15px 0 0;
  padding: 6px 0 0;
}

.header_top_icons_sns_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0;
}

.header_top_icons_sns_ul li {
  background-color: #222222;
  display: inline-block;
  width: 25px;
  margin: 0 4px;
}

.header_bottom {
  width: 100%;
  height: 87px;
  background-color: #ffffff;
}

@media (max-width: 595px) {
  .header_bottom {
    height: 69px;
  }
}

.header_bottom .pc_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 595px) {
  .header_bottom .pc_menu {
    display: none;
  }
}

.header_bottom_inner {
  width: 970px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 595px) {
  .header_bottom_inner {
    width: 100%;
  }
}

.header_bottom_ttl {
  width: 220px;
  border: solid 1px #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 595px) {
  .header_bottom_ttl {
    width: auto;
    border: none;
    margin: 0 0 0 13px;
  }
}

.header_bottom_ttl_img {
  width: 173px;
  vertical-align: middle;
}

.header_bottom_link {
  width: 160px;
  height: 87px;
  display: block;
  color: #333333;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 15px 20px;
  border: solid 1px #DDDDDD;
  word-break: keep-all;
  cursor: pointer;
}

.header_bottom_link.temp {
  line-height: 57px;
}

.header_bottom_link_recommend {
  padding-top: 30px;
}

.header_bottom .accordion_box {
  width: 160px;
  position: relative;
}

.header_bottom .accordion_box ul {
  width: 310px;
  padding: 30px 30px 0;
  position: absolute;
  top: 87px;
  left: 0;
  display: none;
  background-color: #ffffff;
}

.header_bottom .accordion_box ul.active {
  display: block;
}

.header_bottom .accordion_box_li {
  padding-bottom: 25px;
}

.header_bottom .accordion_box_link {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
}

.header_bottom .accordion_box_link:hover {
  text-decoration: underline;
}

.header_bottom .accordion_box_link::before {
  position: absolute;
  top: 0;
  left: -17px;
  background: url(https://sk.ktc.jp/2021/global/footer/images/icon_arrw_01.png) no-repeat 0 0.45em;
  padding-left: 12px;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-size: auto;
}

.header_bottom_search {
  width: 110px;
  position: relative;
}

@media (max-width: 595px) {
  .header_bottom_search {
    width: 69px;
    margin: 0 0 0 auto;
  }
}

.header_bottom_search_img {
  width: 100%;
}

.header_bottom_search #innerlayer {
  display: none;
  position: absolute;
  width: 440px;
  right: -92px;
  top: 93px;
  padding: 17px 15px 17px;
  z-index: 99999;
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.header_bottom_search #innerlayer.visible {
  display: block;
}

@media (max-width: 595px) {
  .header_bottom_search #innerlayer {
    right: -40px;
    top: 75px;
    padding: 13px 15px;
    width: 270px;
  }
}

.header_bottom_search #innerlayer h6 {
  margin: 10px 0 0px;
  border-left: 4px solid #eb090a;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 5px;
  line-height: 1;
  text-align: left !important;
}

.header_bottom_search #innerlayer .layerSearchArrow {
  position: absolute;
  top: -10px;
  right: 130px;
  z-index: 99999;
}

@media (max-width: 595px) {
  .header_bottom_search #innerlayer .layerSearchArrow {
    right: 65px;
  }
}

.header_bottom_search #innerlayer #products_search_case #keywords {
  padding: 10px;
  width: 165px;
  margin: 0 10px 2px;
  border: 1px solid #ccc;
  vertical-align: baseline;
}

.header_bottom_search #innerlayer #products_search_case #products_search {
  background: #1e1e1e;
  color: #fff;
  padding: 6px 10px;
  cursor: pointer;
  border: none;
}

.header_bottom_search #innerlayer #cse-search-box .hint {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: baseline;
  margin: 0 10px 10px;
}

.header_bottom_search #innerlayer #cse-search-box .btnForm {
  display: inline-block;
}

.header_bottom_search #innerlayer #cse-search-box .btnForm .searchBtn {
  background: #1e1e1e;
  color: #fff;
  padding: 6px 10px;
  cursor: pointer;
  border: none;
}

.header_bottom .mobile_menu {
  width: 138px;
  margin: 0 0 0 auto;
}

.header_bottom .mobile_menu.sp {
  display: none;
}

@media (max-width: 595px) {
  .header_bottom .mobile_menu.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header_bottom .mobile_menu_search {
  width: 69px;
}

.header_bottom .mobile_menu_search_img {
  height: 100%;
}

.header_bottom .mobile_menu_search #innerlayerSp {
  display: none;
  position: relative;
}

.header_bottom .mobile_menu_search #innerlayerSp.open {
  display: block;
  position: absolute;
  top: 75px;
  left: 35px;
  padding: 13px 15px;
  width: 270px;
  z-index: 99999;
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.header_bottom .mobile_menu_search #innerlayerSp .layerSearchArrow {
  position: absolute;
  right: 55px;
  top: -10px;
}

.header_bottom .mobile_menu_search #innerlayerSp input {
  margin-bottom: 8px;
  width: 166px;
  padding: 5px;
  border: 1px solid #ccc;
  vertical-align: baseline;
}

.header_bottom .mobile_menu_search #innerlayerSp .searchBtn {
  background: #1e1e1e;
  color: #fff;
  padding: 6px 10px;
  border: none;
  font-size: 16px;
  width: auto;
}

.header_bottom .mobile_menu_img {
  height: 100%;
  display: none;
}

@media (max-width: 595px) {
  .header_bottom .mobile_menu_img {
    display: block;
  }
}

.header_bottom .drawer-nav {
  position: fixed;
  z-index: 2;
  top: 69px;
  right: -100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #222;
  background-color: #fff;
  z-index: 99999;
  overflow-y: scroll;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
          transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.header_bottom .drawer-nav.open {
  right: 0;
}

.header_bottom .drawer-nav .inner {
  padding-bottom: 100px;
}

.header_bottom .drawer-nav .inner a {
  color: #333333;
  line-height: 1.4;
  padding: 15px 25px;
  display: block;
  border-top: 2px solid #f7f7f7;
  text-decoration: none;
}

.header_bottom .drawer-nav .inner .link_box {
  background: #f7f7f7;
}

.header_bottom .drawer-nav .inner .link_box a {
  position: relative;
  padding: 15px 25px 15px 41px;
}

.header_bottom .drawer-nav .inner .link_box a::before {
  position: absolute;
  top: 24px;
  left: 25px;
  margin-right: 5px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #f00;
  line-height: 1.4;
}

.header .arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header .underbar {
  position: relative;
}

.header .underbar::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #f00;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header .underbar.active::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header .arrow_01 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header .arrow_01::before {
  position: absolute;
  top: -20px;
  bottom: 0;
  right: -20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 9px;
  height: 9px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header .arrow_01.open::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .arrow_02 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header .arrow_02::before {
  position: absolute;
  top: -7px;
  bottom: 0;
  right: -20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 9px;
  height: 9px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header .arrow_02.open::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page_contents {
  width: 970px;
  margin: auto;
}

@media (max-width: 595px) {
  .page_contents {
    width: 100%;
  }
}

.breadcrumbs {
  width: 970px;
  margin: auto;
  padding: 150px 0 60px;
}

.breadcrumbs_indexPage {
  padding: 10px 0;
}

@media (max-width: 595px) {
  .breadcrumbs {
    width: 100%;
    padding: 89px 10px 25px;
  }
  .breadcrumbs_indexPage {
    padding: 20px 10px 20px;
  }
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  
}

.breadcrumbs ul li {
  color: #333333;
  font-size: 15px;
}

@media (max-width: 595px) {
  .breadcrumbs ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
  }
}

.breadcrumbs ul li:not(:last-child)::after {
  content: "＞";
  color: #333333;
  font-size: 10px;
  margin-right: 5px;
  padding-left: 10px;
}

.breadcrumbs_link {
  text-decoration: none;
  color: #333333;
  font-size: 15px;
}

.breadcrumbs_link:hover {
  color: #f00;
  text-decoration: underline;
}

@media (max-width: 595px) {
  .breadcrumbs_link {
    font-size: 12px;
  }
}

.swiperSP {
  display: none;
}

@media (max-width: 595px) {
  .swiperPC {
    display: none;
  }
  .swiperSP {
    display: block;
  }
}

.footer {
  background: url(../images/backgraund-image02.png) repeat-y top center/100% auto, #F0F0F0;
  padding-top: 33px;
}

@media (max-width: 595px) {
  .footer {
    background-size: 460px;
    padding-top: 60px;
  }
}

.footer_content_ttl {
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 595px) {
  .footer_content_ttl {
    margin-bottom: 40px;
  }
}

.footer_content_ttl_img {
  width: 100%;
  max-width: 1089px;
}

@media (max-width: 595px) {
  .footer_content_ttl_img {
    width: 180px;
  }
}

@media (max-width: 595px) {
  .footer_block_01 {
    display: none;
  }
}

.footer_block_01 .footer_bnr_contents {
  width: 970px;
  margin: auto;
}

@media (max-width: 595px) {
  .footer_block_01 .footer_bnr_contents {
    width: auto;
  }
}

.footer_block_01 .footer_bnr_contents .toTop {
  width: 163px;
  height: 36px;
  display: block;
  margin: 0 25px 5px auto;
  padding: 0 0 0 27px;
  line-height: 36px;
  background-color: #E7E7E7;
  text-decoration: none;
  color: #111BCC;
  font-size: 14px;
  position: relative;
}

.footer_block_01 .footer_bnr_contents .toTop::before {
  position: absolute;
  top: calc(50% - 10px);
  left: 15px;
  background: url(https://sk.ktc.jp/2021/global/footer/images/icon_arrw_01.png) no-repeat 0 0.45em;
  padding-left: 12px;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-size: auto;
}

@media (max-width: 595px) {
  .footer_block_01 .footer_bnr_contents .toTop {
    display: none;
  }
}

.footer_block_01 .footer_bnr_link {
  width: 100%;
  display: block;
  margin: 0 0 55px;
}

@media (max-width: 595px) {
  .footer_block_01 .footer_bnr_link {
    padding: 0 15px;
  }
}

.footer_block_01 .footer_bnr_link.last {
  margin: 0 0 75px;
}

.footer_block_01 .footer_bnr_link_img {
  width: 100%;
  vertical-align: bottom;
}

.footer_block_01 .footer_bnr_text {
  margin: 0 0 35px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 595px) {
  .footer_block_01 .footer_bnr_text {
    font-size: 18px;
  }
}

.footer_block_02 {
  width: 100%;
  background-color: #1e1e1e;
}

@media (max-width: 595px) {
  .footer_block_02 {
    display: none;
  }
}

.footer_block_02 .footer_contents {
  width: 970px;
  margin: auto;
  padding: 30px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_block_02 .footer_contents .footer_content {
  width: 308px;
}

.footer_block_02 .footer_contents .footer_content .footer_link {
  font-size: 15px;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d7d7d7;
  line-height: 1.4;
  text-decoration: none;
}

.footer_block_02 .footer_contents .footer_content .footer_link::before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer_block_02 .footer_contents .footer_content .footer_link:hover {
  opacity: 0.7;
}

.footer_block_02 .footer_contents .footer_content .footer_link.last {
  margin: 0 0 50px;
}

.footer_block_02 .footer_contents .footer_content .footer_link_ul {
  padding: 0 0 0 18px;
}

.footer_block_02 .footer_contents .footer_content .footer_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: #d7d7d7;
  line-height: 1.4;
  text-decoration: none;
}

.footer_block_02 .footer_contents .footer_content .footer_link_list::before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #f00;
}

.footer_block_03 {
  padding: 20px 0;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.footer_block_03 #pageTop {
  width: 74px;
  height: 74px;
  left: 50%;
  margin-left: 498px;
  top: 15px;
  z-index: 100;
  font-size: 14px;
  color: #247fb9;
}

@media (max-width: 595px) {
  .footer_block_03 #pageTop {
    display: none !important;
    position: absolute;
    bottom: 905px;
    top: 15px;
  }
}

.footer_block_03 #pageTopSp {
  display: none;
}

@media (max-width: 595px) {
  .footer_block_03 #pageTopSp {
    display: block;
    background-color: #fff;
    text-align: center;
    color: #fff;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px;
  }
}

.footer_block_03 #pageTopSp::after {
  content: 'ページトップへ';
  font-size: 12px;
  color: #333;
  font-weight: 700;
}

.footer_block_03 .footer_contents {
  width: 970px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 595px) {
  .footer_block_03 .footer_contents {
    width: 100%;
  }
}

.footer_block_03 .footer_contents_bnr {
  width: 500px;
}

.footer_block_03 .footer_contents_bnr .footer_ttl {
  padding-bottom: 2px;
  padding-right: 6px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 4px;
  font-weight: bold;
  color: #333333;
}

@media (max-width: 595px) {
  .footer_block_03 .footer_contents_bnr .footer_ttl {
    margin-left: 8px;
    font-size: 12px;
  }
}

.footer_block_03 .footer_contents_bnr ul {
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 595px) {
  .footer_block_03 .footer_contents_bnr ul {
    padding-left: 8px;
  }
}

.footer_block_03 .footer_contents_bnr ul li {
  margin: 0 0.4em 10px 0;
  text-align: center;
  font-size: 13px;
}

@media (max-width: 595px) {
  .footer_block_03 .footer_contents_bnr ul li {
    display: inline-block;
    margin: 0 2px 8px;
    float: none;
    width: 47%;
    font-size: 12px;
  }
}

.footer_block_03 .footer_contents_bnr ul li a {
  color: #00c;
  text-decoration: none;
}

.footer_block_03 .footer_contents_bnr ul li img {
  margin-bottom: 5px;
  display: block;
}

.footer_block_03 .footer_contents_bnr ul li img:hover {
  opacity: 0.7;
}

.footer_block_03 .footer_contents_bnr ul li span {
  margin-left: -8px;
  letter-spacing: 0;
}

.footer_block_03 .footer_contents .footer_copy {
  width: 970px;
  margin: 0 auto;
  font-family: Arial;
  color: #999;
  font-size: 92.3%;
}

@media (max-width: 595px) {
  .footer_block_03 .footer_contents .footer_copy {
    width: 100%;
    font-size: 10px;
    text-align: center;
    letter-spacing: 0;
  }
}

.footer_block_03 .fb {
  width: 465px;
}

@media (max-width: 595px) {
  .footer_block_03 .fb {
    display: none;
  }
}

.footer_block_03 .fb_mailmagazine {
  border: 1px solid #ddd;
  font-weight: bold;
  font-size: 26px;
  padding: 5px;
}

.footer_block_03 .fb_mailmagazine a {
  color: #000000;
  text-decoration: none;
}

.footer_block_03 .fb ul {
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_block_03 .fb ul li {
  margin: 0 0.4em 10px 0;
  text-align: center;
  font-size: 13px;
}

.footer_block_03 .fb ul li a {
  font-size: 12px;
  display: block;
  padding: 10px 10px 10px 28px;
  background: url(https://sk.ktc.jp/2021/global/footer/images/icon_arrw_01.png) no-repeat 15px 50%;
  text-decoration: none;
}

.footer_block_03 .fb ul li a.last::after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 0;
}

_::-webkit-full-page-media,
_:future,
:root .header_top_icons {
  margin: 0 60px 0 0;
}

@media (max-width: 595px) {
  _::-webkit-full-page-media,
  _:future,
  :root .mobile_menu_search_img {
    width: 69px;
  }
}

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

.l-footer {
  font-size:62.5% ;
}
/*:after,:before{box-sizing:inherit;background-repeat:no-repeat}:after,:before{text-decoration:inherit;vertical-align:inherit}*/
/*:after,:before{box-sizing:border-box}*/