@charset "utf-8";

/* ===================================================================

common

=================================================================== */

/* CSS INDEX -----------------------------------------------

01.all
02.link
03.header
04.footer
05.container
06.content

--------------------------------------------------------- */


/* *********************************************************
  01.all
********************************************************* */
/* clearFix
--------------------------------------------------------- */
/*---clearFix ------------------*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.fl { float: left; }
.fr { float: right; }


/* Default Style
--------------------------------------------------------- */
/* html,
body { background: #232323; } */
body {
  text-align: center;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
/* for IE8 Bug fix */
html>/**/body { min-width: 1000px\9; }

/* for IE9 Bug fix */
:root body { min-width: 0px\0/; }

*html body { font-size: 76%; }
*:first-child+html body { font-size: 76%; }
body {
  font: 12px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", "メイリオ", "Meiryo", "Helvetica", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border-style: none;
  outline: none;
  -ms-interpolation-mode: bicubic;
  box-shadow: #000 0 0 0;
}

@media screen and (max-width:959px) and (min-width: 768px) {
body { min-width: 0px; }
}

@media screen and (max-width:767px) {
html,
body { background: #fff; }
html.prevent-overflow,
html.prevent-overflow body {
  background: #f7f7f7;
  overflow-x: hidden;
}
body { min-width: 320px; }
}


/* Icon Style
--------------------------------------------------------- */
.nb-icon {
  line-height: 0 !important;
  background-image: url(https://nbrc.newbalance.jp/wp-content/themes/nbrc/common/images/sprites_icons.png);
  background-repeat: no-repeat !important;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  text-indent: -9999px;
  overflow: hidden;
}
.nb-icon.icon-link-arr {
  background-position: -244px -74px;
  vertical-align: middle;
  margin: -4px 0px 0px 5px;
  width: 6px;
  height: 9px;
}
.nb-icon.icon-link-arr.white { background-position: -260px -74px; }
.nb-icon.icon-link-arr.red { background-position: -276px -74px; }
.nb-icon.icon-link-arr.yellow { background-position: -292px -74px; }

a:hover .nb-icon.icon-link-arr,
a:hover .nb-icon.icon-link-arr.white,
a:hover .nb-icon.icon-link-arr.yellow { background-position: -276px -74px; }
a:hover .nb-icon.icon-link-arr.red { background-position: -244px -74px; }

@media screen and (-webkit-min-device-pixel-ratio:2), (-webkit-min-device-pixel-ratio: 1.2), (min-resolution: 2dppx) {
.nb-icon { background-size: 163px auto; }
.nb-icon.icon-link-arr { background-position: -78px -37px; }
.nb-icon.icon-link-arr.white { background-position: -89px -37px; }
.nb-icon.icon-link-arr.red { background-position: -100px -37px; }
.nb-icon.icon-link-arr.yellow { background-position: -111px -37px; }

a:hover .nb-icon.icon-link-arr,
a:hover .nb-icon.icon-link-arr.white,
a:hover .nb-icon.icon-link-arr.yellow { background-position: -100px -37px; }
a:hover .nb-icon.icon-link-arr.red { background-position: -78px -37px; }
}


/* Display Style
--------------------------------------------------------- */
@media screen and (min-width:768px) {
.hide-for-large,
.visible-for-small,
.visible-for-medium { display: none !important; }
}

@media screen and (max-width:959px) and (min-width: 768px) {
.hide-for-medium,
.visible-for-large,
.visible-for-small { display: none !important; }
}

@media screen and (max-width:767px) {
.hide-for-small,
.visible-for-large,
.visible-for-medium { display: none !important; }
}

/* for IE8 Bug fix */
html>/**/body .visible-for-medium,
html>/**/body .visible-for-small { display /*\**/: none\9; }

/* for IE9 Bug fix */
:root .visible-for-medium,
:root .visible-for-small { display: block\0/; }
:root br.visible-for-medium,
:root br.visible-for-small { display: inline\0/; }


/* visuallyhidden
--------------------------------------------------------- */
.visuallyhidden {
  display: none;
  clip: rect(0px, 0px, 0px, 0px);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
}

@media screen and (max-width:767px) {
.visuallyhidden.mobile-canary { display: block; }
}


/* Print Style
--------------------------------------------------------- */
@media print {
.only-screen { display: none !important; }
}



/* *********************************************************
  02.link
********************************************************* */
a {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: (0,0,0,0);
}
a:link,
a:visited {
  color: #000;
  outline: none;
  text-decoration: none;
}
a:hover ,
a:active{ color: #df1e3b; }
/* a:focus { color: #df1e3b; } */



/* *********************************************************
  03.header
********************************************************* */



/* *********************************************************
  04.footer
********************************************************* */


/* *********************************************************
footer 共通
********************************************************* */

  #footer #footer_about {
    bottom: 0;
    display: none;
    position: fixed;
    right: 90px;
    /* ↓ 180410追記 */
    z-index: 99;
  }
  #footer #footer_about a {
    border: 3px solid #e5e5e5;
    display: block;
    transition: border 300ms ease-out;
  }
  #footer #footer_about a:hover {
    border: 3px solid #666;
  }
  #footer #footer_pagetop {
    bottom: 0;
    display: none;
    position: fixed;
    right: 27px;
    text-align: center;
    /* ↓ 180410追記 */
    z-index: 999;
  }
  #footer #footer_pagetop a {
    background-color: #e5e5e5;
    border: 3px solid #e5e5e5;
    display: block;
    height: 54px;
    padding: 22px 0 0;
    transition: border 300ms ease-out;
    width: 54px;
    box-sizing: border-box;
  }
  #footer #footer_pagetop a:hover {
    border: 3px solid #666;
  }
  #footer #footer_pagetop_sp {
    bottom: 0;
    display: none;
    position: fixed;
    right: 10px;
    text-align: center;
    z-index: 999;
  }
  #footer #footer_pagetop_sp a {
    background-color: #fff;
    display: block;
    height: 43px;
    line-height: 0;
    padding: 17px 0 0 !important;
    width: 43px;
    /*box-sizing: border-box;*/
  }
  #footer #footer_pagetop_sp a img {
    width: 17px !important;
  }


