﻿@charset "UTF-8";
body {
  color: #222;
}


/* ----トップページ本文---- */

.block-top-body--items img {
  width: 100%;
}

.block-top-body {
  margin: 0 0 10px 0;
}

.recommend_error_ {
  text-align: center;
}


/* ----トップページ予備テンプレート2---- */

.block-free-2--items img {
  width: 100%;
}

.block-free-2--sub-items {
  overflow: hidden;
}

.block-free-2--sub-items li {
  float: left;
  width: 33.33%;
  height: 33.33%;
}


/* ----ヘッダー---- */

.pane-header {
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: #fff;
}
.header__logo{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 0;
  padding: 14px 15px;
  height: 62px;
}
.header-search{
  width: 100%;
  background: #9A9A9A;
  padding: 6px 15px;
}
.header-search.is-fixed{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.header-search__container{
	height: 30px;
	background: #FFF;
	border-radius: 20px;
	padding-left: 40px;
  padding-right: 70px;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.25);
	position: relative;
}
.header-search img {
	width: 16px;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}
.header-search .block-search-box--search-submit {
	font-size: 13px;
	letter-spacing: 0.1em;
	width: 60px;
  height: 26px;
	position: absolute;
	top: 50%;
	right: 3px;
	transform: translateY(-50%);
	margin: 0;
	background: #9A9A9A;
	border: none;
	border-radius: 20px;
	color: #fff;
	padding: 0 5px;
	cursor: pointer;
}
.header-search input[type="text"] {
  font-size: 14px;
	appearance: none;
	margin: 0;
	border: none;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0;
	background: 0 0;
  outline: none;
}
.header-search ::placeholder{
	color: #9F9F9F;
}
.nav-fixed{
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #EEE;
  z-index: 12;
  border-top: 1px solid #DDD;
}
.header-nav__list{
  max-width: 414px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-right: 8px;
}
.header-nav__list-item a{
	width: 53px;
	height: 53px;
  font-size: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
	gap: 4px;
	padding: 0 0 4px;
	position: relative;
}
.header-nav__list-item .hamburger{
	overflow: hidden;
  position: relative;
  display: flex;
	align-items: flex-end;
	justify-content: center;
  width: 68px;
  height: 68px;
  cursor: pointer;
	border: none;
	background: none;
	padding: 12px 0;
  transition: .3s;
}
.header-nav__list-item .hamburger::before,
.header-nav__list-item .hamburger::after,
.header-nav__list-item .hamburger__text::before {
	content: "";
  position: absolute;
  left: 50%;
  height: 1px;
  width: 21px;
  background-color: #000;
  border-radius: 1px;
	transition: 0.3s;
}
.header-nav__list-item .hamburger::before {
  top: 19px;
  transform: translateX(-50%);
}
.header-nav__list-item .hamburger::after {
  top: 33px;
  transform: translateX(-50%);
}
.header-nav__list-item .hamburger__text::before {
  top: 26px;
  transform: translateX(-50%);
}
.header-nav__list-item .hamburger.is-active{
  background: #000;
}
.header-nav__list-item .hamburger.is-active{
  background: #000;
}
.header-nav__list-item .hamburger.is-active::before {
  top: 26px;
  transform: translateX(-50%) rotate(45deg);
  background: #FFF;
}
.header-nav__list-item .hamburger.is-active::after {
  top: 26px;
  transform: translateX(-50%) rotate(-45deg);
  background: #FFF;
}
.header-nav__list-item .hamburger.is-active .hamburger__text {
  color: #FFF;
}
.header-nav__list-item .hamburger.is-active .hamburger__text::before {
  opacity: 0;
}
.header-nav__list-item .hamburger__text {
	font-size: 10px;
  display: block;
  color: #222;
}
.header-nav__list-item a::before{
	content: "";
	display: block;
}
.header-nav__list-item.header-nav__list-item--mypage a::before{
	width: 18px;
	height: 22px;
	background: url(../../img/usr/common/svg/ico_mypage.svg) center center / contain no-repeat;
}
.header-nav__list-item.header-nav__list-item--search a::before{
	width: 21px;
	height: 21px;
	background: url(../../img/usr/common/svg/ico_search.svg) center center / contain no-repeat;
}
.header-nav__list-item.header-nav__list-item--entry a::before{
	width: 22px;
	height: 22px;
	background: url(../../img/usr/common/svg/ico_entry.svg) center center / contain no-repeat;
}
.header-nav__list-item.header-nav__list-item--bookmark a::before{
	width: 21px;
	height: 19px;
	background: url(../../img/usr/common/svg/ico_bookmark.svg) center center / contain no-repeat;
}
.header-nav__list-item.header-nav__list-item--cart a::before{
	width: 27px;
	height: 20px;
	background: url(../../img/usr/common/svg/ico_cart.svg) center center / contain no-repeat;
	transform: translateX(-2px);
}
.header-nav__list-item.header-nav__list-item--store a::before{
	width: 16px;
	height: 22px;
	background: url(../../img/usr/common/svg/ico_store.svg) center center / contain no-repeat;
}
.block-headernav--cart-count{
  font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	position: absolute;
	top: 4px;
	left: 50%;
	transform: translateX(-50%);
  display: none;
}
.header-nav__list-item-text{
	font-size: 10px;
	letter-spacing: 0.04em;
	display: block;
}
.header-menu{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	display: none;
}
.header-menu__nav{
	width: 100%;
	height: 100%;
	background: #FFF;
	position: relative;
	overflow-y: auto;
	padding-bottom: 80px;
  -webkit-overflow-scrolling: touch;  
}
.header-menu__user{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}
.header-menu__common-item{
	border-bottom: 1px solid #DDDDDD;
}
.header-menu__common-item:first-child{
	border-top: 1px solid #DDDDDD;
}
.header-menu__common-item a{
	font-size: 16px;
  color: #000;
	display: block;
	padding: 18px 60px 18px 25px;
	position: relative;
}
.header-menu__common-item .js-acc-contents a{
  background: #F6F6F6;
	padding-left: 55px;
}
.header-menu__common-item .js-acc-contents a::before {
	content: "";
	width: 24px;
	height: 24px;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	border-radius: 50%;
}
.header-menu__common-item .js-acc-contents a::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	position: absolute;
	top: 50%;
	left: 31px;
	transform: translateY(-50%) rotate(45deg);
}
.header-menu__common-item a:hover{
	background: #FAFAFA;
	text-decoration: none;
}
.header-menu__common-item a::after{
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	position: absolute;
	top: 50%;
	right: 35px;
	transform: translateY(-50%) rotate(45deg);
}
.header-menu__acc{
	width: 100%;
	font-size: 16px;
  font-weight: 400;
	text-align: left;
	display: block;
	padding: 18px 60px 18px 25px;
	position: relative;
	background: #FFF;
	border: none;
	border-radius: 0;
	cursor: pointer;
}
.header-menu__acc::before{
	content: "";
	width: 24px;
	height: 24px;
	background: #F6F6F6;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
.header-menu__acc span::before,.header-menu__acc span::after{
	content: "";
	width: 12px;
	height: 2px;
	background: #666;
	position: absolute;
	top: 50%;
	right: 31px;
	margin: auto;
	transform: translateY(-50%);
	transition: .4s;
}
.header-menu__acc span{color: #222;}
.header-menu__acc.is-close span::after{
	transform: translateY(-50%) rotate(90deg);
}
.js-dynamic-category-test{
	display: none;
}
.header-menu__common-item .block-dynamic-category--row{
	border-top: 1px solid #DDD;
}
.header-menu__common--2col{
	display: flex;
	flex-wrap: wrap;
}
.header-menu__common--2col .header-menu__common-item{
	width: 50%;
}
.header-menu__common--2col .header-menu__common-item:nth-child(odd){
	border-right: 1px solid #DDDDDD;
}
.header-menu__common--2col .header-menu__common-item:nth-child(2){
	border-top: 1px solid #DDDDDD;
}
.header-menu__common--2col .header-menu__common-item a{
	font-size: 14px;
	padding: 20px 15px 20px 55px;
}
.header-menu__common--2col .header-menu__common-item a::before{
	content: "";
	width: 26px;
	height: 24px;
	display: flex;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.header-menu__common--2col .header-menu__common-item--maypage a::before{
	background: url(../../img/usr/common/svg/ico_mypage.svg) center center / 17px auto no-repeat;
}
.header-menu__common--2col .header-menu__common-item--members a::before{
	background: url(../../img/usr/common/svg/ico_members.svg) center center / 26px auto no-repeat;
}
.header-menu__common--2col .header-menu__common-item--bookmark a::before{
	background: url(../../img/usr/common/svg/ico_bookmark.svg) center center / 19px auto no-repeat;
}
.header-menu__common--2col .header-menu__common-item--history a::before{
	background: url(../../img/usr/common/svg/ico_history.svg) center center / 26px auto no-repeat;
}
.header-menu__common--2col .header-menu__common-item--entry a::before{
	background: url(../../img/usr/common/svg/ico_entry.svg) center center / 21px auto no-repeat;
}
.header-menu__common--2col .header-menu__common-item a::after{
	display: none;
}
.header-menu__tab{
	display: flex;
	gap: 3px;
	margin: 20px 0;
}
.header-menu__tab-item{
	width: calc((100% - 6px) / 3);
}
.header-menu__tab-btn{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F6F6F6;
	border: none;
	position: relative;
	cursor: pointer;
}
.header-menu__tab-item.is-active .header-menu__tab-btn{
	background: #FFF;
}
.header-menu__tab-item.is-active .header-menu__tab-btn::before{
	content: "";
	width: 100%;
	height: 4px;
	background: #EA0D29;
	position: absolute;
	top: 0;
	left: 0;
}
.header-menu__tab-item.category-cns.is-active .header-menu__tab-btn::before{
	background: #828282;
}
.header-menu__tab-item.category-otb.is-active .header-menu__tab-btn::before{
	background: #B4946C;
}
.header-menu__tab-contents-item{
	display: none;
}
.header-menu__tab-contents-item.is-active{
	display: block;
}
.header-menu__tab-link{
	margin: 0 0 20px;
	padding: 0 25px;
}
.header-menu__tab-link a{
	font-size: 14px;
	font-weight: 500;
	color: #EA0D29;
	text-align: center;
	display: block;
	border: 1px solid #EA0D29;
	border-radius: 5px;
	padding: 14px;
}
.header-menu__tab-link a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.header-menu__tab-link a.header-menu__tab-link-store{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}
.header-menu__tab-link a.header-menu__tab-link-store::before{
	content: "";
	width: 16px;
	height: 22px;
	display: block;
	background: url(../../img/usr/common/svg/ico_store_ms.svg) center center / contain no-repeat;
}
.header-menu__tab-contents .category-cns .header-menu__tab-link a{
	color: #828282;
	border-color: #828282;
}
.header-menu__tab-contents .category-cns .header-menu__tab-link a.header-menu__tab-link-store::before{
	background: url(../../img/usr/common/svg/ico_store_cns.svg) center center / contain no-repeat;
}
.header-menu__tab-contents .category-otb .header-menu__tab-link a{
	color: #B4946C;
	border-color: #B4946C;
}
.header-menu__tab-contents .category-otb .header-menu__tab-link a.header-menu__tab-link-store::before{
	background: url(../../img/usr/common/svg/ico_store_otb.svg) center center / contain no-repeat;
}
.header-menu__common-sub{
	padding: 20px 20px;
}
.header-menu__common-sub a{
	font-size: 13px;
	display: inline-block;
	padding: 6px 0 6px 0.75em;
	position: relative;
}
.header-menu__common-sub a::before{
	content: "-";
	position: absolute;
	left: 0;
	top: 2px;
}
.header-menu__tab-nav-head{
	font-size: 15px;
	font-weight: bold;
	color: #EA0D29;
	margin: 30px 0 20px;
	padding: 0 25px;
}
.header-menu__tab-contents .category-cns .header-menu__tab-nav-head{
	color: #828282;
}
.header-menu__tab-contents .category-otb .header-menu__tab-nav-head{
	color: #B4946C;
}
.header-menu__sns{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 30px 20px;
}
.header-banner{
  text-align: center;
}
.pane-globalnav {
	position: relative;
	z-index: 5;
}
.pane-globalnav:has(.block-globalnav__item-btn.is-active) {
	z-index: 12;
}
.block-globalnav{
  position: relative;
}
.block-globalnav-menu__list{
	display: flex;
	flex-wrap: wrap;
	gap: 18px 23px;
}
.block-globalnav__item-opener button,.block-globalnav__item-opener a{
  font-size: 13px;
  color: #FFF;
  height: 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  padding: 8px 8px;
  cursor: pointer;
	position: relative;
}
.block-globalnav__item-opener button span,.block-globalnav__item-opener a span{
  font-size: 9px;
}
.block-globalnav__item-opener button.is-active::after{
	content: "";
	width: 6px;
	height: 6px;
	clip-path: polygon(0 100%, 50% 0, 100% 100%);
	background: #DDD;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.block-globalnav-menu{
	position: absolute;
	top: 100%;
	left: 0;
  z-index: 1;
	width: 100%;
  height: calc(100vh - 110px);
  height: calc(100dvh - 110px);
	background: #DDD;
	padding: 36px 13px 75px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.25);
  overflow-y: auto;
	display: none;
}
.block-globalnav-menu__list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 10px;
}
.block-globalnav-menu__list:has(+*){
	margin-bottom: 30px;
}
.block-globalnav-menu__list-item{
	width: calc((100% - (10px * 3)) / 4);
}
.block-globalnav-menu__list-item a{
	display: block;
}
.block-globalnav-menu__list-img{
	margin: 0 0 6px;
  padding: 0 3px;
}
.block-globalnav-menu__list-img img{
	border-radius: 8px;
}
.block-globalnav-menu__list-text{
	font-size: 10px;
	text-align: center;
}
.block-globalnav-menu__close{
	font-size: 14px;
	font-weight: bold;
	width: 210px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border: none;
	background: #fff;
	border-radius: 20PX;
	margin: 40px auto 0;
	cursor: pointer;
}
.block-globalnav-menu__close::before,.block-globalnav-menu__close::after{
	content: "";
	width: 14px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 18px;
}
.block-globalnav-menu__close::before{
	transform: translateY(-50%) rotate(45deg);
}
.block-globalnav-menu__close::after{
	transform: translateY(-50%) rotate(-45deg);
}
.block-globalnav-menu__head{
	font-size: 13px;
	color: #000;
	margin: 0 0 10px;
}

/* ----グローバルナビ---- */

.block-globalnav--item-list {
  display: table;
  width: 100%;
}

.block-globalnav--item-list>li {
  display: table-cell;
  width: 20%;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  border-left: 1px solid #666;
  padding: 10px 0;
}

.block-globalnav--item-list>li>a {
  display: block;
  color: #fff;
}

.block-globalnav--item-list li i.fa {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  z-index: 1;
}


/* ----フッター---- */
.pane-footer{
	letter-spacing: 0.05em;
}
.block-footer-top{
  background: #F6F6F6;
	padding: 55px 15px 50px;
}
.block-footer-service__head{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
  padding: 0;
  background: none;
}
.block-footer-service__list > * + *{
  margin: 5px 0 0;
}
.block-footer-service__list-item{
	background: #FFF;
	border-radius: 8px;
}
.block-footer-service__list-item a{
	display: flex;
	gap: 20px;
	padding: 8px 18px 12px 22px;
}
.block-footer-service__list-item-img{
	width: 50px;
	height: 50px;
	flex-shrink: 0;
  padding: 6px 0 0;
}
.block-footer-service__list-item-desc{
	width: calc(100% - 70px);
}
.block-footer-service__list-item-desc h3{
	font-size: clamp(0.813rem, 0.212rem + 2.56vw, 0.875rem);
	font-weight: bold;
  color: #000;
	margin: 0 0 2px;
  padding: 0;
}
.block-footer-service__list-item-desc p{
	font-size: clamp(0.656rem, -0.245rem + 3.85vw, 0.75rem);
}
.block-footer-category__head{
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  background: none;
  margin: 0 0 22px;
  padding: 0;
}
.block-footer-category__list-item{
  border-bottom: 1px solid #DDD;
  position: relative;
}
.block-footer-category__list-item.is-open{
  background: #EEE;
}
.block-footer-category__list-item:first-child{
  border-top: 1px solid #DDD;
}
.block-footer-category__list-text{
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.block-footer-category__list-text a{
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 18px 18px 18px 70px;
  position: relative;
  flex-shrink: 0;
}

.block-footer-category__list-text button{
  background: transparent;
  border: none;
  padding: 18px 18px 18px 70px;
  color: #222;  
}

.block-footer-category__list-text:not(:has(.block-footer-category__list-btn)) a{
  padding: 18px 50px 18px 70px;
}
.block-footer-category__list-text:not(:has(.block-footer-category__list-btn)) a::after{
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%) rotate(45deg);
}
.block-footer-category__list-text:has(.block-footer-category__list-btn)::before{
  content: "";
  width: 24px;
  height: 24px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.block-footer-category__list-text:has(.block-footer-category__list-btn).is-open::before{
  background: #666;
}
.block-footer-category__list-text:has(.block-footer-category__list-btn) a{
  display: inline-block;
  width: auto;
}
.block-footer-category__list-btn{
  width: 74px;
  position: relative;
}
.block-footer-category__list-btn::before,.block-footer-category__list-btn::after{
  content: "";
  width: 12px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: .4s;
}
.block-footer-category__list-text.is-close .block-footer-category__list-btn::before{
  background: #666;
}
.block-footer-category__list-text.is-close .block-footer-category__list-btn::after{
  background: #666;
  transform: translate(-50%,-50%) rotate(90deg);
}
.block-footer-category__list-item--shoes .block-footer-category__list-text a::before,
.block-footer-category__list-item--shoes .block-footer-category__list-text button::before{
  content: "";
  width: 38px;
  height: 38px;
  background: url(../../img/usr/common/svg/ico_shoes_k.svg) center center / contain no-repeat;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.block-footer-category__list-item--wear .block-footer-category__list-text a::before,
.block-footer-category__list-item--wear .block-footer-category__list-text button::before{
  content: "";
  width: 38px;
  height: 38px;
  background: url(../../img/usr/common/svg/ico_wear_k.svg) center center / contain no-repeat;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.block-footer-category__list-item--accessory .block-footer-category__list-text a::before,
.block-footer-category__list-item--accessory .block-footer-category__list-text button::before{
  content: "";
  width: 38px;
  height: 38px;
  background: url(../../img/usr/common/svg/ico_accessory_k.svg) center center / contain no-repeat;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.block-footer-category__list-item--bag .block-footer-category__list-text a::before,
.block-footer-category__list-item--bag .block-footer-category__list-text button::before{
  content: "";
  width: 38px;
  height: 38px;
  background: url(../../img/usr/common/svg/ico_bag_k.svg) center center / contain no-repeat;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.block-footer-category__nav:not(.is-open) {
  display: none;
}
.block-footer-category__nav li{
  border-top: 1px solid #DDD;
  position: relative;
}
.block-footer-category__nav li::before,.block-footer-category__nav li::after{
  content: "";
  width: 7px;
  height: 1px;
  background: #BBB;
  position: absolute;
  left: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.block-footer-category__nav li::after{
  left: 31.5px;
  transform: translateY(-3.5px) rotate(90deg);
}
.block-footer-category__nav li a{
  display: block;
  padding: 14px 25px 14px 70px;
}
.block-footer-category__nav li a::after{
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%) rotate(45deg);
}
.block-footer-middle{
	background: #333333;
	color: #FFF;
}
.block-footer-middle__nav-list-item:not(:last-child){
  border-bottom: 1px solid #444;
}
.block-footer-middle__nav-text{
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  padding: 18px 25px;
  position: relative;
}
.block-footer-middle__nav-text::before{
  content: "";
  width: 24px;
  height: 24px;
  background: #252525;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.block-footer-middle__nav-text span::before,.block-footer-middle__nav-text span::after{
  content: "";
  width: 12px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 50%;
  right: 31px;
  transform: translateY(-50%);
  transition: .4s;
}
.block-footer-middle__nav-text.is-close span::after{
  transform: translateY(-50%) rotate(90deg);
}
.block-footer-middle__nav-sub{
  background: #FFF;
}
.block-footer-middle__nav-sub:not(.is-open){
  display: none;
}
.block-footer-middle__nav-sub li{
  border-bottom: 1px solid #DDD;
}
.block-footer-middle__nav-sub li a{
	font-size: 16px;
	position: relative;
	display: inline-block;
	padding: 18px 25px 18px 54px;
}
.block-footer-middle__nav-sub li a::before{
	content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F6F6F6;
	position: absolute;
	left: 25px;
	top: 50%;
  transform: translateY(-50%);
}
.block-footer-middle__nav-sub li a::after{
	content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #444;
  border-right: 2px solid #444;
  position: absolute;
  top: 50%;
  left: 33px;
  transform: translateY(-50%) rotate(45deg);
}
.block-footer-bottom{
  padding: 0 0 100px;
}
.block-footer-sub__nav{
  display: flex;
  flex-wrap: wrap;
}
.block-footer-sub__nav li{
  width: 50%;
  border-bottom: 1px solid #DDD;
}
.block-footer-sub__nav li:nth-child(odd){
  border-right: 1px solid #DDD;
}
.block-footer-sub__nav li a{
  font-size: clamp(0.813rem, 0.212rem + 2.56vw, 0.875rem);
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 8px 20px;
}
.block-footer-bottom__app{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  padding: 15px 28px;
  border-bottom: 1px solid #DDD;
}
.block-footer-bottom__app figure{
	width: 70px;
	height: 70px;
	background: #DB162B;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.block-footer-bottom__app-desc{
  width: calc(100% - 82px);
}
.block-footer-middle__app-text{
  font-size: clamp(0.75rem, 0.149rem + 2.56vw, 0.813rem);
  margin: 0 0 8px;
}
.block-footer-middle__app-icon{
  display: flex;
	gap: 9px;
}
.block-footer-bottom__banner-list{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin: 0 0 15px;
}
@media (max-width:390px){
  .block-footer-bottom__app{
    padding: 15px 20px;
  }
  .block-footer-middle__app-text{
    letter-spacing: 0.025em;
  }
}

/* リンク */

.footer-nav-list-item-container {
  display: flex;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.footer-nav-list-item-container.icon-img-small figure {
  width: 25px;
  height: 25px;
}

.footer-nav-list-item-container>div {
  position: relative;
  /*	border-bottom: solid 1px #333;*/
}

.footer-nav-list-item-container>div:before {
  position: absolute;
  right: 20px;
  content: "";
  width: 12px;
  height: 2px;
  background: #999;
}

.footer-nav-list-item-container>div:after {
  position: absolute;
  right: 25px;
  content: "";
  width: 2px;
  height: 12px;
  background: #999;
}

.footer-nav-list-item-container>div.open:after {
  display: none;
}

.footer-nav-list-item-container>a, .footer-nav-list-item-container>div {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 9px 30px 9px 20px;
  height: auto;
  min-height: 43px;
  text-decoration: none;
  vertical-align: middle;
}

.footer-nav-list-item-container>a span, .footer-nav-list-item-container>div span {
  color: #ccc;
  font-size: 14px;
  font-weight: 700;
  padding-left: 8px;
  display: inline-block;
}

.footer-nav-list-item-container>div span {
  width: 90%;
}

.footer-nav-list-item-container>a {
  position: relative;
}

.footer-nav-list-item-container>a:after {
  position: absolute;
  top: 50%;
  right: 23px;
  margin: -4px 0 0 0;
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #999;
  border-bottom: solid 2px #999;
  transform: rotate(-45deg);
}

.footer-nav-list-item-container figure {
  margin-right: 8px;
  width: 30px;
  height: 30px;
}

.footer-nav-list-item-container.icon-img-small figure {
  width: 25px;
  height: 25px;
}

.footer-nav-list-item-container.icon-img-small>a {
  padding: 11px 30px 11px 20px;
}

.footer-nav-list-item-container figure img {
  max-width: 100%;
  max-height: 100%;
}

.footer-nav-list-frame>li.footer-nav-list-item, .footer-nav-list-ac li {
  border-top: solid 1px #333;
}

/*
.footer-nav-list .footer-nav-list-frame {
  border-bottom: solid 1px #333;
  margin-bottom: 30px;
}
*/

/* アコーディオン */

.category-list-ttl span.tree_ {
  position: absolute;
  right: 0;
  top: 50%;
  width: 10%;
  margin: -18px 0 0 0;
  height: 30px;
  padding: 0;
  vertical-align: middle;
}

.category-list-ttl span.tree_>span {
  position: absolute;
  top: 17px;
  left: 10px;
  width: 9px;
  height: 1px;
  background-color: #cccccc;
  transition: all .4s;
}

.category-list-ttl span.tree_.minus_>span, .genre-list-ttl span.tree_.minus_>span {
  display: none;
}

.category-list-ttl span.tree_>span:nth-of-type(1), .genre-list-ttl span.tree_>span:nth-of-type(1) {
  display: block;
  width: 13px;
  height: 1px;
  background: #1c1b1b;
  transition: .2s;
}

.category-list-ttl span.tree_>span:nth-of-type(2), .genre-list-ttl span.tree_>span:nth-of-type(2) {
  display: block;
  width: 13px;
  height: 1px;
  background: #1c1b1b;
  transition: .2s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.category-list-ttl span.tree_.minus_>span:nth-of-type(1), .genre-list-ttl span.tree_.minus_>span:nth-of-type(1) {
  display: block;
  width: 14px;
  height: 1px;
  background: #1c1b1b;
  transition: .2s;
}

.category-list-ttl span.tree_.minus_>span:nth-of-type(2), .genre-list-ttl span.tree_.minus_>span:nth-of-type(2) {
  display: block;
  width: 13px;
  height: 1px;
  background: #000;
  transition: .2s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.category-list-ttl span.tree_.plus_>span:nth-of-type(1), .genre-list-ttl span.tree_.plus_>span:nth-of-type(1) {
  display: block;
  width: 14px;
  height: 1px;
  background: #000;
  transition: .2s;
}

.category-list-ttl span.tree_.plus_>span:nth-of-type(2), .genre-list-ttl span.tree_.plus_>span:nth-of-type(2) {
  display: block;
  width: 13px;
  height: 1px;
  background: #000;
  transition: .2s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.block-footer-top .block-footer-top-inner {
  background: #222;
}

.block-footer-top .footer-ad-bnr ul {
  overflow: hidden;
  padding: 0;
}

.block-footer-top .footer-ad-bnr:after {
  content: "";
  display: block;
  clear: both;
}

.block-footer-top .footer-ad-bnr ul li {
  float: left;
  width: 50%;
}

.block-footer-top .footer-ad-bnr ul li img {
  margin-bottom: 5px;
  display: block;
}

.block-footer-top .footer-ad-bnr ul li a {
  display: block;
}

.block-footer-top .footer-ad-bnr ul li span {
  display: inline-block;
  font-size: 10px;
  color: #999;
  padding: 0 2px;
  border: solid 1px #999;
  margin-bottom: 10px;
}

.block-footer-top .footer-ad-bnr ul li:nth-child(odd) {
  padding: 0 2% 0 4%;
}

.block-footer-top .footer-ad-bnr ul li:nth-child(even) {
  padding: 0 4% 0 2%;
}

.block-footer-top .footer-ad-bnr ul li img {
  width: 100%;
}

.block-footer-top .footer-sns-list ul {
  /*	display: flex;align-items: center;justify-content: space-between;*/
  padding: 20px 0;
  text-align: center;
}

.block-footer-top .footer-sns-list ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 14px;
}


/* ----ページトップに戻る---- */

.block-page-top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #efefef;
  border-radius: 50%;
}

.block-page-top a:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -8px;
  background: url("../../img/usr/sp/common/toppage.png") no-repeat;
  background-size: 16px 8px;
}

.block-page-top {
  position: fixed;
  top: auto;
  bottom: 80px;
  right: 12px;
  display: block;
  z-index: 2;
}


/* ブラウザ横幅による調整 */

@media screen and (max-width: 375px) {
  .block-page-top {
    right: 10px;
    z-index: 10000;
  }
}

.page-method .block-page-top {
  position: fixed;
  top: auto;
  bottom: 74px;
  right: 26px;
  display: none;
}


/* ----PC/スマホ切り替えスイッチ---- */

.block-switcher {
  border-top: 1px solid #eee;
  display: block;
  padding: 10px 10px 0 0;
}

.block-switcher li {
  display: inline-block;
  padding: 0 0 10px 10px;
  width: 50%;
}

.block-switcher--switch {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #444;
  color: #fff;
  text-decoration: none;
}

.block-switcher--current {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ccc;
  color: #fff;
}

.block-switcher .fa {
  margin-right: 10px;
  vertical-align: middle;
}

.block-switcher .fa-mobile-phone {
  font-size: 24px;
}

.block-switcher .fa-desktop {
  font-size: 18px;
}


/* ----Copyright---- */

.pane-footer .block-copyright {
  font-size: 11px;
  text-align: center;
  color: #333;
}


/* ----パンくず---- */

.block-topic-path {
  background: #fff;
  padding: 10px 15px;
  margin: 0;
}

.block-topic-path--list li {
  color: #000;
  padding: 0;
}

.block-topic-path--list li a {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}

.block-topic-path--list li:first-child a {
  padding-left: 0;
}

.block-topic-path--list li a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
}

/* ----ブランド画面---- */

.block-brand-list--item-img img {
  width: 100%;
  height: auto;
}

.block-brand-list--item-name {
  padding: 10px;
  text-decoration: underline;
}

.block-brand-list--item-comment {
  padding: 0 10px 10px 10px;
}

.block-brand-detail--image img {
  width: 100%;
  height: auto;
}

.block-brand-detail--description {
  margin: 0 10px 10px 10px;
}


/* ----商品詳細画面---- */

.block-goods-detail {
  margin: 10px 15px;
}

.block-goods-detail .block-goods-name h1 {
  font-size: 18px;
  margin: -10px;
}

.block-goods-detail .block-src-l figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-src-l {
  margin: 18px 0 15px;
}

.block-goods-gallery {
  margin: 0 0 20px;
}

.block-goods-detail .block-auto-icon .block-icon--auto-on-sales {
  position: static;
}

.block-goods-gallery ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.block-goods-gallery ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  padding: 1px;
  margin: 0 2% 2% 0;
  border: 1px solid #CCC;
  border-radius: 5px;
}

.block-goods-gallery ul li.active {
  padding: 0;
  border: 2px solid #000;
}

.block-goods-gallery ul li:nth-of-type(6n) {margin-right: 0;}
.block-goods-gallery ul li::after {
  display: block;
  width: 0;
  height: 0;
  padding: 0 0 100%;
  z-index: -1;
  content: "";
}

.block-goods-gallery ul li img {
  border-radius: 5px;
}

.block-goods-gallery ul li p{display: none;}

.block-goods-code {
  display: block;
  margin-bottom: -18px;
  line-height: 18px;
  text-align: right;
  font-size: 10px;
  color: #999;
}

.block-goods-code dt, .block-goods-code dd {
  display: inline-block;
  width: auto;
}

.block-auto-icon .block-icon--auto-new {
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  line-height: 16px;
  color: #E83434;
  vertical-align: top;
  border: 1px solid #E83434;
  background: #FFF;
}

.block-auto-icon .block-icon--auto-on-sales {
  display: inline-block;
  padding: 0 4px;
  font-size: 12px;
  line-height: 16px;
  color: #FFF;
  vertical-align: top;
  border: 1px solid #E83434;
  background: #E83434;
}

.block-goods-detail .block-auto-icon {
  margin-bottom: 5px;
  min-height: 22px;
}

.block-goods-detail .block-auto-icon .block-icon--auto-new {
  padding: 2px 8px;
}

.block-goods-detail .block-icon--auto-on-sales {
  padding: 2px 8px;
}

.page-goods .block-pickup-list-p--item-description .block-icon>span {
  font-size: 11px;
  color: #666;
}

.page-goods .block-pickup-list-p--item-description .block-icon>span:first-child::before {
  padding: 0 0.5em 0 0;
  font-size: 11px;
  color: #CCC;
  content: "/";
}

.page-goods .block-pickup-list-p--item-description .block-icon>span::after {
  padding: 0 0.5em;
  font-size: 11px;
  color: #CCC;
  content: "/";
}

.block-goods-comment {
  font-size: 14px;
  padding-bottom: 10px;
}

.block-brand-name {
  order: 70;
  margin: 0 0 3px;
  font-size: 12px;
}

.block-brand-name a {
  text-decoration: underline;
}

.block-goods-name, .block-goods-name h2 {
  font-size: 18px;
}

.block-goods-review {
  order: 90;
  margin: 0 0 3px;
}

.block-goods-review img {
  width: 86px;
  vertical-align: middle;
}

.block-goods-review .block-goods-review--count {
  margin: 0 0 0 3px;
  font-size: 12px;
}

.block-goods-review .block-goods-review--count a {
  text-decoration: underline;
}

.block-goods-review .block-goods-review--view {
  margin: 0 20px 0 3px;
  font-size: 12px;
  text-decoration: underline;
}

.block-goods-review a.block-goods-review--write {
  display: inline-block;
  padding: 3px 5px 3px 20px;
  text-align: right;
  font-size: 12px;
  border: 1px solid #ccc;
  background: url(../../img/usr/sp/goods/review_write.png) 5px center no-repeat;
  background-size: 12px 12px;
}

.block-goods-price {
  margin: 0;
}

.block-goods-price .block-goods-price--price {
  text-align: left;
}

.block-goods-price .block-goods-price--price>* {
  display: inline-block;
  vertical-align: middle;
}

.block-goods-price .block-goods-price--price .price {
  font-size: 26px;
  font-weight: 700;
  color: #333;
}

.block-goods-price .block-goods-price--price.on-sales .price {
  color: #E83434;
}

.block-goods-price .block-goods-price--price .tax {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #444;
  vertical-align: sub;
}

.block-goods-price .block-goods-price--price .discount {
  margin-left: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #E83434;
  vertical-align: sub;
}

.block-goods-price .block-goods-price--customer-price {
  text-align: left
}

.block-goods-price .block-goods-price--customer-price>* {
  display: inline-block;
  vertical-align: middle;
}

.block-goods-price .block-goods-price--customer-price .price {
  font-size: 26px;
  font-weight: 700;
  color: #333;
}

.block-goods-price .block-goods-price--customer-price.on-sales .price {
  color: #E83434;
}

.block-goods-price .block-goods-price--customer-price .tax {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #444;
  vertical-align: sub;
}

.block-goods-price .block-goods-price--customer-price .discount {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #E83434;
  vertical-align: sub;
}

.block-goods-maker-price {
  order: 110;
  font-size: 10px;
  display: block;
  text-align: left;
}

.block-goods-maker-price dt, .block-goods-maker-price dd {
  display: inline-block;
  width: auto;
  font-size: 12px;
}

.block-goods-maker-price dt {
  font-weight: normal;
}

.block-goods-price--on-sales-comment + .block-goods-maker-price dd {
  text-decoration: line-through;
}

.block-goods-price-link {
  order: 120;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
}

.block-goods-price-link a {
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  text-decoration: underline;
}

.block-goods-detail--promotion-freespace {
  font-size: 12px;
  font-size: 500;
  color: #E83434;
  margin-bottom: 20px;
}

.block-variation {
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
}

.block-variation.block-color, .block-variation.block-size {
  margin: 0 0 25px;
}

.block-variation h2 {
  display: none;
}

.block-variation .block-variation--item-list {
  order: 20;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.block-variation .block-variation--item-list dl {
  display: flex;
  width: 23.768%;
  margin: 0 1.449% 1.449% 0;
}

.block-variation .block-variation--item-list .block-variation--item{
  width: calc(100% / 5 - 8px);
  margin: 0;
}

.block-variation .block-variation--item-list dl::after {
  display: block;
  width: 0;
  height: 0;
  padding: 0 0 100%;
  z-index: -1;
  content: "";
}

.block-variation .block-variation--item-list dl.block-size--item::after {
  display: none;
}

.block-variation .block-variation--item-list dl.block-color--item:nth-of-type(4n) {
  margin-right: 0;
}

.block-variation .block-variation--item-list dl.block-size--item:nth-of-type(5n) {
  margin-right: 0;
}

.block-variation .block-variation--item-list dl .block-variation--item-term {
  width: 100%;
  min-width: 0;
  min-height: 0;
  padding: 1px;
  border: 1px solid #CCC;
  border-radius: 5px;
}

.block-variation .block-variation--item-list dl.active .block-variation--item-term {
  padding: 0;
  border: 2px solid #000;
}

.block-variation .block-variation--item-list dl .block-variation--item-term figure {
  width: 100%;
  height: 100%;
}

.block-variation .block-variation--item-list dl .block-variation--item-term figure img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  color: #444;
}

.block-variation .block-variation--item-list dl .block-variation--item-term span {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 7.5px 2px;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

.block-variation .block-variation--item-list dl.active .block-variation--item-term span {
  color: #000;
  font-weight: 600;
}

.block-variation .block-variation--item-list dl[class$="-disable-stock"] dt {
  background: #f5f5f5;
  border-color: #EEE;
  color: #CCC;
}

.block-variation .block-variation--selected-item {
  order: 10;
  font-size: 14px;
  font-weight: 700;
}

.block-variation .block-variation--selected-item span {
  display: inline-block;
  margin-left: 1.5em;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.block-variation .block-variation--selected-item a {
  display: inline-block;
  float: right;
  font-size: 12px;
  text-decoration: underline;
  font-weight: 700;
}

.block-add-cart input.block-add-cart--btn {
  padding: 18px 0 18px 18px;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  background: #E83434 url(../../img/usr/sp/goods/cart_btn_white.png) center left calc(50% - 80px) no-repeat;
  border: 0;
  border-radius: 60px;
}

.block-no-stock div.block-no-stock--message {
  padding: 18px 0 18px 18px;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  background: #ddd url(../../img/usr/sp/goods/cart_btn_white.png) center left calc(50% - 80px) no-repeat;
  border: 0;
  width: 100%;
  border-radius: 60px;
}

.block-arrival-notice a {
  padding: 18px 0 18px 18px;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  background: #2490D0 url(../../img/usr/sp/goods/arrival_btn_white.png) center left calc(50% - 80px) no-repeat;
  background-size: 25.5px 17.5px;
  border: 0;
  border-radius: 60px;
}

.block-goods-favorite .block-goods-favorite--btn {
  width: calc(50% - 2.5px);
  padding: 15px 0 15px 13px;
  border: 1px solid #CCC;
  font-size: 12px;
  font-weight: 700;
  background: url(../../img/usr/sp/goods/bookmark_btn.png) center left calc(50% - 65px) no-repeat;
  border-radius: 50px;
}

.block-goods-store-stock {
  height: 0;
  text-align: right;
}

.block-goods-store-stock .block-goods-store-stock--btn {
  width: calc(50% - 2.5px);
  padding: 15px 0 15px 13px;
  margin-top: -85px;
  border: 1px solid #CCC;
  font-size: 12px;
  font-weight: 700;
  background: url(../../img/usr/sp/goods/store_stock_btn.png) center left calc(50% - 50px) no-repeat;
  border-radius: 50px;
}

.block-contact-about-goods {
  text-align: right;
}

.block-contact-about-goods .block-contact-about-goods-btn {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 0;
  margin: 0 0 20px 24px;
  text-decoration: underline;
  background: none;
  border: 0;
  font-size: 16px;
}

.block-goods-detail .block-contact-about-goods .block-contact-about-goods-btn:after{
	position: absolute;
	content: "";
  left: -24px;
  top: 2px;
	background: url(../../img/usr/pc/common/common_link_arrow.png) no-repeat;
	width: 19px;
	height: 19px;
}

.block-goods-stock-msg {
  order: 190;
}

.block-goods-stock-msg--text {
  font-size: 12px;
  margin: 0 0 25px;
}

div[class^="block-goods-comment"] {
  margin: 0;
  font-size: 14px;
}

#spec_goods_comment {
  margin-bottom: 20px;
}

dl.accordion, section.accordion {
  margin: -1px -15px 0 -15px;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}

dl.accordion>dt h3, section.accordion>h3 {
  position: relative;
  padding: 15px 40px 15px 15px;
  font-size: 14px;
  font-weight: 700;
}

dl.accordion>dt h3::before, section.accordion>h3::before, div.accordion h3::before {
  position: absolute;
  top: 20px;
  right: 32px;
  display: block;
  width: 2px;
  height: 12px;
  background: #999;
  content: "";
}

dl.accordion.open>dt h3::before, section.accordion.open>h3::before, div.accordion.open h3::before {
  display: none;
}

dl.accordion>dt h3::after, section.accordion>h3::after, div.accordion h3::after {
  position: absolute;
  top: 25px;
  right: 27px;
  display: block;
  width: 12px;
  height: 2px;
  background: #999;
  content: "";
}

dl.accordion>dd, section.accordion>div.accordion-desc, div.accordion+.accordion-box {
  display: none;
  padding: 0 15px 45px 15px;
}

.block-goods-release-dt-text p{
	color:#E83434
}

/* アコーディオン */

div.accordion {
  margin: -1px -15px 0 -15px;
  border-top: 1px solid #EEE;
}

div.accordion h3 {
  position: relative;
  padding: 15px 40px 15px 15px;
  font-size: 14px;
  font-weight: 700;
}

div.accordion>div {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 25px 8px 20px;
  height: auto;
  min-height: 43px;
  text-decoration: none;
  vertical-align: middle;
}

.comment-frame--goods-image {
  margin: 0 0 30px;
}

.comment-frame--goods-image img {
  width: 100%;
}

.block-goods-spec-frame {
  order: 210;
  margin: -1px -15px 0 -15px;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  font-size: 14px;
}

.block-goods-spec-frame h3 {
  position: relative;
  padding: 15px 40px 15px 15px;
  font-size: 14px;
  font-weight: 700;
}

.block-goods-spec-frame h3::before {
  position: absolute;
  top: 20px;
  right: 32px;
  display: block;
  width: 2px;
  height: 12px;
  background: #999;
  content: "";
}

.block-goods-spec-frame.open h3::before {
  display: none;
}

.block-goods-spec-frame h3::after {
  position: absolute;
  top: 25px;
  right: 27px;
  display: block;
  width: 12px;
  height: 2px;
  background: #999;
  content: "";
}

.block-goods-spec-frame .block-goods-spec-inner {
  display: block;
  padding: 0 15px 45px 15px;
}

dl.block-goods-spec, dl.goods-detail-description {
  margin-top: -1px;
}

dl.block-goods-spec dt {
  width: 30%;
  padding: 12px 8px;
  border: 1px solid #DDD;
  background: #F5F5F5;
}

dl.block-goods-spec dd {
  width: 70%;
  padding: 12px 8px;
  border: 1px solid #DDD;
  border-left: 0;
}

dl.block-goods-spec:last-of-type dt, dl.block-goods-spec:last-of-type dd {
  border-bottom: 1px solid #DDD;
}

/* 価格下のテキスト追加 */
.block-goods-detail .block-goods-desc-text{order: 125;margin-top: 5px;margin-bottom: 5px;}
.block-goods-detail .block-goods-desc-text p{font-size: 11px;}
.block-goods-detail .block-goods-desc-text p.block-goods-desc-text-red{
	color: #E83434;
	position: relative;
	padding: 8px 2px 8px 40px;
}

.block-goods-detail .block-goods-desc-text p.block-goods-desc-text-red span{
	margin-left: 20px;
}

.block-goods-detail .block-goods-desc-text p.block-goods-desc-text-red:after{
	position: absolute;
	content: "";
	top: 50%;
	left: 8px;
	margin: -9px 0 0 0;
	background: url("../../img/usr/common/sa_card.jpg") no-repeat;
	background-size: 25px 16px;
	width: 25px;
	height: 16px;
}

.block-goods-template-top {
  order: 220;
}

ul.link-list li {
  border-top: 1px solid #EEE;
}

ul.link-list li:last-of-type {
  border-bottom: 1px solid #EEE;
}

ul.link-list li a {
  position: relative;
  display: block;
  padding: 15px 40px 15px 15px;
  font-size: 14px;
  font-weight: 700;
}

ul.link-list li a::after {
  position: absolute;
  top: 50%;
  left: 94%;
  margin: -3px 0 0 0;
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #666;
  border-bottom: solid 2px #666;
  transform: rotate(-45deg);
}

ul.goods-item-list {
  display: flex;
  flex-wrap: wrap;
}

ul.goods-item-list li {
  width: 49.35%;
  margin: 0 1.3% 1.3% 0;
}

ul.goods-item-list li:nth-of-type(2n) {
  margin-right: 0;
}

ul.goods-item-list li img {
  width: 100%;
}

.block-goods-template-middle {
  order: 225;
}

.block-goods-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  gap: 0 10px;
}

.block-goods-sns li {width: 40px;}
.block-goods-sns li a {
  display: block;
  width: 40px;
  height: 40px;
}

.block-goods-sns li.block-goods-sns--facebook a {
  background: url(../../img/usr/sp/goods/sns_facebook_btn.png) center center / auto 100% no-repeat;
}

.block-goods-sns li.block-goods-sns--twitter a {
  background: url(../../img/usr/sp/goods/sns_twitter_btn.png) center center / auto 100% no-repeat;
}
.block-goods-sns li.block-goods-sns--mixi{display: none;}


.comment-frame--goods-banner .comment-frame--goods-banner-title {
  padding: 40px 0 25px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.comment-frame--goods-banner-list .comment-frame--goods-banner-list-item .banner-list-item--brand {
  margin: 12px 0 0;
  color: #000;
  font-size: 14px;
}

.comment-frame--goods-banner-list .comment-frame--goods-banner-list-item .banner-list-item--name {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  border: none;
  background: #fff;
}

.comment-frame--goods-banner-list .comment-frame--goods-banner-list-item .banner-list-item--date {
  font-size: 12px;
  color: #999;
  margin-bottom: 22px;
}

.block-goods-detail .block-goods-item-code, .block-goods-detail .block-goods-item-code2, .block-goods-detail .block-goods-item-code3, .block-goods-detail .block-goods-release-dt, .block-goods-detail .block-goods-class1, .block-goods-detail .block-goods-class2, .block-goods-detail .block-goods-attr1, .block-goods-detail .block-goods-attr2, .block-goods-detail .block-goods-attr3, .block-goods-detail .block-goods-size, .block-goods-detail .block-goods-color, .block-goods-detail .block-goods-point, .block-goods-detail .block-goods-postage, .block-goods-detail .block-goods-stock,
/*.block-goods-detail .block-goods-sales-detail-append,*/


/* 注文明細拡張 */

.block-goods-detail .block-custom-order, .block-goods-detail .block-goods-set, .block-goods-detail .block-accessory-list, .block-goods-detail .block-variation-back-order, .block-goods-detail .block-goods-link, .block-goods-detail .block-goods-release-dt, .block-goods-detail .block-goods-stock {
  display: none;
}

.block-goods-detail .block-goods-sales-detail-append {
  order: 145;
}

.block-goods-detail-footer {
  display: none;
}

.page-goods .block-topic-path:nth-of-type(n+2) {
  display: none;
}

.page-goods #block-topic-path-goods {
  display: block;
}

.block-goods-user-review {
  background: #F5F5F5;
  padding-bottom: 48px;
  margin-top: 18px;
}

.block-goods-user-review h2 {
  margin: 0;
  padding: 40px 0 25px;
  background: none;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.block-goods-user-review .block-goods-user-review--info {
  padding: 0 0 20px;
  margin: 0 15px;
  border: 0;
  border-bottom: 1px solid #CCC;
  background: none;
}

.block-goods-user-review .block-goods-user-review--info .block-goods-user-review--count-summary {
  display: flex;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

.block-goods-user-review .block-goods-user-review--info .block-goods-user-review--count-summary .block-goods-user-review--score {
  width: 100px;
  margin-right: 3px;
}

.block-goods-user-review .block-goods-user-review--info .block-goods-user-review--count-summary .block-goods-user-review--score dt {
  font-size: 14px;
  font-weight: 400;
}

.block-goods-user-review .block-goods-user-review--info .block-goods-user-review--count-summary .block-goods-user-review--score dd img {
  width: 100px;
  height: auto;
}

.block-goods-user-review .block-goods-user-review--info .block-goods-user-review--count-summary .block-goods-user-review--count {
  font-size: 0;
  text-align: left;
}

.block-goods-user-review .block-goods-user-review--info .block-goods-user-review--count-summary .block-goods-user-review--count dt, .block-goods-user-review .block-goods-user-review--info .block-goods-user-review--count-summary .block-goods-user-review--count dd {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
}

.block-goods-user-review .block-goods-user-review--info .block-goods-user-review--count-summary .block-goods-user-review--form {
  margin: 0 0 0 auto;
}

.block-goods-user-review .block-goods-user-review--info .block-goods-user-review--count-summary .block-goods-user-review--form .block-goods-user-review--write-review-btn {
  padding: 8px 18px 8px 25px;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #CCC;
  background: url(../../img/usr/sp/goods/review_write.png) center left calc(50% - 58px) / 16px auto no-repeat;
}

.block-goods-user-review .block-goods-user-review--nothing p {
  text-align: center;
}

.block-goods-user-review .block-goods-user-review--nothing .block-goods-user-review--form a {
  display: block;
  width: 70%;
  margin: 30px auto 10px;
  padding: 13px 0 13px 8px;
  border: 1px solid #CCC;
  background: url(../../img/usr/sp/goods/review_write.png) center left calc(50% - 58px) / 16px auto no-repeat transparent;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.0;
  color: #222;
}

.block-goods-user-review ul.block-goods-user-review--list li:nth-of-type(n+4) {
  display: none;
}

.block-goods-user-review ul.block-goods-user-review--list li.block-goods-user-review--item {
  padding: 0;
  margin: 0 15px;
  border-bottom: 1px solid #CCC;
  font-size: 14px;
}

.block-goods-user-review ul.block-goods-user-review--list li.block-goods-user-review--item .block-goods-user-review--item-title {
  margin: 15px 0 3px;
}

.block-goods-user-review ul.block-goods-user-review--list li.block-goods-user-review--item .block-goods-user-review--item-summary {
  display: flex;
  padding: 0 0 15px;
}

.block-goods-user-review ul.block-goods-user-review--list li.block-goods-user-review--item .block-goods-user-review--item-summary .block-goods-user-review--item-score dt img {
  width: 85px;
  padding-bottom: 3px;
  margin-right: 5px;
  vertical-align: middle;
}

.block-goods-user-review ul.block-goods-user-review--list li.block-goods-user-review--item .block-goods-user-review--item-summary .block-goods-user-review--item-name dt {
  display: none;
}

.block-goods-user-review ul.block-goods-user-review--list li.block-goods-user-review--item .block-goods-user-review--item-comment {
  margin: 0 0 20px;
}

.block-goods-user-review .block-goods-user-review--read {
  padding: 30px 0 0;
}

.block-goods-user-review .block-goods-user-review--read a {
  position: relative;
  ;
  display: block;
  margin: 0 15px;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #CCC;
}

.block-goods-user-review .block-goods-user-review--read a::after {
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 55px);
  width: 8px;
  height: 8px;
  border-left: solid 2px #999;
  border-bottom: solid 2px #999;
  transform: rotate(-45deg);
  content: "";
}

.page-goods .block-icon {
  font-size: initial;
  margin-bottom: 15px;
}

.block-goods-detail .block-icon span {
  font-size: 11px;
  color: #666;
  margin-right: 0;
}

.block-goods-detail .block-icon span:first-child::before {
  color: #ccc;
  padding-right: 0.3em;
  content: "/";
}

.block-goods-detail .block-icon span::after {
  color: #CCC;
  padding: 0 0.3em 0 0.6em;
  content: "/";
}

.block-goods-store-stock-modal {
  height: 0;
  text-align: right;
  order: 170;
}

.block-goods-store-stock-modal .block-goods-store-stock--modal-btn {
  width: calc(50% - 2.5px);
  padding: 15px 0 15px 13px;
  margin-top: -95px;
  border: 1px solid #CCC;
  font-size: 12px;
  font-weight: 700;
  background: url(../../img/usr/sp/goods/store_stock_btn.png) center left calc(50% - 50px) no-repeat;
  border-radius: 50px;
}

.page-goods .block-goods-store-stock--modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  overflow-y: auto;
  font-size: 12px;
  text-align: left;
  z-index: 20;
}

.page-goods .block-goods-store-stock--modal a.block-goods-store-stock--modal-close {
  cursor: pointer;
  position: fixed;
  top: 5px;
  right: 5px;
  display: block;
  width: 26px;
  height: 26px;
  background: #000;
  border-radius: 13px;
  transform: rotate(45deg);
  z-index: 21;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.page-goods .block-goods-store-stock--modal a.block-goods-store-stock--modal-close::before {
  position: absolute;
  top: 4px;
  left: 12px;
  display: block;
  width: 2px;
  height: 18px;
  background: #FFF;
  content: "";
}

.page-goods .block-goods-store-stock--modal a.block-goods-store-stock--modal-close::after {
  position: absolute;
  top: 12px;
  left: 4px;
  display: block;
  width: 18px;
  height: 2px;
  background: #FFF;
  content: "";
}

.page-goods .block-goods-store-stock--modal .fixed_title {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 10px 36px;
  font-size: 18px;
  text-align: center;
  border-bottom: 2px solid #CCC;
  background: #FFF;
}

.page-goods .block-goods-store-stock--modal .select_area {
  margin: 49px 20px 15px;
}

.page-goods .block-goods-store-stock--modal .select_area .variation_select_area {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0;
}

.page-goods .block-goods-store-stock--modal .select_area .variation_select_area .variation_img {
  width: 30%;
  margin: 0 20px 20px 0;
}

.page-goods .block-goods-store-stock--modal .select_area .variation_select_area .variation_img img {
  display: none;
  width: 100%;
}

.page-goods .block-goods-store-stock--modal .select_area .variation_select_area .variation_img img.active {
  display: block;
}

.page-goods .block-goods-store-stock--modal .select_area .variation_select_area .variation_goods_name {
  width: calc(70% - 20px);
  margin: 0 0 20px;
}

.page-goods .block-goods-store-stock--modal .select_area .variation_select_area .variation_goods_name h2 {
  font-size: 16px;
  padding: 0;
}

.page-goods .block-goods-store-stock--modal .select_area .variation_select_area .variation_choice {
  width: 100%;
}

.page-goods .block-goods-store-stock--modal .select_area .variation_select_area .variation_choice select {
  display: none;
  width: 100%;
  margin: 0 0 12px;
  padding: 8px 12px;
  font-size: 14px;
}

.page-goods .block-goods-store-stock--modal .select_area .variation_select_area .variation_choice select.active {
  display: inline-block;
}

.page-goods .block-goods-store-stock--modal .select_area .variation_select_area .variation_choice .variation_button {
  width: 100%;
  margin: 0 0 24px;
  padding: 10px 0;
  border: 0;
  background: #e5e5e5;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  transition: all 0.2s;
}

.page-goods .block-goods-store-stock--modal .select_area .variation_select_area .variation_choice .variation_button.active {
  background: #000;
  cursor: pointer;
}

.page-goods .block-goods-store-stock--modal .select_area .stock_infoTxt {
  margin: 0 0 15px;
}

.page-goods .block-goods-store-stock--modal .select_area table {
  width: 300px;
  margin: 5px 0 0;
}

.page-goods .block-goods-store-stock--modal .select_area table td, .page-goods .block-goods-store-stock--modal .select_area table th {
  width: 100px;
  padding: 5px;
  border: 1px solid #999;
}

.page-goods .block-goods-store-stock--modal .store {
  margin: 0 20px 15px;
}

.page-goods .block-goods-store-stock--modal .store section {
  margin: 0 0 15px;
}

.page-goods .block-goods-store-stock--modal .store section h2 {
  margin: 0 0 5px;
  font-size: 16px;
}

.page-goods .block-goods-store-stock--modal .store section table {
  width: 100%;
}

.page-goods .block-goods-store-stock--modal .store section table th {
  padding: 3px 8px;
  background: #999;
  color: #FFF;
  border-right: 1px solid #FFF;
}

.page-goods .block-goods-store-stock--modal .store section table th.stockPre {
  width: 25%;
}

.page-goods .block-goods-store-stock--modal .store section table th.stockShop {
  width: 45%;
}

.page-goods .block-goods-store-stock--modal .store section table th.stockNow {
  width: 30%;
}

.page-goods .block-goods-store-stock--modal .store section table td {
  padding: 3px 8px;
  border-right: 1px solid #FFF;
}

.page-goods .block-goods-store-stock--modal .store section table td a {
  text-decoration: underline;
}

.page-goods .block-goods-store-stock--modal .store section table td a:hover {
  text-decoration: none;
}

.page-goods .block-goods-store-stock--modal .store section table td span.little_stock {
  color: #0074A8;
}

.page-goods .block-goods-store-stock--modal .store section table tr:nth-of-type(2n - 1) {
  background: #F1F1F1;
}

.page-goods .block-goods-store-stock--modal .store section table tr:nth-of-type(2n) {
  background: #FFF;
}

.page-goods .block-goods-store-stock--modal .message {
  margin: 0 20px 15px;
}

.page-goods .block-goods-store-stock--modal .message p {
  margin-bottom: 1.0em;
}

/*CSSによる商品詳細画面の項目の並び順変更用*/

.block-goods-detail {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column nowrap;
}

.block-src-l {
  order: 30;
}

.block-src-c {
  order: 999;
}

.block-goods-gallery {
  order: 40;
}

.block-goods-name {
  order: 80;
}

.block-goods-release-dt-text{
order:145}

.page-goods .block-icon {
  order: 50;
}

.page-goods .block-auto-icon {
  order: 20;
}

.block-goods-comment {
  order: 60;
}

.block-goods-detail--promotion-freespace {
  order: 130;
}

.block-goods-affix-list {
  order: 999;
}

.block-goods-price {
  order: 100;
}

.block-goods-code {
  order: 10;
}

.block-goods-item-code {
  order: 999;
}

.block-goods-item-code2 {
  order: 999;
}

.block-goods-item-code3 {
  order: 999;
}

.block-goods-release-dt {
  order: 999;
}

.block-goods-class1 {
  order: 999;
}

.block-goods-class2 {
  order: 999;
}

.block-goods-attr1 {
  order: 999;
}

.block-goods-attr2 {
  order: 999;
}

.block-goods-attr3 {
  order: 999;
}

.block-goods-point {
  order: 999;
}

.block-goods-postage {
  order: 999;
}

.block-goods-stock {
  order: 999;
}

.block-goods-spec {
  order: 210;
}

.block-goods-sales-detail-append {
  order: 999;
}

.block-variation {
  order: 140;
}

.block-custom-order {
  order: 999;
}

.block-add-cart {
  margin-top: 20px;
  order: 150;
}

.block-goods-favorite {
  order: 160;
}

.block-arrival-notice {
  order: 150;
}

.block-no-stock {
  order: 150;
}

.block-goods-store-stock {
  order: 170;
}

.block-variation-back-order {
  order: 999;
}

.block-goods-set {
  order: 999;
}

.block-goods-sns {
  order: 260;
}

.block-contact-about-goods {
  order: 180;
}

.block-goods-link {
  order: 999;
}

.block-goods-comment-first {
  order: 199;
}

.block-goods-comment1 {
  order: 200;
  line-height: 1.8;
}

.block-goods-comment2 {
  order: 230;
}

.block-goods-comment3 {
  order: 280;
}

.block-goods-comment4 {
  order: 250;
}

.block-goods-comment5 {
  order: 270;
}

.block-measured{
  order:365;
}

.block-rules-comment {
  order: 420;
}


/* ----イベントタブ---- */

.block-event-frame {
  display: block;
  flex-wrap: wrap;
  visibility: hidden;
  height: 0;
}

.block-event-frame.base-frame {
  visibility: inherit;
  height: auto;
}

.block-event-frame.base-frame .block-pickup-list-p .block-pickup-list-p--item {
  width: 66%;
  float: none;
  display: inline-block;
  vertical-align: top;
}

/*
.block-event-frame.base-frame .block-pickup-list-p .block-pickup-list-p--item:nth-of-type(n+7) {
  display: none;
}
*/

.block-event-frame.base-frame .block-pickup-list-p--items {
  overflow-x: scroll;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.block-event-frame.base-frame .block-pickup-list-p--goods-image figure {
  width: auto;
  height: auto;
  margin: 0 auto;
  min-height: 63vw;
}

.block-event-frame.base-frame .block-event--item .block-top-event--header {
  font-size: 18px;
  text-align: center;
  padding: 25px 15px 0 15px;
  margin-bottom: 20px;
}

.block-category-list--event>.block-event-frame:first-letter {
  border-top: solid 1px #eee;
}

.block-event-frame.active {
  visibility: visible;
  height: auto;
}

.block-category-list .block-category-list--event .block-event-frame[class*="frame-index"] .block-event--item:nth-of-type(n+4) {
  display: none;
}



/* ----定期購入商品サイクル情報変更画面---- */

.block-regular-purcharse-cycle-info-update--skip-cancel-message {
  margin: 5px 0 0 5px;
}

.block-icon .block-icon--auto-new {
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  line-height: 16px;
  color: #E83434;
  vertical-align: top;
  border: 1px solid #E83434;
  background: #FFF;
}

.block-icon .block-icon--auto-on-sales {
  display: inline-block;
  padding: 0 4px;
  font-size: 12px;
  line-height: 16px;
  color: #FFF;
  vertical-align: top;
  border: 1px solid #E83434;
  background: #E83434;
}


/* ---- トピックス ---- */

.block-top-topic {
  margin-top: 30px;
  background: #F5F5F5;
}

.block-top-topic .block-top-topic--body {
  padding: 30px 15px 45px 15px;
}

.block-top-topic .block-top-topic--header {
  border-bottom: none;
  font-size: 22px;
  background: transparent;
  text-align: center;
  padding: 10px 0 30px 0;
}

.block-top-topic--items li {
  padding: 10px 20px;
  border-bottom: solid 1px #E5E5E5;
}


/* ---- visumo ---- */

.block-top-free--visumo {
  background: #F5F5F5;
}

.block-top-free--visumo .block-top-free--visumo-header {
  padding: 36px 0 18px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  background: none;
}

.block-top-free--visumo .block-top-free--visumo-desc{
    text-align: center;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.7;	
}

.block-top-free--visumo .ecbn-selection-widget {
  margin: 0;
  padding-top: 0;
}

.block-top-free--visumo h2.block-top-visumo-header {
  font-size: 0;
}
.block-top-free--visumo .ecbn-selection-page-wrapper .ecbn-selection-header2 {
  display: none;
}
.block-top-free--visumo-header-h3 {
  margin: 0 auto 24px;
  width: 130px;
}
.block-top-free--visumo-header-h3._outside {
  width: 99px;
}

.block-top-free--visumo .sportsauthority h2.block-top-visumo-header::before {
  display: block;
  width: 130px;
  height: 52px;
  margin: 0 auto;
  background: url(../../img/usr/svg/logo_SA.svg) top center / 100% auto no-repeat;
  content: "";
}

.block-top-free--visumo .corners h2.block-top-visumo-header::before {
  display: block;
  width: 144px;
  height: 47px;
  margin: 0 auto;
  background: url(../../img/usr/svg/logo_CO.svg) top center / 100% auto no-repeat;
  content: "";
}

.block-top-free--visumo .outsidethebox h2.block-top-visumo-header::before {
  display: block;
  width: 99px;
  height: 86px;
  margin: 0 auto;
  background: url(../../img/usr/svg/logo_OTB.svg) top center / 100% auto no-repeat;
  content: "";
}

.block-top-free--visumo .sportsauthority .ecbn-selection-footer2, .block-top-free--visumo .corners .ecbn-selection-footer2 {
  display: none;
}


/* ---- マイページ ---- */

.block-mypage .block-mypage-inner {
  padding: 0 15px 46px 15px;
  background: #F5F5F5;
  border-bottom: solid 1px #eee;
}

.block-mypage h1 {
  background: #fff;
  text-align: center;
  font-size: 24px;
  padding: 10px 15px 20px 15px;
}

.block-mypage h2 {
  background: transparent;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 15px;
}

.block-mypage h2 i {
  display: none;
}

.block-mypage--customer-status {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

.block-mypage--customer-status .block-mypage--sign {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #ddd;
  padding: 40px 5px 15px 5px;
}

.block-mypage--shopping-info-items li, .block-mypage--member-info-items li, .block-mypage--inquiry-info-items li, .block-mypage--snssync-info-items li, .block-mypage--medianetwork-info-items li {
  border-bottom: 1px solid #ddd;
}

.block-mypage--shopping-info-items li a, .block-mypage--member-info-items li a, .block-mypage--inquiry-info-items li a, .block-mypage--snssync-info-items li a, .block-mypage--medianetwork-info-items li a {
  padding: 15px 25px 15px 50px;
  font-size: 14px;
}

.block-mypage--shopping-info-items li a:after, .block-mypage--member-info-items li a:after, .block-mypage--inquiry-info-items li a:after, .block-mypage--snssync-info-items li a:after, .block-mypage--medianetwork-info-items li a:after {
  content: "";
  margin: -4px 0 0 0;
  width: 8px;
  height: 8px;
  border-right: solid 2px #999;
  border-bottom: solid 2px #999;
  transform: rotate(-45deg);
}

#dest_change a:after {
  display: none;
}

.block-mypage--logout a {
  font-size: 14px;
}

.block-mypage--customer-status .block-mypage--sign .block-mypage--customer-name {
  font-size: 16px;
}


/* アイコン */

.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-purchase-history dl dt a {
  background: url(../../img/sys/mypage_history_sp.png) center left 4px no-repeat;
  background-size: 30px auto;
}

.block-mypage--shopping-info-items li:last-of-type.block-mypage--shopping-info-item-purchase-history dl dt a {
  background: url(../../img/sys/mypage_store_receipt_sp.png) center left 4px no-repeat;
  background-size: 30px auto;
}

.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-favorite dl dt a {
  background: url(../../img/sys/mypage_bookmark_sp.png) center left 6px no-repeat;
  background-size: 24.5px 21.5px;
}

.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-arrival-notice-list dl dt a {
  background: url(../../img/sys/mypage_arrival_notice_sp.png) center left 6px no-repeat;
  background-size: 24.5px 25px;
}

.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-store-receipt-history dl dt a {
  background: url(../../img/sys/mypage_store_receipt_sp.png) center left 6px no-repeat;
  background-size: 29.5px 29px;
}

.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-coupon-list dl dt a {
  background: url(../../img/sys/mypage_coupon_sp.png) center left 6px no-repeat;
  background-size: 30px 30px;
}

.block-mypage--shopping-info-items li.block-mypage--shopping-info-item-point-history dl dt a {
	background: url(../../img/usr/common/svg/mypage_mile.svg) center left 6px no-repeat;
  background-size: 24px auto;
}

.block-mypage--member-info-items li.block-mypage--member-info-item-udpate-member-info dl dt a {
  background: url(../../img/sys/mypage_customer_sp.png) center left 6px no-repeat;
  background-size: 23.5px 22.5px;
}

.block-mypage--member-info-items li.block-mypage--member-info-item-update-mail-address dl dt a {
  background: url(../../img/sys/mypage_mail_change_sp.png) center left 6px no-repeat;
  background-size: 23.5px 25px;
}

.block-mypage--member-info-items li.block-mypage--member-info-item-create-address-book dl dt a {
  background: url(../../img/sys/mypage_cust_dest_sp.png) center left 6px no-repeat;
  background-size: 23px 24px;
}

.block-mypage--member-info-items li.block-mypage--member-info-item-create-address-book-alter dl dt a {
  background: url(../../img/sys/mypage_cust_dest_sp.png) center left 6px no-repeat;
  background-size: 23px 24px;
}

.block-mypage--member-info-items li.block-mypage--member-info-item-update-password dl dt a {
  background: url(../../img/sys/mypage_pass_change_sp.png) center left 6px no-repeat;
  background-size: 26.5px 22px;
}

.block-mypage--member-info-items li.block-mypage--member-info-item-mailnews dl dt a {
  background: url(../../img/sys/mypage_mag_sp.png) center left 6px no-repeat;
  background-size: 26.5px 19.5px;
}

.block-mypage--member-info-items li.block-mypage--member-info-item-withdrawal dl dt a {
  background: url(../../img/sys/mypage_withdrawal_sp.png) center left 6px no-repeat;
  background-size: 26px 24.5px;
}

.block-mypage--inquiry-info-items li.block-mypage--inquiry-info-item-inquiry dl dt a {
  background: url(../../img/sys/mypage_contact_sp.png) center left 6px no-repeat;
  background-size: 26px 20px;
}

.block-mypage--inquiry-info-items li.block-mypage--inquiry-info-item-history dl dt a {
  background: url(../../img/sys/mypage_contact_history_sp.png) center left 6px no-repeat;
  background-size: 30px 26.5px;
}

.block-mypage--medianetwork-info-items li.block-mypage--medianetwork-info-item-workorder dl dt a {
  background: url(../../img/usr/common/svg/mypage_workorder.svg) center left 6px no-repeat;
  background-size: 26px auto;
}

.block-mypage--medianetwork-info-items li.block-mypage--medianetwork-info-item-insurance dl dt a {
  background: url(../../img/usr/common/svg/mypage_insurance.svg) center left 6px no-repeat;
  background-size: 26px auto;
}

/* ---- イベント ---- */

.block-top-event--header {
  text-align: center;
}

.block-event-page--accessory .block-top-event--brand, .block-event-page--accessory .block-top-event--sdt, .block-event-page--accessory .block-top-event--goods {
  display: none;
}

.block-genre-page--event .block-top-event--brand, .block-genre-page--event .block-top-event--header, .block-genre-page--event .block-top-event--sdt, .block-genre-page--event .block-top-event--goods {
  display: none;
}

.block-genre-page--event .block-top-event--header.block-second-top-header {
  display: block;
}

.block-top-nav {
  position: relative;
  padding: 45px 15px 15px 15px;
  margin-bottom: 10px;
  background: #f1f1f1;
}

.block-top-nav .block-top-nav-list-text {
  padding-bottom: 25px;
}

.block-top-nav .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.block-top-nav .text {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
}

.block-top-nav .date {
  font-size: 12px;
  text-align: center;
}

.block-top-nav figure {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  text-align: center;
}

.block-event-tab .block-event-tab--title {
  padding: 20px 0 0 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.block-top-event--image {
  text-align: center;
}

.block-category-list--event .block-event-frame .block-top-event--image {
  padding: 8px;
}

.block-category-list--event .block-top-event--image a {
  display: block;
}

.block-category-list--event .block-top-event--image img {
  max-width: 100%;
  width: 100%;
}

/*
.block-event-tab {
  margin-bottom: 30px;
  padding: 0;
}
*/

.block-event-tab ul.block-event-tab-frame {
  display: flex;
  width: 100%;
  margin: 25px auto 0;
  padding: 0;
}

.block-event-tab ul.block-event-tab-frame li {
  width: 33.33%;
  flex-basis: 33.33%;
  margin-bottom: -1px;
}

.block-event-tab ul.block-event-tab-frame li:nth-child(1){padding-right: 1%;}
.block-event-tab ul.block-event-tab-frame li:nth-child(2){padding-right: 0.5%;padding-left: 0.5%;}
.block-event-tab ul.block-event-tab-frame li:nth-child(3){padding-left: 1%;}

.block-event-tab ul.block-event-tab-frame li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding-top: 9px;
  padding-bottom: 9px;
  text-align: center;
  text-decoration: none;
  color: #444;
  line-height: 1.4;
  font-weight: normal;
  background: #ddd;
}

.block-event-tab ul.block-event-tab-frame li a.active {
  color: #fff;
  background: #333;
}

.block-event-tab ul.block-event-tab-frame li a.active:after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  margin-left: -8px;
  border-top: 10px solid #333;
  border-right: 8px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 8px solid transparent;
}

.block-event-tab ul.block-event-tab-frame li:last-child a{
	/*border-color: #dcdcdc transparent #dcdcdc #dcdcdc;*/
	border-right: none;
}


.block-event-frame .block-event--item .block-top-event--image a {
  display: block;
}

.block-event-frame .block-event--item .block-top-event--brand {
  margin: 12px 0 0;
  padding: 0 10px;
  color: #000;
  font-size: 14px;
}

.block-event-frame .block-event--item .block-top-event--header, .block-event-frame .block-top-event--header {
  padding: 0 10px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  border: none;
  background: #fff;
  overflow: hidden;
}

.block-event-frame .block-event--item .block-top-event--header a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block-top-event--comment {
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.block-event-frame .block-top-event--header {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  padding: 25px 15px 0 15px;
  margin-bottom: 20px;
  color: #222;
}

.block-event-frame .block-top-event--header a {
  color: #222;
}

.block-top-event--header.event-top {
  font-size: 22px;
  padding: 35px 15px 0 15px;
  margin-bottom: 0;
  color: #222;
}

.block-top-event--header-img {
  margin-bottom: 10px;
}

.block-event-frame .block-event--item .block-top-event--sdt {
  font-size: 12px;
  color: #999;
  margin-bottom: 22px;
  padding: 0 10px;
}

.block-top-event--link {
  width: 100%;
  padding: 0 0 50px 0;
  /*	border-bottom: solid 1px #eee;*/
}

.block-top-event--link div {
  border: solid 1px #ccc;
  text-align: center;
  margin: 0 15px;
}

.block-top-event--link div a {
  display: block;
  padding: 12px 0;
}

.block-top-event--link div span {
  position: relative;
  font-size: 16px;
  color: #222;
  padding-left: 20px;
}

.block-top-event--link div span:after {
  position: absolute;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-right: solid 2px #222;
  border-bottom: solid 2px #222;
}

.block-top-event--link.close span:after {
  top: 5px;
  transform: rotate(-45deg);
}

.block-top-event--link.open span:after {
  top: 10px;
  transform: rotate(-135deg);
}


/* ---- トピックス（総合）---- */

.block-top-topic--items li {
  border-bottom: solid 1px #e5e5e5;
  padding: 0;
}

.block-top-topic--items li a {
  padding: 18px 0;
}

.block-top-topic--items {
  border-top: solid 1px #e5e5e5;
}

.block-top-topic--items img {
  margin-left: 10px;
}

.block-top-topic--items dl dt {
  margin-bottom: 8px;
  font-size: 14px;
}

.block-top-topic--items dl dd {
  font-size: 14px;
}

.block-top-topic--next-page {
  padding: 40px 0 0 0;
}

.block-top-topic--next-page a {
  display: block;
  border: solid 1px #ccc;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: #222;
}

.block-top-topic--next-page a span {
  position: relative;
  font-size: 16px;
}

.block-top-topic--next-page a span:after {
  position: absolute;
  top: 50%;
  left: -20px;
  margin: -4px 0 0 0;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  transform: rotate(-45deg);
}


/* ---- 総合 ---- */

.block-top-body--site-list {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.block-top-body--site-list .site-item {
  width: 100%;
  background: #F5F5F5;
  border-bottom: solid 1px #fff;
}

.block-top-body--site-list .site-item .site-banner a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 30px 0 18px;
  min-height: 100px;
}

.block-top-body--site-list .site-item .site-banner a:after {
  position: absolute;
  right: 18px;
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: solid 2px #999;
  border-right: solid 2px #999;
  transform: rotate(-45deg);
}

.block-top-body--site-list .site-item .site-banner a figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}

.block-top-body--site-list .site-item .site-banner a figure img {
  max-height: 57px;
}

.block-top-body--site-list .site-item .site-banner a .site-banner-desc {
  width: 70%;
  padding-left: 28px;
}

.block-top-body--site-list .site-item .site-name {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.block-top-body--site-list .site-item .site-desc {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
}

.block-top-free--banner {
  margin: 30px 0;
}


/* ---- レコメンド ---- */

.block-recommend-recommended {
  border-top: solid 1px #eee;
}

.block-recommend-recommended .block-pickup-list-p--item-description .block-icon {
  display: none;
}

.block-recommend-recommended .block-pickup-list-p, .block-recommend-other .block-pickup-list-p {
  padding-left: 5px;
}

.block-recommend-recommended .block-pickup-list-p .block-pickup-list-p--items, .block-recommend-other .block-pickup-list-p .block-pickup-list-p--items {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.block-recommend-recommended .block-pickup-list-p .block-pickup-list-p--items li, .block-recommend-other .block-pickup-list-p .block-pickup-list-p--items li {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  padding: 10px 0 10px 0;
}

.block-recommend-recommended .block-pickup-list-p .block-pickup-list-p--items li .block-pickup-list-p--item-description {
  padding: 0 10px;
}

.block-recommend-recommended .block-pickup-list-p figure, .block-recommend-other .block-pickup-list-p figure {
  max-width: 150px;
  max-height: 150px;
  min-width: auto;
  min-height: auto;
  background: #fff;
  margin: 0 auto;
}

.block-recommend-recommended .block-pickup-list-p figure:before, .block-recommend-other .block-pickup-list-p figure:before {
  display: block;
  height: 0;
  padding: 0 0 100%;
  z-index: -1;
  content: "";
}

.block-recommend-recommended .block-thumbnail-t {
  margin-bottom: 40px;
}

.block-recommend-recommended .block-thumbnail-t li {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.block-recommend-recommended .block-thumbnail-t li .block-thumbnail-t--goods {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}

.block-recommend-tab {
  margin-bottom: 20px;
  padding: 0;
}

.block-recommend-tab p {
  text-align: center;
  margin-top: 10px;
  color: #999;
}

.block-recommend-tab .block-recommend-tab--title {
  font-size: 18px;
  text-align: center;
}

.block-recommend-tab .block-recommend-tab--title p {
  text-align: center;
}

.block-recommend-tab ul.block-recommend-tab-frame {
	display: flex;
    width: 100%;
    margin: 25px auto 0;
    padding: 0;
}

.block-recommend-tab ul.block-recommend-tab-frame li {
  width: 33.33%;
  flex-basis: 33.33%;
  margin-bottom: -1px;
}

.block-recommend-tab ul.block-recommend-tab-frame li:nth-child(1){padding-right: 1%;}
.block-recommend-tab ul.block-recommend-tab-frame li:nth-child(2){padding-right: 0.5%;padding-left: 0.5%;}
.block-recommend-tab ul.block-recommend-tab-frame li:nth-child(3){padding-left: 1%;}

.block-recommend-tab ul.block-recommend-tab-frame li a {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
    text-decoration: none;
    color: #999;
    line-height: 1.4;
    font-weight: 700;
    background: #ddd;
}

.block-recommend-tab ul.block-recommend-tab-frame li a.active {
	color: #fff;
    background: #333;
}

.block-recommend-tab ul.block-recommend-tab-frame li a.active:after{
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    margin-left: -8px;
    border-top: 10px solid #333;
    border-right: 8px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 8px solid transparent;
}

.block-recommend-tab ul.block-recommend-tab-frame li:last-child a{
	/*border-color: #dcdcdc transparent #dcdcdc #dcdcdc;*/
	border-right: none;
}

.block-recommend-frame.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.block-recommend-frame {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.block-recommend-recommended .block-thumbnail-t--goods-description .block-icon {
  display: none;
}

.block-icon {
  margin-bottom: 0;
}


/* セカンドトップ */

.block-recommend-tab .block-recommend-tab-frame-inner {
  overflow-x: auto;
}

.block-recommend-tab .block-recommend-tab-frame-inner ul.block-recommend-tab-frame {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  margin: 6px auto 0;
}

.block-recommend-tab .block-recommend-tab-frame-inner ul.block-recommend-tab-frame li {
  width: auto;
  flex-basis: auto;
}

.block-recommend-tab .block-recommend-tab-frame-inner ul.block-recommend-tab-frame li a {
  padding-left: 8px;
  padding-right: 8px;
}


/* ---- トピックス ---- */

.block-category-list--topic .block-top-topic--header, .block-category-list--topic ul.block-top-topic--items dl dt, .block-category-list--topic .block-top-topic--next-page {
  display: none;
}

.block-category-list--topic ul.block-top-topic--items dd {
  font-size: 12px;
  color: #E83434;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-category-list--topic .block-top-topic--items li {
  border-bottom: none;
}

.block-category-list--topic .block-top-topic--items li a {
  padding: 10px 20px;
}

.block-top-topic--items li a:after {
  display: none;
}

.block-pickup-list-p .block-pickup-list-p--item {
  position: relative;
  width: 50%;
  float: left;
  border-bottom: none;
}

.block-pickup-list-p--items {
  border-top: none;
}

.block-pickup-list-p--goods-description .block-icon {
  font-size: 11px;
  margin: 9px 0 0;
  text-align: left;
}

.block-pickup-list-p--goods-description .block-icon span {
  font-size: 11px;
  color: #666;
}

.block-pickup-list-p--goods-description .block-icon span:first-child::before {
  color: #ccc;
  padding-right: 1.0em;
  content: "/";
}

.block-pickup-list-p--goods-description .block-icon span::after {
  color: #ccc;
  padding: 0 1.0em;
  content: "/";
}

.block-pickup-list-p:after {
  content: "";
  display: block;
  clear: both;
}

.block-pickup-list-p--goods-image {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.block-pickup-list-p--goods-description {
  display: block;
}

.block-pickup-list-p--price {
  font-size: 16px;
}

.block-pickup-list-p--goods-image figure {
  width: 100%;
  /*max-height: 145px;*/
  background: #fff;
  padding: 0;
  margin-bottom: 5px;
}

.block-pickup-list-p--goods-name {
  overflow: hidden;
  font-size: 12px;
  font-weight: normal;
}

.block-pickup-list-p--brand-name {
  font-size: 12px;
  margin-bottom: 8px;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
}

.block-pickup-list-p--brand-name p, .block-pickup-list-p .block-pickup-list-p--goods-name a, .block-pickup-list-p .block-pickup-list-p--goods-name p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  white-space: normal;
}

.block-pickup-list-p--scomment {
  display: none;
}

.block-pickup-list-p--price.default-price {
  display: none;
}

.block-pickup-list-p--items li {
  padding: 18px 5px 10px 5px;
  margin-bottom: 10px;
}


/*.block-icon--auto-on-sales{position: absolute;top: 0;left: 5px;}*/

.block-pickup-list-p--comment {
  display: none;
}

.block-pickup-list-p--price {
  text-align: center;
}

.block-top-pickup--link {
  margin-top: 10px;
  margin-bottom: 40px;
}

.block-top-pickup--link a {
  display: block;
  border: solid 1px #ccc;
  text-align: center;
  margin: 0 15px 0 15px;
  padding: 12px 0;
}

.block-top-pickup--link a span {
  position: relative;
  color: #222;
  font-size: 16px;
}

.block-top-pickup--link a span:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -15px;
  margin: -3px 0 0 0;
  width: 8px;
  height: 8px;
  border-right: solid 2px #222;
  border-bottom: solid 2px #222;
  transform: rotate(-45deg);
}

.block-pickup-list-p--goods-description .block-pickup-list-p--price-infos .block-pickup-list-p--price-items .price {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
  text-align: left;
}

.block-pickup-list-p--goods-description .block-pickup-list-p--price-infos .block-pickup-list-p--scomment+.block-pickup-list-p--price-items .price {
  color: #E83434;
  text-align: left;
}


/* ---- サムネイル ---- */

.block-thumbnail-t--goods-image figure {
  padding: 0;
  width: auto!important;
  min-width: auto;
  min-height: auto;
  aspect-ratio: 1 / 1;
}

.block-thumbnail-t--goods-image.arrival-notice {
  position: relative;
}

.block-thumbnail-t--goods-image.arrival-notice:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("/img/usr/common/request.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.block-thumbnail-t--item .block-thumbnail-t--goods-description {
  display: flex;
  flex-direction: column;
  padding: 0 5px;
}

.block-thumbnail-t--items {
  padding: 10px 0 0 5px;
  border-top: none;
}

.block-thumbnail-t--items .block-thumbnail-t--goods-description .block-thumbnail-t--brand-name {
  font-size: 12px;
  order: 10;
}

.block-thumbnail-t--items .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name {
  font-size: 12px;
  overflow: hidden;
  order: 20;
}

.block-thumbnail-t .block-thumbnail-t--goods-description .block-thumbnail-t--brand-name {
  overflow: hidden;
}

.block-thumbnail-t .block-thumbnail-t--goods-description .block-thumbnail-t--brand-name p {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block-thumbnail-t--items .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name p, .block-thumbnail-t--items .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #222;
  font-weight: normal;
}

.block-thumbnail-t--items .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos {
  order: 30;
  display: flex;
  align-items: baseline;
  flex-basis: auto;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.block-thumbnail-t--items .block-thumbnail-t--goods-description .block-thumbnail-t--comment, .block-thumbnail-t--items .block-thumbnail-t--goods-description .block-thumbnail-t--scomment {
  display: none;
  order: 21;
}

.block-thumbnail-t--items .block-thumbnail-t--item-details {
  order: 31;
}

.block-thumbnail-t--items .block-thumbnail-t--price {
  font-size: 16px;
  color: #222;
}

.block-thumbnail-t--items .block-thumbnail-t--goods-description .block-icon {
  order: 40;
  font-size: 11px;
  color: #666;
}

.block-thumbnail-t--items .block-thumbnail-t--price-title {
  font-size: 10px;
}

.block-thumbnail-t--items .block-thumbnail-t--tax {
  color: #999;
  font-size: 10px;
}

.block-thumbnail-t--items li .block-thumbnail-t--goods-description .block-icon span {
  font-size: 11px;
  color: #666;
  display: inline-block;
  margin-right: 0;
}

.block-thumbnail-t--items li .block-thumbnail-t--goods-description .block-icon span:first-child:before {
  color: #ccc;
  padding-right: 0.5em;
  content: "/";
}

.block-thumbnail-t--items li .block-thumbnail-t--goods-description .block-icon span:after {
  color: #ccc;
  padding: 0 0.5em;
  content: "/";
}

.block-thumbnail-t--items li .block-thumbnail-t--item-details-left .block-thumbnail-t--price-infos .block-thumbnail-t--scomment {
  order: 10;
}

.block-thumbnail-t--items li .block-thumbnail-t--item-details-left .block-thumbnail-t--price-infos .block-thumbnail-t--scomment+.block-thumbnail-t--price-title+.block-thumbnail-t--price-items .block-thumbnail-t--price {
  color: #E83434;
}

.block-goods-list-d--items .block-thumbnail-t--price-items .block-thumbnail-t--price {
  color: #222;
}

.block-thumbnail-t--items li .block-thumbnail-t--icon {
  margin-bottom: 2px;
}

.block-thumbnail-t--items li .block-thumbnail-t--icon .block-icon--auto-on-sales {
  position: static;
}

.block-thumbnail-t li .block-thumbnail-t--goods .block-thumbnail-t--goods-description .block-thumbnail-t--scomment+.block-thumbnail-t--price-items .block-thumbnail-t--default-price {
  display: none;
}

.block-thumbnail-t li .block-thumbnail-t--goods .block-thumbnail-t--goods-description .block-thumbnail-t--scomment+.block-thumbnail-t--price-items .block-thumbnail-t--price {
  color: #E83434;
}

.block-thumbnail-t .block-thumbnail-t--store-icon {
  padding: 5px 0 0;
  margin: 0 0 2px;
}


/* ---- ピックアップ ---- */

.block-pickup-list-p--item-description .block-pickup-list-p--price-infos .block-pickup-list-p--price-items .price {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
  text-align: left;
}

.block-pickup-list-p--goods-image.arrival-notice {
  position: relative;
  margin-bottom: 10px;
}

.block-pickup-list-p--goods-image.arrival-notice:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("/img/usr/common/request.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.block-pickup-list-p--item-description .block-pickup-list-p--price-infos .block-pickup-list-p--scomment+.block-pickup-list-p--price-items .price {
  color: #E83434;
}

.block-pickup-list-p--items li {
  border-bottom: none;
}

.block-thumbnail-t .block-icon {
  font-size: 12px;
  line-height: 16px;
  display: block;
  min-height: 18px;
  margin-bottom: 0;
}

.block-thumbnail-t li .block-thumbnail-t--goods-description .block-thumbnail-t--goods .block-icon span {
  font-size: 11px;
  color: #666;
  margin-right: 0;
  display: inline-block;
}

.block-thumbnail-t li .block-thumbnail-t--goods-description .block-thumbnail-t--goods .block-icon span:first-child::before {
  color: #CCC;
  padding-right: 1.1em;
  content: "/";
}

.block-thumbnail-t li .block-thumbnail-t--goods-description .block-thumbnail-t--goods .block-icon span::after {
  color: #CCC;
  padding: 0 1.1em;
  content: "/";
}


/* ---- ピックアップ（レコメンド） ---- */

.block-recommend-tab--title {
  font-size: 18px;
  text-align: center;
  padding-top: 25px;
  color: #222;
  font-weight: 700;
}

.block-pickup-list-p--image {
  margin-bottom: 8px;
}

.block-pickup-list-p--items li a {
  position: relative;
}


/* ---- サムネイル（レコメンド） ---- */

.block-thumbnail-t li {
  /*border-top: 1px solid #eee;*/
  font-size: 0;
  padding: 10px 5px 20px 0;
}

.block-thumbnail-t li .block-thumbnail-t--goods {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-left: 5px;
  padding-bottom: 20px;
}

.block-thumbnail-t .block-thumbnail-t--goods-description {
  padding: 0 10px;
  white-space: initial;
}

.block-thumbnail-t--goods-description .block-thumbnail-t--goods-name {
  font-size: 12px;
  font-weight: normal;
  overflow: hidden;
  order: 20;
  margin-bottom: 3px;
}

.block-thumbnail-t li .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name p, .block-thumbnail-t li .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #222;
  font-weight: normal;
}

.block-thumbnail-t .block-thumbnail-t--goods-description .block-thumbnail-t--goods-brand {
  font-size: 12px;
}

.block-thumbnail-t li .block-thumbnail-t--goods .block-thumbnail-t--goods-description .block-thumbnail-t--price-items .block-thumbnail-t--price {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  text-align: left;
}

.block-recommend--link {
  margin-bottom: 40px;
}

.block-recommend--link a {
  display: block;
  border: solid 1px #ccc;
  text-align: center;
  margin: 0 15px 0 15px;
  padding: 12px 0;
}

.block-recommend-other .block-pickup-list-p--item-description .block-icon {
  display: none;
}

.block-recommend-other .block-pickup-list-p .block-pickup-list-p--items li .block-pickup-list-p--item-description {
  padding: 0 10px;
}


/*.block-recommend-other .block-icon{display: none;}*/


/*.block-recommend-recommended .block-icon{display: none;}*/


/* ---- ジャンル一覧 ---- */

.block-genre-banner-frame .slick-dots {
  margin-bottom: 35px;
}

.block-genre-page--image.img-s {
  max-width: 120px;
  margin: 10px auto 0;
  text-align: center;
}


/* ---- カート最近見た商品 ---- */

.block-goods-list-c--items {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  border-top: none;
  padding: 10px 10px 20px 0;
}

.block-goods-list-c--items li {
  width: 28%;
  padding-left: 5px;
  padding-bottom: 5px;
}

.block-goods-list-c--items li .block-goods-list-c--goods-image figure {
  width: 100px;
  height: 100px;
  min-width: auto;
  min-height: auto;
  background: #fff;
  margin: 0 auto;
}

.block-goods-list-c--items li .block-goods-list-c--price-items {
  text-align: center;
  font-size: 14px;
  color: #222;
}


/* ---- ランキング ---- */

.block-ranking-r--items {
  border-top: none;
  padding: 0;
}

.block-ranking-r--items {
  margin-left: 5px;
}

.block-ranking-r--items li {
  width: 100%;
  padding-bottom: 40px;
  padding-left: 0;
  position: relative;
  left: 0;
}

.block-ranking-r--goods-name {
  border-top: none;
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 3px;
  white-space: initial;
}

.block-ranking-r--goods-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #222;
  font-weight: normal;
}

.block-ranking-r--goods .block-ranking-r--goods-description .variation-name {
  display: none;
}

.block-ranking-r.ranking-minimum .block-ranking-r--items .block-ranking-r--goods-description .block-ranking-r--goods-name {
  display: none;
}

.block-ranking-r.ranking-minimum .block-ranking-r--items .block-ranking-r--goods-description .variation-name {
  display: none;
}

.block-ranking-r .block-ranking-r--items .block-ranking-r--goods {
  display: inline-block;
  vertical-align: top;
}


/*.block-ranking-r--goods-image{width: 150px;}*/

.block-ranking-r .block-ranking-r--goods-image figure {
  max-width: 150px;
  max-height: 150px;
  min-width: auto;
  min-height: auto;
  background: #fff;
}

.block-ranking-r .block-ranking-r--goods-image figure:before {
  display: block;
  height: 0;
  padding: 0 0 100%;
  z-index: -1;
  content: "";
}

.block-ranking-r .block-ranking-r--price {
  font-size: 16px;
}

.block-ranking-r li .block-ranking-r--goods .block-ranking-r--goods-image .block-ranking-r--price-items .block-ranking-r--price {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  text-align: left;
}

.block-ranking-r .block-ranking-r--goods-description {
  padding: 0 10px;
}

.block-ranking-r .block-ranking-r--goods-description .block-ranking-r--brand-name {
  font-size: 12px;
  word-wrap: break-word;
  white-space: normal;
  display: block;
  overflow: hidden;
}

.block-ranking-r .block-ranking-r--goods-description .block-ranking-r--brand-name p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block-ranking-r .block-ranking-r--goods-description .default-price {
  display: none;
}

.block-ranking-r li .block-ranking-r--goods .block-ranking-r--goods-image .block-ranking-r--rank {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  font-size: 14px;
  font-weight: 700;
  color: #666;
  border: 1px solid #CCC;
  background: #FFF;
  border-radius: 18px;
}

.block-ranking-r li .block-ranking-r--goods .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-1 {
  color: #FFF;
  border: 1px solid #B4942C;
  background: #B4942C;
}

.block-ranking-r li .block-ranking-r--goods .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-2 {
  color: #FFF;
  border: 1px solid #999FA5;
  background: #999FA5;
}

.block-ranking-r li .block-ranking-r--goods .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-3 {
  color: #FFF;
  border: 1px solid #824340;
  background: #824340;
}

.block-ranking-r li .block-ranking-r--goods .block-ranking-r--goods-description .block-ranking-r--scomment+.block-ranking-r--price-items .block-ranking-r--price {
  font-size: 16px;
  font-weight: 700;
  color: #E83434;
  text-align: left;
}

.block-ranking-r li .block-ranking-r--goods .block-ranking-r--goods-description .block-ranking-r--price-items .block-ranking-r--price {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  text-align: left;
}

.block-ranking-r.ranking-minimum li .block-ranking-r--goods .block-ranking-r--goods-description .block-ranking-r--price-items .block-ranking-r--price, .block-ranking-r.ranking-minimum li .block-ranking-r--goods .block-ranking-r--goods-description .block-ranking-r--scomment+.block-ranking-r--price-items .block-ranking-r--price {
  text-align: left;
}

.block-ranking-r li .block-ranking-r--goods .block-icon {
  margin: 5px 0 0;
}

.block-ranking-r li .block-ranking-r--goods .block-icon span {
  font-size: 11px;
  color: #666;
}

.block-ranking-r li .block-ranking-r--goods .block-icon span:first-child::before {
  color: #ccc;
  padding-right: 1.0em;
  content: "/";
}

.block-ranking-r li .block-ranking-r--goods .block-icon span:after {
  color: #CCC;
  padding: 0 1.0em;
  content: "/";
}


/* ---- 新着商品（レコメンド） ---- */

.block-recommend-new-item .block-recommend-tab .block-recommend-tab--title {
  font-size: 22px;
  text-align: center;
  padding-top: 30px;
  color: #222;
  margin-bottom: 20px;
  font-weight: 700;
}

.block-recommend-new-item .block-thumbnail-t,
.page-top #comtop_new_item .block-cart-i--items{
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.block-recommend-new-item .block-thumbnail-t li,
.page-top #comtop_new_item .block-cart-i--items li{
  border-top: none;
  width: 40%;
  vertical-align: top;
  display: inline-block;
}

.block-recommend-new-item .block-thumbnail-t li .block-thumbnail-t--goods {
  display: block;
  width: 100%;
}

.page-top #comtop_new_item .block-cart-i--items li .block-cart-i--goods-name{
    white-space: normal;
    text-align: left;	
}


/* ---- ランキング（レコメンド） ---- */

.block-recommend-ranking .block-recommend-tab--title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}

.block-ranking-r.ranking-minimum .block-icon {
  display: none;
}

.block-recommend-ranking .block-icon {
  display: none;
}

.block-recommend-ranking .block-ranking-r .block-ranking-r--items li {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.block-recommend-ranking .block-ranking-r .block-ranking-r--items li dl {
  width: 40%;
}


/* ---- ジャンル ---- */

.block-genre-page .block-genre-page--header, .page-event .block-event-page--header {
  text-align: center;
}

.block-genre-page--comment {
  text-align: center;
}


/* 大画像 */

.block-genre-page--header-img-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 120px;
  margin-bottom: 30px;
}

.block-genre-page--header-img-wrap div {
  width: 100%;
  position: relative;
}

.block-genre-page--header-img img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.block-genre-page--header-img-wrap .block-genre-page--header {
  width: 100%;
  text-align: center;
  z-index: 0;
  color: #fff;
  padding: 0 18px 0 18px;
}

.block-genre-page--header-img-wrap .block-genre-page--comment {
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  z-index: 1;
  margin: 0;
  padding: 0 18px 0 18px;
}

.block-genre-page--header-img {
  position: absolute;
  padding: 0;
}


/* ---- 絞り込み検索 ---- */

.block-search-goods h2.block-search-goods--header {
  display: none;
}


/* ---- 絞り込み0件 ---- */

.block-search-none-hit {
  padding: 40px 15px;
  text-align: center;
}

.block-search-none-hit .block-search-none-hit--title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}

.block-search-none-hit .block-search-none-hit--desc {
  font-size: 14px;
}

.block-search-none-hit .block-search-none-hit--link {
  padding: 40px 0 10px 0;
}

.block-search-none-hit .block-search-none-hit--link a {
  font-size: 16px;
  padding: 15px 0;
  color: #fff;
  display: block;
  background: #000;
}

.block-search-none-hit .block-search-none-hit--stock-btn{margin-bottom: 40px;}
.block-search-none-hit .block-search-none-hit--stock-btn a{
  font-size: 16px;
  padding: 15px 0;
  color: #fff;
  display: block;
  background: #000;
}

/* ---- 絞り込み検索 ---- */

.block-search-frame-set {
  display: flex;
  align-items: center;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  margin-bottom: 20px;
}

.block-search-frame-set .refineby-btn {
  width: 50%;
  padding: 14px 12px 15px 12%;
  font-size: 13px;
  background: url(../../img/usr/sp/common/search_settings.png) no-repeat 10% center;
  background-size: 16.5px 14px;
  border-right: solid 1px #eee;
}

.block-search-frame-set .block-search-frame--count {
  width: 50%;
  padding: 0;
}

.block-search-frame--count .count-before {
  text-align: right;
  padding: 12px;
  display: block;
  width: 100%;
}

.block-search-frame--count .count-before .count {
  font-size: 16px;
}

.block-search-frame--count .count-before .count-after {
  font-size: 12px;
  margin-left: 2px;
}

.block_of_searchframe_follow {
  position: fixed;
  top: auto;
  bottom: 80px;
  left: 10px;
  display: block;
  z-index: 3;
  z-index: 10000;
  transition: opacity .3s;
}

body:has(.hamburger.is-active) .block_of_searchframe_follow {
  opacity: 0;
}

.block_of_searchframe_follow .refineby-btn {
  position: relative;
  text-indent: -9999px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #222;
  border-radius: 50%;
}

.block_of_searchframe_follow .refineby-btn:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -8px;
  background: url(../../img/usr/sp/common/search_settings_white.png) no-repeat;
  background-size: 16px 8px;
}

body.refine-on .block-search-item-box-top, body.refine-on .block-search-item-box-top .block-search-item-list-main-ttl, body.refine-on .block-search-item-box, body.refine-on .block-search-item-box .block-search-item-list-main-ttl {
  -webkit-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
  transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

body.refine-on .block-search-item-box-top.page-p1 .block-search-submit-buttons {
  -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
  transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

body.refine-on .block-search-item-box-top.page-p2 .block-search-submit-buttons {}

body.refine-on .block-search-item-box-top.close {
  display: none;
}

body.refine-on .block-search-item-box-top {
  right: 0;
}

.block-search-item-box.open {
  right: 0;
}

.block-search-item-box-top, .block-search-item-box {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 10001;
  overflow-y: auto;
  background: #fff;
}

.block-search-item-box-top {
  display: none;
  right: 0;
}


/* 戻るボタン */

.block-search-item-list-main-ttl-return {
  position: relative;
}

.block-search-item-list-main-ttl-return .search-return {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  padding-left: 16px;
  margin: -20px 0 0 0;
}

.block-search-item-list-main-ttl-return .search-return+span {
  padding: 0 35px;
  display: block;
}

.block-search-item-list-main-ttl-return .search-return>span {
  left: 0;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  padding-left: 16px;
}

.block-search-item-list-main-ttl-return .search-return>span:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 16px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-right: solid 2px #999;
  border-bottom: solid 2px #999;
  transform: rotate(135deg);
}

body.refine-on .overlay {
  cursor: pointer;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  z-index: 14;
}

.block-search-item-box-close span {
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  display: block;
  top: 5px;
  bottom: 0;
  left: 10px;
  right: 0;
  margin: auto;
}

.block-search-item-box-close span i {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
}

.block-search-item-box-close span i {
  background-color: #000;
}

.block-search-item-box-close span i:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(-45deg) translate(-6px, 5px);
  transform: rotate(-45deg) translate(-6px, 5px);
}

.block-search-item-box-close span i:nth-child(2) {
  top: 16px;
  -webkit-transform: rotate(45deg) translate(-6px, -5px);
  transform: rotate(45deg) translate(-6px, -5px);
}

.block-search-item-box-close {
  float: left;
}

.block-search-item-box-close, .block-search-item-box-close+span.ttl {
  display: inline-block;
}

.block-search-item-box-close+span.ttl {
  margin-left: -25px;
}

.block-search-item-box-top .block-search-item-list-main-ttl, .block-search-item-box .block-search-item-list-main-ttl {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  z-index: 2;
  font-size: 16px;
  color: #222;
  padding: 20px 0;
  text-align: center;
  background: #eee;
}

.block-search-item-box-top.open .block-search-item-list-main-ttl, .block-search-item-box.open .block-search-item-list-main-ttl {
  right: 0;
}

.block-search-item-box-top .block-search-item, .block-search-item-box .block-search-item {
  height: 100%;
  overflow-y: auto;
/*  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;*/
}

.block-search-item-box-top {
  padding: 80px 15px 70px 15px;
}

.block-search-item-box {
  padding: 80px 15px 20px 15px;
}

.block-search-item-reflect-list>li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: solid 1px #eee;
}

.block-search-item-reflect-list>li:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -4px 0 0 0;
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #999;
  border-bottom: solid 2px #999;
  transform: rotate(-45deg);
}

.block-search-item-reflect-name {
  width: 40%;
  padding: 17px 10px 16px 10px;
  font-size: 13px;
}

.block-search-item-reflect-txt {
  width: 60%;
  text-align: right;
  padding: 17px 30px 16px 10px;
  font-size: 13px;
  overflow: hidden;
}

.block-search-item-reflect-txt span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}


