@charset "UTF-8";
/* RESET */
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, form, fieldset, input, button, p {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4 {
  font-size: 100%;
  font-weight: normal;
}

input, button {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button {
  *font-size: 100%;
}

/* RESET HTML5 */
footer, header, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
footer, header, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
   z-index: 0;
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, p, ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  -webkit-tap-highlight-color: transparent;
  vertical-align: bottom;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

a:hover {
  outline-width: thick;
}

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

.content.patch01 {
  max-width: 700px;
  padding: 0 0 10px;
  margin: 0 auto;
}

.content_noside {
  max-width: 732px;
  padding: 0 16px 10px;
  margin: 0 auto;
  overflow: hidden;
  color: #585858;
}

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

@media only screen and (max-width: 768px) {
  .content {
    margin-top: 16px;
    padding: 0 0 10px 0;
  }
  .content_noside {
    padding: 0 0 10px 0;
  }
}

.l-common__header-logo, .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;
}

.l-common__header-fixed {
  position: fixed;
  top: 0;
  z-index: 101;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding-bottom: 0;
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -moz-transition: -moz-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
}

.l-common__header__app--banner {
  display:flex;
  height:60px;
  padding: 13px 12px 13px 12px;
  background-color: #f4f4f4;
  justify-content: space-between;
  align-items: center;
  font-weight:bold;
  font-size:10px;
}

.l-common__header__app--banner .p-banner__frame{
  display:flex;
}

.l-common__header__app--banner .p-banner__frame .p-banner__text{
  padding:4px 5px;
}

.l-common__header__app--banner .p-banner__frame .p-banner__btn-left {
  padding: 0 5px;
}

.l-common__header__app--banner .p-banner__frame .p-banner__btn-left a{
  text-shadow: none;
  box-shadow: none;
  background-image: none;
  background-color: #7f0019;
  padding: 10px 11px 9px;
  border-radius: 4px;
  font-size: 10px;
  white-space: nowrap;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
}

.l-common__header__app--banner .p-banner__frame .p-banner__btn-right {
  margin: auto;
  padding:0 10px; 
}

.l-common__header__app--banner .p-banner__frame .p-banner__btn-close{
  background-color: white;
  border-radius:16px;
  border: 1px solid #c1c1c1;
  text-align: center;
  width: 16px;
}

.l-common__header__app--banner .p-banner__frame .p-banner__btn-close img{
  vertical-align: middle;
}

.l-common__header-logo .l-common__header__side--menu {
  display: block;
  width: 50px;
  height: 44px;
  padding: 15px 16px 0 16px;
}

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

.l-common__header-logo 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;
}

.l-common__header-logo rect {
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.2s 0.2s;
  transition: transform 0.2s 0.2s;
}

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

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

.l-common__header-logo .l-toggle-active svg {
  -webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transform: translateZ(0) rotate(0);
  -ms-transform: translateZ(0) rotate(0);
  transform: translateZ(0) rotate(0);
}

.l-common__header-logo .l-toggle-active .top {
  -webkit-transform: translateZ(0) rotate(45deg);
  -ms-transform: translateZ(0) rotate(45deg);
  transform: translateZ(0) rotate(45deg);
}

.l-common__header-logo .l-toggle-active .middle {
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.l-common__header-logo .l-toggle-active .bottom {
  -webkit-transform: translateZ(0) rotate(-45deg);
  -ms-transform: translateZ(0) rotate(-45deg);
  transform: translateZ(0) rotate(-45deg);
}

.l-common__header-logo .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);
}

.l-common__header__link {
  display: none;
}

.l-common__header__login {
  height: 100%;
}

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

.l-common__header__login span {
  display: block;
  line-height: 11px;
  margin-top: 5px;
  font-size: 11px;
}

.l-common__header__login-list, .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;
}

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

.l-common__header__login-list a:hover, .l-common__header__support-list a:hover {
  background: #f2f2f2;
}

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

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

.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%);
}

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

.l-common__header-wrap {
  height: 60px;
}
  
.l-common__sidenav, .l-common__sidenav--per100 {
  z-index: 99;
  width: 100%;
  height: 100%;
}

.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;
}

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

.l-common__sidenav__menu__inner {
  background: #f2f2f2;
}

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

.l-common__sidenav__category {
  background: #fff;
}

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

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

.l-common__sidenav ul li a, .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;
}
.l-common__sidenav ul li a h3, .l-common__sidenav--per100 ul li a h3 {
  padding: 0;
}
.l-common__sidenav__category:first-child .l-common__sidenav__category-primary li:first-child a {
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .l-common__header-logo .l-common__header__side--menu {
    display: none;
  }
  .l-common__header__link {
    display: block;
    position: absolute;
    top: 13px;
    right: 88px;
  }
  .l-common__header__link > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .l-common__sidenav, .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);
  }
  .l-common__sidenav__wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    height: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  .l-common__header-wrap[data-fixmode="top"] .l-common__header-fixed {
    position: fixed;
    top: 0;
  }
  /* target andoroid 4.0 */
  .l-common__sidenav__menu {
    z-index: 200;
    overflow-y: scroll;
    width: 300px;
  }
  .l-common__sidenav__menu__inner {
    padding-bottom: 200px;
  }
}

.l-common__header-logo {
  position: relative;
  padding: 0;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

.l-common__header-logo .l-common__header__side--menu-inner {
  -webkit-transform: translateZ(0) rotate(0deg);
  -ms-transform: translateZ(0) rotate(0deg);
  transform: translateZ(0) rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

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

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

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

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

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

.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;
}

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

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

.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;
}

.l-common__header__bottom .l-common__header__left-link {
  width: 230px;
}

.l-common__header__bottom .l-common__header__left-link__store, .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;
}

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

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

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

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

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

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

.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 #d9d9d9;
  border-radius: 4px;
}

.l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc ::placeholder {color: #ccc;}

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

.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 #d9d9d9;
  border-radius: 4px 0 0 4px;
  background-color: #fafafa;
  text-align: center;
}

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

.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("../img/modules/common/ico-drop-down-arrow.png") no-repeat left;
  background-size: contain;
}

.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);
}

.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;
}

.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;
}

.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;
}

.l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc .p-selectbox__pulldpwn ul li a:hover {
  background: #f2f2f2;
}

.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;
}

.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;
}

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

.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;
  cursor: pointer;
}

.l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc .p-suggestion-link .p-categories li:hover {
  background: #f2f2f2;
}

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

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

.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;
}

.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;
}

.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%;
}

.l-common__header__bottom .l-common__header__right-box .l-common__header__search--pc .p-suggestion-link .p-items li:hover {
  background: #f2f2f2;
}

.l-common__header__bottom .l-common__header__right-box .l-common__header__link {
  margin-left: 57px;
}

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

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

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

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

.l-common__header__bottom .l-common__header__right-box .l-common__header__link > ul > li {
  white-space: nowrap;
}

.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);
}

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

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

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

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

.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 #d9d9d9;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  text-align: center;
}

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

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

.p-header-search--sp-animate-main .l-common__header__search--sp .p-selectbox:after {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 6px;
  margin-left: 3px;
  background: url("../img/modules/common/ico-drop-down-arrow.png") no-repeat left;
  background-size: contain;
}

.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);
}

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

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

.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;
}

.p-header-search--sp-animate-main .l-common__header__search--sp .p-selectbox__pulldpwn ul li a:hover {
  background: #ccc;
}

.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);
}

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

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

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

.p-header-search--sp-animate-main .l-common__header__search--sp .p-suggestion-link .p-categories li:hover {
  background: #f2f2f2;
}

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

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

.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;
}

.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;
}

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

.p-header-search--sp-animate-main .l-common__header__search--sp .p-suggestion-link .p-items li:hover {
  background: #f2f2f2;
}

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

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

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

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

.l-common__sidenav--per100 .mobile-nav-category {
  display: none;
}

.l-common__sidenav--per100 .l-common__sidenav__category-primary h3 {
  line-height: 30px;
  padding: 10px 16px;
  color: #000;
}

.l-common__sidenav--per100 .l-common__sidenav__category-primary h3.menu_haschild {
  background: url(../img/modules/common/ico-global-nav.png) no-repeat 95% center;
  background-size: 9px 13px;
}


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

.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%;
}

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

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

.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;
}

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

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

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

@media only screen and (max-width: 768px) {
  .p-hide--sp {
    display: none;
  }
  .l-common__header-logo {
    height: 60px;
    padding: 13px 7px 13px 0;
    box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
  }
  .l-common__header-logo .l-common__header-logo-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
  }
  .l-common__header-logo .l-common__header-logo-img img {
    vertical-align: middle;
  }
  .l-common__sidenav--per100 .l-common__sidenav__menu {
    width: 100%;
    background: #f2f2f2;
  }
  .l-common__sidenav--per100 .p-login {
    line-height: 15px;
    vertical-align: text-top;
    display: inline-block;
  }
  .l-common__sidenav--per100 .l-common__sidenav__wrap {
    top: 63px;
  }
  .l-common__sidenav--per100 .l-common__sidenav__category-primary .title-slide {
    background: #fff;
  }
  .l-common__sidenav--per100 .sidenav__menu-category-slide ul > li > h4 {
    padding: 16px;
  }

  .l-common__sidenav--per100 .sidenav__menu-category-slide ul > li > h4.menu_haschild {
    background: url(../img/modules/common/ico-global-nav.png) no-repeat 95% center;
    background-size: 9px 13px;
  }

  .l-common__sidenav--per100 .sidenav__menu-category-slide ul > li > h4 a {
    padding: 0;
  }
  .l-common__sidenav--per100 .sidenav__menu-category-slide ul > .p-no-sub > h4 {
    background: none;
  }
  .l-common__sidenav--per100 .sidenav__menu-category-secondary-list {
    vertical-align: middle;
  }
  .l-common__sidenav--per100 .mobile-nav-category {
    display: block;
    width: 100%;
    padding: 4px 20px 0 0px;
    color: #999;
    font-size: 11px;
  }
  .p-cart-position--exist:before {
    top: 14px;
    right: -5px;
  }
}

