@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&family=Plus+Jakarta+Sans:wght@500&display=swap');
@import url("original.css");
html, body, select {
	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	color: #2D2D2D;
	font-family: 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.7;
}
body.open {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
a {
	color: #3b2d2d;
}
@media (min-width: 960px) {
a {
	transition: all 0.4s ease;
}
a:hover {
	opacity: 0.6;
}
}
@media (max-width: 959px) {
html, body {
	font-size: 14px;
	width: 100%;
	overflow-x: hidden;
}
img {
	/*width: 100%;*/
	height: auto;
}
}

/********************************************
common
********************************************/
.font__Roboto {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
}
.font__noto {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}
.cep {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.w1040 {
	max-width: 1040px;
	margin: 0 auto;
}
.w1080 {
	max-width: 1080px;
	margin: 0 auto;
}
.re22__section {
	padding: 60px 0;
	position: relative;
}
.re22__section::after {
	content: "";
	display: block;
	max-width: 1080px;
	width: 100%;
	height: 1px;
	background: #D5D5D5;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.re22__more__btn {
	width: 340px;
	margin: 30px auto 0;
}
.re22__more__btn a {
	display: block;
	width: 100%;
	line-height: 1;
	text-align: center;
	padding: 17px 0;
	background-image: url(../svg/icon_arrow.svg);
	background-repeat: no-repeat;
	background-size: 5px 10px;
	background-position: 94% center;
	border: 1px #2D2D2D solid;
	border-radius: 2px;
	color: #2D2D2D;
}
.re22__more__btn a:visited {
	color: #2D2D2D;
}
.re22__more__btn a:hover {
	color: #2D2D2D;
	text-decoration: none;
}
.morelink, .morelink a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: none;
}
.re22_back__gray {
	background-color: #EFEFEF;
}
.fadeIn {
	opacity: 0;
	transition: all 1.2s ease;
}
.fadeIn.scrollIn {
	opacity: 1;
}
.re22__tabbox {
	display: none;
}
.re22__tabbox.active {
	display: block;
}
@media (min-width: 960px) {
.pchidden {
	display: none;
}
.re22__more__btn a:hover {
	background-image: url(../svg/icon_arrow_wh.svg);
	color: #FFF;
	background-color: #2D2D2D;
	transition: all 0.6s ease;
	opacity: 1;
}
.re22__more__btn a:visited:hover {
	color: #FFF;
}
}
@media (max-width: 959px) {
.sphidden {
	display: none;
}
.re22__section {
	padding: 20px 0 60px;
}
.re22__section::after {
	width: 96%;
}
.re22__more__btn {
	margin-top: 30px;
	width: 94%;
}
.re22__more__btn a {
	font-size: 15px;
	font-weight: bold;
	border: none;
	background-color: #EFEFEF;
}
}
/********************************************
icons
********************************************/
.icon {
	background-repeat: no-repeat;
	background-position: center left;
}
.icon.icon__login {
	background-image: url(../svg/re22_icon_login.svg);
	background-size: 25px;
}
.icon.icon__cart {
	background-image: url(../svg/re22_icon_cart.svg);
	background-size: 28px 25px;
}
.icon.icon__ladys {
	background-image: url(../svg/re22_icon_ladys.svg);
	background-size: 7px 22px;
}
.icon.icon__mens {
	background-image: url(../svg/re22_icon_mens.svg);
	background-size: 7px 22px;
}
.icon.icon__kids {
	background-image: url(../svg/re22_icon_kids.svg);
	background-size: 7px 18px;
}
.icon.icon__bag {
	background-image: url(../svg/re22_icon_bag.svg);
	background-size: 17px 13px;
}
.icon.icon__goods {
	background-image: url(../svg/re22_icon_goods.svg);
	background-size: 17px 18px;
}
.icon.icon__pre {
	background-image: url(../svg/re22_icon_pre.svg);
	background-size: 37px 37px;
}
.icon.icon__transfer {
	background-image: url(../svg/re22_icon_transfer.svg);
	background-size: 37px 37px;
}
.icon.icon__truck {
	background-image: url(../svg/re22_icon_truck.svg);
	background-size: 33px 33px;
}
.icon.icon__regist {
	background-image: url(../svg/re22_icon_regist.svg);
	background-size: 26px 24px;
}
.icon.icon__reco {
	/*background-image: url(../svg/re22_icon_reco.svg);*/
	background-image: url(../svg/re22_icon_reco_white.svg);
	background-size: 24px 22px;
}
/*ハンバーガーメニューお気に入りアイコン*/
.icon-bl {
	background-image: url(../svg/re22_icon_reco.svg);
	background-size: 24px 22px;
}
.icon.icon__shop {
	background-image: url(../svg/re22_icon_shop.svg);
	background-size: 22px auto;
}
.icon.icon__guide {
	background-image: url(../svg/re22_icon_guide.svg);
	background-size: 22px auto;
}
.icon.icon__member {
	background-image: url(https://parade.itembox.design/item/member-icon.png);
	background-size: 22px auto;
}
.icon.icon__inq {
	background-image: url(../svg/re22_icon_inq.svg);
	background-size: 22px auto;
}
.icon.icon__mail {
	background-image: url(../svg/re22_icon_mail.svg);
	background-size: 22px auto;
}
.icon.icon__search {
	background-image: url(../svg/re22_icon_search.svg);
	background-size: 17px 13px;
}
/********************************************
title
********************************************/
.re22__title {
	text-align: center;
	margin-bottom: 30px;
}
.re22__title .ENG {
	font-size: 30px;
	line-height: 1;
	margin: 0 0 15px;
	padding: 0;
}
.re22__title .JPN {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0;
}
@media (max-width: 959px) {
.re22__title {
	margin-bottom: 20px;
}
}
/********************************************
search
********************************************/
.re22__search .fs-p-inputGroup {
	border: 1px #D5D5D5 solid;
	background: #FFF;
	border-radius: 4px;
	flex-direction: row-reverse;
	overflow: hidden;
}
.re22__search .fs-p-searchForm__input {
	font-size: 12px;
	line-height: 1;
	padding: 10px 5px 10px 5px;
}
.re22__search .fs-p-inputGroup__button {
	color: #2D2D2D;
	background-color: transparent;
	background-image: url(../svg/re22_icon_search.svg);
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
	width: 40px;
}
.re22__search .fs-p-searchForm__button::before {
	display: none;
}
@media (max-width: 959px) {
.re22__search {
	width: 100%;
	padding: 10px 20px;
}
.re22__search form {
	width: 100%;
}
.re22__search form span {
	display: flex;
}
.re22__search .fs-p-inputGroup {
	margin: 0;
	width: 100%;
}
.re22__search .fs-p-inputGroup__input {
	border-radius: 0;
	font-size: 16px;
	padding: 7px 5px 7px 5px;
}
}
/********************************************
category
********************************************/
.re22__cat dt {
	font-weight: bold;
	line-height: 1;
	padding: 5px 0 5px 18px;
	position: relative;
}
.re22__cat dd {
	margin: 0;
}
.re22__head__menu__headline a {
	display: block;
	font-weight: bold;
	line-height: 1;
	padding: 5px 30px 5px 0;
	border-right: 1px #D5D5D5 solid;
}
.re22__cat ul {
	margin: 0;
	padding: 0;
}
.re22__cat ul li {
	list-style: none;
}
@media (min-width: 960px) {
.re22__cat dt.icon__bag, .re22__cat dt.icon__goods {
	padding: 5px 0 5px 26px;
}
}
@media (max-width: 959px) {
.re22__cat ul li {
	margin-bottom: 25px;
}
.re22__cat dt .morelink {
	display: none;
}
}
/********************************************
header
********************************************/
#re22__news__head p {
	background: #0068B6;
	margin: 0;
	color: #FFF;
	line-height: 1;
	text-align: center;
	padding: 10px 0;
}
.re22__head__top .re22__logo {
	margin: 20px 0;
}
.re22__head__top .re22__head__gro li {
	list-style: none;
	/*margin-left: 35px;*/
  font-weight: bold;
	/*2023-06-27ログインログアウト*/
  padding: 10px 10px 10px 0px;
}
.re22__head__top .re22__head__gro li a {
	display: block;
	line-height: 1;
	padding: 10px 0 10px 40px;
}
.re22__head__middle {
	background: #EFEFEF;
	padding: 8px 0;
}
.re22__keyword {
	justify-content: flex-start;
	padding: 0;
	margin: 0;
}
.re22__keyword dt {
	font-size: 16px;
	margin-right: 35px;
}
.re22__keyword dd {
	overflow-x: auto;
	margin: 0;
}
.re22__keyword ul {
	width: auto;
	margin: 0;
	padding: 0 10px 0 0;
	white-space: nowrap;
}
.re22__keyword ul li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	background: #FFF;
	border-radius: 5px;
}
.re22__keyword ul li a {
	display: block;
	line-height: 1;
	padding: 8px 14px;
}
.re22__head__search {
	flex-grow: 1;
}
@media (min-width: 960px) {
#fs_Top #re22__head, #fs_Top #re22__head__inner {
	height: 196px;
}
}
@media (max-width: 959px) {
.re22__head__middle {
	display: none;
}
#fs_Top .re22__head__middle {
	display: block;
	border-bottom: 1px #D5D5D5 solid;
}
#fs_Top #re22__head__inner.sc .re22__head__top {
	height: 78px;
	width: 100%;
}
#fs_Top #re22__head__inner.sc .re22__head__top .w1040 {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	height: 78px;
	width: 100%;
	background-color: #FFF;
	opacity: 0.8;
}
#re22__news__head p {
	font-size: 12px;
}
.re22__head__top .w1040 {
	padding: 0 5%;
	height: 78px;
}
.re22__head__top .re22__logo {
	width: 43%;
	max-width: 296px;
	margin: 20px 0 5px;
}
.re22__head__gro {
	width: 140px;
}
.re22__head__top .re22__head__gro li.icon__cart {
	display: none;
}
.re22__head__top .re22__head__gro li {
	margin: 0;
}
.re22__head__top .re22__head__gro li a {
	display: block;
	line-height: 1;
	padding: 10px 0 10px 35px;
}
#spMenuBtn {
	position: relative;
	width: 36px;
	height: 36px;
	margin-left: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
}
#spMenuBtn span {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #2D2D2D;
	top: 50%;
	right: 0;
	transition: all 0.3s ease;
	opacity: 1;
}
#spMenuBtn:before, #spMenuBtn:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #2D2D2D;
	position: absolute;
	top: 50%;
	right: 0;
	transition: all 0.3s ease;
	margin-top: -11.5px;
}
#spMenuBtn:after {
	margin-top: 11.5px;
}
.open #spMenuBtn span {
	opacity: 0;
}
.open #spMenuBtn:before {
	transform: translateY(-50%) rotate(-45deg);
	margin-top: 0;
}
.open #spMenuBtn:after {
	transform: translateY(-50%) rotate(45deg);
	margin-top: 0;
}
.re22__head__middle {
	padding: 0;
	background-color: #FFF;
}
.re22__head__middle .w1040 {
	flex-wrap: wrap;
	flex-direction: column-reverse;
	align-items: baseline;
	max-width: 100%;
}
.re22__head__search {
	background-color: #EFEFEF;
}
.re22__keyword {
	background: #FFF;
	padding: 0 0 0 20px;
}
.re22__keyword dt {
	font-size: 14px;
	margin-right: 10px;
	width: 90px;
}
.re22__keyword dd {
	width: calc(100vw - 120px);
	padding: 12px 0px;
}
.re22__keyword ul li {
	background: #EFEFEF;
}
}
/********* head menu **********/
.re22__head__bottom {
	position: relative;
	z-index: 99;
}
.re22__head__bottom .w1040.cep {
	justify-content: flex-start;
	align-items: center;
	height: 52px;
}
@media (min-width: 960px) {
.re22__head__bottom {
	border-bottom: 1px #D5D5D5 solid;
	background: #FFF;
}
.re22__head__bottom dl {
	margin: 0 10px 0 25px;
	padding: 15px 0;
}
.re22__head__bottom dt {
	position: relative;
}
.re22__head__bottom dl.pc__active dt {
	color: #9D9D9D;
}
.re22__head__bottom dl.pc__active dt::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 6px 9px;
	border-color: transparent transparent #efefef transparent;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
}
.re22__head__bottom dl.pc__active dt.icon.icon__ladys {
	background-image: url(../svg/re22_icon_ladys_gray.svg);
}
.re22__head__bottom dl.pc__active dt.icon.icon__mens {
	background-image: url(../svg/re22_icon_mens_gray.svg);
}
.re22__head__bottom dl.pc__active dt.icon.icon__kids {
	background-image: url(../svg/re22_icon_kids_gray.svg);
}
.re22__head__bottom dl.pc__active dt.icon.icon__bag {
	background-image: url(../svg/re22_icon_bag_gray.svg);
}
.re22__head__bottom dl.pc__active dt.icon.icon__goods {
	background-image: url(../svg/re22_icon_goods_gray.svg);
}
.re22__head__bottom dl dd {
	position: absolute;
	top: 52px;
	left: 0;
	z-index: -1;
	width: 100vw;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	background: #EFEFEF;
}
.re22__head__bottom dl.pc__active dd {
	max-height: 100vh;
	z-index: 1;
	opacity: 1;
	transition: all 0.6s ease;
}
.re22__head__bottom .re22__cat__inner {
	max-width: 890px;
	margin: 35px auto;
}
.re22__head__bottom .re22__cat__inner .cep {
	justify-content: flex-start;
	align-items: flex-start;
}
.re22__head__bottom .re22__cat__inner p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}
.re22__head__bottom .re22__cat__inner ul {
	margin: 0 80px 0 0;
}
.re22__head__bottom .re22__cat__inner ul:last-child {
	margin: 0;
}
.re22__head__bottom .re22__cat__inner li {
	margin-top: 20px;
	line-height: 1;
}
}
@media (max-width: 959px) {
#re22__head__menu {
	width: 100%;
	height: calc(100vh - 78px);
	position: fixed;
	left: 0;
	top: 78px;
	z-index: -99;
	opacity: 0;
	background: #FFF;
	transition: all 0.6s ease;
}
.open #re22__head__menu {
	opacity: 1;
	z-index: 99;
}
.head__long__type #re22__head__menu {
	top: 109px;
}
.sc #re22__head__menu {
	top: 78px;
}
.head__long__type #re22__head__menu, #fs_Top .head__long__type #re22__head__menu {
	top: 109px;
	height: calc(100vh - 109px);
}
.head__long__type .sc #re22__head__menu, #fs_Top .head__long__type .sc #re22__head__menu {
	top: 78px;
	height: calc(100vh - 78px);
}
.re22__head__menu__inner {
	height: 100%;
	overflow-y: auto;
}
.re22__sp__head__menu ul {
	padding: 18px 20px;
	margin: 0;
	background: #EFEFEF;
}
.re22__sp__head__menu ul li {
	list-style: none;
	background-color: #FFF;
	background-position: center 15px;
	border-radius: 3px;
	overflow: hidden;
}
.re22__sp__head__menu ul li a {
	display: block;
	width: 80px;
	height: 80px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding-top: 52px;
}
.re22__sp__head__menu ul li.icon.icon__login {
	background-size: 28px;
}
.re22__sp__head__menu ul li.icon.icon__cart {
	background-size: 28px auto;
}
#re22__head__menu .re22__head__search {
	background-color: #FFF;
	border-bottom: 1px #EFEFEF solid;
}
.re22__head__bottom .w1040.cep {
	display: block;
	height: auto;
}
.re22__head__bottom .re22__head__menu__headline {
	display: none;
}
.re22__head__bottom .re22__head__menulist {
	display: block;
}
.re22__head__other__menu ul {
	padding: 18px 20px;
	margin: 0;
	background: #EFEFEF;
}
.re22__head__other__menu li {
	list-style: none;
	background-color: #FFF;
	background-position: 25px center;
	margin-bottom: 2px;
}
.re22__head__other__menu li:first-child {
	border-radius: 5px 5px 0 0;
}
.re22__head__other__menu li:last-child {
	border-radius: 0 0 5px 5px;
	margin: 0;
}
.re22__head__other__menu li a {
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	padding: 20px 0 20px 70px;
	background-image: url(../svg/icon_arrow.svg);
	background-repeat: no-repeat;
	background-size: 5px 9px;
	background-position: 94% center;
}
}
/********************************************
item
********************************************/
.re22__item__list {
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.re22__item__list dl {
	position: relative;
	margin: 0 2.5% 60px 0;
	width: 18%;
}
.re22__item__list dl dt img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.re22__item__list dl dd {
	margin: 0;
}
.re22__item__list dl dd.re22__itemtext {
	margin-top: 15px;
	text-align: center;
}
.re22__item__list dl dd.re22__itemtext .item__name {
	margin: 0;
	padding: 0 2px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.re22__item__list dl dd.re22__itemtext .item__price {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0;
}
.re22__item__list dl dd.re22__itemtext .item__price small {
	font-size: 12px;
}
@media (min-width: 960px) {
.re22__item__list dl:nth-child(5n) {
	margin-right: 0;
}
.re22__item__list dl:nth-last-child(-n+5) {
	margin-bottom: 0;
}
}
@media (max-width: 959px) {
.re22__item__list {
	padding: 0 3%;
}
.re22__item__list dl {
	width: 48.5%;
	margin: 0 3% 28px 0;
}
.re22__item__list dl:nth-child(2n) {
	margin-right: 0;
}
.re22__item__list dl:nth-last-child(-n+2) {
	margin-bottom: 0;
}
}
/********************************************
tab menu
********************************************/
.re22__tabmenu__list {
	padding-bottom: 30px;
}
.re22__tabmenu__list .cep {
	justify-content: center;
	padding: 0;
}
.re22__tabmenu__list li {
	list-style: none;
	padding: 5px 10px 5px 20px;
	margin: 0 16px;
	font-weight: bold;
	color: #939393;
	cursor: pointer;
	position: relative;
}
.re22__tabmenu__list li.active {
	color: #2D2D2D;
}
.re22__tabmenu__list li.active::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #2D2D2D;
	position: absolute;
	bottom: -15px;
	left: 0;
}
@media (max-width: 959px) {
.re22__tabmenu__list {
	padding-bottom: 40px;
	position: relative;
}
.re22__tabmenu__list li {
	font-size: 12px;
	margin: 0 5px;
	padding: 5px 10px 5px 10px;
}
.re22__tabmenu__list li.active::after {
	height: 2px;
	bottom: -10px;
	z-index: 1;
}
.re22__tabmenu__list::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #EFEFEF;
	position: absolute;
	bottom: 43px;
	left: 0;
	z-index: 0;
}
}
/********************************************
re22__history / re22__hot 
********************************************/
.re22__history.re22__section::after, .re22__hot.re22__section::after {
	display: none;
}
/********************************************
re22__ranking 
********************************************/
.re22__ranking .re22__item__list dt::before {
	content: "10";
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	/*border: 1px #D5D5D5 solid;*/
	border-radius: 100%;
	margin: 0 auto 20px;
}
.re22__ranking .re22__item__list dl:nth-child(1) dt::before {
	content: "1";
	color: #FFF;
	background-color: #DCA435;
	border: none;
}
.re22__ranking .re22__item__list dl:nth-child(2) dt::before {
	content: "2";
	color: #FFF;
	background-color: #C0C0C0;
	border: none;
}
.re22__ranking .re22__item__list dl:nth-child(3) dt::before {
	content: "3";
	color: #FFF;
	background-color: #C66F2C;
	border: none;
}
.re22__ranking .re22__item__list dl:nth-child(4) dt::before {
	content: "4";
}
.re22__ranking .re22__item__list dl:nth-child(5) dt::before {
	content: "5";
}
.re22__ranking .re22__item__list dl:nth-child(6) dt::before {
	content: "6";
}
.re22__ranking .re22__item__list dl:nth-child(7) dt::before {
	content: "7";
}
.re22__ranking .re22__item__list dl:nth-child(8) dt::before {
	content: "8";
}
.re22__ranking .re22__item__list dl:nth-child(9) dt::before {
	content: "9";
}
.re22__ranking .re22__section::after {
	max-width: 100%;
	left: 0;
	transform: translateX(0);
}
#fs_Top .re22__ranking .re22__section::after {
	max-width: 1080px;
	left: 50%;
	transform: translateX(-50%);
}
@media (max-width: 959px) {
.re22__ranking .re22__tabbox {
	overflow-x: auto;
	width: 100%;
	padding-bottom: 10px;
}
.re22__ranking .re22__item__list {
	display: block;
	white-space: nowrap;
}
.re22__ranking .re22__item__list dl {
	width: 150px;
	display: inline-block;
	margin: 0 15px 0 0;
}
.re22__ranking .re22__item__list dl:nth-child(2n) {
	margin-right: 15px;
}
.re22__ranking .re22__item__list dt::before {
	font-size: 14px;
	width: 30px;
	height: 30px;
}
.re22__ranking .re22__section::after {
	display: none;
}
#fs_Top .re22__ranking .re22__section::after {
	width: 96%;
	left: 50%;
	transform: translateX(-50%);
}
}
/********************************************
re22__feature  
********************************************/
.re22__feature .re22__item__list dl dd.re22__itemtext {
	text-align: left;
}
.re22__feature .re22__item__list dl dd.re22__itemtext .item__name {
	padding: 0;
	overflow: inherit;
	text-overflow: inherit;
	white-space: pre-wrap;
}
@media (min-width: 960px) {
.re22__feature .re22__item__list dl {
	width: 23%;
	margin-right: 2.6666%;
}
.re22__feature .re22__item__list dl:nth-child(5n) {
	margin-right: 2.6666%;
}
.re22__feature .re22__item__list dl:nth-child(4n) {
	margin-right: 0;
}
}
/********************************************
bottom menu
********************************************/
.re22__contents__bottom__menu {
	padding: 90px 0 40px;
}
.re22__contents__bottom__menu .re22__cat.cep {
	align-items: flex-start;
}
.re22__contents__bottom__menu .re22__head__menulist.cep {
	display: block;
}
.re22__contents__bottom__menu .re22__search {
	margin-top: 80px;
	padding: 35px 0 0;
	border-top: 1px #D5D5D5 solid;
}
.re22__contents__bottom__menu .re22__search .fs-p-inputGroup {
	border: none;
}
.re22__contents__bottom__menu .re22__search .fs-p-inputGroup__button {
	width: 48px;
	height: 48px;
}
.re22__contents__bottom__menu .re22__search .fs-p-searchForm__input {
	padding: 14px 5px 14px 5px;
}
@media (min-width: 960px) {
.re22__contents__bottom__menu .re22__cat dt {
	font-size: 15px;
}
.re22__contents__bottom__menu .re22__cat li {
	margin-top: 15px;
}
.re22__contents__bottom__menu .re22__cat .re22__cat__inner {
	padding-top: 5px;
}
/*『ブランド別から探す』以降を見せるため非表示*/
  /*.re22__contents__bottom__menu .re22__cat p{
		display: none;
	}*/
}
@media (max-width: 959px) {
.re22__contents__bottom__menu {
	padding: 45px 3% 30px;
}
.re22__contents__bottom__menu .re22__cat.cep {
	display: block;
	background: #FFF;
	border-radius: 5px;
}
.re22__cat dl {
	margin: 0;
}
.re22__cat dt {
	font-size: 17px;
	font-weight: bold;
	padding: 25px 0 25px 45px;
	background-position: 20px center;
	border-bottom: 1px #EFEFEF solid;
	position: relative;
}
.re22__cat dt::after {
	content: "";
	display: block;
	width: 16px;
	height: 9px;
	background-image: url(../svg/icon_arrow_down.svg);
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4.5px;
	transform: scale(1, -1);
}
.re22__cat .re22__cat__inner {
	font-size: 15px;
	padding: 30px 0 15px 45px;
	border-bottom: 1px #EFEFEF solid;
}
.re22__cat .ac__open dt::after {
	transform: scale(1, 1);
}
.re22__cat .re22__cat__inner p {
	font-weight: bold;
	font-size: 1.1em;
}
.re22__contents__bottom__menu .re22__search {
	display: none;
}
}
/********************************************
acordion
********************************************/
@media (max-width: 959px) {
.ac__box dd {
	transition: all 0.4s ease-in;
	max-height: 0;
	overflow: hidden;
}
.ac__box.ac__open dd {
	transition: all 0.6s ease-in;
	max-height: 400vh;
}
}
/********************************************
footer
********************************************/
.re22__foot__top {
	padding: 20px 0;
	justify-content: center;
}
.re22__foot__top dl {
	position: relative;
	background: #F5F5F5;
	margin: 0;
	padding: 20px;
	width: 347px;
	justify-content: flex-start;
}
.re22__foot__top dl dt {
	width: 74px;
	height: 74px;
	background-color: #FFF;
	border-radius: 100%;
}
.re22__foot__top dl dt span {
	font-size: 0;
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
}
.re22__foot__top dl dd.text {
	font-size: 15px;
	line-height: 1.5;
	padding: 0 0 0 20px;
	margin: 0;
}
.re22__foot__guide {
	background: #193460;
	color: #FFF;
	padding: 55px 0 65px;
}
.re22__foot__guide a {
	color: #D5D5D5;
	text-decoration: underline;
}
.re22__foot__guide b a {
	color: #FFF;
	text-decoration: none;
}
.re22__foot__guide .cep {
	align-items: flex-start;
}
.re22__foot__guide .foot__guide__box {
	width: 31.112%;
}
.re22__foot__guide .foot__guide__box dl {
	margin: 0;
}
.re22__foot__guide .foot__guide__box dt {
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	padding: 20px 0;
	margin: 0 0 28px;
	border-bottom: 1px #5974A0 solid;
}
.re22__foot__guide .foot__guide__box dd {
	padding: 0 0 20px;
	margin: 0;
	min-height: 165px;
}
.re22__foot__guide .foot__guide__box dd p {
	margin: 0 0 15px;
}
.re22__calender__box {
	background: #FFF;
	color: #2D2D2D;
	padding: 40px 35px;
}
.re22__calender__box b {
	font-size: 15px;
}
.re22__calender__box p {
	padding: 0;
	margin: 0 0 8px;
}
.re22__calender__box .holday__list {
	display: flex;
	flex-wrap: wrap;
}
.re22__calender__box .holday__list span {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	padding: 0 10px 3px 0;
}
.re22__calender__box .holday__list .other {
	width: 100%;
}
.re22__calender__box .holday__list span::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #FF3535;
	vertical-align: text-top;
	margin-right: 3px;
}
.re22__calender__box .holday__list .ship::before {
	background: #FF9A27;
}
.re22__calender__box .holday__list .other::before {
	background: #C2E7F8;
}
.re22__foot__gro {
	padding: 20px 0;
	border-bottom: 1px #EFEFEF solid;
}
.re22__foot__gro .cep {
	justify-content: center;
}
.re22__foot__gro li {
	line-height: 1;
	margin: 0 25px;
	list-style: none;
}
.re22__foot__gro a:hover {
	text-decoration: none;
}
.re22__copy {
	padding: 20px 0;
	text-align: center;
}
@media (max-width: 959px) {
.re22__foot__top {
	padding: 20px 3% 15px;
}
.re22__foot__top .w1080 {
	display: block;
}
.re22__foot__top dl {
	margin: 0 0 15px;
	padding: 20px 0 20px 25px;
	width: 100%;
}
.re22__foot__top dl dd.text {
	padding: 0 0 0 30px;
}
.re22__foot__guide {
	padding: 30px 3% 25px;
}
.re22__foot__guide .w1080 {
	display: block;
}
.re22__foot__guide .foot__guide__box {
	width: 100%;
}
.re22__foot__guide .foot__guide__box dt {
	padding: 25px 0;
	margin: 0;
	position: relative;
	border-bottom: 2px #FFF solid;
}
.re22__foot__guide .foot__guide__box dt::after {
	content: "";
	display: block;
	width: 16px;
	height: 9px;
	background-image: url(../svg/icon_arrow_down_wh.svg);
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4.5px;
	transform: scale(1, -1);
}
.re22__foot__guide .foot__guide__box dl.ac__open dt::after {
	transform: scale(1, 1);
}
.re22__foot__guide .foot__guide__box dd {
	min-height: auto;
	padding: 0;
}
.re22__foot__guide .foot__guide__box dl.ac__open dd {
	padding: 20px 0;
}
.re22__foot__guide .foot__image img {
	width: 280px;
}
.re22__foot__gro {
	padding: 30px 3% 35px;
}
.re22__foot__gro .cep {
	display: block;
}
.re22__foot__gro li {
	font-size: 17px;
	margin: 0;
	padding: 15px 0;
}
.re22__calender__box b {
	font-size: 22px;
}
.re22__calender__box .hol {
	font-size: 15px;
}
}
/********* calender **********/
.re22__calender {
	width: 100%;
}
.re22__calender table {
	width: 100%;
	margin-top: 15px;
	border-spacing: 0;
}
.re22__calender table caption {
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
}
.re22__calender table td {
	text-align: center;
	border-bottom: 1px #CCC solid;
}
.re22__calender table td.Sun, .re22__calender table td.SunToday {
	color: #FF1A1A;
	font-weight: bold;
	background: #FFC5C5;
}
.re22__calender table td.Sat, .re22__calender table td.SatToday {
	color: #FF9003;
	font-weight: bold;
	background: #FFEED4;
}
.re22__calender table td.holiday {
	color: #FF1A1A;
	font-weight: bold;
	background: #FFC5C5;
}
.re22__calender table td.shippingday {
	color: #FF9003;
	font-weight: bold;
	background: #FFEED4;
}
.re22__calender table td.otherday {
	color: #3EA3D2;
	font-weight: bold;
	background: #D7EFFB;
}
/********************************************
acordion カテゴリ ブランド別
********************************************/
.accordion-001 {
	max-width: 500px;
	margin-bottom: 7px;
}
.accordion-001 summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 1em 2em;
	color: #333333;
	font-weight: 600;
	cursor: pointer;
}
.accordion-001 summary::-webkit-details-marker {
 display: none;
}
.accordion-001 summary::after {
	transform: translateY(-25%) rotate(45deg);
	width: 7px;
	height: 7px;
	margin-left: 10px;
	border-bottom: 3px solid #777;
	border-right: 3px solid #777;
	content: '';
	transition: all 0.4s ease-in;
}
.accordion-001[open] summary::after {
	transform: rotate(225deg);
}
.accordion-001 p {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: .3em 2em 1.5em;
	color: #333333;
	transition: all 0.6s ease-in;
}
.accordion-001[open] p {
	transform: none;
	opacity: 1;
}
/*スニーカーカテゴリ余白*/
.ctgry {
	margin: 15px 0 0 30px;
}