/* ボタン */

.block-search-submit-buttons {
  position: fixed;
  bottom: 0;
  overflow: hidden;
  left: -100%;
  width: 100%;
  padding: 10px 15px;
  background: #fff;
  z-index: 15;
}

.refine-on .block-search-submit-buttons {
  left: 0;
}

.block-search-item-reflect-list>li.block-search-submit-buttons {
  padding: 4px 0 10px 0;
}

.block-search-item-reflect-list>li.block-search-submit-buttons:after {
  display: none;
}

.block-search-submit-buttons .block-search-submit-buttons-inner {
  width: 100%;
  display: flex;
}

.block-search-submit-buttons .block-search-submit-buttons-inner span {
  width: 50%;
}

.block-search-submit-buttons .block-search-submit-buttons-inner span:nth-child(1) {
  padding-right: 7px;
}

.block-search-submit-buttons .block-search-submit-buttons-inner span:nth-child(2) {
  padding-left: 7px;
}

.block-search-submit-buttons .clear-button {
  width: 100%;
}

.block-search-submit-buttons .clear-button,
.block-search-submit-buttons .search-button {
  width: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.block-search-submit-buttons .clear-button {
  display: block;
  width: 100%;
  padding: 12px 0;
  border: solid 1px #ccc;
  font-size: 14px;
  text-align: center;
  color: #000;
  border-radius: 45px;
}

.block-search-submit-buttons .clear-submit-button {
  width: 100%;
  padding: 0;
  border: none;
}

.block-search-submit-buttons .clear-submit-button a {
  display: block;
  width: 100%;
  padding: 12px 0;
  border: solid 1px #ccc;
  font-size: 14px;
  text-align: center;
}

.block-search-submit-buttons .search-button {
  background: #222;
  padding: 12px 0;
  border: solid 1px #222;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 45px;
}


/* 検索 */

.block-search-box--placeholder {
  font-size: 12px;
  font-weight: normal;
  left: 60px;
}

#block_of_searchframe input[type="text"]:focus {
  outline: 0;
}

