@charset "UTF-8";


.header_ec .l-common__header-wrap[data-fixmode="top"] .l-common__header-fixed {
  position: relative;
}

.header_ec .l-common__header-wrap {
  height: 0;
}

.header_ec .l-common__header-wrap[data-fixmode="wait"] .l-common__header-fixed {
  position: fixed;
  transition: .3s;
}

.header_ec .l-common__header-wrap[data-fixmode="down"] .l-common__header-fixed {
  position: fixed;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header_ec .l-common__header-wrap[data-fixmode="up"] .l-common__header-fixed {
  position: fixed;
  transition: .3s;
}

.header_ec .l-common__header-logo, .header_ec .l-common__header__bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 9px 16px;
  color: #fff;
}

.header_ec .l-common__header-logo .l-common__header__side--menu {
  width: 50px;
  height: 60px;
  padding: 20px 16px 16px 16px;
}

.header_ec .l-common__header-logo .p-relative--9 {
  position: relative;
  z-index: 9;
}

.header_ec .l-common__header-logo .l-common__header__side--menu-inner {
  display: block;
  width: 100%;
  height: 100%;
  transform: translateZ(0) rotate(0deg);
  transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header_ec .l-common__header-logo svg, .header_ec .l-common__header__bottom svg {
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-transform: translateZ(0) rotate(0deg);
  -ms-transform: translateZ(0) rotate(0deg);
  transform: translateZ(0) rotate(0deg);
  fill: #fff;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  font-size: 18px;
}

.header_ec .l-common__header-logo svg {
  fill: #585858;
}

/* .header_ec .l-common__header-logo .l-common__header-logo-img {
  width: 100%;
}

.header_ec .l-common__header-logo .l-common__header-logo-img div {
  width: 120px;
  margin: 0 auto;
}

.header_ec .l-common__header-logo .l-common__header-logo-img div img {
  width: 100%;
} */

.header_ec .l-common__header-logo-img-pc div, .header_ec .l-common__header-logo-img-sp div {
  width: 120px;
  margin: 0 auto;
}

.header_ec .l-common__header-logo-img-pc div img, .header_ec .l-common__header-logo-img-sp div img {
  width: 100%;
}

.header_ec .l-common__header-logo .l-common__header__button-box a {
  display: inline-block;
  padding: 0 8px;
}

.header_ec .l-common__header-logo .l-common__header__button-box a .js-search-animate {
  position: relative;
  z-index: 9;
}

.header_ec .l-common__header-logo .l-common__header__button-box a img {
  vertical-align: middle;
}

.header_ec .l-common__header-logo .p-top-5 {
  top: -5px;
}

.header_ec .l-common__header__bottom {
  width: 100%;
  height: 60px;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 10px 5px -11px rgba(88, 88, 88, 0.3);
  background: #fff;
  color: #000;
}

.header_ec .l-common__header__bottom .l-common__header__left-link {
  width: 230px;
  border-right: 0;
}

.header_ec .l-common__header__bottom .l-common__header__left-link__store {
  width: 75px;
}

.header_ec .l-common__header__bottom .l-common__header__left-link__store, .header_ec .l-common__header__bottom .l-common__header__left-link__MUJI {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-left: 1px solid #e5e5e5;
  text-align: center;
}

.header_ec .l-common__header__bottom .l-common__header__left-link__store a, .header_ec .l-common__header__bottom .l-common__header__left-link__MUJI a {
  display: block;
  color: #585858;
}

.header_ec .l-common__header__bottom .l-common__header__left-link__MUJI {
  width: 149px;
}

.header_ec .l-common__header__bottom .l-common__header__right-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 230px);
  padding: 0 15px 0 30px;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__tag-search {
  width: calc(100% - 231px);
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc .p-magnifier {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #999;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  text-align: center;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc .p-selectbox {
  position: absolute;
  width: 45px;
  height: 30px;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc .p-selectbox:after {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 6px;
  margin-left: 3px;
  background: url(./modules/common/ico-drop-down-arrow.png) no-repeat left;
  background-size: contain;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc .p-selectbox__pulldpwn {
  position: absolute;
  left: 0;
  top: 33px;
  display: none;
  width: 80px;
  overflow: auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc .p-selectbox__pulldpwn ul {
  line-height: 15px;
  font-size: 13px;
  text-align: center;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc .p-selectbox__pulldpwn ul li:first-child {
  border-bottom: 1px solid #f2f2f2;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc .p-selectbox__pulldpwn ul li a {
  display: block;
  width: 100%;
  padding: 13px 15px;
  color: #585858;
  cursor: pointer;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc input.p-search-area {
  padding-left: 50px;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc input {
  width: 100%;
  height: 30px;
  padding-left: 35px;
  border: 1px solid #999;
  border-radius: 4px;
}

.header_ec .l-common__header__search-input__remove-all {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 300;
  width: 14%;
  height: 40px;
  background: url(./modules/common/ico-closed.png) no-repeat center;
  background-size: 12px 12px;
  cursor: pointer;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc .p-suggestion-link {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 9;
  width: 100%;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
  background-color: #fff;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc .p-suggestion-link .p-categories {
  padding: 5px;
  border-bottom: 1px solid #e5e5e5;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc .p-suggestion-link .p-categories li {
  width: 100%;
  padding: 5px;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc .p-suggestion-link .p-categories li a {
  display: block;
  color: #585858;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc .p-suggestion-link .p-items {
  padding: 5px;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc .p-suggestion-link .p-items li {
  width: 100%;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc .p-suggestion-link .p-items li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc .p-suggestion-link .p-items li a .p-left--img {
  width: 48px;
  height: 48px;
  padding: 5px;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc .p-suggestion-link .p-items li a .p-left--img img {
  width: 100%;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__link {
    width: 166px;
    margin-left: 65px;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__link > ul > li > a {
  display: inline-block;
  height: 40px;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__link ul li a {
  text-align: center;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__link ul li span {
  display: block;
  color: #000;
  font-size: 11px;
}

.header_ec .p-cart-position--exist:before {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #7f0019;
  top: -4px;
  right: -2px;
  border-radius: 4px;
}

.header_ec .l-common__header__bottom .l-common__header__right-box .l-common__header__link ul li a img {
  display: block;
  margin: 0 auto;
}

.header_ec .l-common__header__login {
  height: 100%;
}

.header_ec .l-common__header__login a {
  display: block;
  color: #fff;
  text-align: center;
}

.header_ec .l-common__header__login-list, .header_ec .l-common__header__support-list {
  display: none;
  position: absolute;
  z-index: 9;
  min-width: 109px;
  top: 60px;
  right: 16px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
  background-color: #fff;
}

.header_ec .l-common__header__login-position {
  top: 40px;
  right: 33px;
}

.header_ec .l-common__header__login-list a, .header_ec .l-common__header__support-list a {
  display: block;
  line-height: 16px;
  padding: 16px;
  color: #585858;
  font-size: 11px;
}

.header_ec .l-common__header__support-list {
  display: none;
  position: absolute;
  z-index: 9;
  min-width: 109px;
  top: 40px;
  right: -15px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
  background-color: #fff;
}

.header_ec .l-common__header__support-position {
  top: 40px;
  right: -15px;
}

.header_ec .l-common__header__logined-position {
  top: 40px;
  left: 0;
  right: 0;
}

.header_ec .l-common__sidenav, .header_ec .l-common__sidenav--per100 {
  z-index: 99;
  width: 100%;
  height: 100%;
}

.header_ec .l-common__sidenav__wrap {
  position: fixed;
  top: 0;
  left: -9999px;
  z-index: -1;
  width: 100%;
  height: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, width .35s;
  transform: translateZ(0);
  opacity: 0;
}

.header_ec .l-common__sidenav .p-nav-active, .header_ec .l-common__sidenav--per100 .p-nav-active {
  left: 0;
  height: 100%;
  opacity: 1;
  z-index: 2000;
  visibility: visible;
}

.header_ec .l-common__sidenav__menu {
  width: 230px;
  height: 100%;
  background: #fff;
}

.header_ec .l-common__sidenav ul, .header_ec .l-common__sidenav--per100 ul {
  display: block;
}

.header_ec .l-common__sidenav__menu__inner {
  background: #f2f2f2;
}

.header_ec .l-common__sidenav--per100 .l-common__sidenav__menu__inner > li:first-of-type {
  border-bottom: none;
  background: #e5e5e5;
}

.header_ec .l-common__sidenav ul li, .header_ec .l-common__sidenav--per100 ul li {
  display: table;
  width: 100%;
  height: 50px;
  line-height: 19px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
}

.header_ec .l-common__sidenav--per100 .l-common__sidenav__category:first-child {
  margin-top: 0;
}

.header_ec .l-common__sidenav--per100 .l-common__sidenav__category {
  margin-top: 10px;
}

.header_ec .l-common__sidenav__category {
  background: #fff;
}

.header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary h3 {
  line-height: 30px;
  padding: 10px 16px;
  background: url(./modules/common/ico-global-nav.png) no-repeat 95% center;
  background-size: 9px 13px;
  color: #000;
}

.header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide {
  position: fixed;
  top: 0;
  left: 100vw;
  visibility: hidden;
  transition: all .5s ease;
  transform: translateZ(0);
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide--active {
  left: 0;
  visibility: visible;
}

.header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide--active .wrapper {
  overflow-y: scroll;
  min-height: 100%;
  padding-bottom: 200px;
}

.header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide--active .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f7f7f7;
}

.header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide--active ul {
  margin: 0;
  background: #fff;
}

.header_ec .wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary .title-slide {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}

.header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary .view-back {
  width: 27px;
  height: 20px;
  position: absolute;
  top: 14px;
  left: 10px;
  background: url(./modules/common/ico-return.png) no-repeat 57% center;
  background-size: contain;
}

.header_ec .l-common__sidenav ul li a, .header_ec .l-common__sidenav--per100 ul li a {
  display: table-cell;
  width: 100%;
  height: 100%;
  min-height: 50px;
  padding: 0 16px;
  color: #000;
  vertical-align: middle;
}

.header_ec .l-common__sidenav ul li a h3, .l-common__sidenav--per100 ul li a h3 {
  padding: 0;
}
.header_ec .l-common__sidenav__category:first-child .l-common__sidenav__category-primary li:first-child a {
  white-space: normal;
}

.header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary .p-support h3 {
  padding: 16px;
}

.content {
  padding: 0 30px 10px 260px;
  overflow: hidden;
  color: #585858;
}

pre {
  padding: 0 30px 10px 260px;
  color: #585858;
  overflow:scroll;
}

.header_ec .p-header-search--sp-animate-main {
  position: relative;
  overflow: hidden;
}

.header_ec .p-header-search--sp-animate-main .p-search-animate--sp {
  padding: 10px 16px;
}

.header_ec .p-search-animate--sp {
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 2001;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.header_ec .p-header-search--sp-animate-main .l-common__header__search--sp {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.header_ec .p-header-search--sp-animate-main .l-common__header__search--sp input.p-search-area {
  padding-left: 50px;
}

.header_ec .p-header-search--sp-animate-main .l-common__header__search--sp input {
  width: 100%;
  height: 40px;
  padding-left: 50px;
  border: 1px solid #999;
  border-radius: 4px;
  outline: none;
}

.header_ec .p-header-search--sp-animate-main .l-common__header__search--sp .p-selectbox {
  position: absolute;
  width: 45px;
  height: 40px;
}

.header_ec .p-header-search--sp-animate-main .l-common__header__search--sp .p-magnifier {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #999;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  text-align: center;
}

.header_ec .p-header-search--sp-animate-main .l-common__header__search--sp .p-magnifier img {
  margin-top: 12px;
}

.header_ec .p-header-search--sp-animate-main .l-common__header__search--sp .p-selectbox__pulldpwn {
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  width: 80px;
  overflow: auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
}

.header_ec .p-header-search--sp-animate-main .l-common__header__search--sp .p-selectbox__pulldpwn ul {
  line-height: 15px;
  font-size: 13px;
  text-align: center;
}

.header_ec .p-header-search--sp-animate-main .l-common__header__search--sp .p-selectbox__pulldpwn ul li:first-child {
  border-bottom: 1px solid #f2f2f2;
}

.header_ec .p-header-search--sp-animate-main .l-common__header__search--sp .p-selectbox__pulldpwn ul li a {
  display: block;
  width: 100%;
  padding: 13px 15px;
  color: #585858;
  cursor: pointer;
}

.header_ec .p-header-search--sp-animate-main .l-common__header__search--sp .p-suggestion-link {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 9;
  width: 100%;
  height: 80%;
  overflow-y: scroll;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
}

.header_ec .p-header-search--sp-animate-main .l-common__header__search--sp .p-suggestion-link .p-categories {
  padding: 5px;
  border-bottom: 1px solid #e5e5e5;
}

.header_ec .p-header-search--sp-animate-main .l-common__header__search--sp .p-suggestion-link .p-categories li {
  width: 100%;
  padding: 5px;
}

.header_ec .p-header-search--sp-animate-main .l-common__header__search--sp .p-suggestion-link .p-categories li a {
  display: block;
  color: #585858;
}

.header_ec .p-header-search--sp-animate-main .l-common__header__search--sp .p-suggestion-link .p-items {
  padding: 5px;
}

.header_ec .p-header-search--sp-animate-main .l-common__header__search--sp .p-suggestion-link .p-items li {
  width: 100%;
}

.header_ec .p-header-search--sp-animate-main .l-common__header__search--sp .p-suggestion-link .p-items li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header_ec .p-header-search--sp-animate-main .l-common__header__search--sp .p-suggestion-link .p-items li a .p-left--img {
  width: 48px;
  height: 48px;
  padding: 5px;
}

.header_ec .p-header-search--sp-animate-main .l-common__header__search--sp .p-suggestion-link .p-items li a .p-left--img img {
  width: 100%;
}

.header_ec .l-common__header-logo .top rect, .header_ec .l-common__header__bottom .top rect {
  -webkit-transform: translate3d(0, -8px, 0);
  -ms-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}

.header_ec .l-common__header .l-toggle-active rect, .header_ec .l-common__header-logo .l-toggle-active rect, .header_ec .l-common__header__bottom .l-toggle-active rect {
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header_ec footer.main-content-margin-top {
  margin-top: 40px;
}

.header_ec .c-common__footer {
  padding: 16px;
  background: #e5e5e5;
  color: #585858;
  font-size: 12px;
}

.header_ec .c-common__footer a {
  color: #585858;
}

.header_ec .c-common__footer__nav {
  max-width: 1440px;
  margin: 0 auto;
}

.header_ec .c-common__footer__nav-top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 5px;
}

.header_ec .c-common__footer__logo {
  width: 120px;
}

.header_ec .c-common__footer__logo a {
  display: table-cell;
  height: 26px;
  vertical-align: middle;
}

.header_ec .c-common__footer__logo img {
  width: 100%;
}

.header_ec .c-common__footer__social-buttons ul {
  display: -webkit-flex;
  display: flex;
}

.header_ec .c-common__footer__social-buttons li {
  margin-left: 8px;
  width: 26px;
}

.header_ec .c-common__footer__social-buttons li:first-child {
  margin-left: 0;
}

.header_ec .c-common__footer__social-buttons li img {
  width: 100%;
}

.header_ec .c-common__footer__nav-list {
  padding: 10px 0;
}

.header_ec .c-common__footer__nav-list > li {
  display: inline-block;
  padding-right: 30px;
}

.header_ec .c-common__footer__nav-list > li a {
  display: inline-block;
  line-height: 1;
  padding: 5px 0;
}

.header_ec .c-common__footer__link-and-copyright {
  max-width: 1440px;
  margin: 0 auto;
}

.header_ec .c-common__footer__link-and-copyright ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
}

.header_ec .c-common__footer__link-and-copyright ul li {
  padding-right: 30px;
}

.header_ec .c-common__footer__link-and-copyright ul li:last-child {
  padding-right: 0;
}

.header_ec .c-common__footer__link-and-copyright ul li a {
  line-height: 1;
  padding: 5px 0;
}

.header_ec .c-common__footer__link-and-copyright .flag img {
  width: 10px;
  margin: 0 5px 2px 0;
  vertical-align: middle;
}

@media only screen and (max-width: 743px) {
  .content , pre{
    margin-top: 16px;
    padding: 0 0 10px 0;
  }
  .header_ec .l-common__header-wrap[data-fixmode="top"] .l-common__header-fixed {
    position: fixed;
    top: 0;
  }
  .header_ec .ua-android-4 .l-common__header-wrap[data-fixmode="down"] .l-common__header-fixed {
    translate: none;
  }
  .header_ec .l-common__header-logo {
    height: 60px;
    line-height: normal;
    padding: 13px 7px 13px 0;
    box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
  }
  .header_ec .l-common__header-logo .l-common__header-logo-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
  }
  .header_ec .l-common__header-logo .l-common__header-logo-img img {
    vertical-align: middle;
  }
  .header_ec .p-cart-position--exist:before {
    top: 14px;
    right: -5px;
  }
  .header_ec .p-hide--sp {
    display: none;
  }
  .header_ec .l-common__sidenav--per100 .l-common__sidenav__wrap {
    top: 63px;
  }
  .header_ec .l-common__sidenav--per100 .l-common__sidenav__menu {
    width: 100%;
    background: #f2f2f2;
  }
  .header_ec .l-common__sidenav__menu__inner {
    padding-bottom: 200px;
  }
  .header_ec .l-common__sidenav--per100 .p-login {
    line-height: 15px;
    vertical-align: text-top;
    display: inline-block;
  }
  .header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary .title-slide {
    background: #fff;
  }
  .header_ec .l-common__sidenav--per100 .sidenav__menu-category-secondary-list {
    vertical-align: middle;
  }
  .header_ec .l-common__sidenav--per100 .sidenav__menu-category-slide ul > .p-no-sub > h4 {
    background: none;
  }
  .header_ec .l-common__sidenav--per100 .sidenav__menu-category-slide ul > li > h4 {
    padding: 16px;
    background: url(./modules/common/ico-global-nav.png) no-repeat 95% center;
    background-size: 9px 13px;
  }
  .header_ec .l-common__sidenav--per100 .sidenav__menu-category-slide ul > li > h4 a {
    padding: 0;
  }
  .header_ec .l-common__sidenav--per100 .mobile-nav-category {
    display: block;
    width: 100%;
    padding: 4px 20px 0 0px;
    color: #999;
    font-size: 11px;
  }
}
.header_ec .l-common__header-logo {
    padding: 0;
}

@media only screen and (min-width: 744px) {
  .header_ec .p-hide--pc {
    display: none;
  }
  /* .header_ec .l-common__header-logo {
      padding: 15px 0;
  } */
  .header_ec .l-common__header-logo .l-common__header__side--menu, .header_ec .l-common__header__bottom .l-common__header__side--menu {
    display: none;
  }
  .header_ec .l-common__header__search-input__remove-all {
    width: 30px;
    height: 30px;
  }
  .header_ec .l-common__header__link {
    display: block;
    position: absolute;
    top: 13px;
    right: 88px;
  }
  .header_ec .l-common__header__bottom .l-common__header__link {
    position: relative;
    top: auto;
    right: auto;
  }
  .header_ec .l-common__header__link > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .header_ec .l-common__sidenav, .header_ec .l-common__sidenav--per100 {
    position: absolute;
    z-index: 100;
    width: 230px;
    background: #e5e5e5;
    box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
  }
  .header_ec .l-common__sidenav__wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    height: 100%;
    visibility: visible;
    opacity: 1;
  }
  .header_ec .l-common__sidenav--per100 .pc-dis--nb {
    display: none;
  }
  .header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary h3 {
    line-height: 15px;
    padding: 10px 12px;
    background: none;
    color: #000;
    font-size: 15px;
    font-weight: bold;
  }
  .header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide {
    position: static;
    visibility: visible;
    height: auto;
    min-height: auto;
  }
  .header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide ul.subcategory-tree {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    z-index: 999;
    top: -42px;
    right: -600px;
    left: 230px;
    margin: 0 0 20px;
    width: 560px;
    background: #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  }
  .header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide ul.subcategory-tree--active {
    visibility: visible;
    opacity: 1;
  }
  .header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide ul.subcategory-tree li {
    display: block;
    width: 50%;
    border: none;
    height: 35px;
  }
  .header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide ul.subcategory-tree li a {
    display: block;
    width: 100%;
    padding: 10px 16px;
    padding: 16px;
    font-size: 11px;
    line-height: 15px;
    min-height: 15px;
    height: 35px;
  }
  .header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide ul.subcategory-tree li a:hover {
    background: #f2f2f2;
  }
  .header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide ul.subcategory-tree li:first-child {
    width: 100%;
  }
  .header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide ul.subcategory-tree li:first-child a {
    font-weight: bold;
    font-size: 13px;
  }
  .header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide .wrapper {
    height: auto;
    overflow: visible;
  }
  .header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary .title-slide {
    display: none;
  }
  .header_ec .l-common__sidenav--per100 .view-back {
    display: none;
  }
  .header_ec .l-common__sidenav ul li a, .l-common__sidenav--per100 ul li a {
    line-height: 35px;
  }
  .header_ec .l-common__sidenav--per100 .sidenav__menu-category-secondary li:first-child {
    border-top: 0;
  }
  .header_ec .l-common__sidenav--per100 .sidenav__menu-category-secondary-list {
    height: 35px;
    position: relative;
    border-bottom: none;
  }
  .header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide ul > li > h4 {
    cursor: pointer;
    padding: 0;
    display: block;
  }
  .header_ec .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide--active .wrapper {
    overflow-y: visible;
    min-height: auto;
    padding-bottom: 0;
  }
  .header_ec .l-common__sidenav--per100 .pc-mt--0 {
    margin-top: 0;
  }
  .header_ec .c-common__footer {
    padding: 30px 30px 27px 30px;
  }
  .header_ec .c-common__footer__nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header_ec .c-common__footer__nav li {
    margin-right: 10px;
  }
  .header_ec .c-common__footer__nav-top {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }
  .header_ec .c-common__footer .flag img {
    width: 24px;
  }
  .header_ec .c-common__footer__logo a {
    vertical-align: top;
  }
  .header_ec .c-common__footer__nav-list {
    padding: 0;
  }
  .header_ec .c-common__footer__nav-list > li {
    display: block;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .header_ec .c-common__footer__nav-list > li:last-child {
    margin-bottom: 0;
  }
  .header_ec .c-common__footer__nav-list > li a {
    line-height: 18px;
    padding: 0;
  }
  .header_ec .c-common__footer__link-and-copyright {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin: 30px auto 0;
  }
  .header_ec .c-common__footer__link-and-copyright ul {
    display: -webkit-flex;
    display: flex;
    padding: 0;
  }
}

@media only screen and (min-width: 860px) {
  .header_ec .p-top-main {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
}

.header_ec .u-text-align--c {
  text-align: center;
}

.header_ec .u-mt--4 {
  margin-top: 4px;
}

.header_ec .u-fwb {
  font-weight: bold;
}

.header_ec .u-font--13 {
  font-size: 13px;
}

.header_ec .u-hide {
  display: none;
}

.header_ec .u-color--black {
  color: #000;
}

.header_ec .u-ml--5 {
  margin-left: 5px;
}

.header_ec .u-font--12 {
  font-size: 12px;
}

.header_ec .u-mt--10 {
  margin-top: 10px;
}

.header_ec .u-color--grey {
  color: #585858;
}

.header_ec .u-color--lightGrey {
  color: #999;
}

.header_ec .u-font--11 {
  font-size: 11px;
}

.header_ec .u-ml--20 {
  margin-left: 20px;
}

.header_ec .u-mt--0 {
  margin-top: 0;
}

.header_ec .p-cart-position {
  display: inline-block;
  position: relative;
}

.header_ec li {
  list-style: none;
}

.header_ec li {
  list-style-type: none;
}

.header_ec .p-prefectures .multiple-store-list {
  margin: 30px 0;
}