@charset "shift-JIS";

#goodslist {
  height: 55px;
  margin-top: -55px;
}

body {
  font-family: '-apple-system, BlinkMacSystemFont', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, 'メイリオ', Meiryo, sans-serif;
}

body.is-fixed {
  padding-top: 61px;
}

.customForm input[type="checkbox"] {
  display: none;
}

.customForm input[type="checkbox"] + label {
  padding-left: 40px;
  position: relative;
  color: #2996cc;
  font-size: 14px;
}

.customForm input[type="checkbox"] + label:hover {
  text-decoration: underline;
}

.customForm .step3-rightBlock+ label::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #999;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.customForm input[type="checkbox"]:checked + label {
  color: #333;
}

.customForm input[type="checkbox"]:checked + label:hover {
  text-decoration: none;
  cursor: default;
}

.customForm input[type="checkbox"]:checked + label::before {
  background: #666;
}

.customForm input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 7px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 3px;
}

.customForm input[type="radio"] {
  display: none;
}

.customForm input[type="radio"] + label {
  padding-left: 40px;
  position: relative;
}

.customForm input[type="radio"] + label:hover {
  text-decoration: underline;
}

.customForm input[type="radio"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #999;
  border-radius: 50%;
}

.customForm input[type="radio"]:checked + label {
  color: #666;
  font-weight: bold;
}

.customForm input[type="radio"]:checked + label:hover {
  text-decoration: none;
  cursor: default;
}

.customForm input[type="radio"]:checked + label::before {
  background: #666;
}

.customForm input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 50%;
}

.is-notscroll {
  overflow: hidden;
}

/* アイコン用のフォント読み込み */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap");
.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px
}

.mt-80 {
  margin-top: 80px;
}

h1 {
  font-family: '-apple-system, BlinkMacSystemFont', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, 'メイリオ', Meiryo, sans-serif;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
}

h2 {
  font-family: '-apple-system, BlinkMacSystemFont', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, 'メイリオ', Meiryo, sans-serif;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  overflow: hidden;
}

h2 .listLink {
  font-size: 14px;
  float: right;
  font-weight: normal;
}

h3 {
  font-family: '-apple-system, BlinkMacSystemFont', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, 'メイリオ', Meiryo, sans-serif;
  font-size: 18px;
  text-align: left;
}

h4 {
  font-family: '-apple-system, BlinkMacSystemFont', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, 'メイリオ', Meiryo, sans-serif;
  font-size: 15px;
  text-align: left;
}

.en-font {
  font-family: 'Montserrat', "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro W6", 'メイリオ', Meiryo, sans-serif;
}

a {
  color: #2996cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

label {
  cursor: pointer;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 100%;
  min-width: 1200px;
}

input::-webkit-input-placeholder {
  color: #333;
  font-weight: normal;
}

input::-moz-placeholder {
  color: #333;
  font-weight: normal;
}

input:-ms-input-placeholder {
  color: #333;
  font-weight: normal;
}

input::-ms-input-placeholder {
  color: #333;
  font-weight: normal;
}

input::-webkit-input-placeholder {
  color: #333;
  font-weight: normal;
}

input:-ms-input-placeholder {
  color: #333;
  font-weight: normal;
}

input::placeholder {
  color: #333;
  font-weight: normal;
}

img {
  vertical-align: bottom;
  line-height: 1;
}

div.leftmenuframe_ {
  width: 200px;
}

div.container_ div.contents_ div.mainframe_ {
  width: 960px;
  /* overflow: hidden; */
}

div.container_ div.contents_ {
  width: 100%;
}

div.container_ div.contents_ {
  width: 1200px;
  margin: 0 auto;
  display: block;
  float: none;
  overflow: visible;
}

.contents_bottom {
  width: 100%;
  clear: both;
}
.contents_bottom-listpage {
  width: 100%;
  clear: both;
}
.contents_bottom-listpage .itemhistory-contents {
  width: 100%;
}

.contents_bottom-gray {
  background: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 1px;
  margin-top: 40px;
}

.contents_bottom-white {
  background: #fff;
  padding: 1px;
  padding-bottom: 80px;
}

#page_top {
  position: fixed;
  width: 40px;
  height: auto;
  bottom: 40px;
  right: 40px;
  z-index: 10;
  cursor: pointer;
}

#page_top img {
  width: 100%;
}

#header {
  width: 100%;
}

.header-bannerArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e21836;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #fff;
}

.header-bannerArea img {
  width: 100%;
  height: 44px;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-top {
  background: #fff;
  color: #fff;
  text-align: left;
  line-height: 3.4;
}

.header-top_logo {
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 10;
}
.header-top_logo a:hover img {
  opacity: 1;
}

body.is-fixed .header-top .header-wrap {
  overflow: hidden;
}

.header-top_title {
  margin-left: 120px;
  font-size: 11px;
  color: #222;
}

.header-top_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 460px;
  margin-left: 50px;
}
.header-top_listItem,
.header-top_listItem a {
  color: #222;
}

.header-top_signup {
  position: absolute;
  right: 0;
  top: 7px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #4e4e4e;
  color: #fff;
  line-height: 2;
  width: 73px;
  padding: 0 10px;
}

.header-top_signup:hover {
  text-decoration: none;
  background: #7e7e7e;
}

.header-wrap {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.is-fixed .header-bottom {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 999999;
}

.is-fixed .header-tabMenu {
  position: fixed;
  top: 62px;
  left: 0;
  width: 100%;
  z-index: 18;
}

.header-bottom {
  line-height: 2;
  border-bottom: 1px solid #e5e5e5;
}

.header-bottom_search {
  margin-left: 60px;
  width: 340px;
  position: relative;
}

.header-bottom_search input[type="text"] {
  width: 100%;
  border: solid #e5e5e5 1px;
  border-radius: 3px;
  line-height: 2.5;
  height: 2.5em;
  font-size: 13px;
  padding: 0 10px;
}

.header-bottom_search input[type="image"] {
  position: absolute;
  top: 10px;
  right: -5px;
  width: 15px;
  height: 15px;
}

.header-bottom_searchBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 80px;
}

.header-bottom_searchBtn {
  font-size: 13px;
  margin-left: 20px;
  cursor: pointer;
}

.header-bottom_searchBtn:hover {
  text-decoration: underline;
}

.header-bottom_searchBtn::after {
  position: relative;
  top: -1px;
  margin-left: 5px;
  content: '';
  width: 12px;
  height: 7px;
  background: url("../new_img/common/header_arrow_01.png") no-repeat;
  background-size: 12px 7px;
  display: inline-block;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.header-bottom_searchBtn.is-active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}


.input-search {
  width: 340px;
  position: relative;
}
.input-search.prefectures {
  margin-top: 25px;
}

.input-search input[type="text"] {
  width: 100%;
  border: solid #e5e5e5 1px;
  border-radius: 3px;
  line-height: 2.5;
  height: 2.5em;
  font-size: 13px;
  padding: 0 10px;
}

.input-search img {
  position: absolute;
  top: 10px;
  right: -5px;
  width: 15px;
  height: 15px;
}






.header-bottom_defaultBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 58px;
}

.header-bottom_defaultBtn {
  margin-left: 18px;
  color: #222;
  position: relative;
}

.header-bottom_defaultBtn a {
  color: #222;
}

.header-bottom_defaultBtn img {
  margin-top: -8px;
}

.header-bottom_defaultBtn span {
  margin-left: 2px;
  color: #222;
  font-size: 13px;
}

.header-tabMenu {
  width: 100%;
  position: absolute;
  background: #f7f7f7;
  font-size: 14px;
  display: none;
  padding: 20px 0;
  z-index: 18;
  top: 114px;
}

.header-tabMenu_category {
  width: 1200px;
  margin: 0 auto;
}

.header-tabMenu_categoryWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-tabMenu_categoryList {
  margin-top: 3em;
  background: #e5e5e5;
  overflow-y: scroll;
  max-height: 370px;
  width: 230px;
}

.header-tabMenu_categoryList::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background: #fff;
}

.header-tabMenu_categoryList::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px #fff;
  box-shadow: 0 0 1px #fff;
}

.header-tabMenu_categoryList-item {
  background: #e5e5e5;
  line-height: 1.4;
  color: #000;
  text-align: left;
  padding: .822em 1.5em;
  cursor: pointer;
}

.header-tabMenu_categoryList-item.is-active {
  background: #666;
  color: #fff;
  font-weight: bold;
  position: relative;
  cursor: default;
}

.header-tabMenu_categoryBox {
  width: 100%;
  background: white;
}

.header-tabMenu_categoryGenderTabs {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #f7f7f7;
}

.header-tabMenu_categoryGenderTab {
  line-height: 3;
  padding: 0 25px;
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
}

.header-tabMenu_categoryGenderTab.is-active {
  background: #fff;
  cursor: default;
  font-weight: bold;
}

.header-tabMenu_categoryResult {
  max-height: 370px;
  background: #fff;
  padding: 20px 50px 0;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow: scroll;
}
.header-tabMenu .detailSearch{
    width: 100%;
    padding: 0 calc(50vw - 600px);
    box-sizing: border-box;
    min-width: 1200px;
}

.header-tabMenu_categoryResultList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-content: flex-start;
  height: 330px;
  width: 100%;
}

.header-tabMenu_categoryResultList-item.is-show {
  display: block;
}
.header-tabMenu_categoryResultList-item {
  width: 290px;
  text-align: left;
  display: none;
  padding: 1em .5em 1em 0;
}

.header-tabMenu_categoryResultList-item a {
  color: #2996cc;
  line-height: 1.4;
}

.header-tabMenu_categoryResultList-item a:hover {
  text-decoration: underline;
}

.header-tabMenu_brand {
  width: 1200px;
  margin: 0 auto;
  padding: 45px 50px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
/* brand list page only */
.brand_only.heading-lv2 {
  margin-top: 40px;
  font-size: 18px;
}
.header-tabMenu_brand.brand_only {
  width: 100%;
  margin-bottom: 80px;
  padding: 24px 20px;
  background: #f7f7f7;
}
.header-tabMenu_brand.brand_only .detailSearch_brandTop input {
  background: url(../new_img/common/icon_search.png) right 10px center no-repeat,#fff;
  background-size: 17px;
}
.header-tabMenu_brand.brand_only .detailSearch_brandTop input::placeholder {
  color: #ccc;
}
/* IE */
.header-tabMenu_brand.brand_only .detailSearch_brandTop input:-ms-placeholder {
  color: #ccc;
}
/* Edge */
.header-tabMenu_brand.brand_only .detailSearch_brandTop input::-ms-placeholder {
  color: #ccc;
}
.header-tabMenu_brand.brand_only .detailSearch_brand_pickup {
  font-size: 14px;
}
.header-tabMenu_brand.brand_only .bg_white {
  margin-top: 10px;
  padding: 30px;
  background: #fff;
}
.header-tabMenu_brand.brand_only .detailSearch_brand-btnList {
  margin-top: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.header-tabMenu_brand.brand_only .detailSearch_brand-btnList-item {
  width: 36px;
  min-width: auto;
  margin: 0 2px;
  padding: 5px 10px;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-tabMenu_brand.brand_only .detailSearch_brand-btnList-item:first-child {
  padding: 5px 4px;
}
.header-tabMenu_brand.brand_only .detailSearch_brand-btnList-item:nth-child(n+22) {
  margin-top: 5px;
}
.header-tabMenu_brand.brand_only .detalSearch-brandResultList-item {
  width: 50%;
}
/* brand list page only */
.header-tabMenu_brand.header-tabMenu_brand-event {
  width: 960px;
  margin: 20px auto 0;
  padding: 20px 30px;
  background: #F7F7F7;
}
.header-tabMenu_brand.header-tabMenu_brand-event .header-tabMenu_brandWrap {
  padding: 30px;
  background: #fff;;
}

.header-tabMenu_brand.header-tabMenu_brand-event .header-tabMenu_brandWrap .detailSearch_brand-btnList {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.header-tabMenu_brand.header-tabMenu_brand-event .header-tabMenu_brandWrap .detailSearch_brand-btnList-item {
  width: 32px;
  height: 32px;
  margin: 0 5px 5px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* 簡易ヘッダー(購入フロー以降) */
body.is-fixed .cart_header {
  padding-top: 0;
}
.cart_header {
  height: 97px;
  border-bottom: 1px solid #e5e5e5;
}
.cart_header_wrap {
  width: 1200px;
  margin: 0 auto 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.cart_header-top_logo {
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 97px;
  height: 97px;
}
.cart_header-top_logo img {
  width: 100%;
}
.detailSearch-resetBtn:hover {
  background: #808080;
  color: white;
}
.detailSearch-resetBtn {
  margin: 20px auto 60px;
  padding: 7px 15px;
  text-align: center;
  display: flex;
  width: 130px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background: #fff;
  color: #333;
  border: solid 1px #ccc;
  border-radius: 3px;
  cursor: pointer;
}
.detailSearch_brandTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detailSearch_brandTop input {
  width: 300px;
  border-radius: 3px;
  line-height: 2.5;
  height: 2.5em;
  font-size: 13px;
  padding: 0 10px;
}

.detailSearch_brand_pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}

.detailSearch_brand_pickup-title {
  font-weight: bold;
  margin-right: 30px;
}

.detailSearch_brand_pickup-item {
  margin-right: 30px;
}

.detailSearch_brand-btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

.detailSearch_brand-btnList-item {
  line-height: 2;
  padding: 0 10px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  min-width: 1em;
  cursor: pointer;
}

#shopselect {
  width: 1200px;
  margin: 0 auto;
}
.detailSearch_brand-btnList.index-search {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.detailSearch_brand-btnList-item:hover,
.detailSearch_brand-btnList-item.is-active {
  background: #666;
  color: #fff;
}

.detailSearch-brand_resultArea {
  margin-top: 20px;
}

.detalSearch-brandResultList {
  line-height: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  overflow-y: scroll;
  max-height: 300px;
}

.detalSearch-brandResultList::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background: #fff;
}

.detalSearch-brandResultList::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px #fff;
  box-shadow: 0 0 1px #fff;
}

.detalSearch-brandResultList-item {
  font-size: 14px;
  width: 33%;
}

.detalSearch-brandResultList-item .brandName-kana {
  font-size: 11px;
  margin-left: 0.5em;
}
.leftForm_brand-modal .detailSearch_brand_pickup-item div,
.detalSearch-brandResultList-item div,
.detalSearch-brandResultList-item a {
  display: inline-block;
  color: #2996cc;
  text-decoration: none;
  cursor: pointer;
}
.leftForm_brand-modal .detailSearch_brand_pickup-item div:hover,
.detalSearch-brandResultList-item div:hover,
.detalSearch-brandResultList-item a:hover {
  text-decoration: underline;
}
.detalSearch-brandResultList-item div span,
.detalSearch-brandResultList-item a span {
  font-size: 11px;
}
.detalSearch-brandResultList-item a span {
  padding-left: .5em;
}

.searchInput-backSearchicon {
  background: url("../new_img/common/icon_search.png") right 10px center no-repeat;
  background-size: 17px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid #e5e5e5 1px;
}

.openDetail {
  margin: 60px auto 30px;
  padding-bottom: 30px;
  display: block;
  text-align: center;
  color: #2996cc;
  font-size: 14px;
  cursor: pointer;
}
.openDetail-img.is-open {
  transform: rotate(180deg);
  margin-top: -46px;
}
.openDetail-img {
  margin: 0 auto 30px;
  text-align: center;
  width: 17px;
  margin-top: -56px;
  pointer-events: none;
}

.openDetail-img .img{
  width: 100%;
  height: auto;
  pointer-events: none;
}
.detailSearch-wrap {
  display: none;
  background: #fff;
  padding: 0 20px 5px;
  width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.detailSearch-wrap.is-active {
  display: block;
}

.detailSearch-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.detailSearch-wrap dt {
  border-top: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 0;
}

.detailSearch-wrap dd {
  padding: 15px 0 20px;
  border-top: 1px solid #e5e5e5;
}

.detailSearch-wrap dt:first-child,
.detailSearch-wrap dd:first-child,
.detailSearch-wrap dt:first-of-type,
.detailSearch-wrap dd:first-of-type {
  border-top: none;
}

/* ウィズ（足囲）は二時フェーズまで非表示 */
.detailSearch-wrap dt.detailSearch-detail_title:nth-child(9),
.detailSearch-wrap dd.detailSearch-detail_body:nth-child(10) {
  display: none;
}

.detailSearch-wrap li {
  text-align: left;
  margin-top: 5px;
}

.detailSearch-detail_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  font-weight: bold;
  width: 9%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.detailSearch-detail_title span {
  font-size: 11px;
  font-weight: normal;
  margin-top: 5px;
  color: #919191;
}

.detailSearch-detail_body {
  width: 91%;
  font-size: 15px;
  padding-bottom: 20px;
}

.detailSearch-detail_body.is-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detailSearch-detail_colors li {
  width: 120px;
  margin-top: 4px;
  padding: 0;
  text-align: left;
  float: left;
}

.detailSearch-detail_colors label.is-active,
.detailSearch-detail_colors label:hover {
  background: #808080;
}
.detailSearch-detail_colors label:hover span,
.detailSearch-detail_colors label.is-active span {
  color: #fff;
}

.detailSearch-detail_colors li:nth-child(9n) {
  width: 90px;
}

.detailSearch-detail_colors input {
  display: none;
}

.detailSearch-detail_colors label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  line-height: 1;
  padding: 5px 0;
  box-sizing: border-box;
}

.detailSearch-detail_colors label::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  width: 25px;
  height: 25px;
  margin: 0 3px;
  background: #f00;
  display: inline-block;
}

.detailSearch-detail_colors label:hover::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.detailSearch-detail_colors .color_black::before {
  background: #000;
}

.detailSearch-detail_colors .color_gray::before {
  background: #999;
}

.detailSearch-detail_colors .color_beige::before {
  background: #e4d7ac;
}

.detailSearch-detail_colors .color_red::before {
  background: #d90027;
}

.detailSearch-detail_colors .color_purple::before {
  background: #7e0379;
}

.detailSearch-detail_colors .color_green::before {
  background: #090;
}

.detailSearch-detail_colors .color_orange::before {
  background: #f90;
}

.detailSearch-detail_colors .color_gold::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#d9d2b8), to(#917d35));
  background: linear-gradient(180deg, #d9d2b8, #917d35);
}

.detailSearch-detail_colors .color_pattern::before {
  background: url("../new_img/common/icon_pattern.png") no-repeat;
  background-size: 25px;
}

.detailSearch-detail_colors .color_brown::before {
  background: #8b6838;
}

.detailSearch-detail_colors .color_white::before {
  background: #fff;
  border: solid 1px #ccc;
}

.detailSearch-detail_colors .color_blue::before {
  background: #06f;
}

.detailSearch-detail_colors .color_pink::before {
  background: #f9c;
}

.detailSearch-detail_colors .color_khaki::before {
  background: #8c9342;
}

.detailSearch-detail_colors .color_yellow::before {
  background: #f6e642;
}

.detailSearch-detail_colors .color_silver::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#cccbcb));
  background: linear-gradient(180deg, #ddd, #cccbcb);
}

.detailSearch-detail_colors .color_multi::before {
  background: url("../new_img/common/icon_multi.png") no-repeat;
  background-size: 25px;
}

.detailSearch-detail_colors .color_other::before {
  background: #fff;
  border: solid 1px #808080;
}

.detailSearch-detail_colors li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2em;
}

.detailSearch-detail_size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.detailSearch-detail_size li {
  margin-right: 5px;
  margin-top: 5px;
}

.detailSearch-detail_size input {
  display: none;
}

.detailSearch-detail_size label {
  border: solid #ccc 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  line-height: 2.4;
  border-radius: 3px;
  width: 60px;
}

.detailSearch-detail_size label:hover {
  background: #808080;
  color: #fff;
}

.detailSearch-detail_size input:checked + label {
  background: #808080;
  color: #fff;
}

.detailSearch-detail_material {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}

.detailSearch-detail_material input[type="checkbox"] {
  display: none;
}

.detailSearch-detail_material label {
  padding-left: 30px;
  position: relative;
  color: #222;
  font-size: 14px;
}

.detailSearch-detail_material label:hover {
  text-decoration: underline;
}

.detailSearch-detail_material label::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #999;
  border-radius: 3px;
}