.block-search-frame .block-search-box--form {
  position: relative;
  background: #fff;
}

.block-search-frame .block-search-box--keyword {
  border: solid 1px #ccc;
  border-radius: 20px;
  padding: 5px 70px 5px 40px;
  font-size: 16px;
  height: 40px;
}

.block-search-item .input-group {
  position: relative;
  border-bottom: solid 1px #eee;
}

.block-search-item .input-group:after {
  position: absolute;
  left: 15px;
  top: 19px;
  content: '';
  width: 21.5px;
  height: 21.5px;
  background: url('../../img/usr/svg/ico_search.svg') no-repeat;
  background-size: 21.5px 21.5px;
  color: #fff;
  border: none;
  z-index: 1;
}

.block-search-frame .block-search-box--search-submit {
  position: absolute;
  right: 8px;
  top: 31px;
  margin: -14px 0 0 0;
  width: 48px;
  height: 27px;
  color: #fff;
  background: #000;
  font-size: 12px;
  border-radius: 30px;
  border: none;
}


/* ラジオボックス */

#block_of_searchframe .block-search-item-list.radio-select {
  border-top: solid 1px#eee;
}

#block_of_searchframe .block-search-item-list.radio-category-select {
  border-bottom: solid 1px #eee;
  margin-bottom: 67px;
}

