/*------------------

共通部分

--------------------*/
* {margin: 0px;padding: 0px;}
.wrapper_2021 {
  max-width: 1240px;
  width: 96%;
  margin: 0 auto;
}
.wrapper_2021 a {
  color: #333;
  text-decoration: none;
}
.pagetop {
  padding-top: 9px !important;
}
@media screen and (max-width: 768px) {
  .pagetop {
    padding-top: 4px !important;
  }
}
.item_list_top li .name img {
  display: none !important;
}
.bnt_2021 {
  text-align: center;
}
.bnt_2021 a {
  display: inline-block;
  font-size: 0.8em;
  padding: 10px 5px;
  width: 48%;
  background: #eee;
  color: #333;
  border-radius: 9px;
}
.bnt_2021 a:hover {
  background: #333;
  color: #fff;
}
.header_2021 .header_2018 {
  background: rgba(255,255,255,0.95);
  z-index: 998;
}
.header_2021 .inner {
  max-width: 1240px;
  background: none;
  width: 96%;
  margin: 0 auto;
  position: relative;
}
.header_2021 .user_icon {
  font-size: 18px;
}
.header_2018 .pc_main_nav {
  display: inline-block;
  float: right;
  margin-left: 15px;
  padding-top: 7px;
}
.header_2018 .pc_main_nav .icon_menu {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .header_2018 .pc_main_nav {
    display: none;
  }
}
.header_2018 .pc_main_nav:hover > .drop_mainnav {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
.header_2021 .pc_main_nav > .drop_mainnav {
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    width: 100%;
    margin-left: -2em;
    padding: 0 0 1.2em 0;
    background: rgba(255,255,255,0.94);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -moz-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
    -o-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
    -webkit-transition: opacity 0s linear,visibility 0s linear,z-index 0s linear;
    -webkit-transition-delay: .3s,.3s,.3s;
    transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
    padding: 5%;
    border-radius: 10px;
    text-align: center;
}
.header_2021 .drop_mainnav > li {
  display: inline-block;
  border-right: 1px solid rgba(45,45,45,.05);
  padding: 0 30px;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
}
.header_2021 .drop_mainnav > li:first-child {
  padding-left: 0;
}
.header_2021 .drop_mainnav > li:last-child {
  padding-right: 0;
  border-right: none;
}
.drop_mainnav p {
  font-size: 1.5em;
  margin-bottom: 30px;
}
.drop_mainnav ul li {
  margin-bottom: 20px;
}
.drop_mainnav ul li:last-child {
  margin-bottom: 0;
}
.header_top_text {
   background: #000;
   font-weight: bold;
   font-size: 15px;
   text-align: center;
   color: #fff;
   padding: 5px 0;
}
.header_top_text a {
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .header_top_text {
   font-size: 10px;
  }
}
#modal-content {
  max-width: 400px !important;
}
@media screen and (max-width: 768px) {
  #modal-content {
  max-width: 270px !important;
 }
}
.header_2018 .pc_utility>li.seach input[type="text"] {
  border-radius: 0;
}
.pc_under_nav {
  display: block;
  text-align: center;
  position: relative;
  padding: 15px 0;
  margin-top: 45px;
  border-top: 1px solid #ddd;
}
.pc_under_nav li {
  display: inline-block;
  padding: 0 15px;
}
.pc_under_nav a {
  color: #333;
  text-decoration: none;
}
.pc_under_nav a:hover {
  text-decoration: underline;
}
.header_2018 .pc_utility>li.seach button {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .pc_under_nav {
    display: none;
  }
}
.pc_under_nav li .dp_list {
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 2em 2em 1em 2em;
  line-height: 1.6;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background: rgba(255,255,255,0.97);
  -moz-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
  -o-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
  -webkit-transition: opacity 0s linear,visibility 0s linear,z-index 0s linear;
  -webkit-transition-delay: .3s,.3s,.3s;
  transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
}
.pc_under_nav li:hover .dp_list {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  -moz-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
  -o-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
  -webkit-transition: opacity 0s linear,visibility 0s linear,z-index 0s linear;
  -webkit-transition-delay: .3s,.3s,.3s;
  transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
}
.display_flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.feature_designers {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.feature_designers > div {
  width: 25%;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: left;
}
.feature_designers_title {
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5em;
}
.feature_designers > div a {
  width: 100%;
  display: inline;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pc_under_nav li .dp_list .init {
    width: 25%;
    text-align: left;
    margin-bottom: 1.5em;
    font-weight: bold;
}
.pc_under_nav li .dp_list li {
    width: 100%;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pc_under_nav li .dp_list li a {
    display: inline;
    font-weight: normal;
}
.pc_under_nav li .dp_list .init_column {
    width: 25%;
    text-align: left;
}
.pc_under_nav li .dp_list .init_column li {
    width: 100%;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.5em;
}
.pc_under_nav li .dp_list .init_column li a {
    display: inline;
    font-weight: normal;
}
.event_2021 .event_bnr li {
    margin: 0px auto 2em;
}
.index_brandlist li {
  display: block;
  text-align: center;
  width: calc(100% /5);
  height: 195px;
  padding: 5px;
  float: left;
  overflow: hidden;
}
.index_brandlist li:nth-of-type(6n) {
  margin-right: 0;
}
.index_brandlist li .name01, .index_brandlist li .name02 {
  font-size: 0.7em;
}
.footer_brands2021 .index_brandlist li {
  height: 250px;
}
.footer_brands2021 a {
  color: #333;
  text-decoration: none;
}
.common_brandlist img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .index_brandlist {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-right: 20%;
    padding-bottom: 3%;
  }
  .index_brandlist li {
    display: inline-block;
    float: none;
    height: auto;
    width: 48%;
    margin-right: 4%;
  }
  .footer_brands2021 .index_brandlist li {
    height: auto;
  }
  .index_brandlist li:last-child {
    margin-right: -10%;
  }
  .common_brandlist img {
    width: 100%;
  }
}



/*NEWERA PCヘッダー*/
.pc_under_nav li:hover .dp_list_newera {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    -moz-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
    -o-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
    -webkit-transition: opacity 0s linear,visibility 0s linear,z-index 0s linear;
    -webkit-transition-delay: .3s,.3s,.3s;
    transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
}
.pc_under_nav li .dp_list_newera {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 2em 2em 1em 2em;
    line-height: 1.6;
    visibility: hidden;
    height: 500px;
    opacity: 0;
    z-index: -1;
    background: rgba(255,255,255,0.97);
    -moz-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
    -o-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
    -webkit-transition: opacity 0s linear,visibility 0s linear,z-index 0s linear;
    -webkit-transition-delay: .3s,.3s,.3s;
    transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
}
.pc_under_nav li:hover .visible {
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1 !important;
    -moz-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
    -o-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
    -webkit-transition: opacity 0s linear,visibility 0s linear,z-index 0s linear;
    -webkit-transition-delay: .3s,.3s,.3s;
    transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
}
.dp_list_newera_inner {
  max-width: 1240px;
  width: 96%;
  margin: 0 auto;
}
.pc_under_nav li .dp_list_newera li {
  display: block;
}
.next_list_02 > a, .next_list_03 > a, .next_list_04 > a {
  position: relative;
}
.next_list_02 > a:after, .next_list_03 > a:after, .next_list_04 > a:after {
  top: calc(50% - 2px);
  right: -8px;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}
.dp_list_newera_01 {
  width: 25%;
  position: relative;
}
.dp_list_newera li {
  margin-bottom: 10px;
  text-align: left;
}
.dp_list_newera_inner .next_list_02 > a {
  margin-bottom: 25px;
  font-size: 1.4em;
}
.dp_list_newera_01 > li.next_list_02:hover > .dp_list_newera_02 {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    -moz-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
    -o-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
    -webkit-transition: opacity 0s linear,visibility 0s linear,z-index 0s linear;
    -webkit-transition-delay: .3s,.3s,.3s;
    transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
}
.dp_list_newera_01 > li.next_list_02 > .dp_list_newera_02 {
  position: absolute;
  top: 0;
  left: 65%;
  width: 100%;
  padding-left: 1em;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -moz-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
  -o-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
  -webkit-transition: opacity 0s linear,visibility 0s linear,z-index 0s linear;
  -webkit-transition-delay: .3s,.3s,.3s;
  transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
}

.dp_list_newera_01 > li.next_list_02 > .dp_list_newera_02 > li.next_list_03:hover > .dp_list_newera_03 {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    -moz-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
    -o-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
    -webkit-transition: opacity 0s linear,visibility 0s linear,z-index 0s linear;
    -webkit-transition-delay: .3s,.3s,.3s;
    transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
}
.dp_list_newera_01 > li.next_list_02 > .dp_list_newera_02 > li.next_list_03 > .dp_list_newera_03 {
  position: absolute;
  top: 0;
  left: 80%;
  width: 100%;
  padding-left: 1em;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -moz-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
  -o-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
  -webkit-transition: opacity 0s linear,visibility 0s linear,z-index 0s linear;
  -webkit-transition-delay: .3s,.3s,.3s;
  transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
}
.dp_list_newera_01 > li.next_list_02 > .dp_list_newera_02 > li.next_list_03 > .dp_list_newera_03 > li.next_list_04:hover > .dp_list_newera_04 {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    -moz-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
    -o-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
    -webkit-transition: opacity 0s linear,visibility 0s linear,z-index 0s linear;
    -webkit-transition-delay: .3s,.3s,.3s;
    transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
}
.dp_list_newera_01 > li.next_list_02 > .dp_list_newera_02 > li.next_list_03 > .dp_list_newera_03 > li.next_list_04 > .dp_list_newera_04 {
  position: absolute;
  top: 0;
  left: 95%;
  width: 100%;
  padding-left: 1em;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -moz-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
  -o-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
  -webkit-transition: opacity 0s linear,visibility 0s linear,z-index 0s linear;
  -webkit-transition-delay: .3s,.3s,.3s;
  transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
}


/**/
.header_bar_text a {
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
}

/*カテゴリー共通部分に記載*/
.title_category {
	background: #eeeeee;
  padding: 15px 25px;
  margin-bottom: 30px;
  position: relative;
}
.title_category p {
	font-size: 1.3em;
  font-weight: bold;
  display: inline-block;
}
.title_category a {
  float: right;
  display: inline-block;
  color: #333;
  text-decoration: none;
}
.title_category a p {
  display: inline-block;
  float: right;
  position: relative;
  font-size: 0.8em;
  padding-right: 35px;
  padding-top: 5px;
}
.title_category a p:before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position-y: center;
  background-image: url(https://file001.shop-pro.jp/PA01075/329/assets/images/2021renewal/icon240_allitem.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -15px;
  top: -8px;
}
.title_category a:hover p:before {
  background-color : #9e9e9e;
}
.category_newera {
  margin-bottom: 5em;
  text-decoration: none;
}
.category_newera a {
  color: #333;
  text-decoration: none;
}
.categoryBlock_list > li {
	float: right;
	width: 31%;
	margin-left: 3.5%;
}
.categoryBlock_list > li:last-child {
	margin-left: 0;
}
.categoryBlock_01 {
	padding: 0 25px 0;
}
@media screen and (max-width: 768px) {
	.categoryBlock_list > li {
		float: none;
		width: 100%;
		margin-left: 0;
	}
  .categoryBlock_01 {
	padding: 0;
	margin-bottom: 3em;
  }
	.categoryBlock_02 {
	margin-bottom: 3em;
  }
	.categoryBlock_03 {
	margin-bottom: 3em;
  }
}
.categoryBlock_01 p {
	text-align: center;
}
.categoryBlock_01_title {
	font-size: 1.8em;
}
.categoryBlock_01 ul {
	display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.categoryBlock_01 li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0.5em;
}
.categoryBlock_01 li:nth-child(3n) {
	margin-right: 0;
}
.categoryBlock_01 li p {
	font-size: 0.7em;
}

.categoryBlock_02 .categoryBlock_02_top {
	margin-bottom: 25px;
}
.categoryBlock_02 ul {
	text-align: center;
}
.categoryBlock_02 li {
	display: inline-block;
	padding: 5px;
	font-size: 0.7em;
}
.categoryBlock_02 li::after {
	content: '>';
}

.categoryBlock_03 ul {
	display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.categoryBlock_03 li {
	width: 47%;
	margin-right: 6%;
	margin-bottom: 25px;
}
.categoryBlock_03 li:nth-child(2n) {
	margin-right: 0;
}
.categoryBlock_03 li p {
	text-align: center;
	padding: 5px 0;
	font-size: 0.7em;
}

.category_mens ul {
	display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.category_mens li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 25px;
}
.category_mens li:nth-child(3n) {
	margin-right: 0;
}
.category_mens li p {
	text-align: center;
	padding: 5px 0;
	font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  .category_mens li {
	width: 48%;
	margin-right: 4%;
  }
  .category_mens li:nth-child(2n) {
	margin-right: 0;
  }
  .category_mens li:nth-child(3n) {
	margin-right: 4%;
  }
  .category_mens li:nth-child(6n) {
	margin-right: 0;
  }
}



/*トップ以外のコンテンツブロック*/
.content.content_renew2021 {
  margin: 80px auto 8em;
}
.content_detail.content_renew2021 {
  margin: 80px auto 8em;
}
.content_free {
  margin-top: 80px !important;
}
@media screen and (max-width: 1024px){
  .content.content_renew2021 {
    margin: 1.0em auto 5em;
  }
  .content_detail.content_renew2021 {
    margin: 1.0em auto 5em;
  }
  .content_free {
    margin-top: 1.0em !important;
  }
}


.pc_nav li:nth-child(1):hover > ul {
 visibility:visible;
 opacity:1;
 z-index:1
}
.pc_nav li:nth-child(1) > ul {
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: auto;
    margin-left: -2em;
    padding: 0 0 1.2em 0;
    background: rgba(255,255,255,0.94);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -moz-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
    -o-transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
    -webkit-transition: opacity 0s linear,visibility 0s linear,z-index 0s linear;
    -webkit-transition-delay: .3s,.3s,.3s;
    transition: opacity 0s linear .3s,visibility 0s linear .3s,z-index 0s linear .3s;
}

.pc_nav li:nth-child(1) > ul > li {
    width: 100%;
    text-align: left;
    padding: 0 2em;
    white-space: nowrap;
    line-height: 2.0;
    position: relative;
}

.detail_spec .detail_text table b {
  font-weight: bold;
}

#gmo_CMSPbar{display:none;}
.bottom_link.row {
line-height: 30px;
}
.timer {
  display: none;
}

.pointDisp {
  font-size: 10px;
}

.item .name {
	overflow: hidden;
	text-overflow: ellipsis;
}

.member_only {
	font-weight: normal;
   font-size: 11px;
}

.free .brand {
    margin-top: -1px;
    padding: 3em 0;
    border-bottom: 1px dotted #ddd;
    border-top: 1px dotted #ddd;
}

.free .brand span {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 0.5em;
    display: block;
}

.free .brand:last-child {
    margin-bottom: 2em;
}

.idx {
	text-align: center;
   margin-bottom: 2em;
}

.idx li {
	display: inline-block;
   margin: 0.2em 0.5em;
}

.idx li a {
	text-align: center;
   text-decoration: none;
   font-size: 1.8em;
   font-weight: bold;
   color:#333;
}

.event_img {
  text-align: center;
}

.footer .inner .bottom_link .sns img {
  height: 12px;
}

.footer_outlet {
  width: 100%;
  height: auto;
  margin-top: 2em;
}

.footer_outlet a img {
  text-align: center;
}

.coupon_link {
  text-align: center;
}

#menu .side_sns li {
  vertical-align: bottom;
}
.side_sns .line {
  margin-left: 1em;
}

.width750 {
  max-width: 750px;
  margin: 0 auto;
}
.width750 img {
  margin-bottom: 0.5em;
}
.sale_tbox {
  margin-top: 2em;
  border: 1px solid #000;
  padding: 1em;
  text-align: center;
  font-weight: bold;
}

.line a {
  text-decoration: none;
  color: #fff;
}

.line a span {
  background:#00CC33;
}

.line a:hover {
  color:#00CC33;
  transition: 0.2s;
}

.line a:hover span {
  background:#fff;
  transition: 0.2s;
}

.line_price a {
  text-decoration: none;
}

.line_price a:hover {
  text-decoration: underline;
}

.line_price .coupon_tag {
  background-color: #00CC33;
  text-shadow: 1px 1px 0px #336600;
}

.line_price .coupon_tag:before {
  border-color: transparent #00CC33 transparent transparent;
}
.header .sp_nav {
  background: #fff !important;
  margin-top: 75px !important;
}
.sp_nav .column-5 {
  display: table-cell !important;
  box-sizing: border-box;
  vertical-align: middle;
  width: 20%;
  height: 45px;
  color: #000;
  border-top: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.sp_nav li:last-child {
  border-right: none;
}
.header_2018 .pc_nav>li.heart_icon {
  display: none;
}
@media screen and (max-width: 1024px) {
.header_2018 .pc_nav>li.menu_icon a {
    font-size: 2.5em !important;
 }
 .header_2018 .pc_nav>li.menu_icon {
    top: 0 !important;
}
.header_2018 .pc_nav>li.search_icon {
    top: 2px !important;
    left: auto !important;
    right: 6.5em;
}
.header_2018 .pc_nav>li.heart_icon {
  display: block;
  position: absolute;
  top: 1px !important;
  left: auto !important;
  right: 3.8em;
}
.header_2018 .pc_nav>li.heart_icon a {
  font-size: 1.2em;
  vertical-align: middle;
}
 .header_2018 .pc_nav>li.cart_icon {
    top: 0 !important;
}
.header_2018 .pc_nav>li.cart_icon a {
  font-size: 1.2em !important;
}
}

.brand-bnt{
  margin: 10px auto;
  text-align: center;
}
.brand-bnt a {
   background: #787878;
   color: #fff !important;
   text-decoration: none;
   font-size: 12px;
   padding: 1.0em 3em;
   display: inline-block;
}
.checked {
   margin-bottom: 5em !important;
}

#footerbnr {
    display: none;
  }
  @media screen and (max-width: 768px) {
    #footerbnr {
      position: fixed;
      bottom: 5%;
      left: 3%;
      z-index: 9;
      width: 65%;
      transition: 0.5s;
    }
    #footerbnr.footerbnr_up {
      bottom: 13%;
      transition: 0.5s;
    }
    #footerbnr .footerbnr_inner {
      display: block;
      text-align: center;
      border-radius: 5px;
      padding: 0.5em 1em 0.8em;
      color: #fff;
      background: rgba(0,0,0,0.65);
    }
    #footerbnr .footer_coupon_code {
      color: #ff0000;
      background: rgba(255,255,255,1);
      border-radius: 5px;
      padding: 5px 0;
    }
    #footerbnr #btn {
      position: absolute;
      top: -10px;
      right: -9px;
      text-align: center;
      z-index: 10;
      width: 27px;
      height: 27px;
      font-size: 18px;
      vertical-align: top;
      border-radius: 50%;
      color: #ff0000;
      background: rgba(255,255,255,0.8);
    }
  }




