/* ==========================================================================
Page Name : New Design
========================================================================== */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
  letter-spacing: 0;
  color: #333;
  line-height: 170%;
}
a {
  color: #333;
}
input:focus, select:focus {
  outline: none;
}
p {
  margin: 0;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}
input::-webkit-search-cancel-button {    
  -webkit-appearance: none;
}
body {
  counter-reset: number 0;           /* number のカウンタを 0 にセット */
}



.m_header__nav, .m_header__nav-bg ,.header__hamburger, .m-itemlist__headline , .m-breadcrumbs, .m-header__search_wrapper {
  display: none;
}

.l_header {
  box-shadow: none;
  border-bottom: 1px solid #EFEFEF;
  z-index: 9999;
}
.l-header__inner {
  display: flex;
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  height: 94px;
}

.l-header__logo img {
  height: 36px;
}
.l-header__logo a {
  display: block;
}
.l-content {
  width: 1240px;
  margin: 0 auto 100px;
  padding: 32px 20px 0;
}
.l-container__wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.l-sidbar {
  width: 240px;
}
.l-container {
  width: 920px;
}
.c-itemlist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.c-itemlist__list {
  width: 270px;
  margin: 0 55px 70px 0;
}
.c-itemlist__list:nth-child(3n) {
  margin-right: 0;
}
.c-itemlist__img {
  position: relative;
  margin-bottom: 20px;
}
.c-itemlist__bg {
    background-color: rgba(0,0,0,.03);
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    mix-blend-mode: multiply;
}
.d-header__search_inner {
  margin-left: 40px;
  position: relative;
}
.d-header__search_inner input {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 243px;
  height: 38px;
  font-size: 12px;
  padding-left: 45px;
}
.d-header__search_icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 14px;
  content: " ";
  width: 20px;
  height: 20px;
  display: block;
  background: url("../img/common/search-icon.svg");
  background-size: contain;
}
.d_header__nav {
  margin-left: 30px;
}
.d_header__nav ul {
  display: flex;
}
.d_header__nav li {
  margin-right: 32px;
  font-size: 14px;
}
.d_header__nav li:last-child {
  margin-right: 0;
}
.l-header__nav {
  display: flex;
  align-items: center;
}
.l_header__controller {
  display: flex;
  align-items: center;
}
.d_header_btn  {
  margin-right: 39px;
}
.d_header_btn a {
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  background: #f6f6f6;
  border-radius: 2px;
  padding: 14px 30px 14px 20px;
  position: relative;
  letter-spacing: 0.5px;
  line-height: 150%;
}
.d_header_btn a:after {
  content: ' ';
  position: absolute;
  width: 10px;
  height: 9px;
  background: url("../img/common/external-icon.svg");
  background-repeat: no-repeat;
  background-position: right center;
  right: 14px;
  top: 50%;
  margin-top: -5px;
}
.d_header_member {
  margin-right: 23px;
}
.c-header__promotion_v1 {
  text-align: center;
  background: #54B8B4;
  color: #fff;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 160%;
}
.c-header__promotion_v1 br {
  display: none;
}
.c-header__promotion_v1 a {
  text-decoration: underline;
  color: #fff;
}
.c-header__promotion_v1 a:hover {
  text-decoration: none;
}
.d-sidbar_ttl {
  font-size: 20px;
  margin-bottom: 16px;
  color: #000;
}
.d-sidbar__filter, .d-sidbar__brand, .d-sidbar__category, .d-sidbar__color {
  margin-bottom: 50px;
}
.d-sidbar__filter ul {
  display: flex;
  flex-wrap: wrap;
}
.d-sidbar__filter li {
  margin: 0 8px 8px 0;
}
.d-sidbar__filter li span {
  background:#F2F2F2;
  padding: 6px 34px 6px 11px;
  line-height: 180%;
  border-radius: 3px;
  display: block;
  font-size: 14px;
  color: #333;
  position: relative;
}
.d-sidbar__filter li span:hover {
  opacity: 0.7;
  cursor: pointer;
}
.d-sidbar__filter li span:before, .d-sidbar__filter li span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 1px;
  height: 14px;
  background: #AAA;
}