#block_of_searchframe .block-search-item-list.radio-select li {
  border-bottom: solid 1px #eee;
  border-top: none;
	display: flex;
	align-items: center;
}

#block_of_searchframe .block-search-item-list.radio-category-select li {
  /*border-top: solid 1px #eee;*/
	display: block;
}

#block_of_searchframe .block-search-item-list.radio-select li .block-search-item-count {
  display: inline-block;
}

#block_of_searchframe .block-search-item-list.radio-select input, #block_of_searchframe .block-search-item-list.radio-category-select input {
  display: none;
}

#block_of_searchframe .block-search-item-list.radio-select input+label, #block_of_searchframe .block-search-item-list.radio-category-select input+label {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 13px;
  padding: 16px 10px 15px 35px;
}

#block_of_searchframe .block-search-item-list.radio-select input+label {
  width: 100%;
}

#block_of_searchframe .block-search-item-list.radio-select input+label:before, #block_of_searchframe .block-search-item-list.radio-category-select input+label:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  width: 17px;
  height: 17px;
  border: solid 1px #ccc;
  border-radius: 50%;
  background: #fff;
}

#block_of_searchframe .block-search-item-list.radio-select input:checked+label:before, #block_of_searchframe .block-search-item-list.radio-category-select input:checked+label:before {
  background: #E83434;
  border: none;
}

#block_of_searchframe .block-search-item-list.radio-select input:checked+label:after, #block_of_searchframe .block-search-item-list.radio-category-select input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  width: 5px;
  height: 10px;
  margin: -6px 0 0 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}

#block_of_searchframe .block-search-item.search_receipt ul {
  border-top: none;
}

#block_of_searchframe .block-search-item.search_receipt li {
  border-bottom: none;
}

#block_of_searchframe .block-search-item.search_receipt ul.block-search-item-list li input[type="checkbox"]:checked+label {
  border-color: #E83434;
  background: #E83434;
  color: #FFF;
}

#block_of_searchframe .block-search-item.search_receipt ul.block-search-item-list li input[type="checkbox"]+label {
  display: flex;
  height: 100%;
  padding: 8px 1px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 12px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#block_of_searchframe .block-search-item.search_receipt input, #block_of_searchframe .block-search-item.search_receipt .block-search-item-list.radio-select input+label:before, #block_of_searchframe .block-search-item.search_receipt .block-search-item-list.radio-category-select input+label:before {
  display: none;
}


/* ブランドテキスト選択 */

#block_of_searchframe .block-search-item-list.search-text-select li figure.brand-img {
  margin-right: 8px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#block_of_searchframe .block-search-item-list.search-text-select li:last-child {
  border-bottom: solid 1px #eee;
}

#block_of_searchframe .block-search-item-list.search-text-select li span {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 25px 10px 5px;
  color: #444;
  font-size: 14px;
  word-break: break-all;
}

#block_of_searchframe .block-search-item-list.search-text-select li .brand-name-frame {
  flex: 1;
}

#block_of_searchframe .block-search-item-list.search-text-select li .brand-name-frame .brand-ename, #block_of_searchframe .block-search-item-list.search-text-select li .brand-name-frame .brand-name {
  display: block;
  font-size: 14px;
}


/* ユーザーレビュー */

#block_of_searchframe .block-search-item ul.block-search-item-list.review-score-list {
  border-top: solid 1px #eee;
}

#block_of_searchframe .block-search-item ul.block-search-item-list.review-score-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}

#block_of_searchframe .block-search-item ul.block-search-item-list li label img.star {
  margin-right: 5px;
  max-height: 20px;
}

#block_of_searchframe .block-search-item-list.review-score-list input {
  display: none;
}

#block_of_searchframe .block-search-item-list.review-score-list input+label {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 12px;
  padding: 16px 10px 15px 35px;
}

#block_of_searchframe .block-search-item-list.review-score-list input+label:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  width: 17px;
  height: 17px;
  border: solid 1px #ccc;
  border-radius: 50%;
  background: #fff;
}

#block_of_searchframe .block-search-item-list.review-score-list input:checked+label:before {
  background: #E83434;
  border: none;
}

#block_of_searchframe .block-search-item-list.review-score-list input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  width: 5px;
  height: 10px;
  margin: -6px 0 0 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}


/* アコーディオン */

.block-search-item-list .block-search-category-item-container {
  position: relative;
	display: flex;
	align-items: center;
}

.block-search-item-list .block-search-category-item-container input[type=radio]:checked+label {
  background: #F5F5F5;
  margin-right: 0;
}
.block-search-item-list .block-search-category-item-container input[type=radio]:checked+label+.block-search-item-count {
  background: #F5F5F5;
	padding: 16px 5px 15px;
}

.block-search-item-list.radio-category-select span.tree {
  cursor: pointer;
  position: absolute;
  right: -3px;
  top: 50%;
  width: 40px;
  margin: -18px 0 0 0;
  height: 40px;
}

.block-search-item-list.radio-category-select span.tree>span {
  display: block;
  position: absolute;
  top: 17px;
  left: 9px;
  width: 13px;
  height: 1px;
  background-color: #999;
  transition: all .4s;
}

.block-search-item-list.radio-category-select span.tree>span:nth-child(2) {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.block-search-item-list.radio-category-select span.tree.minus>span:nth-child(2) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.block-search-item-list .block-search-under-level {
  display: none;
}

.block-search-under-level li {
  background: #FBFBFB;
}

.block-search-item .block-search-item-ttl {
  padding: 42px 0 10px 5px;
  font-size: 16px;
}

#block_of_searchframe .search_brand .block-search-item-list.radio-select input+label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 25px 10px 35px;
  color: #444;
  font-size: 14px;
  word-break: break-all;
}

.search_brand .block-search-item-list.radio-select label figure {
  margin-right: 8px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search_brand .block-search-item-list label figure+.menu-brand-name {
  width: 90%;
}

.search_brand .block-search-item-list label figure+.menu-brand-name span {
  display: block;
}

.block-search-item-list label figure {
  max-width: 100%;
  max-height: 100%;
}

.block-search-category-submit-buttons {
  position: fixed;
  bottom: 0;
  left: -100%;
  width: 100%;
  padding: 10px 70px;
  background: #fff;
  z-index: 10;
}

.block-search-item-box.block-search-item.search_category.open .block-search-category-submit-buttons {
  left: 0;
}

.block-search-category-submit-buttons .check-category-search-button {
  width: 100%;
  background: #222;
  padding: 12px 0;
  border: solid 1px #222;
  color: #fff;
  font-size: 14px;
  text-align: center;
}


/* カラー */

#block_of_searchframe .block-search-item.search_color ul.block-search-item-list.check-img {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 10px;
  background: #FFF;
}