/*------------------

トップ

--------------------*/

.wrapper_2021 {
  max-width: 1240px;
  width: 96%;
  margin: 0 auto;
}
.wrapper_2021 a {
  color: #333;
  text-decoration: none;
}
.wrapper_2021 .section {
  margin-bottom: 8em;
}
@media screen and (max-width: 768px) {
  .wrapper_2021 .section {
    margin-bottom: 5em;
  }
}
.top_slider_2021 {
  margin-bottom: 5em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top_slider_2021 {
    margin-bottom: 2em;
  }
}
.top_slider_2021 a {
  color: #fff;
}
.top_slider_2021 .slick-list {
  margin-right: -30px;
  padding: 0 10px;
}
.top_slider_2021 .slick-initialized .slick-slide {
  margin-right: 30px;
  position: relative;
}
.top_slider_2021 .slick-initialized .slick-slide .slider_title {
  position: absolute;
  bottom: 5%;
  left: 5%;
  font-size: 1.2em;
}
.top_slider_2021 .slick-initialized .slick-slide .slider_title .slider_subtitle {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .top_slider_2021 .slick-list {
    margin-right: -15px;
    padding: 0 45px;
  }
  .top_slider_2021 .slick-initialized .slick-slide {
    margin-right: 15px;
  }
}
.top_slider_2021 .slick-slide img {
  border-radius: 15px;
  filter: brightness(0.8);
}
.top_slider_2021 .slick-dots {
  bottom: -35px;
}
.top_slider_2021 .slick-dots li button::before {
    font-size: 15px;
    line-height: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "●";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
}
.top_slider_2021 .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
.top_slider_2021 .slick-prev {
	left: 30px;
	z-index: 100;
}
.top_slider_2021 .slick-next {
	right: 30px;
	z-index: 100;
}
@media screen and (max-width: 768px) {
  .top_slider_2021 .slick-prev {
	left: 5px;
  }
  .top_slider_2021 .slick-next {
	right: 5px;
  }
}
.top_slider_2021 .slick-prev:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -10px;
}
.top_slider_2021 .slick-next:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -10px;
}