@media only screen and (min-width: 769px) {
  .p-hide--pc {
    display: none;
  }
  .l-common__header__bottom .l-common__header__link {
    position: relative;
    top: auto;
    right: auto;
  }
  .l-common__header__search-input__remove-all {
    width: 30px;
    height: 30px;
  }
  .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;
  }
  .l-common__sidenav--per100 .l-common__sidenav__category-primary h3.menu_haschild {
    background: none;
  }
  .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide {
    position: static;
    visibility: visible;
    height: auto;
    min-height: auto;
  }
  .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);
  }
  .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide ul.subcategory-tree--active {
    visibility: visible;
    opacity: 1;
  }
  .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;
  }
  .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;
    font-size: 11px;
    line-height: 15px;
    min-height: 15px;
    height: 35px;
  }
  .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide ul.subcategory-tree li a:hover {
    background: #f2f2f2;
  }
  .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide ul.subcategory-tree li:first-child {
    width: 100%;
  }
  .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;
  }
  .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide ul > li > h4 {
    cursor: pointer;
    padding: 0;
    display: block;
  }
  .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide--active .wrapper {
    overflow-y: visible;
    min-height: auto;
    padding-bottom: 0;
  }
  .l-common__sidenav--per100 .l-common__sidenav__category-primary .title-slide {
    display: none;
  }
  .l-common__sidenav--per100 .view-back {
    display: none;
  }
  .l-common__sidenav ul li a, .l-common__sidenav--per100 ul li a {
    line-height: 35px;
  }
  .l-common__sidenav--per100 .sidenav__menu-category-secondary li:last-child {
    border-bottom: none;
  }
  .l-common__sidenav--per100 .sidenav__menu-category-secondary-list {
    height: 35px;
    position: relative;
    border-bottom: none;
  }
  .l-common__sidenav--per100 .pc-dis--nb {
    display: none;
  }
  .l-common__sidenav--per100 .pc-mt--0 {
    margin-top: 0;
  }
  .l-common__sidenav--per100 .l-common__sidenav__category-primary .sidenav__menu-category-slide .wrapper {
    height: auto;
    overflow: visible;
  }
}

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

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

.c-common__footer__logo {
  width: 120px;
}

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

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

.c-common__footer__social-buttons ul {
  display: flex;
  padding: 0;
  gap: 20px;
}

.c-common__footer__social-buttons li {
  width: 28px;
  list-style: none;
  height: 29px;
}

.c-common__footer__social-buttons li a {
  width: inherit;
  height: inherit;
  display: flex;
}

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

.c-common__footer__social-buttons li img {
  width: inherit;
  margin: auto;
}
/* Start */
.l-footer-social-buttons ul {
  display: flex;
  padding: 0;
  gap: 20px;
}

.l-footer-social-buttons li {
  width: 28px;
  list-style: none;
  height: 29px;
}

.l-footer-social-buttons li a {
  width: inherit;
  height: inherit;
  display: flex;
}

.l-footer-social-buttons li:first-child {
  margin-left: 0;
}

.l-footer-social-buttons li img {
  width: inherit;
  margin: auto;
}

/* End */
@media screen and (min-width: 1000px) {
  .c-common__footer__social-buttons-small-screen {
    display: none !important;
  }
}
@media screen and (max-width: 999px) {
  .c-common__footer {
      padding: 48px 64px 24px;
  }
  .c-common__footer__nav {
      display: block;
  }
  .c-common__footer__social-buttons ul {
      display: none;
    }
  .c-common__footer__social-buttons-small-screen {
      display: flex !important;
      gap: 48px !important;
      margin-top: 48px !important;
  }
  .c-common__footer__link-and-copyright {
      display: block;
  }
  .c-common__footer__copyright {
      margin-top: 48px;
  }
}

@media screen and (min-width: 1000px) {
  .l-common__footer__social-buttons-small-screen {
    display: none !important;
  }
}
@media screen and (max-width: 999px) {
  .l-common__footer {
      padding: 48px 64px 24px;
  }
  .l-common__footer__nav {
      display: block;
  }
  .l-common__footer__social-buttons ul {
      display: none;
    }
  .l-common__footer__social-buttons-small-screen{
      display: flex !important;
      gap: 48px !important;
      margin-top: 48px !important;
  }
  .l-common__footer__link-and-copyright {
      display: block;
  }
  .l-common__footer__copyright {
      margin-top: 48px;
  }
}


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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 769px) {
  .c-common__footer {
    padding: 30px 16px 27px 246px;
  }
  .c-common__footer__nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .c-common__footer__nav-top {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }
  .c-common__footer__nav-list {
    padding: 0;
  }
  .c-common__footer__nav-list > li {
    display: block;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .c-common__footer__nav-list > li:last-child {
    margin-bottom: 0;
  }
  .c-common__footer__nav-list > li a {
    line-height: 18px;
    padding: 0;
  }
  .c-common__footer__nav li {
    margin-right: 10px;
  }
  .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;
  }
  .c-common__footer__link-and-copyright ul {
    display: -webkit-flex;
    display: flex;
    padding: 0;
  }
  .c-common__footer .flag img {
    width: 24px;
  }
  .c-common__footer__logo a {
    vertical-align: top;
  }
  .c-common__footer__social-buttons li {
    margin-right: 0;
  }
}

.c_common-selection__control__checkbox {
  /* position: absolute; */
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.c_common-selection__control__checkbox + label {
  display: inline-block;
  position: relative;
  line-height: 18px;
  padding-left: 28px;
  cursor: pointer;
}

.c_common-selection__control__checkbox + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  border: 2px solid #999;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: contain;
}

.c_common-selection__control__checkbox + label:after {
  display: none;
  position: absolute;
  width: 6px;
  height: 12px;
  content: '';
  box-sizing: border-box;
  transform: rotate(45deg);
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  top: 1px;
  left: 6px;
}

.c_common-selection__control__checkbox:focus + label:before {
  border-color: #1589ee;
  box-shadow: 0 0 3px #1589ee;
}

.c_common-selection__control__checkbox:checked + label:before {
  border: 2px solid #7f0119;
  background: #7f0119;
  color: #fff;
}

.c_common-selection__control__checkbox:checked + label:after {
  display: block;
}

.c-common__searchbox {
  position: relative;
}

.c-common__searchbox__input {
  min-height: 40px;
  padding: 0 16px 0 67px;
  border: solid 1px #999;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
  box-sizing: border-box;
  color: #585858;
  font-size: 13px;
  white-space: nowrap;
}

.c-common__searchbox__input:focus {
  border-color: #60b3fa;
  outline: 0;
  box-shadow: 0 1px 2px 1px rgba(96, 179, 250, 0.1);
}

.c-common__searchbox__icon {
  position: absolute;
  width: 50px;
  height: 40px;
  border-right: 1px solid #979797;
  background: url("../img/modules/common/ico-search.png") no-repeat center;
  background-size: auto 15px;
  top: 0;
  left: 0;
}

.c-common-normal-buttons, .c-common-normal-buttons--more_small, .c-common-normal-buttons--more_pc {
  max-width: 300px;
  margin: 30px auto 0;
  border: 1px solid #999;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0 1px 3px rgba(88, 88, 88, 0.3);
  font-size: 12px;
   text-align: center;
}

.c-common-normal-buttons a, .c-common-normal-buttons--more_small a, .c-common-normal-buttons--more_pc a {
  display: block;
  padding: 10px;
  color: #585858;
  text-decoration: none;
}

.c-common-normal-buttons--more_small, .c-common-normal-buttons--more_pc {
  border: 1px solid #999;
  background: #999;
}

.c-common-normal-buttons--more_small a, .c-common-normal-buttons--more_pc a {
  color: #fff;
}

.c-common-normal-buttons--more_pc {
  max-width: 500px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.6rem;
}

.c-common-normal-buttons--more_pc a {
  padding: 15px 0;
}

.c-common-normal-buttons--block-read_more-readmore {
  margin: 12px 0 0 0;
  display: inline-block;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: #60B3FA;
  font-size: 12px;
  cursor: pointer;
}

.c-common-normal-buttons--block-read_more-readmore::after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-right: 5px;
  background: url("../img/modules/common/ico-down-arrow.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .c-common-normal-buttons--more_pc {
    max-width: 300px;
    margin-top: 10px;
    font-size: 12px;
  }
  .c-common-normal-buttons--more_pc a {
    padding: 10px 0;
  }
}

