#catalog_modal_link {
	width: 100%;
	position: fixed;
	bottom: 20px;
	text-align: center;
	display: none;
	z-index: 9999;
}
#catalog_modal_link a {
	display: inline-block;
	width: 208px;
	height: 38px;
	line-height: 38px;
	font-size: 13px;
	color: #FFF;
	position: relative;
	background-color: #1B1B1B;
	border-radius: 8px;
}
#catalog_modal_link a:after {
	content: '＋';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
}

#catalog_modal_outer {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
#catalog_modal_outer .catalog_modal_inner {
	width: 100%;
	height: 92%;
	background-color: #FFF;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	position: absolute;
	top: 100%;
}
#catalog_modal_outer .catalog_modal_title {
	width: 100%;
	padding: 20px 0;
	font-size: 20px;
	text-align: center;
}
#catalog_modal_outer .catalog_modal_close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/catalog/images/common/icon/modal_close.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px 24px;
}
#catalog_modal_outer .catalog_modal_close_button {
	width: 90%;
	height: 52px;
	margin: 30px auto 100px auto;
	border: 1px solid #1B1B1B;
	border-radius: 13px;
	font-size: 16px;
	line-height: 50px;
	color: #1B1B1B;
	text-align: center;
}
#catalog_modal_outer .modal_thumb {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 9999;
	background-color: #FFF;
	padding: 10px 0 25px 0;
}
#catalog_modal_outer .modal_thumb .swiper-wrapper {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
#catalog_modal_outer .modal_thumb .swiper-slide {
	width: 62px!important;
	margin: 0 2px;
}
#catalog_modal_outer .modal_thumb .swiper-slide .lookImage {
	border: 1px solid #FFF;
	padding: 2px;
	margin-bottom: 4px;
}
#catalog_modal_outer .modal_thumb .swiper-slide-thumb-active .lookImage {
	border: 1px solid #000;
}
#catalog_modal_outer .modal_thumb .swiper-slide .lookImage span {
	display: block;
	width: 56px;
	height: 85px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#catalog_modal_outer .modal_thumb .swiper-slide .lookImage img {
	width: 100%;
	height: auto;
}
#catalog_modal_outer .modal_thumb .swiper-slide .lookNumber {
	font-size: 12px;
	letter-spacing: 0.5px;
	text-align: center;
	display: none;
}
#catalog_modal_outer .modal_thumb .swiper-slide-thumb-active .lookNumber {
	display: block;
}
#catalog_modal_outer .modal_list {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
#catalog_modal_outer .modal_list .swiper-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#catalog_modal_outer .modal_list .swiper-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#catalog_modal_outer .modal_list .swiper-wrapper .swiper-slide {
	height: auto;
	padding: 0 20px;
}
#catalog_modal_outer .modal_list .swiper-wrapper li {
	width: 100%;
	display: flex;
	align-items: flex-start;
}
#catalog_modal_outer .modal_list .swiper-wrapper li {
	width: 100%;
	margin-bottom: 18px;
	position: relative;
	z-index: 0;
}
#catalog_modal_outer .modal_list .swiper-wrapper li a {
	width: 100%;
	display: block;
	display: flex;
	align-items: flex-start;
}
#catalog_modal_outer .modal_list .swiper-wrapper li .listImage {
	width: 100px;
}
#catalog_modal_outer .modal_list .swiper-wrapper li .listImage img {
	width: 100%;
	height: auto;
}
#catalog_modal_outer .modal_list .swiper-wrapper li .listImage span {
	display: flex;
	width: 100px;
	height: 100px;
	background-color: #F2F2F2;
	justify-content: center;
	align-items: center;
	font-size: 11px;
	color: #999;
}
#catalog_modal_outer .modal_list .swiper-wrapper li .listData {
	width: calc(100% - 100px);
	padding-left: 10px;
}
#catalog_modal_outer .modal_list .swiper-wrapper li .listData .itemName {
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 21px;
	margin-bottom: 4px;
}
#catalog_modal_outer .modal_list .swiper-wrapper li .listData .itemFlag {
	font-size: 11px;
	letter-spacing: 0.5px;
	line-height: 15px;
	margin-bottom: 4px;
	color: #6A6A6A;
}
#catalog_modal_outer .modal_list .swiper-wrapper li .listData .itemPrice {
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 19px;
	font-weight: 700;
}
#catalog_modal_outer .modal_list .swiper-wrapper li .favorites_layout {
	position: absolute;
	top: 5px;
	left: 65px;
	width: 30px;
	height: 30px;
}
#catalog_modal_outer .modal_list .swiper-wrapper li .favorites_layout a {
	display: block;
	width: 100%;
	height: 30px;
	background-image: url(/jp/ja/special-feature/feature/assets/images/button-fav.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 60px auto;
	cursor: pointer;
}
#catalog_modal_outer .catalog_modal_itemList {
	height: 100%;
	overflow: auto;
	padding-top: 150px;
}
#catalog_modal_outer .swiper-button-next,
#catalog_modal_outer .swiper-button-prev,
#catalog_modal_outer .swiper-pagination {
	position: relative;
	margin: 0;
	padding: 0;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
}
#catalog_modal_outer .swiper-button-next:before,
#catalog_modal_outer .swiper-button-prev:before,
#catalog_modal_outer .swiper-button-next:after,
#catalog_modal_outer .swiper-button-prev:after {
	content: none;
}
#catalog_modal_outer .swiper-button-layout {
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}
#catalog_modal_outer .swiper-button-next,
#catalog_modal_outer .swiper-button-prev {
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
}
#catalog_modal_outer .swiper-button-disabled {
	display: block;
    opacity: 0.4;
    cursor: auto;
    pointer-events: none;
}
#catalog_modal_outer .swiper-button-prev {
	background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/catalog/images/common/icon/slide-left.svg);
}
#catalog_modal_outer .swiper-button-next {
	background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/catalog/images/common/icon/slide-right.svg);
}
#catalog_modal_outer .swiper-pagination {
	width: calc(100% - 100px);
	height: 50px;
	line-height: 50px;
}
@media screen and (min-width: 813px) {
	#catalog_modal_outer .catalog_modal_inner {
		width: 472px;
		height: 100%;
		background-color: #FFF;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
		position: absolute;
		top: 100%;
		right: 0;
	}
}