#block_of_searchframe .block-search-item.search_color ul.block-search-item-list.check-img li {
  display: block;
  margin: 0 20px 20px 0;
  padding: 0;
  flex-basis: auto;
  border: 0;
}

#block_of_searchframe .block-search-item.search_color ul.block-search-item-list.check-img li input[type="checkbox"] {
  display: none;
}

#block_of_searchframe .block-search-item.search_color ul.block-search-item-list li label {
  flex-grow: 1;
  padding: 12px 0 12px 36px;
  margin: 0;
}

#block_of_searchframe .block-search-item.search_color ul.block-search-item-list.check-img li label {
  position: relative;
  display: flex;
  height: 100%;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #CCC;
  align-items: center;
  justify-content: center;
}

#block_of_searchframe .block-search-item.search_color ul.block-search-item-list.check-img li input[type="checkbox"]:checked+label::after {
  position: absolute;
  top: calc(50% - 8.5px);
  left: calc(50% - 8.5px);
  display: block;
  width: 17px;
  height: 17px;
  background: url(../../img/usr/pc/common/radio_enable.png) center center / 17px auto no-repeat;
  content: "";
}

.block-search-checkbox-reset-buttons span .check-color-search-button {
  width: 100%;
  background: #222;
  padding: 12px 0;
  border: solid 1px #222;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 45px;
}


/* ブランド */

#block_of_searchframe .switch_details_search li:first-child {
  border-top: solid 1px #eee;
}

#block_of_searchframe .switch_details_search li {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 14px;
  word-break: break-all;
  color: #444;
  border-bottom: solid 1px #eee;
}

#block_of_searchframe .switch_details_search li>div {
  width: 100%;
  padding: 16px 25px 16px 10px;
}

#block_of_searchframe .switch_details_search li:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 95%;
  margin: -3px 0 0 0;
  width: 8px;
  height: 8px;
  border-right: solid 2px #999;
  border-bottom: solid 2px #999;
  transform: rotate(-45deg);
}

#block_of_searchframe .details-menu-hierarchy-inner {
  padding: 0 0 25px 0;
}

#block_of_searchframe .details-menu-list-search {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}

#block_of_searchframe .details-menu-list-search span {
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  width: 18%;
  margin-right: 2%;
  margin-bottom: 2%;
  font-size: 14px;
  border: solid 1px #999;
  padding: 10px;
  border-radius: 6px;
  box-sizing: border-box;
}

#block_of_searchframe .details-menu-list-search span.switch-search-details-item-none, #block_of_searchframe .details-menu-list-search span.switch-search-item-none {
  pointer-events: none;
  border: solid 1px #ddd;
  color: #ddd;
}

#block_of_searchframe .details-menu-list-search-box-inner .block-search-item-list input+label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 25px 10px 35px;
  color: #444;
  font-size: 14px;
  word-break: break-all;
}

#block_of_searchframe .details-menu-list-search-box-inner .block-search-item-list input+label figure {
  margin-right: 8px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#block_of_searchframe .details-menu-list-search-box-inner .block-search-item-list input+label span {
  display: block;
}

#block_of_searchframe .details-menu-list-search-box h2 {
  background: transparent;
  font-size: 16px;
  padding-top: 25px;
}

#block_of_searchframe .details-menu-list-search-box-inner .details-menu-list-search-box {
  display: none;
}

#block_of_searchframe .details-menu-list-search-box ul li {
  border-top: solid 1px #eee;
}

#block_of_searchframe .details-menu-list-search-box ul li.active {
  background: #eee;
}

#block_of_searchframe .details-menu-hierarchy-inner .details-menu-list-search span.search-on {
  background: #E83434;
  color: #fff;
  border: none;
}


/* ブランドチェックボックス */

#block_of_searchframe .details-menu-list-search-brand {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}

#block_of_searchframe .details-menu-list-search-brand input[type="radio"] {
  display: none;
}

#block_of_searchframe .details-menu-list-search-brand input[type="radio"]+label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: -webkit-calc( 33.3% - 5px);
  width: calc( 33% - 5px);
  height: 65px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  padding: 0 10px;
  box-sizing: border-box;
  border: solid 1px #ccc;
}

#block_of_searchframe .details-menu-list-search-brand input[type="radio"]:checked+label {
  border: solid 2px #E83434;
}


/* 価格 */

#block_of_searchframe .noUi-handle:before, #block_of_searchframe .noUi-handle:after {
  display: none;
}

#block_of_searchframe .block-search-item .block-search-price #price_handle {
  /*width: 80%;*/
  height: 4px;
  margin: 25px 30px 15px;
  border: 0;
  border-radius: 2px;
  background: #eee;
}

#block_of_searchframe .block-search-item .block-search-price .search-price-frame {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  margin-top: 20px;
}

#block_of_searchframe .block-search-item .block-search-price .search-price-frame .search-price-min, #block_of_searchframe .block-search-item .block-search-price .search-price-frame .search-price-max {
  position: relative;
  width: 85px;
  flex-basis: auto;
}

#block_of_searchframe .block-search-item .block-search-price .search-price-frame .search-price-min::before, #block_of_searchframe .block-search-item .block-search-price .search-price-frame .search-price-max::before {
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  width: 16px;
  height: 29px;
  line-height: 29px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #222;
  content: "\0a5";
}

#block_of_searchframe .block-search-item .block-search-price .search-price-frame input {
  width: 100px;
  padding-left: 17px;
  padding-right: 11px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
}

#block_of_searchframe .block-search-item .block-search-price .search-price-frame .price-separate {
  font-size: 16px;
  font-weight: 300;
}

#block_of_searchframe .block-search-item .block-search-price .search-price-frame .search-price-min, #block_of_searchframe .block-search-item .block-search-price .search-price-frame .search-price-max {
  position: relative;
  width: 85px;
  flex-basis: auto;
}

#block_of_searchframe .block-search-item .block-search-price #price_handle .noUi-handle {
  top: -5px;
  right: -7px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 0;
  background: #999;
  box-shadow: none;
}

#block_of_searchframe .block-search-item .block-search-price #price_handle .noUi-handle {
  top: -5px;
  right: -7px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 0;
  background: #999;
  box-shadow: none;
}

#block_of_searchframe .block-search-reset-buttons {
  display: flex;
  padding: 20px 30px;
}

#block_of_searchframe .block-search-reset-buttons span {
  width: 50%;
}

#block_of_searchframe .block-search-reset-buttons span:nth-child(1) {
  padding-right: 7px;
}

#block_of_searchframe .block-search-reset-buttons span:nth-child(2) {
  padding-left: 7px;
}

#block_of_searchframe .block-search-reset-buttons .reset-button {
  width: 100%;
  padding: 12px 0;
  border: solid 1px #ccc;
  font-size: 14px;
  text-align: center;
  border-radius: 45px;
}

#block_of_searchframe .block-search-reset-buttons .search-button {
  width: 100%;
  background: #222;
  padding: 12px 0;
  border: solid 1px #222;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-left: 5px;
  border-radius: 45px;
}

#block_of_searchframe .block-brand-param {
  display: none;
}


/* サイズ チェックボックス */

.block-search-item-list.check-text {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}

.block-search-item-box.search_size {
  padding: 80px 5px 70px 15px;
}

.block-search-item-list.check-text li {
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  width: 22.9%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.block-search-item-list.check-text li input+label {
  font-size: 14px;
  color: #222;
  border: solid 1px #ccc;
  border-radius: 4px;
}

.block-search-item-list.check-text li input {
  display: none;
}

.block-search-item-list.check-text li input:checked+label {
  background: #E83434;
  color: #fff;
  border: none;
}

.block-search-item-list.check-text li label {
  width: 100%;
  display: block;
  padding: 14px 0;
}

.block-search-checkbox-reset-buttons {
  display: flex;
  border-top: solid 1px #eee;
  padding: 16px 55px 16px 40px;
}

.block-search-checkbox-reset-buttons span {
  width: 50%;
}

.block-search-checkbox-reset-buttons span:nth-child(1) {
  padding-right: 7px;
}

.block-search-checkbox-reset-buttons span:nth-child(2) {
  padding-left: 7px;
}

.block-search-checkbox-reset-buttons span .check-reset-button {
  width: 100%;
  padding: 12px 0;
  border: solid 1px #ccc;
  font-size: 14px;
  text-align: center;
  border-radius: 45px;
}

.block-search-checkbox-reset-buttons span .check-search-button {
  width: 100%;
  background: #222;
  padding: 12px 0;
  border: solid 1px #222;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 45px;
}


/* 検索 */

#block_of_searchbox input[type="text"]:focus {
  outline: 0;
}

.block-search-box--form {
  background: #000;
  padding: 10px 0;
}

.block-search-box>form .input-group {
  padding: 10px 15px 0 15px;
}

.block-search-box .input-group {
  display: block;
}

.block-search-box .input-group:after {
  position: absolute;
  left: 29px;
  top: 19px;
  content: '';
  width: 21.5px;
  height: 21.5px;
  background: url('../../img/usr/svg/ico_search.svg') no-repeat;
  background-size: 21.5px 21.5px;
  color: #fff;
  border: none;
  z-index: 1;
}

.block-search-box .input-group>span.input-group-btn .block-search-box--search-submit {
  display: block;
  position: absolute;
  right: 22px;
  top: 50%;
  margin: 5px 0 0 0;
  width: 48px;
  height: 27px;
  color: #fff;
  background: #000;
  font-size: 12px;
  border-radius: 30px;
  border: none;
}

.block-search-box .block-search-box--keyword {
  border-radius: 20px;
  padding: 5px 65px 5px 44px;
  font-size: 16px;
  height: 40px;
}

.block-search-box .block-search-box--placeholder {
  top: 18px;
  left: 60px;
  font-size: 16px;
  pointer-events: none;
/*  transform: scale(0.9);
  transform-origin: left;*/
}

/* ページャー */

.pager.block-goods-list--pager-bottom {
  margin-top: 20px;
  margin-bottom: 50px;
}

.pager.block-goods-list--pager-top {
  margin-top: 25px;
}

.pager.block-goods-list--pager-bottom .pager-frame {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.pager.block-goods-list--pager-bottom .pager-frame .pagination li {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 12px;
  line-height: 28px;
  border-radius: 15px;
}

.pager.block-goods-list--pager-bottom .pager-frame .pagination {
  vertical-align: middle;
}

.pager.block-goods-list--pager-bottom .pager-frame .pagination li a, .pager.block-goods-list--pager-bottom .pager-frame .pagination li span {
  display: block;
  width: 28px;
  height: 28px;
}

.pager.block-goods-list--pager-bottom .pager-current {
  background-color: #000;
  border: none;
  color: #ccc;
}

.pager .pager-frame .pagination li.pager-first {
  border: 0;
  width: 50px;
}

.pager .pager-frame .pagination li.pager-first a {
  width: 50px;
  height: 30px;
  text-decoration: underline;
}


/* ==============最近見た商品================== */

.block-recent-item--header {
  color: #222;
  font-size: 18px;
  border-top: solid 1px #eee;
  font-weight: 700;
  padding: 25px 10px 15px 10px;
}

.block-thumbnail-h {
  overflow-x: auto;
}

.block-thumbnail-h--items {
  padding: 10px 0 20px 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.block-thumbnail-h--items li {
  width: 30%;
  padding-left: 5px;
  padding-bottom: 5px;
  vertical-align: top;
}

.block-thumbnail-h--items li .block-thumbnail-h--goods-name {
  font-size: 12px;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
}

.block-thumbnail-h--items li .block-thumbnail-h--goods-name a, .block-thumbnail-h--items li .block-thumbnail-h--goods-name p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  white-space: normal;
}

.block-thumbnail-h--goods-image {
  margin-bottom: 8px;
}

.block-thumbnail-h--goods-image figure {
  width: 100px;
  height: 100px;
  min-width: auto;
  min-height: auto;
  background: #fff;
  margin: 0 auto;
}

.block-recent-item {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  /*margin-bottom: 20px;*/
}

.block-recent-item--header {
  background: #fff;
  text-align: center;
  font-size: 18px;
}

.block-thumbnail-h--price-infos .block-thumbnail-h--price-items {
  text-align: center;
  font-size: 14px;
  color: #222;
}

.block-thumbnail-h--price-infos .block-thumbnail-h--price-items .price {
  color: #222;
}


/* セカンドトップ */

.page-genre .block-top-event--header {
  font-size: 22px;
  font-weight: 700;
}

.block-popular-brand-list {
  padding: 0 30px;
}

.block-popular-brand-list h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.block-popular-brand-list .brand-logo-list:after, .block-popular-brand-list .brand-logo-name:after {
  content: "";
  display: block;
  clear: both;
}

.block-popular-brand-list .brand-logo-list {
  margin-bottom: 30px;
  overflow: hidden;
}

.block-popular-brand-list .brand-name-list {
  overflow: hidden;
}

.block-popular-brand-list .brand-logo-list li {
  width: 33%;
  height: 120px;
  float: left;
}

.block-popular-brand-list .brand-logo-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
}

.block-popular-brand-list .brand-name-list li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}

.block-popular-brand-list .brand-name-list li a {
  font-size: 13px;
}


/* フリースペース */

.block-goods-free-area {
  margin: 0 -15px!important;
  background: #F1EDE3;
  padding: 22px 30px 40px 30px;
}

.block-goods-free-area h3 {
  margin-bottom: 20px;
}

.block-goods-free-area .img {
  margin-bottom: 20px;
}

.block-goods-free-area p {}

.block-goods-free-area .free-area-ttl {
  text-align: center;
  margin-bottom: 18px;
}


/* ==============モーダル================== */

.block-nearest-store-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 100%;
  background: #FFF;
  overflow-y: auto;
  z-index: 10002;
}

.block-nearest-store-modal a.block-nearest-store-modal--close {
  cursor: pointer;
  position: fixed;
  top: 7px;
  right: 5px;
  display: block;
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.block-nearest-store-modal a.block-nearest-store-modal--close::before {
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 24px;
  height: 2px;
  background: #FFF;
  content: "";
}

.block-nearest-store-modal a.block-nearest-store-modal--close::after {
  position: absolute;
  top: 0;
  left: 11px;
  display: block;
  width: 2px;
  height: 24px;
  background: #FFF;
  content: "";
}

.block-nearest-store-modal h3 {
  margin: 0;
  padding: 5px 8px;
  background: #222;
  color: #FFF;
  font-size: 18px;
}

.block-nearest-store-modal .block-nearest-store-modal--district-list {
  width: 100%;
}

.block-nearest-store-modal .block-nearest-store-modal--district-list tr {
  border-bottom: 1px solid #CCC;
}

.block-nearest-store-modal .block-nearest-store-modal--district-list tr:last-of-type {
  border-bottom: 0;
}

.block-nearest-store-modal .block-nearest-store-modal--district-list tr th {
  width: 30%;
  padding: 14px;
  font-weight: bold;
}

.block-nearest-store-modal .block-nearest-store-modal--district-list tr td {
  padding: 14px;
}

.block-nearest-store-modal .block-nearest-store-modal--district-list tr td ul {
  display: flex;
  flex-wrap: wrap;
}

.block-nearest-store-modal .block-nearest-store-modal--district-list tr td ul li {
  width: 25%;
  margin-bottom: 4px;
}

.block-nearest-store-modal .block-nearest-store-modal--district-list tr td ul li a {
  text-decoration: underline;
  cursor: pointer;
  font-size: 13px;
}

.block-nearest-store-modal .block-nearest-store-modal--district-list tr td ul li a:hover {
  text-decoration: none;
}

.block-nearest-store-modal .block-nearest-store-modal--pref {
  display: none;
}

.block-nearest-store-modal .block-nearest-store-modal--pref .block-nearest-store-modal--pref-list {
  width: 100%;
}

.block-nearest-store-modal .block-nearest-store-modal--pref .block-nearest-store-modal--pref-list tr {
  border-bottom: 1px solid #CCC;
}

.block-nearest-store-modal .block-nearest-store-modal--pref .block-nearest-store-modal--pref-list tr th {
  padding: 14px;
  font-weight: bold;
}

.block-nearest-store-modal .block-nearest-store-modal--pref .block-nearest-store-modal--pref-list tr th.block-store-name {
  width: 35%;
}

.block-nearest-store-modal .block-nearest-store-modal--pref .block-nearest-store-modal--pref-list tr td {
  padding: 14px;
}

.block-nearest-store-modal .block-nearest-store-modal--pref .block-nearest-store-modal--pref-list tr td .block-store-name--name {
  margin: 0 0 5px;
  font-weight: bold;
}

.block-nearest-store-modal .block-nearest-store-modal--pref .block-nearest-store-modal--return {
  padding: 14px;
  text-align: right;
}

.block-nearest-store-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1001;
}

.page-entry .block-member-info .nearest-store-name, .page-customer .block-member-info--form .nearest-store-name {
  display: block;
  margin-bottom: 5px;
}

.pager[class*="--pager-top"] .pagination, [class*="--pager-top"] .pager .pagination, .pager[class*="--pager-top"] .pager-separate, [class*="--pager-top"] .pager .pager-separate {
  display: none;
}


/*.page-category .block-event-frame[class*="frame-index"]{display: none;}*/


/* セカンドトップ */

.page-genre .pane-head {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.block-genre-page--image.img-l {
  width: 100%;
  height: 100px;
  padding: 0 0 13.889%;
  text-align: center;
}

.block-genre-page--image.img-l+.block-genre-page--header {
  position: absolute;
  bottom: calc(50% - 5px);
  left: 50%;
  width: 95%;
  margin: 0;
  transform: translateX(-50%);
  color: #FFF;
  z-index: 3;
  padding: 0;
}

.block-genre-page--image.img-l+.block-genre-page--header+.block-genre-page--comment {
  position: absolute;
  top: calc(50% + 10px);
  left: 50%;
  width: 95%;
  margin: 0;
  transform: translateX(-50%);
  color: #FFF;
  z-index: 3;
  font-size: 14px;
}

.block-genre-page--image.img-l img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  object-fit: cover;
  z-index: 3;
}

.block-genre-page--event .block-event-frame.frame-index-all {
  visibility: initial;
  height: auto;
}

.block-genre-page--event .slick-dots {
  display: none;
}

.block-genre-page--event .block-event-frame[class*="frame-index"] .block-top-event--brand, .block-genre-page--event .block-event-frame[class*="frame-index"] .block-top-event--header, .block-genre-page--event .block-event-frame[class*="frame-index"] .block-top-event--sdt, .block-genre-page--event .block-event-frame[class*="frame-index"] .block-top-event--goods {
  display: none;
}

.block-search-item .block-search-item-current a, .block-search-item .block-search-item-clear a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  padding: 16px 10px 15px 35px;
  width: 100%;
  border-top: solid 1px #eee;
}

.block-search-item .block-search-item-current a:before, .block-search-item .block-search-item-clear a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 16px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-right: solid 2px #999;
  border-bottom: solid 2px #999;
  transform: rotate(135deg);
}


/* =======================================非表示設定========================================*/


/* ----カテゴリ、ジャンルツリー非表示---- */

.block-category-tree, .block-genre-tree {
  display: none;
}


/* ----絞り込み項目件数---- */

#block_of_searchframe .block-search-item ul.block-search-item-list li .block-search-item-count {
  display: none;
}
#block_of_searchframe .block-search-item ul.block-search-item-list.check-text li .block-search-item-count {
}
#block_of_searchframe .block-search-item ul.block-search-item-list.radio-select li .block-search-item-count {
	color: #999;
	font-size: 13px;
	display: block;
}
/* ユーザーレビュー非表示 */

#block_of_searchframe .block-search-item ul.block-search-item-reflect-list > li#review_score{display: none;}

.block-event-frame.base-frame .block-top-event--sdt, .block-event-frame.base-frame .block-top-event--image, .block-event-frame.base-frame .block-top-event--brand {
  display: none;
}


/* イベント　トピックス非表示 */

.block-event-frame[class*="frame-index"] .block-top-event--comment {
  display: none;
}


/* キーワード検索非表示 */

.page-event #block_of_searchframe .block-search-item>p, .page-event #block_of_searchframe .block-search-item .input-group.block-search-box--form {
  display: none;
}


/* イベントページの並び替えと在庫以外を非表示 */

.page-event #block_of_searchframe .block-search-item-box-top #search_sort {
  border-top: solid 1px #eee;
}

.page-event #block_of_searchframe .block-search-item-box-top #search_gender, .page-event #block_of_searchframe .block-search-item-box-top #search_category, .page-event #block_of_searchframe .block-search-item-box-top #search_brand, .page-event #block_of_searchframe .block-search-item-box-top #search_type, .page-event #block_of_searchframe .block-search-item-box-top #search_receipt, .page-event #block_of_searchframe .block-search-item-box-top #search_size, .page-event #block_of_searchframe .block-search-item-box-top #review_score, .page-event #block_of_searchframe .block-search-item-box-top #search_price, .page-event #block_of_searchframe .block-search-item-box-top #search_color, .page-event #block_of_searchframe .block-search-item-box-top #search_tree {
  display: none;
}


/* イベントの絞り込み非表示 */


/*.page-event .block-search-frame-set{display: none;}*/


/* イベントスライダー初期 */


/*.block-genre-page--event .block-event-frame.frame-index-all .block-event--item,.block-genre-page--event > .block-event--item{opacity: 0;}.block-genre-page--event .block-event-frame.frame-index-all .slick-list .block-event--item,.block-genre-page--event .slick-list .slick-track > .block-event--item{opacity: 1;}*/

.block-thumbnail-t--goods-description .variation-name {
  display: none;
}

.block-pickup-list-p--item-description .block-pickup-list-p--price-infos .block-pickup-list-p--scomment, .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .default-price {
  display: none;
}

.block-pickup-list-p--goods-description .block-pickup-list-p--goods-name, .block-pickup-list-p--item-description .block-pickup-list-p--goods-name, .block-pickup-list-p--item-description .variation-name, .block-pickup-list-p--item-description .block-pickup-list-p--comment, .block-pickup-list-p--item-description .block-pickup-list-p--add-cart {
  display: none;
}

.block-recommend-new-item .block-thumbnail-t .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name {
  display: block;
}


/* 最近見た商品 */

.block-thumbnail-h--goods .block-thumbnail-h--goods-name, .block-thumbnail-h--goods .variation-name, .block-thumbnail-h--goods .block-thumbnail-h--net-price, .block-thumbnail-h--scomment {
  display: none;
}

.block-goods-detail .pane-goods-right-side .block-goods-item-code, .block-goods-detail .pane-goods-right-side .block-goods-item-code2, .block-goods-detail .pane-goods-right-side .block-goods-item-code3 {
  display: none;
}

.block-thumbnail-h .block-thumbnail-h--goods-name, .block-thumbnail-h .variation-name, .block-thumbnail-h .block-thumbnail-h--net-price {
  display: none;
}

/* イベント商品一覧 */

.block-event-frame[class*="frame-index"] .block-event--item .block-top-event--goods {
  display: none;
}


/* =======================================スライダー調整========================================*/


/* TOP */

.block_of_top_slider_body ul#top-slider>li {
  display: none;
}

.block_of_top_slider_body ul#top-slider>li:first-child {
  display: block;
  position: relative;
  z-index: 3;
}

.block_of_top_slider_body ul#top-slider.slick-slider li.slick-slide {
  display: block;
}


/* トピック */


/*.block-category-list--topic .block-top-topic--body ul.block-top-topic--items li{display: none;}.block-category-list--topic .block-top-topic--body ul.block-top-topic--items li:first-child{display: block;}.block-category-list--topic .block-top-topic--body ul.block-top-topic--items.slick-slider li{display: block;}*/


/* イベント */

.block-event-page--accessory .block-event--item .block-top-event--image {
  display: none;
}

#event-pages-feature-list .block-event-page--accessory .block-event--item .block-top-event--image {
  display: block;
}

.block-event-page--accessory .block-event--item:first-child .block-top-event--image {
  display: block;
  position: relative;
  z-index: 3;
}

.block-event-page--accessory.slick-slider .block-event--item .block-top-event--image {
  display: block;
}


/* ジャンル */

.block-genre-page--event .block-event--item .block-top-event--image, .block-genre-page--event>.block-event-frame .block-event--item .block-top-event--image {
  display: none;
}

.block-genre-page--event .block-event--item:first-child .block-top-event--image {
  display: block;
  position: relative;
  z-index: 3;
}

.block-genre-page--event.slick-slider .block-event--item .block-top-event--image {
  display: block;
}

.block-genre-page--event .block-event-frame.slick-slider .block-event--item .block-top-event--image {
  display: block;
}

.block-genre-brand-banner .block-genre-brand-banner--title {
  margin: 10px 0 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.block-genre-brand-banner ul.block-genre-brand-banner--list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 20px);
  margin: 0 10px 40px;
}

.block-genre-brand-banner ul.block-genre-brand-banner--list li {
  width: 49.5%;
  margin: 0 1% 8% 0;
}

.block-genre-brand-banner ul.block-genre-brand-banner--list li:nth-of-type(2n) {
  margin-right: 0;
}

.block-genre-brand-banner ul.block-genre-brand-banner--list li a {
  display: flex;
}

.block-genre-brand-banner ul.block-genre-brand-banner--list li figure {
  width: 28%;
  margin-right: 2%;
}

.block-genre-brand-banner ul.block-genre-brand-banner--list li img {
  width: 100%;
}

.block-genre-brand-banner ul.block-genre-brand-banner--list li a .brand-name-frame {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  width: 70%;
}

.block-genre-brand-banner ul.block-genre-brand-banner--list li a .brand-name-frame .brand-ename {
  font-size: 12px;
}

.block-genre-brand-banner ul.block-genre-brand-banner--list li a .brand-name-frame .brand-name {
  font-size: 11px;
}

.block-genre-catgory .block-genre-catgory--title {
  margin: 10px 0 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.block-genre-catgory ul.block-genre-catgory--list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 20px);
  margin: 0 10px 20px;
}

.block-genre-catgory ul.block-genre-catgory--list li {
  display: flex;
  align-items: center;
  width: 49%;
  margin: 0 1% 8% 0;
  font-size: 12px;
}

.block-genre-catgory ul.block-genre-catgory--list li:nth-of-type(2n) {
  margin-right: 0;
}

.block-genre-catgory ul.block-genre-catgory--list li::before {
  display: block;
  width: 10px;
  content: "-";
  padding-right: 5px;
}

.block-genre-catgory ul.block-genre-catgory--list li a {
  display: block;
  font-size: 12px;
}

.block-detail-icon {
  font-size: initial;
  margin-bottom: 5px;
}

.block-detail-icon span {
  font-size: 11px;
  color: #666;
  margin-right: 0;
}

.block-detail-icon span:first-child::before {
  color: #ccc;
  padding-right: 0.3em;
  content: "/";
}

.block-detail-icon span::after {
  color: #CCC;
  padding: 0 0.3em 0 0.6em;
  content: "/";
}

.block-detail-icon {
  order: 50;
}

.block-detail-icon {
  font-size: initial;
  margin-bottom: 15px;
}

.block-detail-icon span {
  font-size: 11px;
  color: #666;
  margin-right: 0;
}


/* ----ユーザーレビュー画面----*/

.block-userreview--terms-body {
  padding: 20px;
  width: 100%;
  border-color: #e5e5e0;
  margin-bottom: 10px;
}


/* ----送料・配送・在庫について----*/

.block-delivery .mark_mfr-directly .block-icon　{
	margin: 9px 0 0;
    font-size: 11px;
    text-align: left;
}

.block-delivery .mark_mfr-directly .block-icon span {
    font-size: 11px;
    color: #666;
}

.block-delivery .mark_mfr-directly .block-icon span:first-child::before {
    color: #CCC;
    padding-right: 1.0em;
    content: "/";
}

.block-delivery .mark_mfr-directly .block-icon span::after {
    color: #CCC;
    padding: 0 1.0em;
    content: "/";
}

.block-login p {
    border: 1px solid;
    margin: 10px 0;
    padding: 10px;
}

.block-login p a {
    font-weight: bold;
}

/* 絞り込み */
.block-search-item-box-top{padding: 80px 15px 0 15px;}
.block-search-item-box-top .block-search-item,
.block-search-item-box .block-search-item{
	padding-bottom: 70px;
	/*height: auto;*/
}

/* 商品詳細コンテンツ位置移動 */
.block-goods-stock-msg {padding: 15px 0;}
.block-goods-stock-frame{order: 240;}
.block-goods-comment2 {
  order: 215;
  padding: 12px 0;
}
.block-goods-user-review{padding-bottom: 35px;}
.block-goods-comment1{padding: 0 0 10px 0;}
.block-goods-comment4{padding: 10px 0;}

