@charset "utf-8";
/* CSS Document  */
.gnavModal body{
  overflow: hidden;
  position: fixed;
}
.gnavModal #header{
  z-index: 999;
}
.gnavModal #header:after{
  display: none;
}

.new_component #header{
  width: 100%;
  padding: 0;
  border-top: 3px solid #000;
  background-color: #fff;
}
#footer-area{
  border-top: 3px solid #000;
}
.new_component #header header,
.new_component #footer footer{
  padding: 0;
  margin: 0;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
}
.new_component header a,
.new_component footer a{
  color: #1f1f1f;
}
.header_navArea{
  border-bottom: 1px solid #e3e3e3;
}
.gnavModal .header_navArea{
  border-bottom: transparent;
}
.header_categoryArea{
  height: 42px;
}
.fixed .header_categoryArea{
  height: 43px;
}
.header_logoArea,
.header_categoryArea ul,
.footer_logoArea{
  position: relative;
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  list-style: none;
}
.header_logoArea .logo_gazoo a{
  color: transparent;
}
.header_logoArea .logo_gazoo a,
.header_logoArea .logo_iLoveCars a,
.footer_logoArea .logo_gazoo a,
.footer_logoArea .logo_iLoveCars a{
  overflow: hidden;
  display: block;
  margin: 0;
}
.header_logoArea .logo_gazoo a:hover,
.header_logoArea .logo_iLoveCars a:hover,
.footer_logoArea .logo_gazoo a:hover,
.footer_logoArea .logo_iLoveCars a:hover{
  opacity: .7;
}
.header_logoArea .logo_iLoveCars{
  position: absolute;
}
.header_logoArea .header_gNav{
  position: absolute;
  top: 0;
  height: 100%;
}
.header_logoArea .header_gNav .gNav_list{
  display: table;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.header_logoArea .header_gNav .gNav_list > li{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.header_logoArea .header_gNav .gNav_list > li a{
  display: block;
  position: relative;
  font-weight: bold;
  margin: 0;
}
.header_logoArea .header_gNav .gNav_list > li a:hover,
.header_logoArea .header_gNav .gNav_list > li a:active,
.header_logoArea .header_gNav .gNav_list > li a:focus{
  outline: none;
  text-decoration: none;
}
.header_logoArea .header_gNav .gNav_list > li a::before{
  display: block;
  position: relative;
  content: "";
  width: 26px;
  height: 21px;
  margin: 0 auto 5px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.header_logoArea .header_gNav .gNav_list > .gNav_uCar a::before{
  background-image: url(/-/media/tmc/gazoo/image/header/ico_header_uCar.png);
}
.header_logoArea .header_gNav .gNav_list > .gNav_catalog a::before{
  background-image: url(/-/media/tmc/gazoo/image/header/ico_header_catalog.png);
}
.header_logoArea .header_gNav .gNav_list > .gNav_community a::before{
  background-image: url(/-/media/tmc/gazoo/image/header/ico_header_community.png);
}
.header_logoArea .header_gNav .gNav_list > .gNav_menuBtn a::before{
  background-image: url(/-/media/tmc/gazoo/image/header/ico_header_menu.png);
}
.header_logoArea .header_gNav .gNav_list .gNav_menuBtn.active{
  background-color: #f3f3f3;
}
.header_logoArea .header_gNav .gNav_list > .gNav_menuBtn.active a::before{
  background-image: url(/-/media/tmc/gazoo/image/header/ico_header_close.png);
}
.header_logoArea .header_gNav .gNav_list .gNav_menuBtn a .closeBtn{
  display: block;
  width: 5em;
  margin: 0 auto;
  opacity: 1;
}
.header_logoArea .header_gNav .gNav_list .gNav_menuBtn a .openBtn{
  display: block;
  width: 5em;
  margin: 0 auto;
  opacity: 1;
}
.header_logoArea .header_gNav .gNav_list .gNav_menuBtn:not(.active) a .closeBtn,
.header_logoArea .header_gNav .gNav_list .gNav_menuBtn.active a .openBtn{
  opacity: 0;
  height: 0;
}
:not(.gnavModal) .header_menuArea{
  display: block;
  width: 100%;
  height: 0;
  padding: 0;
  background:#fff;
  transition: height .2s, opacity .3s;
  overflow: hidden;
  opacity: 0;
  box-sizing: border-box;
}
.gnavModal #header{
  position: fixed;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.gnavModal .header_menuArea{
  height: auto;
  border-top: 1px solid #e3e3e3;
  transition: height .2s, opacity .3s;
  opacity: 1;
}
.gnavModal .header_categoryArea{
  display: none;
}
.header_menuArea .header_menuContainer{
  display: block;
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 3.125%;
}
.header_menuArea .header_menuContainer *{
  margin: 0;
  padding: 0;
  list-style: none;
}
.header_menuArea .header_menuContainer .spgNav{
  display: none;
}
.header_menuArea .header_menuContainer li .category_inner > li{
  line-height: 1.3;
}
.header_menuArea .header_menuContainer li .category_inner > li:first-child{
  display: none;
}
#header .header_menuArea .header_menuContainer .title_block h2,
#header .header_menuArea .header_menuContainer .category_ttl:not(.sp_acc){
  font-style: oblique;
  display: block;
}
#header .header_menuArea .header_menuContainer .category_ttl.sp_acc{
  display: none;
}
#header .header_menuArea .header_menuContainer .title_block h2{
  font-size: 24px;
}
.header_menuArea .header_menuContainer .category_ttl{
  margin-bottom: .5em;
}
.header_menuArea .header_menuContainer .category_ttl a{
  font-size: 18px;
}
.header_menuArea .header_menuContainer li > a{
  font-size: 13px;
  font-weight: 500;
}
.header_menuArea .header_menuContainer .header_menuBlock{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header_menuArea .header_menuContainer .header_menuList:first-child{
  width: 970px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.header_menuArea .header_menuContainer .header_menuList:last-child > li{
  width: 100%;
}
.header_menuArea .header_menuContainer .title_block{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding-bottom: 5px;
  padding-right: 2px;
}
.header_menuArea .header_menuContainer .title_block::after {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(125deg,#eb0a1e,#eb0a1e 30px,#fff 30px,#fff 32px,#000 32px);
  content: ".";
  font-size: 0;
}
.header_menuArea .header_menuContainer .title_block > * {
  margin: 0;
  width: 100%;
}
.header_otherBlock{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header_menuArea .header_otherBlock .title_block{
  margin-bottom: 16px;
}
#header .header_menuArea .header_otherBlock .title_block h2{
  font-size: 16px;
}
.header_menuArea .header_otherBlock .title_block .list_link{
  text-align: right;
  padding-top: 2px;
  font-size: 12px;
}
.header_menuArea .header_otherBlock .title_block .list_link a::after {
  display: inline-block;
  position: relative;
  left: 0;
  padding-bottom: .1em;
  color: #eb0a1e;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
  vertical-align: top;
  text-shadow: 1px 0 0 #eb0a1e, 2px 0 0 #eb0a1e, 3px 0 0 #eb0a1e, 4px 0 0 #eb0a1e;
  transform: scaleX(.4);
  content: "\003E";
  transition: .15s linear;
}
.header_otherBlock .site_search_container{
  width: 530px;
  max-width: 100%;
  margin-right: 6.9%;
}
html #contents-side .mf_finder_searchBox{
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: inherit;
}
.mf_finder_searchBox_items .mf_finder_searchBox_query_wrap {
  background: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 0.5em 0 0 0.5em;
}
.mf_finder_searchBox_items .mf_finder_searchBox_query_wrap:before,
.mf_finder_searchBox_items .mf_finder_searchBox_submit{
  font-size: 13px;
}
.mf_finder_searchBox_items .mf_finder_searchBox_query_wrap:before {
  content: "\f002";
  font-family: FontAwesome;
  margin-left: 1em;
}
.mf_finder_header .mf_finder_searchBox_items .mf_finder_searchBox_doctype,
#contents-side .mf_finder_searchBox_items .mf_finder_searchBox_doctype,
.mf_finder_header .mf_finder_searchBox_selects,
#contents-side .mf_finder_searchBox_selects{
  display: none !important;
}
.mf_finder_searchBox_items .mf_finder_searchBox_query_input{
  padding: 0 1em;
  width: calc(100% - 2em);
  border: none;
}
html .mf_finder_searchBox .mf_finder_searchBox_query_input{
  background: none !important;
}
.mf_finder_searchBox_items .mf_finder_searchBox_submit{
  min-width: calc(2em + 4em);
  padding: 1em 2em;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  border-radius: 0 0.5em 0.5em 0 !important;
}
.mf_finder_searchBox_items .mf_finder_searchBox_submit:before{
  content: none !important;
}
.mf_finder_searchBox .mf_finder_searchBox_submit span{
  display: inline-block;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#contents-main .mf_finder_searchBox_submit span{
  font-size: 1em !important;
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  .site_search_container .site_search_input{
    height: 3.8em;
    padding: 0 20px 0 50px;
  }
}/* //ie only */

.site_search_container .site_search_input::-webkit-input-placeholder{
  color: #a3a3a3;
  text-align: left;
  padding-right: 10px;
}
.site_search_container .site_search_input:-moz-placeholder{
  color: #a3a3a3;
  text-align: left;
}
.site_search_container .site_search_input:-ms-input-placeholder{
  color: #a3a3a3;
  text-align: left;
}

.header_otherBlock .strong,
.header_otherBlock .search_keywords{
  display: table-cell;
}
.header_otherBlock .keywords_area{
  display: table;
  margin-top: 14px;
}
.header_otherBlock .keywords_area .strong,
.header_otherBlock .keywords_area .search_keywords{
  display: table-cell;
}
.header_otherBlock .keywords_area .strong{
  padding-right: 14px;
}
.header_otherBlock .mailmag_link_container{
  min-width: 280px;
  max-width: 100%;
  margin-right: 6.9%;
}
.header_otherBlock .mailmag_link_container .submitmail {
  /*margin: 1em 0 0;*/
  font-size: 13px;
}
.header_otherBlock .mailmag_link_container .submitmail a{
  display: block;
  position: relative;
  padding: 1em 2em;
  border-radius: 2em;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.header_otherBlock .mailmag_link_container .submitmail a:hover{
  background-color: #444;
  text-decoration: none;
}
.header_otherBlock .mailmag_link_container .submitmail a:focus{
  text-decoration: none;
  outline: none;
}
.header_otherBlock .mailmag_link_container .submitmail a::after {
  display: inline-block;
  position: absolute;
  right: .8em;
  top: 50%;
  top: calc(50% - .4em);
  width: .8em;
  height: .9em;
  background: url(/-/media/tmc/gazoo/image/arrow_r_red.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
  transition: right .15s linear;
}
.header_otherBlock .mailmag_link_container .submitmail a:hover::after {
  right: .6em;
}
.header_otherBlock .mailmag_link_container .release {
  margin: 1em 0 0;
  text-align: center;
}
.header_otherBlock .mailmag_link_container .release a{
  position: relative;
  vertical-align: middle;
}
.header_otherBlock .mailmag_link_container .release a::after {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  width: .8em;
  height: .9em;
  margin-bottom: .2em;
  margin-left: .2em;
  vertical-align: middle;
  background: url(/-/media/tmc/gazoo/image/arrow_r_blk.png) no-repeat center center;
  background-size: contain;
  content: "";
  transition: .15s linear;
}
.header_otherBlock .mailmag_link_container .release a:hover::after{
  left: .2em;
}
.header_otherBlock .sns_link_container{
  width: 188px;
  max-width: 100%;
}
.header_otherBlock .sns_link_container .links_block{
  display: table;
}
.header_otherBlock .sns_link_container .links_block > li{
  display: table-cell;
  width: 44px;
  height: 32px;
  padding-right: 10px;
  overflow: hidden;
}
.header_otherBlock .sns_link_container .links_block > li a{
  display: block;
  margin: 0;
  font-size: 0;
  height: 100%;
  transition: opacity .2s;
}
.header_otherBlock .sns_link_container .links_block > li a:hover{
  opacity: .7;
}

.header_categoryArea{
  overflow: hidden;
}
.fixed .header_categoryArea{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  z-index: 20;
  background-color: #fff;
}

.header_categoryArea > .ovf_scX{
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.header_categoryArea ul{
  display: table;
  min-width: 959px;
}
.header_categoryArea ul > li{
  display: table-cell;
  position: relative;
  text-align: center;
}
.header_categoryArea ul > li::after{
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  transition: width .2s, left .2s;
  content: "";
}

.header_categoryArea ul > li a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.header_categoryArea ul > li a:focus{
  outline: none;
}
.header_categoryArea ul > li a::before{
  display: block;
  position: absolute;
  left: 0;
  top: 32%;
  top: calc(50% - .4em);
  width: 1px;
  height: 1em;
  background: #e3e3e3;
  content: "";
}

.header_categoryArea ul > li:last-child a::after{
  display: block;
  position: absolute;
  right: 0;
  top: 25%;
  width: 1px;
  height: 50%;
  background: #e3e3e3;
  content: "";
}
.header_categoryArea ul > li.is_current{
  background-color: #f3f3f3;
}
.header_categoryArea ul > li.is_current::after{
  left: 0;
  width: 100%;
  border-bottom: 2px solid #eb0a1e;
}

.footer_logoArea .logo_iLoveCars{
  position: absolute;
  left: 0;
  top: 22px;
}
.header_logoArea .logo_gazoo a,
.footer_logoArea .logo_gazoo a{
  margin: 0 auto 0;
  background: url(/-/media/tmc/gazoo/image/ico_gazoo.png) no-repeat center center;
  background-size: contain;
  font-size: 0;
}
.header_logoArea .logo_iLoveCars a,
.footer_logoArea .logo_iLoveCars a{
  background: url(/-/media/tmc/gazoo/image/ico_ilovecar.png) no-repeat center center;
  background-size: contain;
  text-indent: -500%;
}
#header .header_menuArea .header_otherBlock .mailmag_link_container .title_block h2{
  padding-left: 1.2em;
  background: url(/-/media/tmc/gazoo/image/ico_mailmag.png) no-repeat center left;
  background-size: 1em;
}
.footer_gNav {
  max-width: 1280px;
}
.footer_gNav .links_block{
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_gNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer_gNav > [class^="category_is_"]{
  margin: 0;
}
.footer_gNav > [class^="category_is_"] > dt{
  position: relative;
  width: 100%;
  margin: 0;
  padding: .5em 0;
  color: #1f1f1f;
  font-size: 14px;
  font-style: oblique;
  font-weight: bold;
}
.footer_gNav > [class^="category_is_"] > dt::after{
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(125deg,#eb0a1e,#eb0a1e 2em,#fff 2em,#fff 2.1em,#000 2.1em);
}
.footer_gNav > [class^="category_is_"] .links_container{
  margin: 0;
}
.footer_gNav > [class^="category_is_"] .links_container img{
  display: block;
  max-width: 100%;
  padding-top: .2em;
}
.links_block [class^="sns_links_"] a{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.footer_gNav > .category_is_sns .links_block > li a{
  display: block;
  margin: 0;
  font-size: 0;
}
.footer_gNav > .category_is_sns .links_block > li a img{
  max-width: 100%;
  vertical-align: bottom;
}

.links_block .sns_links_fb a{
  background-image: url(/-/media/tmc/gazoo/image/ico_sns_fb.png);
}
.links_block .sns_links_tw a{
  background-image: url(/-/media/tmc/gazoo/image/ico_sns_tw.png);
}
.links_block .sns_links_yt a{
  background-image: url(/-/media/tmc/gazoo/image/ico_youtube.png);
}
.footer_links {
  max-width: 1280px;
  font-size: 0;
}
.footer_links > *{
  margin: 0;
}
.footer_links .links_list > ul{
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.footer_links .links_list > ul > li{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.footer_links .links_list > ul > li:nth-child(n + 2){
  padding-left: 1em;
  border-left: 1px solid #939393;
}
.footer_links .links_list > ul > li:not(:last-child){
  padding-right: 1em;
}
.footer_links .links_list > ul > li a{
  color: #fff;
  font-size: 12px;
}
.footer_links #copyright{
  margin: 0;
  color: #fff;
  font-size: 11px;
  text-align: center;
}
footer .sc_pageTop{
  position: fixed;
  right: 13px;
  bottom: 10px;
  z-index: 10;
}

.sc_pageTop a{
  display: block;
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 50%;
  border: 1px solid #f3f3f3;
  box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
  background-color: #ffffff;
  font-size: 0;
  z-index: 2;
  transform:translateY(200%);
  transition: transform .2s, opacity .3s;
  opacity: 0;
  pointer-events: none;
}
.scrolled footer .sc_pageTop a{
  transform:translateY(0);
  transition: transform .2s;
  opacity: 1;
  pointer-events: visible;
}
.scrolled footer .sc_pageTop a:focus{
  outline: none;
}
.sc_pageTop a::after{
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 20px;
  background: url(/-/media/tmc/gazoo/image/arrow_l_red.png) no-repeat center center;
  background-size: contain;
  vertical-align: top;
  text-shadow: 1px 0 0 #eb0a1e, 2px 0 0 #eb0a1e, 3px 0 0 #eb0a1e, 4px 0 0 #eb0a1e;
  transform: translate(-50%,-50%) rotate(90deg);
  content: "";
}
@media screen and (min-width: 960px){
  .header_logoArea{
    padding: 17px 30px;
  }
  .header_logoArea .logo_gazoo a {
    width: 213px;
    height: 30px;
    background: url(/-/media/tmc/gazoo/image/ico_gazoo_426x60.png) no-repeat center center;
    background-size: contain;
  }
  .header_logoArea .logo_iLoveCars{
    left: 30px;
    top: 22px;
  }
  .header_logoArea .logo_iLoveCars a{
    width: 83px;
    height: 22px;
    background: url(/-/media/tmc/gazoo/image/ico_ilovecar_166x44.png) no-repeat center center;
    background-size: contain;
  }
  .header_logoArea .header_gNav{
    width: 19%;
    max-width: 320px;
    right: 30px;
    line-height: 1.1;
  }
  .header_logoArea .header_gNav .gNav_list > li a{
    font-size: 10px;
    padding-right: .5em;
    padding-left: .5em;
  }
  .header_logoArea .header_gNav .gNav_list > li a:hover{
    opacity: .7;
    outline: none;
  }
  .header_categoryArea ul{
    padding: 0 30px;
    display: table;
    width: 100%;
  }
  .header_categoryArea ul > li{
    display: table-cell;
    transition: .2s;
  }
  .header_categoryArea ul > li.js_hover{
    background-color: #f3f3f3;
  }
  .header_categoryArea ul > li:hover a{
    text-decoration: none;
  }
  .header_categoryArea ul > li.js_hover::after {
    left: 0;
    width: 100%;
    border-bottom: 2px solid #eb0a1e;
  }
  .header_menuArea .header_menuContainer .header_menuList:first-child > li{
    width: 20%;
    margin: 25px 5% 25px 0;
  }
  .header_menuArea .header_menuContainer .header_menuList:last-child > li{
    padding: 25px 0;
  }
  .footer_logoArea{
    padding: 17px 60px;
  }
  .footer_logoArea .logo_iLoveCars{
    left: 63px;
  }
  .footer_logoArea .logo_gazoo a{
    width: 213px;
    height: 30px;
    background: url(/-/media/tmc/gazoo/image/ico_gazoo_426x60.png) no-repeat center center;
    background-size: contain;
  }
  .footer_logoArea .logo_iLoveCars a{
    width: 83px;
    height: 22px;
    background: url(/-/media/tmc/gazoo/image/ico_ilovecar_166x44.png) no-repeat center center;
    background-size: contain;
  }
  .footer_gNav {
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding: 28px 60px;
    margin: 0 auto;
  }
  .footer_gNav .category_is_contents .links_block:last-child{
    margin: 1.5em 0 0;
  }
  .footer_gNav > .category_is_contents,
  .footer_gNav > .category_is_relation{
    width: 456px;
    padding-right: 5.289%;
  }
  .footer_gNav > .category_is_sns{
    width: 188px;
  }
  .footer_gNav > [class^="category_is_"] .links_container{
    margin: 15px 0 0;
    padding: 0;
  }
  .footer_gNav > [class^="category_is_"]:not(.category_is_sns) .links_container::after{
    content: "";
    display: block;
    clear: both;
  }
  .footer_gNav > [class^="category_is_"]:not(.category_is_sns) .links_block{
    float: left;
    width: 50%;
  }
  .footer_gNav > [class^="category_is_"]:not(.category_is_sns) .links_block > li{
    padding-right: 14px;
  }
  .footer_gNav > .category_is_sns .links_block{
    display: table;
  }
  .footer_gNav > .category_is_sns .links_block > li{
    display: table-cell;
    width: 44px;
    height: 32px;
    padding-right: 10px;
    overflow: hidden;
  }
  .footer_gNav > .category_is_sns .links_block > li a{
    height: 100%;
  }
  .footer_gNav > .category_is_sns .links_block > li a:hover{
    opacity: .7;
  }
  .links_block [class^="sns_links_"]{
    margin-right: 15px;
  }
  .footer_links {
    padding: 14px 60px;
    margin: 0 auto;
  }
  .footer_links > *{
    display: inline-block;
    vertical-align: top;
  }
  .footer_links .links_list{
    width: 520px;
  }
  .footer_links .links_list > ul > li{
    font-size: 12px;
  }
  .footer_links .links_list > ul > li:not(:last-child) {
    padding-right: 0.8em;
  }
  .footer_links .links_list > ul > li:nth-child(n + 2) {
    padding-left: 0.8em;
  }
  .footer_links .links_list > ul > li:first-child{
    text-align: left;
  }
  .footer_links .links_list > ul > li:last-child{
    text-align: right;
  }
  .footer_links #copyright{
    text-align: right;
    width: 658px;
    width: calc(100% - 520px);
  }
  .footer_links .links_list > ul > li a{
    font-size: 12px;
  }

}
@media screen and (max-width: 959px) and (min-width: 601px){
  .header_logoArea{
    padding: 17px 22px;
  }
  .header_logoArea .logo_gazoo{
    padding-right: 5%;
  }
  .header_logoArea .logo_gazoo a {
    max-width: 184px;
    width: 24%;
    height: 30px;
    width: 184px;
    height: 26px;
    background: url(/-/media/tmc/gazoo/image/ico_gazoo_368x52.png) no-repeat center center;
    background-size: contain;
  }
  .header_logoArea .logo_iLoveCars{
    left: 22px;
    top: 22px;
  }
  .header_logoArea .logo_iLoveCars a{
    width: 83px;
    height: 22px;
    background: url(/-/media/tmc/gazoo/image/ico_ilovecar_166x44.png) no-repeat center center;
    background-size: contain;
  }
  .header_logoArea .header_gNav{
    width: 25%;
    right: 22px;
  }
  .header_logoArea .header_gNav .gNav_list > li:nth-child(n + 2){
    padding-left: 1%;
  }
  .header_logoArea .header_gNav .gNav_list > li a{
    font-size: 9px;
  }
  .header_categoryArea ul{
    padding: 0 22px;
  }
  .header_categoryArea ul > li{
    display: table-cell;
    transition: .2s;
  }
  .header_categoryArea ul > li.js_hover{
    background-color: #f3f3f3;
  }
  .header_categoryArea ul > li:hover a{
    text-decoration: none;
  }
  .header_categoryArea ul > li.js_hover::after {
    left: 0;
    width: 100%;
    border-bottom: 2px solid #eb0a1e;
  }
  .header_logoArea .header_gNav .gNav_list .gNav_menuBtn a .closeBtn{
    margin: 0 auto;
  }
  .header_menuArea .header_menuContainer{
    padding: 0 22px 28px;
  }
  .header_menuArea .header_menuContainer .header_menuBlock{
    display: block;
  }
  .header_menuArea .header_menuContainer .header_menuBlock > .header_menuList{
    width: 100%;
  }
  .header_menuArea .header_menuContainer .header_menuList{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header_menuArea .header_menuContainer .header_menuList:first-child > li{
    min-width: 22%;
    padding: 0;
    margin: 16px 16px 16px 0px;
  }
  .header_menuArea .header_menuContainer .header_menuList:last-child > li:first-child{
    width: 30%;
  }
  .header_menuArea .header_otherBlock {
    margin-top: 20px;
  }
  .header_otherBlock > .site_search_container,
  .header_otherBlock > .mailmag_link_container{
    width: 37%;
    margin-right: 3%;
  }
  .header_otherBlock > .sns_link_container{
    width: 20%;
  }
  .header_otherBlock > .keywords_area{
    display: block;
  }
  .header_otherBlock .keywords_area .strong,
  .header_otherBlock .keywords_area .search_keywords{
    display: block;
  }
  .header_otherBlock .keywords_area .search_keywords{
    margin-top: .5px;
  }
  .footer_logoArea {
    padding: 17px 22px;
  }
  .footer_logoArea .logo_iLoveCars{
    left: 22px;
  }
  .footer_logoArea .logo_gazoo a{
    max-width: 213px;
    width: 24%;
    height: 30px;
    width: 213px;
    height: 30px;
    background: url(/-/media/tmc/gazoo/image/ico_gazoo_426x60.png) no-repeat center center;
    background-size: contain;
  }
  .footer_logoArea .logo_iLoveCars a{
    width: 83px;
    height: 22px;
    background: url(/-/media/tmc/gazoo/image/ico_ilovecar_166x44.png) no-repeat center center;
    background-size: contain;
  }
  .footer_gNav {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 0 22px;
    border-top: 1px solid #e3e3e3;
  }
  .footer_gNav > [class^="category_is_"]:not(.category_is_sns) .links_block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .footer_gNav > [class^="category_is_"]:not(.category_is_sns) .links_block:last-child{
    border-bottom: 1px solid #e3e3e3;
  }
  .footer_gNav > [class^="category_is_"]:not(.category_is_sns) .links_block > li{
    position: relative;
    width: 33%;
    padding: .5em 0;
    vertical-align: middle;
  }
  .footer_gNav > [class^="category_is_"]:not(.category_is_sns) .links_block > li:nth-child(3n + 4)::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 300%;
    height: 0;
    border-top: 1px solid #e3e3e3;
    content: "";
  }
  .footer_gNav > [class^="category_is_"]:not(.category_is_sns) .links_block > li a{
    display: block;
    margin: 0;
    padding: 1em;
  }
  .footer_gNav > [class^="category_is_"]:not(.category_is_sns) .links_block > li:not(:nth-child(3n)) a{
    border-right: 1px solid #e3e3e3;
  }
  .footer_gNav > .category_is_contents{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-top: 1px solid #e3e3e3;
    padding: 24px 22px 0;
  }
  .footer_gNav > .category_is_contents .links_block + .links_block{
    border-top: 1px solid #1f1f1f;
  }
  .footer_gNav > .category_is_relation{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 1;
    order: 1;
    padding: 34px 22px 0;
  }
  .footer_gNav > .category_is_relation .links_block > li:first-child a{
    padding: 0 1em;
  }
  .footer_gNav > .category_is_sns{
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 10px 0;
  }
  .footer_gNav > .category_is_sns > dt{
    display: none;
  }
  .footer_gNav > .category_is_sns .links_block{
    display: table;
    width: 100%;
  }
  .footer_gNav > .category_is_sns .links_block > li{
    display: table-cell;
    width: 33%;
    width: calc(100% / 3);
  }
  .footer_gNav > .category_is_sns .links_block > li:nth-child(2){
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
  }
  .footer_gNav > .category_is_sns .links_block > li a{
    width: 8vw;
    min-height: 28px;
    height: 7.467vw;
    background-size: contain;
    margin: 0 auto;
  }
  .footer_links {
    padding: 14px 22px;
    margin: 0 auto;
  }
  .footer_links #copyright{
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #6a6a6a;
  }
  .sc_pageTop a::after{
    padding-bottom: .1em;
  }
}
@media screen and (max-width: 959px){
  .header_categoryArea{
    position: relative;
  }
  .header_categoryArea .ovf_btnLeft,
  .header_categoryArea .ovf_btnRight{
    display: block;
    position: absolute;
    top: 0;
    width: 28px;
    height: 100%;
    padding: 0;
    background-color: #fff;
    color: #eb0a1e;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    opacity: 1;
    transition: left .3s linear 0s, right .3s linear 0s, opacity .3s linear 0s;
  }
  .header_categoryArea .ovf_btnLeft{
    left: 0;
    background: #fff url(/-/media/tmc/gazoo/image/arrow_l_red.png) no-repeat center center;
    background-size: 30% auto;
  }
  .header_categoryArea .ovf_btnRight{
    right: 0;
    background: #fff url(/-/media/tmc/gazoo/image/arrow_r_red.png) no-repeat center center;
    background-size: 30% auto;
  }
  .header_categoryArea.hiddenLeft .ovf_btnLeft{
    left: -28px; opacity: 0;
  }
  .header_categoryArea.hiddenRight .ovf_btnRight{
    right: -28px; opacity: 0;
  }
  .header_categoryArea .ovf_btnLeft::after,
  .header_categoryArea .ovf_btnRight::after {
    display: block;
    width: 1px;
    height: 80%;
    position: absolute;
    top: 10%;
    background-color: #e3e3e3;
    content: "";
  }
  .header_categoryArea .ovf_btnRight::after {
    left: 0;
  }
  .header_categoryArea .ovf_btnLeft::after {
    right: 0;
  }
  .header_menuArea .header_menuContainer > .title_block{
    display: none;
  }
  .gnavModal .header_menuArea{
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 700px){
  .header_logoArea{
    padding: 12px 8px;
    min-height: 48px;
  }
  .header_logoArea .header_gNav{
    width: 110px;
    right: 8px;
  }
  .header_logoArea .header_gNav .gNav_list > li:not(.gNav_uCar):not(.gNav_menuBtn){
    display: none;
  }
  .gnavModal .header_logoArea .header_gNav{
    width: auto;
  }
  .gnavModal .header_logoArea .header_gNav .gNav_list{
    width: 52px;
  }
  .gnavModal .header_logoArea .header_gNav .gNav_list > .gNav_uCar{
    display: none;
  }
  .header_logoArea .logo_gazoo a {
    width: 124px;
    width: 37vw;
    height: 34px;
    height: 5.1vw;
    margin: 5px auto;
    width: 184px;
    height: 26px;
    background: url(/-/media/tmc/gazoo/image/ico_gazoo_368x52.png) no-repeat center center;
    background-size: contain;
  }
  .header_logoArea .header_gNav .gNav_list > li a::before{
    width: 22px;
    height: 16px;
  }
  .header_logoArea .header_gNav .gNav_list > .gNav_uCar a::before{
    background-image: url(/-/media/tmc/gazoo/image/header/ico_header_uCar_sp.png);
  }
  .header_logoArea .header_gNav .gNav_list > .gNav_catalog a::before{
    background-image: url(/-/media/tmc/gazoo/image/header/ico_header_catalog_sp.png);
  }
  .header_logoArea .header_gNav .gNav_list > .gNav_community a::before{
    background-image: url(/-/media/tmc/gazoo/image/header/ico_header_community_sp.png);
  }
  .header_logoArea .header_gNav .gNav_list > .gNav_menuBtn a::before{
    background-image: url(/-/media/tmc/gazoo/image/header/ico_header_menu_sp.png);
  }
  .header_logoArea .header_gNav .gNav_list > .gNav_menuBtn.active a::before{
    background-image: url(/-/media/tmc/gazoo/image/header/ico_header_close_sp.png);
  }
  .gnavModal .header_menuArea{
    padding-bottom: 10%;
  }
  .header_menuArea .header_menuContainer{
    padding: 0px 0 16px;
  }
  .header_menuArea .header_menuContainer .spgNav{
    display: block;
  }
  .header_menuArea .header_menuContainer .spgNav .gNav_list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
  }
  .header_menuArea .header_menuContainer .spgNav .gNav_list > li{
    display: table-cell;
    width: 33%;
    width: calc(100% / 3);
    text-align: center;
  }
  .header_menuArea .header_menuContainer .spgNav .gNav_list > li a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1em 8px;
    font-size: 12px;
    text-align: center;
  }
  /*.header_menuArea .header_menuContainer .spgNav .gNav_list > li:nth-child(1) a{
    padding: 1em calc(.75520em + 8px);
  }
  .header_menuArea .header_menuContainer .spgNav .gNav_list > li:nth-child(2) a{
    padding: 1em calc(.73em + 8px);
  }*/
  .header_menuArea .header_menuContainer .spgNav .gNav_list > li a:focus,
  .header_menuArea .header_menuContainer .spgNav .gNav_list > li a:hover,
  .header_menuArea .header_menuContainer .spgNav .gNav_list > li a:active{
    text-decoration: none;
    outline: none;
  }
  .header_menuArea .header_menuContainer .spgNav .gNav_list > li a::before{
    display: inline-block;
    width: 22px;
    height: 16px;
    margin: 0 .25em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    content: "";
  }
  .header_menuArea .header_menuContainer .spgNav .gNav_list .gNav_uCar a::before {
    background-image: url(/-/media/tmc/gazoo/image/header/ico_header_uCar_sp.png);
  }
  .header_menuArea .header_menuContainer .spgNav .gNav_list .gNav_community a::before {
    background-image: url(/-/media/tmc/gazoo/image/header/ico_header_community_sp.png);
  }
  .header_menuArea .header_menuContainer .spgNav .gNav_list .gNav_catalog a::before {
    background-image: url(/-/media/tmc/gazoo/image/header/ico_header_catalog_sp.png);
  }
  .header_menuArea .header_menuContainer .spgNav .gNav_list > li:not(:first-child) a::after{
    display: block;
    position: absolute;
    left: 0;
    top: 25%;
    width: 1px;
    height: 50%;
    background-color: #e3e3e3;
    content: "";
  }
  .header_menuArea .header_menuContainer .spgNav .gNav_list > li a span{
    /*display: inline-block;*/
    display: block;
    max-width: 100%;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
  }
  /*.header_menuArea .header_menuContainer .spgNav .gNav_list > li a span.dsp_block{
    display: block;
  }*/
  #header .header_menuArea .header_menuContainer .title_block h2{
    font-size: 14px;
  }
  #header .header_menuArea .header_otherBlock .title_block h2{
    font-size: 19px;
  }
  .header_menuArea .header_menuContainer .header_menuBlock,
  .header_menuArea .header_menuContainer .header_menuBlock > .header_menuList{
    display: block;
    width: 100%;
  }
  .header_menuArea .header_menuContainer .header_menuList > li,
  .header_menuArea .header_menuContainer .header_menuList:first-child > li,
  .header_menuArea .header_menuContainer .header_menuList:last-child > li:first-child{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    overflow: hidden;
  }
  .header_menuArea .header_menuContainer .header_menuList:last-child > li.pc_tab_only_item{
    display: none;
  }
  .header_menuArea .header_menuContainer .category_ttl{
    margin: 0 0 0 0;
    padding: 0 8px;
    width: 100%;
  }
  #header .header_menuArea .header_menuContainer .category_acc .category_ttl:not(.sp_acc){
    display: none;
  }
  #header .header_menuArea .header_menuContainer .category_ttl.sp_acc{
    display: block;
  }

  .header_menuArea .header_menuContainer .header_menuList > li.category_acc .category_ttl{
    position: relative;
    overflow: hidden;
  }
  .header_menuArea .header_menuContainer .header_menuList > li.category_acc:not(.no_category_inner) .category_ttl::after{
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 9px;
    height: 12px;
    vertical-align: middle;
    background: url(/-/media/tmc/gazoo/image/arrow_r_red.png) no-repeat center center;
    background-size: contain;
    transform: rotate(90deg) translate(-50%);
    content: "";
    opacity: 1;
  }
  .header_menuArea .header_menuContainer .header_menuList > li.category_acc .category_ttl.ac_active::after{
    transform: rotate(-90deg) translate(50%);
  }
  .header_menuArea .header_menuContainer .header_menuList > li:not(.category_acc) .category_ttl a{
    display: block;
    padding: 1em 3em 1em 0;
    font-size: 13px;
    font-style: normal;
  }
  .header_menuArea .header_menuContainer .header_menuList > li.category_acc .category_ttl a{
    display: inline-block;
    padding: 1em 3em 1em 0;
    font-size: 13px;
    font-style: normal;
  }
  .header_menuArea .header_menuContainer .header_menuList > li.category_acc.no_category_inner .category_ttl a{
    display: block;
  }
  .header_menuArea .header_menuContainer .header_menuList > li.category_acc:not(.no_category_inner) .category_ttl a{
    pointer-events: none;
  }
  .header_menuArea .header_menuContainer .header_menuList > li .category_ttl{
    border-bottom: 1px solid #e3e3e3;
  }
  .header_menuArea .header_menuContainer li .category_inner{
    display: none;
    padding: 0 8px 0 40px;
    background-color: #f3f3f3;
  }
  .header_menuArea .header_menuContainer li .category_inner > li{
    border-bottom: 1px solid #e3e3e3;
  }
  .header_menuArea .header_menuContainer li .category_inner > li:first-child{
    display: block;
    margin-left: -16px;
  }
  .header_menuArea .header_menuContainer li .category_inner > li:not(:first-child){
    display: block;
  }
  .header_menuArea .header_menuContainer li .category_inner > li a{
    display: block;
    padding: 1em 3em 1em 0;
    font-size: 13px;
    font-weight: bold;
  }
  .header_menuArea .header_otherBlock {
    display: block;
    margin-top: 30px;
  }
  .header_otherBlock .site_search_container{
    min-width: 280px;
  }
  .header_otherBlock > .site_search_container,
  .header_otherBlock > .mailmag_link_container{
    width: 100%;
    margin-right: 0;
  }
  .header_otherBlock > .site_search_container{
    padding: 16px 32px;
    background-color: #f3f3f3;
  }
  .header_otherBlock > .mailmag_link_container{
    margin-top: 30px;
    padding: 16px 32px;
    background-color: #f3f3f3;
  }
  .header_menuArea .header_otherBlock .title_block .list_link{
    display: none;
  }
  .header_otherBlock .sns_link_container{
    width: 100%;
    margin: 30px auto 16px;
    padding: 10px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
  }
  .header_menuArea .header_otherBlock .sns_link_container .title_block{
    display: none;
  }
  .header_menuArea .header_otherBlock .sns_link_container .links_block{
    display: table;
    width: 100%;
  }
  .header_menuArea .header_otherBlock .sns_link_container .links_block > li{
    display: table-cell;
    width: 33%;
    width: calc(100% / 3);
  }
  .header_menuArea .header_otherBlock .sns_link_container .links_block > li a{
    width: 8vw;
    min-height: 28px;
    height: 7.467vw;
    background-size: contain;
    margin: 0 auto;
  }
  .header_menuArea .header_otherBlock .sns_link_container .links_block > li:nth-child(2) {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
  }
  .header_otherBlock > .keywords_area{
    display: block;
  }
  .header_otherBlock .keywords_area .strong,
  .header_otherBlock .keywords_area .search_keywords{
    display: block;
  }
  .header_otherBlock .keywords_area .search_keywords{
    margin-top: 4px;
  }
  .sc_pageTop a::after{
    padding-bottom: .1em;
  }
}
@media screen and (max-width: 600px){
  .header_logoArea .logo_iLoveCars{
    left: 8px;
    top: 20px;
    top: calc(10px + 2.6vw);
  }
  .header_logoArea .logo_gazoo a {
    width: 142px;
    height: 20px;
    background: url(/-/media/tmc/gazoo/image/ico_gazoo_284x40.png) no-repeat center center;
    background-size: contain;
  }
  .header_logoArea .logo_iLoveCars a{
    width: 64px;
    height: 17px;
    background: url(/-/media/tmc/gazoo/image/ico_ilovecar_128x34.png) no-repeat center center;
    background-size: contain;
  }
  .header_logoArea .header_gNav{
    right: 0;
    width: 100px;
  }

  .header_logoArea .header_gNav .gNav_list > li:nth-child(n + 2){
    padding-left: 1%;
  }
  .header_logoArea .header_gNav .gNav_list > li a{
    font-size: 9px;
  }
  .header_categoryArea{
    height: 48px;
  }
  .fixed .header_categoryArea{
    height: 49px;
  }

  .header_categoryArea ul{
    min-width: 750px;
    padding: 0 8px;
  }
  .header_categoryArea ul > li a{
    padding: 1.5em 1em;
    font-size: 12px;
  }
  .footer_logoArea {
    padding: 12px 8px;
  }
  .footer_logoArea .logo_iLoveCars{
    left: 8px;
    top: 20px;
    top: calc(10px + 2.6vw);
  }
  .footer_logoArea .logo_gazoo a{
    width: 124px;
    width: 37vw;
    height: 34px;
    height: 5.1vw;
    margin: 5px auto;
    width: 142px;
    height: 20px;
    background: url(/-/media/tmc/gazoo/image/ico_gazoo_284x40.png) no-repeat center center;
    background-size: contain;
  }
  .footer_logoArea .logo_iLoveCars a{
    width: 64px;
    height: 17px;
    background: url(/-/media/tmc/gazoo/image/ico_ilovecar_128x34.png) no-repeat center center;
    background-size: contain;
  }
  .header_menuArea .header_menuContainer{
    padding: 0px 0 16px;
  }
  .footer_gNav {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 0 22px;
    border-top: 1px solid #e3e3e3;
  }
  .footer_gNav > [class^="category_is_"]:not(.category_is_sns) .links_block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .footer_gNav > [class^="category_is_"]:not(.category_is_sns) .links_block:last-child{
    border-bottom: 1px solid #e3e3e3;
  }
  .footer_gNav > [class^="category_is_"]:not(.category_is_sns) .links_block > li{
    position: relative;
    width: 50%;
    padding: .5em 0;
    vertical-align: middle;
  }
  .footer_gNav > [class^="category_is_"]:not(.category_is_sns) .links_block > li:nth-child(2n + 3)::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 0;
    border-top: 1px solid #e3e3e3;
    content: "";
  }
  .footer_gNav > [class^="category_is_"]:not(.category_is_sns) .links_block > li a{
    display: block;
    margin: 0;
    padding: .8em;
    font-size: 13px;
  }
  .footer_gNav > [class^="category_is_"]:not(.category_is_sns) .links_block > li:nth-child(odd) a{
    border-right: 1px solid #e3e3e3;
  }
  .footer_gNav > [class^="category_is_"] .links_container img{
    margin: 0 auto;
  }
  .footer_gNav > .category_is_contents{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-top: 1px solid #e3e3e3;
    padding: 24px 8px 0;
  }
  .footer_gNav > .category_is_contents .links_block + .links_block{
    border-top: 1px solid #1f1f1f;
  }
  .footer_gNav > .category_is_relation{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 1;
    order: 1;
    padding: 34px 8px 0;
  }
  .footer_gNav > .category_is_relation .links_block > li:first-child a{
    padding: 0 1em;
  }
  .footer_gNav > .category_is_sns{
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 10px 0;
  }
  .footer_gNav > .category_is_sns > dt{
    display: none;
  }
  .footer_gNav > .category_is_sns .links_block{
    display: table;
    width: 100%;
  }
  .footer_gNav > .category_is_sns .links_block > li{
    display: table-cell;
    width: 33%;
    width: calc(100% / 3);
  }
  .footer_gNav > .category_is_sns .links_block > li:nth-child(2){
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
  }
  .footer_gNav > .category_is_sns .links_block > li a{
    width: 8vw;
    min-height: 28px;
    height: 7.467vw;
    background-size: contain;
    margin: 0 auto;
  }
  .footer_links {
    padding: 14px 16px;
    margin: 0 auto;
  }
  .footer_links #copyright{
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #6a6a6a;
  }
  .footer_links .links_list > ul > li:not(:last-child){
    padding-right: .2em;
    font-size: 10px;
  }
  .footer_links .links_list > ul > li:nth-child(n + 2){
    padding-left: .2em;
    font-size: 10px;
  }
  .footer_links .links_list > ul > li a{
    font-size: 10px;
  }
}
@-moz-document url-prefix() {
  .site_search_container .site_search_input{
    height: 3.8em;
    padding: 0 20px 0 60px;
  }
  .sc_pageTop a::after{
    padding-bottom: .2em;
  }
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  .header_categoryArea > .ovf_scX {
    margin-bottom: -34px;
  }
  .sc_pageTop a::after{
    padding-top: .2em;
  }
  .scrolled footer .sc_pageTop a:hover{
    text-decoration: none;
  }
  .scrolled footer .sc_pageTop a:focus{
    outline: none;
  }
}
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
  .header_categoryArea > .ovf_scX {
    margin-bottom: -34px;
  }
}
@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
  .header_categoryArea > .ovf_scX {
    margin-bottom: -34px;
  }
}