.wrapper_2021 .horizontal-list {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-right: 10%;
  padding-bottom: 3%;
}
.wrapper_2021 .horizontal-list li {
  /* 横スクロール用 */
  display: inline-block;
  width: 22%;

  /* 見た目調整 */
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .wrapper_2021 .horizontal-list li {
    width: 48%;
  }
}
.wrapper_2021 .horizontal-list li:last-child {
  margin-right: -10%;
}

.wrapper_2021 .horizontal-list li a {
    display: block;
    text-align: center;
    color: #333;
    text-decoration: none;
    padding: 3%;
    border: solid 1px #EEE;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.wrapper_2021 .horizontal-list li a:hover {
  box-shadow: 3px 6px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}
.wrapper_2021 .horizontal-list li span {
  white-space: normal;
  display: block;
}
.wrapper_2021 .horizontal-list li .news_date {
  font-weight: bold;
  font-size: 1.5em;
}
.wrapper_2021 .horizontal-list li .news_caption {
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  .wrapper_2021 .horizontal-list li .news_caption {
    font-size: 0.6em;
  }
}

.sidebar_and_contents {
  display: flex;
}
.wrapper_2021 .sidebar_and_contents .sidebar_left {
  width: 250px;
}
.wrapper_2021 .sidebar_and_contents .contents_right {
  max-width: 920px;
  margin-left: 40px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .wrapper_2021 .sidebar_and_contents .sidebar_left {
    width: 230px;
  }
  .wrapper_2021 .sidebar_and_contents .contents_right {
    max-width: 715px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper_2021 .sidebar_and_contents .sidebar_left {
    display: none;
    float: none;
  }
  .wrapper_2021 .sidebar_and_contents .contents_right {
    float: none;
    margin-left: 0;
  }
}
/*index_brandlistのcssは共通に記載*/
.item_list_top {
	display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.item_list_top li {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2.5em;
}
.item_list_top li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .item_list_top li {
  	width: 32%;
  	margin-right: 2%;
  	margin-bottom: 2.5em;
  }
  .item_list_top li:nth-child(3n) {
    margin-right: 0;
  }
  .item_list_top li:nth-child(4n) {
    margin-right: 2%;
  }
  .item_list_top li:nth-child(12n) {
    margin-right: 0;
  }
}

.wrapper_2021 .community {
  font-size: 1em;
}

/*frame/sidenav_index.html*/
.sidenav2021_inner {
  padding: 20px 10px 40px;
  background: #f8f8f8;
}
.sidenav2021_inner a {
  color: #333;
  text-decoration: none;
}
.sidenav2021_title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}
.sidenav2021_inner .list {
  margin-bottom: 50px;
}
.sidenav2021_inner .list li {
  border-bottom: 1px dotted #CCCCCC;
}
.sidenav2021_inner .list li a {
  display: block;
  padding: 10px 10px 10px 15px;
  border-left: 5px solid #f8f8f8;
  font-size: 0.8em;
}
.sidenav2021_inner .list li a:hover {
  border-left: 5px solid #333;
}
.sidenav2021_inner .brand_list li {
  margin-bottom: 10px;
  background: #fff;
}
.sidenav2021_inner .brand_list li table td {
  width: 30%;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 5px solid #fff;
  vertical-align: middle;
}
.sidenav2021_inner .brand_list li table td img {
  image-rendering: -webkit-optimize-contrast;
}
.sidenav2021_inner .brand_list li a:hover table td {
  border-left: 5px solid #333;
  padding-left: 5px;
}
.sidenav2021_inner .brand_list li table th {
  width: 70%;
  padding-left: 5px;
  font-size: 0.8em;
  vertical-align: middle;
}
.sidenav2021_inner .brand_list_bnt a {
  float: right;
  display: inline-block;
  font-size: 0.8em;
  padding: 10px;
  border-radius: 10px;
  color: #333;
}
.sidenav2021_inner .brand_list_bnt:hover a:hover {
  background: #333;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.side_banner {
  margin-top: 30px;
}
.side_banner li {
  margin-bottom: 15px;
}