.block-goods-stock-msg .block-goods-stock-msg--ttl{
	font-size: 14px;
    font-weight: 700;
	margin-bottom: 8px;
}

.block-goods-stock-frame .block-goods-spec-inner{
	display: block;
	padding: 0 15px 15px 15px;
}

.block-goods-template-middle .block-goods-spec-inner{display: block;}


/* 最近見た商品 */
.block-thumbnail-h--goods-image figure{
	width: auto;
	height: auto;
	max-width: 150px;
    max-height: 150px;
}

/* ジャンルタイトル */
.block-event--common-freearea h3,
.block-event--common-freearea h3.banner-ttl{font-weight: 700;}

/* カート画面 */
.block-cart .block-topic-path{margin: 0 -15px; padding: 15px;}
.block-cart .purchase-flow-step{margin: 0 -15px 30px; padding: 5px 10px 15px; background: #FFF;}
.block-cart--body{
  background: #F6F6F6;
  padding: 0 15px 30px;
}
.block-cart .promotion-criteria-list-message > span{
	font-size: 100%;
  color: #E83434;  
}
.block-cart .block-cart--promotion-criteria-list-container{
	position: relative;
	background: #FFFFEA;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  padding: 25px 10px;
  margin-bottom: 10px;
	font-size: 18px;
	opacity: 0;
  border-radius: 8px;
}

.block-cart .block-cart--promotion-criteria-list-container .promotion-criteria-list-message{
	order: 10;
	margin-bottom: 4px;
}
.block-cart .block-cart--promotion-criteria-list-container .block-cart--continue-shopping{
	order: 30;
	margin: 0;
	margin-bottom: 4px;
	font-size: 80%;
}

.block-cart .block-cart--promotion-criteria-list-container .block-cart--continue-shopping a{
  font-size: 16px;
	color: #666;
  font-weight: 300;
}
.block-cart .block-cart--promotion-criteria-list-container .block-cart--promotion-criteria-list{order: 20;}

.block-cart .block-cart--promotion-criteria-list-container .promotion-criteria-list-message,
.block-cart .block-cart--promotion-criteria-list-container .block-cart--promotion-criteria-list{
	width: 100%;
  letter-spacing: 0.05em;
	text-align: center;
	font-weight: bold;
}

.block-cart .block-cart--promotion-criteria-list-container .block-cart--continue-shopping{
	width: 100%;
	text-align: center;
	font-weight: bold;	
}

.page-cart .block-cart--contents > .block-cart--promotion-criteria-list .block-cart--continue-shopping span{
	position: relative;
	padding-left: 22px;
}
.page-cart .block-cart--contents > .block-cart--promotion-criteria-list .block-cart--continue-shopping span::before{
	content: "";
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: #FFF;
	display: block;
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	transform: translateY(-50%);
}
.page-cart .block-cart--contents > .block-cart--promotion-criteria-list .block-cart--continue-shopping span::after{
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	position: absolute;
	top: calc(50% + 1px);
	left: 6px;
	transform: translateY(-50%) rotate(45deg);
}

.page-cart .block-promotion-message--container{margin-bottom: 35px;}
.page-cart .block-promotion-message--content{
	position: relative;
    border: 1px solid #fe0000;
    margin: 0 0 10px 0;
	padding: 12px;
	font-size: 14px;
    text-align: left;	
	color: #000;
	font-weight: bold;	
}

.page-cart .block-promotion-message--content:after{
	position: absolute;
	content: "";
	bottom: -21px;
	left: 50%;
	width: 20px;
	height: 20.5px;
	margin-left: -10px;
	background: url(../../img/usr/cart_bubble_sp.png) no-repeat;
	background-size: 20px 20.5px;
	z-index: 1;	
}

.page-cart .block-promotion-message--content span{color: #fe0000;}
.page-cart .block-cart--goods-list{margin-bottom: 20px;}
.page-cart .block-cart--subtotal-container{
  border-top: 1px solid #CCC;
  text-align: center;
  margin: 25px 0 0;
  padding: 15px 0 0;
}

.page-cart .block-cart--subtotal-container .block-cart--subtotal{
	font-size: 14px;
}

/*
.page-cart .block-cart--subtotal-container:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
    width: 100%;
    height: 100%;
	border: solid 3px #fff;
	pointer-events: none;	
	z-index: 1;
}

.page-cart .block-cart--subtotal-container:after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
    width: 100%;
    height: 100%;
	pointer-events: none;	
	border: solid 1px #fee900;
	z-index: 2;
}
  */

.page-cart .block-cart--subtotal-container .block-cart--subtotal-price,
.page-cart .block-cart--promotion-discount-price{
  font-size: 20px;  
    width: 25%;
    display: inline-block;	
}

/* SA TOP調整 */
.page-category .block-recommend-new-item{
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
}

/* もっとみるボタン導線 */
.page-genre .block-genre-rt-more-btn{padding: 0 1%;}
.page-genre .block-genre-rt-more-btn ul{
    display: flex;
    justify-content: flex-end;
	padding: 10px 0 25px 0;
}

.page-genre .block-genre-rt-more-btn ul li{
	display: flex;
	align-items: center;
	width: 33%;
    text-align: center;
	margin: 0 0.7%;
    border: solid 1px #ccc;
}

.page-genre .block-genre-rt-more-btn ul li a{
	position: relative;	
	width: 100%;
    display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	padding: 13px 5px 11px 15px;
}

.page-genre .block-genre-rt-more-btn ul li a:before{
	position: absolute;
    top: 50%;
    left: 4px;
    margin: -4px 0 0 0;
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #222;
    border-bottom: 2px solid #222;
    box-sizing: border-box;
    transform: rotate(-45deg);
    content: "";	
}

/* NIKE検索結果 */
.page-search .block-search-frame--count{opacity: 0;}
.page-search .block-search-goods li.tab_status_enable_ a{
	position: relative;
	display: block;
	text-align: center;
    padding-top: 8px;
    padding-bottom: 4px;	
	height: 58px;
	opacity: .7;
}

.page-search .block-search-goods li.tab_status_enable_ a.active{
	opacity: 1;
	background: #fff;
	border: solid 2px #333;
	color: #000;
    padding-top: 6px;	
}

.page-search .block-event-tab ul.block-event-tab-frame li a.active:after{
    position: absolute;
    content: "";
    top: auto;
    bottom: -12px;
    left: 50%;
    margin: 0 0 0 -7px;
    width: 14px;
    height: 12px;
    background: url(../../img/usr/triangle_sp.png) no-repeat;
    background-size: 14px 12px;
    z-index: 1;
    border: none;
    opacity: 1;
}

.page-search .block-search-goods li.tab_status_enable_ a div{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 3px;
	font-size: 12px;
}

.page-search .block-search-goods li.tab_status_enable_ a.active div{bottom: 1px;}
.page-search .block-search-goods li.tab_status_enable_:nth-child(1) img{width: 50px;}
.page-search .block-search-goods li.tab_status_enable_:nth-child(2) img{width: 70px;}
.page-search .block-search-goods li.tab_status_enable_:nth-child(3) img{width: 30px;}

/* ブランド一覧もっと見る */
.block-top-event--link.topic-morebtn{padding: 0 0 30px 0;}
.block-top-brand--link.brand-morebtn{
	width: 100%;
    padding: 0 0 50px 0;
}

.block-top-brand--link.brand-morebtn a {
    display: block;
    padding: 12px 0;
    border: solid 1px #ccc;
    text-align: center;
    margin: 0 15px;	
}

.block-top-brand--link.brand-morebtn span {
    position: relative;
    font-size: 16px;
    color: #222;
    padding-left: 20px;
}

.block-top-brand--link.brand-morebtn span:after {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-right: solid 2px #222;
    border-bottom: solid 2px #222;
    transform: rotate(-45deg);	
}

/* サイズチャート */
.block-goods-size-chart-overlay{
	cursor: pointer;
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
    background: rgba(0, 0, 0, 0.6);
	z-index: 1000;
}

.block-goods-size-chart-modal{
	position: fixed;
	width: 92%;
	top: 8%;
	left: 4%;
	background: #fff;
	z-index: 1001;
	display: none;
}

.block-goods-size-chart-modal.block-goods-size-chart-modal-on{display: block;}
.block-goods-size-chart-modal.block-goods-size-chart-modal-on + .block-goods-size-chart-overlay{display: block;}

.block-goods-size-chart-modal .block-goods-size-chart-modal-inner{
	position: relative;
	padding: 12px 8px;
}
.block-goods-size-chart-modal .block-goods-size-chart-modal-inner .block-goods-size-chart-modal-close{
    position: absolute;
    top: -28px;
    right: 0;
    display: block;
    width: 24px;
    height: 24px;
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 1004;	
}

.block-goods-size-chart-modal .block-goods-size-chart-modal-inner .block-goods-size-chart-modal-close::before{
	position: absolute;
    top: 0;
    left: 11px;
    display: block;
    width: 2px;
    height: 24px;
    background: #fff;
    content: "";
}

.block-goods-size-chart-modal .block-goods-size-chart-modal-inner .block-goods-size-chart-modal-close::after{
    position: absolute;
    top: 11px;
    left: 0px;
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    content: "";
}

.block-goods-size-chart-modal h2{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 10px 0 0 0;
	display: block;
}

.block-goods-size-chart-modal p{
	text-align: center;
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 1.8;
}

.block-goods-size-chart-modal .block-goods-size-chart-modal-content ul{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.block-goods-size-chart-modal .block-goods-size-chart-modal-content ul li{
	width: 50%;
	background: #fff;
	margin-bottom: 2%;
	margin-right: 0;	
}

.block-goods-size-chart-modal .block-goods-size-chart-modal-content ul li:nth-child(odd){padding-right: 1%;}
.block-goods-size-chart-modal .block-goods-size-chart-modal-content ul li:nth-child(even){padding-left: 1%;}


.block-goods-size-chart-modal .block-goods-size-chart-modal-content ul li:nth-child(3n){margin-right: 0;}

.block-goods-size-chart-modal .block-goods-size-chart-modal-content ul li a{
	position: relative;
	width: 100%;
    display: flex;
    align-items: center;
	font-size: 12px;
	color: #000;
	height: 50px;
	border: solid 1px #E5E5E5;
	text-align: left;
	padding: 0 20px 0 10px;
	text-decoration: none;
	margin-left: 0;
}

.block-goods-size-chart-modal .block-goods-size-chart-modal-content ul li a span{display: block;}
.block-goods-size-chart-modal .block-goods-size-chart-modal-content ul li a:after{
	position: absolute;
	right: 12px;
	top: 50%;
	margin: -3px 0 0 0;
	content: "";
	width: 6px;
	height: 6px;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	transform: rotate(-45deg);	
}

/* アコーディオン対応(コメント5) */
.block-goods-comment5.comment-size-cart-tbl-ac{order: 210;}

.comment-size-cart-tbl{
	overflow-x: scroll;
    overflow-y: visible;
    white-space: nowrap;
	padding-bottom: 25px;
}

.comment-size-cart-ac h3{
	border-top: solid 1px #eee;
    margin: -1px -15px 0 -15px;	
	cursor: pointer;
    position: relative;
    padding: 15px 40px 15px 15px;
    font-size: 14px;
    font-weight: 700;
	transition: 0.15s ease 0s;
}

.comment-size-cart-ac h3:before{
	position: absolute;
    top: 20px;
    right: 32px;
    display: block;
    width: 2px;
    height: 12px;
    background: #999;
    content: "";
}
	
.comment-size-cart-ac h3:after{
	position: absolute;
    top: 25px;
    right: 27px;
    display: block;
    width: 12px;
    height: 2px;
    background: #999;
    content: "";
}

.comment-size-cart-tbl-ac-on .comment-size-cart-ac h3:before{display: none;}

.comment-size-cart-tbl table{width: 100%;}
.comment-size-cart-tbl table,
.comment-size-cart-tbl table td,
.comment-size-cart-tbl table th{
    border-collapse: collapse;
    border: 1px solid #ddd;
	text-align: center;
}

.comment-size-cart-tbl table th{
    font-weight: bold;
    background-color: #f5f5f5;
}

.comment-size-cart-tbl table td,
.comment-size-cart-tbl table th{padding: 10px;}

.block-variation--selected-item .block-goods-size-chart-modal-btn{
	cursor: pointer;
	display: inline-block;
    margin-left: 1.0em;
    font-size: 12px;
	text-decoration: underline;
}

/* お気に入りボタン追加 */
.block-goods-detail .block-src-l figure {position: relative;}
.block-goods-detail-bookmark{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 45px;
	height: 45px;
	background:url("../../img/usr/sp/goods/goods_details_bookmark.png") no-repeat;
	background-size: 45px 45px;
	z-index: 1;
}

/* 商品詳細の関連 */
.page-goods .block-accessory-list h2.block-accessory-list--name{
	padding: 0;
    padding-top: 25px;
	margin-bottom: 8px;
    color: #222;
    font-weight: 700;
	text-align: center;
}

.page-goods .block-accessory-list--list ul.block-thumbnail-t--items{
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;	
}

.page-goods .block-accessory-list--list ul.block-thumbnail-t--items li{
    width: 40%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0 10px 0;
}

.page-goods .block-accessory-list--list > p{
    text-align: center;
    padding: 0 15px;
	margin-bottom: 10px;	
}

.page-goods .block-accessory-list--list .block-thumbnail-t--goods-image figure{
    max-width: 150px;
    max-height: 150px;	
}


/* ================================================
			サイト統合用スタイル
================================================= */


/* ================= poplink ================= */
.search__area div.poplink.sphs {
  width: calc(100% - 30px);
  height: 75vh;
  background: #fff;
  left: 15px!important;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
}

.search__area div.poplink.sphs>div.poplink_suggest {
  position: relative;
  padding: 15px 15px 15px 15px;
  border-bottom: solid 1px #eee;
  white-space: normal;
  line-height: 1.3;
  order: 2;
}

.search__area div.poplink.sphs>div.poplink_suggest:after {
  position: absolute;
  top: 15px;
  left: 17px;
  width: auto;
  content: 'キーワード検索';
  font-weight: normal;
  font-size: 14px;
  z-index: 1;
}

.search__area div.poplink.sphs>div.poplink_suggest>div.word.highlighted {
  background-color: #fff;
  border: none;
  color: #333;
  font-size: 12px;
  margin: 0 0.2em 0 0.2em;
  text-decoration: underline;
}

.search__area div.poplink.sphs>div.poplink_search {
  position: relative;
  padding: 40px 0 0 0;
  overflow-x: inherit;
  overflow-y: hidden;
  border: #fff;
  order: 3;
}

div.poplink.sphs>div.poplink_recommend {order: 1;}

.search__area div.poplink.sphs>div.poplink_search:after {
  position: absolute;
  top: 15px;
  left: 17px;
  width: 100%;
  content: '商品検索';
  font-weight: normal;
  font-size: 14px;
  z-index: 1;
}

.search__area div.poplink.sphs>div.poplink_search>div.item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px 15px;
  border: none;
  min-height: auto;
}

.search__area div.poplink.sphs>div.poplink_search>div.item>a {
  display: flex;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
  min-height: 90px;
}

.search__area div.poplink.sphs>div.poplink_search>div.item>a>div.image_box {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0.5em;
  padding: 0 8px 0 0;
  width: auto;
  height: auto;
}

.search__area div.poplink.sphs>div.poplink_search>div.item>a>div.title {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
  margin-left: 100px;
}

.search__area div.poplink.sphs>div.poplink_search>div.item>a>div.any1 {
  display: block!important;
  position: relative;
  padding-left: 0;
  font-size: 15px;
  visibility: visible;
  text-align: left;
  margin-left: 100px;
  width: 100%;
}

.search__area div.poplink.sphs>div.poplink_search>div.item>a>div.any2,
.search__area div.poplink.sphs>div.poplink_search>div.item>a>div.any3 {
	margin-left: 100px;
	width: 100%;
}

/*.pagetop .search__area div.poplink.sphs > div.poplink_search > div.item > a > div.any1:after{position: absolute;left: 0;top: 0;content: '\0a5';width: 10px;height: 10px;font-size: 15px;color: #333;}*/

.search__area div.poplink.sphs>div.poplink_search>div.item>a>div.summary {
  visibility: inherit;
  white-space: normal;
  display: -webkit-box!important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 4px;
  margin-left: 100px;
  width: 100%;
}

.search__area div.poplink.sphs>div.poplink_search>div.item>a>.any2.poplink_invisible {display: -webkit-box!important;}
.search__area div.poplink.sphs>div.poplink_suggest>div.word {
  border: none;
  font-size: 12px;
  margin: 0 0.1em 0 0.1em;
  text-decoration: underline;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 250px;
}

.search__area div.poplink.sphs>div.poplink_suggest>div.word.highlighted:after {display: none;}

/* 閉じるボタン */
.search__area div.poplink>div.close_button {
	position: relative;
	height: auto;
}

div.poplink>div.close_button>img {
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  border: solid 1px #000;
}

.search__area div.poplink>div.close_button:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/poplink_close.png) center center no-repeat #fff;
  background-size: 20px 20px;
  pointer-events: none;
  z-indx: 1;
}


/* 順番 */
.search__area div.poplink.sphs>div.poplink_search>div.item>a>div.image_box {order: 10;}
.search__area div.poplink.sphs>div.poplink_search>div.item>a>div.title {order: 20;}
.search__area div.poplink.sphs>div.poplink_search>div.item>a>div.summary {order: 30;display: none!important;}
.search__area div.poplink.sphs>div.poplink_search>div.item>a>div.any1 {order: 40;}
.search__area div.poplink.sphs>div.poplink_search>div.item>a>div.any2 {order: 15;}
.search__area div.poplink.sphs>div.poplink_search>div.item>a>div.any3 {order: 15;}
.search__area div.poplink.sphs>div.poplink_search>div.item>a>div.any3 {display: none!important;}

/* 追加 */
.search__area div.poplink.sphs {height: auto;}

.search__area div.poplink.sphs>div.poplink_search, .search__area div.poplink.sphs>div.poplink_suggest {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.search__area div.poplink.sphs>div.poplink_search>div.item, .search__area div.poplink.sphs>div.poplink_suggest>div.word.highlighted {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}

.search__area div.poplink.sphs>div.poplink_suggest {
  margin-top: 0;
  padding: 6px 8px 13px 6px;
  /*    max-height: 60px;*/
  border-bottom: none;
}

.search__area div.poplink.sphs>div.poplink_search {padding: 0;}

.search__area div.poplink.sphs>div.poplink_search>div.item {
  max-height: 100%!important;
  width: 85%;
  padding: 0 8px 10px 8px;
}

.search__area div.poplink.sphs>div.poplink_suggest:after,
.search__area div.poplink.sphs>div.poplink_search:after {display: none;}

.search__area div.poplink.sphs>div.poplink_suggest>div.word {
  background: #ddd;
  color: #444;
  text-decoration: none;
  padding: 5px 12px;
  margin: 0 0.2em 0 0.2em;
  overflow: unset;
  font-size: 12px;
  width: auto;
}

.search__area div.poplink.sphs>div.poplink_suggest>div.word.highlighted {
  color: #fff;
  text-decoration: none;
  background: #333;
}

.search__area div.poplink.sphs>div.poplink_suggest>div.word.highlighted:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -18px;
  left: 50%;
  margin-left: -8px;
  border-top: 10px solid #333;
  border-right: 8px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 8px solid transparent;
}

.search__area div.poplink.sphs {
	position: relative;
    border: solid 1px #eee;
}
.search__area div.poplink>div.close_button {
  order: 4;
  height: 37px;
  left: 50%;
  margin-left: -18.5px;
}

.search__area div.poplink>div.close_button img {
    border: none;
    opacity: 0;
    margin-left: -14px;
}

.search__area div.poplink.sphs>div.poplink_search>div.item {padding: 0 8px 5px 8px;}
.search__area div.poplink.sphs>div.poplink_search>div.item>a>div.image_box {
  position: static;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.search__area div.poplink.sphs>div.poplink_search>div.item>a>div.title,
.search__area div.poplink.sphs>div.poplink_search>div.item>a>div.any1,
.search__area div.poplink.sphs>div.poplink_search>div.item>a>div.any2 {margin-left: 0;}

.search__area div.poplink.sphs>div.poplink_search>div.item>a>div.title {
  padding: 0;
  font-size: 12px;
}

.search__area div.poplink.sphs>div.poplink_search>div.item>a>div.any1 {font-size: 13px;}
.search__area div.poplink.sphs>div.poplink_search>div.item {width: 45%;}
.search__area div.poplink.sphs>div.poplink_search>div.item>a>div.image_box {width: 100%;}


div.poplink.sphs>div.poplink_search>div.item>a>div.image_box>img {
  max-width: 80px;
  max-height: 80px;
    width: auto;
    position: relative;	
}

#search .search__head .search__area .block-search-box--search-submit{
    background: #222;
    color: #fff;
    border: none;	
}

/* ================ヘッダー==================== */

.globalNav__item {
	padding-top: 34px;
	padding-bottom: 8px;
	line-height: 14px;
	width: 20%;
}

/*.globalNav__item span span{zoom: .4;}*/
.globalNav__item > span{
	font-family: "Noto Sans JP";
	display: block;
	font-size: 10px;
	width: 100%;
	-webkit-transform:scale(0.7);
	transform:scale(0.7);
	transform-origin: center;
    white-space: nowrap;	
}

.globalNav__items a:nth-child(1) span{
	-webkit-transform:scale(0.7);
	transform:scale(0.7);
}
.globalNav__items a:nth-child(2) span{
	-webkit-transform:scale(0.7);
	transform:scale(0.7);
}
.globalNav__items a:nth-child(3) span{
	-webkit-transform:scale(0.7);
	transform:scale(0.7);
}
.globalNav__items a:nth-child(4) span{
	-webkit-transform:scale(0.7);
	transform:scale(0.7);
}
.globalNav__items a:nth-child(5) span{
	-webkit-transform:scale(0.7);
	transform:scale(0.7);
}