@media screen and (min-width:768px) {

  .footer-pc{
    display: block;
  }
  .footer-sp{
    display: none;
  }


/* *********************************************************
footer PC
********************************************************* */

/* --------------------------------------------------------------------
  ユーザー定義　悪質なサイトにご注意
--------------------------------------------------------------------- */
#block_of_warning{
  margin: 30px auto;
  width: 1200px;
  padding: 0 120px;
}
#block_of_warning h3{
  background: url(https://shop.newbalance.jp/img/usr/common/icon_exciamation-sign.png) no-repeat 0 center;
  display: inline-block;
  margin: 10px auto;
  padding: 0 0 0 23px;
  font-size: 108.5%;  /* 15px */
}
#block_of_warning p{
  border-top: 1px solid #c5cdd1;
  margin: 10px 0;
  padding: 15px 0;
}

/* --------------------------------------------------------------------
  ユーザー定義　フッター
--------------------------------------------------------------------- */
#footer {
  background-color: #eeeeee;
/* margin: 60px 0 0;
  padding: 1px 0;
*/
  text-align: center;
}
#footer a{
  color: #ffffff;
}
#footer a:hover{
  text-decoration: none;
  color: #e21836;
}
#top #footer {
  margin: 0;
}
#footer .contact{
  background-color: #000;
  padding: 30px 0 0;
}
#footer .contact ul li{
  display: inline-block;
  margin: 0 10px;
}
#footer .contact ul.sns li img {
	height: 25px;
    /* width: 44px; */
    margin: 10px 0;
}
#footer .contact ul.link{
  margin: 20px 0 0;
}
#footer .contact ul.link li a{
  background-position: 0 center;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px 0 0 40px;
  height: 32px;
  font-size: 108.5%;  /* 13px */
}
#footer .contact ul.link li.magazine a{
  background-image: url(https://company.newbalance.jp/wp-content/uploads/2023/04/icon_magazine.png);
}
#footer .banner{
  margin:10px 0 20px;
}
#footer .banner .head{
  color: #888;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin: 5px 0 15px;
}
#footer .banner ul li{
  display: inline-block;
  margin: 0 7px;
}
#footer .banner ul li span{
  display: block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: 200;
  margin-bottom: 5px;
}
#footer .footer_inner_ {
  background-color: #000000;
  color: #ffffff;
  padding: 40px 0;
}
#footer #footer_about {
  display: none;
  position:fixed;
  bottom:0;
  right:90px;
}
#footer #footer_about a{
  -webkit-transition: border 300ms ease-out;
  -moz-transition: border 300ms ease-out;
  transition: border 300ms ease-out;
  display: block;
  border: 3px solid #e5e5e5;
}
#footer #footer_about a:hover{
  border: 3px solid #666;
}