.contents_right .item .category {
  font-size: 0.8em;
}

.bnt_2021 {
  text-align: center;
}
.bnt_2021 a {
  display: inline-block;
  font-size: 0.8em;
  padding: 10px 5px;
  max-width: 400px;
  width: 48%;
  background: #eee;
  border-radius: 9px;
}
.bnt_2021 a:hover {
  background: #333;
  color: #fff;
}




.main_visual_content.main_v_pc_margin {
  margin-top: 70px;
}
@media screen and (max-width: 1024px){
  .main_visual_content.main_v_pc_margin {
    margin-top: 0;
  }
}
.fotorama__caption {
	left: unset !important;
}
.community-bnt {
  margin: 10px auto;
  text-align: center;
}
.community-bnt a {
  background: #787878;
  color: #fff !important;
  text-decoration: none;
  font-size: 12px;
  padding: 1.0em 3em;
  display: inline-block;
}
.top_recommend .h2 {
  position: relative;
}
.top_recommend h2 .title_pr20 {
  padding-right: 20px;
}
.top_recommend .brandLogo {
  padding-left: 5px;
  position: absolute;
  top: 0.5em;
}
.top_recommend .brandLogo img {
  width: 25px;
}
@media screen and (max-width: 768px) {
  .top_recommend .brandLogo {
    top: 0.4em;
   }
}
#recommended_area.item_list .row {
    margin: 0 0 -1px 0em ;
}
#recommended_area .item li {
    margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