.detailSearch-detail_material input[type="checkbox"]:checked + label,
.detailSearch-detail_material label.is-active {
  color: #333;
}

.detailSearch-detail_material input[type="checkbox"]:checked + label:hover,
.detailSearch-detail_material label.is-active:hover {
  text-decoration: none;
  cursor: default;
}

.detailSearch-detail_material input[type="checkbox"]:checked + label::before,
.detailSearch-detail_material label.is-active::before {
  background: #666;
}

.detailSearch-detail_material input[type="checkbox"]:checked + label::after,
.detailSearch-detail_material label.is-active::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 7px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 3px;
}

.detailSearch-detail_material li {
  width: 160px;
  margin-right: 10px;
}

.detailSearch-detail_price {
  width: 40%;
}

.detailSearch-detail_price ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.detailSearch-detail_price .detailSearch-detail_inputPrice {
  width: 6em;
  border-radius: 3px;
  border: solid 1px #ccc;
  font-size: 13px;
  margin-right: 10px;
  line-height: 2;
  height: 2em;
  text-align: center;
}

.detailSearch-detail_price .detailSearch-detail_inputPrice-border {
  margin-right: 10px;
}

.detailSearch-detail_sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detailSearch-detail_sale .detailSearch-detail_title {
  width: 13em;
  border-left: 1px solid #ccc;
  font-size: 14px;
  line-height: 3;
  padding-left: 20px;
}

.detailSearch-detail_sale .detailSearch-detail_body {
  height: 100%;
  width: 100%;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detailSearch-detail_sale .detailSearch-detail_body input[type="checkbox"] {
  display: none;
}

.detailSearch-detail_sale .detailSearch-detail_body input[type="checkbox"] + label {
  padding-left: 30px;
  position: relative;
  color: #222;
  font-size: 14px;
}

.detailSearch-detail_sale .detailSearch-detail_body input[type="checkbox"] + label:hover {
  text-decoration: underline;
}

.detailSearch-detail_sale .detailSearch-detail_body input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #999;
  border-radius: 3px;
}

.detailSearch-detail_sale .detailSearch-detail_body input[type="checkbox"]:checked + label {
  color: #333;
}

.detailSearch-detail_sale .detailSearch-detail_body input[type="checkbox"]:checked + label:hover {
  text-decoration: none;
  cursor: default;
}

.detailSearch-detail_sale .detailSearch-detail_body input[type="checkbox"]:checked + label::before {
  background: #666;
}

.detailSearch-detail_sale .detailSearch-detail_body input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 7px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 3px;
}

.detailSearch-detail_stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detailSearch-detail_stock .detailSearch-detail_title {
  width: 13em;
  border-left: 1px solid #ccc;
  font-size: 14px;
  line-height: 3;
  padding-left: 20px;
}

.detailSearch-detail_stock .detailSearch-detail_body {
  height: 100%;
  width: 100%;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detailSearch-detail_stock .detailSearch-detail_body input[type="checkbox"] {
  display: none;
}

.detailSearch-detail_stock .detailSearch-detail_body input[type="checkbox"] + label {
  padding-left: 30px;
  position: relative;
  color: #222;
  font-size: 14px;
}

.detailSearch-detail_stock .detailSearch-detail_body input[type="checkbox"] + label:hover {
  text-decoration: underline;
}

.detailSearch-detail_stock .detailSearch-detail_body input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #999;
  border-radius: 3px;
}

.detailSearch-detail_stock .detailSearch-detail_body input[type="checkbox"]:checked + label {
  color: #333;
}

.detailSearch-detail_stock .detailSearch-detail_body input[type="checkbox"]:checked + label:hover {
  text-decoration: none;
  cursor: default;
}

.detailSearch-detail_stock .detailSearch-detail_body input[type="checkbox"]:checked + label::before {
  background: #666;
}

.detailSearch-detail_stock .detailSearch-detail_body input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 7px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 3px;
}

.detailSearch-detail_Submit {
  cursor: pointer;
  margin: 50px auto;
  font-weight: normal;
  background: #222;
  color: #fff;
  border-radius: 3px;
  width: 176px;
  height: 50px;
  display: block;
}
.detailSearch-detail_Submit:hover {
  background: #808080;
}


#footer {
  width: calc(100% - 2px);
  background: #161616;
  padding: 1px;
  clear: both;
}

#footer a {
  color: #fff;
}

.footer-topBlock,
.footer-middleBlock,
.footer-bottomBlock {
  width: 1200px;
  margin: 0 auto;
  padding: 1px 0;
}

.footer-topBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 60px;
}

.footer-topBlock_gender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-topBlock_genderLink {
  margin-right: 100px;
  font-weight: bold;
}

.footer-topBlock_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-topBlock_btn {
  margin-left: 10px;
}

.footer-topBlock_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  line-height: 3;
  width: 120px;
  border-radius: 4px;
}

.footer-topBlock_btn a:hover {
  background-color: #444;
  text-decoration: none;
}

.footer-topBlock_btn span {
  color: #222;
  padding-left: 5px;
}

.footer-topBlock_btn a:hover span {
  color: #fff;

}

.footer-topBlock_btn a:hover img {
  -webkit-filter: brightness(600%);
  filter: brightness(600%);
}

.footer-topBlock_btn img {
  width: 14px;
  vertical-align: middle;
  margin-top: -2px;
}

.footer-middleBlock {
  margin-top: 50px;
}

.footer-middleBlock_linkLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-middleBlock_linkList {
  position: relative;
  padding-bottom: 30px;
  margin-right: 50px;
}
.footer-middleBlock_linkList:last-child {
  margin-right: 0;
}
.footer-middleBlock_linkList.isCategory {
  flex-grow: 1;
}

.footer-linkList_title {
  border-bottom: #444 1px solid;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 3;
  color: #fff;
  font-weight: bold;
}

.footer-linkList_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-linkList_child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer-linkList_subtitle {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}

.footer-linkList_links {
  height: 230px;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: auto;
}

.footer-linkList_links.first-child {
  width: 350px;
}

.footer-linkList_links.first-child + a {
  right: 0;
}

.footer-linkList_link {
  font-size: 13px;
  line-height: 1.4;
  width: 170px;
  text-indent: -.75em;
  padding: 3px 0;
}

.footer-linkList_link a {

}

.footer-linkList_link::before {
  content: '>';
  font-size: 1em;
  color: #fff;
  padding-right: 3px;
}


.footer_extraLInk {
  padding-top: 1em;
}
.footer_extraLInks {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}


.footer-linkList_btn {
  font-size: 13px;
  background: #444;
  line-height: 2.5;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-left: auto;
  display: inline-block;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  right: 9px;
}

.footer-linkList_btn:hover {
  background-color: #ccc;
  color: #222 !important;
  text-decoration: none;
}

.footer-bottomBlock {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottomBlock_blockLinks {
  width: 675px;
}

.footer-blockLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-blockLink {
  margin-top: 10px;
}

.footer-blockLink a {
  display: block;
  width: 333px;
  background: #444;
  border-radius: 3px;
  font-size: 16px;
  line-height: 3;
  text-align: center;
  font-weight: bold;
}

.footer-blockLink a:hover {
  background-color: #ccc;
  color: #222 !important;
  text-decoration: none;
}

.footer-iconLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 270px;
  margin-top: 10px;
}

.footer-iconLink {
  width: 69px;
}

.footer-iconLink img {
  width: 100%;
}

.footer-iconLink span {
  font-size: 12px;
  text-align: center;
  margin-top: 2px;
  display: inline-block;
}

.footer-snsLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 160px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}

.footer-snsLink {
  width: 34px;
}

.footer-snsLink img {
  width: 100%;
  opacity: .2;
}

.footer-snsLink a:hover img {
  opacity: 1;
}

.footer-copyBlock .change_mode_ li{
  font-size: 13px;
  display: inline-block;
  color: #fff;
}

.footer-copyBlock {
  width: 100%;
  background: #000;
}

.footer-copyBlock_wrap {
  width: 1200px;
  margin: 50px auto 0;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-copyBlock_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 350px;
}

.footer-copyBlock_link,
.footer-copy {
  color: #fff;
  font-size: 12px;
}



/* 簡易フッター(購入フロー以降) */
.cart_footer .footer-copyBlock_wrap {
  margin: 0 auto;
}

.detailSearch {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  padding: 1px 10px;
}

.is-notscroll .detailSearch {
  height: calc(100vh - 151px);
  overflow-y: scroll;
}

.detailSearch_title-top {
  text-align: center;
  font-size: 24px;
  margin: 40px 0;
  display: block;
}

.detailSearch-title {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  margin-top: 30px;
}

.detailSearch-title:first-child {
  margin-top: 0;
}

.detailSearch-genderList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 20px;
}

.detailSearch-genderListItem {
  margin-right: 10px;
  /*width: 105px;*/
}

.detailSearch-genderListItem label {
  font-size: 13px;
  display: inline-block;
  text-align: center;
  line-height: 3;
  background: #fff;
    width: 130px;
    /* width: 100px; */
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.detailSearch-genderListItem label:hover {
  background: #808080;
  color: #fff;
}

.detailSearch-genderListItem input:checked + label {
  background: #808080;
  color: #fff;
}

.detailSearch-genderListItem input {
  display: none;
}

.detailSearch .header-tabMenu_categoryWrap {
  margin-top: 20px;
}

.detailSearch .header-tabMenu_categoryList {
  margin-top: 0;
}

.detailSearch .header-tabMenu_categoryResultList-item label {
  font-size: 14px;
  color: #222;
  display: inline-block;
  height: 42px;
}

.mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 10px 50px;
  width: 1200px;
  margin: 0 auto;
}

.mv-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 540px;
}

.mv img,
.mv-sub img {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.mv a:hover img,
.mv-sub a:hover img {
  opacity: .6;
}

.mv-sub a {
  display: inline-block;
}

.mv-sub a:nth-child(1),
.mv-sub a:nth-child(2) {
  margin-bottom: 10px;
}

.customForm input[type="checkbox"] {
  display: none;
}

.customForm input[type="checkbox"] + label {
  padding-left: 40px;
  position: relative;
  color: #2996cc;
  font-size: 14px;
}

.customForm input[type="checkbox"] + label:hover {
  text-decoration: underline;
}

.customForm input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #999;
  border-radius: 3px;
}

.customForm input[type="checkbox"]:checked + label {
  color: #333;
}

.customForm input[type="checkbox"]:checked + label:hover {
  text-decoration: none;
  cursor: default;
}

.customForm input[type="checkbox"]:checked + label::before {
  background: #666;
}

.customForm input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 7px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 3px;
}

.customForm input[type="radio"] {
  display: none;
}
.header-tabMenu_categoryResultList-item label,
.customForm input[type="radio"] + label {
  padding-left: 40px;
  position: relative;
}

.header-tabMenu_categoryResultList-item label::before,
.customForm input[type="radio"] + label:hover {
  text-decoration: underline;
}

.header-tabMenu_categoryResultList-item label::before,
.customForm input[type="radio"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #999;
  border-radius: 50%;
}

.detailSearch .header-tabMenu_categoryResultList-item label.is-active,
.header-tabMenu_categoryResultList-item.is-active label,
.customForm input[type="radio"]:checked + label {
  color: #666;
  font-weight: bold;
}

.detailSearch .header-tabMenu_categoryResultList-item label:hover,
.header-tabMenu_categoryResultList-item:hover label,
.customForm input[type="radio"]:checked + label:hover {
  text-decoration: none;
  cursor: default;
}

.detailSearch .header-tabMenu_categoryResultList-item label.is-active::before,
.header-tabMenu_categoryResultList-item.is-active label::before,
.customForm input[type="radio"]:checked + label::before {
  background: #666;
}

.detailSearch .header-tabMenu_categoryResultList-item label.is-active::after,
.header-tabMenu_categoryResultList-item.is-active label::after,
.customForm input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 50%;
}

.top-categorySearch,
.top-ranking {
  padding-bottom: 30px;
}

.top-genderBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 20px;
}

.top-genderBtns li {
  margin-right: 10px;
}

.top-genderBtns-btn {
  font-size: 13px;
  display: inline-block;
  text-align: center;
  line-height: 3;
  background: #fff;
    width: 130px;
    /* width: 100px; */
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  color: #222;
}

.top-genderBtns-btn:hover {
  background: #808080;
  color: #fff;
  text-decoration: none;
}

.top-brandBtns {
  padding: 2px 1px;
}

.top-brandBtns-btn {
  position: relative;
  width: 119px;
  height: 119px;
  text-align: center;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1px;
  cursor: pointer;
}

