@charset "UTF-8";
 /*コンテンツ幅*/
 .primary.vertical {
  width: 100% !important;
}

.l-content__main {
  max-width: 950px !important;
  margin: auto;
}

.l-content__container{
 padding: 0 !important;
}

 /** ボタン **/
 .l-content__container .btn-add .pdpForm .c-button {
  transition:none !important;
 }
 .l-content__container .btn-add .pdpForm .c-button:hover {
  background: #000 !important;
  color: #fff !important;
 }

 /* セレクター共通 */
.product_select .js-pulldown-menu select,.pull-menu .pull-menu-selector {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 30px;
  padding: 0 20px 2px 4px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' width='20' height='6' viewBox='0 0 216.6 106.3' overflow='visible'%3E%3Cpath stroke='%23fff' stroke-miterlimit='10' d='M1.2.6l107.1 105.1L215.4.6z'/%3E%3C/svg%3E") 100% no-repeat #fff;
  appearance: none;
}

 /* ログイン後マイアカウントナビゲーションメニュー */
 .c-user-menu__content-list.m-secondary {
  margin: 1.875rem 3.4375rem !important;
}

.l-content__main-top{
  padding: 0;
  border-bottom:0;
}

 /* バッジ */
.c-product-badge__image {
  max-width: 2.5rem !important;
}

@media screen and (min-width: 64em){
.c-product-badge__image {
    max-width: 30% !important;
}
}

@media screen and (min-width: 75em){
.c-navigation__item-title.m-level-1 {
    font-size: 0.84rem !important;
}
}