.d-sidbar__filter li span:before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.d-sidbar__filter li span:after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.d-sidbar__brand select {
    appearance: none;
    width: 100%;
    height: 47px;
    padding: 0 35px 0 15px;
    color: #444;
    font-size: 13px;
    border: 1px solid #CCC;
    border-radius: 2px;
    position: relative;
}
.d-sidbar__brand__select {
  position: relative;
  width: 100%;
}
.d-sidbar__brand__select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -10px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transform: rotate(45deg);
  z-index: 999;
}
.d-sidbar__brand select:hover {
  cursor: pointer;
}
.c-itemlist__bar {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
  margin-bottom: 55px;
  align-items: center;
}
.c-itemlist__search-btn, .searchmenu_wrapper {
  display: none;
}
.d-itemlist__headline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.d-headline-txt {
  width: 100%;
}
.d-headline-txt h1 {
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 20px;
}
.d-headline-txt p {
  font-size: 14px;
  line-height: 170%;
}
.d-headline-image {
   margin-left: 23px;
}
.d-headline-image img {
  width: 267px;
}
.c-itemlist__num {
  font-size: 20px;
  font-weight: bold;
}
.c-itemlist__num span {
  font-size: 16px;
  margin-left: 8px;
}
.c-search-order_wrapper {
  display: flex;
}
.c-search-order {
  position: relative;
}
.c-search-order__select:hover {
  cursor: pointer;
}
.c-search-order:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    transform: rotate(45deg);
    z-index: 2;
}
.c-search-order__select {
	-webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 36px;
    padding: 0 38px 0 13px;
    color: #444;
    background-color:white;
    font-size: 13px;
    border: 1px solid #CCC;
    border-radius: 2px;
    position: relative;
}
.c-itemlist__color {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  box-sizing: border-box;
}
.c-itemlist__color span{
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: block;
  margin-right: 8px;
}
.clr-max-num {
  font-size: 12px;
  line-height: 8px;
}
.c-itemlist__color .clr_300101{
  background: #E63D39;
}
.c-itemlist__color .clr_300102{
  background: #3683E5;
}
.c-itemlist__color .clr_300103{
  background: #1E9073;
}
.c-itemlist__color .clr_300104{
  background: #F4E44D;
}
.c-itemlist__color .clr_300105{
  background: #E68C3E;
}
.c-itemlist__color .clr_300106{
  background: #e63eb1;
}
.c-itemlist__color .clr_300107{
  background: #8e46dc;
}
.c-itemlist__color .clr_300108{
  background: #e0bd6b;
}
.c-itemlist__color .clr_300109{
  background: #5f401a;
}
.c-itemlist__color .clr_300110{
  background: #795831;
}
.c-itemlist__color .clr_300111{
  background: #a2825d;
}
.c-itemlist__color .clr_300112{
  background: #000;
}
.c-itemlist__color .clr_300113{
  background: #a2a2a2;
}
.c-itemlist__color .clr_300114{
  background: #fff;
  border: 1px solid #ddd;
}
.c-itemlist__color .clr_300115{
  background: linear-gradient(to bottom, #e0e0e0, #FFF);
}
.c-itemlist__color .clr_300116{
  background: linear-gradient(45deg, #ffeea8 0%,#d9b61d 50%,#fff3c1 100%);
}
.c-itemlist__color .clr_300117{
  background: linear-gradient(45deg, #f4f4f4 0%,#aaaaaa 50%,#e4e4e4 100%);
}
.c-itemlist__color .clr_300118{
  background: linear-gradient(45deg, #ff5656, #ffbc82, #ffff7d, #98ff98, #73ffff, #6a6aff, #e68ce6);
}
.c-itemlist__brand {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  font-size: 16px;
   font-family: "Futura-Medium", "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
   margin-bottom: 3px;
}
.c-itemlist__name {
  font-size: 14px;
  margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-itemlist__reference-price {
  font-size: 12px;
  margin-bottom: 3px;
}
.c-itemlist__reference-price span {
  font-size: 13px;
}
.c-itemlist__mounthly-fee {
  font-size: 14px;
  font-weight: bold;
}
.c-itemlist__mounthly-fee span {
  font-size: 16px;
  margin-left: 5px;
}
.c-ranking {
  margin: 0 0 100px;
}
.c-ranking h2 {
  margin-bottom: 33px;
}
.c-ranking__img {
  position: relative;
}
.c-ranking__bg {
    background-color: rgba(0,0,0,.03);
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    mix-blend-mode: multiply;
}
.c-ranking__list {
  width: 160px;
  position: relative;
  margin-right: 28px;
}
.c-ranking__list:nth-child(5n) {
  margin-right: 0;
}
.c-ranking__list:before {
  position: absolute;
  content: counter(number) " "; 
  counter-increment: number 1; 
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  color: #FFF;
  font-size: 12px;
  top: -6px;
  left: -6px;
  background: #cbcbcb;
  z-index: 2;
  text-align: center;
}
.c-ranking__ranking {
  display: flex;
}
.c-ranking__brand {
  font-size: 14px;
  color: #999;
  margin-top: 17px;
  font-family: "Futura-Medium", "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
}
.c-ranking__mounthly-fee {
  font-size: 14px;
  line-height: 150%;
}
.c-ranking__mounthly-fee span {
  font-size: 16px;
  margin-left: 3px;
}
.c-goods-section {
  margin-bottom: 40px;
}
.c-goods-section:last-child {
  margin-bottom: 0;
}
.c-tag-list {
  display: flex;
  flex-wrap: wrap;
}
.c-tag-list-item {
  margin: 0 8px 8px 0;
}
.c-section-header-primary__heading {
  margin-bottom: 16px;
}
.c-tag-list-item__label {
  background: #f2f2f2;
  padding: 5px 15px;
  border-radius: 3px;
  display: block;
  font-size: 14px;
}

.d_header_signin {
  display: flex;
  font-size: 12px;
  margin-right: 32px;
}
.d_header_signin li:first-child {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
  font-family: "Futura-Medium", "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
}
.c-pagination ul {
  display: flex;
  font-size: 18px;
}
.c-pagination__prev, .c-pagination__next {
  position: relative;
}
.c-pagination__prev:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  width: 16px;
  height: 16px;
  border-left: 2px solid #53b9b5;
  border-bottom: 2px solid #53b9b5;
  transform: rotate(45deg);
  z-index: 2;
}
.c-pagination__next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  width: 16px;
  height: 16px;
  border-right: 2px solid #53b9b5;
  border-top: 2px solid #53b9b5;
  transform: rotate(45deg);
  z-index: 999;
}
.c-pagination__list a, .c-pagination__list span {
  width: 20px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align:center;
}
.c-pagination__list span {
  position: relative;
  display: block;
}
.c-pagination__list span:after {
  position: absolute;
  content: " ";
  bottom: -15px;
  left: 0;
  border-bottom: 5px solid #53b9b5;
  width: 20px;
}
.c-pagination__list {
  margin-left: 30px;
}
.c-pagination__list:last-child {
  margin-right: 30px;
}
.c-categoryTitle {
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.c-categoryTitle:first-child {
  margin-bottom: 15px;
  margin-top: 0;
}
.m-brandlist_menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 40px 0 60px -10px;
}
.m-brandlist_menu li {
    padding: 10px 15px;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Futura-Book', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3', 'メイリオ', Meiryo, sans-serif;
}
.d-headline-txt .more {
  position: relative;
  color: #53b9b5;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
}
.d-headline-txt .more:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -19px;
    margin-top: -8px;
    width: 11px;
    height: 11px;
    border-right: 1px solid #53b9b5;
    border-bottom: 1px solid #53b9b5;
    transform: rotate(45deg);
    z-index: 999;
}
.d-headline-txt .more.close:after {
    transform: rotate(225deg);
    margin-top: -3px;
}
.p-categoryItem__wrap--category {
  padding-left: 1em;
}
.m_header-search {
  display: none;
}
.c-categoryPrice__btns {
  margin: 0;

}
.c-categoryPriceBtn--reset {
  padding-right: 15px;
  color: #20B2AA;
}
.c-categoryPriceBtn--submit {
  padding-left: 15px;
  color: #20B2AA;
  margin: 0;
  position: relative;
}
.c-categoryPriceBtn--submit:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  content: " ";
  width: 1px;
  height: 16px;
  border-left: 1px solid #AAA;
}
.d-sidbar_ttl {
  display: flex;
  justify-content: space-between;
}
.c-categoryColor__btns ,.c-categoryCategory__btns {
      color: #20B2AA;
      font-size: 12px;
}
.c-categoryColorBtn:hover, .c-categoryCategoryBtn:hover {
    opacity: 0.7;
    cursor: pointer;
}

@media screen and (max-width: 1240px) {
  .m_header__nav, .m_header__nav-bg ,.header__hamburger, .c-itemlist__search-btn , .searchmenu_wrapper ,.m-itemlist__headline, .m-breadcrumbs {
    display: block;
  }
  .d_header_btn, .d_header__nav, .d-headline-txt p, .d-headline-image, .d_header_member, .d_header_signin {
    display: none;
  }
  .l-container__wrapper {
  flex-direction: column;
  }
  .l-header__inner {
    width: 100%;
    padding: 18px 20px;
    margin: 0 auto;
    position: relative;
    height: 64px;
    display: flex;
    flex-direction: row-reverse;
  }
  .d-header__search {
    display: none;
  }
  .l-header__logo img {
    height: 28px;
  }
  .l-content {
    width: 100%;
    margin: 0 auto 60px;
    padding: 22px 0 0;
  }
  .l-container {
    width: 100%;
    padding: 0 20px; 
  }
  .l-sidbar {
    display: none;
  }
  .c-breadcrumbs {
    display: none;
  }
  .header__hamburger {
    width: 28px;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .header__hamburger.active {
    width: 24px;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .hamburger {
    background-color: transparent;
    border-color: transparent;
  }
  .hamburger span {
    width: 100%;
    height: 2px;
    background-color: #333;
    position: relative;
    transition: ease .4s;
    display: block;
  }

  .hamburger span:nth-child(1) {
    top: 4px;
	  margin: 0;
  }

  .hamburger span:nth-child(2) {
    top: 4px;
    margin: 6px 0;
  }

  .hamburger span:nth-child(3) {
	top: 0;
	display: none;
  }

  .hamburger.active {
    z-index: 9999;
    position: absolute;
    top: 30px;
    right: 25px;
	width: 20px;
	height: 20px;
  }
  .hamburger.active span {
    background-color: #333;
  }
  .hamburger.active span:nth-child(1) {
	  top: 0;
    transform: rotate(45deg);
  }

  .hamburger.active span:nth-child(2) {
	  top: 0;
    opacity: 0;
    margin:  7px 0;
  }

  .hamburger.active span:nth-child(3) {
	  display: block;
    top: -18px;
    transform: rotate(-45deg);
  }

  /* ハンバーガーメニュークリック後のスタイル */
  .m_header__nav.active {
    transform: translateX(0);
  }
  .m_header__nav {
    position: fixed;
    left: 0;
    top: 65px;
    width: 100%;
    height: calc(100% - 65px);
    transform: translateX(-100%);
    background-color: #fff;
    transition: ease .4s;
    z-index: 9999;
    padding: 0;
    z-index: 999;
  }
  .m_header__nav-bg.active {
    opacity: 0;/* 0.7 */
    display: none;/* block */
  }
  .m_header__nav-bg {
    display: none;
    position: fixed;
    background-color: #000;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: ease .4s;
    z-index: 100;
  }
  .searchmenu_wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    z-index: 9999;
    background-color: #fff;
    transition: ease .4s;
  }
  .searchmenu_wrapper.active {
    transform: translateY(0);
  }
  .searchmenu_title {
	  font-weight: bold;
	  font-size: 16px;
  }
  .searchmenu_title_wrapper {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    text-align: center;
    position: relative;
  }
  .searchmenu-close {
    position: absolute;
    top: 0;
    right: 0;
  }
  .searchmenu_form__btns {
    width: 100%;
    height: 72px;
    position: absolute;
    bottom: 0;
    background:#fff;
    display: flex;
    justify-content: space-between;
    padding: 14px 24px;
    border-top: 1px solid #EEE;
    z-index: 999;
  }
  .searchmenu_form__btns_left {
    width: 48%;
    text-align: center;
    line-height: 44px;
    color: #999;
    border: 1px solid #AAA;
    font-size: 14px;
    border-radius: 2px;
  }
  .searchmenu_form__btns_right {
    width: 48%;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    border-radius: 2px;
    color: #fff;
    background: #54B8B4;
  }
  .c-header__promotion_v1 {
    height: 56px;
    font-size: 10px;
    flex-direction: column;
  }
  .c-header__promotion_v1 br {
    display: block;
  }
  .d-headline-txt h1 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .d-itemlist__headline {
    margin-bottom: 22px;
  }
  .c-itemlist__list {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .c-itemlist__list:nth-child(3n) {
    margin-right: 20px;
  }
  .c-itemlist__list:nth-child(2n) {
    margin-right: 0;
  }
  .m-itemlist__headline {
    background : #F6F6F6;
    padding: 48px 20px 40px;
  }
  .m-headline-image {
    margin-bottom: 20px;
  }
  .m-headline-title {
    font-size: 18px;
    line-height: 150%;
    font-family: "Futura-Medium", "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .m-headline-txt {
    font-size: 14px;
  }
  .nav__items {
	  margin-bottom: 10px;
  }
  .nav-items__item a {
    position: relative;
    display: block;
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #CCC;
    font-size: 12px;
  }
	/*
  .nav-items__item a:after {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 3px;
    width: 9px;
    height: 9px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #AAA;
    transform: rotate(-45deg);
    content: '';
  }
	*/
.c-pagination ul {
  font-size: 16px;
}
.c-pagination__list {
  margin-left: 15px;
}
.c-pagination__list:last-child {
    margin-right: 15px;
}
.c-ranking__list {
  width: 135px;
}
.c-goods-section_wrapper {
  margin-bottom: 70px;
}
.c-ranking__ranking {
  padding: 6px;
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
}
.p-goods-section__body {
  display: none;
}
.p-goods-section__body.active {
  display: block;
}
.c-goods-section {
  border-top: 0.5px solid #CCC;
  margin-bottom: 0;
}
.c-section-header-primary__heading {
  font-size: 14px;
  padding: 18px 0;
  margin-bottom: 0;
}
.c-section-header-primary__heading span {
  display: none;
}
.c-goods-section:last-child {
  border-bottom: 0.5px solid #CCC;
}
.p-goods-section__body {
  margin: 14px 0 28px;
}
.c-itemlist__brand,.c-itemlist__reference-price {
  margin-bottom: 0;
}
.c-section-header {
  position: relative;  
}
.c-section-header:after {
  position: absolute;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  width: 11px;
  height: 11px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: rotate(45deg);
  z-index: 2;
}

.c-section-header.active:after {
  transform: rotate(-135deg);
  margin-top: -3px;
}
.l-header__nav {
    order: 1;
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
.l_header__controller {
  order: 0;
}
.header__hamburger {
  order: 2;
}
.m-header__search_wrapper {
  width: 25px;
  display: block;
  margin-right: 16px;
}
.m-header__search_inner {
}
.m-header__search {
  display: none;
}
.d_header_cart {
  width: 26px;
	display: block;
}
.d_header_cart.active {
  width: 26px;
	display: none;
}
.searchmenu-close {
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 50%;
  right: 22px;
  margin-top: -8px;
}
.searchmenu-close:before, .searchmenu-close:after  {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 17px;
  background: #333;
}
.searchmenu-close span {
  display: none;
}
.searchmenu-close:before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.searchmenu-close:after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.searchmenu_inner {
  padding: 30px 24px 200px;
  overflow-y: auto;
  height: 100%;
}

.searchmenu_form input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 2px;
    /*background: url("../img/common/search-icon.svg");*/
    background: url("../img/common/m-search-icon.svg");
    background-repeat: no-repeat;
    background-position: 94% center;
	background-size: 19px 19px;
	background-color: #F5F5F5;
    width: 100%;
    height: 48px;
    font-size: 12px;
    padding-left: 15px;
	padding-right: 45px;
    z-index: 2;
    margin-bottom: 24px;
}
.d-headline-txt .more {
  display: none;
}

.searchmenu_list {
  padding: 14px 0;
  position: relative;
  border-top: 0.5px solid #CCC;
}
.searchmenu_list:last-child {
  border-bottom: 0.5px solid #CCC;
}
.searchmenu_list:after {
  position: absolute;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  width: 11px;
  height: 11px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: rotate(45deg);
  z-index: 2;
}
.searchmenu_body {
  margin:2px 0 26px 0;
}
.searchmenu_body ul {
    display: flex;
    flex-wrap: wrap;
}
.searchmenu_body li {
    margin: 0 8px 8px 0;
}
.searchmenu_body span {
background: #F2F2F2;
    padding: 6px 34px 6px 11px;
    line-height: 180%;
    border-radius: 3px;
    display: block;
    font-size: 14px;
    color: #333;
    position: relative;
}
.searchmenu_body li span:before, .searchmenu_body li span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 1px;
    height: 14px;
    background: #AAA;
}
.searchmenu_body li span:before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.searchmenu_body li span:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.searchmenu_list.active:after {
    transform: rotate(-135deg);
    margin-top: -3px;
}

.searchmenu_top,
.searchmenu_brandlist,
.searchmenu_categorylist {
	padding: 18px 0;
	position: relative;
	border-bottom: 0.5px solid #CCC;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック W3", "Hiragino Sans W3", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.searchmenu_top span,
.searchmenu_brandlist span,
.searchmenu_categorylist span {
	display: inline-block;
	padding-left: 30px;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #CCC;
	position: relative;
}
.searchmenu_top span:before,
.searchmenu_brandlist span:before,
.searchmenu_categorylist span:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 11px;
	width: 8px;
	height: 8px;
	background-color: #FFF;
	border-radius: 50%;
}
.searchmenu_top.active span:before,
.searchmenu_brandlist.active span:before,
.searchmenu_categorylist.active span:before {
	background-color: #54B8B4;
}
.searchmenu_brandlist:after,
.searchmenu_categorylist:after {
  position: absolute;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  transform: rotate(45deg);
  z-index: 2;
}
.searchmenu_body .p-categoryItem__wrap--color > .c-categoryColor {
  margin: 5px 11px 0 12px;
}
.searchmenu_body .p-categoryItem__wrap--color {
  margin-bottom: 18px;
  padding-left: 0;
}
.c-itemlist__search-btn {
  appearance: none;
    width: 100px;
    height: 36px;
    padding: 0 28px 0 0;
    color: #444;
    font-size: 12px;
    border: 1px solid #CCC;
    border-radius: 2px;
    position: relative;
    background: none;
    margin-left: 10px;
}
.c-itemlist__search-btn:after {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
    background: url("../img/common/filter-icon.svg");
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 2;
    right: 12px;
    top: 50%;
    margin-top: -9px;
}
.c-itemlist__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 55px;
}
.searchmenu_body .c-categoryPrice input {
  width: 110px;
  color: #333;
}
.searchmenu_body .c-categoryPrice__low:after {
  margin: 0 10px;
}
.searchmenu_body .c-categoryPrice__high:after {
  margin-left: 10px;
}
.categorylist_inner {
  position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    background-color: #fff;
    transition: ease .4s;
    z-index: 9999;
}
.categorylist_inner.active {
  transform: translateX(0);
}
  .drawer_title_wrapper {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    text-align: center;
    position: relative;
    z-index: 9999;
  }
  .drawer-back {
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-left: 2px solid #222;
    border-bottom: 2px solid #222;
    transform: rotate(45deg);
    z-index: 9999;
  }
    .drawer-back span {
    display: none;
  }

.searchmenu_body ul.p-categoryItem__wrap--color {
  display: none;
}
.searchmenu_body ul.p-categoryItem__wrap--color.active {
  display: flex;
}

  .searchmenu_form__list {
    border-bottom: 1px solid #eee;
  }
  .searchmenu_pricebody {
    display: none;
  }
  .searchmenu_pricebody.active {
    display: block;
  }
  
  .m-brandlist__pager,
  .m-mypagelist__pager {
    display: none;
  }
  
  .m-brandlist__pager.active,
  .m-mypagelist__pager.active {
    display: block;
  }
  
  .m-brand-head-select {
    position: fixed;
  }
  
  .m-brand-head-select.active {
    position: relative;
  }
  

.p-brandlist__ttl {
  font-size: 26px;
  margin-top: 70px;
  font-weight: bold;
}
.p-brandlist_menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 40px 0 60px -10px;
}
.p-brandlist_menu li {
    padding: 10px 15px;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Futura-Book', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3', 'メイリオ', Meiryo, sans-serif;
}
.p-brandlist_menu li:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.m-brandlist__ttl {
	font-size: 14px;
	padding: 18px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #D9D9D9;
	position: relative;
	font-weight: bold;
}
.m-brandlist__ttl span {
    display: inline-block;
    padding-left: 30px;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    color: #CCC;
    position: relative;
}
.m-brandlist__ttl:after {
  content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-bottom: solid 1px #222;
    border-right: solid 1px #222;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    margin-right: 11px;
}
.m-brandlist__ttl.active:after {
    border-top: solid 1px #222;
    border-left: solid 1px #222;
    border-bottom: initial;
    border-right: initial;
    margin-top: -2px;
}
.m-mypagelist__ttl {
	font-size: 14px;
	padding: 18px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #D9D9D9;
	position: relative;
	font-weight: bold;
}
.m-mypagelist__ttl span {
    display: inline-block;
    padding-left: 30px;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    color: #CCC;
    position: relative;
}
.m-mypagelist__ttl:after {
  content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-bottom: solid 1px #222;
    border-right: solid 1px #222;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    margin-right: 11px;
}
.m-mypagelist__ttl.active:after {
    border-top: solid 1px #222;
    border-left: solid 1px #222;
    border-bottom: initial;
    border-right: initial;
    margin-top: -2px;
}
.m-mypagelist__pager .mypagelist {
	padding: 0 0 24px 24px;
	margin-bottom: 30px;
	border-bottom: solid 1px #D9D9D9;
}
.m-mypagelist__pager .mypagelist li {
	margin-bottom: 10px;
}
.m-mypagelist__pager .mypagelist li:last-child {
	margin-bottom: 0;
}
.m-mypagelist__pager .mypagelist li a {
	font-size: 12px;
	font-weight: 600;
}
.corp_nav {
	padding-bottom: 68px;
}
.corp_nav {
	padding-bottom: 68px;
}
.corp_nav .ttl {
	margin-bottom: 16px;
}
.corp_nav .ttl a {
	display: inline-block;
	vertical-align: middle;
}
.corp_nav .ttl:after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 13px;
	background-image: url(../img/icons/icon_corp.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-left: 12px;
}
.corp_nav p {
	padding-top: 16px;
	font-size: 10px;
	line-height: 1.8;
}

.m-brandlist__list {
    margin: 0 0 70px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 180%;
    font-size: 14px;
}
.m-brandlist__list .c-branditem {
    position: relative;
    width: 23%;
    margin: 0 2% 35px 0;
}
.m-branditem__link {
    color: #000;
    display: inline-flex;
    flex-direction: column;
}
.m-branditem__num {
  font-size: 12px;
  padding-left: 8px;
}
.m-branditem__ja {
  font-size: 11px;
  color: #999;
  line-height: 150%;
}
.m-brandlist_menu {
    width: 100%;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 50px 0;
}
.m-brandlist_menu li {
    padding: 0;
    width: 49px;
    line-height: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    border: 0.5px solid #ccc;
    font-weight: normal;
}
.searchmenu_inner .contents-middle-wrapper {
    padding: 0;
}
.m_header-search {
  display: none;
margin-right: 16px;
}
.m-itemlist__headline .more_m {
  position: relative;
  color: #53b9b5;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
}
.m-itemlist__headline .more_m:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -19px;
    margin-top: -8px;
    width: 11px;
    height: 11px;
    border-right: 1px solid #53b9b5;
    border-bottom: 1px solid #53b9b5;
    transform: rotate(45deg);
    z-index: 999;
}
.m-itemlist__headline .more_m.close:after {
    transform: rotate(225deg);
    margin-top: -3px;
}
.header-brand_inner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 65px);
    transform: translateX(200%);
    z-index: 9999;
    background-color: #fff;
    transition: ease .4s;
	display: none;
	margin-top: -65px;
}
.header-brand_inner.active {
	transform: translateX(0);
}
.header-category_inner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 65px);
    transform: translateX(200%);
    z-index: 9999;
    background-color: #fff;
    transition: ease .4s;
	display: none;
	margin-top: -65px;
}
.header-category_inner.active {
	transform: translateX(0);
}