.top-brandBtns-btn:hover {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.top-brandBtns-btn img {
  width: 100%;
  height: auto;
}

.top-ranking_tabs,
.top-ranking_tabs-2,
.category-recommended_tabs,
.top-categorySearch_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.top-ranking_tab,
.top-ranking_tab-2,
.category-recommended_tab,
.top-categorySearch_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 10%;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 4px 4px 0 0;
  line-height: 3;
  font-size: 13px;
  cursor: pointer;
  color: #2996cc;
  margin-bottom: -1px;
  padding: 0 1em 1px;
}

.top-categorySearch_tabs li:nth-child(1),
.top-ranking_tabs li:nth-child(1) {
  color: #222222;
}

.top-ranking_tabs li:nth-child(2),
.top-categorySearch_tabs li:nth-child(2) {
  color: #005179;
}

.top-ranking_tabs li:nth-child(3),
.top-categorySearch_tabs li:nth-child(3) {
  color: #ED8989;
}

.top-ranking_tabs li:nth-child(4),
.top-categorySearch_tabs li:nth-child(4) {
  color: #C9B200;
}


.top-ranking_tab.is-active,
.top-ranking_tab-2.is-active,
.category-recommended_tab.is-active,
.top-categorySearch_tab.is-active {
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
  color: #222;
  background: #fff;
}

.top-categorySearch_body {
  display: none;
}

.top-categorySearch_body.is-active {
  display: block;

}
.top-categorySearch_items {
  display: none;
}

.top-categorySearch_items.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider_categorySearch_item,
.top-categorySearch_item {
  width: 102px;
  height: 102px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #ccc;
  border-radius: 4px;
}
.slider_categorySearch_item {
  margin: 20px 10px 0;
}
.top-categorySearch_item {
  margin-top: 20px;
  margin-right: 20px;
}
.top-categorySearch_item:nth-child(8n) {
  margin-right: 2px;
}

.slider_categorySearch_item a img{
  width: 100%;
}
.slider_categorySearch_item a {
  position: relative;
  display: block;
}

.slider_categorySearch_item:hover .img + p,
.slider_categorySearch_item:hover a {
  background-color: #808080;
  color: #fff;
  text-decoration: none;
}

.slider_categorySearch_item:hover a img{
  -webkit-filter: brightness(600%);
  filter: brightness(600%);
}

.slider_categorySearch_item .img + p {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40%;
    font-size: 13px;
    line-height: 1.3;
    color: #222;
}

.top-categorySearch_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.top-categorySearch_item a:hover {
  background-color: #808080;
  color: #fff;
  text-decoration: none
}

.top-categorySearch_item a:hover p {
  color: #fff;
}

.top-categorySearch_item a:hover img {
  -webkit-filter: brightness(600%);
  filter: brightness(600%);
}

.top-categorySearch_item a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 13px;
  line-height: 1.3;
  color: #222;
}

.top-categorySearch_item a p span {
  margin-bottom: -14px;
}

.top-categorySearch_item a p.img {
  height: 40%;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
}

.top-categorySearch_item a p.txt {
  height: 60%;
}

.top-categorySearch_item img {
  width: 100%;
}

.top-categorySearch_link {
  margin-top: 17px;
  text-align: right;
}

.top-categorySearch_link a {
  font-size: 1.4rem;
}

.top-featureBanners .slick-list {
  margin: 0 -10px;
}

.top-featureBanners .top-featureBanners-btn {
  width: 33%;
  padding: 10px;
}

.top-featureBanners img {
  width: 100%;
}

.top-ranking {
  padding-bottom: 40px;
}

.top-ranking_container {
  display: none;
  padding: 30px 5px 0;
}

.top-ranking_items {
  display: none;
  overflow: hidden;
  padding: 0 2px;
}

.top-ranking_container.is-active {
  display: block;
}

.top-ranking_items.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -30px;
}

.top-ranking_items.is-active{
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.top-ranking_item {
  margin-top: 60px;
  width: 25%;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}
.top-ranking_item:last-child {
  border-bottom: none;
}
.top-ranking_item:last-child::after {
  content: '';
  display: block;
  background: #e5e5e5;
  height: 1px;
  width: calc(100% * 4);
  margin-top: -1px;
}

.top-ranking_item a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  margin-bottom: 20px;
}
.top-ranking_item a:hover {
  -webkit-box-shadow: 0 0 4px rgba(120, 120, 120, 0.2);
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.2);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.top-ranking_item > a > div {
  position: relative;
  padding: 0 10px;
  margin-bottom: 1em;;
}

/* .top-ranking_item:first-child > a > div:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 3;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.top-ranking_item:first-child > a > div:before {
  background: #C7A55A;
  border: none;
} */



.top-ranking_item a:hover {
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.top-ranking_item img {
  width: 100%;
}

.top-ranking_rank span {
  display: block;
  line-height: 1;
  letter-spacing: -1px;
}

.top-ranking_rank {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -18px;
  right: 13px;
  width: 30px;
  height: 30px;
  /* line-height: 31px; */
  border-radius: 50%;
  z-index: 3;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 1.65rem;
  color: #222;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top-ranking_item:first-child .top-ranking_rank,
.top-ranking_rank.rank_1,
.goods_related_rank.rank_1 {
  color: #fff;
  background: #C7A55A;
  border: 1px solid #C7A55A;
  border: none;
}
.top-ranking_item:nth-child(2) .top-ranking_rank,
.top-ranking_rank.rank_2,
.goods_related_rank.rank_2 {
  color: #fff;
  background: #8A8A8A;
  border: 1px solid #8A8A8A;
  border: none;
}
.top-ranking_item:nth-child(3) .top-ranking_rank,
.top-ranking_rank.rank_3,
.goods_related_rank.rank_3 {
  color: #fff;
  background: #7A5112;
  border: 1px solid #7A5112;
  border: none;
}


.top-ranking_new,
.top-ranking_goodprice,
.top-ranking_sale {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  font-weight: bold;
  top: 20px;
  left: 10px;
  position: absolute;
}

.top-ranking_new {
  color: #e21836;
}

.top-ranking_goodprice {
  color: #2996cc;
}

.top-ranking_sale {
  color: #e21836;
}

.top-ranking_unisex,
.top-ranking_women,
.top-ranking_kids,
.top-ranking_men {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 11px;
}
.spec_attr1 .top-ranking_unisex,
.spec_attr1 .top-ranking_women,
.spec_attr1 .top-ranking_kids,
.spec_attr1 .top-ranking_men {
  font-size: 12px;
}

.top-ranking_unisex {
  color: #666;
}

.top-ranking_women {
  color: #ed8989;
}

.top-ranking_kids {
  color: #c9b200;
}
.top-ranking_kids span {
  color: #666;
  font-weight: normal;
  padding-left: .5em
}


.top-ranking_men {
  color: #005179;
}

.top-ranking_name {
  font-size: 13px;
  color: #222;
  margin-top: 5px;
}

.top-ranking_price {
  font-size: 14px;
  text-align: left;
  color: #222;
}

.top-ranking_price-red {
  color: #e21836;
  text-align: left;
  font-size: 14px;
}

.top-ranking_price-strike {
  color: #222;
  text-align: left;
  font-size: 12px;
  text-decoration: line-through;
}

.top-categorySearch_links,
.top-ranking_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 40px;
}
.top-categorySearch_links {
  margin-top: 0;
}

.top-categorySearch_link,
.top-ranking_link {
  font-size: 13px;
  color: #ccc;
  padding: 0 5px;
}

.top-categorySearch_link {
  display: none;
}
.top-categorySearch_link.is-active {
  display: inline-block;
}

div.topiclist_ .event_title_ {
  background: none;
  border: none;
  padding: 0;
}

div.topiclist_ .event_title_ .more_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -20px;
}

div.topiclist_ .topiclist_body_ {
  padding: 0;
}

div.topiclist_ ul.topicline_ {
  margin-top: 20px;
  border-top: 1px dotted #ccc;
}

div.topiclist_ ul.topicline_ li {
  padding: 20px 0;
}

div.topiclist_ ul.topicline_ li a {
  color: #222;
  font-size: 14px;
  line-height: 1.5;
}

/* カテゴリのドア */
.goods-door .door-contents {
  width: 960px;
  margin: 0 auto;
}
.goods-door .door-content img {
  width: 100%;
}
.goods-door .door-contents {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.goods-door .door-content {
  margin-right: 2%;
  width: 23%;
  margin-top: 40px;
}
.goods-door .door-content:nth-child(4n) {
  margin-right: 0;
}
.goods-door .door-contents a {
  color: #2d88d8;
}
/* カテゴリのドア */

.door-title {
  display: block;
  text-align: center;
  width: 1200px;
  margin: 50px auto 0;
  position: relative;
  font-weight: normal;
}

.door-title img {
  width: 105px;
}

.door-title span {
  display: block;
  text-align: center;
  font-size: 13px;
  margin-top: 0.5em;
}

.door-title a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
}

.door-content a {
  color: #222;
}


.door-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px;
  margin: 30px auto 0;
}

.door-contents.goods-door {
  width: 960px;
}

.door-content {
  width: 23%;
}

.door-content img {
  width: 100%;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.door-content a:hover .door-content img {
  opacity: .7;
}

.door-content_title {
  margin-top: 10px;
  font-size: 15px;
  text-align: left;
  color: #222;
}

.soldnow-title {
  text-align: center;
  font-size: 24px;
  margin: 70px 0 20px;
  display: block;
}

.soldnow-contents {
  width: 1200px;
  margin: 0 auto;
}

.soldnow-content {
  width: 100px;
  padding: 10px;
  position: relative;
}

.soldnow-content a {
  color: #222;
}

.soldnow-content a:hover {
  text-decoration: none;
}

.soldnow-content:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.soldnow-content_img {
  width: 100px;
  height: auto;
}
.itemhistory-content_title {
  margin-top: 1px;
  font-size: 12px;
}
.soldnow-content_price {
  text-align: right;
}

.soldnow-content_price,
.itemhistory-content_price,
.goods_related_content_price {
  margin-top: 2px;
  color: #222;
  text-align: left;
  font-size: 14px;
}
.soldnow-content_price-red,
.itemhistory-content_price-red,
.goods_related_content_price-red {
  margin-top: 2px;
  color: #e21836;
  text-align: left;
  font-size: 14px;
}
.soldnow-content_price-strike,
.itemhistory-content_price-strike,
.goods_related_content_price-strike {
  color: #222;
  text-align: left;
  font-size: 12px;
  text-decoration: line-through;
}


.soldnow-content .itemhistory-content_priceoff {
  bottom: 44px;
  left: 2px;
  width: 50%;
}
.soldnow-content .itemhistory-content_icon {
  font-size: 12px
}

.heading-center {
  text-align: center;
  font-size: 24px;
  margin: 50px 0 0;
  display: block;
}

.itemhistory-contents {
  width: 1200px;
  margin: 30px auto 50px;
}

.itemhistory-content {
  width: 132px;
  margin: 0 10px;
}
.itemhistory-content a {
  color: #222;
  cursor: pointer;
}
.itemhistory-content a:hover {
  text-decoration: none;
}


.itemhistory-content_img {
  position: relative;
}

.itemhistory-content_item {
  width: 100%;
}

.itemhistory-content_icon {
  position: absolute;
  top: 0px;
  left: 10px;
  z-index: 3;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

.itemhistory-contents .goods-content_off {
  left: 0;
}
.itemhistory-contents .itemhistory-content_icon {
  left: 3px;
}

.itemhistory-content_icon.icon-new,
.itemhistory-content_icon.icon-sale {
  color: #e21836;
}

.itemhistory-content_icon.icon-goodprice {
  color: #2996cc;
}
.itemhistory-content_gender {
  height: 17px;
  display: flex;
  align-items: center;
}

.itemhistory-content_gender,
.goods_related_content_gender {
  font-size: 11px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  margin-top: 5px;
  text-align: left;
}

.itemhistory-content_gender.gender-men,
.goods_related_content_gender.gender-men {
  color: #005179;
}

.itemhistory-content_gender.gender-women,
.goods_related_content_gender.gender-women {
  color: #ed8989;
}

.itemhistory-content_gender.gender-kids,
.goods_related_content_gender.gender-kids {
  color: #c9b200;
}
.itemhistory-content_gender.gender-kids span,
.goods_related_content_gender.gender-kids span{
  display: inline-block;
  margin-left: .5em;
  color: #666;
}

.itemhistory-content_gender.gender-unisex,
.goods_related_content_gender.gender-unisex {
  color: #666;
}

.itemhistory-content_priceoff {
  width: 76px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.top-news {
  background: #f7f7f7;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  width: 100%;
}

.top-news_slider {
  width: 1200px;
  padding: 0;
  margin: 0 auto;
}

.top-news_slider .slick-list {
  padding: 0;
}

.top-news_slider .slick-prev,
.top-news_slider .slick-next {
  width: 7px;
  height: 12px;
}

.top-news_slider .slick-prev {
  left: auto;
  right: 72px;
  background: url("../new_img/common/header_arrow_02.png") no-repeat;
  background-size: 7px 12px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.top-news_slider .slick-next {
  right: 2px;
  background: url("../new_img/common/header_arrow_03.png") no-repeat;
  background-size: 7px 12px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.top-news_slider .slick-counter {
  position: absolute;
  top: calc(50% - 0.7em);
  right: 26px;
  font-size: 12px;
}

.top-news_items {
  font-size: 14px;
  height: 4em;
  vertical-align: middle;
  position: relative;
}

.top-news_items a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #222;
}

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

#modalwindow {
  background: none repeat scroll 0 0 #eee;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  padding: 10px;
  width: 880px;
  /* height: 430px; */
  overflow: hidden;
}

#modalwindow .inner_ {
  background-color: #fff;
  padding: 6px 20px 15px 20px;
  overflow: hidden;
}

#modalwindow .inner_ h3 {
  font-weight: bold;
  font-size: 16px;
  padding: 14px 15px 10px 30px;
  background-image: url("../new_img/usr/icon_refinement_search2.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.refinement_search_box_ {
  padding: 10px;
  margin: 10px 0 10px 0;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.refinement_search_box_ dt {
  float: left;
  clear: both;
  width: 130px;
  font-weight: bold;
}

.refinement_search_box_ dd input[type="checkbox"] {
  margin-right: 10px;
}

.search_accordion_ {
  margin: -1px 0 0 0;
}

.search_type_ {
  overflow: hidden;
  position: relative;
}

.search_type_ .select_result {
  position: absolute;
  top: 10px;
  left: 140px;
  font-size: 14px;
}

.search_type_ input[type="text"] {
  width: 590px;
  font-size: 14px;
  font-weight: bold;
  color: #404040;
  text-overflow: ellipsis;
  border: none;
  border-width: 0px;
  border-style: none;
}

.search_type_ .name_ {
  width: 817px;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #e5e5e5;
}

.search_accordion_ .parent_ {
  float: right;
  text-indent: -9999px;
  width: 17px;
  margin: 10px 10px 0 0;
  background-image: url("../new_img/usr/minus.png");
  background-repeat: no-repeat;
  background-position: right center;
}

.search_accordion_ .parent_.img_hidden_ {
  background-image: url("../new_img/usr/plus.png");
}

.search_accordion_ .layer1_ {
  overflow: auto;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 50px;
}

.search_accordion_ #refinement_search_category_ {
  height: 258px;
}

.search_accordion_ #refinement_search_brand_ {
  height: 229px;
}

.search_accordion_ #refinement_search_color_ {
  height: 188px;
}

.search_accordion_ #refinement_search_size_ {
  height: 145px;
}

.search_accordion_ .layer1_ li {
  margin-left: 20px;
  border-bottom: 1px dotted #e5e5e5;
}

.search_accordion_ .layer1_ li a {
  display: block;
  padding: 10px 20px 10px 30px;
}

.search_accordion_ .layer1_ li a:hover {
  background-color: #f4f4f4;
}

#select_brand_ {
  overflow: hidden;
  padding: 10px 0;
}

#select_brand_ .brand_logo_ {
  float: left;
  width: 240px;
  margin: 0 0 10px 19px;
}

#select_brand_ .brand_logo_ img {
  width: 100%;
}

#select_brand_ .brand_logo_ h4 {
  text-align: center;
}

#modalwindow .inner_ .btn_refinement_reset {
  float: right;
  padding: 15px 0 0 0;
  cursor: pointer;
}