/*
#footer #footer_pagetop {
  display: none;
  position:fixed;
  bottom:0;
  right:27px;
  text-align: center;
}
#footer #footer_pagetop a{
  -webkit-transition: border 300ms ease-out;
  -moz-transition: border 300ms ease-out;
  transition: border 300ms ease-out;
  display: block;
  background-color: #e5e5e5;
  border: 3px solid #e5e5e5;
  padding: 22px 0 0;
  width: 54px;
  height: 54px;
}
#footer #footer_pagetop a:hover{
  border: 3px solid #666;
}
#footernav {
  margin: 0 0 35px;
  font-size: 108.5%;  /* 13px */
  /*
  line-height: 1;
}
*/

#footernav li {
  padding: 0 20px;
  display: inline-block;
  border-left: 1px solid #ffffff;
}
#footernav li.first_ {
  border-left:none;
}
#footernav2 {
  display: inline-block;
  margin: 0 0 0 110px;
  font-size: 92%; /* 11px */
  line-height: 1;
}
#footernav2 li {
  padding: 0 15px;
  display: inline-block;
}
#footernav2 li + li {
  border-left: 1px solid #808080;
}
.footer_inner_ #footernav2 li a{
  color: #808080;
}
.footer_inner_ #footernav2 li a:hover{
  color: #e21836;
}
#copyright {
  display: inline-block;
  color: #808080;
  font-size: 92%; /* 11px */
}


/*  ------------------------------------
  FOOTER
------------------------------------- */
#footer .footer_inner_ {
  padding: 48px 0 20px;
}
#footer .footer_nav_wrap {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
#footer .footer_nav_wrap .footer_nav {
  display: table;
  border-collapse: collapse;
  width: 960px;
  margin: 0 auto;
}
#footer .footer_nav_wrap .footer_nav > li {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  border-right: 1px solid #1f1f1f;
  box-sizing: border-box;
}
#footer .footer_nav_wrap .footer_nav > li:nth-child(1) {
  width: 230px;
}
#footer .footer_nav_wrap .footer_nav > li:nth-child(2) {
  width: 250px;
  padding-left: 25px;
}
#footer .footer_nav_wrap .footer_nav > li:nth-child(3) {
  width: 250px;
  padding-left: 25px;
}
#footer .footer_nav_wrap .footer_nav > li:nth-child(4) {
  width: 230px;
  padding-left: 25px;
  border-right: none;
}
#footer .footer_nav .list_ttl {
  font-size: 14px;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 12px;
}
#footer .footer_nav .list_ttl a {
  font-size: 14px;
  color: #fff;
  line-height: 1.1;
  text-decoration: none;
}
#footer .footer_nav .list_ttl a:hover {
  color: #e21836;
}
#footer .footer_nav .ft_sub_list > li {
  padding: 0 0 5px;
}
#footer .footer_nav .ft_sub_list > li:last-child {
  padding: 0;
}
#footer .footer_nav .ft_sub_list > li > a {
  font-size: 12px;
  color: #808080;
  text-decoration: none;
}
#footer .footer_nav .ft_sub_list > li > a:hover {
  color: #e21836;
}
#copyright {
  display: block;
  color: #7a7a7a;
  font-size: 11px;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 46px;
}