.p-searchDetailItemModal__list {
  max-height: 60vh;
  overflow: auto;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-searchDetailItemModal__list > ul > li.c-searchDIMItem {
  position: relative;
}
.p-searchDetailItemModal__list > ul > li.c-searchDIMItem + .c-searchDIMItem {
  border-top: 1px solid #ddd;
}
.c-searchDIMItem__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  min-height: 60px;
  padding-left: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.c-searchDIMItem__inner:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -8px;
    width: 11px;
    height: 11px;
    border-right: 1px solid #222;
    border-top: 1px solid #222;
    transform: rotate(45deg);
    z-index: 999;
}
.c-searchDIMItem__txt {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #222;
  -webkit-transition: 0.1s color;
  transition: 0.1s color;
}
.c-searchDIMItem__check {
    display: none;
}
.c-searchDIMItem__check:checked + .c-searchDIMItem__txt {
    color: #cf9788;
}
.c-searchDIMItem__childs {
    display: none;
    padding-bottom: 20px;
}
.c-searchDIMItem__childs > li.c-searchDIMItem {
    text-indent: 1em;
}
.c-searchDIMItem {
  border-bottom: 1px solid #EEE;
}
.c-searchDIMItem:first-child {
  border-top: 1px solid #EEE;
}
.c-categoryTitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 19px;
}
.c-categoryTitle:first-child {
  margin-bottom: 19px;
}
.c-searchDIMItem__childs_wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    z-index: 9999;
    background-color: #fff;
    transition: ease .4s;
}
.c-searchDIMItem__childs_wrapper.active {
  transform: translateX(0);
}
.c-searchDIMItem__childs_wrapper.active .c-searchDIMItem__childs {
  display: block;
}
.c-searchDIMItem__childs_wrapper .c-searchDIMItem__childs .c-searchDIMItem {
  text-indent: 0;
}
.c-searchDIMItem__childs_wrapper .c-searchDIMItem__childs .c-searchDIMItem:first-child {
  border-top: none;
}
.c-searchDIMItem .searchmenu_inner {
   padding: 0 24px 200px;
}
.categorylist_inner .p-brandSec__list .c-branditem:after {
  display: none;
}
.c-categoryItem__inner {
    display: flex;
    align-items: center;
    min-height: 60px;
    position: relative;
}