#modalwindow .inner_ .btn_refinement_search {
  text-align: center;
  padding-left: 120px;
}

.modal_close {
  position: absolute;
  top: 21px;
  right: 23px;
  display: block;
  z-index: 2;
  text-align: center;
  padding: 5px 10px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

#select_category_ ul {
  display: none;
}

.select_result {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

#select_color_ li label {
  display: block;
  padding: 10px 20px 10px 30px;
  cursor: pointer;
}

#select_color_ li:hover {
  background-color: #f4f4f4;
  cursor: pointer;
}

.select_size_ li label {
  display: block;
  padding: 10px 20px 10px 30px;
  cursor: pointer;
}

.select_size_ li:hover {
  background-color: #f4f4f4;
  cursor: pointer;
}

.sizesearch_ttl {
  font-weight: bold;
  padding: 10px;
  margin: 0 20px;
  border-bottom: #ccc solid 1px;
}

#input-price-wrapper {
  width: 300px;
  margin-left: 140px;
  padding-top: 10px;
}

#input-price {
  margin: 20px 10px;
}

input#input-price-low,
#input-price-high,
#input-price-c {
  width: 65px;
  padding: 5px;
}

#input-price-l {
  width: 33.333333%;
  display: inline-block;
  vertical-align: middle;
}

#input-price-r {
  width: 33.333333%;
  float: right;
  display: inline-block;
  text-align: right;
}

#input-price-c {
  text-align: center;
  width: 15.33333%;
  display: inline-block;
}

.input-price-high-text,
.input-price-low-text {
  border: 1px solid #ccc;
  margin: 5px 5px 5px;
  background-color: #fff;
  text-align: center;
}

input#input-price-low::-webkit-input-placeholder {
  color: #000 !important;
}

input#input-price-low:-ms-input-placeholder {
  color: #000 !important;
}

input#input-price-low::-moz-placeholder {
  color: #000 !important;
}

input#input-price-high {
  color: #000 !important;
  width: 65px;
}

input#input-price-high::-webkit-input-placeholder {
  color: #000 !important;
}

input#input-price-high:-ms-input-placeholder {
  color: #000 !important;
}

input#input-price-high::-moz-placeholder {
  color: #000 !important;
}

.search_form label {
  font-size: 13px !important;
}

.noUi-horizontal .noUi-handle {
  width: 24px !important;
  height: 24px !important;
  left: -17px !important;
  top: -8px !important;
}

.noUi-horizontal {
  height: 10px;
}

.noUi-handle {
  border-radius: 50% !important;
  padding: 3px 0 0 5px !important;
  font-weight: bold;
}

.noUi-handle {
  border-radius: 3px;
  background: #fff;
  cursor: default;
}

.noUi-horizontal .noUi-handle {
  width: 24px !important;
  height: 24px !important;
  left: -17px !important;
  top: -5px !important;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

#modalwindow .inner_ {
  background-color: #fff;
  padding: 6px 20px 15px 20px;
  overflow: hidden;
}

#modalwindow .inner_ h3 {
  font-weight: bold;
  font-size: 16px;
  padding: 14px 15px 10px 30px;
  background-image: url("../new_img/usr/icon_refinement_search2.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.refinement_search_box_result_ {
  padding: 10px;
  margin: 10px 0 10px 0;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.refinement_search_box_result_ dt {
  float: left;
  clear: both;
  width: 130px;
  font-weight: bold;
}

.refinement_search_box_result_ dd input[type="checkbox"] {
  margin-right: 10px;
}

.search_accordion_result_ {
  margin: -1px 0 0 0;
}

.search_type_result_ {
  overflow: hidden;
  position: relative;
}

.search_type_result_ input[type="text"] {
  width: 80%;
  font-size: 12px;
  font-weight: bold;
  color: #404040;
  text-overflow: ellipsis;
  border: none;
  border-width: 0px;
  border-style: none;
}

.search_accordion_result_ .parent_ {
  float: right;
  text-indent: -9999px;
  width: 17px;
  margin: 10px 10px 0 0;
  background-image: url("../new_img/usr/minus.png");
  background-repeat: no-repeat;
  background-position: right center;
}

.search_accordion_result_ .parent_.img_hidden_ {
  background-image: url("../new_img/usr/plus.png");
}

.search_accordion_result_ #refinement_search_category_result_ {
  height: 258px;
}

.search_accordion_result_ #refinement_search_brand_result_ {
  height: 229px;
}

.search_accordion_result_ #refinement_search_color_result_ {
  height: 188px;
}

.search_accordion_result_ #refinement_search_size_result_ {
  height: 145px;
}

.search_accordion_result_ .layer1_ ul li ul li a {
  padding-left: 20px;
}

.search_accordion_result_ .layer1_ ul li ul li ul li a {
  padding-left: 30px;
}

.search_accordion_result_ .layer1_ ul li ul li ul li ul li a {
  padding-left: 40px;
}

.search_accordion_result_ .parent_top_ {
  margin-top: 37px;
}

#select_brand_ {
  overflow: hidden;
  padding: 10px 0;
}

#select_brand_ .brand_logo_ {
  float: left;
  width: 240px;
  margin: 0 0 10px 19px;
}

#select_brand_ .brand_logo_ img {
  width: 100%;
}

#select_brand_ .brand_logo_ h4 {
  text-align: center;
}

#modalwindow .inner_ .btn_refinement_reset {
  float: right;
  padding: 15px 0 0 0;
  cursor: pointer;
}

#modalwindow .inner_ .btn_refinement_search {
  text-align: center;
  padding-left: 120px;
}

.modal_close {
  position: absolute;
  top: 21px;
  right: 23px;
  display: block;
  z-index: 2;
  text-align: center;
  padding: 5px 10px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.search_select_wrapper_ .refinement_search_link {
  border: 3px solid #ccc;
  background-image: url("../new_img/usr/icon_refinement_search.png");
  background-repeat: no-repeat;
  background-position: 5px 50%;
  margin-bottom: 10px;
}

.search_select_wrapper_ p.refinement_search_link a {
  width: 159px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0 4px 35px;
  background-image: url("../new_img/usr/right_arrow_g.png");
  background-repeat: no-repeat;
  background-position: 185px 50%;
}

.select_size_result_ li label {
  display: block;
  padding: 0px;
  cursor: pointer;
}

.select_size_result_ li:hover {
  background-color: #f4f4f4;
  cursor: pointer;
}

.select_size_result_ input {
  margin-right: 10px !important;
}

.checkcolor {
  background-color: #f4f4f4;
}

#select_color_result_ {
  margin: 0 0 15px 0;
}

#select_color_result_ li label {
  display: block;
  padding: 5px;
  cursor: pointer;
  width: 100%;
  margin: 0;
}

label {
  cursor: pointer;
}

#select_color_result_ li:hover {
  background-color: #f4f4f4;
  cursor: pointer;
}

#select_color_result_ input {
  margin-right: 10px !important;
  display: none;
}

#select_color_result_ li {
  margin-left: 0px;
}

#refinement_search_category_ {
  overflow: auto;
  height: 400px;
}

#refinement_search_brand_ {
  overflow: auto;
  height: 400px;
}

#refinement_search_size_ {
  overflow: auto;
  height: 400px;
  clear: both;
}

.refinement_search_box_result_ #input-price-wrapper {
  width: 100%;
  margin-left: 0px;
  padding-top: 10px;
}

.select_size_result_ li label {
  display: block;
  padding: 5px;
  cursor: pointer;
}

.select_size_result_ li:hover {
  background-color: #f4f4f4;
  cursor: pointer;
}

.select_size_result_ input {
  margin-right: 10px !important;
}

.sizesearch_ttl_result_ {
  font-weight: bold;
  padding: 10px;
  border-bottom: #ccc solid 1px;
}

#select_brand_result_ {
  overflow: hidden;
}

#select_brand_result_ .brand_logo_ {
  float: left;
  width: 100%;
}

#select_brand_result_ .layer1_ li a {
  display: block;
  padding: 10px 20px 10px 30px;
}

p.btn_refinement_search_result {
  padding: 0 15px;
  margin-bottom: 40px;
}

p.btn_refinement_search_result input {
  width: 100%;
  height: auto;
}

.noUi-origin {
  background-color: #666;
}

.noUi-origin:last-child {
  background-color: #fff;
}

#brandcheck-wrapper .allbrand {
  clear: both;
  margin-bottom: 0px;
  text-align: left;
}

#brandcheck-wrapper .allbrand dt {
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 140%;
  margin-bottom: 13px;
  padding-bottom: 13px;
  padding-top: 15px;
  font-weight: bold;
  margin: 0 15px;
}

#brandcheck-wrapper .allbrand dd {
  padding: 0px;
  text-align: left;
  float: left;
  width: 46%;
  margin-left: 20px;
  border-bottom: 1px dotted #e5e5e5;
}

#brandcheck-wrapper #allbrand-wrap {
  clear: both;
  padding-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

#brandcheck-wrapper .allbrand:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

#brandcheck-wrapper .allbrand-nav li a {
  background-color: #fff;
  border: 1px solid #ccc;
  float: left;
  padding-bottom: 2px;
  padding-left: 9px;
  padding-right: 5px;
  padding-top: 5px;
  width: 12px;
}

#brandcheck-wrapper .allbrand-nav li a:hover {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #666;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color-ltr-source: physical;
  border-left-color-rtl-source: physical;
  border-left-color-value: #ccc;
  border-left-style-ltr-source: physical;
  border-left-style-rtl-source: physical;
  border-left-style-value: solid;
  border-left-width-ltr-source: physical;
  border-left-width-rtl-source: physical;
  border-left-width-value: 1px;
  border-right-color-ltr-source: physical;
  border-right-color-rtl-source: physical;
  border-right-color-value: #ccc;
  border-right-style-ltr-source: physical;
  border-right-style-rtl-source: physical;
  border-right-style-value: solid;
  border-right-width-ltr-source: physical;
  border-right-width-rtl-source: physical;
  border-right-width-value: 1px;
  border-top-color: #ccc;
  border-top-style: solid;
  border-top-width: 1px;
  border: 1px solid #ccc;
  float: left;
  float: left;
  margin-left-ltr-source: physical;
  margin-left-rtl-source: physical;
  margin-left-value: 1px;
  margin-right-ltr-source: physical;
  margin-right-rtl-source: physical;
  margin-right-value: 1px;
  margin: 1px;
  padding-bottom: 2px;
  padding-left-ltr-source: physical;
  padding-left-rtl-source: physical;
  padding-left-value: 7px;
  padding-left: 7px;
  padding-right-ltr-source: physical;
  padding-right-rtl-source: physical;
  padding-right-value: 7px;
  padding-right: 7px;
  padding-top: 2px;
  color: #fff;
  float: left;
  padding-bottom: 2px;
  padding-left: 9px;
  padding-right: 5px;
  padding-top: 5px;
  width: 12px;
}

#brandcheck-wrapper .allbrand-nav {
  margin: 15px 15px 0 15px;
  overflow-x: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 3px;
  padding-left: 3px;
}

#brandcheck-wrapper .allbrand-nav:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

#brandcheck-wrapper .allbrand dd a {
  color: #000;
  text-decoration: none;
}

#brandcheck-wrapper .allbrand dd a:hover {
  color: #db1316;
  text-decoration: underline;
}

#brandcheck-wrapper .allbrand-nav ul li {
  margin-left: 1px;
  border-bottom: none;
}

#brandcheck-wrapper .allbrand-nav ul li a {
  margin: 1px;
  text-decoration: none;
}

#brandcheck-wrapper .allbrand-pagetop {
  text-align: right;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
}

#brandcheck-wrapper .free-box-bland .fBox-item img {
  width: 100%;
  height: auto;
}

#brandcheck-wrapper .allbrand dd a {
  display: block;
  padding: 10px 20px 10px 30px;
  cursor: pointer;
}

#brandcheck-wrapper .allbrand dd a:hover {
  background-color: #f4f4f4;
  cursor: pointer;
  text-decoration: none;
}

#brandcheck-wrapper #A,
#brandcheck-wrapper #B,
#brandcheck-wrapper #C,
#brandcheck-wrapper #D,
#brandcheck-wrapper #E,
#brandcheck-wrapper #F,
#brandcheck-wrapper #G,
#brandcheck-wrapper #H,
#brandcheck-wrapper #I,
#brandcheck-wrapper #J,
#brandcheck-wrapper #K,
#brandcheck-wrapper #L,
#brandcheck-wrapper #M,
#brandcheck-wrapper #N,
#brandcheck-wrapper #O,
#brandcheck-wrapper #P,
#brandcheck-wrapper #Q,
#brandcheck-wrapper #R,
#brandcheck-wrapper #S,
#brandcheck-wrapper #T,
#brandcheck-wrapper #U,
#brandcheck-wrapper #V,
#brandcheck-wrapper #W,
#brandcheck-wrapper #X,
#brandcheck-wrapper #Y,
#brandcheck-wrapper #Z {
  margin-top: -370px;
  padding-top: 370px;
}

#select_brand_result_ #brandcheck-wrapper .allbrand dt {
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 140%;
  margin-bottom: 13px;
  padding-bottom: 13px;
  padding-top: 15px;
  font-weight: bold;
  margin: 0 15px;
}

#select_brand_result_ #brandcheck-wrapper .allbrand dd {
  height: auto;
  padding: 0px;
  text-align: left;
  float: left;
  width: 100%;
  margin-left: 0px;
  border-bottom: 1px dotted #e5e5e5;
}

#select_brand_result_ #brandcheck-wrapper #allbrand-wrap {
  clear: both;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
}

#select_brand_result_ #brandcheck-wrapper #A,
#select_brand_result_ #brandcheck-wrapper #B,
#select_brand_result_ #brandcheck-wrapper #C,
#select_brand_result_ #brandcheck-wrapper #D,
#select_brand_result_ #brandcheck-wrapper #E,
#select_brand_result_ #brandcheck-wrapper #F,
#select_brand_result_ #brandcheck-wrapper #G,
#select_brand_result_ #brandcheck-wrapper #H,
#select_brand_result_ #brandcheck-wrapper #I,
#select_brand_result_ #brandcheck-wrapper #J,
#select_brand_result_ #brandcheck-wrapper #K,
#select_brand_result_ #brandcheck-wrapper #L,
#select_brand_result_ #brandcheck-wrapper #M,
#select_brand_result_ #brandcheck-wrapper #N,
#select_brand_result_ #brandcheck-wrapper #O,
#select_brand_result_ #brandcheck-wrapper #P,
#select_brand_result_ #brandcheck-wrapper #Q,
#select_brand_result_ #brandcheck-wrapper #R,
#select_brand_result_ #brandcheck-wrapper #S,
#select_brand_result_ #brandcheck-wrapper #T,
#select_brand_result_ #brandcheck-wrapper #U,
#select_brand_result_ #brandcheck-wrapper #V,
#select_brand_result_ #brandcheck-wrapper #W,
#select_brand_result_ #brandcheck-wrapper #X,
#select_brand_result_ #brandcheck-wrapper #Y,
#select_brand_result_ #brandcheck-wrapper #Z {
  margin-top: -420px;
  padding-top: 420px;
}

#select_brand_result_ #brandcheck-wrapper .allbrand-nav li a {
  background-color: #fff;
  border: 1px solid #ccc;
  float: left;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 3px;
  padding-top: 5px;
  width: 12px;
}

#select_brand_result_ #brandcheck-wrapper .allbrand-nav li a:hover {
  background-color: #666;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-color: #ccc;
  border-top-style: solid;
  border-top-width: 1px;
  border: 1px solid #ccc;
  float: left;
  margin: 1px;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 2px;
  color: #fff;
  float: left;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 3px;
  padding-top: 5px;
  width: 12px;
}

#search_select_title_ {
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #fff;
}

#search_select_title_ dt {
  background-color: #ededed;
  padding: 2px;
  margin: 7px;
}

#search_select_title_ dt {
  float: left;
  clear: left;
  text-align: center;
}

#search_select_title_ dd {
  border-bottom: 1px dotted #ccc;
  padding: 10px 10px 5px 0px;
  margin-left: 65px;
  min-height: 22px;
  word-break: break-all;
}

.vertical {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  direction: ltr;
}

#input-price {
  margin: 20px 10px 20px 20px;
}

.price_category {
  margin-top: 25px;
}

.price_category #input-price-l {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
}

.price_category #input-price-r {
  width: 95px;
  float: right;
  display: inline-block;
  text-align: right;
}