/*  ------------------------------------
  FOOTER
------------------------------------- */
#footer .footer_inner_ {
  padding: 48px 0 20px;
}
#footer .footer_nav_wrap {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
#footer .footer_nav_wrap .footer_nav {
  display: table;
  border-collapse: collapse;
  width: 960px;
  margin: 0 auto;
}
#footer .footer_nav_wrap .footer_nav > li {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  border-right: 1px solid #1f1f1f;
  box-sizing: border-box;
}
#footer .footer_nav_wrap .footer_nav > li:nth-child(1) {
  width: 230px;
}
#footer .footer_nav_wrap .footer_nav > li:nth-child(2) {
  width: 250px;
  padding-left: 25px;
}
#footer .footer_nav_wrap .footer_nav > li:nth-child(3) {
  width: 250px;
  padding-left: 25px;
}
#footer .footer_nav_wrap .footer_nav > li:nth-child(4) {
  width: 230px;
  padding-left: 25px;
  border-right: none;
}
#footer .footer_nav .list_ttl {
  font-size: 14px;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 12px;
}
#footer .footer_nav .list_ttl a {
  font-size: 14px;
  color: #fff;
  line-height: 1.1;
  text-decoration: none;
}
#footer .footer_nav .list_ttl a:hover {
  color: #e21836;
}
#footer .footer_nav .ft_sub_list > li {
  padding: 0 0 5px;
}
#footer .footer_nav .ft_sub_list > li:last-child {
  padding: 0;
}
#footer .footer_nav .ft_sub_list > li > a {
  font-size: 12px;
  color: #808080;
  text-decoration: none;
}
#footer .footer_nav .ft_sub_list > li > a:hover {
  color: #e21836;
}
#copyright {
  display: block;
  color: #7a7a7a;
  font-size: 11px;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 46px;
}
}


/* *********************************************************
footer sp
********************************************************* */

@media screen and (max-width:767px) {

  .footer-pc{
    display: none;
  }
  .footer-sp{
    display: block;
  }

/* --------------------------------------------------------------------
  共通フッター
-------------------------------------------------------------------- */
  /* footer {
    background:#000000;
    color:#ffffff;
    text-align: center;
    padding-bottom: 50px;
  }
  footer #copyright {
    display: block;
    padding: 30px 0;
    text-align: center;
    font-size: 8px;
  }
  footer .contact{
    background-color: #232323;
    padding: 10px 0 20px;
  }
  footer .contact a{
    color: #ffffff;
  }
  footer .contact ul li{
    display: inline-block;
  }
  footer .contact .banner{
    margin: 20px 0;
  }
  footer .contact .banner .head{
    color: #888;
    font-size: 8px;
    letter-spacing: 0.1em;
    font-weight: normal;
    margin: 5px 0 10px;
  }
  footer .contact .banner ul li{
    margin: 0 3px;
    width: 108px;
  }
  footer .contact .banner ul li span{
    display: block;
    color: #fff;
    font-size: 8px;
    letter-spacing: 0.1em;
    font-weight: 200;
    margin-bottom: 5px;
  }
  footer .contact ul.sns li{
    margin: 0 10px;
  }
  footer .contact ul.sns li a{
    display: block;
  }
footer .contact ul.sns li img{
	height:25px;
	}
  footer .contact ul.link{
    margin: 15px 0 0;
  }
  footer .contact ul.link li{
    margin: 0 10px;
  }
  footer .contact ul.link li a{
    display: block;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    padding: 10px 0 10px 25px;
    font-size: 10px;
  }
  footer .contact ul.link li.magazine a{  background-image: url(https://company.newbalance.jp/wp-content/uploads/2023/04/sp_icon_magazine.png);  }
  footer .contact ul.link li.app a{ background-image: url(https://shop.newbalance.jp/img/usr/sb/common/icon_app.png); }
  footer .contact .about{
    margin: 15px auto;
    width: 87.5%;
  }
  footer .contact .about a{
    border: 1px solid #ffffff;
    border-radius: 2px;
    padding: 10px;
    display: block;
    font-size: 12px;
  }
  footer nav#footernav {
    margin:0 1.56%;
    text-align: left;
  }
  footer nav#footernav ul li {
    border-bottom: 1px solid #333333;
    font-size: 14px;
  }
  footer nav#footernav ul li a {
    display: block;
      padding: 15px 15px 15px 5px;
    color:#ffffff;
  }
  footer nav#footernav ul li a.sub {
    background: url(https://shop.newbalance.jp/img/usr/sb/common/icon_menu-down.png) no-repeat 95% center;
    background-size: 12px auto;
  }
  footer nav#footernav ul li a.sub.open {
    background-image: url(https://shop.newbalance.jp/img/usr/sb/common/icon_menu-up.png);
  }
  footer nav#footernav ul li ul{
    display: none;
  }
  footer nav#footernav ul li ul li{
    border: none;
    border-top: 1px solid #333333;
    font-size: 12px;
  }
  footer nav#footernav ul li ul li a{
      padding: 15px 15px 15px 25px;
  } */
  .change_mode_{
    background-color: #000000;
    padding: 0 0 55px;
    text-align: center;
  }
  .change_mode_ a {
    display:block;
    border: 1px solid #999999;
    border-radius: 2px;
    margin: 0 auto;
    padding: 7px;
    width:46.875%;
    color:#999999;
    font-size: 10px;
  }
  #block_of_warning{
    background-color: #dddddd;
    padding: 15px 6.25%;
    color: #232323;
  }
  #block_of_warning h3{
    background: url(https://shop.newbalance.jp/img/usr/sb/common/icon_exclamation-sign.png) no-repeat 0 center;
    background-size: 14px auto;
    display: inline-block;
    margin: 7px 0;
    padding: 0 0 0 20px;
    font-size: 12px;
  }
  #block_of_warning p{
    border-top: 1px solid #808080;
    padding: 7px 0;
    text-align: left;
    font-size: 10px;
  }

  /* --------------------------------------------------------------------
    ページトップ
  -------------------------------------------------------------------- */
  #pagetop{
    display: none;
    position: fixed;
    right: 10px;
    bottom: 0;
    text-align: center;
  }
  #pagetop a{
    background-color: #ffffff;
    display: block;
    padding: 14px 0 0;
    width: 44px;
    height: 44px;
    line-height: 0;
  }
  #pagetop img{
    width: 17px;
  }

  /* --------------------------------------------------------------------
    はじめての方へ
  -------------------------------------------------------------------- */
  #footer_about{
    display: none;
    position: fixed;
      right: 60px;
      bottom: -4px;
      width: 150px;
      text-align: center;
  }

  /* --------------------------------------------------------------------
    footer 追加
  --------------------------------------------------------------------- */
  footer #copyright {
    color: #cccccc;
  }


}