#recommended_area.item_list .row {
    margin: 0 0 -1px -1em !important;
}
}
#recommended_area_stylise.item_list .row {
    margin: 0 0 -1px 0em ;
}
#recommended_area_stylise .item li {
    margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
#recommended_area_stylise.item_list .row {
    margin: 0 0 -1px -1em !important;
}
}
.new_arrivals .brandLogo img {
  width: 25px;
}
.new_arrivals .view_all {
    position: static !important;
    text-align: right;
}
.new_arrivals h2 {
  position: relative;
}
.new_arrivals h2 .title_pr20 {
  padding-right: 20px;
}
.new_arrivals .brandLogo {
  padding-left: 5px;
  position: absolute;
  top: 0.5em;
}
@media screen and (max-width: 768px) {
  .new_arrivals .brandLogo {
    top: 0.4em;
   }
}
.new_arrivals .brandLogo img {
  width: 25px;
}
.newera_category a {
  color: #333;
  text-decoration: none;
}
.newera_square {
  width: 48%;
  float: left;
}
.newera_rectangle {
  width: 48%;
  float: right;
}
@media screen and (max-width: 768px) {
  .newera_square {
    width: 100%;
    float: none;
 }
  .newera_rectangle {
    width: 100%;
    float: none;
  }
}
.newera_square ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.newera_square ul li {
  width: 30%;
  text-align: center;
  margin-right: 25px;
  margin-bottom: 30px;
}
.newera_square ul li:nth-child(3n) {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
  .newera_square ul li {
		width: 48%;
        margin-right: 4%;
	}
	.newera_square ul li:nth-child(even) {
    margin-right: 0;
  }
	.newera_square ul li:nth-child(3n) {
    margin-right: 4%;
  }
	.newera_square ul li:nth-child(6n) {
    margin-right: 0;
  }
}
.newera_rectangle li {
  margin-bottom: 30px;
  text-align: center;
}
.newera_text_banner {
  background: #c9c8c7;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  padding: 15px 20px;
}
#recommended_area.item_list .row {
    margin: 0 0 -1px 0em ;
}
#recommended_area .item li {
    margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