.price_category #input-price-c {
  text-align: center;
  width: 20px;
  display: inline-block;
}

.category-reset-btn {
  text-align: center;
  margin: 20px 0 60px 0;
  cursor: pointer;
}

#refinement_search_color_ input,
#refinement_search_size_ input {
  display: none;
}

.allbrand-nav a.brand-none,
.allbrand-nav a.brand-none:hover {
  color: #fff;
  float: left;
  margin-bottom: 0px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 1px;
  margin-top: 0px;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 2px;
  width: 8px;
  border: 1px solid #ccc;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
}

.pl5 {
  padding-left: 5px;
}

.customForm input[type="checkbox"] {
  display: none;
}

.customForm input[type="checkbox"] + label {
  padding-left: 40px;
  position: relative;
  color: #2996cc;
  font-size: 14px;
}

.customForm input[type="checkbox"] + label:hover {
  text-decoration: underline;
}

.customForm input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #999;
  border-radius: 3px;
}

.customForm input[type="checkbox"]:checked + label {
  color: #333;
}

.customForm input[type="checkbox"]:checked + label:hover {
  text-decoration: none;
  cursor: default;
}

.customForm input[type="checkbox"]:checked + label::before {
  background: #666;
}

.customForm input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 7px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 3px;
}

.customForm input[type="radio"] {
  display: none;
}

.customForm input[type="radio"] + label {
  padding-left: 40px;
  position: relative;
}

.customForm input[type="radio"] + label:hover {
  text-decoration: underline;
}

.customForm input[type="radio"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #999;
  border-radius: 50%;
}

.customForm input[type="radio"]:checked + label {
  color: #666;
  font-weight: bold;
}

.customForm input[type="radio"]:checked + label:hover {
  text-decoration: none;
  cursor: default;
}

.customForm input[type="radio"]:checked + label::before {
  background: #666;
}

.customForm input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 50%;
}

#sidebox_banners.sidebox_ a {
  margin-top: 25px;
  display: block;
}

#sidebox_category.sidebox_ h2 {
  padding: 0;
  margin: 20px 0 0;
  color: #222;
  font-size: 15px;
  line-height: 2.5;
}

#sidebox_category.sidebox_ h2 a {
  color: #222;
  font-size: 15px;
}

#sidebox_category.sidebox_ a {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  width: 100%;
  font-size: 13px;
  color: #222;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sidebox_category.sidebox_ .category_tree_ li {
  border-bottom: 1px solid #ccc;
}

#sidebox_category.sidebox_ .category_tree_ a {
  position: relative;
}

#sidebox_category.sidebox_ .category_tree_ a::after {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 19px;
  right: 13px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
}

#sidebox_category.sidebox_ .category_tree1_ {
  font-weight: bold;
}

#sidebox_category.sidebox_ .category_tree1_.is-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#sidebox_category.sidebox_ .category_tree1_.is-toggle a::after {
  content: none;
}

#sidebox_category.sidebox_ .category_tree1_.is-toggle .category_toggleBtn {
  position: relative;
}

#sidebox_category.sidebox_ .category_tree1_.is-toggle .category_toggleBtn::after {
  content: '';
  width: 12px;
  height: 2px;
  display: block;
  position: absolute;
  top: 22px;
  right: 10px;
  background: #ccc;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

#sidebox_category.sidebox_ .category_tree1_.is-toggle .category_toggleBtn::before {
  content: '';
  width: 2px;
  height: 12px;
  display: block;
  position: absolute;
  top: 17px;
  right: 15px;
  background: #ccc;
}

#sidebox_category.sidebox_ .category_tree1_.is-toggle.is-active .category_toggleBtn::before {
  content: none;
}

#sidebox_category.sidebox_ .category_tree2_ a {
  padding-left: 10px;
}

.category_treeWrap {
  display: none;
}

.category_treeWrap li {
  position: relative;
  top: 1px;
}

.category_toggleBtn {
  height: 45px;
  width: 40px;
  display: block;
  cursor: pointer;
}

#sidebox_genre.sidebox_ .genre_tree1_open_ {
  padding: 0;
  margin: 30px 0 10px;
}

#sidebox_genre.sidebox_ .genre_tree1_open_ a {
  color: #222;
  padding: 10px 0;
  font-size: 15px;
}

#sidebox_genre.sidebox_ .genre_tree2_ {
  display: none;
}

.leftForm_submit {
  font-size: 14px;
  line-height: 3;
  background: #222;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 3px;
  display: block;
  width: 100%;
  cursor: pointer;
}
.leftForm_submit:hover {
  background: #808080;
}

.leftForm_reset {
  margin-top: 10px;
  text-align: center;
  line-height: 3;
  color: #2996cc;
  text-align: center;
  cursor: pointer;
}

.leftForm_material .detailSearch-detail_material {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.leftForm_material .detailSearch-detail_material li {
  width: 100%;
}

.leftForm_material .detailSearch-detail_material label {
  font-size: 14px;
  line-height: 2;
}

.leftForm_color .detailSearch-detail_colors {
  overflow: hidden;
  padding: 0 2px 2px;
}

.leftForm_color .detailSearch-detail_colors li {
  width: 50%;
}

.leftForm_brand-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 1000;
}

.leftForm_brand-modal.is-active {
  display: block;
  padding-top: 7vw;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
}

.leftForm_brand-modalBtn {
  border: solid 1px #ccc;
  line-height: 2;
  height: 2em;
  width: 100%;
  border-radius: 3px;
  padding: 0 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  font-size: 13px;
}

.leftForm_brand-modalBtn::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
  z-index: 2;
}

.leftForm_sale input[type="checkbox"] {
  display: none;
}

.leftForm_sale input[type="checkbox"] + label {
  padding-left: 30px;
  position: relative;
  color: #222;
  font-size: 14px;
}

.leftForm_sale input[type="checkbox"] + label:hover {
  text-decoration: underline;
}

.leftForm_sale input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #999;
  border-radius: 3px;
}

.leftForm_sale input[type="checkbox"]:checked + label {
  color: #333;
}

.leftForm_sale input[type="checkbox"]:checked + label:hover {
  text-decoration: none;
  cursor: default;
}

.leftForm_sale input[type="checkbox"]:checked + label::before {
  background: #666;
}

.leftForm_sale input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 7px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 3px;
}

.leftForm_stock input[type="checkbox"] {
  display: none;
}

.leftForm_stock input[type="checkbox"] + label {
  padding-left: 30px;
  position: relative;
  color: #222;
  font-size: 14px;
}

.leftForm_stock input[type="checkbox"] + label:hover {
  text-decoration: underline;
}

.leftForm_stock input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #999;
  border-radius: 3px;
}

.leftForm_stock input[type="checkbox"]:checked + label {
  color: #333;
}

.leftForm_stock input[type="checkbox"]:checked + label:hover {
  text-decoration: none;
  cursor: default;
}

.leftForm_stock input[type="checkbox"]:checked + label::before {
  background: #666;
}

.leftForm_stock input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 7px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 3px;
}

.select_size_result_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.select_size_result_ li {
  margin-top: 2%;
  width: 30%;
  margin-right: 4%;
}

.select_size_result_ li input {
  display: none;
}

.select_size_result_ li label {
  font-size: 13px;
  border: solid #ccc 1px;
  line-height: 2.4;
  border-radius: 3px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.select_size_result_ li label.is-active,
.select_size_result_ li [type="checkbox"]:checked + label,
.select_size_result_ li label:hover {
  background: #808080;
  color: #fff;
}

.select_size_result_ li:nth-child(3n) {
  margin-right: 0;
}

.select_size_result_ li label {
  padding: 0;
  text-align: center;
  height: 100%;
}
.leftForm_keyword {
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  padding: 5px;
}

.selectDefault {
  display: block !important;
}

.leftForm_title {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  line-height: 2.5;
}
.leftForm_title .caution {
  font-size: 11px;
  font-weight: normal;
  color: #919191;
}


.leftForm_body {
  padding: 20px 0;
}

.leftForm_radios {
  margin-top: -5px;
}

.leftForm_radios input[type="radio"] {
  display: none;
}

.leftForm_radios input[type="radio"] + label {
  padding-left: 40px;
  position: relative;
}

.leftForm_radios input[type="radio"] + label:hover {
  text-decoration: underline;
}

.leftForm_radios input[type="radio"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #999;
  border-radius: 50%;
}

.leftForm_radios input[type="radio"]:checked + label {
  color: #666;
  font-weight: bold;
}

.leftForm_radios input[type="radio"]:checked + label:hover {
  text-decoration: none;
  cursor: default;
}

.leftForm_radios input[type="radio"]:checked + label::before {
  background: #666;
}

.leftForm_radios input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 50%;
}

.leftForm_radios li {
  margin: 5px 0;
}

.sizesearch_ttl_result_ {
  padding: 0;
  line-height: 3;
  text-align: left;
  margin: 20px 0 10px;
}

.leftForm_gender {
  font-size: 14px;
}

.leftForm_category {
  margin-top: -20px;
}

.leftForm_category select,
.leftForm_category option {
  max-width: 100%;
}

.selectWrap {
  position: relative;
  margin: 20px 0 0;
}

.selectWrap.select-01,
.selectWrap.is-active {
  display: block;
  width: 100%;
}

.selectWrap::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
  z-index: 2;
}

.leftForm_category_select {
  display: none;
}
.leftForm_category_select.is-active {
  display: block;
  position: relative;
  z-index: 5;
}
.leftForm_category_selectBtn {
  border: solid 1px #ddd;
  padding: 5px;
  cursor: pointer;
}
.leftForm_category_option {
  border: solid 1px #ddd;
  border-top: none;
  padding: 5px;
  cursor: pointer;
}
.leftForm_category_option:hover,
.leftForm_category_option.is-active {
  background: #efefef;
}



.sidebox_.search_select_wrapper_ {
  text-align: left;
  font-size: 13px;
}

.sidebox_.search_select_wrapper_ h2 {
  font-size: 18px;
  background: url("../new_img/common/icon_search.png") left center no-repeat;
  border-bottom: 0;
  background-size: 15px;
  margin-bottom: 20px;
}

.sidebox_.search_select_wrapper_ .search_type_result_ .name_ {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  border-bottom: #e5e5e5 1px solid;
  margin-top: 20px;
}

.sidebox_.search_select_wrapper_ #refinement_search_gender_ {
  display: block !important;
}

.sidebox_.search_select_wrapper_ #refinement_search_gender_ ul {
  margin: 10px 0;
}

.sidebox_.search_select_wrapper_ #refinement_search_gender_ a {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 2;
  color: #000;
}

.sidebox_.search_select_wrapper_ #refinement_search_gender_ a:before {
  content: '';
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 4px;
  background: transparent;
  border: solid #999 1px;
  border-radius: 50%;
}

.sidebox_.search_select_wrapper_ #refinement_search_gender_ a.is-active:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 4px;
  background: #666;
  border: solid #999 1px;
  border-radius: 50%;
}

.sidebox_.search_select_wrapper_ #refinement_search_gender_ a.is-active:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 5px;
  top: 9px;
  background: #fff;
  border: solid #999 1px;
  border-radius: 50%;
  z-index: 3;
}

.sidebox_.search_select_wrapper_ .search_type_result_ .select_result {
  display: none;
}

.error-wrapper {
  text-align: center;
  display: block;
  margin: 180px auto;
  max-width: 80%;
}

.error-heading {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 80px;
  line-height: 0.5;
}

.error-heading span {
  font-size: 26px;
}

.error-text {
  margin-top: 45px;
  font-size: 28px;
  font-weight: bold;
}

.error-text-small {
  font-size: 14px;
  margin-top: 30px;
  line-height: 1.6;
}

/* テンプレート */

.temp-path {
  font-size: 12px;
}

.temp-path a {
  color: #333;
  text-decoration: underline;
}

.temp-path ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5em;
}

.temp-path li {
  margin-right: 1em;
}

.temp-heading {
  font-size: 24px;
  font-weight: bold;
  margin-top: 55px;
}

.temp-heading:first-child {
  margin-top: 0;
}

.temp-para {
  line-height: 1.8;
  font-size: 13px;
  margin-top: 24px;
}

.temp-img {
  width: auto;
  max-width: 100%;
  margin-top: 24px;
}

#player {
  margin-top: 24px;
}

.temp-slider,
.temp-block-2col,
.temp-block-3col,
.temp-block-4col,
.temp-slider-2col,
.temp-slider-3col,
.temp-slider-4col {
  margin-top: 24px;
}

.temp-slider img,
.temp-block-2col img,
.temp-block-3col img,
.temp-block-4col img,
.temp-slider-2col img,
.temp-slider-3col img,
.temp-slider-4col img {
  width: 100%;
}

.temp-slider .temp-para,
.temp-block-2col .temp-para,
.temp-block-3col .temp-para,
.temp-block-4col .temp-para,
.temp-slider-2col .temp-para,
.temp-slider-3col .temp-para,
.temp-slider-4col .temp-para {
  margin-top: 10px;
}

.temp-block-2col,
.temp-block-3col,
.temp-block-4col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.temp-block-2col li,
.temp-block-3col li,
.temp-block-4col li {
  margin-right: 20px;
  width: 100%;
}

.temp-block-2col li:last-child,
.temp-block-3col li:last-child,
.temp-block-4col li:last-child {
  margin-right: 0;
}

.temp-slider-2col .slick-slide,
.temp-slider-3col .slick-slide,
.temp-slider-4col .slick-slide {
  margin-right: 20px;
  /* ガター */
}

.temp-slider-2col .slick-list,
.temp-slider-3col .slick-list,
.temp-slider-4col .slick-list {
  margin-right: -20px;
  /* ガター分ネガティブマージン */
}

.temp-slider .slick-list {
  padding: 0;
}
.temp-slider .slick-prev {
  left: 0;
}

.temp-rightimgblock,
.temp-leftimgblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.temp-leftimgblock {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.temp-imgblock_body {
  width: 430px;
}

.temp-imgblock_img {
  width: 500px;
}

.temp-imgblock_img img {
  width: 100%;
}

.temp-block_heading {
  font-size: 18px;
  font-weight: bold;
}

.temp-block_para {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.8;
}

.temp-block_btn {
  border: solid #999 1px;
  border-radius: 3px;
  line-height: 3;
  font-size: 12px;
  padding: 0 20px;
  color: #333;
  margin-top: 24px;
}

.temp-btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-decoration: none;
}

@media screen and (max-width: 760px) {
  .temp-heading {
    font-size: 18px;
  }

  .temp-heading:first-child {
    margin-top: 20px;
    font-size: 24px;
  }

  .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    margin-top: 20px;
  }

  .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #player {
    margin-top: 0;
  }

  .temp-heading,
  .temp-para,
  .temp-img,
  .temp-slider,
  .temp-block-2col,
  .temp-block-3col,
  .temp-block-4col,
  .temp-slider-2col,
  .temp-slider-3col,
  .temp-slider-4col,
  .temp-rightimgblock,
  .temp-leftimgblock,
  .temp-btnWrap {
    width: 95%;
    margin: 18px auto 0;
  }

  .temp-img {
    display: block;
  }

  .temp-block-2col,
  .temp-block-3col,
  .temp-block-4col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .temp-block-2col li,
  .temp-block-3col li,
  .temp-block-4col li {
    margin-right: 10px;
    width: 100%;
  }

  .temp-block-2col li:last-child,
  .temp-block-3col li:last-child,
  .temp-block-4col li:last-child {
    margin-right: 0;
  }

  .temp-slider-2col .slick-slide,
  .temp-slider-3col .slick-slide,
  .temp-slider-4col .slick-slide {
    margin-right: 10px;
    /* ガター */
  }

  .temp-slider-2col .slick-list,
  .temp-slider-3col .slick-list,
  .temp-slider-4col .slick-list {
    margin-right: -10px;
    /* ガター分ネガティブマージン */
  }

  .temp-slider .slick-list {
    padding: 0;
  }

  .temp-slider .slick-prev {
    left: 0;
  }

  .temp-block-4col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .temp-block-4col li {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-right: 10px;
  }

  .temp-block-4col li:nth-child(even) {
    margin-right: 0;
  }

  .temp-rightimgblock,
  .temp-leftimgblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .temp-imgblock_img,
  .temp-imgblock_body {
    max-width: 100%;
  }

  .temp-btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
  }

  .temp-block_heading {
    font-size: 18px;
    font-weight: bold;
    margin-top: 18px;
  }

  .temp-block_para {
    margin-top: 5px;
  }

  .temp-block_btn {
    margin-top: 0;
  }

  .slick-prev,
  .slick-next {
    width: 35px;
    height: 35px;
    background-size: 35px;
  }

  .slick-next {
    right: -9px;
  }

  .slick-prev {
    left: -9px;
    right: -9px;
  }
}