.globalNav__item img {
	width: 27px;
	height: auto;
	position: absolute;
	top: calc(50% - 8px);
	left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.globalNav__item:first-child:after {display: none; }
.globalNav__item:first-child,
.globalNav__item:last-child {letter-spacing: -.05em; }

.globalNav__item {
    color: white;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: table-cell;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header__btn {
        display: block;
        width: 36px;
        height: 36px;
        color: pink;
        float: left;
}

.header__btn {
    letter-spacing: normal;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.js-sticky{
    position: relative;	
    z-index: 21;
}

.js-sticky.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}

.header__menuBtn {
    overflow: hidden;
    width: 21px;
    height: 48px;
    text-indent: -5em;
    position: relative;
    margin-right: 5px;	
    margin-left: 5px;	
}

.header__menuBtn:before, .header__menuBtn:after {
      content: "";
      display: block;
      width: 19px;
      height: 2px;
      background: #000;
      position: absolute;
      left: 50%;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
}

.header__menuBtn:before {
      top: 1rem;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

.header__menuBtn:after {
      bottom: 1rem;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .header__menuBtn span {
      width: 19px;
      height: 2px;
      background: #000;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .header__menuBtn.is-open span {
      display: none; }
    .header__menuBtn.is-open:before {
      width: 22px;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .header__menuBtn.is-open:after {
      width: 22px;
      bottom: 50%;
      -webkit-transform: translate(-50%, 50%) rotate(-45deg);
      -ms-transform: translate(-50%, 50%) rotate(-45deg);
      transform: translate(-50%, 50%) rotate(-45deg); }
.header__searchBtn {
    overflow: hidden;
    width: 36px;
    height: 36px;
    position: relative;
}

.header__searchBtn:not(.is-search) img[src*="icon_close"] {display: none; }
.header__searchBtn.is-search img[src*="icon_loope"] {display: none; }
.header__searchBtn img {
      width: 2.0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.header__secondary {
    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: 34%;
    -webkit-transform: translateX(-4%);
    -ms-transform: translateX(-4%);
    transform: translateX(-4%);
}

.header__top {
    background: #000;
    color: white;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    height: 20px;
    line-height: 20px;
}

.header__top {
    position: relative;
    z-index: 1000;
}

.header__primary {
    font-size: 14px;
    line-height: 1;
    padding: 4px 10px;
}

.header__tertiary {padding: 10px;}
.header__links {
    text-align: right;
    margin-left: -100%;
}

.header {background: white; }

.search__area input[type="text"] {
    margin: 0;
    border: none;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0;
    background: transparent;
    font-size: 16px;
	outline: 0;
}

.search__area input[type="text"]:hover{border: none;}

.header .header__homeBtn {
    display: none; }
  .header__inner {
    width: 100%;
    margin: auto;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) and (max-width: 1779px) {
      .header__inner {
        padding: 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 1299px) {
      .header__inner {
        padding-bottom: 0;
        margin-bottom: -20px; } }
    @media only screen and (max-width: 767px) {
      .header__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .header__inner > * {
      width: 33%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .header__inner > * {
          width: 26%; } }

    @media only screen and (min-width: 768px) and (max-width: 1779px) {
      .header__primary {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 767px) {
      .header__primary {
        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; } }

    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .header__secondary {
        -webkit-transform: translateX(-5.5%) scale(0.8);
        -ms-transform: translateX(-5.5%) scale(0.8);
        transform: translateX(-5.5%) scale(0.8); } }
    @media only screen and (min-width: 768px) and (max-width: 879px) {
      .header__secondary {
        -webkit-transform: translateX(-9%) scale(0.8);
        -ms-transform: translateX(-9%) scale(0.8);
        transform: translateX(-9%) scale(0.8); } }

      .header__secondary {
        width: 48%;
		padding-left: 5px;
        -webkit-transform: translateX(-6%);
        -ms-transform: translateX(-6%);
        transform: translateX(-6%); }
    @media only screen and (min-width: 768px) and (max-width: 1299px) {
      .header__links {
        padding-bottom: 65px; } }

  .header__link {
    font-size: 1.1rem;
    text-decoration: none;
    color: #222222;
    margin-left: 1em;
    position: relative;
    padding-left: 1em; }
    @media only screen and (min-width: 768px) and (max-width: 1479px) {
      .header__link {
        font-size: 1rem;
        margin-left: .4rem;
        padding-left: .8rem; } }
    .header__link:before {
      content: "";
      display: block;
      width: 50px;
      height: 50px;
      border-top: solid 1px #222222;
      border-right: solid 1px #222222;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg); }
    @media only screen and (min-width: 768px) {
      .header__link:hover {
        text-decoration: underline; } }
  .header__utility {
    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; }
    @media only screen and (min-width: 768px) and (max-width: 1299px) {
      .header__utility {
        -webkit-transform: translateY(-4.2rem);
        -ms-transform: translateY(-4.2rem);
        transform: translateY(-4.2rem); } }
  .header__search {
    border: solid 1px #DEDEDE;
    border-radius: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    width: 320px;
    height: 32px;
    position: relative;
    padding-left: 32px;
    padding-right: 62px;
    margin-right: .5rem; }
    @media only screen and (min-width: 768px) and (max-width: 1779px) {
      .header__search {
        width: 225px; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .header__search {
        width: 175px; } }
    @media only screen and (min-width: 768px) and (max-width: 879px) {
      .header__search {
        width: 150px; } }
    .header__search img {
      position: absolute;
      top: 50%;
      left: 1.3rem;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .header__search input::focus {
      border: none;
      outline: none; }
    .header__search input[type="text"] {
      outline: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0;
      border: none;
      width: 100%;
      height: 3rem;
      line-height: 3rem;
      padding: 0;
      background: transparent; }
    .header__search input[type="image"] {
      position: absolute;
      top: 50%;
      right: .7rem;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 0; }
  .header__btns {
    letter-spacing: -5em;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .header__btns:after {
        content: "";
        display: block;
        clear: both; } }

    @media only screen and (min-width: 768px) and (max-width: 1779px) {
      .header__btn {
        height: 40px;
        width: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .header__btn {
        height: 35px;
        width: 35px; } }
    @media only screen and (min-width: 768px) and (max-width: 909px) {
      .header__btn {
        height: 30px;
        width: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 779px) {
      .header__btn {
        height: 25px;
        width: 25px; } }
    .header__btn img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .header__btn img[src*="icon_people.svg"] {
        width: 16px; }
      .header__btn img[src*="icon_cart.svg"] {
        width: 20px; }
    @media only screen and (min-width: 768px) {
      .header__btn:hover {
        opacity: .8;
        -webkit-transition: all .1s;
        -o-transition: all .1s;
        transition: all .1s; } }

.globalNav {
  background: black; }
  .globalNav img {
    vertical-align: middle; }
    @media only screen and (min-width: 768px) {
      .globalNav img[src*="icon_cart_wh"] {
        -webkit-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
        transform: translateY(-15%);
        margin-right: 1.2rem;
        width: 21px
        height: 21px; } }
    @media only screen and (max-width: 767px) {
      .globalNav img[src*="icon_cart_wh"] {
        -webkit-transform: translate(-50%, -45%);
        -ms-transform: translate(-50%, -45%);
        transform: translate(-50%, -45%); } }
    @media only screen and (min-width: 768px) {
      .globalNav img {
        margin-right: .5rem; } }


.globalNav__items {
    position: relative;
    display: table;
    margin: 0 auto;
}
.globalNav__items {width: 100%;}


    @media only screen and (min-width: 768px) {
      .globalNav__items:after {
        content: "";
        display: block;
        height: 2.6rem;
        width: 1px;
        background: #666666;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }

    @media only screen and (min-width: 768px) {
      .globalNav__item {
        max-width: calc(100% / 5 - .5rem);
        height: 6rem;
        line-height: 6rem;
        width: 24.7rem; } }
    @media only screen and (max-width: 767px) {
 }
    .globalNav__item:after {
      content: "";
      display: block;
      height: 2.6rem;
      width: 1px;
      background: #666666;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.globalNav__item:after {height: 38px;}


    .globalNav__item--shop {
      background: #666666; }
    @media only screen and (min-width: 768px) {
      .globalNav__item:hover {
        opacity: .65; } }

.js-sticky__wrapper.is-default {
  height: inherit !important; }

@media only screen and (min-width: 768px) {
  .js-sticky.is-fixed .header__inner {
    padding-bottom: 1rem;
    margin-bottom: 0; }
  .js-sticky.is-fixed .header__primary {
    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; }
    .js-sticky.is-fixed .header__primary .header__homeBtn {
      display: block;
      margin-right: 2rem;
      -webkit-transition: all .1s;
      -o-transition: all .1s;
      transition: all .1s; }
      .js-sticky.is-fixed .header__primary .header__homeBtn:hover {
        opacity: .8; }
  .js-sticky.is-fixed .header__links {
    display: none; }
  .js-sticky.is-fixed .header__utility {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .js-sticky.is-fixed img[src*="logo"] {
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s; }
  .js-sticky.is-fixed img[src*="logo_sports_authority"] {
    width: 82px; }
  .js-sticky.is-fixed img[src*="logo_corners"] {
    width: 90px; }
  .js-sticky.is-fixed img[src*="logo_outside_the_box"] {
    width: 53px; }
  .js-sticky.is-fixed .globalNav__item {
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    height: 4.4rem;
    line-height: 4.4rem; } }

@media only screen and (max-width: 767px) {
  .js-sticky.is-fixed.is-show .header__top {
    height: 0;
    padding: 0;
    overflow: hidden; }
}

.globalNav {
  position: relative; }
  .globalNav__drop {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    z-index: 90;
    background: #EBEDEF; }
    .globalNav__drop.is-open {
      display: block;
      opacity: 0; }
      .globalNav__drop.is-open.is-show {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        opacity: 1; }
    .globalNav__drop__inner {
      padding: 2rem 2rem 5rem; }
      @media only screen and (max-width: 767px) {}


        .globalNav__drop__inner {
    	padding: 15px 15px 35px;
          max-height: calc(100vh - 11.2rem);
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          overflow-y: scroll; }

    .globalNav__drop__close {
      text-align: center;
      margin-top: 40px;
      color: #222222;
}
      .globalNav__drop__close span {
        text-decoration: underline !important;
        line-height: 1.2;
        display: inline-block;
        color: #222222; }
    .globalNav__drop .onlineshops {
      /*max-width: 1000px;*/
      margin: auto; }

.drop__bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4); }
.drop__bg.is-close{display: none;}

.drop__bg.is-open {
    opacity: 0;
    z-index: 20;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.drop__bg.is-open.is-show {
    opacity: 1;
	display: block;
}

body.is-open .js-sticky,
body.is-search .js-sticky {
  position: fixed;
  z-index: 100;
  width: 100%;	
}

body.is-open .globalNav,
body.is-search .globalNav {display: none;}

body.is-open--drop .js-sticky,
body.is-open--modal:not(.is-open--filter) .js-sticky {z-index: 100; }
body.is-open--drop .js-sticky .header, body.is-open--drop .js-sticky .globalNav,
body.is-open--modal:not(.is-open--filter) .js-sticky .header,
body.is-open--modal:not(.is-open--filter) .js-sticky .globalNav {
    position: relative;
    z-index: 100; }

body.is-open--filter .js-sticky {z-index: 10;}

body.is-open--filter .header, body.is-open--filter .globalNav {
  position: relative;
  z-index: 1 !important; }

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100vw;
  max-height: 100vh;
  z-index: 100; }
  @media only screen and (min-width: 768px) {
    .modal {
      -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.2); } }
  @media only screen and (max-width: 767px) {
    .modal {
      top: 15rem;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }
  .modal.is-open {
    display: block;
    opacity: 0; }
    .modal.is-open.is-show {
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      opacity: 1; }
  @media only screen and (max-width: 767px) {
    .modal__inner {
      max-height: calc(100vh - 24.2rem);
      overflow: scroll; } }
  .modal__bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: #ebedef; }
    .modal__bg.is-open {
      opacity: 0;
      z-index: 20;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      .modal__bg.is-open.is-show {
        opacity: 1; }
  .modal__closeBtnWrap {
    padding: 3.6rem 1rem;
    text-align: center; }
  .modal__closeBtn {
    color: #222222;
    font-size: 1.4rem;
    text-decoration: underline !important; }
    .modal__closeBtn span {
      border-bottom: solid 1px #222222; }

.filter.js-modal__box.is-open {
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  -o-transition: transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s; }
  .filter.js-modal__box.is-open.is-show {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }

@media only screen and (min-width: 768px) {
  .onlineshops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ebedef; } }

.onlineshop {
  background: white; }
  @media only screen and (min-width: 768px) {
    .onlineshop {
      width: calc(100% / 3 - 2px);
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 1rem 1.5rem 3rem; } }
  @media only screen and (max-width: 767px) {
    .onlineshop {
      width: 345px;
      margin-bottom: .2rem; } }
  @media only screen and (min-width: 768px) {
    .onlineshop__header {
      margin-bottom: 1.8rem;
      padding-top: 10rem;
      position: relative; }
      .onlineshop__header img {
        position: absolute;
        top: calc(50% - 2rem);
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }


    .onlineshop__header {
      padding: 19px 0;
      padding-left: 115px;
      padding-right: 60px;
      position: relative;
      font-size: 12px;
      line-height: 1.66667;
      text-align: left; }

    .onlineshop__header h2{
		font-size: 12px;
		padding: 10px 2px 10px 6px;
	}

      .onlineshop__header img {
        position: absolute;
        top: 50%;
        left: 57px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

        .onlineshop__header img[src*="logo_sports_authority.svg"] {width: 80px;}
        .onlineshop__header img[src*="logo_corners.svg"] {width: 80px;}
        .onlineshop__header img[src*="logo_outside_the_box.svg"] {width: 60px;}




  @media only screen and (max-width: 767px) {
    .onlineshop__header:not(.is-open):after {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background: url(../../img/usr/common/svg/icon_plus.svg) center no-repeat;
      background-size: cover;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .onlineshop__header.is-open:after {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background: url(../../img/usr/common/svg/icon_minus.svg) center no-repeat;
      background-size: cover;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media only screen and (min-width: 768px) {
    .onlineshop__body {
      display: inline-block;
      padding-right: 1.5rem; } }
  @media only screen and (max-width: 767px) {
    .onlineshop__body:not(.is-open) {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .onlineshop__body a {
      margin: 0;
      text-decoration: none;
      font-size: 14px;
      padding: 15px 5px 15px 30px;
      position: relative;
      border-top: solid 2px #ebedef;
      display: block;
      width: auto; }
      .onlineshop__body a:after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-top: solid 2px #999999;
        border-right: solid 2px #999999;
        position: absolute;
        top: 50%;
        right: 25px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); } }
  .onlineshop__top {
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 21px;
    color: #222222; }
  .onlineshop__link {
    display: block;
    color: #222222;
    font-size: 12px;
    text-decoration: none;
    position: relative;
    padding-left: 1em;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .onlineshop__link:hover {
        text-decoration: underline; } }
    @media only screen and (min-width: 768px) {
      .onlineshop__link:before {
        content: "";
        display: block;
        width: .5em;
        height: .5em;
        border-top: solid 1px #222222;
        border-right: solid 1px #222222;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); } }

body:not([class*="is-open"]) {position: static !important; }
body[style*="fixed"] .drawer,
body[class*="is-fixed"] .drawer {padding-top: 56px;}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*min-height: 100vh;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: scroll;
  z-index: 99;
  /*padding-top: 76px;*/
  box-sizing: border-box;
  display: none; }

.drawer.is-search,
.drawer.is-open{padding-top: 76px;}

@-webkit-keyframes fadeOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  99% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%); } }

@keyframes fadeOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  99% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%); } }

.menu {background: #000000; }
.menu__item__head, .menu__link, .menu__home {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 24px 64px 24px 29px;
    line-height: 1.2;
}

  .menu__item__head, .menu__link {
    position: relative; }
    .menu__item__head:before,
	.menu__link:before {
      content: "";
      display: block;
      width: calc(100% - 30px);
      height: 1px;
      background: #535353;
      position: absolute;
      bottom: 0;
      left: 15px;
}

.menu__link:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: solid 2px #CCCCCC;
    border-right: solid 2px #CCCCCC;
    position: absolute;
    top: 50%;
    right: 34px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

  .menu__home img {
    vertical-align: middle;
    margin-right: 5px; }
  .menu__item__head:not(.is-open):after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../img/usr/common/svg/icon_plus_03.svg) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .menu__item__head.is-open:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../img/usr/common/svg/icon_minus_03.svg) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .menu__item__body {padding: 0 15px; }
    .menu__item__body:not(.is-open) {
      display: none; }
.menu__item__body a {
      display: block;
      background: #222222;
      border-bottom: solid 1px #333333;
      text-decoration: none;
      color: #CCCCCC;
      font-size: 13px;
      padding: 16px 38px 16px 41px;
      position: relative;
}
      .menu__item__body a:before {
        content: "";
        display: block;
        width: 5px;
        height: 1px;
        background: #CCCCCC;
        position: absolute;
        top: 50%;
        left: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .menu__item__body a:after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-top: solid 2px #CCCCCC;
        border-right: solid 2px #CCCCCC;
        position: absolute;
        top: 50%;
        right: 21px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
}
      .menu__item__body a img {
        vertical-align: middle; }
.menu .menu__item--user .menu__item__head,
.menu .menu__item--user .menu__item__body {background: #333333; }
    .menu .menu__item--user .menu__item__body a {
      background: #333333;
      padding-left: 14px;
      border-bottom: 1px solid #444444; }
      .menu .menu__item--user .menu__item__body a:before {
        display: none; }
      .menu .menu__item--user .menu__item__body a img {
        margin-right: .5rem;
	width: 32px;
}
  .menu__item__sns:not(.is-open) {
    display: none; }
  .menu__item__sns__item {
    border-bottom: solid 1px #333333;
    padding: 17px; }
    .menu__item__sns__item__title {
      text-align: center;
      font-size: 13px;
      font-weight: bold;
      margin-bottom: 18px;
      color: white;
	background: transparent;
}
    .menu__item__sns__item__sns {
      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; }
      .menu__item__sns__item__sns a {margin: 0 17px; }
  .menu:not(.is-login) .menu__item--after {display: none; }
  .menu.is-login .menu__item--before {
    display: none; }
  .menu__close {
    padding: 15px;
    text-decoration: underline;
    color: white;
    display: block;
    text-align: center;
    padding-bottom: 80px;
}

.search {
  background: #EBEDEF; }
  .search__head {
    background: #000000;
    padding: 15px; }
  .search__area {
    border: solid 1px #DEDEDE;
    border-radius: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    height: 34px;
    position: relative;
    padding-left: 42px;
    padding-right: 62px;
    margin-right: 5px;
    background: white; }
    .search__area img {
      position: absolute;
      top: 50%;
      left: 13px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 20px; }
    .footer__nav__list li a:before {
      margin: 0;
      border: none;
      width: 100%;
      height: 32px;
      line-height: 32px;
      padding: 0;
      background: transparent;
      font-size: 16px;
	outline: 0;
}
    .search__area input[type="image"] {
      position: absolute;
      top: 50%;
      right: 7px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 0;
      width: 48px; }
  .search__hotword {
    color: #CCCCCC;
    font-size: 12px;
    text-align: center;
    margin-top: 7px; }
    .search__hotword a {
      color: #CCCCCC;
      margin-left: 5px;
	text-decoration: underline;
}
  .search__body {
    padding: 20px 15px; }
    .search__body__title {
      font-size: 22px;
      font-weight: bold;
      text-align: center; }
  .search__category {
    margin-top: 15px;
    background: white; }
    .search__category__head {
      padding: 13px;
      text-align: center; }
    .search__category__body a {
      color: #222222;
      text-decoration: none;
      font-size: 14px;
      display: block;
      padding: 15px 5px 15px 29px;
      border-top: solid 1px #EEEEEE;
      position: relative; }
      .search__category__body a:after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-top: solid 2px #999999;
        border-right: solid 2px #999999;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        right: 28px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }
  .search__close {
    padding: 15px;
    text-decoration: underline;
    color: #222222;
    display: block;
    text-align: center;
    padding-bottom: 80px;
}

/* ================フッター==================== */
.footer__primary {
	background: #222222;
	padding: 8rem 2rem;
}

@media only screen and (max-width: 767px) {
	.footer__primary {
		padding: 10px 0px;
		display: -webkit-box;
		display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;}
}

.footer__bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: .5rem 0;

}

@media only screen and (max-width: 767px) {
	.footer__bnrs:first-child img {width: 10.8rem; }
}

.footer__bnrs:not(:first-child) {margin-top: 6rem;}

@media only screen and (max-width: 767px) {
	.footer__bnrs:not(:first-child) {margin-top: 20px;}
    .footer__bnrs:not(:first-child) img {width: 16.5rem;}
}

@media only screen and (max-width: 767px) {
    .footer__bnr--01 {
      width: 6.8rem; }
}

@media only screen and (max-width: 767px) {
    .footer__bnr--02 {
     width: 10.5rem; }
}

.footer__bnr {
  display: inline-block;
  margin: 0 2.5rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.footer__bnr img {
    width: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.footer__bnr {
      margin: 0.4rem;
	}
}

@media only screen and (min-width: 768px) {
    .footer__bnr:hover {
      opacity: .75; }
}



.footer__secondary {
  background: #000;
  color: white;
}
  @media only screen and (min-width: 768px) {
    .footer__secondary .footer__inner {
      width: 100%;
      padding: 7rem 0;
      margin: 0 auto;
      position: relative; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .footer__secondary .footer__inner {
      padding: 4rem 1rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  @media only screen and (max-width: 767px) {
    .footer__secondary {
      padding: 20px 15px;
	  }
}

@media only screen and (min-width: 768px) {
  .footer__navs {
    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; } }

@media only screen and (max-width: 767px) {
  .footer__navs {
    border-top: 1px solid #222222; } }

@media only screen and (min-width: 768px) {
  .footer__nav {
    margin-bottom: 7rem; }
    .footer__nav:first-child, .footer__nav:nth-child(6) {
      width: 32rem;
      width: 26.71119%; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 959px) {
      .footer__nav:first-child, .footer__nav:nth-child(6) {
        width: 23%; } }

@media only screen and (min-width: 768px) {
    .footer__nav:nth-child(2), .footer__nav:nth-child(7) {
      width: 21.6rem;
      width: 18.03005%; }
    .footer__nav:nth-child(3), .footer__nav:nth-child(8) {
      width: 26.4rem;
      width: 22.03673%; }
    .footer__nav:nth-child(4), .footer__nav:nth-child(9) {
      width: 24rem;
      width: 20.03339%; } }

.footer__nav__title {
  font-size: 14px;
  font-weight: bold;
	background: transparent;
}

  @media only screen and (min-width: 768px) {
    .footer__nav__title {
      margin-bottom: 1.5rem; }
}

  @media only screen and (max-width: 767px) {
    .footer__nav__title {
		border-bottom: 1px solid #222222;
		padding: 17px 30px 17px 13px;
		line-height: 1.2;
		position: relative;
	  }
      .footer__nav__title:not(.is-open):after {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        background: url("../../img/usr/common/svg/icon_plus_02.svg") center no-repeat;
        background-size: cover;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
	  }
	  
      .footer__nav__title.is-open:after {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        background: url("../../img/usr/common/svg/icon_minus_02.svg") center no-repeat;
        background-size: cover;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
}

@media only screen and (max-width: 767px) {
  .footer__nav__list:not(.is-open) {
    display: none; } }

@media only screen and (max-width: 767px) {
  .footer__nav__list li {
    margin-top: -1px; } }

.footer__nav__list li a {
  color: #CCCCCC;
  text-decoration: none !important;
  font-size: 14px;
  padding-left: 1em;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .footer__nav__list li a {
      letter-spacing: 0;
      font-size: 1.1rem; } }
  @media only screen and (max-width: 767px) {
    .footer__nav__list li a {
      font-size: 14px;
      line-height: 1.2;
      padding: 16px 41px;
      background: #222222;
      display: block;
      border-top: solid 1px #333333;
	  }
      .footer__nav__list li a:after {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-top: solid 2px #CCCCCC;
		border-right: solid 2px #CCCCCC;
		position: absolute;
		top: 50%;
		right: 21px;
		-webkit-transform: translateY(-50%) rotate(45deg);
		-ms-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
	  }
}
  @media only screen and (min-width: 768px) {
    .footer__nav__list li a:hover {
      opacity: .75; } }
  .footer__nav__list li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background: #CCCCCC;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

      .footer__nav__list li a:before {left: 16px; }

.footer__nav__sns {
  letter-spacing: 0; }
  @media only screen and (max-width: 767px) {
    .footer__nav__sns:not(.is-open) {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .footer__nav__sns {
      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; } }
  @media only screen and (max-width: 767px) {
    .footer__nav__sns {
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  @media only screen and (min-width: 768px) {
    .footer__nav__sns a {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      margin-right: 2.2rem; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1919px) {
    .footer__nav__sns a {
      margin-right: 1rem; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .footer__nav__sns a:hover {
      opacity: .75; } }
  @media only screen and (max-width: 767px) {
 }

    .footer__nav__sns__item {
      border-bottom: solid 1px #333333;
      padding: 17px;
	  }


      .footer__nav__sns__item__title {
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 18px;
	background: transparent;
}
      .footer__nav__sns__item__sns {
        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; }
        .footer__nav__sns__item__sns a {
          margin: 0 17px;
}


.footer__utility a {
  color: white;
  text-decoration: none !important;
  font-size: 1.2rem; }
  .footer__utility a span {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  @media only screen and (min-width: 768px) {
    .footer__utility a:hover span {
      opacity: .75; } }
  .footer__utility a:not(:first-child) {
    margin-left: 3.4rem;
    position: relative; }
    .footer__utility a:not(:first-child):before {
      content: "";
      display: block;
      width: 1px;
      height: 1.2em;
      background: white;
      position: absolute;
      top: 50%;
      left: -2rem;
      -webkit-transform: translateY(-50%) rotate(30deg);
      -ms-transform: translateY(-50%) rotate(30deg);
      transform: translateY(-50%) rotate(30deg); }

.footer__seculity {
  width: 40.8rem;
  width: 34.05676%;
  position: absolute;
  bottom: 7rem;
  right: 0; }
  .footer__seculity:after {
    content: "";
    display: block;
    clear: both; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .footer__seculity {
      right: 1rem;
      bottom: 4rem; } }
  .footer__seculity__link {
    float: left;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media only screen and (min-width: 768px) {
      .footer__seculity__link:hover {
        opacity: .75; } }
  .footer__seculity__text {
    overflow: hidden;
    color: #999999;
    font-size: 1.1rem;
    padding-left: 2rem; }

.footer__tertiary {
  padding: 3.5rem 2.5rem;
  text-align: center;
  background: white;
}

@media only screen and (max-width: 767px) {
    .footer__tertiary {
      padding: 1rem; }
}

.footer > .btnPageTop {
  position: relative;
  z-index: 10; }
  .footer > .btnPageTop .btnPageTop__hook {
    background: white;
    width: 4.3rem;
    height: 4.3rem;
    text-align: center;
    color: white;
    background: url(/cms/common/img/icon_top.svg) center no-repeat;
    background-size: cover;
    border-radius: 50%; }
    .footer > .btnPageTop .btnPageTop__hook span {
      overflow: hidden;
      text-indent: -5em; }
  .footer > .btnPageTop .btnPageTop__hook:not(.is-fixed) {
    position: absolute;
    top: 0;
    right: 1.2rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .footer > .btnPageTop .btnPageTop__hook.is-fixed {
    position: fixed;
    bottom: 3rem;
    right: 1.2rem;
}

/* カート画面追従調整 */
.page-cart .block-cart--procedure-container__fixed{
  /* z-index: 10001; */
  position: static;
  padding: 20px;
}

.js-order-fixed-box-dummy{
  display: none;
}

/* アプリ　アドセンス非表示 */
body.page-blog.app_true .adsbygoogle{display: none!important;}

/* フッターアプリ */
/* ===============フッターアプリ==================== */
.footer__app {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__app__logo {
  margin-right: 15px;
  width: 70px;
}
.footer__app__download__ttl {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}
.footer__app__download__desc {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__app__download__desc__link {
  max-width: 145px;
}
.footer__app__download__desc__link + .footer__app__download__desc__link {
  margin-left: 10px;
}
@media only screen and (max-width: 320px) {
  .footer__app__download__ttl {
    font-size: 14px;
    letter-spacing: 0;
  }
}

/* ---------------一覧------------------ */
.block-genre-free-recome-list{
    background: #F6F6F6;
    border-radius: 8px;
    padding: 0 0 65px 15px;
    margin-bottom: 42px;
}

.block-genre-free-recome-list .block-genre-free-recome-list-scroll{overflow: hidden;}

.block-genre-free-recome-list .block-genre-free-recome-list-inner{
    display: flex;
    gap: 16px;
    margin-top: 10px;
  width: auto;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding-right: 10px;
}

.block-genre-free-recome-list .block-genre-free-recome-list-inner::-webkit-scrollbar {
  width: 8px;
  height: 3px;
}

.block-genre-free-recome-list .block-genre-free-recome-list-inner::-webkit-scrollbar-track {background-color: #ddd;}
.block-genre-free-recome-list .block-genre-free-recome-list-inner::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 2px;
}

.block-genre-free-recome-list .block-genre-free-recome-list-inner li{padding-bottom: 20px;}
.block-genre-free-recome-list .block-genre-free-recome-sec{padding: 50px 0 0;}
.block-genre-free-recome-list a{text-decoration: none;}
.block-genre-free-recome-list figure{
    width: 110px;
    height: 110px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
  padding: 8px;
}

.block-genre-free-recome-list span{
    display: block;
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
}

.block-genre-free-recome-ttl{
    font-size: 16px;
    font-weight: 600;
}

/* ---------------商品詳細------------------ */
.page-goods .block-goods-sales-detail-append .fieldset-vertical{
  display: block;
  border-left: #ddd 1px solid;
  border-right: #ddd 1px solid;
  border-bottom: #ddd 1px solid;		
}
.page-goods .block-goods-sales-detail-append .fieldset-vertical .form-group {
  position: relative;
  width: 100%;
  border-top: #ddd 1px solid;
	margin: 0;
}

.page-goods .block-goods-sales-detail-append .fieldset-vertical .form-group .form-label,
.page-goods .block-goods-sales-detail-append .fieldset-vertical .form-group .constraint,
.page-goods .block-goods-sales-detail-append .fieldset-vertical .form-group .form-control{
  float: none;
  vertical-align: baseline;
  box-sizing: border-box;
}

.page-goods .block-goods-sales-detail-append .fieldset-vertical .form-group .form-label{
    width: 100%;
    padding: 16px 38px 16px 10px;
    text-align: left;
    background: #f9f9f9;
    border-bottom: #ddd 1px solid;
}

.page-goods .block-goods-sales-detail-append .fieldset-vertical .form-group .constraint{
    width: 35px;
    padding: 2px;
    background: #f9f9f9;
    position: absolute;
    top: 15px;
    right: 8px;
    margin: 0;
}

.page-goods .block-goods-sales-detail-append .fieldset-vertical .form-group .form-control{
  width: 100%;
	padding: 10px 10px 5px 10px;
}

/* セレクト */
.page-goods .block-goods-sales-detail-append .fieldset-vertical .form-group .form-control select{
  border-radius: 5px;
  width: 100%;
  height: 40px;
  line-height: 40px;
	background: linear-gradient(to bottom, #FCFCFC, #FFFFFF, #F5F5F5);
  line-height: 1;
}

.page-goods .block-goods-sales-detail-append--item .constraint .required{margin: 0 8px 0 0;}

/* ラジオボタン */
.page-goods .block-goods-sales-detail-append .fieldset-vertical .form-group .form-control input[type="radio"] + label{
  display: inline-block;
  padding-left: 28px;
}

.page-goods .block-goods-sales-detail-append .fieldset-vertical .form-group .form-control input[type="radio"] + label::before{
    width: 26px;
    height: 26px;
    top: -4px;
}

.page-goods .block-goods-sales-detail-append .fieldset-vertical .form-group .form-control input[type="radio"]:checked + label::before{background: #000;}
.page-goods .block-goods-sales-detail-append .fieldset-vertical .form-group .form-control input[type="radio"]:checked + label:after{
    border: none;
    width: 12px;
    height: 12px;
    left: 7px;
    top: 3px;
    background: #fff;
    border-radius: 50%;
}

/* チェックボックス */
.page-goods .block-goods-sales-detail-append .fieldset-vertical .form-group .form-control input[type="checkbox"] + label{
  padding: 0 0 0 35px;
  display: inline-block;
}

.page-goods .block-goods-sales-detail-append .fieldset-vertical .form-group .form-control input[type="checkbox"] + label:before{
  width: 26px;
  height: 26px;
  border-radius: 3px; 
}

.page-goods .block-goods-sales-detail-append .fieldset-vertical .form-group .form-control input[type="checkbox"] + label:before{top: -4px;}
.page-goods .block-goods-sales-detail-append .fieldset-vertical .form-group .form-control input[type="checkbox"]:checked + label:before{background: #000;}
.page-goods .block-goods-sales-detail-append .fieldset-vertical .form-group .form-control input[type="checkbox"]:checked + label:after{
    top: 1px;
    left: 9px;
    width: 8px;
    height: 13px;
    border-right: solid 3px #fff;
    border-bottom: solid 3px #fff;
    border-radius: 1px;
}

/* 販売開始前 */
.page-goods .block-before-release-cart{
  margin-top: 10px;
  order: 150;
}

.page-goods .block-goods-release-dt-text{
	text-align: center;	
	font-weight: 600;
}

.page-goods .block-before-release-cart .block-before-release-cart-btn{
  padding: 18px 0 18px 18px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 60px;
	background: #ccc;
	text-align: center;
  margin-bottom: 10px;
}

.page-goods .block-goods-price--on-sales-comment{text-align: left;}
.page-goods .block-icon {order: 10;}
.page-goods .block-contact-about-goods{text-align: left;}

.page-goods .block-goods-miles-txt{
	order: 122;
	margin-top: 12px;
	padding-left: 25px;
	position: relative;
	font-size: 14px;
	font-weight: 500;
}

.page-goods .block-goods-miles-txt span{font-weight: 400;}
.page-goods .block-goods-miles-txt:after{
	position: absolute;
	content: "";
	left: 0;
	top: 1px;
	width: 20px;
	height: 20px;
	background: url(../../img/usr/pc/common/icon_miles.png) no-repeat;
}

.page-goods .block-brand-name{color: #666;}
.page-goods .help-block{
  color: #000;
  margin-top: 2px;
  margin-bottom: 15px;
}

.page-goods .block-goods-sales-detail-append .fieldset-vertical .form-label label{font-weight: 500;}
.page-goods .block-variation--item.size-disable-stock dt{background-color: #fff;}

/* アコーディン */
.page-goods .block-goods-detail dl.accordion > dt h3::before{display: none;}
.page-goods .block-goods-detail dl.accordion > dt h3::after{
  position: absolute;
  top: 14px;
  right: 20px;
  display: block;
  width: 24px;
  height: 24px;
  background: transparent;
  content: "";
  background:url(../../img/usr/sp/common/acc_plus.svg) no-repeat;
}

.page-goods .block-goods-detail dl.accordion>dd{padding: 0 0 45px 0;}
.page-goods .block-goods-detail dl.accordion>dd .goods-item-list,
.page-goods .block-goods-detail dl.accordion>dd .block-goods-stock-msg{padding: 0 15px;}
.page-goods .block-goods-detail dl.accordion.open > dt h3::after{background:url(../../img/usr/sp/common/acc_minus.svg) no-repeat;}
.page-goods .block-goods-detail ul.link-list li a:after{left: 90%;}
.page-goods .block-goods-detail ul.link-list li a{font-weight: 400;}

/* Aireco */
.page-goods .block-goods-airecommend-inner > div:first-child{border-top: solid 1px #ddd;}
.page-goods .block-goods-airecommend-ttl{
	font-size: 16px;
	font-weight: 600;
  padding: 0 10px 0 20px;
	margin-bottom: 30px;
}

.page-goods .block-goods-airecommend-item{
	padding: 45px 0 50px;
	border-bottom: solid 1px #ddd;
}

.page-goods .block-goods-camp-area .block-goods-camp-link{
	position: relative;
	display: block;
	margin-top: 8px;
	margin-left: 25px;
	text-decoration: underline;
	color: #444;
	font-size: 16px;
}

.page-goods .block-goods-camp-area .block-goods-camp-link:after{
	position: absolute;
	content: "";
	left: -25px;
	background: url(../../img/usr/pc/common/common_link_arrow.png) no-repeat;
	width: 19px;
	height: 19px;
  top: 4px;
}

.page-goods .block-goods-detail .block-goods-price{
	display: flex;
	flex-wrap: wrap;
}

.page-goods .block-goods-camp-area{
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.page-goods .block-goods-detail .block-goods-price .block-goods-price--on-sales-comment,
.page-goods .block-goods-detail .block-goods-price .goods-detail-description,
.page-goods .block-goods-detail .block-goods-price .block-goods-price--price,
.page-goods .block-goods-detail .block-goods-price .block-goods-price--customer-price{width: 100%;}
.page-goods .block-goods-detail .block-goods-price .block-goods-price--on-sales-comment{order: 10;}
.page-goods .block-goods-detail .block-goods-price .block-goods-price--price{order: 20;}
.page-goods .block-goods-detail .block-goods-price .block-goods-price--customer-price{order: 30;}
.page-goods .block-goods-detail .block-goods-price .goods-detail-description{
	order: 40;
	font-size: 12px;
	margin-top: 10px;
  color: #999;
}

.block-goods-price .block-goods-price--price::before {
    display: inline-block;
    width: 60px;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    border-radius: 3px;
    color: #FFF;
    text-align: center;
    background: #999;
    letter-spacing: 4px;
    content: "価格";
}

.block-goods-price .block-goods-price--customer-price::before {
    display: inline-block;
    width: 60px;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    border-radius: 3px;
    color: #FFF;
    text-align: center;
    background: #E83434;
    letter-spacing: 1.2px;
    content: "会員価格";
}

/* ------------------------------
    重要なお知らせ
-------------------------------*/
.u-header-info{background: #f6f6f6;}
.u-header-info .swiper-container{
    text-align: center;
	position: relative;
}
.u-header-info .swiper-container a{
    margin: 0 auto;
    line-height: 30px;
    font-size: 11px;
    font-weight: 400;
    padding: 0 25px;
    display: block;
}

.u-header-info .swiper-container .u-header-slide-prev,
.u-header-info .swiper-container .u-header-slide-next {
  position: absolute;
  top: 0;
  z-index: 50;
  display: block;
  width: 30px;
  height: 100%;
  cursor: pointer;
}

.u-header-info .swiper-container .u-header-slide-prev {left: 0;}
.u-header-info .swiper-container .u-header-slide-next {right: 0;}
.u-header-info .swiper-container .u-header-slide-prev:before,
.u-header-info .swiper-container .u-header-slide-next:before {
  content: "";
  position: absolute;
  top: 54%;
  z-index: 10;
  display: block;
  width: 7px;
  height: 7px;
  transform-origin: center;
}

.u-header-info .swiper-container .u-header-slide-prev:before {
  left: 42%;
  transform: rotate(45deg) translate(-50%, -50%);
  border-bottom: 1px solid #777;
  border-left: 1px solid #777;
}
.u-header-info .swiper-container .u-header-slide-next:before {
  right: 42%;
  transform: rotate(45deg) translate(-50%, -50%);
  border-top: 1px solid #777;
  border-right: 1px solid #777;
}

.u-header-info .swiper-container .u-header-slide-prev.swiper-button-disabled,
.u-header-info .swiper-container .u-header-slide-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

/* ---------------マイページ配下------------------ */
.block-history-search--items{
	font-weight: 500;
	background: #F6F6F6;
	border-radius: 8px;
	margin: 14px 0;
	padding: 10px 20px;
}
.block-history-search--items select{
	margin-right: 10px;
}
.action:has(.block-favorite--add-to-cart),.action:has(.block-favorite--back),.action:has(.block-point-history-list--back),.action:has(.block-arrival-notice-list--back-to-home){
  width: fit-content;
	position: relative;
	display: block;
  text-align: center;
  margin: 10px auto;
}
.action:has(.block-favorite--add-to-cart)::after{
	content: "";
	width: 6px;
	height: 6px;
	border-right: 2px solid #FFF;
	border-top: 2px solid #FFF;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%) rotate(45deg);
}
.action:has(.block-favorite--back)::after,.action:has(.block-point-history-list--back)::after,.action:has(.block-arrival-notice-list--back-to-home)::after{
	content: "";
	width: 6px;
	height: 6px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%) rotate(45deg);
}
.btn.btn-primary.block-favorite--add-to-cart{
	font-size: 11px;
	width: 304px;
  height: 44px;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-radius: 30px;
	margin: 0;
	padding: 10px 14px;
	position: relative;
	background: #000;
	border-color: #000;
}
.btn.btn-default.block-favorite--back,.btn.btn-default.block-point-history-list--back,.btn.btn-default.block-arrival-notice-list--back-to-home{
	width: 304px;
  height: 44px;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-radius: 30px;
  margin: 0;
	padding: 10px 14px;
	position: relative;
}

/* ---------------クーポンの確認------------------ */
.block-coupon-list {
  margin: 0;
  padding: 16px;
}
.block-coupon-list--header{
  font-size: 20px;
  font-weight: bold;
}
.block-coupon-list .block-coupon-list--title{
	font-size: 16px;
	font-weight: bold;
	position: relative;
	margin: 50px 0 15px;
	padding-left: 40px;
}
.block-coupon-list .block-coupon-list--header-store::before{
	content: "";
	width: 30px;
	height: 26px;
	background: url(../../img/usr/common/svg/ico_shop.svg) center center / contain no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.block-coupon-list .block-coupon-list--header-online::before{
	content: "";
	width: 30px;
	height: 22px;
	background: url(../../img/usr/common/svg/ico_online.svg) center center / contain no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.block-coupon-list-cont{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.block-coupon-list-cont__item{
	width: calc((100% - 15px) / 2);
	background: #F6F6F6;
	border-radius: 8px;
	padding: 15px;
}
.block-coupon-list-cont__item-freespace{
	margin: 0 0 10px;
}
.block-coupon-list-cont__item-name{
	font-size: 12px;
	font-weight: 500;
	margin: 0 0 8px;
}
.block-coupon-list-cont__item-date{
	font-size: 10px;
	color: #E83434;
}
.block-coupon-list-cont__item-btn{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
	background: #000;
	margin: 8px 0 0;
	padding: 12px;
	border-radius: 30px;
	position: relative;
	transition: opacity .3s;
}
.block-coupon-list-cont__item-btn:hover{
	text-decoration: none;
	opacity: 0.7;
}
.block-coupon-list-cont__item-btn::after{
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(45deg);
}
.page-couponlist .action-buttons {
  margin: 60px 0 90px;
}
.page-couponlist .action {
  width: fit-content;
  position: relative;
  display: block;
  text-align: center;
  margin: 10px auto;
}
.page-couponlist .block-coupon-list--back{
  width: 304px;
  height: 44px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 30px;
  margin: 0;
  padding: 10px 14px;
}
.page-couponlist .action::after{
  content: "";
  width: 6px;
  height: 6px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%) rotate(45deg);
}
.block-coupon-detail--detail{
  padding: 0 15px;
}
.block-coupon-detail--header{
	font-size: 20px;
  font-weight: bold;
	margin: 15px 0 0;
  padding: 0 0 10px 8px;
}
.block-coupon-detail--detail-name{
	font-size: 18px;
	font-weight: bold;
  padding: 10px 0 0;
	margin: 0 0 20px;
}
.block-coupon-detail--detail .block-sign{
	border: 1px solid #DDD;
	margin: 0 0 30px;
	padding: 20px;
}
.block--members-card-title{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.block--members-card .block-mypage--members-card-barcode .barcodeTarget {
	margin-bottom: 0;
}
.block--members-card{
	margin: 0 0 20px;
}
.block-coupon-detail .block-mypage--members-card-barcode {
  margin: 0 auto;
  width: 100%;
  min-height: 50px;
  text-align: center;
}
.block-coupon-detail #barcode-image{
  width: 100%;
  height: auto;
}
.block-coupon-detail .block-mypage--members-card-num {
	text-align: center;
  margin-top: 0;
}
.block--shop-card-title{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.block-coupon-detail--img{
	text-align: center;
	margin: 0 0 30px;
	/* display: none; */
}

.block-coupon-detail--img img{max-width: 200px;}

.block-coupon-detail--date{
	font-size: 16px;
	text-align: center;
	color: #E83434;
	margin: 20px 0 0;
}
.block-coupon-detail--detail-freespace{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0 0 56px;
}
.block-coupon-detail--detail-freespace b{
  font-weight: bold;
}
.block-coupon-detail--detail-freespace > * + *{
	margin-top: 30px;
}
.block-coupon-detail--code{
	background: #F6F6F6;
	margin: 0 0 20px;
	padding: 20px;
}
.block-coupon-detail--code-head{
	font-size: 16px;
	font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
.block-coupon-detail--code-body{
  margin: 0 0 10px;
}
.block-coupon-detail--code-body p{
	font-size: 16px;
	font-weight: bold;
	color: #E83434;
  text-align: center;
}
.block-coupon-detail--code-copy{
  width: 304px;
	position: relative;
  margin: 0 auto;
}
.block-coupon-detail--code-copy .copy-message{
	position: absolute;
	text-align: center;
	bottom: -25px;
	left: 0;
	width: 100%;
}
.block-coupon-detail--code-btn{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	height: 44px;
	background: #000;
	border-radius: 30px;
	border: none;
	cursor: pointer;
	padding-inline: 20px;
}
.block-coupon-detail--code-btn span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	height: 100%;
	position: relative;
	margin: 0 auto;
	padding-left: 32px;
	background: url(../../img/usr/common/svg/ico_copy.svg) left center / 17px auto no-repeat;
}
.block-coupon-detail--code-shop{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  margin: 0;
  background: rgba(246,246,246,0.9);
}
.block-coupon-detail--code-shop .block-coupon-detail--code-head{
  display: none;
}
.block-coupon-detail--code form{
	text-align: center;
}
.block-coupon-detail--code form input[type="submit"]{
	font-size: 11px;
	font-weight: bold;
  letter-spacing: 0.05em;
	color: #FFF;
	width: 304px;
	height: 44px;
	background: #000;
	border-radius: 30px;
	border: none;
	cursor: pointer;
}
.page-coupondetail .action-buttons {
  margin: 60px 0 90px;
}
.page-coupondetail .action-buttons .action{
  width: fit-content;
  position: relative;
  display: block;
  text-align: center;
  margin: 10px auto;
}
.page-coupondetail .action-buttons .action::after{
	content: "";
	width: 6px;
	height: 6px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%) rotate(45deg);
}
.page-coupondetail .action-buttons .btn.btn-default{
  width: 304px;
  height: 44px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 30px;
  margin: 0;
  padding: 10px 14px;
}
.page-coupondetail .block-page-top {
  bottom: 140px;
}
.page-coupondetail .block-footer-bottom {
  padding-bottom: 200px;
}

.page-coupondetail .coupon-img{display: none;}
.page-couponlist .block-coupon-list-cont__item-freespace{display: block;}
.page-couponlist .block-coupon-list-cont__item-freespace .coupon-text{display: none;}
.page-couponlist .block-coupon-list-cont__item-freespace .coupon-img{display: block;}
/* ---------------加工/修理承り履歴------------------ */
.page-workorder #content{
  padding: 15px 15px 0;
}
.page-workorder h4{
	font-size: 20px;
	font-weight: bold;
}
.page-workorder h4 + hr{
	display: none;
}
.page-workorder .nav.nav-tabs{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 25px auto;
	padding: 4px;
	border: 1px solid #DDD;
	border-radius: 5px;
}
.page-workorder .nav.nav-tabs li{
  flex-grow: 1;
}
.page-workorder .nav.nav-tabs li a{
	font-size: 10px;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding: 9px 5px;
	text-decoration: none;
}
.page-workorder .nav.nav-tabs li.active a{
	color: #FFF;
	font-weight: bold;
	background: #FC0000;
}
.page-workorder .panel {
  padding: 0;
  border: none;
}
.page-workorder .col-sm-12{
	font-size: 16px;
}
.page-workorder .panel .panel {
  background: #F6F6F6;
	margin: 18px 0 0;
	padding: 15px 20px;
}
.page-workorder .panel .panel-body > hr:last-of-type{
	display: none;
}
.page-workorder .panel .row:not(:last-of-type){
	margin: 0 0 20px;
}
.page-workorder .panel .row:not(:first-of-type){
	margin-top: 20px;
}
.page-workorder .tab-content .tab-pane{
	display: none;
  border: solid 1px #dcdcdc;
  padding: 20px;
}
.page-workorder .tab-content .tab-pane.active{
	display: block;
}
.page-workorder .panel h4{
	font-size: 16px;
	margin: 0 0 20px;
}
.page-workorder .panel h4 a{
	text-decoration: underline;
}
.page-workorder .action-buttons {
  margin: 60px 0 90px;
  padding: 0 15px;
}
.page-workorder .block-workorder-address--back{
  display: block;
  width: 304px;
  height: 44px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  margin: 0 auto;
}
.page-workorder .block-workorder-address--back::after{
  content: "";
  width: 6px;
  height: 6px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%) rotate(45deg);
}
/* ---------------保険情報------------------ */
.page-insurance #content{
  padding: 15px 15px 0;
}
.page-insurance h4{
	font-size: 20px;
	font-weight: bold;
}
.page-insurance .nav.nav-pills{
  width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 25px auto;
	padding: 4px;
	border: 1px solid #DDD;
	border-radius: 5px;
}
.page-insurance .nav.nav-pills li a{
	font-size: 13px;
	text-align: center;
	display: block;
	min-width: 148px;
	border-radius: 5px;
	padding: 6px;
	text-decoration: none;
}
.page-insurance .nav.nav-pills li a.active{
	color: #FFF;
	font-weight: bold;
	background: #FC0000;
}
.page-insurance .col-sm-12{
	font-size: 16px;
}
.page-insurance .tab-content .tab-pane{
	display: none;
}
.page-insurance .tab-content .tab-pane.active{
	display: block;
}
.page-insurance .tab-content .tab-pane .row{
	padding-block: 20px;
}
.page-insurance .tab-content .tab-pane .row:has(div.col-10){
	border: 1px solid #DDD;
	padding-inline: 20px;
}
.page-insurance .tab-content .tab-pane .row div.col-10{
	background: #F6F6F6;
	padding: 15px 20px;
}
.page-insurance .panel h4{
	font-size: 16px;
	margin: 0 0 20px;
}
.page-insurance .panel h4 a{
	text-decoration: underline;
}
.page-insurance .tab-content .tab-pane:not(:has(.card)){
	border: 1px solid #DDD;
	padding: 20px;
}
.page-insurance .action-buttons {
  margin: 60px 0 90px;
  padding: 0 15px;
}
.page-insurance .block-workorder-address--back{
  display: block;
  width: 304px;
  height: 44px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  margin: 0 auto;
}
.page-insurance .block-workorder-address--back::after{
  content: "";
  width: 6px;
  height: 6px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%) rotate(45deg);
}

.fieldset-vertical .form-control{padding: 6px 0;}
.page-customer .block-member-info--custappend2 .form-control br{display: none;}
.action .btn{border-radius: 40px;}

.action-buttons .action{
  position: relative;
  width: 304px;
  margin: 0 auto;
}

.page-bookmark .action-buttons .action{margin-top: 10px;}

.action:has(.block-withdrawal--back)::after,
.action:has(.block-member-info--back)::after,
.action:has(.block-shipping-address--back)::after,
.action:has(.block-update-member-password--update-back)::after,
.action:has(.block-purchase-history-detail--back)::after,
.action:has(.block-order-cancellation--back)::after,
.action:has(.block-goods-agreement--disagree)::after,
.action:has(.block-mail-address--update-back)::after,
.action:has(.block-update-member-password--update-completed-back)::after{
  content: "";
  width: 6px;
  height: 6px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-top: 5px;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%) rotate(45deg);
}

.action:has(.block-mail-address--update-forward)::after,
.action:has(.block-shipping-address--forward)::after,
.action:has(.block-update-member-password--update-forward)::after,
.action:has(.block-mail-news--forward-to-register)::after,
.action:has(.block-inquiry--forward)::after,
.action:has(.block-login--login)::after,
.action:has(.block-login--entry-btn)::after,
.action:has(.block-purchase-history-detail--add-goods)::after,
.action:has(.block-purchase-history-detail--contact)::after,
.action:has(.block-purchase-history-detail--cancel)::after,
.action:has(.block-goods-agreement--agree)::after{
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    position: absolute;
    margin-top: 5px;    
    top: 50%;
    right: 18px;
    transform: translateY(-50%) rotate(45deg);
}

.btn.btn-default.block-purchase-history-detail--add-goods,
.btn.btn-default.block-purchase-history-detail--contact,
.btn.btn-default.block-purchase-history-detail--cancel,
.btn-default.block-inquiry--forward{
  border: solid 1px #000;
  background: #000;
  color: #fff;
}

/* ---------------レコメンド------------------ */
.block-common-airecommend {
  margin-block: 40px;
}
.block-common-airecommend-ttl {
  padding-inline: 20px;
  font-size: 16px;
  font-weight: 600;
}
/*** 左右margin調節 */
.block-common-airecommend--mg-inline {
  margin-inline: -20px;
}
/* 左右margin調節 ***/
.block-common-lightningrecommend--list,
.block-ranking-lightningrecommend--goods {
	margin-top: 15px;
}
.block-common-lightningrecommend--list .block-thumbnail-t,
.block-ranking-lightningrecommend--goods .block-ranking-r {
  padding-inline: 15px;
	display: flex;
	gap: 60px 12px;
  overflow: auto;
}
.block-common-lightningrecommend--list .block-thumbnail-t li,
.block-ranking-lightningrecommend--goods .block-ranking-r li {
  width: 168px;
	margin: 0;
  padding: 0;
  flex-shrink: 0;
}
.block-common-lightningrecommend--list .block-thumbnail-t li a,
.block-ranking-lightningrecommend--goods .block-ranking-r li a {
	display: block;
	text-decoration: none;
  padding: 10px;
  background: #FFF;
  border-radius: 8px;
	height: 100%;
}
.block-common-lightningrecommend--list .block-thumbnail-t--goods-image figure,
.block-ranking-lightningrecommend--goods .block-ranking-r--goods-image figure {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
}
.block-common-lightningrecommend--list .block-thumbnail-t--goods-description,
.block-ranking-lightningrecommend--goods .block-ranking-r--goods-description {
  padding: 0;
}
.block-common-lightningrecommend--list .block-thumbnail-t--goods-name,
.block-ranking-lightningrecommend--goods .block-ranking-r--goods-name {
	font-size: 14px;
}
.block-common-lightningrecommend--list .block-thumbnail-t--goods-brand,
.block-ranking-lightningrecommend--goods .block-ranking-r--goods-brand {
	font-size: 11px;
	color: #666666;
}
.block-common-lightningrecommend--list .block-thumbnail-t--price.price,
.block-ranking-lightningrecommend--goods .block-ranking-r--price.price {
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	color: inherit;
}
.block-common-lightningrecommend--list .block-thumbnail-t--price-tax,
.block-ranking-lightningrecommend--goods .block-ranking-r--price-tax {
	font-size: 10px;
	color: #666666;
	font-weight: 400;
  padding-left: 5px;
}
.block-common-lightningrecommend--list .block-thumbnail-t--price-infos.onsale,
.block-ranking-lightningrecommend--goods .block-ranking-r--price-infos.onsale {
	color: #FF0000;
}
.block-common-lightningrecommend--list .block-thumbnail-t .block-icon,
.block-ranking-lightningrecommend--goods .block-ranking-r .block-icon {
  line-height: 16px;
  display: block;
  min-height: 18px;
  margin: 5px 0 0;
}
.block-common-lightningrecommend--list .block-icon span,
.block-ranking-lightningrecommend--goods .block-icon span {
  display: inline-block;
  font-size: 10px;
  color: #666;
  margin-right: 0;
}
.block-common-lightningrecommend--list .block-icon span::after,
.block-ranking-lightningrecommend--goods .block-icon span::after {
  color: #ccc;
  padding: 0 1em;
  content: "/";
}
.block-common-lightningrecommend--list .block-icon span:first-child::before,
.block-ranking-lightningrecommend--goods .block-icon span:first-child::before {
  color: #ccc;
  padding-right: 1em;
  content: "/";
}

/*** ランキング */
.block-ranking-lightningrecommend--goods .block-ranking-r--rank {
	top: 5px;
	left: 6px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 50%;
	background: #666666;
}
.block-ranking-lightningrecommend--goods .block-ranking-r--rank-1 {
	background: #D8B50E;
}
.block-ranking-lightningrecommend--goods .block-ranking-r--rank-2 {
	background: #BBBBBB;
}
.block-ranking-lightningrecommend--goods .block-ranking-r--rank-3 {
	background: #9D4E4E;
}
.block-ranking-lightningrecommend--goods .block-icon {
  line-height: 16px;
  display: block;
  min-height: 18px;
  margin-bottom: 0;
}

/* 商品一覧 */
.block-free-common-airecommend {
	margin-bottom: 60px;
}
.block-free-common-airecommend-ttl {
  margin: 0 0 20px;
  padding: 0 15px;
	font-size: 20px;
	font-weight: bold;
  text-align: center;
}

/* おすすめ商品一覧 */
.block-free-recommend-airecommend-goods-list .block-thumbnail-t {
  flex-wrap: wrap;
}
.block-free-recommend-airecommend-goods-list .block-thumbnail-t li {
	width: calc((100% - 12px ) / 2 );
}
.block-free-recommend-airecommend-goods-list .block-thumbnail-t li a {
  border-radius: 0;
  padding: 0;
}

/* ---------------ヘッダーh1追加------------------ */
.header__logo{display: block;}
.header__logo{padding: 8px 15px 4px 15px;}
.header__logo__box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.header__logo__txt_box h1{
    font-size: 14px;
    transform: scale(0.5);
    padding: 0;
    margin: 0;
    transform-origin: center;
    padding-left: 20%;
    white-space: nowrap;
}

.main-slider-wrap .main-slider .slick-list a img{
  height: auto;
  border-radius: 8px;
}

/* 追従ヘッダー修正 */
.pane-header{
  min-height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
}

.header-search.is-fixed{position: static;}
.wrapper{padding-top: 0;}
.page-goods #unisize_ci_tag{
  order: 210;
  padding: 10px;
}

.page-goods #unisize_tag{
  order: 145;
  margin-bottom: 15px;  
}

.page-goods #unisize_1000{
  order: 211;
  margin-bottom: 20px;
}

.page-goods .block-goods-detail dl.accordion>dd{padding: 0 0 20px 0;}

.page-login .block-login--first-time .block-login--first-time-header{margin-top: 10px;}
.page-login .block-login--amazon-header .block-login--amazon-title{margin: 10px 0 0;}
.page-login .block-login--amazon .block-cart--amazonpay{margin: 0;}
.page-login .block-login--amazon-header{margin: 10px -10px 0;}

.page-method .block-order-method--coupondialog-data-freespace-content{display: none;}

/* ラジオボタンカスタマイズ */
#block_of_searchframe .block-search-item-list.radio-select input:checked+label:before,
#block_of_searchframe .block-search-item-list.radio-category-select input:checked+label:before {background: #000;}
#block_of_searchframe .block-search-item-list.radio-select input:checked+label:after,
#block_of_searchframe .block-search-item-list.radio-category-select input:checked+label:after{
  border: none;
  border-radius: 50%;
  margin: -4px 0 0 0;
  left: 14px;
  width: 9px;
  height: 9px;
  top: 50%;
  background: #fff;
}

.page-contentspages .staff-contents-block-left-menu-frame .staff-contents-menubox .menubox-item input[type='radio']:checked::after{
  left: 3px;
  width: 9px;
  height: 9px;
  top: 50%;
  background: #fff;
  margin: -1px 0 0 0;
  border-radius: 50%;
  transform: translate(0, -50%);     
}

.page-contentspages .staff-contents-block-left-menu-frame .staff-contents-menubox .menubox-item input[type='checkbox']:checked,
.page-contentspages .staff-contents-block-left-menu-frame .staff-contents-menubox .menubox-item input[type='radio']:checked{
    background-color: #000;
    border-color: #000;
}

.important-notice-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.page-contentspages #ss-coordinate-detail ul.bread-crumb-list .bread-crumb-item.bread-crumb-item-last span{
  margin: 0 0.5em 0 0.9em;
  white-space: nowrap;
  font-size: 11px;
}

.page-method .block-order-method--next .block-order-method--next-btn{border-radius: 47px;}
.page-method .block-order-method--dest-add .block-order-method--delivery-address-add-btn{border-radius: 31px;}

/* アプリ用 */
:root:has(.header__logo) .wrapper {padding-top: 104px;}
:root:has(.header__logo) .pane-header {min-height: 104px;}
:root:has(.header__logo) .nav-fixed{display: block;}
:root:has(.header__logo) .block-coupon-detail--code-shop{bottom: 68px;}
:root:has(.header__logo) .page-coupondetail .block-page-top{bottom: 200px;}

/* 認証ページ */
.page-certify .block-additional-authentication--input-items .input-group,
.page-certify .block-additional-authentication--input-items .input-group > span{display: block;}
.page-certify .block-additional-authentication--input-items .input-group .input-group-btn{
  text-align: center;
  margin-top: 15px;
}

.page-certify .block-additional-authentication--input-items .input-group .input-group-btn .block-additional-authentication--reissue{
    border: none;
    background: transparent;
    color: #222;
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px;
}

.page-certify .block-additional-authentication--inquiry{margin-top: 20px;}

/* 商品詳細ボタンのカート追従 */
.page-goods .block-before-release-cart,
.page-goods .block-arrival-notice,
.page-goods .block-add-cart{min-height: 70px;}

.page-goods.goods-btn-follow-area .block-before-release-cart .block-before-release-cart-btn,
.page-goods.goods-btn-follow-area .block-arrival-notice .block-arrival-notice--btn,
.page-goods.goods-btn-follow-area .block-add-cart .block-add-cart--btn{
    position: fixed;
    width: calc(100% - 30px);
    z-index: 1;
    bottom: 69px;  
}

.page-goods.goods-btn-follow-area .block-page-top{bottom: 142px;}
.page-search .block-search-goods #probo{display: none;}

/* -------------再設定ログイン-------------- */
.block-login p{
  text-align: center;
  line-height: 1.8;
}

.block-login p a{text-decoration: underline;}

/* -------------スタスタ＆Aireco非表示-------------- */
.page-top .section-staffsnap,
.page-category .section-staffsnap{display: none;}

.block-common-airecommend,
.block-common-lightningrecommend,
.block-ranking-lightningrecommend,
.section-new,
.sec-new-arrivals,
.sec-ranking,
.sec-recommend-goods,
.sec-new-arrivals,
.block-common-airecommend,
.block-goods-airecommend-item,
.top-store-recommend{display: none;}