#recommended_area.item_list .row {
    margin: 0 0 -1px -1em !important;
}
}


/*------------------

フリーページ

--------------------*/
.content_free .guide_nav {
  position: sticky;
  top: 125px;
}
.content_free .guide_nav .pc-title {
  display: block;
}
.content_free .guide_nav .sp-pulldown {
  display: none;
}
@media screen and (max-width: 768px) {
  .content_free .guide_nav {
    position: static;
  }
  .content_free .guide_nav .pc-title {
    display: none;
  }
  .content_free .guide_nav .sp-pulldown {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-weight: bold;
    margin-bottom: 25px;
    position: relative;
  }
  .content_free .guide_nav .sp-pulldown p:before {
    display: block;
	  content: "";
	  position: absolute;
	  top:0;
	  right:10px;
	  bottom:0;
	  margin:auto;
	  width: 20px;
	  height: 2px;
	  background-color: #40180A;
	  transition: .2s;
	  transform: rotate(90deg);
	  -webkit-transform: rotate(90deg);
  }
  .content_free .guide_nav .sp-pulldown p:after{
	  display: block;
	  content: "";
	  position: absolute;
	  top: 0;
	  right: 10px;
	  bottom: 0;
	  margin: auto;
	  width: 20px;
	  height: 2px;
	  background-color: #40180A;
	  transition: .3s;
  }
  .content_free .guide_nav .sp-pulldown.active p:before{
	   transform: rotate(0deg);
	   -webkit-transform: rotate(0deg);
  }
  .content_free .guide_nav .sp-pulldown.active p:after{
	   background-color: transparent;
  }
  .content_free .guide_nav ul {
    display: none;
    margin-bottom: 30px;
  }
}