/** 商品詳細 **/

div.container_.col1_ {
  padding: 0;
  overflow: visible;
}

div.container_.col1_ div.contents_ {
  overflow: visible;
}

div.container_.col1_ div.contents_ div.mainframe_ {
  width: 1200px;
  float: none;
}

div.goodsproductdetail_ {
  overflow: visible;
}

div.goodsproductdetail_,
div.goodsproductdetail_ * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.goods_go_brand {
  font-size: 1.4rem;
}

.goods_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
}

.goods_left {
  position: relative;
  width: 790px;
}

.goods_right {
  width: 355px;
}

.goodsproductdetail_ .icon {
  position: absolute;
  top: 21px;
  left: 113px;
  z-index: 9;
}

.looklist_renew_add {
  position: absolute;
  top: 21px;
  right: 20px;
  z-index: 10;
}

.looklist_renew_add .switchimg {
  width: 28px;
  height: 25px;
}

.looklist_renew_add_popup {
  display: none;
  position: absolute;
  top: -69px;
  left: -147px;
  width: 203px;
  height: 72px;
}

.looklist_renew_add_popup img {
  width: 203px;
  height: 72px;
}

.goodsimg {
  width: 713px;
  padding-left: 72px;
}

.img_L {
  width: 713px;
}

.img_L .slick-slide .img_item {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

.img_L .slick-current .img_item,
.img_L .slick-active .img_item {
  width: auto !important;
  height: auto !important;
  display: block !important;
}

.img_L .slick-list {
  padding: 0;
}

.img_L .img_item {
  position: relative;
  padding-bottom: 50px;
}

.img_L .img_item img {
  width: 713px;
  height: 713px;
}

.img_L .img_item .comment {
  width: 100%;
  position: absolute;
  top: 730px;
  right: 0;
  color: #222;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
}

.img_L .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  bottom: auto;
  top: 0;
  left: -72px;
}

.img_L .slick-dots li {
  position: relative;
  width: 67px;
  height: auto;
  margin: 0;
}

.img_L .slick-dots li + li {
  margin-top: 5px;
}

.img_L .slick-dots li.slick-active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #666666;
}

.img_L .slick-dots img {
  width: 67px;
}

.goodsimg .magnifire {
  position: absolute;
  top: 666px;
  right: 19px;
}

.img_L .slick-counter {
  position: absolute;
  top: 681px;
  left: 27px;
  font-size: 1.4rem;
}

.img_L.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.goods_sample_comment {
  color: #8B8B8B;
  font-size: 1.2rem;
}

.goodscomment2 {
  width: 790px;
  margin-top: 12px;
  padding: 15px 20px 17px;
  background-color: #F7F7F7;
  font-size: 1.4rem;
  line-height: 1.8;
}

.goods_brand_name {
  font-size: 1.4rem;
}

.goods_name h1 {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: 400;
}

.goods_price_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-top: 28px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.goods_price_container .goods_recieve > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 24px;
  padding: 0 10px;
  border: 1px solid #707070;
  color: #222222;
  font-size: 1.1rem;
}

.goods_price_container .goods_recieve > a:hover {
  text-decoration: none;
}

.goods_price_container .goods_recieve > a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 1em;
  background: url("../new_img/common/header_arrow_01.png") no-repeat;
  background-size: contain;
  transform:rotate(270deg);
  -webkit-transform:rotate(270deg);
  -moz-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  -o-transform:rotate(270deg);
}

.price_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: 'Montserrat', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro W6", 'メイリオ', Meiryo, sans-serif;
  justify-content: flex-end;
  max-width: 100%;
  padding-left: 1em;
}

.price_container .tax {
  font-size: 1.6rem;
  font-weight: 400;
}

.price_container .price_sale {
  color: #BF0000;
}

.price_container .price_default {
  margin-left: 8px;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: line-through;
}

.cartbox .colors {
  margin-top: 34px;
}

.cartbox .sizes {
  margin-top: 42px;
}

.choose_color_ttl,
.choose_size_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.choose_color_head,
.choose_size_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 1.5rem;
  font-weight: 600;
}

.choose_size_head .pick_up,
.choose_size_head .release_date {
  margin-left: 15px;
  font-size: 1.1rem;
}
.choose_size_head .pick_up {
  color: #919191;
}
.choose_size_head .release_date {
  color: #BF0000;
  font-weight: normal;
}

.choosed_color,
.about_size {
  font-size: 1.4rem;
}

.choose_color_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}

.choose_color_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.choose_color_list a:not(:nth-child(6n)) {
  margin-right: 5px;
}

.choose_color_list a:not(:nth-child(-n+6)) {
  margin-top: 5px;
}

.choose_color_list a div {
  position: relative;
}

.choose_color_list a div::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #CCCCCC;
}

.choose_color_list a div.color_Selected_::after {
  border: 2px solid #666666;
}

.choose_color_list img {
  width: 55px;
}

.choosed_size_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  border-top: 1px solid #EFEFEF;

}

.choosed_size_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 66px;
  padding: 0 8px;
  border-bottom: 1px solid #EFEFEF;
  font-size: 1.3rem;
  position: relative;
}


.choosed_size_list dt p {
  color: #919191;
  font-size: 1.1rem;
}

.btn_online,
.btn_restock,
.btn_comingsoon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.choosed_size_list dl .popup_ {
  position: absolute;
  top: -20px;
  right: 0;
}
.choosed_size_list dl .popup_ a {
  background: #fff;
  border: 1px solid #ccc;
  padding: 1em;
  z-index: 50;
  border-radius: 4px;
}
.choosed_size_list dl .popup_ a::before {
  content: "";
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  right: 30%;
  bottom: -33px;
  z-index: 20;
}
.choosed_size_list dl .popup_ a::after {
  content: "";
  border: 12px solid transparent;
  border-top: 12px solid #ccc;
  position: absolute;
  right: 30%;
  bottom: -34px;
  z-index: 10;
}

.btn_online span,
.btn_restock a,
.btn_comingsoon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 160px;
  height: 36px;
  border-radius: 4px;
  text-decoration: none;
}
.btn_online span,
.btn_restock a {
  cursor: pointer;
}

.cart .btn_online span {
  width: auto;
  height: 22px;
  font-weight: bold;
}

.btn_online span {
  background-color: #2996CC;
  color: #fff;
}

.btn_online span::before {
  content: '';
  display: inline-block;
  position: relative;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  background: url(../new_img/common/icon_cart_white.svg) center no-repeat;
  background-size: contain;
}
.btn_online span#nowdt::before {
  content: none;
}

.btn_restock a {
  border: 1px solid #CCCCCC;
  background-color: #fff;
  color: #000000;
}
.btn_comingsoon span {
  background-color: #ACACAC;
  color: #fff;
  font-weight: 700;
  font-family: 'Montserrat', "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro W6", 'メイリオ', Meiryo, sans-serif;
  cursor: default;
}

.btn_online .add-cart-popup {
  display: none;
  position: absolute;
  top: -60px;
  left: -20px;
  width: 196px;
  height: 80px;
}

.btn_online .add-cart-popup img {
  width: 196px;
  height: 80px;
}

.goods_order_caution {
  margin-top: 36px;
  font-size: 1.1rem;
}

.goods_sns_list {
  margin-top: 33px;
}

.goods_sns_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.goods_sns_list li + li {
  margin-left: 17px
}

.goods_sns_list img {
  width: 34px;
}

.goods_bottom {
  margin-top: 46px;
}

#spec_attr1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#spec_attr1 .top-ranking_kids {
  font-size: 1.5rem;
}

.goods_kids_size {
  margin-left: 6px;
  color: #666666;
  font-size: 1.2rem;
}

.goods_made {
  margin-left: 12px;
  color: #666666;
  font-size: 1.1rem;
}

.goods_tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: .5em;
}

.goods_tag_list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 20px;
  margin-left: 10px;
  font-size: 1.1rem;
}

.goods_tag_list > div > img {
  height: 100%;
}

.goods_tag_limited_price {
  border: 1px solid #E21836;
  color: #E21836;
}

.goods_tag_antiskid {
  border: 1px solid #2996CC;
  color: #2996CC;
}

.goodsspec {
  width: auto;
  margin-top: 18px;
  font-size: 1.3rem;
}

.goodsspec th,
.goodsspec td {
  padding: 9px 10px 7px;
  border: 1px solid #CCCCCC;
}

.goodsspec th {
  background-color: #F7F7F7;
}

.goodscomment3,
.goodscomment5 {
  margin-top: 26px;
  font-size: 1.4rem;
}

.goodscomment3 p,
.goodscomment5 p {
  font-size: 1.4rem;
}

.goodscomment3 p + p,
.goodscomment5 p + p {
  margin-top: .8em;
}

.goodscomment3 .goodscomment_ttl,
.goodscomment5 .goodscomment_ttl {
  font-weight: 600;
}

.goods_related {
  margin-top: 35px;
  padding: 28px 0 40px;
  border-top: 2px solid #E5E5E5;
  border-bottom: 2px solid #E5E5E5;
}

.goods_related_category {
  font-size: 1.2rem;
}

.goods_related_category dt,
.goods_related_keyword dt {
  font-size: 1.5rem;
  font-weight: 600;
}

.goods_related_category dd {
  margin: 14px 0 0 -.5em;
}

.goods_related_category dd > div + div {
  margin-top: .8em;
}

.goods_related_category a {
  padding: 0 .5em;
  color: #222222;
}

.goods_related_keyword {
  margin-top: 27px;
}

.goods_related_keyword_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px -5px 0 0;
}

.goods_related_keyword_list li {
  margin: 5px 5px 0 0;
}

.goods_related_keyword_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 85px;
  height: 34px;
  padding: 0 24px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #fff;
  color: #222222;
  font-size: 1.2rem;
  text-decoration: none;
}

.zoomContainer {
  z-index: 9;
}

.goods_detail_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 10px;
  font-size: 1.3rem;
  color: #2996CC;
  margin-bottom: 26px;
}

.goods_detail_tab::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
  z-index: -1;
}

.goods_detail_tab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.goods_detail_tab span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 177px;
  height: 40px;
  padding-top: 5px;
  cursor: pointer;
}

.goods_detail_tab li.is-active span {
  border: 1px solid #E5E5E5;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  color: #222222;
}

.js-target_goods {
  display: none;
}

.js-target_goods.is-active {
  display: block;
}

.goodscomment1 {
  font-size: 1.4rem;
}

.goods_related_item {
  margin-top: 100px;
}

.goods_related_item_list {
  margin-top: 18px;
}

.goods_related_item_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.goods_related_img {
  position: relative;
}

.goods_related_item_list a {
  display: block;
  width: 171px;
  position: relative;
  padding: 0 10px;
  background-color: #fff;
  color: #222222;
  text-decoration: none;
}

.goods_related_item_list a:hover {
  -webkit-box-shadow: 0 0 4px rgba(120, 120, 120, 0.2);
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.2);
  z-index: 1;
}

.goods_related_content_body {
  margin-top: 10px;
}

.goods_related_content_title {
  margin-top: 4px;
  font-size: 1.3rem;
}

.goods_related_rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 11px;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  border: 1px solid #CCCCCC;
  border-radius: 30px;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}

.goods_related_item_list li:nth-child(1) .goods_related_rank {
  border: 1px solid #C7A55A;
  background-color: #C7A55A;
  color: #fff;
}

.goods_related_item_list li:nth-child(2) .goods_related_rank {
  border: 1px solid #8A8A8A;
  background-color: #8A8A8A;
  color: #fff;
}

.goods_related_item_list li:nth-child(3) .goods_related_rank {
  border: 1px solid #7A5112;
  background-color: #7A5112;
  color: #fff;
}



.fourList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.fourList-item {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fourList-img {
  width: 113px;
}

.fourList-tag {
  font-size: 13px;
  color: #2996CC;
  margin: 2px 0;
}

.fourList-name {
  font-size: 13px;
  color: #222222;
  margin: 2px 0;
}

.fourList-price {
  font-size: 14px;
  margin: 2px 0;
}

.fourList-price span {
  font-size: 12px;
}

.fourList-cartBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #2996CC;
  border-radius: 4px;
  display: block;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
  background-position: 25px 8px;
  font-size: 12px;
  background-size: 15px;
  padding-left: 8px;
}

.cartbtn-icon {
  vertical-align: middle;
  width: 16px;
  margin-left: -10px;
}

.fourList-cartBtn:hover {
  text-decoration: none;
  opacity: .6;
}


.fourList-body {
  position: relative;
}

.popupBtn-cartbtn {
  position: absolute;
  color: #222222;
  font-size: 14px;
  font-weight: bold;
  line-height: 3;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
  background: white;
  border-radius: 4px;
  padding: 0 1em;
  z-index: 2;
  margin: 0 -10px;
  bottom: 50px;
  display: none;
}

.popupBtn-cartbtn:after {
  content: '';
  position: absolute;
  height: 15px;
  width: 15px;
  z-index: 1;
  background: white;
  display: inline;
  bottom: -17px;
  border-right: 1px solid rgba(100, 100, 100, .3);
  border-bottom: 1px solid rgba(100, 100, 100, .3);
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -webkit- transform: translateY(-50%) translateX(-50%) rotate(45deg);
}



/* 確認ページ */

.order_flow_ img {
  width: 100%;
}

.step3.col1_ {
  padding: 0;
}

.step3-block_para:nth-child(n+2) {
  margin-top: 10px;
}

.step3 .text-red {
  color: #e21836;
}

.step3 .common_headline2_ {
  margin-bottom: 0;
}

.step3-block_name,
.step3-block_body,
.step3-block_para {
  font-size: 14px;
  line-height: 2;
}

.step3-block_name {
  margin-top: 10px;
}

.step3-block {
  padding: 20px 0 30px;
  border-top: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.step3-leftBlock {
  width: 800px;
}

.step3-block_textarea {
  font-size: 14px;
  line-height: 2;
  padding: 0.5em;
  border-radius: 4px;
  border: solid 1px #ccc;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}

/* #frmSales {
  margin-top: -20px;
} */

.step3-1block .step3-block {
  width: 100%;
}

.step3-2block .step3-block {
  width: 385px;
}

.step3-block_list {
  margin-top: 20px;
}

.step3-block_item {
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0 15px;
}

.step3-block_itemImage {
  width: 100px;
  margin-right: 20px;
}

.step3-block_itembody {
  width: 490px;
  margin-right: 20px;
}

.step3-block_itemname {
  font-size: 14px;
  line-height: 1.8;
}

.step3-block_itemgift,
.step3-block_itemdata {
  color: #919191;
  font-size: 11px;
  line-height: 2;
}

.step3-block_data__size,
.step3-block_data__size + .step3-block_data {
  margin-left: 10px;
  font-weight: bold;
  color: #222;
}
.step3-block_data__quantity {
  margin-left: 10px;
}

.step3-block_itemsubtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.step3-block_itemsubtotal .value_title {
  font-size: 12px;
}

.step3-block_itemsubtotal .value_num {
  font-size: 16px;
}

.step3-block_itemsubtotal .value_unit {
  font-size: 14px;
}

.step3-changebtn {
  font-size: 12px;
  color: #222;
  line-height: 2.5;
  width: 50px;
  text-align: center;
  margin-left: 14px;
  border-radius: 4px;
  border: solid 1px #ccc;
  display: inline-block;
  font-weight: normal;
}

.step3-changebtn:hover {
  text-decoration: none;
}

.mt15 {
  margin-top: 15px !important;
}

.total_unit,
.flex_text-small {
  font-size: 14px;
}

.step3-rightBlock .point-red {
  font-size: 13px;
  color: #BF0000;
}

.step3-rightBlock .flex_text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.step3-rightBlock .btn_sub.btn_submit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border: none;
  background: #2996cc;
  color: #fff;
  font-weight: bold;
  padding: 0;
  line-height: 4.1;
  text-align: center;
  padding-left: 10px;
  margin-top: 15px;
  position: relative;
}
.step3-rightBlock .btn_sub.btn_submit::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background-image: url(.../../../new_img/icon/icon_shopping_bag_white.svg);
  background-size: contain;
  vertical-align: text-bottom;
  position: absolute;
  top: 24px;
  left: 76px;
}

