/* .cnontainer */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

/*************** renewal ***************/ 

body, input, button, select, textarea{
  /*font-family: 'Roboto', "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;*/
  /*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 500;
  color: #606060;*/
}

body.overlay {
  overflow: hidden;
  height: 100%;
}

a:hover, a:focus {
  color: inherit;
  opacity: .5;
  transition: opacity .3s;
}

/* p-header */
.p-header {
  display: flex;
  flex-wrap: wrap;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
.p-header a{
  color: #606060
}
.p-header__logo {
  flex: 0 0 12.5%;
  display: flex;
  padding-left: 2.31%;
  box-sizing: border-box;
  border-bottom: 1px solid #E8E8E8;
}
.p-header__logo-inner {
  margin: 10px 0;
  flex: 0 0 100%;
  border-right: 1px solid #E8E8E8;
  display: flex;
  padding-right: 23%;
  box-sizing: border-box;
}
.p-header__logo-anchor {
  align-self: center;
}
.p-header__logo-image {
  width: min(150px, 9.5vw);
  max-width: none;
}
.p-header__brands-icon-wrap {
  flex: 0 0 77%;
  max-width: 77%;
  /*flex: 0 0 72.9%;
  max-width: 72.9%;*/
  display: flex;
  position: relative;
}
.p-header__brands-icon {
  /* max-width: 72.9%;
  width: 72%; */
  z-index: 0;
  border-bottom: 1px solid #E8E8E8;
  margin: 0 auto;
  width: 100%;
}
.p-header__brands-icon-items {
  display: flex;
  /* flex-wrap: nowrap; */
  align-items: center;
  justify-content: space-evenly;
}
.p-header__brands-icon-item {
  flex: 0 0 auto;
  padding: 0 1.45%;
  box-sizing: border-box;
}
.p-header__brands-icon-image {
  width: auto;
}
.p-header__brands-icon-anchor {
  display: block;
  position: relative;
  height: 78px;
  height: auto;
}
.p-header__brands-icon-title {
  display: none;
}
.p-header__brands-icon-image-wrap {
  width: 153px;
  height: 78px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* background-color: #0B4690; */
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);

  width: auto;
  height: auto;
  position: static;
  transform: translateX(0);
}
.p-header__brands-icon-texts {
  display: none;
}
.p-header__brands-icon-name {
  font-weight: bold;
}
.p-header__brands-icon-category-name {
  color: #B5B5B5;
  margin-top: 5px;
}
.p-header__customer-menu {
  display: flex;
  flex-wrap: wrap;
  /*flex: 0 0 14.6%;*/
  flex: 0 0 10.5%;
  margin-left: auto;
  box-sizing: border-box;
  padding: 11px 0;
  border-bottom: 1px solid #E8E8E8;
}
.p-header__customer-menu-items {
  display: flex;
  flex: 0 0 100%;
  position: relative;
  justify-content: space-between;
  padding: 9px 8.2%;
  box-sizing: border-box;
  border-left: 1px solid #E8E8E8;
}
.p-header__customer-menu-item {
  flex: 0 0 auto;
  text-align: center;
  box-sizing: border-box;
  display: flex;
}
.p-header__customer-menu-anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
}
.p-header__customer-menu-anchor-text {
  line-height: 1;
  margin-top: 0;
}
.p-header__customer-menu-image--repair {
  flex: 0 0 21px;
  width: 21px;
}
.p-header__customer-menu-image--login {
  flex: 0 0 14px;
  width: 14px;
}
.p-header__customer-menu-image--outlet {
  flex: 0 0 20px;
  width: 20px;
}
.p-header__customer-menu-image--brand {
  flex: 0 0 20px;
  width: 20px;
}
.p-header__gender-button {
  flex: 0 0 79%;
  display: flex;
  flex-wrap: wrap;
  padding: 24px 0 24px 39.6%;
  box-sizing: border-box;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
}
.p-header__gender-button-items {
  display: flex;
}
.p-header__gender-button-item:not(:first-of-type) {
  margin-left: 18px;
}
.p-header__gender-button-anchor {
  font-size: 14px;
  font-weight: 500;
  color: #868686;
  padding: 4px 21px;
  display: block;
}
.p-header__gender-button-anchor[data-gender-selected] {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  padding: 4px 21px;
  display: block;
  background-color: #E8E8E8;
  border-radius: 2px
}
body:not(.onlinestore) .p-header__search {
  display: none;
}
.p-header__search {
  flex: 0 0 21%;
  max-width: 21%;
  border-bottom: 1px solid #E8E8E8;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.p-header__search-form-wrap {
  flex: 0 0 100%;
  margin: 0 10px;
}
.p-header__news {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E9EEF4;
}
.p-header__news-anhor {
  color: #2952FF;
  font-size: 12px;
  flex: 0 0 100%;
  text-align: center;
  padding: 10px 0;
}
.p-header__arrow {
  opacity: 0;
  transition: all .3s;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #B5B5B5;
  z-index: 1;
}
.p-header__arrow.visible {
  opacity: 1;
}
.p-header__arrow[data-left-arrow] {
  left: 0;
  transform: scale( -1, 1 );
}
.p-header__arrow[data-right-arrow] {
  right: 0;
}