.c-common__slide-list--item, .c-common__slide-list--status, .c-common__slide-list--article-pc {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.c-common__slide-list--item ul, .c-common__slide-list--status ul, .c-common__slide-list--article-pc ul {
  /* display: -webkit-flex;
  display: flex; */
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c-common__slide-list--item ul > li, .c-common__slide-list--status ul > li, .c-common__slide-list--article-pc ul > li {
  position: relative;
  margin: 0 20px;
  padding: 5px;
}

.c-common__slide-list--item ul > li a, .c-common__slide-list--status ul > li a, .c-common__slide-list--article-pc ul > li a {
  color: #585858;
  text-decoration: none;
}

.c-common__slide-list--item ul > li .single-pdt-box, .c-common__slide-list--status ul > li .single-pdt-box, .c-common__slide-list--article-pc ul > li .single-pdt-box {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
}

.c-common__slide-list--item ul > li img, .c-common__slide-list--status ul > li img, .c-common__slide-list--article-pc ul > li img {
  width: 100%;
}

.c-common__slide-list--item ul > li .item-product, .c-common__slide-list--status ul > li .item-product, .c-common__slide-list--article-pc ul > li .item-product {
  padding: 10px 9px 0 9px;
}

.c-common__slide-list--item ul > li .item-product .title, .c-common__slide-list--status ul > li .item-product .title, .c-common__slide-list--article-pc ul > li .item-product .title {
  line-height: 17px;
  font-size: 12px;
}

.c-common__slide-list--item ul > li .item-product .title--material, .c-common__slide-list--article-pc ul > li .item-product .title--material {
  display: block;
  line-height: 15px;
  font-size: 11px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-common__slide-list--item ul > li .item-product .title--lang-name {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  white-space: normal;
}

.c-common__slide-list--article-pc ul > li .item-product .title--datetime {
  display: block;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-common__slide-list--item {
  margin-top: 15px;
}

.c-common__slide-list--item ul li {
  padding: 10px 15px 10px 10px;
}

.c-common__slide-list--item ul li .single-pdt-box {
  padding-bottom: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
}

.c-common__slide-list--status {
  max-width: 700px;
  margin: 0 auto;
}

.c-common__slide-list--status ul > li {
  margin: 0 20px 0 0;
  padding: 19px 19px 12px 3px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.c-common__slide-list--status ul > li .item-product {
  padding: 10px 15px;
}

.c-common__slide-list--article-pc {
  max-width: 1440px;
  margin: 0 auto;
}

.c-common__slide-list--article-pc ul > li {
  margin: 0;
  padding: 18px 20px;
}

.c-common__slide-list--article-pc ul > li .item-product {
  padding: 12px 9px 18px 9px;
}

.c-common__slide-list--article-pc ul > li .item-product .title--spe_name {
  display: block;
  min-height: 35px;
  margin-top: 5px;
  overflow: hidden;
  color: #000;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.c-common__slide-list--status ul {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-common__slide-list--status ul > li {
  width: 48%;
  overflow: hidden;
  margin: 4% 4% 0 0;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
}

.c-common__slide-list--status ul > li:nth-child(2n) {
  margin-right: 0;
}

.c-common__slide-list--status ul > li .single-pdt-box {
  border-radius: 0;
  box-shadow: none;
}

.c-common__search-category {
  margin-top: 42px;
}

.c-common__search-category ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.c-common__search-category ul li {
  width: 25%;
  text-align: center;
}

.c-common__search-category ul li:nth-child(4) {
  margin: 0;
}

.c-common__search-category ul li .name {
  margin-top: 10px;
  line-height: 13px;
  color: #585858;
  font-size: 13px;
}

.c-common__search-category ul li .sub-img img {
  width: 61%;
}

@media only screen and (max-width: 768px) {
  .c-common__slide-list--item ul > li, .c-common__slide-list--status ul > li, .c-common__slide-list--article-pc ul > li {
    margin: 0;
    padding: 19px 9px 12px 9px;
  }
  .c-common__slide-list--article-pc ul > li .item-product .title--datetime {
    font-size: 11px;
  }
  .c-common__slide-list--item ul li {
    margin-right: 20px;
    padding: 0;
  }
  .c-common__slide-list--status ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-common__slide-list--status ul > li {
    width: 47.5%;
    margin: 5% 5% 0 0;
    padding: 0;
  }
}

.c-common__breadcrumb {
  margin: 0 10px;
  font-size: 12px;
}

.c-common__breadcrumb ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-common__breadcrumb ul li {
  margin-right: 1em;
}

.c-common__breadcrumb ul li:after {
  content: ">";
  margin-left: 1em;
  color: #999;
}

.c-common__breadcrumb ul li:last-child:after {
  display: none;
  content: "";
  margin-right: 0;
}

.c-common__breadcrumb ul li a {
  text-decoration: none;
  color: #999;
}

.c-common__follow-button {
  display: inline-block;
  width: 99px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #999;
  box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
  border-radius: 4px;
  background: #fff;
  color: #585858;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.c-common__follow-button--active {
  box-shadow: 0 1px 3px 0 rgba(137, 137, 137, 0.3);
  background: #8B1A27;
  color: #fff;
}

.c-common-normal-buttons, .c-common-normal-buttons--more_small, .c-common-normal-buttons--more_pc {
  max-width: 300px;
  margin: 30px auto 0;
  border: 1px solid #999;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0 1px 3px rgba(88, 88, 88, 0.3);
  font-size: 12px;
  text-align: center;
}

.c-common-normal-buttons a, .c-common-normal-buttons--more_small a, .c-common-normal-buttons--more_pc a {
  display: block;
  padding: 10px;
  color: #585858;
  text-decoration: none;
}

.c-common-normal-buttons--more_small, .c-common-normal-buttons--more_pc {
  border: 1px solid #999;
  background: #999;
}

.c-common-normal-buttons--more_small a, .c-common-normal-buttons--more_pc a {
  color: #fff;
}

.c-common-normal-buttons--more_pc {
  max-width: 500px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.6rem;
}

.c-common-normal-buttons--more_pc a {
  padding: 15px 0;
}

.c-common-normal-buttons--block-read_more-readmore {
  margin: 12px 0 0 0;
  display: inline-block;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: #60B3FA;
  font-size: 12px;
  cursor: pointer;
}

.c-common-normal-buttons--block-read_more-readmore::after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-right: 5px;
  background: url("../img/modules/common/ico-down-arrow.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .c-common-normal-buttons--more_pc {
    max-width: 300px;
    margin-top: 10px;
    font-size: 12px;
  }
  .c-common-normal-buttons--more_pc a {
    padding: 10px 0;
  }
}

.c_common-selection__control__checkbox {
   /* position: absolute;  */
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.c_common-selection__control__checkbox + label {
  display: inline-block;
  position: relative;
  line-height: 18px;
  padding-left: 28px;
  cursor: pointer;
}

.c_common-selection__control__checkbox + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  border: 2px solid #999;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: contain;
}

.c_common-selection__control__checkbox + label:after {
  display: none;
  position: absolute;
  width: 6px;
  height: 12px;
  content: '';
  box-sizing: border-box;
  transform: rotate(45deg);
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  top: 1px;
  left: 6px;
}

.c_common-selection__control__checkbox:focus + label:before {
  border-color: #1589ee;
  box-shadow: 0 0 3px #1589ee;
}

.c_common-selection__control__checkbox:checked + label:before {
  border: 2px solid #7f0119;
  background: #7f0119;
  color: #fff;
}

.c_common-selection__control__checkbox:checked + label:after {
  display: block;
}

.c-common__category-list ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin: 20px auto 0;
}

.c-common__category-list ul li {
  width: 15%;
  margin: 2% 2% 0 0;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
}

.c-common__category-list ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  line-height: 16px;
  color: #000;
}

.c-common__category-list ul li .c-list__item--img {
  width: 40%;
  max-width: 110px;
}

.c-common__category-list ul li .c-list__item--img img {
  width: 100%;
}

.c-common__category-list ul li .c-list__item--name {
  width: calc(60% - 10px);
  overflow: hidden;
  margin-left: 10px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  white-space: normal;
}

.c-common__category-list ul li:nth-child(6n) {
  margin-right: 0;
}

#my-refine-dialog .dialog-content {
  padding: 16px;
  overflow: hidden;
}

@media screen and (min-width: 769px) and (max-width: 1151px) {
  .c-common__category-list ul li {
    width: 31.2%;
    margin: 3% 3% 0 0;
  }
  .c-common__category-list ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .c-common__category-list ul {
    width: 92%;
    margin: 20px auto 0;
  }
  .c-common__category-list ul li {
    width: 48.5%;
    margin: 3% 3% 0 0;
    font-size: 11px;
  }
  .c-common__category-list ul li .c-list__item--img {
    max-width: 55px;
  }
  .c-common__category-list ul li:nth-child(2n) {
    margin-right: 0;
  }
}



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

.content.patch01 {
  max-width: 700px;
  padding: 0 0 10px;
  margin: 0 auto;
}

.content_noside {
  max-width: 732px;
  padding: 0 16px 10px;
  margin: 0 auto;
  overflow: hidden;
  color: #585858;
}

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

@media only screen and (max-width: 768px) {
  .content {
    margin-top: 16px;
    padding: 0 0 10px 0;
  }
  .content_noside {
    padding: 0 0 10px 0;
  }
}

.c-common__slide-list--item, .c-common__slide-list--status, .c-common__slide-list--article-pc {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.c-common__slide-list--item ul, .c-common__slide-list--status ul, .c-common__slide-list--article-pc ul {
  /* display: -webkit-flex;
  display: flex; */
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c-common__slide-list--item ul > li, .c-common__slide-list--status ul > li, .c-common__slide-list--article-pc ul > li {
  position: relative;
  margin: 0 20px;
  padding: 5px;
}

.c-common__slide-list--item ul > li a, .c-common__slide-list--status ul > li a, .c-common__slide-list--article-pc ul > li a {
  color: #585858;
  text-decoration: none;
}

.c-common__slide-list--item ul > li .single-pdt-box, .c-common__slide-list--status ul > li .single-pdt-box, .c-common__slide-list--article-pc ul > li .single-pdt-box {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
}

.c-common__slide-list--item ul > li img, .c-common__slide-list--status ul > li img, .c-common__slide-list--article-pc ul > li img {
  width: 100%;
}

.c-common__slide-list--item ul > li .item-product, .c-common__slide-list--status ul > li .item-product, .c-common__slide-list--article-pc ul > li .item-product {
  padding: 10px 9px 0 9px;
}

.c-common__slide-list--item ul > li .item-product .title, .c-common__slide-list--status ul > li .item-product .title, .c-common__slide-list--article-pc ul > li .item-product .title {
  line-height: 17px;
  font-size: 12px;
}

.c-common__slide-list--item ul > li .item-product .title--material, .c-common__slide-list--article-pc ul > li .item-product .title--material {
  display: block;
  line-height: 15px;
  font-size: 11px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-common__slide-list--item ul > li .item-product .title--lang-name {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  white-space: normal;
}

.c-common__slide-list--article-pc ul > li .item-product .title--datetime {
  display: block;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-common__slide-list--item {
  margin-top: 15px;
}

.c-common__slide-list--item ul li {
  padding: 10px 15px 10px 10px;
}

.c-common__slide-list--item ul li .single-pdt-box {
  padding-bottom: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
}

.c-common__slide-list--status {
  max-width: 700px;
  margin: 0 auto;
}

.c-common__slide-list--status ul > li {
  margin: 0 20px 0 0;
  padding: 19px 19px 12px 3px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.c-common__slide-list--status ul > li .item-product {
  padding: 10px 15px;
}

.c-common__slide-list--article-pc {
  max-width: 1440px;
  margin: 0 auto;
}

.c-common__slide-list--article-pc ul > li {
  margin: 0;
  padding: 18px 20px;
}

.c-common__slide-list--article-pc ul > li .item-product {
  padding: 12px 9px 18px 9px;
}

.c-common__slide-list--article-pc ul > li .item-product .title--spe_name {
  display: block;
  min-height: 35px;
  margin-top: 5px;
  overflow: hidden;
  color: #000;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.c-common__slide-list--status ul {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-common__slide-list--status ul > li {
  width: 48%;
  overflow: hidden;
  margin: 0 4% 4% 0;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
}

.c-common__slide-list--status ul > li:nth-child(2n) {
  margin-right: 0;
}

.c-common__slide-list--status ul > li .single-pdt-box {
  border-radius: 0;
  box-shadow: none;
}

.c-common__search-category {
  margin-top: 42px;
}

.c-common__search-category ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.c-common__search-category ul li {
  width: 25%;
  text-align: center;
}

.c-common__search-category ul li:nth-child(4) {
  margin: 0;
}

.c-common__search-category ul li .name {
  margin-top: 10px;
  line-height: 13px;
  color: #585858;
  font-size: 13px;
}

.c-common__search-category ul li .sub-img img {
  width: 61%;
}

@media only screen and (max-width: 768px) {
  .c-common__slide-list--item ul > li, .c-common__slide-list--status ul > li, .c-common__slide-list--article-pc ul > li {
    margin: 0;
    padding: 19px 9px 12px 9px;
  }
  .c-common__slide-list--article-pc ul > li .item-product .title--datetime {
    font-size: 11px;
  }
  .c-common__slide-list--item ul li {
    margin-right: 20px;
    padding: 0;
  }
  .c-common__slide-list--status ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-common__slide-list--status ul > li {
    width: 47.5%;
    margin: 5% 5% 0 0;
    padding: 0;
  }
}

.c-common__slick-list__item {
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
}

.c-common__slick-list__item img {
  width: 100%;
}

.c-common__slick-list__description {
  padding: 10px;
  color: #585858;
}

.c-common__slick-list__description--name {
  line-height: 15px;
  font-size: 11px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-common__slick-list__description--detail {
  display: -webkit-box;
  min-height: 35px;
  overflow: hidden;
  font-size: 12px;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: pre-line;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-common__slick-list .slick-track {
  margin: 0;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-common__slick-list .slick-slide {
  height: auto;
  margin: 0 16px 0 0;
  padding: 0;
}

.c-common__slick-list .slick-list {
  overflow: visible;
  padding: 0 0 5px 5px;
}

@media screen and (max-width: 769px) {
  .c-common__slick-list .slick-slide {
    margin: 0 16px 0 0;
  }
}

.c-common__category-list {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.header-img,
.footer-img {
  width: 100%;
}

.content {
  color: #585858;
}

h1.m-common__category-title {
  color: #000;
  font-size: 24px;
}

p.lead-txt {
  margin-top: 10px;
  padding: 0;
  font-size: 13px;
}


#my-refine-dialog .dialog-content {
  padding: 16px;
}

#my-refine-dialog #dialogTitle {
  padding-bottom: 30px;
  font-weight: bold;
}

#my-refine-dialog #dialogTitle.u-pb--0 {
  padding-bottom: 0;
}

.p-dialog-refine {
  height: auto;
  max-height: calc(90vh - 60px);
  overflow-y: auto;
  font-size: 13px;
}

.p-dialog-refine h2 {
  font-weight: bold;
}

.p-dialog-refine .p-search-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.p-dialog-refine .p-search-list__item {
  width: 50%;
  margin-top: 20px;
}

.p-dialog-refine .p-search-list__item:nth-child(1), .p-dialog-refine .p-search-list__item:nth-child(2) {
  margin-top: 10px;
}

.p-dialog-refine .p-search-list__item .c_common-selection__control__checkbox + label {
  padding-left: 2.2em;
}

.p-dialog-refine .p-search-list__item.p-special-list {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  h1.m-common__category-title {
    margin-left: 16px;
  }
  h2.p-storedetail__category-caption {
    margin-left: 16px;
  }
}

@media only screen and (max-width: 320px) {
  .p-dialog-refine .p-search-list__item .c_common-selection__control__checkbox + label {
    padding-left: 1.8em;
    font-size: 12px;
  }
}

/* RESET */

/* RESET */
a {
  text-decoration: none;
}

@media only screen and (min-width: 770px) {
  .p-goole-map__app-link {
    display: none;
  }
}

@media only screen and (max-width: 769px) {
  .p-goole-map__app-link {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 12px;
    width: 90px;
    height: 19px;
    line-height: 19px;
    border: 1px solid #999;
    border-radius: 4px;
    background: #fff;
    color: #585858;
    font-size: 11px;
    text-align: center;
  }
}

/* RESET */

.c-common__slide-list--article-pc {
  max-width: 1440px;
}

h1.m-common__category-title {
  font-weight: bold;
  line-height: 160%;
}

.title--spe_name {
  margin-top: 5px;
}

.recent-view-item {
  width: 100%;
  margin: 0 auto 30px;
}

.recent-view-item h1 {
  font-size: 15px;
  font-weight: bold;
}

.recent-view-item .c-common__slide-list--article-pc {
  margin-top: 20px;
}

.recent-view-item .c-common__slide-list--article-pc ul li {
  min-width: 150px;
  max-width: 230px;
  margin-left: 16px;
  padding: 0;
}

.recent-view-item .c-common__slide-list--article-pc ul li:first-of-type {
  margin-left: 0;
}

.recent-view-item .c-common__slide-list--article-pc ul li .single-pdt-box {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.recent-view-item .c-common__slide-list--article-pc ul li .item-product {
  padding: 0 10px 11px 10px;
}

.recent-view-item .c-common__slide-list--article-pc ul li .item-product .title--material {
  margin-top: 11px;
}

.recent-view-item .c-common__slide-list--article-pc ul li .item-product .title--spe_name {
  color: #585858;
}

@media only screen and (max-width: 768px) {
  .recent-view-item {
    margin-top: 15px;
    padding: 0 16px;
  }
  .recent-view-item h1 {
    padding-left: 0;
  }
  .recent-view-item .c-common__slide-list--article-pc {
    margin-top: 10px;
  }
  .recent-view-item .c-common__slide-list--article-pc ul > li {
    padding: 0;
    height: auto;
    min-width: 150px;
    max-width: 230px;
    margin-left: 16px;
  }
  .recent-view-item .c-common__slide-list--article-pc ul > li .item-product .title--material {
    line-height: 10px;
    font-size: 11px;
  }
  .recent-view-item .c-common__slide-list--article-pc ul > li .item-product .title--spe_name {
    min-height: 33px;
    line-height: 16px;
    font-size: 11px;
  }
}

@media only screen and (min-width: 860px) {
  .c-common__breadcrumb {
    margin: 0;
  }
}

.p-accept-main .m-common__category-title {
  font-size: 19px;
}

.p-accept-main .p-access-map {
  position: relative;
  clear: both;
  padding: 0 16px;
}


.p-accept-main .p-search-result {
  padding: 16px;
  background: #f2f2f2;
}

@media only screen and (max-width: 768px) {
  .recent-view-item .c-common__slide-list--article-pc ul > li {
    min-width: 116px;
  }
}

@media only screen and (min-width: 860px) {
  .p-accept-main {
    max-width: 1440px;
    width: 100%;
    margin: 30px auto 0;
  }
  .p-accept-main .p-search-result-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 24px 0 0 0;
    background: #f2f2f2;
  }
  .p-accept-main .p-search-result-content .p-access-map {
    width: 50%;
    margin: 0;
    padding: 0;
  }
  .p-accept-main .p-search-result-content .p-search-result {
    width: 50%;
    margin: 0;
    background: none;
  }
}

.event-main {
  width: 100%;
  margin: 20px auto 0;
  color: #585858;
  max-width: 1200px;
}

.event-main .ttl-event-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.event-main .ttl-event-list h1 {
  color: #000;
  font-size: 19px;
  font-weight: normal;
}

.event-main .ttl-event-list .link {
  width: 40px;
  height: 40px;
}

.event-main .ttl-event-list .link a {
  display: block;
  height: 40px;
  background: url("../img/modules/common/ico-event-link.png") no-repeat center;
  background-size: auto 32px;
}

.event-main .recent-view-item .c-common__slide-list--article-pc ul li .item-product .title--material {
  font-size: 11px;
}

.event-main .recent-view-item .c-common__slide-list--article-pc ul li .item-product .title--spe_name {
  font-size: 12px;
}

.event-main .c-common__breadcrumb {
  margin-top: 4px;
}

.multiple-store-list {
  margin-top: 10px;
  border-top: 1px solid #999;
  font-size: 12px;
}

.multiple-store-list__item {
  padding: 10px 16px;
  border-bottom: 1px solid #999;
}

.multiple-store-list__top a {
  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;
  color: #585858;
}

.multiple-store-list__name {
  min-width: 45%;
}

.multiple-store-list__arrow {
  width: 8px;
  height: 6px;
  background: url(../img/modules/common/ico-drop-down-arrow.png) no-repeat 94% center;
  background-size: 8px 6px;
}

@media only screen and (max-width: 768px) {
  .event-main {
    margin: 0 auto;
  }
  .event-main .ttl-event-list {
    padding: 0 10px 0 0;
  }
  .event-main .ttl-event-list .link {
    width: 32px;
    height: 32px;
  }
  .event-main .ttl-event-list .link a {
    display: block;
    height: 32px;
    background: url("../img/modules/common/ico-event-link.png") no-repeat center;
    background-size: auto 28px;
  }
  .event-main .recent-view-item {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 320px) {
  .multiple-store-list__item {
    padding: 10px 0;
  }
}

@media only screen and (min-width: 769px) {
  .c-common-normal-buttons--block-read_more-readmore {
    display: none;
  }
}

.p-nav__list--delivery {
  position: relative;
  float: left;
  width: 50%;
  font-size: 12px;
  text-align: center;
}

.p-nav__list--delivery a {
  display: block;
  width: 100%;
  padding: 10px 0;
  background-color: #f2f2f2;
  color: #585858;
  text-decoration: none;
}

.multiple-store-list {
  margin-top: 10px;
  border-top: 1px solid #999;
  font-size: 12px;
}

.multiple-store-list__item {
  padding: 10px 16px;
  border-bottom: 1px solid #999;
}

.multiple-store-list__top a {
  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;
  color: #585858;
}

.multiple-store-list__name {
  min-width: 45%;
}

.multiple-store-list__arrow {
  width: 8px;
  height: 6px;
  background: url(../img/modules/common/ico-drop-down-arrow.png) no-repeat 94% center;
  background-size: 8px 6px;
}

@media only screen and (max-width: 320px) {
  .multiple-store-list__item {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 768px) {
  .error-main {
    display: block;
  }
}

.error-main {
  max-width: 1440px;
  margin-top: 30px;
}

.error-main main a {
  color: #60b3fa;
  font-size: 13px;
}

.error-main main .error-header {
  padding: 0 16px;
}

.error-main main .error-header h1 {
  font-size: 19px;
  color: #000;
}

.error-main main .error-header .error-header__sub {
  margin-top: 20px;
  line-height: 19px;
  font-size: 13px;
}

.error-main main .error-header .error-header__company {
  margin-top: 10px;
  font-size: 13px;
}



@media only screen and (min-width: 769px) {
  .error-main .error-header {
    padding: 0;
  }
}

.p-storesearch-page-tittle {
  padding: 14px 16px 30px;
  color: #000;
  font-size: 19px;
  font-weight: normal;
}

.p-storesearch-map-wrap {
  height: 270px;
}

.p-storesearch-map-wrap.p-accept-main .p-access-map {
  margin-top: 0;
  padding: 0;
  height: 100%;
}

.p-storesearch-list-wrap {
  margin-top: 30px;
  padding: 0 16px;
}

.p-storesearch-msg {
  display: block;
}

.p-storesearch-msg div {
  display: inline-block;
  font-size: 12px;
}

.p-storesearch-msg div:last-child {
  display: inline-block;
  float: right;
}

.p-storesearch-msg div:last-child a {
  font-size: 14px;
  font-weight: 600;
  color: #60B3FA;
}

.p-storesearch-list__item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 10px;
  border-top: 1px solid #979797;
}

.p-storesearch-list__item:last-of-type {
  border-bottom: 1px solid #979797;
}

.p-storesearch-list__item-img {
  width: 146px;
  height: 146px;
}

.p-storesearch-list__item-img img {
  width: 100%;
}

.p-storesearch-list__item .u-ml--10 {
  flex: 1;
}

.p-storesearch-list__item-btn {
  text-align: right;
}

.p-storesearch-list__item-btn .c-common__follow-button {
  height: 32px;
  line-height: 32px;
}

.p-storesearch-list__item-btn .c-common__back-button {
  min-width: 160px;
  border-radius: 4px;
  border: 1px solid #C4C4C6;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  color: #3C3C43;
}

.p-storesearch-list__item-tt {
  margin-top: 15px;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0;
}

.p-storesearch-list__item-subtt {
  margin-top: 2px;
}

.p-storesearch-list__item-subtt,
.p-storesearch-list__item-con {
  line-height: 18px;
  color: #999;
  font-size: 11px;
}

.p-storesearch-list__item-con {
  min-height: 35px;
  height: auto;
  overflow: hidden;
}

.p-storesearch-list__item-address {
  font-size: 15px;
  text-align: right;
}

.p-storesearch-list__item-address span {
  font-size: 11px;
  letter-spacing: .23px;
}

.p-storesearch-list__item-address-con {
  display: inline-block;
  position: relative;
}

.p-storesearch-list__item-address-con::before {
  content: '';
  position: absolute;
  top: 2px;
  left: -18px;
  width: 12px;
  height: 16px;
  background-image: url("../img/modules/common/ico-map-primary.png");
  -webkit-background-size: cover;
  background-size: cover;
}

.p-storesearch-list-tt {
  margin-top: 20px;
  padding: 0 16px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .5px;
}

.p-storesearch-list-tt__box {
  display: flex;
  justify-content: space-between;
}

.p-storesearch-list-tt__box--link {
  color: #1890ff;
  font-size: 14px;
  text-decoration: none;
  width: 99px;
  text-align: center;
  margin: 0 10px;
}

.p-storesearch-list-tt:first-of-type {
  margin-top: 30px;
}

.p-storesearch-list-tt + .p-storesearch-list-wrap {
  margin-top: 10px;
}

.p-storesearch-main .recent-view-item {
  margin-top: 30px;
}

.p-storesearch-main .recent-view-item .c-common__slide-list--article-pc ul li .item-product .title--spe_name {
  margin-top: 10px;
  color: #000;
  font-size: 11px;
}

.p-storesearch-main .ttl-event-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.p-storesearch-main .ttl-event-list h1 {
  color: #000;
  font-size: 19px;
  font-weight: normal;
}

.p-storesearch-main .ttl-event-list .link {
  width: 40px;
  height: 40px;
}

.p-storesearch-main .ttl-event-list .link a {
  display: block;
  height: 40px;
  background: url("../img/modules/common/ico-event-link.png") no-repeat center;
  background-size: auto 32px;
}

.p-storesearch-main .p-follow-button {
  margin-top: 5px;
  text-align: right;
}

.p-storesearch-main .c-common__follow-button {
  width: 77px;
  height: 25px;
  line-height: 25px;
  font-size: 11px;
}

.p-storesearch-main .p-search-accept-area {
  margin-top: 30px;
  padding: 0 16px;
}

.p-storesearch-main .p-search-accept-area h1 {
  font-size: 15px;
  font-weight: bold;
}

.p-storesearch-main .p-search-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 15px;
}

.p-storesearch-main .p-search-group .c-common__searchbox {
  min-width: 250px;
}

.p-storesearch-main .p-search-group .c-common-normal-buttons--more_small {
  width: 71px;
  max-width: 71px;
  height: 35px;
  margin: 0;
  padding: 0;
  color: #fff;
  cursor: pointer;
}

.p-storesearch-main .multiple-store-list__arrow {
  width: 6px;
  height: 8px;
  background: url("../img/modules/common/ico-link-arrow.png") no-repeat 94% center;
  background-size: 6px 8px;
}

.p-storesearch-main .multiple-store-list__arrow_gl {
  width: 6px;
  height: 8px;
  background: url("../img/modules/common/ico-link-arrow.png") no-repeat 94% center;
  background-size: 6px 8px;
}

.p-prefectures {
  margin-top: 30px;
  padding: 0 16px;
}

.p-prefectures__caption {
  color: #000;
  font-size: 24px;
}

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

.p-prefectures .multiple-store-list__item {
  padding: 0;
}

.p-prefectures .multiple-store-list__top a {
  padding: 9px 16px 9px 18px;
}

.restaurant-main .p-restaurant-caption {
  margin-top: 30px;
  padding: 0 0 0 16px;
  color: #000;
  font-size: 24px;
}

.restaurant-main .p-goole-map {
  position: relative;
  width: 100%;
  height: 270px;
  margin-top: 30px;
}


.restaurant-main .p-restaurant-flex .p-restaurant-content {
  padding: 0 16px 5px 16px;
}

.restaurant-main .p-restaurant-flex .p-restaurant-content .c-common__slide-list--status ul {
  padding-inline-start: 0;
  justify-content: space-between;
}

.restaurant-main .p-restaurant-flex .p-restaurant-content .c-common__slide-list--status ul > li {
  width: calc(50% - 8px);
  margin: 5% 0 0 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
}

.restaurant-main .p-restaurant-flex .p-restaurant-content .c-common__slide-list--status ul > li .item-product {
  padding: 15px 10px 8px 10px;
}

/*12/01 周辺情報カテゴリ詳細2列表示*/
.p-storedetail-main .p-restaurant-flex .p-restaurant-content .c-common__slide-list--status ul {
  display: -webkit-flex;
  display: flex; 
}


.p-storedetail-main .p-restaurant-flex .p-restaurant-content .title {
  color: #999;
}

.p-storedetail-main .p-restaurant-flex .p-restaurant-content .title span {
  display: block;
}

.p-storedetail-main .p-restaurant-flex .p-restaurant-content .title__name {
  font-size: 11px;
}

.p-storedetail-main .p-restaurant-flex .p-restaurant-content .title--storename {
  height: 31px;
  line-height: 16px;
  color: #585858;
  font-size: 11px;
}

.p-storedetail-main .p-restaurant-flex .p-restaurant-content .title__distance {
  font-size: 11px;
  line-height: 12px;
  margin-top: 6px;
  position: relative;
  padding: 0 0 0 12px;
  color: #999;
  display: block;
}

.p-storedetail-main .p-restaurant-flex .p-restaurant-content .title__distance::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 12px;
  height: 12px;
  background-image: url("../img/modules/common/ico-map-primary.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: auto 12px;
}

.p-storedetail-main {
  margin: 24px auto 0;
}

.p-storedetail-main .p-search-result-content {
  background: none;
}

.p-storedetail-main .recent-view-item {
  overflow: hidden;
}

.p-storedetail-main .recent-view-item .ttl-event-list {
  padding: 0;
}

.p-storedetail-main .recent-view-item .ttl-event-list .link a {
  background: url("../img/modules/common/ico-event-link.png") no-repeat;
  background-size: contain;
}

.p-storedetail-main .m-common__category-title {
  color: #3C3C43;
  font-size: 18px;
}

.p-storedetail-main .p-access-map {
  padding: 0;
}

@media only screen and (min-width: 769px) {
  .p-storedetail-main .m-common__category-title  {
    font-size: 26px;
  }
}

.p-storedetail-main .p-search-result {
  padding: 0;
  background-color: #fff;
}

.p-storedetail-main .ttl-event-list .link {
  width: 12px;
  height: 20px;
}

.p-storedetail-main .ttl-event-list .link a {
  width: 12px;
  height: 20px;
}

.p-storedetail-main .recent-view-item .c-common__slide-list--article-pc {
  margin-top: 15px;
}

.p-storedetail-main .recent-view-item .c-common__slide-list--article-pc ul li .item-product .title--spe_name {
  min-height: 36px;
  margin-top: 10px;
  color: #585858;
}

.p-storedetail-main .recent-view-item .c-common__slide-list--article-pc ul li .item-product .title--storename {
  display: -webkit-box;
  min-height: 31px;
  color: #585858;
  font-size: 12px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  white-space: normal;
}

.p-storedetail-main .c-common__slide-list--status ul li .item-product .title--storename {
  display: -webkit-box;
  min-height: 31px;
  color: #585858;
  font-size: 12px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  white-space: normal;
}

.p-storedetail-main .recent-view-item .c-common__slide-list--article-pc ul li .item-product .title--material {
  min-height: 28px;
  line-height: 12px;
  margin-top: 0;
}

.p-storedetail-main .recent-view-item .c-common__slide-list--article-pc ul li .item-product .title--category {
  display: block;
  color: #999999;
  line-height: 15px;
  margin-top: 15px;
  font-size: 11px;
}

.p-storedetail-main .recent-view-item .c-common__slide-list--article-pc ul li .item-product .title--distance {
  line-height: 12px;
  margin-top: 6px;
  position: relative;
  padding: 0 0 0 12px;
  color: #999;
  font-size: 11px;
  display: block;
}

.p-storedetail-main .recent-view-item .c-common__slide-list--article-pc ul li .item-product .title--distance::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 12px;
  height: 12px;
  background-image: url("../img/modules/common/ico-map-primary.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: auto 12px;
}

.p-storesearch__index-info {
  padding: 0 16px;
  font-size: 13px;
}

.p-storesearch__index-info--title {
  line-height: 1;
  margin-top: 30px;
  font-weight: bold;
}

.p-storesearch__index-info--content {
  line-height: 18px;
  margin-top: 10px;
}

.p-storesearch__index-info--content-tel {
  color: #60b3fa;
  font-size: 12px;
}

.p-storesearch__index-info--title-modifier {
  font-weight: bold;
}

.p-facilitydetail-nearby-main .p-facilitydetail-nearby--title {
  margin-top: 14px;
  padding-left: 16px;
  color: #000;
  font-size: 19px;
}

.p-facilitydetail-nearby-main .recent-view-item {
  margin-top: 30px;
}

.p-facilitydetail-nearby-main .recent-view-item.u-of-h {
  overflow: hidden;
}

.p-facilitydetail-nearby-main .recent-view-item .ttl-event-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.p-facilitydetail-nearby-main .recent-view-item .ttl-event-list .p-facilitydetail-nearby__recentview--title {
  color: #585858;
  font-size: 15px;
  font-weight: bold;
}

.p-facilitydetail-nearby-main .recent-view-item .c-common__slide-list--article-pc ul li .item-product .title--material {
  line-height: 14px;
  min-height: auto;
  margin-top: 15px;
  font-size: 11px;
}

.p-facilitydetail-nearby-main .recent-view-item .c-common__slide-list--article-pc ul li .item-product .title--spe_name {
  min-height: auto;
  margin-top: 5px;
  font-size: 12px;
}

.p-facilitydetail-nearby-main .recent-view-item .c-common__slide-list--article-pc ul li .item-product .title--spe_name.p-special-height {
  min-height: 31px;
}

.p-facilitydetail-nearby-main .recent-view-item .c-common__slide-list--article-pc ul li .item-product .title--distance {
  line-height: 12px;
  margin-top: 0;
  position: relative;
  padding: 0 0 0 12px;
  color: #999;
  font-size: 11px;
  display: block;
}

.p-facilitydetail-nearby-main .recent-view-item .c-common__slide-list--article-pc ul li .item-product .title--distance::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 12px;
  height: 12px;
  background-image: url("../img/modules/common/ico-map-primary.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: auto 12px;
}

.p-storeinformation-main .recent-view-item {
  margin-top: 45px;
  overflow: hidden;
}

.p-storeinformation-main .recent-view-item .ttl-event-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.p-storeinformation-main .recent-view-item .ttl-event-list .link {
  width: 12px;
  height: 20px;
}

.p-storeinformation-main .recent-view-item .ttl-event-list .link a {
  display: block;
  width: 12px;
  height: 20px;
  background: url("../img/modules/common/ico-event-link.png") no-repeat;
  background-size: contain;
}

.p-storeinformation-main .recent-view-item .ttl-event-list .p-storeinformation__recentview--title {
  color: #585858;
  font-size: 15px;
  font-weight: bold;
}

.p-storeinformation-main .recent-view-item .c-common__slide-list--article-pc ul li .item-product .title--spe_name {
  min-height: 36px;
}

.p-storeinformation-main .recent-view-item .c-common__slide-list--article-pc ul li .item-product .title--material {
  min-height: auto;
  margin-top: 11px;
}

.p-storesearch-service {
  margin-top: 30px;
  padding: 0 16px;
}

.p-storesearch-service__caption {
  color: #000;
  font-size: 19px;
}

.p-storesearch-service .multiple-store-list__top {
  width: 100%;
}

.p-storesearch-service__list {
  margin-top: 30px;
}

.p-storesearch-service__list--name {
  line-height: 17px;
  font-size: 13px;
}

.p-storesearch-service__list .multiple-store-list__item {
  padding: 9px 16px 9px 18px;
}

.p-storesearch-service__list .multiple-store-list__arrow {
  background: url(../img/modules/common/ico-link-arrow.png) no-repeat 94% center;
  background-size: 6px 8px;
}

.p-storesearch-followstorelist-main .p-followstorelist-followstorelist__category-title {
  margin-left: 16px;
  margin-top: 30px;
  font-size: 19px;
  color: #000;
}

.p-storesearch-followstorelist-main .p-storesearch-list__item-tt {
  color: #585858;
  font-size: 13px;
  font-weight: bold;
}

.p-storesearch-followstorelist-main .p-storesearch-list__item-subtt {
  margin-top: 10px;
}

.p-storesearch-followstorelist-main .p-storesearch-list__item-subtt,
.p-storesearch-followstorelist-main .p-storesearch-list__item-con {
  color: #585858;
  font-size: 13px;
}

.p-storesearch-followstorelist-main .p-storesearch-list-tt:first-of-type {
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #000;
}


.p-storesearch__information-list ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
}

.p-storesearch__information-list ul li {
  margin-top: 10px;
  padding-right: 16px;
}

.p-storesearch__information-list .p-storesearch__readmore--info {
  height: 70px;
  overflow: hidden;
}

@media only screen and (min-width: 860px) {
  .p-storesearch-main {
    margin: 30px auto 0;
    max-width: 1200px;
  }
  .p-storesearch-main .p-search-accept-area {
    padding: 0;
  }
  .p-storesearch-main .p-search-group {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .p-storesearch-main .p-search-group .c-common__searchbox {
    min-width: 500px;
  }
  .p-storesearch-main .p-search-group .c-common__searchbox__input {
    width: 500px;
  }
  .p-storesearch-main .p-search-group .c-common-normal-buttons--more_small {
    margin: 0 0 0 22px;
  }
  .prefecture-main,
  .restaurant-main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .p-storedetail-main .p-search-result-content .p-search-result {
    width: 48%;
  }
}

@media only screen and (max-width: 860px) {
  .p-storesearch-main .p-search-group .c-common__searchbox {
    flex: 1;
    padding-right: 15px;
  }
  .p-storesearch-main .p-search-group .c-common__searchbox__input {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .p-storesearch-main .recent-view-item {
    margin-top: 25px;
  }
  .restaurant-main .p-restaurant-caption {
    margin-top: 14px;
  }
  .prefecture-main .p-prefectures {
    margin-top: 14px;
  }
  .p-storesearch-main .recent-view-item {
    margin-top: 25px;
  }
  .p-storedetail-main .recent-view-item .c-common__slide-list--article-pc {
    margin-top: 15px;
  }
  .p-storedetail-main {
    margin: 8px auto 0;
  }
  .p-storeinformation-main .recent-view-item {
    margin-top: 45px;
  }
}

@media only screen and (min-width: 769px) {
  .p-prefectures {
    padding: 0;
  }
  .p-prefectures .multiple-store-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border: none;
  }
  .p-prefectures .multiple-store-list__item:nth-child(1) {
    border-top: 1px solid #999;
  }
  .p-prefectures .multiple-store-list__item:nth-child(2) {
    border-top: 1px solid #999;
  }
  .p-prefectures .multiple-store-list__item {
    width: 48%;
  }
  .p-restaurant-flex {
    display: flex;
    justify-content: space-between;
  }
  /*.p-restaurant-flex .nav {
    margin-top: 30px;
  }*/
  .p-restaurant-flex .p-goole-map {
    width: 50%;
    height: 100vh;
  }
  .p-restaurant-flex__right {
    width: 48%;
  }
  .p-storesearch-main .p-prefectures {
    margin-top: 30px;
  }
  .p-storesearch-page-tittle {
    padding-top: 30px;
  }
  .p-facilitydetail-nearby-main .p-facilitydetail-nearby--title {
    margin-top: 30px;
  }
  .p-storesearch-service__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    border: none;
  }
  .p-storesearch-service__list .multiple-store-list__top {
    width: 100%;
  }
  .p-storesearch-service__list .multiple-store-list__item {
    width: 48%;
  }
  .p-storesearch-service__list .multiple-store-list__item:nth-child(1) {
    border-top: 1px solid #999;
  }
  .p-storesearch-service__list .multiple-store-list__item:nth-child(2) {
    border-top: 1px solid #999;
  }
  .p-storesearch__information-list .c-common-normal-buttons--block-read_more-readmore {
    display: block;
  }
}

@media only screen and (max-width: 320px) {
  .p-storesearch-main .p-search-group .c-common__searchbox {
    min-width: auto;
  }
  .p-storesearch-main .p-search-group .c-common__searchbox__input {
    min-width: auto;
    max-width: 220px;
    padding-left: 57px;
  }
  .p-storesearch-main .p-search-group .c-common__searchbox__icon {
    width: 40px;
  }
  .p-storesearch-main .p-search-group .c-common-normal-buttons--more_small {
    width: 56px;
  }
}

@media only screen and (min-width: 860px) {
  .p-storesearch-page-tittle {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .p-storesearch-pc-style {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .p-storesearch-pc-style__box {
    flex: 1;
  }
  .p-storesearch-map-wrap {
    flex: 1;
  }
  .p-storesearch-map-wrap.p-accept-main,
  .p-storesearch-list-tt:first-of-type,
  .p-storesearch-list-wrap {
    margin-top: 0;
  }
  .p-storesearch-map-wrap {
    height: auto;
  }
}

.sooresearch-service-list-page .p-storesearch-list__item-con,
.sooresearch-service-list-page .p-storesearch-list__item-subtt {
  line-height: 18px;
  color: #585858;
  font-size: 13px;
}

.sooresearch-service-list-page .p-storesearch-list__item-subtt {
  margin-top: 10px;
}

.sooresearch-service-list-page .p-storesearch-list__item-tt {
  margin-top: 10px;
  line-height: 11px;
  color: #585858;
  font-size: 13px;
  font-weight: bold;
}

.sooresearch-service-list-page .p-storesearch-list-tt:first-of-type {
  margin-top: 0;
}

.p-storesearch-result .p-search-accept-area {
  padding: 0 16px 30px;
}

.p-storesearch-result .p-search-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 15px;
}

.p-storesearch-result .p-search-group .c-common__searchbox {
  min-width: 250px;
  flex: 1;
  padding-right: 22px;
}

.p-storesearch-result .p-search-group .c-common__searchbox__input {
  width: 100%;
  color: #585858;
}

.p-storesearch-result .p-search-group .c-common-normal-buttons--more_small {
  width: 71px;
  max-width: 71px;
  height: 35px;
  margin: 0;
  padding: 0;
  color: #fff;
  cursor: pointer;
}

.p-storesearch-result .p-storesearch__notice {
  padding: 20px 16px 0;
  font-size: 12px;
  color: #000;
}

.p-storesearch-result .p-storesearch-list__item-tt {
  margin-top: 10px;
  line-height: 11px;
  color: #585858;
  font-size: 13px;
  font-weight: bold;
}

.p-storesearch-result .p-storesearch-list__item-subtt {
  min-height: 55px;
  height: auto;
  margin-top: 10px;
  overflow: hidden;
  font-size: 13px;
  color: #585858;
}

.p-storesearch-result .p-storesearch-list__item-address-con {
  padding-top: 5px;
}

.p-storesearch-result .p-storesearch-list__item-address-con::before {
  top: 3px;
  left: -15px;
}

.p-top-main .p-search-store-info-first {
  margin: 20px 16px 20px 16px;
}

.p-top-main .p-search-store-info-first p {
  line-height: 26px;
  color: #000;
  font-size: 19px;
  font-weight: bold;
}

.p-top-main .p-search-store-info-first h2 {
  font-size: 15px;
  font-weight: bold;
}

.p-top-main .p-search-store-info-first div:nth-child(odd) {
  font-size: 13px;
  color: #585858;
  margin-top: 20px;
}

.p-top-main .p-search-store-info-first div:nth-child(even) {
  font-size: 13px;
  color: #585858;
}

.p-top-main .p-search-store-info {
  margin: 20px 16px 20px 16px;
}

.p-top-main .p-search-store-info h2 {
  font-size: 15px;
  font-weight: bold;
}

.p-top-main .p-search-store-info div:nth-child(odd) {
  font-size: 13px;
  color: #585858;
}

.p-top-main .p-search-store-info div:nth-child(even) {
  font-size: 13px;
  color: #585858;
  margin-top: 20px;
}

@media only screen and (min-width: 860px) {
  .p-storesearch-result .p-search-accept-area {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .p-storesearch-result .p-search-group {
    width: 50%;
  }
  .p-storesearch-result .p-storesearch__notice {
    padding: 0 16px 30px;
  }
}

@media only screen and (max-width: 320px) {
  .p-storesearch-result .p-search-group .c-common__searchbox {
    min-width: auto;
  }
  .p-storesearch-result .p-search-group .c-common__searchbox__input {
    min-width: auto;
    max-width: 220px;
  }
  .p-storesearch-result .p-search-group .c-common-normal-buttons--more_small {
    width: 56px;
  }
}

.p-facility_nearby-main .m-common__category-title {
  font-size: 24px;
}

/*ec-se-006 start*/

/*ec-se-006 end*/

/*ec-se-004 start*/

/*ec-se-004 end*/

@media only screen and (min-width: 769px) {
  /*ec-se-004 start*/
  /*ec-se-004 end*/
}


.p-top-featured {
  position: relative;
  margin: 20px auto 0;
}

.p-top-featured img {
  width: 100%;
}

.p-top-main .p-top-product,
.p-top-main .p-top-facility,
.p-top-main .p-top-campaign,
.p-top-main .p-top-event {
  margin-top: 30px;
  padding: 0 16px;
}

.p-top-main .p-top-reading-material {
  margin-top: 25px;
  padding: 0 16px;
}

.p-top-main .p-top-title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.p-top-main .p-top-title .link {
  width: 32px;
  height: 32px;
}

.p-top-main .p-top-title .link a {
  display: block;
  height: 32px;
  background: url("../img/modules/common/ico-event-link.png") no-repeat center;
  background-size: auto 24px;
}

.p-top-main h1 {
  line-height: 26px;
  color: #000;
  font-size: 22px;
}

.p-top-main h2 {
  line-height: 23px;
  margin-top: 20px;
  color: #000;
  font-size: 19px;
}

.p-top-main .c-common__slide-list--item ul {
  overflow: hidden;
  margin-top: 15px;
}

.p-top-main .c-common__slide-list--item ul li {
  width: 100%;
  padding: 5px 5px 20px 5px;
}

.p-top-main .c-common__slide-list--item ul li .item-product {
  padding: 10px 20px 15px 20px;
}

.p-top-main .c-common__slide-list--item ul li .item-product .title--material {
  font-size: 12px;
}

.p-top-main .c-common__slide-list--item ul li .item-product .title--lang-name {
  margin-top: 2px;
  color: #000;
}

.p-top-main .c-common__slide-list--item ul li .single-pdt-box {
  padding-bottom: 0;
}


.p-top-main .c-common__category-list ul {
  width: 100%;
  margin: 5px auto;
}

.p-top-main .c-common__category-list ul li a {
  color: #585858;
}

.p-top-main .c-common__slide-list--article-pc ul {
  margin-top: 10px;
}

.p-top-main .c-common__slide-list--article-pc ul li {
  min-width: 150px;
  max-width: 230px;
  height: auto;
  margin-left: 16px;
  padding: 0;
}

.p-top-main .c-common__slide-list--article-pc ul li:first-of-type {
  margin-left: 0;
}

.p-top-main .c-common__slide-list--article-pc ul li .item-product {
  padding: 12px 9px 9px 9px;
}

.p-top-main .c-common__slide-list--article-pc ul li .item-product .title--spe_name {
  margin-top: 0;
  color: #585858;
}

.p-top-main .c-common__slide-list--article-pc ul li .item-product .title--datetime {
  min-height: 35px;
  font-size: 12px;
  white-space: normal;
}




.p-top-main .p-top-link {
  margin-top: 30px;
  padding: 0 16px;
  font-size: 13px;
  letter-spacing: .5px;
}

.p-top-main .p-top-link a {
  color: #60b3fa;
}

@media only screen and (min-width: 860px) {
  .p-top-main {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
  .p-top-main .p-top-product,
  .p-top-main .p-top-facility,
  .p-top-main .p-top-campaign,
  .p-top-main .p-top-reading-material,
  .p-top-main .p-top-event {
    padding: 0;
  }
  .p-top-main .c-common__category-list ul li {
    width: 23.5%;
  }
  .p-top-main .c-common__category-list ul li a {
    color: #585858;
  }
  .p-top-main .c-common__category-list ul li:nth-child(1), .p-top-main .c-common__category-list ul li:nth-child(2), .p-top-main .c-common__category-list ul li:nth-child(3), .p-top-main .c-common__category-list ul li:nth-child(4) {
    margin: 10px 2% 0 0;
  }
  .p-top-main .c-common__category-list ul li:nth-child(4n) {
    margin-right: 0;
  }
  .p-top-main .c-common__slide-list--item {
    margin-top: 10px;
  }
  .p-top-main .c-common__slide-list--item ul li {
    margin-left: 10px;
    padding: 5px;
  }
  .p-top-main .c-common__slide-list--item ul li:first-of-type {
    margin-left: 0;
  }
  .p-top-main .c-common__slide-list--article-pc {
    margin: 10px 0 0 0;
  }
  .p-top-main .p-top-facility .c-common__slide-list--item ul li {
    margin: 0 10px 0 0;
    padding: 5px 5px 15px 5px;
  }
  .p-top-main .p-top-link {
    margin-top: 10px;
  }
  .p-top-main .c-common-normal-buttons--more_pc {
    margin: 20px auto 0;
  }
  .p-globalnav-store-page {
    max-width: 1384px;
    padding: 0 64px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1240px) and (min-width: 769px) {
  .p-top-main .c-common__category-list ul {
    margin: 0 auto;
  }
  .p-top-main .c-common__category-list ul li {
    width: 31.2%;
    margin: 3% 3% 0 0;
  }
  .p-top-main .c-common__category-list ul li:nth-child(1), .p-top-main .c-common__category-list ul li:nth-child(2), .p-top-main .c-common__category-list ul li:nth-child(3) {
    margin: 15px 3% 0 0;
  }
  .p-top-main .c-common__category-list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .p-top-main .c-common__category-list ul li:nth-child(4n) {
    margin: 3% 3% 0 0;
  }
}

.p-globalnav-store-page .m-common__category-title {
  font-size: 24px;
}

.p-globalnav-store-page .p-top-title h1 {
  line-height: 17px;
  font-size: 19px;
}

.p-globalnav-store-page .p-search-accept-area h1 {
  line-height: 11px;
  color: #585858;
  font-size: 13px;
  font-weight: normal;
}

.p-globalnav-store-page .p-search-group {
  margin-top: 20px;
}

.p-globalnav-store-page .multiple-store-list {
  font-size: 13px;
}

.p-jpfj .c-common__slide-list--article-pc ul > li .item-product .title--material {
  line-height: 16px;
  color: #000;
  font-size: 11px;
}

.p-jpfj .c-common__slide-list--article-pc ul > li .item-product .title--spe_name {
  line-height: 16px;
  font-size: 11px;
}

@media screen and (min-width: 768px) {
  .p-globalnav-store-page .m-common__category-title {
    margin-top: 20px;
  }
}

@media screen and (max-width: 860px) {
  .c-common__slide-list--status {
    width: 92%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .recent-view-item {
    margin-top: 30px;
  }
  .recent-view-item .c-common__slide-list--article-pc {
    margin-top: 20px;
  }
}

.header-img,
.footer-img {
  width: 100%;
}

.nav {
  display: -webkit-flex;
  display: flex;
}

.nav__list-delivery {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: #dedede 1px solid;
  font-size: 12px;
  text-align: center;
}

.nav__list-delivery a {
  display: block;
  width: 100%;
  padding: 10px 0;
  background-color: #f2f2f2;
  color: #585858;
  text-decoration: none;
}

.nav__list--active {
  padding: 10px 0;
  background-color: #7f0019;
  color: #fff;
  font-weight: bold;
}

.nav__list--active:after, .nav__list--active:before {
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: ' ';
}

.nav__list--active:after {
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid transparent;
  border-top-color: #7f0019;
}

.dialog-content {
  padding: 20px 16px 32px;
  box-sizing: border-box;
}

.main-content-margin-top {
  margin-top: 50px;
}

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

@media screen and (min-width: 768px) {
  .dialog:not([aria-hidden='true']) > .dialog-content {
    padding: 16px;
  }
}

@media screen and (max-width: 375px) {
  .dialog:not([aria-hidden='true']) > .dialog-content {
    max-height: 90%;
    overflow-y: auto;
  }
}

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

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

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

.u-font--15 {
  font-size: 15px;
}

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

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

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

.u-mt--16 {
  margin-top: 16px;
}

.u-mt--20 {
  margin-top: 20px;
}

.u-mt--30 {
  margin-top: 30px;
}

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

.u-ml--10 {
  margin-left: 10px;
}

.u-ml--15 {
  margin-left: 15px;
}

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

.u-mb--30 {
  margin-bottom: 30px;
}

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

.u-lh--17 {
  line-height: 17px;
}

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

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

.u-color--blue {
  color: #60b3fa;
}

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

.u-hide {
  display: none;
}

.u-display-flex__center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

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


.single-img img {
  cursor: pointer;
}

.noscroll {
  overflow: hidden;
  position: fixed;
}

.p-storedetail-follow {
  display: inline-block;
  float: right;
  margin: 15px 0 0 0;
}

.p-storedetail-back-button {
  display: inline-block;
  float: right;
}

@media only screen and (max-width: 768px) {
  .p-storedetail-back-button {
    text-align: left;
    width: 100%;
    margin: 8px 0 16px;
    padding-left: 15px;
  }
}

.p-storedetail-title {
  display: inline-block;
}

.p-storedetail__category-caption {
  margin-top: 12px;
  color: #3C3C43;
  font-size: 18px;
  font-weight: 700;
}

.mgr-10{
  margin-right : 5px;
}
.relation_product-cartbtn:disabled {
    opacity: 0.6;
  }
/* ダイレクトカートインモーダル */
.modal-box {
    display: none;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
  }
.related-modal-body {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 5px;
    z-index: 11;
    padding: 2rem;
    width: 450px;
  }
   /* オーバーレイ */
  .modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,.65);
}
  /* 閉じるボタン */
  .modal-close{
    text-align: right;
  }
  .modal-close-button{
    font-size: 20px;
    z-index: 10;
    color: rgba(0,0,0,.45);
    text-decoration: none;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
  }
  /* モーダルメイン */
  .modal-content{
    width: 50%;
    margin: 0 auto;
    padding-bottom: 5%;
  }
  /* 商用詳細画面リンク */
  .product-detail-link{
    text-decoration: none;
    color : inherit;
  }
  /* モーダル画像 */
  .product-img-main{
    width: 100%;
    height: auto;
  }
  /* モーダル商品名 */
  .product-name{
    text-align: left;
    font-size: 16px;
    padding: 5px 0 5px 0;
  }
  /* モーダル商品価格 */
  .product-price{
    text-align: right;
    font-size: 16px;
    padding: 5px 0 5px 0;
  }
  .price-label{
    font-size: 13px;
  }
  .product-price-value{
    font-weight: bold;
  }
  .modal-product{
    width: 100%;
    display: flex;
    margin: 5% 0 0 0;
  }
  /* カート追加アイコン */
  .modal-product-cart{
    display: inline-flex;
    margin-right: auto;
    cursor: pointer;
  }
  .modal-product-cart-add{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    font-size: 12px;
    background: none;
    box-shadow: none;
    cursor: pointer;
    padding: 8px 8px 8px 0px;
    background-color: #FFF;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon_cart%E4%B8%B8%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_19465%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2019465%22%20width%3D%2219.994%22%20height%3D%2218.697%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_19514%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2019514%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%2F%3E%20%3Cg%20id%3D%22icon_shopping%22%20transform%3D%22translate(0%201)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3492%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203492%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_11331%22%20data-name%3D%22%E3%83%91%E3%82%B9%2011331%22%20d%3D%22M16.9%2C14.062h0l-9.815.009-.515-2.155H17.824a.75.75%2C0%2C0%2C0%2C.737-.606L19.98%2C4.018a.752.752%2C0%2C0%2C0-.736-.894H4.455L3.79.561A.749.749%2C0%2C0%2C0%2C3.064%2C0H.75a.75.75%2C0%2C1%2C0%2C0%2C1.5H2.484l.665%2C2.564L4.886%2C11.34v0l.7%2C2.915A2.326%2C2.326%2C0%2C1%2C0%2C8.646%2C15.57l6.092-.006a2.308%2C2.308%2C0%2C1%2C0%2C2.158-1.5m1.437-9.438-1.127%2C5.792h-11L5.09%2C5.732%2C4.825%2C4.624ZM6.489%2C17.2a.813.813%2C0%2C1%2C1%2C.812-.813.814.814%2C0%2C0%2C1-.812.813m10.407-.01a.813.813%2C0%2C1%2C1%2C.812-.812.813.813%2C0%2C0%2C1-.812.812%22%20fill%3D%22%233C3C43%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: 0% 50%;
    font-weight: bold;
    width: 100%;
    color: black;
  }
  .modal-product-cart-add:disabled {
    opacity: 0.6;
  }
  /* モーダル商品お気に入りアイコン */
  .related-product-favorite{
    display: inline-flex;
    margin-left: auto;
    cursor: pointer;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cg%3E%3Cg%3E%3Crect%20fill%3D%22none%22%20width%3D%2225%22%20height%3D%2225%22%2F%3E%3Cpath%20fill%3D%22%233c3c43%22%20d%3D%22M12.47%2C22.27a.74.74%2C0%2C0%2C1-.54-.23L4.39%2C14.28h0A6.53%2C6.53%2C0%2C0%2C1%2C3.83%2C6%2C5.78%2C5.78%2C0%2C0%2C1%2C11.1%2C4.44a4.55%2C4.55%2C0%2C0%2C1%2C1.37%2C1.15%2C4.55%2C4.55%2C0%2C0%2C1%2C1.37-1.15A5.78%2C5.78%2C0%2C0%2C1%2C21.11%2C6a6.31%2C6.31%2C0%2C0%2C1-.56%2C8.3L13%2C22A.76.76%2C0%2C0%2C1%2C12.47%2C22.27Zm-7-9%2C7%2C7.21%2C7-7.21a4.79%2C4.79%2C0%2C0%2C0%2C.47-6.31%2C4.3%2C4.3%2C0%2C0%2C0-5.4-1.15%2C3.3%2C3.3%2C0%2C0%2C0-1.39%2C1.55.79.79%2C0%2C0%2C1-1.36%2C0%2C3.33%2C3.33%2C0%2C0%2C0-1.4-1.55A4.28%2C4.28%2C0%2C0%2C0%2C5%2C6.92a5%2C5%2C0%2C0%2C0%2C.46%2C6.31Z%22%2F%3E%3Crect%20fill%3D%22none%22%20width%3D%2225%22%20height%3D%2225%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    border: none;
    background-color: #FFF;
    background-position-y: 50%;
  }
  .relation_product-favbtn{
    border: 0;
    background: none;
    box-shadow: none;
    cursor: pointer;
  }

  /* 数量選択モーダル　*/
  .quantity-modal-body{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 520px;
    background-color: white;
    border-radius: 5px;
    z-index: 11;
    padding: 2rem;
  }
  .quantity-modal-close{
    width: 100%;
  }
  .quantity-modal-close span{
    text-align: left;
    font-size: 16px;
  }
  .quantity-modal-close button{
    position: absolute;
    right: 5%;
    z-index: 10;
    padding: 0;
    color: rgba(0,0,0,.45);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: color .3s;
  }
  .form-title{
    display: inline-block;
    overflow: hidden;
    line-height: 14px;
    white-space: nowrap;
    text-align: right;
    vertical-align: middle;
  }
  
  .btnspinner{
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background-color: rgb(229, 229, 229);
    box-shadow: none;
  }

  .btnspinner:disabled {
    opacity: 0.3;
  }
  .quantity-box input{
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      padding: 11px;
      width: auto;
      vertical-align: middle;
      margin: 8px 5px;
  }
  .quantity-box input[type="button"]{
      cursor: pointer;
      color: black;
  }

  .quantity-box input[type="number"]::-webkit-outer-spin-button,
  .quantity-box input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    color: black;
  }

  .quantity-box input[type="number"]{
    -webkit-appearance: none;
    border: 1px solid rgb(153, 153, 153);
    border-radius: 0px;
    width: 72px;
    height: 40px;
    text-align: center;
    border-radius: 0px;
    border-color: rgb(153, 153, 153);
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    -moz-appearance:textfield;
    color: black;
  }

  .quantity-box-cart-add{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 10px;
  }
  .quantity-box-cart-add button{
    border: 0;
    background: none;
    box-shadow: none;
    cursor: pointer;
    width: 70%;
    height: 40px;
    background-color: rgb(127, 0, 25);
    color: rgb(255, 255, 255);
    border-color: rgb(127, 0, 25);
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    font-size: 12px;
  }
  .quantity-box-cart-add-button:disabled{
    opacity: 0.3;
    background-color: white;
    border-color: black;
    color: black;
  }
  .quantity-product-cart-img{
    width: 16px;
    vertical-align: middle;
  }
  .quantity-product-cart-label{
    vertical-align: middle;
    font-size: 12px;
  }
  .quantity-alert{
    color: red;
  }

  /* カート追加完了モーダル */
  .success-modal-body{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 5px;
    z-index: 11;
    padding: 2rem;
  }
  .success-modal-close{
    width: 100%;
    text-align: center;
  }
  .success-modal-close span{
    font-size: 16px;
  }
  .success-modal-close button{
    position: absolute;
    right: 5%;
    z-index: 10;
    padding: 0;
    color: rgba(0,0,0,.45);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: color .3s;
  }

  .success-modal-content{
    text-align: center;
  }
  .success-modal-content button{
    border: 0;
    background: none;
    box-shadow: none;
    cursor: pointer;
    width: 70%;
    height: 40px;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    font-size: 12px;
    margin: 15px;
  }
  .success-modal-text {
    width: 70%;
    margin-bottom: 10px;
    font-size: 8px;
    padding: 5px;
    margin: 0 auto;
  }
  /* カート追加失敗モーダル */
  .fail-modal-body{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 5px;
    z-index: 11;
    padding: 2rem;
    text-align: center;
  }
  .sale-tag{
    position: absolute;
    top: 8%;
    left: 25%;
    padding: 5px;
    font-size: 10px;
  }
  .sale-tag span{
    display: inline-block;
    height: 100%;
    padding: 0.05em 0.6em;
    border: 1px solid #F5F5F5;
    background-color: #FFF;
    color: #7F0019;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.5;
  }


  @media only screen and (max-width: 768px) {
  /* 関連情報モーダル */
  .mgr-10{
    margin-right : 5px;
  }
  .related-modal-body {
    width: 100%;
  }

  .modal-close-button{
    font-size: 18px;
  }
  .modal-content{
    width: 50%;
    padding-bottom: 5%;
  }
  .product-name{
    font-size: 14px;
    padding: 3px 0 3px 0;
  }
  .product-price{
    font-size: 14px;
    padding: 3px 0 3px 0;
  }
  .price-label{
    font-size: 10px;
  }
  .modal-product-cart-add{
    padding: 0% 0% 0% 9%;
  }

  /* 数量選択モーダル */
  .quantity-modal-body{
    width: 350px;
  }
  .quantity-modal-close span{
    text-align: left;
    font-size: 14px;
  }
  .quantity-box-cart-add button{
    width: 90%;
    font-size: 10px;
  }
  .quantity-product-cart-img{
    width: 12px;
  }
  .quantity-product-cart-label{
    font-size: 10px;
  }
  .form-title{
    font-size: 12px;
  }

  /* カート追加完了モーダル */
  .success-modal-body{
    width: 350px;
  }
  .success-modal-close{
    width: 100%;
    text-align: center;
  }
  .success-modal-close span{
    font-size: 14px;
  }

  .success-modal-content button{
    height: 35px;
    font-size: 10px;
  }
  .success-modal-text {
    font-size: 6px;
    padding: 0;
  }

  /* カート追加失敗モーダル */
  .fail-modal-body{
    width: 350px;
  }
}