.step3-rightBlock .btn_online_text {
  font-weight: bold;
  position: relative;
}

.step3-rightBlock .btn_online_text::before {
  content: '';
  position: absolute;
  display: block;
  background: url(".../../../new_img/icon/icon_cart.png") no-repeat;
  width: 20px;
  height: 20px;
  top: 4px;
  left: -27px;
  background-size: 20px;
}

.step3-rightBlock .submit_new_top {
  padding-bottom: 20px;
}

.submit_new_notice {
  font-size: 1.19em;
  line-height: 1.8;
  margin-top: 20px;
}
.submit_new_notice_head {
  font-weight: bold;
  font-size: 13px;
  display: block;
}
.submit_new_notice_link {
  margin-top: 10px;
  display: block;
  text-align: center;
  font-size: 13px;
}

.submit_new_notice .point-red {
  color: #bf0000;
  font-size: 13px;
  padding-top: 2px;
}


.checkout_btn {
  text-align: center;
  font-weight: bold;
  position: relative;
  align-items: flex-start;
  position: relative;
}
.checkout_btn #FormAssist_submit {
  padding: 0;
}
.checkout_btn_note {
  position: absolute;
  left: 93px;
  bottom: 13px;
  pointer-events: none;
  font-size: 11px;
  color: #fff;
  font-weight: normal;
}




/* 追従時 */

.submit_new_top.is-fixed {
  position: fixed;
  top: 20px;
  right: calc((100vw - 1200px) / 2);
}
@media screen and (max-width: 1200px) {
  .submit_new_top.is-fixed {
    left: 850px;
    right: auto;
  }
}


.step3-2block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.step3-rightBlock {
  width: 350px;
}

.step3-blockWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 80px;
}

.step3-block_attention {
  margin-top: 10px;
}

.step3-block_attentionItem {
  font-size: 13px;
  line-height: 2;
  text-indent: -1em;
  margin-left: 1em;
}

#FormAssist_submit {
  background: #2996cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  border-radius: 4px;
  border: 0;
  width: 100%;
  padding: 11.5px 0;
  margin-top: 20px;
  cursor: pointer;
}
#FormAssist_submit .btn_online_text {
  font-size: 18px;
}
#FormAssist_submit.confirmation_btn,
#FormAssist_submit.cart_confirm_btn {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
}

/* 確認ページ */

/* 購入履歴一覧 */

.history_list {
  margin-top: 30px;
}

.history_item {
  border: 1px solid #E5E5E5;
}

.history-list-detail .history_item {
  border-left: none;
  border-right: none;
}

.history_item + .history_item {
  margin-top: 30px;
}

.history_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #E5E5E5;
}

.history-list-detail .history_ttl {
  padding: 20px 0;
}

.history_ttl .status_ {
  width: 120px;
  margin-right: 25px;
}

.history_ttl .status_ img {
  height: 16px;
}

.history_ttl .detail_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history_ttl .history_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history_ttl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}

.history_ttl dl:not(:last-child) {
  margin-right: 35px;
}

.history_item .history_coution {
  margin: 1em 0;
  padding: 1em 2em;
  background: #F4F4F4;
  font-size: 1.2rem;
}


.history_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
}

.history_body + .history_body {
  border-top: 1px solid #E5E5E5;
}

.history-list-detail .history_body {
  padding: 26px 0;
}

.history_item_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history_item_detail + .history_item_detail {
  margin-top: 20px;
}

.history_item_img img {
  width: 100px;
}

.history_item_info {
  width: 690px;
  margin-left: 25px;
}

.history_item_info .name_ {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.history_item_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #919191;
  font-size: 1.1rem;
}

.history_item_data + dl {
  margin-top: 2px;
}

.history_item_detail_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.history_item_detail_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 30px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  color: #222;
  font-size: 1.2rem;
}

.history_item_detail_btn a:hover {
  text-decoration: none;
}

.history_body_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 340px;
  padding-left: 30px;
  border-left: 1px solid #E5E5E5;
}

.history_item_data2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.history_item_data2 + .history_item_data2 {
  margin-top: 8px;
}

.history_item_data2 dt {
  width: 90px;
  padding-right: 16px;
  text-align: right;
  font-size: 1.2rem;
}

.history_item_data2 dd {
  font-size: 1.4rem;
}

.history_item_data2 dd span {
  font-size: 1.6rem;
}

.history_detail_btn {
  margin-top: 22px;
}

.history_list_readMore {
  padding-top: 20px;
  text-align: right;
  font-size: 1.4rem;
}
.history_list_readMore a {
  padding-right: 20px;
}

.history_detail_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 257px;
  height: 32px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  color: #222222;
  font-size: 1.3rem;
  text-decoration: none;
}

.back-mypage-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px 0 80px;
}
.customer .submit_.back-mypage-btn a,
.customer_.col1_ .submit_.back-mypage-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 310px;
  height: 68px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #fff;
  color: #222222;
  font-size: 1.6rem;
  text-decoration: none;
}

.secure_text-red {
  color: #E21836;
}

.js-credit_card,
.js-gift_card {
  display: none;
}

.category-head-nav {
  height: 48px;
  background-color: #F7F7F7;
}

.category-head-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: auto;
}

.category-head-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  padding: 0 29px;
  color: #222222;
  font-size: 1.4rem;
  font-weight: 600;
}

.category-head-nav li.is-current a,
.category-head-nav li a:hover {
  background-color: #E5E5E5;
  text-decoration: none;
}


.category-recommended_container {
  margin-top: 33px;
}

.category-recommended_items {
  display: none;
  overflow: hidden;
  padding: 0 2px;
}

.category-recommended_items,
.category-recommended_items * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.category-recommended_items.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-recommended_item {
  position: relative;
  margin-top: 30px;
  width: 25%;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}

.category-recommended_item:last-child {
  border-bottom: none;
}

.category-recommended_item:last-child::after {
  content: '';
  display: block;
  background: #e5e5e5;
  height: 1px;
  width: calc(100% * 4);
  margin-top: -1px;
}

.category-recommended_item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  color: #222;
}

.category-recommended_item a:hover {
  -webkit-box-shadow: 0 0 4px rgba(120, 120, 120, 0.2);
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.2);
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.category-recommended_item > a > div {
  position: relative;
  padding: 0 10px;
  margin-bottom: 1em;
}

.category-recommended_item img {
  width: 220px;
}

.category-recommended_name {
  margin-top: 7px;
  font-size: 1.3rem;
}

.category-recommended_price {
  font-size: 14px;
  text-align: left;
  color: #222;
}

.category-recommended_price-red {
  color: #e21836;
  text-align: left;
  font-size: 14px;
}

.category-recommended_price-strike {
  color: #222;
  text-align: left;
  font-size: 12px;
  text-decoration: line-through;
}

.method_recieved_shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.method_recieved_shop .select-shop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 207px;
  height: 32px;
  font-size: 1.2rem;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #fff;
  color: #222;
}

.method_recieved_shop .select-shop a:hover {
  text-decoration: none;
}

.method_recieved_shop .shop-name {
  font-size: 1.4rem;
}

.method_recieved_shop .change-shop {
  margin-left: 24px;
  font-size: 1.4rem;
}

.history-detail-dual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 78px;
}

.history-detail-dual > div {
  width: 585px;
  padding-top: 25px;
  border-top: 1px solid #DEDEDE;
}

.tbl-center {
  width: 240px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.tbl-center th,
.tbl-center td {
  text-align: right;
  white-space: nowrap;
}

.tbl-center.history-detail-dual-method-table tr:nth-child(2) {
  vertical-align: top;
}
.tbl-center.history-detail-dual-method-table td {
  text-align: left;
}

.history-detail-address {
  font-size: 1.4rem;
  line-height: 1.8;
}

.history-detail-address .address {
  margin-top: 5px;
}

.history-detail-delivery {
  margin-top: 70px;
  padding-top: 25px;
  border-top: 1px solid #DEDEDE;
}

.history-detail-delivery-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 30px 0;
  border: 1px solid #E5E5E5;
}

.history-detail-delivery-body + .history-detail-delivery-body {
  margin-top: 20px;
}

.history-detail-delivery-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
}

.history-detail-delivery-no span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #F7F7F7;
  font-size: 1.5rem;
}

.common_headline2_ + .history-detail-address {
  margin-bottom: 20px;
}

.history-detail-delivery-body .history-detail-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 510px;
  margin-left: 20px;
}

.history-detail-delivery-body .history-detail-delivery-item {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 20px;
  padding-right: 30px;
  border-right: 1px solid #E5E5E5;
}

.history-detail-delivery-item-info:nth-child(n+2) {
  margin-top: 30px;
}

.history-detail-delivery-item-info .name_ {
  font-size: 1.4rem;
}

.history_item_data-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
}

.history_item_data-list dl + dl {
  margin: 0 0 0 20px;
}

.history-detail-delivery-item-wrapping {
  margin-top: 3px;
  color: #919191;
  font-size: 1.1rem;
}

.customer_shippingDetail {
  margin-left: 30px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}

.submit_btn_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 65px;
  margin-bottom: 200px;
}

.submit_btn_list li + li {
  margin-left: 10px;
}

.submit_btn_list .back-btn,
.submit_btn_list .primary-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 310px;
  height: 68px;
  border: 1px solid #222222;
  border-radius: 4px;
  text-decoration: none;
}

.submit_btn_list .back-btn {
  color: #222;
  font-size: 1.6rem;
}

.submit_btn_list .primary-btn {
  background-color: #222;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}

.cart-result-comment {
  font-size: 1.4rem;
  text-align: center;
}

.cart-result-tbl {
  margin-top: 40px;
}

.cart-result-tbl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 500px;
  margin: auto;
  padding: 26px 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  font-size: 1.4rem;
}

.cart-result-tbl dd {
  margin-left: 40px;
}

.coupon-comment {
  margin-top: 16px;
  font-size: 1.3rem;
  line-height: 1.8;
}

.coupon-sub-ttl {
  margin-top: 41px;
  font-size: 1.8rem;
  font-weight: 600;
}

.coupon-list + .coupon-sub-ttl {
  margin-top: 60px;
}

.coupon-list {
  margin-top: 30px;
}

.coupon-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.coupon-list li {
  width: 386px;
}

.coupon-list li:not(:nth-child(3n)) {
  margin-right: 21px;
}

.coupon-list li:not(:nth-child(-n+3)) {
  margin-top: 30px;
}

.coupon-list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 386px;
  height: 110px;
}

.coupon-list-img-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.coupon-list-img-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 76px;
}

.coupon-list-img-txt p {
  color: #fff;
}

.coupon-list-img-txt p.txt1 {
  font-size: 1.4rem;
  font-weight: 600;
}

.coupon-list-img-txt p.txt2 {
  font-size: 3.2rem;
  font-family: 'Montserrat', "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro W6", 'メイリオ', Meiryo, sans-serif;
  font-weight: 500;
}

.coupon-list-img-txt p.txt3 {
  font-size: 1.3rem;
  font-weight: 600;
}

.coupon-list-comment {
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.8;
}

.coupon-list-terms {
  margin-top: 16px;
  font-size: 1.3rem;
}

.coupon-list-copy {
  margin-top: 6px;
  font-size: 1.3rem;
}

.coupon-list-copy span {
  color: #2996CC;
  cursor: pointer;
}

.simple-border-nav {
  margin-top: 30px;
}

simple-border-nav.nav-large {
  margin-top: 40px;
}

.simple-border-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.simple-border-nav li + li {
  margin-left: 8px;
}

.simple-border-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #fff;
  color: #222;
  font-size: 1.3rem;
}

.simple-border-nav.nav-middle a {
  width: 103px;
}

.simple-border-nav.nav-large a {
  width: 150px;
}

.simple-border-nav a:hover {
  background-color: #808080;
  color: #fff;
  text-decoration: none;
}

.brand-desc-list {
  margin-top: 30px;
}

.brand-desc-list,
.brand-desc-list * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.brand-desc-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.brand-desc-list li + li {
  margin-top: 30px;
}

.brand-desc-list li:last-child {
  padding-bottom: 30px;
}

.brand-desc-list .brand-img {
  width: 264px;
}

.brand-desc-list .brand-img img {
  width: 264px;
  height: 174px;
  -o-object-fit: cover;
  object-fit: cover;
}

.brand-desc-list .brand-info {
  width: 696px;
  height: 174px;
  padding: 27px 30px;
  background-color: #F7F7F7;
}

.brand-desc-list .brand-name {
  font-size: 1.8rem;
  font-weight: 600;
}

.brand-desc-list .brand-comment {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.8
}

.brand-desc-list .brand-detail {
  margin-top: 12px;
  font-size: 1.4rem;
  text-align: right;
}

.brand-bnrs {
  margin-top: 30px;
}

.brand-bnrs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.brand-bnrs ul + ul {
  margin-top: 20px;
}

.brand-bnrs .bnr-2cols li:not(:nth-child(2n)),
.brand-bnrs .bnr-3cols li:not(:nth-child(3n)) {
  margin-right: 20px;
}

.brand-bnrs .bnr-2cols li:not(:nth-child(-n+2)),
.brand-bnrs .bnr-3cols li:not(:nth-child(-n+3)) {
  margin-top: 20px;
}

.brand-bnrs a:hover img {
  opacity: .7;
}

.collection-container {
  margin-top: 70px;
}

.collection-slider {
  margin-top: 34px;
}

.collection-slider li {
  margin-right: 20px;
}

.collection-slider li img {
  width: 225px;
}

.collection-slider a:hover img {
  opacity: .7;
}

.collection-slider .slick-list {
  padding: 0;
}

.collection-slider .slick-prev {
  left: 0;
}

.collection-other {
  margin-top: 30px;
}

.collection-other,
.collection-other * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.collection-other h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.collection-other ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
}

.collection-other li {
  width: calc(100% / 5);
}

.collection-other li:not(:nth-child(-n+5)) {
  margin-top: 12px;
}

.collection-other a {
  display: block;
  padding-right: 16px;
  font-size: 1.4rem;
}

.brand-product-container {
  margin-top: 84px;
}

.brand-product-container h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.brand-product-container h2 .main {
  font-size: 2.4rem;
}

.brand-product-container h2 .sub {
  margin-left: 20px;
  font-size: 1.4rem;
  font-weight: 400;
}

.brand-product-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}

.brand-product-body .blk-img {
  width: 470px;
}

.brand-product-body .blk-img img {
  width: 470px;
}

.brand-product-body .blk-img iframe {
  width: 470px;
  height: 264px;
}

.brand-product-body .blk-info {
  width: 470px;
}

.brand-product-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand-product-list li {
  width: 142px;
}

.brand-product-list.cols-2 li:not(:nth-child(2n)) {
  margin-right: 70px;
}

.brand-product-list.cols-3 li:not(:nth-child(3n)) {
  margin-right: 22px;
}

.brand-product-list .img img {
width: 100%;}

.brand-product-list .name {
  margin-top: 1px;
  font-size: 1.3rem;
  text-align: center;
}

.brand-product-list .price {
  margin-top: 1px;
  font-size: 1.4rem;
  text-align: right;
}

.brand-product-detail-btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 14px;
}

.brand-product-detail-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 34px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #fff;
  color: #222;
  font-size: 1.2rem;
}

.brand-product-detail-btn a:hover {
  background-color: #808080;
  color: #fff;
  text-decoration: none;
}

.brand-desc-article {
  margin-top: 70px;
  font-size: 1.4rem;
  line-height: 1.8;
}




.brand-product-container h2 .sub {
  margin-left: 20px;
  font-size: 1.4rem;
  font-weight: 400;
}

.brand-product-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}

.brand-product-body .blk-img {
  width: 470px;
}

.brand-product-body .blk-img img {
  width: 470px;
}

.brand-product-body .blk-img iframe {
  width: 470px;
  height: 264px;
}

.brand-product-body .blk-info {
  width: 470px;
}

.brand-product-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand-product-list li {
  width: 142px;
}

.brand-product-list.cols-2 li:not(:nth-child(2n)) {
  margin-right: 70px;
}

.brand-product-list.cols-3 li:not(:nth-child(3n)) {
  margin-right: 22px;
}

.brand-product-list .img img {
  width: 100%;
}

.brand-product-list .name {
  margin-top: 1px;
  font-size: 1.3rem;
  text-align: center;
}