.c-categoryItem {
    border-bottom: 1px solid #EEE;
}
.c-categoryItem:first-child {
    border-top: 1px solid #EEE;
}
.c-categoryItem__childs .c-categoryItem, .c-categoryItem__childs .c-categoryItem:first-child {
  border: none;
}
.c-categoryItem__childs .c-categoryItem:after {
    display: none;
}
.c-categoryItem__childs .c-categoryItem__inner {
    min-height: auto;
}
.c-categoryItem__childs {
  border-top: 1px solid #EEE;
  padding-top: 15px;
  margin-bottom: 15px;
}
.c-categoryItem__childs.active {
  display: block;
}
.p-categoryItem__wrap > .c-categoryItem + .c-categoryItem {
    margin-top: 0;
}
.c-categoryItem__txt {
  line-height: 200%;
}
.c-categoryItem__childs {
    margin-top: 0;
}
.c-categoryItem__inner:after {
      content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    width: 11px;
    height: 11px;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    transform: rotate(45deg);
    z-index: 999;
}
.c-categoryItem__inner.active:after {
  transform: rotate(225deg);
  margin-top: -5px;
}
.c-categoryItem__childs .c-categoryItem__inner:after {
  display: none;
}
.m_header_btn a {
  display: block;
  margin-top: 10px;
    width: 100%;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    background: #f6f6f6;
    border-radius: 2px;
    padding: 14px 30px 14px 20px;
    position: relative;
    letter-spacing: 0.5px;
    line-height: 150%;
}
.m_header_btn a:after {
    content: ' ';
    position: absolute;
    width: 10px;
    height: 9px;
    background: url(../img/common/external-icon.svg);
    background-repeat: no-repeat;
    background-position: right center;
    right: 14px;
    top: 50%;
    margin-top: -5px;
}
.nav-items__item:last-child a {
    border-bottom: none;
}
.p-brandSec__ttl {
  font-size: 22px;
}
.c-search-order__select {
  font-size: 12px;
  padding: 0 35px 0 10px;
}
.c-itemlist__num span {
  margin-left: 4px;
}
.c-search-order:after {
  right: 12px;
}

}/*end*/

@media screen and (max-width: 1024px) {
  .d-itemlist__headline {
    margin-top: 22px;
  }
}