/* *********************************************************
  05.container
********************************************************* */
#container {
  background: #fff;
  /*background: url(https://www.newbalance.co.jp/common/img/bg_body-pink.gif) repeat;*/ /* ピンクリボン対応 */
  text-align: left;
}



/* *********************************************************
  06.content
********************************************************* */
#content {
  background: #fff;
  /*background: url(https://www.newbalance.co.jp/common/img/bg_body-pink.gif) repeat;*/ /* ピンクリボン対応 */
  font-size: 116.666%;
  box-sizing: border-box;
}


/* brightcove player css
------------------------------------------------------------------- */
.video-js.vjs-mouse .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  width: 80px !important;
  height: 60px !important;
  margin: -30px 0 0 -40px !important;
}
.video-js.vjs-mouse .vjs-big-play-button:before {
  line-height: 26px !important;
  margin: 16px auto !important;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
#fireBeaconArea {
  height: 0;
  overflow: hidden;
}


/* *********************************************************
  sharebar
********************************************************* */
.sharebar { padding: 10px 0px; text-align: center; }
.sharebar dl { letter-spacing: -0.4em; }
.sharebar dt,
.sharebar dd {
  line-height: 42px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
.sharebar dt { font-size: 85.714%; }
.sharebar dd { margin-left: 7px; }
.sharebar dt+dd { margin-left: 24px; }
.sharebar dd a .nb-icon {
  background: url(/common/images/sprites_media_icons.png) no-repeat 0px 0px;
  width: 42px;
  height: 42px;
}
.sharebar dd a .icon-instagram { background-position: -376px -336px; }
.sharebar dd a .icon-twitter   { background-position: -428px -336px; }
.sharebar dd a .icon-facebook  { background-position: -480px -336px; }
.sharebar dd a .icon-line      { background-position: -532px -336px; }
.sharebar dd a:hover .icon-instagram { background-position: -376px -242px; }
.sharebar dd a:hover .icon-twitter   { background-position: -428px -242px; }
.sharebar dd a:hover .icon-facebook  { background-position: -480px -242px; }
.sharebar dd a:hover .icon-line      { background-position: -532px -242px; }

@media screen and (-webkit-min-device-pixel-ratio:2), (-webkit-min-device-pixel-ratio: 1.2), (min-resolution: 2dppx) {
.sharebar dd a .nb-icon { background-size: 287px auto; }
.sharebar dd a .icon-instagram   { background-position:    0px -168px; }
.sharebar dd a .icon-twitter     { background-position:  -47px -168px; }
.sharebar dd a .icon-facebook    { background-position:  -94px -168px; }
.sharebar dd a .icon-line        { background-position: -141px -168px; }
.sharebar dd a:hover .icon-instagram { background-position:    0px -121px; }
.sharebar dd a:hover .icon-twitter   { background-position:  -47px -121px; }
.sharebar dd a:hover .icon-facebook  { background-position:  -94px -121px; }
.sharebar dd a:hover .icon-line      { background-position: -141px -121px; }
}

@media print {
.sharebar { display: none; }
}
  /* --------------------------------------------------------------------
    ショップニュース スタイル追加
  --------------------------------------------------------------------- */
.single-shopmagazine article .entry-content .wp-block-image figcaption.center{
	text-align:center;
}
  /* --------------------------------------------------------------------
    ショップニュース 記事内ボタン
  --------------------------------------------------------------------- */
.single-shopmagazine article .entry-content .magazine-btn a{
	background-color: #000000;
	color: #ffffff;
	padding:10px 15px;
}
.single-shopmagazine article .entry-content .magazine-btn{
	margin: 40px 0 60px;
}

  /* --------------------------------------------------------------------
    ショップサービス スタイル追加
  --------------------------------------------------------------------- */
@media screen and (min-width: 769px){
	.single-shop-service .site-content .entry-content p.single-column-text{
	font-size:16px;
	margin-bottom:-30px;}
}

  /* --------------------------------------------------------------------
  241126 新ヘッダ読み込みにともなう調整
  --------------------------------------------------------------------- */
  header {
    background: white;
  }
  body p {
    margin-bottom: unset;
  }
  body .breadcrumb {
    margin-bottom: unset;
    padding: unset;
  }
  body .breadcrumb,
  body .breadcrumb-item,
   {
     display: unset;
  }
  body  {
    h1, h2, h3, h4, h5, h6 {
      font-weight: 700;
      color:unset;
      margin-bottom: unset;
    }
    #content {
      font-size: 12px;
      h1, h2, h3, h4, h5, h6 {
        font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "メイリオ", "Meiryo", "Helvetica", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      }
    }
  }
  #content,
  .breadcrumb_outer,
  .section_title_area {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "メイリオ", "Meiryo", "Helvetica", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .shop-service-notice {
    padding-bottom: 60px;
  }
@media screen and (max-width: 991px){
  .shop-service-notice {
    padding-bottom: 0px;
  }

}
@media screen and (min-width: 769px) {
  body.post-type-archive-shop-service .breadcrumb_outer {
    /* margin-top: -33px; */
  }
  header .nb-search .site-search button.search-button {
    top: 8px;
  }
}
  .shop_service_header {
    text-align: center;
  }
  .shop_service_header {
    img {
      vertical-align: top;
    }
  }


#content {
  a:hover {
    text-decoration: none;
  }
}
.js-search-input {
  pointer-events: auto !important;
}

.to_shop a:hover {
  color: #fff;
}

#specialist_wrap .store_person img{
  width: 100%;

}

#header a:focus{
  color: #000;
}


  /* --------------------------------------------------------------------
  250423 shopのフォントfamily変更に伴う調整
  --------------------------------------------------------------------- */
@media (min-width: 992px) {
  #header .navbar.bg-inverse .menu-flyout > ul > li > a {
    font-weight: 700;
  }
}

  /* --------------------------------------------------------------------
  241126
  新ヘッダでSP時にティッカー枠を非表示
  --------------------------------------------------------------------- */
@media screen and (max-width: 991px){
  .header-banner {
    display: none !important;
  }
}
.header-container .country-selector-one .country-name {
  padding: revert;
}
  /* --------------------------------------------------------------------
  241126
  フッタ調整
  --------------------------------------------------------------------- */
#footercontent .add-links a {
  &:link,
  &:visited {
    text-decoration: underline;
  }
}
#footercontent .footer-grey-box .country-selector-one img {
  max-width: none;
}