.brand-product-list .price {
  margin-top: 1px;
  font-size: 1.4rem;
  text-align: right;
}

.brand-product-detail-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 14px;
}

.brand-product-detail-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 34px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #fff;
  color: #222;
  font-size: 1.2rem;
}

.brand-product-detail-btn a:hover {
  background-color: #808080;
  color: #fff;
  text-decoration: none;
}

.brand-desc-article {
  margin-top: 70px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.blk-list-4cols {
  margin-top: 40px;
}

.blk-list-4cols,
.blk-list-4cols * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.blk-list-4cols ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blk-list-4cols.list-narrow li {
  width: 220px;
}

.blk-list-4cols a:hover {
  text-decoration: none;
}

.blk-list-4cols.list-wide li {
  width: 280px;
}

.blk-list-4cols li:not(:nth-child(4n)) {
  margin-right: 26px;
}

.blk-list-4cols li:not(:nth-child(-n+4)) {
  margin-top: 50px;
}

.blk-list-4cols .blk-img img {
  display: block;
  width: 100%;
}

.blk-list-4cols a:hover .blk-img img {
  opacity: .7;
}

.blk-list-4cols a {
  display: block;
  color: #222;
}

.blk-list-4cols .blk-date {
  margin-top: 12px;
  font-size: 1.4rem;
}

.blk-list-4cols .blk-ttl {
  margin-top: 5px;
  font-size: 1.4rem;
}

.blk-list-4cols .blk-img + .blk-ttl {
  margin-top: 12px;
}

.blk-list-4cols .blk-list-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 5px;
}

.blk-list-4cols .blk-list-sns > div {
  margin-left: 10px;
  font-size: 18px;
}

.blk-list-4cols .blk-list-sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  background-color: #3C3C3C;
  color: #fff;
}

.blk-list-4cols .blk-list-sns a:hover {
  background-color: #8d8d8d;
}

.blk-list-4cols .blk-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 14px;
}

.blk-list-4cols .blk-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 34px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-size: 1.4rem;
}

.blk-list-4cols a:hover .blk-btn span {
  background-color: #808080;
  color: #fff;
}

.blk-past-pressrelease {
  margin: 60px 0 100px;
}

.blk-past-pressrelease,
.blk-past-pressrelease * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.blk-past-pressrelease h2 {
  font-size: 2rem;
}

.blk-past-pressrelease nav {
  margin-top: 30px;
}

.blk-past-pressrelease nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blk-past-pressrelease nav li:not(:first-child) {
  margin-left: 40px;
}

.blk-past-pressrelease nav a {
  color: #222;
  font-size: 1.4rem;
}
.ttl-common-h1 {
  width: 1200px;
  margin: 30px auto 0;
  font-size: 2.4rem;
}
/* mypage マイページ */
.mypage-wrapper {
  display: flex;
  justify-content: space-between;
}
.mypage-wrapper + .contents_bottom-gray {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.mypage_leftcolumn {
  width: 470px;
}
.mypage_rightcolumn {
  width: 690px;
}
.pointBlock {
  background: #F7F7F7;
  padding: 24px 32px 32px;
}
.mypage-logout {
  font-size: 14px;
  float: right;
}

.mypage-points {
  clear: both;
  margin: 40px;
  padding: 20px;
  background: white;
  color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mypage-points-inner {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}
.mypage-points-inner .xlarge_ {
  font-size: 13px;
}

.mypage-points-text {
  font-size: 19px;
}
.mypage-points-value {
  font-size: 37px;
  margin-left: .5em;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}
.mypage-points-unit {
  font-size: 24px;
  margin-left: 2px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

.mypage-points-note {
  margin-top: 30px;
  font-size: 13px;
}

.mypage-points-limit {
  padding-top: 1em;
  font-size: 13px;
}

 .loginname_ {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3;
}
.mypage-wrapper .loginname_ {
  float: left;
}

.appBlock {
  background: #F7F7F7;
  padding: 24px 32px 24px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.appBlock-leftcolumn {
  width: 330px;
}
.appBlock-rightcolumn {
  width: 95px;
}
.appBtns {
  display: flex;
  justify-content: space-between;
}
.appBlock_qr,
.appBtns-image {
  width: 100%;
}
.appBtns-app {
  width: 152px;
  margin-top: 10px;
}
.appBlock-title {
  font-size: 13px;
  font-weight: bold;
}
.appBlock-text {
  font-size: 13px;
}
.mypage-couponLink {
  float: right;
  font-size: 14px;
  font-weight: normal;
}
.coupon-block {
  clear: both;
}
.coupon-block .coupon-list {
  margin-top: 0;
}
.coupon-block .coupon-list-img {
  width: 100%;
}
.coupon-bg,
.coupon-block .coupon-list-img-bg {
  width: 100%;
}
.coupon-text {
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 5px;
}

.mypage_menu-list {
  border-top: #DEDEDE 1px solid;
  padding: 30px 0 35px;
}
.link-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}
.link-list-item {
  font-size: 14px;
  width: 25%;
  margin-top: 15px;
}
.link-list.address-list {
  width: 100%;
  flex-direction: column;
}
.link-list.address-list .link-list-item {
  margin-top: 5px;
}
.link-list.address-list ul {
  display: flex;
  flex-wrap: wrap;
}
.link-list.address-list ul li {
  padding: .5em .5em 0 1em;
  display: inline-block;
  font-size: 13px;
  width: 45%;
}
.link-list.address-list ul li a {
  color: #222;
}


.mypage-block+.contents_bottom-gray {
  width: 100vw;
  margin-top: 100px;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-bottom: 56px;
  position: relative;
  left: 50%;
  right: 50%;
}
.mypage-block+.contents_bottom-gray .itemhistory-contents {
  margin: 30px auto 0;
}

/* カート、何も入ってない時 */

.cart .info_ {
  background: none;
  border: none;
  padding: 38px;
  margin: 4px auto;
  text-align: left;
  width: 760px;
  font-size: 13px;
  text-align: center;
  font-weight: normal;
}
.info_+.submit_new_ {
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
.info_+.submit_new_ a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 310px;
  height: 68px;
  border: 1px solid #222222;
  border-radius: 4px;
  text-decoration: none;
  color: #222;
  font-size: 1.6rem;
}

.event_heading_ {
  margin-top: 30px;
}

.js-target_rankingPageTab {
  display: none;
}

.js-target_rankingPageTab.is-active {
  display: block;
}

/* rankingpage */
.rankingFilter_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.rankingFilter_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 137px;
  border-radius: 4px 4px 0 0;
  line-height: 3;
  font-size: 13px;
  cursor: pointer;
  color: #2996cc;
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.rankingFilter_tab.is-active {
  background: #F7F7F7;
  color: #222222;
  font-size: 14px;
  font-weight: bold;
}
.rankingFilter_wrap .header-tabMenu_category {
  background: #F7F7F7;
  padding: 20px;
}
.rankingFilter_wrap .header-tabMenu_brand {
  background: #F7F7F7;
  padding: 20px;
  width: 100%;
  margin-top: 0;
}
.rankingFilter_wrap .searchInput-backSearchicon {
  background: white;
}
.rankingFilter_wrap .detailSearch_brand-btnList {
    padding: 20px;
    margin-top: 5px;
    background: white;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    justify-content: flex-start;
    font-size: 13px;
}
.rankingFilter_wrap .header-tabMenu_categoryList-item {
    font-size: 13px;
}

.rankingFilter_wrap .detailSearch-brand_resultArea {
    margin-top: 0;
    padding: 0 20px;
    background: white;
    font-size: 13px;
}

.rankingFilter_wrap .detailSearch_brand-btnList-item.js-brandSearchBtn {
    margin-right: 5px;
    width: 39px;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 5px;
    font-size: 13px;
}
.rankingFilter_wrap .header-tabMenu_category {
  width: 100%;
  box-sizing: border-box;
}
.rankingFilter_wrap .header-tabMenu_categoryList {
  margin-top: 0;
  font-size: 13px;
}
.rankingFilter_wrap .header-tabMenu_categoryResultList.js-categoryList {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
#rankingFilter {
  margin-bottom: 50px;
}
/* cart_tempo */
#shopselect .heading_ttl-lv1 .small {
  font-size: 16px;
}
#shopselect .heading_linkBtn {
  display: inline-block;
  margin-left: 5px;
  padding: 5px 25px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  color: #222;
  background: #fff;
}
.detailSearch_brand-btnList.index-search.reception .detailSearch_brand-btnList-item {
  padding: 5px 0;
  font-size: 12px;
  width: 6em;
  margin: 5px;
}
.detailSearch_brand_list {
  margin-top: 25px;
  padding-top: 20px;
  display: none;
}
.detailSearch_brand_list.is-active {
  display: block;
}

.detailSearch_brand_list .heading_ttl-lv2 {
  margin-bottom: 20px;
  text-align: left;
  font-size: 18px;
}
.detailSearch_brand_list .detailSearch_brand_list_item:nth-child(n+2) {
  margin-top: 40px;
}
.detailSearch_brand_list .detailSearch_brand_list_item .pagetop_ {
  margin-top: 15px;
  text-align: right;
}
.detailSearch_brand_list .detailSearch_brand_list_item .pagetop_ a {
  color: #222;
}
.receiving_store_table .receiving_store_table_header {
  padding: 9px;
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
  font-size: 13px;
  text-align: center;
}
.receiving_store_table .receiving_store_table_header.tempo {
  width: 230px;
}
.receiving_store_table .receiving_store_table_header.address {
  width: 500px;
}
.receiving_store_table .receiving_store_table_header.tel {
  width: 230px;
}
.receiving_store_table .receiving_store_table_header.change {
  width: 230px;
}
.receiving_store_table_data {
  padding: 25px 13px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  text-align: left;
}
.receiving_store_table_data .map_data {
  display: inline-block;
  margin-left: 5px;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 11px;
  color: #fff;
  background: #666;
}
.receiving_store_table_data .change_btn {
  display: block;
  padding: 13px 10px;
  border-radius: 4px;
  color: #fff;
  background: #000;
  text-align: center;
}
.receiving_store_table_data.tel {
  text-align: center;
}
.cart_tempo.subbtn_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart_tempo.subbtn_ .cart_tempo_back_btn {
  display: block;
  width: 310px;
  padding: 22px 26px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cart_tempo.subbtn_ .cart_tempo_back_btn.white {
  margin-left: 10px;
  border: 1px solid #ccc;
  color: #222;
  background: #fff;
}

/* cat num*/
.cartNum_wrap {
  position: absolute;
  left: -10px;
  top: -10px;
  color: #F80000;
  background: #FFDA00;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cartNum {
  height: auto;
  width: 100%;
  padding-top: 3px;
  padding-left: 1px;
  font-size: 9px;
}

/* -------- */
/* ie11対応 */
/* -------- */
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .header-bottom_defaultBtn img {
    position: relative;
    top: -4px;
    left: -2px;
  }
  #cartNum {
    padding-top: 4px;
    padding-left: 0;
  }
  a:focus {
    outline: none;
    /* padding: 0; */
    /* margin: 0; */
  }
  .leftForm_category_selectBtn,
  .leftForm_category_option {
    padding-top: 10px;
    line-height: 1;
  }
  .goods-content_off {
    padding: 4px 8px 3px;
    line-height: 1.3;
  }
  .top-ranking_price,
  .top-ranking_price-red,
  .top-ranking_price-strike {
    padding-top: 5px;
  }

}
.category-select-closemodal.is-active {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(0,0,0,0);
  top: 0;
  left: 0;
}

.category-select-closemodal {
  display: none;
}

.header-tabMenu_categoryResult::-webkit-scrollbar,
.detailSearch.js-header_tabMenu-item::-webkit-scrollbar {
   display:none;
}

.is-hide {
  display: none;
}

/* --------------------------------------------------------------------
	取扱ブランド
-------------------------------------------------------------------- */

.brandPage-top-brandBtns h2,
.brandPage-detailSearch h2 {
  font-size: 18px;
}
.brandPage-detailSearch .header-tabMenu_brand {
  width: 960px;
  padding: 24px 20px;
  font-size: 14px;
}
.brandPage-detailSearch input {
  font-size: 14px;
}
.brandPage-detailSearch .detailSearch_brand-btnList {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.brandPage-detailSearch .detailSearch_brand-btnList-item {
  margin: 0 7px 7px 0;
}
.brandPage-detailSearch .detailSearch_brand-btnList-item:last-child {
  margin-right: 0;
}
.brandPage-detailSearch .detailSearch-brand_resultArea {
  margin-top: 13px;
}
.brandPage-detailSearch .detailSearch-wrap {
  width: 960px;
}
.brandPage-detailSearch .detailSearch-detail_title {
  width: 12%;
}
.brandPage-detailSearch .detailSearch-detail_sale .detailSearch-detail_title {
  width: 13em;
}
.brandPage-detailSearch .detailSearch-detail_body {
  width: 88%;
}
.brandPage-detailSearch .detailSearch-detail_colors li ,
.brandPage-detailSearch .detailSearch-detail_colors li:nth-child(9n) {
  width: 134px;
}

/*===============================*/
/* DOOR */
/*===============================*/
.door-content img {
  width: 100%;
}
.door-contents {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.door-content {
  margin-right: 2%;
  width: 23%;
  margin-top: 40px;
}
.door-content:nth-child(4n) {
  margin-right: 0;
}
.door-contents .door-contents a {
  color: #222;
}
/* 検索結果ページ 件数の文字サイズ*/
.navicondition_ .message_ strong{
  font-size: 16px;
}

select.leftForm_category_select::-ms-expand {
  display: none;
}
/* --------------------------------------------------------------------
	受取り店舗検索
-------------------------------------------------------------------- */
.shopselect_searchmap_ {
  padding-top: 4em;
}
.shopselect_searchmap_innner {
  display: flex;
}
.shopselect_searchmap_innner a.shopselectBtn {
  color: #222;
}
.shopselect_searchmap_title {
  padding: 9px 0 0;
  font-size: 13px;
  width: 8em;
  margin: 5px;
  text-align: left;
  border-radius: 3px;
  min-width: 1em;
}
.shopselect_shoplist .detailSearch_brand-btnList.index-search.reception {
  width: auto;
  margin-top: 20px;
  padding-left: .6em;
}
.shopselect_shoplist_ttl {
  background: #f7f7f7;
  font-weight: normal;
  font-size: 18px;
  padding: .6em 1em;
}

.shopselect_shoplist .receiving_store_table {
  margin-top: 20px;
}
.receiving_store_table .receiving_store_table_header.tel,
.receiving_store_table .receiving_store_table_header.map {
  width: 140px;
}

.shopselect_searchmap_ .shopselect_searchmap_buttons {
  margin-top: 0;
}

#shopselect .heading_ttl-lv2 {
  padding-top: 2em;
  margin-bottom: 0;
}
.receiving_store_table {
  margin-top: 1em;
}

/* ↓↓↓↓↓↓ パンくずが設置されたら削除 ↓↓↓↓↓↓ */
#shopselect .heading_ttl-lv1 {
  padding-top: 72px
}
/* ↑↑↑↑↑↑ パンくずが設置されたら削除 ↑↑↑↑↑↑ */

/* ↓ IEのtxtinputに出てくる×とかを消す */
input::-ms-clear {
  visibility:hidden
}
input::-ms-reveal {
  visibility:hidden
}
/* ↑ IEのtxtinputに出てくる×とかを消す */

.doorRss {
  padding: 0 10px;
}

/* カード情報のエラーメッセージモーダルのフォントサイズ */
#carderr_dialog_msg {
  font-size: 12px;
}
.goods-content_gender {
  font-size: 1.2rem;
  font-family: 'Montserrat';
  font-weight: bold;
}
.goods-content_icon {
    position: absolute;
    top: 18px;
    left: 10px;
    font-size: 1.5rem;
    font-family: 'Montserrat';
    font-weight: bold;
}

/* 左カラム絞り込みボタンの固定 */
.leftForm_body {
  position: static;
}
.leftForm_body.is-fixed {
  position: fixed;
  bottom: 20px;
  width: 200px;
  background-color: rgb(255, 255, 255 , 0.7);
  z-index: 10;
}
.leftForm.is-fixed {
  padding-bottom: 131px;
}

/* 商品詳細一言コメント */
.top_comment_special {
  background-color: #f7f7f7;
  color: #BF0000;
  font-size: 13px;
  margin-bottom: 1em;
  padding: 14px 15px 13px;
  font-weight: bold;
  line-height: 1;
}