/*商品詳細*/
.fs-l-main {
  max-width: 1240px;
  width: 100%;
  margin: 24px auto;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fs-l-product2 .fs-l-productLayout {
  grid-template-columns: calc(55% - 50px / 2) calc(45% - 50px / 2);
  grid-gap: 50px;
  display: block;
  *zoom: 1;
  margin-bottom: 3em;
}
.fs-l-productLayout__item.fs-l-productLayout__item--1 {
  width: calc(55% - 50px / 2);
  float: left;
}
.fs-l-productLayout__item.fs-l-productLayout__item--2 {
  width: calc(45% - 50px / 2);
  float: right;
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout__item.fs-l-productLayout__item--1 {
    width: 100%;
    float: none;
  }
  .fs-l-productLayout__item.fs-l-productLayout__item--2 {
    width: 100%;
    float: none;
  }
}
.fs-l-product2 .fs-l-productLayout:after {
    content: "";
    display: table;
    clear: both;
}
.fs-c-productNameHeading__copy {
  display: block;
  font-size: 0.8em;
}
.fs-c-button--plain.fs-c-button--viewExtendedImage .fs-c-button__label {
  display: none;
}
.fs-c-productCarouselMainImage {
  position: relative;
}
.fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer .fs-c-button--viewExtendedImage.fs-c-button--plain {
  color: #fff;
  background: rgba(0,0,0,0.5);
  text-decoration: none;
  width: 30px;
  height: 30px;
}
.fs-c-button--plain::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.fs-c-button--plain.fs-c-button--viewExtendedImage::before {
    content: "\e912";
    font-size: 2.2rem;
}
.fs-c-productCarouselMainImage__thumbnailList {
    flex-wrap: wrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.fs-c-productCarouselMainImage__thumbnailList::-webkit-scrollbar{
    display: none;
}
.fs-c-productCarouselMainImage__thumbnailList > li {
    flex-basis: 53px;
    margin: 0px 5px 0 0;
}
.fs-c-productCarouselMainImage__thumbnail__caption {
    font-size: 10px;
    letter-spacing: 0;
    text-align: center;
}
#fs_productCarouselMainImage .slick-prev {
    background: none;
}
#fs_productCarouselMainImage .slick-prev:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: 50%;
    left: 40%;
    margin-top: -10px;
}
#fs_productCarouselMainImage .slick-next {
    background: none;
}
#fs_productCarouselMainImage .slick-next:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 40%;
    margin-top: -10px;
}
.fs-c-variationCart--withImage > li {
    -ms-grid-columns: auto 1fr 4em 200px;
    grid-template-columns: auto 1fr 4em 200px;
}
.fs-c-button--primary.fs-c-button--addToCart--variation {
    background: #595758;
    border: 1px solid #595758;
}
.fs-c-variationCart > li + li {
    margin-top: 8px;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before, .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    font-size: 1.6rem !important;
}
.fs-c-productPrices.fs-c-productPrices--productDetail {
    display: inline-block;
}
.fs-c-productPrice--selling .fs-c-productPrice__main {
    font-size: 1.35em;
    padding-right: 3px;
}
@media screen and (max-width: 768px) {
  .fs-c-productPrice--selling .fs-c-productPrice__main {
    font-size: 1em;
  }
  .fs-c-productPrice--listed {
    font-size: 0.85em;
  }
}
.fs-c-productPrice--listed {
    color: #999;
    text-decoration: line-through;
}
.fs-c-productNumber {
    border: none;
    display: block;
    padding: 0;
}
.fs-c-productPointDisplay {
    background: #FFF;
    color: #454545;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    padding: 0 0 0 8px;
}
.fs-c-button--subscribeToArrivalNotice--variation.fs-c-button--secondary {
    background: #667895;
    border: 1px solid #667895;
}
.item_explanation dl {
    font-size: 1.1em;
    line-height: 1.8;
    border: 1px solid #ddd;
    width: 100%;
    border-top: none;
    background: #fafafa;
    margin: 2em 0;
}
.item_explanation dt {
    border-top: 1px solid #ddd;
    width: 33%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0.8em 1em;
    clear: left;
    float: left;
}
.item_explanation dd {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-left: 33%;
    background: #fff;
    padding: 0.8em 1em;
}
@media screen and (max-width: 768px) {
  .item_explanation dt {
    width: 100%;
    float: none;
  }
  .item_explanation dd {
    border-left: none;
    margin-left: 0;
  }
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #454545 !important;
}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 3.2rem;
}
.fs-l-product2 .index_brandlist li, .fs-l-main .index_brandlist li {
    height: 220px;
}
@media screen and (max-width: 768px) {
  .fs-l-product2 .index_brandlist li, .fs-l-main .index_brandlist li {
      height: auto;
  }
}
.bnt_2021 a {
  text-decoration: none;
}
.index_brandlist a {
  text-decoration: none;
}