/* p-fixed-menu__items */
.p-fixed-menu {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 425px;
  height: 85px;
  background-color: #E7E3C6;
  z-index: 2;
}
.p-fixed-menu__items {
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  line-height:20px;
  height: 85px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.p-fixed-menu__item {
  flex: 0 0 calc(100%/5);
  text-align: center;
  box-sizing: border-box;
  list-style-type: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-fixed-menu__anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 47px;
}
.p-fixed-menu__image {
  width: auto;
}
.p-fixed-menu__image-wrap {
  position: relative;
}
.p-fixed-menu__text {
  color: #606060;
  font-weight: bold;
  margin-top: auto;
}
.p-fixed-menu__close-button {
  visibility: hidden;
  position: absolute;
  top: 0;
  background-color: #9A988E;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.p-fixed-menu__close-button.active {
  visibility: visible;
}
.p-fixed-menu__close-text {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  margin-top: 11px;
}
.p-fixed-menu__cart-quantity-wrap {
  position: absolute;
  top: -3px;
  left: 13px;
}
.p-fixed-menu__cart-quantity {
  font-size: 11px;
  color: #606060;
}

/* p-overlay-menu */
.p-overlay-menu {
  position: fixed;
  /* min-height: 100vh; */
  /* z-index: 2; */
  z-index: 3;
  background-color: #fff;
  right: 0;
  width: 460px;
  overflow-y: scroll;
  height: 100%;
  transform: translateX(460px);
  opacity: 0;
  transition: all 0.5s;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}
.p-overlay-menu__title {
  color: #1C1C1C;
  font-weight: bold;
}
.p-overlay-menu__title[data-search-title-large] {
  font-size: 18px;
  border-bottom: 1px solid #1C1C1C;
  padding: 25px 28px 12px;
  display: flex;
  align-items: center;
}
.p-overlay-menu__title-anchor {
  margin-left: auto;
  font-size: 12px;
  font-weight: 500;
  color: #003D8D;
}
.p-overlay-menu::-webkit-scrollbar {
  display:none !important;
}
.p-overlay-menu.open {
  transform: translateX(0);
  opacity: 1;
}
.p-overlay-menu__item {
  color: #606060;
  border-top: 1px solid #EBEBEB;
  font-family: '游ゴシック',"メイリオ",Meiryo,sans-serif;

}
.p-overlay-menu__item:first-of-type {
  border-top: 0;
}
.p-overlay-menu__item:last-of-type {
  border-bottom: 1px solid #EBEBEB;
}
.p-overlay-menu__contents-inner {
  padding-bottom: 197px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
.p-overlay-menu__anchor {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  padding: 15px 20px;
  color: #606060 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px; 
}
.p-overlay-menu__anchor-text {
  margin-right: auto;
  padding-right: 25px;
}
.p-overlay-menu__anchor:after {
  content: '';
  display: block;
  width: 6px;
  height: 11px;
  background: url(../img/arrow-right-icon.svg) no-repeat center/ 100%;
}
.p-overlay-menu__anchor[data-insert-menu]:after {
  background: url(../img/arrow-right-icon_red.svg) no-repeat center/ 100%;
}
.p-overlay-menu__anchor[data-search-gender],
.p-overlay-menu__anchor[data-search-category] {
  position: relative;
}
.p-overlay-menu__anchor[data-search-gender]:before,
.p-overlay-menu__anchor[data-search-gender]:after,
.p-overlay-menu__anchor[data-search-category]:before,
.p-overlay-menu__anchor[data-search-category]:after {
  position: absolute;
  right: 17px;
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  background: #000;
  opacity: 1;
  transition: all .3s;
}
.p-overlay-menu__anchor[data-search-gender]:after,
.p-overlay-menu__anchor[data-search-category]:after {
  transform: rotate(90deg);
}
.p-overlay-menu__anchor.open[data-search-gender]:after,
.p-overlay-menu__anchor.open[data-search-category]:after {
  transform: rotate(0);
}
.p-overlay-menu__anchor.open[data-search-gender]:before,
.p-overlay-menu__anchor.open[data-search-category]:before {
  opacity: 0;
}
.p-overlay-menu__information-caption {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding: 18px 30px;
  background-color: #F7F7F7;
}
.p-overlay-menu__users {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  height: 62px;
}
.p-overlay-menu__login {
  color: #fff !important;
  flex: 0 0;
  flex-basis: calc( 100% / 2 );
  max-width: calc( 100% / 2 );
  background-color: #606060;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-overlay-menu__login-image {
  margin-right: 10px;
}
.p-overlay-menu__brand-image {
  margin-right: 12px;
}
.p-overlay-menu__register {
  color: #606060;
  flex: 0 0;
  flex-basis: calc( 100% / 2 );
  max-width: calc( 100% / 2 );
  background-color: #E7E3C6;
  display: flex;
}
.p-overlay-menu__register-anchor {
  color: #606060 !important;
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  justify-content: center;
}
.p-overlay-menu__cart-wrap {
  color: #000;
  background-color: #F7F7F7;
  height: 62px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.p-overlay-menu__cart {
  font-weight: bold;
  color: #606060;
  display: block;
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
}
.p-overlay-menu__cart-image {
  margin-right: 14px;
}
.p-overlay-menu__cart-text {
  margin-right: 3px;
}
.p-overlay-menu__links {
  display: flex;
  flex-wrap: wrap;
}
.p-overlay-menu__link {
  flex: 0 0;
  flex-basis: calc(100%/2);
  max-width: calc(100%/2);
  display: flex;
  box-sizing: border-box;
  border-top: 1px solid #EBEBEB;
}
.p-overlay-menu__link:first-of-type {
  flex-basis: 100%;
  max-width: 100%;
}
.p-overlay-menu__link:nth-of-type(even) {
  border-right: 1px solid #EBEBEB;
}
.p-overlay-menu__link:nth-last-of-type(-n+2) {
  border-bottom: 1px solid #EBEBEB;
}
.p-overlay-menu__link-anchor {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 20px 0 20px 30px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.p-overlay-menu__link-text {
  margin-left: 14px;
  font-size: 14px;
  color: #606060;
  line-height: 1;
}
.p-overlay-menu__brand {
  color: #fff;
}
.p-overlay-menu__brand-anchor {
  color: #fff !important;
  flex: 0 0 100%;
  background-color: #006B5D;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
.p-overlay-menu__other-links-wrap {
  border-top: 1px solid #EBEBEB;
}
.p-overlay-menu__other-links {
  display: flex;
  flex-wrap: wrap;
  background-color: #F7F7F7;
}
.p-overlay-menu__other-links-item {
  flex: 0 0;
  flex-basis: calc(100%/3);
  max-width: calc(100%/3);
  color: #606060;
}
.p-overlay-menu__other-links-anchor {
  color: #606060;
  font-weight: 500;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-overlay-menu__sns .p-footer-sns-area {
  padding: 40px 70px 0 55px;
}
.p-overlay-menu__sns .p-footer-sns-area__contents {
  width: auto;
}
.p-overlay-menu__sns .p-footer-sns-area__item:not(:first-of-type) {
  margin-left: 9px;
}
.p-overlay-menu__sns .p-footer-sns-area__items {
  margin-top: 11px;
}
.p-overlay-menu__hidden-item {
  display: none;
}

/* p-overlay-menu-close */
.p-overlay-menu-close {
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  width: 80px;
  height: 80px;
  background-color: #B5B5B5;
  border-radius: 100%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  display: flex;
}
.p-overlay-menu-close.active {
  opacity: 1;
  transition: all .5s;
  visibility: visible;
}
.p-overlay-menu-close__text {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-top: 6px;
}
.p-overlay-menu__cart-quantity-wrap {
  position: absolute;
  top: -4px;
  left: 13px;
}
.p-overlay-menu__cart-quantity {
  font-size: 11px;
  color: #000;
}

/* p-overlay-layer */
.p-overlay-layer {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  /* z-index: 2; */
  z-index: 3;
  display: none;
}
.p-overlay-layer.active {
  display: block;
}

/* .p-footer */
.p-footer {
  margin-top: 60px;
  padding: 48px 0;
  border-top: 1px solid #E8E8E8;
  box-sizing: border-box;
}
.p-footer__contents {
  display: flex;
  flex-wrap: wrap;
}
.p-footer__copyright {
  margin-left: auto;
  font-size: 10px;
  font-weight: 500;
  color: #000;
  margin-bottom: 90px;
  line-height: 20px;
}
.p-footer__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.p-footer__item:not(:first-of-type) {
  margin-left: 25px;
}
.p-footer__anchor {
  font-size: 12px;
  font-weight: 500;
  color: #606060;
  display: block;
  box-sizing: border-box;
}

/* .p-footer-sns-area */
.p-footer-sns-area {
  padding-top: 60px;
  box-sizing: border-box;
  border-top: 1px solid #E8E8E8;
}
.p-footer-sns-area__block {
  flex: 0 0;
  flex-basis: auto;
}
.p-footer-sns-area__caption {
  /*font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;*/
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #000;
  margin: 0;
}
.p-footer-sns-area__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}
.p-footer-sns-area__item:not(:first-of-type) {
  margin-left: 33px;
}
.p-footer-sns-area__contents {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 70%;
  max-width: 767px;
  margin: 0 auto;
}

/* .cnontainer */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

/* c-return */
.c-return {
  position: fixed;
}

/* pagetitle */
.title {
  letter-spacing: 1px;
  margin: 0 0 25px;
  padding-bottom: 6px;
  text-align: center;
  font-size: 22px;
  border: none;
  line-height: 24px;
  color: #777;
}

/*notfound*/
#notfound .title {
  font-size: 120px!important;
  color: #00407C;
  font-weight: 600;
  line-height: 120px;
  margin-bottom: 0;
  padding: 0!important;
}
#notfound .title span {
  display: block;
  font-size: 24px;
  color: #00407C;
  margin: 30px 0 20px;
  line-height: 20px;
}
#notfound .lead {
  text-align: center;
  line-height: 22px;
  margin-bottom: 80px;
  padding-bottom: 80px;
}
#notfound + #search_brand {
  margin-bottom: 0;
}