@charset "utf-8";
/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/
body {
	background-color: var(--super_light_gray);
}
#wrapper {
    width: 100%;
    margin: 0 auto;
    /*letter-spacing: auto;*/
	font-size: 1.1rem;
	line-height: 1.8rem;
    overflow: hidden;
}
#container {
	margin: 0 auto;
	padding-top: 150px;
	width: 100%;
}
#topcolumn, #bottomcolumn {
	width: 100%;
}
#maincolumn {
	width: calc(80% - 30px);
	margin: 0 0 0 calc(20% + 30px);
	min-height: 500px;
}
@media screen and (min-width:1400px) {
	#maincolumn {
		width: calc(100% - 330px);
		margin: 0 0 0 330px;
		min-height: 500px;
	}
}
#leftcolumn,
#rightcolumn {
	width: 300px;
}
#undercolumn_default {
	margin-top: 0;
}
#undercolumn {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 40px 50px 40px;
}
#undercolumn_contact,
#undercolumn_order,
#undercolumn_login {
	width: 750px;
	margin: 0 auto;
}
.undercolumn_small {
	max-width: 1000px;
	margin: 0 auto;
}
.undercolumn_message_block {
	padding: 20px;
	background-color: #f1f1f1;
	margin-bottom: 30px;
}
.undercolumn_message_block p {
	margin-bottom: 10px;
}
.undercolumn_message_block p:last-child {
	margin-bottom: 0;
}
#undercolumn_error {
	text-align: center;
}
.block_default {
	width: 100%;
	margin-bottom: 60px;
}
.default_dl_list {
	display: flex;
	flex-wrap: wrap;
}
.default_dl_list dt {
	width: 15%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
}
.default_dl_list dd {
	width: 85%;
	padding-left: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
}
/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
#global_header {
	width: 100%;
	height: 150px;
	position: fixed;
	top: 0;
	left: 0;
	font-size: 1.2rem;
	padding: 0 30px;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#global_nav_btn,#global_nav_right {
	display: none;
}
#global_header h1 {
	width: 100px;
}
/*------------------------------------------------------------
メインナビ
------------------------------------------------------------*/
#global_nav {
	position: fixed;
    top: 210px;
    left: 30px;
    font-size: var(--fontXXXL);
    width: 20%;
    z-index: 100;
}
@media screen and (min-width:1400px) {
	#global_nav {
		position: fixed;
		top: 210px;
		left: 30px;
		font-size: var(--fontXXXL);
		width: 300px;
		z-index: 100;
	}
}
#global_nav ul li a {
	display: block;
}
#global_nav1 {
	margin-bottom: 50px;
}
#global_nav2 {
	margin-bottom: 130px;
}
#global_nav2 li, #global_nav3 li {
	margin-bottom: 20px;
}
#global_nav3 {
	margin-bottom: 80px;
}
#other_list ul {
	display: flex;
	gap: 0 20px;
	flex-wrap: wrap;
}
#other_list ul li {
	width: 20px;
}
.haschild ul {
	display: none;
	margin: 20px 0 30px 20px;
}
.parent_nav::after {
	content: ">";
	position: absolute;
	right: 40%;
	font-size: 2rem;
	transform: scale(0.6, 1.0);
}

.list_open.parent_nav::after {
	animation: spinAndScale 0.1s linear forwards;
}

@keyframes spinAndScale {
	0% {
		transform: rotate(0deg) scale(0.6, 1.0);
	}
	50% {
		transform: rotate(45deg) scale(0.6, 1.0);
	}
	100% {
		transform: rotate(90deg) scale(0.6, 1.0);
	}
}
/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
#global_footer {
	padding: 50px 30px;
	margin-top: 60px;
	font-size: var(--fontS);
	line-height: 250%;

}
#global_footer_inner{
	display: flex;
	justify-content: space-between;
}
#footer_list1 {
	width: 30%;
}
#footer_other_list ul {
	display: flex;
    gap: 0 20px;
    flex-wrap: wrap;
}
#footer_other_list ul li {
	width: 25px;
}
#footer_copy {
	width: 100%;
}
#footer_copy {
	text-align: right;
	margin-top: 80px;
	font-size: var(--fontXXS);
}
/*------------------------------------------------------------
Swiper
------------------------------------------------------------*/
.swiper-pagination-bullet {
    width: 1px;
    height: 12px;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    vertical-align: middle;
    background-color: #000;
	border-radius:0%;
	border: none !important;
}
.swiper-pagination-bullet-active {
	width: 3px;
    height: 15px;
}
#top_slider_outer .swiper-pagination {
	text-align: right;
	padding-right: 40px;
	bottom: 30px;
}
/*------------------------------------------------------------
TOP VISUAL
------------------------------------------------------------*/
#top_slider_outer {
	margin-bottom: 60px;
}
.sp_slider {
	display: none;
}
/*------------------------------------------------------------
TOP NEWS
------------------------------------------------------------*/
.news_list_date {
	width: 80px;
}
.news_list_title {
	width: calc(100% - 80px)
}
.news_list_title p {
	margin-right: 20px;
	width: calc(100% - 50px);
	display: flex;
	align-items: center;
}
.news_list_title img {
	width: 30px;
}
#top_news_inner .swiper-slide {
	border-right: 1px solid var(--default_gray);
	padding: 0 30px;
	height: 66px;
}
/*------------------------------------------------------------
レイアウト アイテムリスト
------------------------------------------------------------*/
.item_list_default,
.item_list_middle,
.item_list_small,
.item_list_snap{
	display: flex;
	flex-wrap: wrap;
	font-weight: 400;
}
.item_list_snap {
	gap: 20px 0;
}
.item_list_default a:hover,
.item_list_default a:hover img,
.item_list_middle a:hover,
.item_list_middle a:hover img,
.item_list_small a:hover,
.item_list_small a:hover img,
.item_list_snap a:hover,
.item_list_snap a:hover img {
	opacity:1 !important;
}
.item_list_default li {
	width: 25%;
	position: relative;
}
.item_list_middle li {
	width: 20%;
	position: relative;
}
.item_list_small li {
	width: 16.6%;
	position: relative;
}
.item_list_snap li {
	width: 33.3%;
	position: relative;
}
.list_pict {
	position: relative;
    width: 100%;
}
.list_pict_inner {
    width: 100%;
    height: auto;
	overflow: hidden;
}
.list_pict_inner img {
	width: 100%;
}
.list_photo_icon {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
}
.list_sale {
    background-color: #c90000;
	line-height: 170%;
    padding: 0 5px;
    font-size: 1rem;
    color: #FFF;
}
.list_pict_inner img:hover {
	transition:.3s all;
}
.list_info {
	margin: 10px 10px 0 10px;
	font-size: var(--fontS);
	line-height: 1.6rem;
}
.list_info_snap {
	margin: 10px 10px 0 10px;
	font-size: var(--fontXXS);
	line-height: 1.6rem;
}
.list_price {
	color: var(--default_gray_light);
}
.list_maker {
	display: none;
}
.list_status {
	font-size: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0 5px;
	line-height: 170%;
}
/*------------------------------------------------------------
ブログリスト
------------------------------------------------------------*/
#undercolumn_blog {
    margin-top: 120px;
	max-width: 1200px;
	margin: 120px auto 0 auto;
}
#blog_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#blog_list, #blog_post {
	width: calc(100% - 240px);
}
#blog_navi {
	width: 200px;
	padding-right: 20px;
}
#blog_navi_category, #blog_navi_date {
	margin-bottom: 30px;
}
#blog_navi_category li, 
#blog_navi_date li {
	margin-bottom: 5px;
}
#blog_list_list{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.blog_list_detail {
	width: calc((100% - 60px) / 4);
}
.blog_list_thumb {
	position: relative;
	width: 100%;
}
.blog_list_thumb::before{
	content: "";
    display: block;
    padding-top: 100%;
}
.blog_list_thumb a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.blog_list_thumb a img {
	height: 100%;
}
.blog_list_text {
	margin-top: 10px;
}
.blog_list_date {
	font-size: 1.1rem;
}
.blog_list_title {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blog_side_title {
	margin-bottom: 10px;
	padding: 5px 0;
	border-bottom: 1px solid var(--default_gray);
}
#blog_post_item_list {
	margin-top: 40px;
}

/*------------------------------------------------------------
ブログ投稿
------------------------------------------------------------*/
#blog_post_block {
	line-height: 200%;
}
#blog_post_block h1 {
	font-size: var(--fontXXXXL);
}
#blog_post_block h2 {
	font-size: var(--fontXXXL);
}
#blog_post_block h3 {
	font-size: var(--fontXXL);
}
#blog_post_block h4 {
	font-size: var(--fontXL);
}
#blog_post_block p {
	margin-bottom: var(--blog-default-style-spacing);
}
#blog_post_block .image-style-block-align-left,
#blog_post_block .image-style-block-align-right {
	max-width: calc(100% - var(--blog-image-style-spacing))
}

#blog_post_block .image-style-align-left,
#blog_post_block .image-style-align-right {
	clear: none
}

#blog_post_block .image-style-side {
	float: right;
	margin-left: var(--blog-image-style-spacing);
	max-width: 50%
}

#blog_post_block .image-style-align-left {
	float: left;
	margin-right: var(--blog-image-style-spacing)
}

#blog_post_block .image-style-align-center {
	margin-left: auto;
	margin-right: auto
}

#blog_post_block .image-style-align-right {
	float: right;
	margin-left: var(--blog-image-style-spacing)
}

#blog_post_block .image-style-block-align-right {
	margin-left: auto;
	margin-right: 0
}

#blog_post_block .image-style-block-align-left {
	margin-left: 0;
	margin-right: auto
}

#blog_post_block p+.image-style-align-left,
#blog_post_block p+.image-style-align-right,
#blog_post_block p+.image-style-side {
	margin-top: 0
}

#blog_post_block .image-inline.image-style-align-left,
#blog_post_block .image-inline.image-style-align-right {
	margin-bottom: var(--blog-inline-image-style-spacing);
	margin-top: var(--blog-inline-image-style-spacing)
}

#blog_post_block .image-inline.image-style-align-left {
	margin-right: var(--blog-inline-image-style-spacing)
}

#blog_post_block .image-inline.image-style-align-right {
	margin-left: var(--blog-inline-image-style-spacing)
}
#blog_post_block .image figcaption {
	text-align: center;
	background-color: var(--light_gray);
	padding: 5px;
}
#blog_post_block figure.image {
	margin-bottom: var(--blog-image-style-spacing);
}
/*------------------------------------------------------------
コレクションリスト
------------------------------------------------------------*/
.collection_list_slider {
	position: relative;
	top: 0;
	width: 100%;
	overflow: hidden;
}
.collection_list_slider::before {
	display: block;
	content: '';
	padding-bottom: 60%;
}
.collection_list_slider a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.collection_list_pict {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: var(--transition);
}
.collection_list_slider a:hover {
	.collection_list_pict {
		transform: scale(1.2);
	}
}
.collection_list_text {
	position: absolute;
	z-index: 10;
}
.collection_list_text {
	position: absolute;
	top: 50%;
	left: 0%;
	-webkit-transform: translate(20px, -50%);
	transform: translate(20px, -50%);
	color: #FFF;
	font-size: var(--fontXXL);
	font-weight: 400;
}
/*------------------------------------------------------------
ブランドコンセプト
------------------------------------------------------------*/
#brand_concept {
	display: flex;
	flex-wrap: wrap;
}
#brand_concept li {
	width: 50%;
	background-color: var(--light_gray);
}
.brand_concept_text {
	display: flex;
	align-items: center;
	justify-content: center;
}
.brand_concept_text_inner {
	min-width: 400px;
	max-width: 50%;
	text-align: center;
}
.brand_concept_text_inner h3 {
	font-size: var(--fontXXXL);
	font-weight: 400;
	margin-bottom: 30px;
}
.brand_concept_text_inner p {
	margin-bottom: 30px;
}
/*------------------------------------------------------------
トップコレクションエリア
------------------------------------------------------------*/
#collection_concept {
	display: flex;
	flex-wrap: wrap;
}
#collection_concept li {
	width: 50%;
	background-color: var(--light_gray);
}
.collection_concept_text {
	display: flex;
	align-items: center;
	justify-content: center;
}
.collection_concept_text_inner {
	min-width: 400px;
	max-width: 50%;
	text-align: center;
}
.collection_concept_text_inner h3 {
	font-size: var(--fontXXXL);
	font-weight: 400;
	margin-bottom: 30px;
}
.collection_concept_text_inner p {
	margin-bottom: 30px;
}
/*------------------------------------------------------------
商品一覧
------------------------------------------------------------*/
.item_list_header_title {
	gap: 0 20px;
}
.item_list_header_title h1 {
	font-size: var(--fontXXXXL);
	font-weight: 300;
}
.item_list_header_title h1::after {
	content: '/';
	padding-left: 20px;
}
#brand_header {
	width: 100%;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 50px;
}
#brand_header:before {
	content: "";
    display: block;
	padding-top: 40%;
}
#brand_txt {
	max-width: 1600px;
	display: flex;
	justify-content: space-between;
	padding: 65px 40px 0px 40px;;
	margin: 0 auto;
	line-height: 2.5rem;
}
#sort_area {
	width: 100%;
	padding: 50px 0px;
	letter-spacing:normal;
}
#sort_parent {
	display: flex;
	flex-wrap: wrap;
	gap: 0 40px;
}
.open_sort {
	position: relative;
	cursor: pointer;
}
#sort_select {
	position: relative;
}
#sort_children {
	width: 100%;
	margin-top: 10px;
}
.select_for_default {
	display: flex;
	gap: 0 40px;
	width: 100%;
}
.select_for_default a {
	display: flex;
	align-items: center;
	gap: 0 10px;
}
.select_for_default a::before {
	display: block;
	content: '';
	height: 1px;
	width: 20px;
	background-color: #000;
}
.open_sort_children_tit {
	font-weight: 700;
	margin-bottom: 10px;
}
.sort_cat_list div ul li {
	margin-bottom: 8px;
}
.sort_active:after {
	content: '▼';
	display: block;
	text-align: center;
	font-size: 1rem;
	zoom: 80%;
}
.open_sort_children {
	display: none;
	padding: 25px 0;
	border-top: 1px solid var(--default_gray);
	border-bottom: 1px solid var(--default_gray);
}
.open_sort_children_inner {
	display: flex;
}
.list_tit_count {
	margin-top: 15px;
	display: block;
	font-size: 1.3rem;
}
#sort_color {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
}
#sort_color ul {
	line-height: 1.4rem;
	display: flex;
	align-items: center;
}
#sort_color ul li {
	margin-left: 15px;
	width: 20px;
	height: 20px;
}
#sort_color ul li a {
	display: block;
	width: 20px;
	height: 20px;
	border:solid 1px #EEEEEE;
	border-radius: 10px;
}
#sort_color ul li.colorselected a {
	display: block;
    width: 10px;
    height: 10px;
	border-radius: 5px;
	margin: 5px;
}
#sort_color ul li:last-child,
#sort_color ul li:first-child {
	width: auto;
	height: 20px;
}
#sort_color ul li:last-child a,
#sort_color ul li:first-child a {
	width: auto;
	height: 20px;
	border: none;
	line-height: 20px;
}
/*------------------------------------------------------------
詳細ページ
------------------------------------------------------------*/
#item_detail {
	margin-bottom: 100px;
}
#item_detail_block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#item_photo {
	width: 58.4%;
	order: 1;
}
#item_photo img {
	width: 100%;
	height: auto;
}
#item_spec {
	width: 34.6%;
    margin-left: 5%;
	margin-right: 2%;
    order: 2;
}
#item_photo li {
	position: relative;
}
#item_spec_tit {
	font-size: 2rem;
	line-height: 150%;
	margin-bottom: 20px;
	font-weight: 400;
}
#item_spec_schedule {
	margin-top: 10px;
}
#item_spec_status {
	display: flex;
	gap: 0 10px;
	margin-bottom: 20px;
	font-size: 1.2rem;
}
#item_spec_status a {
	display: block;
	color: #FFF;
	background-color: var(--default_gray);
	padding: 3px 9px;
}
#item_photo_outer {
	position: relative;
}
#item_photo_outer li {
	position: relative;
	margin-bottom: 1px;
}
#item_photo_outer li:before {
	content: "";
    display: block;
	padding-top: 120%;
}
#item_photo_outer li img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#item_photo_outer li p {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#item_photo_slider {
	overflow: hidden;
}
#item_photo_slider .swiper-slide p{
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.item_photo_thumb ul {
	display: flex;
	flex-wrap: wrap;
}
.item_photo_thumb ul li {
	width: 12.5%;
	font-size: 1rem;
	word-break: break-all;
	line-height: 1.2rem;
}
#detail_price {
	display: flex;
	align-items: baseline;
	font-weight: 400;
}
#detail_price li {
	margin-right: 10px;
}
#dynamic_price {
	display: none;
}

#cart_color, #cart_size {
	margin-top: 20px;
	display: flex;
	align-items: center;
	padding-top: 10px;
	border-top: 1px solid #eeeeee;
}
#cart_size {
	margin-top: 10px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}
#cart_color .detail_tit, #cart_size .detail_tit {
	width: 15%;
	margin: 0;
}
#color_block,
#size_block {
	width: 85%;
}
#color_block ul, #size_block ul {
	display: flex;
	align-items: top;
	flex-wrap: wrap;
}
#color_block ul li {
	width: 75px;
	margin: 10px 10px 10px 0;
}
#color_block ul li a {
	width: 75px;
	height: 90px;
	display: block;
	position: relative;
	font-size: 1rem;
	padding: 3px;
	border: 1px solid #e1e1e1;
	transition: none;
	overflow: hidden;
}
#color_block ul li a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#color_block ul li p {
	margin-top: 5px;
	word-break: break-all;
    font-size: 1rem;
    line-height: 1.2rem;
}
#size_block ul li {
	width: 52px;
	height: 34px;
	margin: 10px 10px 10px 0;
}
#size_block ul li a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 1px;
	border: 1px solid #e1e1e1;
	position: relative;
	transition: none;
	overflow: hidden;
}
#size_block ul li a span {
	display: table-cell;
	width: 48px;
	height: 30px;
	text-align: center;
	font-size: 0.9rem;
	vertical-align: middle;
	padding: 0 3px;
	line-height: 120%;
	white-space: nowrap;
}
.slash {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#color_block .slash {
	background: url(/user_data/packages/default/images/ico_slash_color.png) no-repeat center center;
    background-size: cover;
}
#size_block .slash {
	background: url(/user_data/packages/default/images/ico_slash_size.png) no-repeat center center;
    background-size: cover;
}
.sku_selected {
	border: 3px solid #000 !important;
	padding: 1px !important;
}
#size_block ul li a.sku_selected {
	outline: none !important;
	background-color: #000;
	color: #FFF !important;
	border: 1px solid #000 !important;
}
#cart_comment {
	position: relative;
	letter-spacing:normal;
	color: #999999;
	margin-top: 20px;
}
#cart_comment a {
	position: absolute;
	top: 0;
}
#cart_btn_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}
#cart_btn_block div {
	position: relative;
	height: 60px;
}
#cart_favorite {
	width: 60px;
}
#cart_add {
    width: calc(100% - 60px);
}
#cart_add .fa-shopping-bag {
	font-size: 2rem;
	margin-right: 15px;
}
#cart_btn_block div p {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
}
#cart_btn_block div p a {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 60px;
}
#cart_add a {
	background-color: #000;
	color: #FFFFFF;
	border-radius: 5px 0 0 5px;
}
#cart_favorite a {
	background-color: #eee;
	color: #B50003;
	border-left: 1px solid #FFFFFF;
	border-radius: 0 5px 5px 0;
}
#cart_code {
	color: #999999;
	margin-top: 20px;
}
.detail_tit {
	margin-bottom: 15px;
}
#size_table {
	display: flex;
	margin-top: 20px;
	font-size: var(--fontS);
}
#size_table ul {
	width: 100%;
	letter-spacing: normal;
}
#size_table li {
	min-height: 30px;
	padding: 4px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#size_table li:first-child{
	background: #f5f5f5;
	text-align: center;
}
#size_table li:nth-child(odd){
	background: #f5f5f5;
}
#item_detail_txt {
	margin-top: 20px;
	font-size: var(--fontS);
}
#item_detail_txt p {
	margin-bottom: 15px;
	line-height: 180%;
}
#item_detail_txt p:last-child {
	margin-bottom: 0px;
}
#float_login {
	margin-bottom: 25px;
}
#float_login li {
	margin-bottom: 10px;
}
#pop_up_txt p {
	margin-bottom: 15px;
	letter-spacing: normal;
}
#pop_up_txt p:last-child {
	margin-bottom: 0px;
}
#mail_itemblock {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	padding: 30px 0;
	margin: 40px 0;
}
#mail_itemphoto {
	width: 20%;
	margin-right: 4.5%;
}
#mail_itemphoto img {
	vertical-align: bottom;
}
#mail_text {
	width: 75.5%;
	letter-spacing: normal;
}
#inline_content2 {
	font-size: 1.2rem;
    line-height: 200%;
    padding: 75px;
}
#item_detail_sub {
	font-size: var(--fontS);
	margin-top: 30px;
}
#item_detail_sub a {
	text-decoration: underline;
}
#item_detail_sub li {
	display: flex;
	line-height: 2rem;
	margin-bottom: 10px;
}
#item_detail_sub li p:first-child {
	min-width: 70px;
}
#item_detailsub_category p {
	line-height: 180%;
}
#item_detailsub_category {
	margin-bottom: 5px;
}
#color_unselected,#size_unselected {
	display: none;
	font-size: 0.8rem;
	color:#B50003;
}
#item_photo .swiper-button-next:after, 
#item_photo .swiper-button-prev:after {
	font-size: 2rem;
}
#recommend_slider_outer {
	overflow: hidden;
}
.tit_item_detail_inner {
	font-size: 1.4rem;
	border-bottom: 1px solid #eeeeee;
    padding-bottom: 13px;
	margin-bottom: 13px;
}
#item_spec_detail {
	border: 1px solid #eeeeee;
	padding: 6px 20px;
}
#item_spec_detail dl {
	display: flex;
	align-items: center;
}
#item_spec_detail dl dt {
	width: 120px;
	font-weight: 700;
}
#item_spec_detail dl {
	margin: 7px 0;
}
.icon_gray {
	color: #999;
}
#item_comment {
	margin-top: 40px;
	font-size: 1.3rem;
}
#item_comment_selector {
	display: flex;
	gap: 1px;
	border-bottom: 1px solid var(--default_gray);
}

#item_comment_selector li {	
	margin: 0;
	text-align: center;
	width: 100px;
}
#item_comment_selector li a.active_select {
	background-color: var(--default_gray);
}
#item_comment_selector li a {
	background-color: var(--light_gray);
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 100%;
	padding: 12px 10px;
}
#item_comment_content aside:nth-child(2),
#item_comment_content aside:nth-child(3) {
	display: none;
}
.cart_select_multi_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dadada;
}
.cart_select_multi_color {
	width: 20%;
	font-size: var(--fontXXS);
	text-align: center;
}
.cart_select_multi_size {
	width: calc(80% - 10px)
}
.cart_select_multi_size ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.cart_select_multi_size ul:last-child {
	margin-bottom: 0px;
}
.cart_select_multi_size_name {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: var(--fontL);
	font-weight: 400;
	text-align: center;
}
.cart_select_multi_btn {
	width: calc(100% - 90px);
}
.cart_select_multi_btn a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
	line-height: 40px;
	text-align: center;
	border: 1px solid var(--default_gray);
}
.cart_select_multi_btn a:hover {
	opacity: 1;
	color: #FFF;
	background-color: #000;
}
.cart_select_multi_btn a span {
	padding-left: 8px;
}
.cart_select_multi_schedule {
	width: 100%;
	font-size: var(--fontXXS);
}
.favorite_select_multi_btn {
	width: 40px;
	height: 40px;
	margin-left: 8px;
	font-size: 2.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.favorite_select_multi_btn p {
	height: 22px;
	width: 22px;
}
.favorite_select_multi_btn p img {
	width: 100%;
}
.favorite_select_multi_btn a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/ico_star_off.png) center center no-repeat;
	background-size: cover;
}
.favorite_select_multi_btn a svg {
	color: #B50003;
}
.favorite_select_multi_btn a svg.icon_gray {
	color: rgb(210, 210, 210);
}
#cart_multi_view_btn {
	display: none;
}
.item_detail_form {
	margin-top: 30px;
}

.favorite_select_multi_btn a.fav_on{
	background: url(../images/ico_star_on.png) center center no-repeat;
	background-size: cover;
}

/*------------------------------------------------------------
カート
------------------------------------------------------------*/
#cart_flow{
	width: 100%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 30px;
}
#cart_flow ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#cart_flow ul li {
	width: 33.3%;
	text-align: center;
	padding: 15px 0;
}
.active_flow {
	background-color: #f1f1f1;
}
#cart_inner_txt {
	margin-bottom: 30px;
}
.cart_item {
	position: relative;
}
.cart_item_delete_btn {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
}
.cart_item_flex {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid rgb(201, 201, 201);
}
.cart_item_photo {
	width: 20%;
	padding: 20px;
}
.cart_item_photo_inner {
	position: relative;
	margin: 0 auto;
	width: 60%;
}
.cart_item_photo_inner:before{
	content: '';
	display: block;
	padding-bottom: 120%;
}
.cart_item_photo_inner img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cart_item_flex_inner {
	width: 80%;
	display: flex;
}
.cart_item_name {
	width: 40%;
	display: flex;
	align-items: center;
	padding: 20px 0;
}
.cart_item_price {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:0 5px;
}
.cart_item_quantity {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cart_item_subtotal {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.quantity_level {
	display: flex;
}
.quantity_minus {
	width: 25%;
}
.quantity_plus {
	width: 25%;
}
.quantity_num {
	width: 50%;
	text-align: center;
}
.cart_sum {
	width: 100%;
}
.cart_sum_flex {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid rgb(201, 201, 201);
}
.cart_sum_tit {
	width: 84%;
	text-align: right;
	background-color: #f3f3f3;
	padding: 15px;
}
.cart_sum_value {
	width: 16%;
	padding: 15px;
	text-align: center;
}
.cart_novelty_option {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 10px 0;
}
.cart_novelty_option p:first-child {
	width: 65px;
}
.cart_novelty_option .select_n {
	width: calc(100% - 65px);
}
.point_add_attention {
	margin-top: 10px;
	text-align: right;
	font-size: 1rem;
}

.deliv_info {
	margin-top: 40px;
}
.user_info_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgb(201, 201, 201);
}
.user_info_radio {
	width: 10%;
	text-align: center;
}
.user_info_value {
	width: 90%;
	padding: 30px 0;
}
.user_info_value_flex {
	display: flex;
}
.user_info_deliv {
	width: 80%;
}
.user_info_change {
	width: 20%;
}
.user_info_change {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0px 40px;
}
.deliv_addbtn {
	margin-top: 15px;
	text-align: right;
}
.deliv_time {
	margin-top: 40px;
}
.user_deliv_time {
	padding: 30px;
	display: flex;
	gap: 0px 40px;
	border-bottom: 1px solid rgb(201, 201, 201);
}
.user_deliv_time .select_n {
	width: 180px;
}
.deliv_date_flex {
	display: flex;
	align-items: center;
}
.payment_block {
	margin-top: 60px;
}
.user_info_payment_image {
	width: 20%;
	margin-left: auto;
}
.point_txt {
	padding: 15px;
}
.point_block {
	margin-top: 60px;
}
.coupon_block {
	margin-top: 60px;
}
.cart_no_error {
	margin-top: 60px;
	text-align: center;
}
#block_login {
	display: flex;
	justify-content: space-between;
}
#block_login section {
	width: 48%;
	padding: 30px;
	border: 1px solid rgb(201, 201, 201);
}
#block_login_form li {
	margin-bottom: 10px;
}
#block_login_form li:last-child {
	margin: 0;
}
.logintext {
	margin-bottom: 39px;
}
.cart_login_txt {
	margin: 50px 0;
	text-align: center;
}
#cart_form_input {
	padding: 60px 100px;
	border: 15px solid #f1f1f1;
}
.cart_block {
	margin-top: 40px;
}
.cart_block:first-child {
	margin-top: 0px;
}
.black_list {
	margin-top: 30px;
	text-align: center;
}

.cart_gift_block {
	margin-top: 40px;
}
.cart_gift {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
	padding-top: 30px;
}
.gift_block {
	width: calc((100% - 30px) / 2);
}
.gift_outer {
	display: flex;
	gap: 0 20px;
}
.gift_photo {
	width: 40%;
}
.gift_content {
	width: calc(60% - 20px);
	padding-top: 10px;
}
.gift_option {
	display: flex;
	align-items: center;
	gap: 0 10px;
	margin-bottom: 10px
}
.gift_content .red {
	font-size: 10px;
}
.gift_variation_tit {
	width: 20%;
}
.gift_variation {
	width: calc(70% - 10px);
}
.gift_name {
	font-size: 14px;
	margin-bottom: 10px;
}
.gift_price {
	font-size: 10px;
	margin-bottom: 20px;
}
.gift_price span {
	font-size: 12px;
	padding-right: 5px;
}
.cart_gift_btn {
	width: 100%;
	height: 40px;
	margin-top: 20px;
}
.cart_gift_btn a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	font-weight: 700;
}

/*------------------------------------------------------------
確認画面
------------------------------------------------------------*/
.confirm_default {
	margin-top: 50px;
}
.confirm_default_inner {
	padding: 30px 30px 20px 30px;
	border-bottom: 1px solid rgb(201, 201, 201);
}
.confirm_default_inner li {
	display: flex;
	margin-bottom: 10px;
}
.confirm_sub_tit {
	width: 15%;
}
#confirm_message {
	background-color: #fff;
	padding: 2vw;
	margin-bottom: 30px;
	text-align: center;
}
#confirm_message .alle_btn {
	margin: 20px auto 0 auto;
}
/*------------------------------------------------------------
完了画面
------------------------------------------------------------*/
#complete_payment_data {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f1f1f1;
}
.complete_message {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f1f1f1;
}
.complete_message_tit {
	font-weight: 700;
	margin-bottom: 20px;
}
/*------------------------------------------------------------
クレジットカード
------------------------------------------------------------*/
.bdr_block {
	padding: 40px 150px;
	border: 10px solid #f1f1f1;
}
#registered_card, #use_registeredcard_check {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f1f1f1;
}
#registeredcard_list li {
	display: flex;
	align-items: center;
}
#registeredcard_list li p:first-child {
	padding: 10px;
}
#registered_card_list_delete {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
#card_input_list li {
	display: flex;
}
.card_input_list_flex_left {
	width: 20%;
	padding-top: 10px;
}
.card_input_list_flex_right {
	width: 80%;
}
#card_expire_list .select_n {
	width: 150px;
}
#card_expire_list {
	gap: 0 6px;
}
#card_input_list li {
	margin-bottom: 15px;
}
.card_sample {
	width: 150px;
}
.card_error {
	background-color: #f1f1f1;
	padding: 15px;
	margin-bottom: 30px;
	color: #B50003;
}
#now_execute {
	margin-top: 40px;
}
/*------------------------------------------------------------
MY PAGE
------------------------------------------------------------*/
#mypagecolumn {
	max-width: 1000px;
	margin: 0 auto;
}
#mycontents_area {
	display: flex;
	justify-content: space-between;
}
#mycontentmain_area {
	order: 2;
	width: calc(100% - 230px);
}
#mynavi_area {
	order: 1;
	width: 200px;
	padding: 20px;
	background-color: #f1f1f1;
	font-size: 1.1rem;
}
.mynavi_list li {
	margin: 15px 0;
}
.order_list {
	padding: 25px 30px;
	border: 20px solid #f1f1f1;
	margin-bottom: 20px;
}
#my_page_refuse {
	text-align: right;
}
#mypage_order_list {
	width: 100%;
	margin-top: 20px;
}
#mypage_order_list ul {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #f1f1f1;
}
.mypage_gray_header {
	background-color: #f1f1f1;
}
#mypage_order_list li {
	width: 16.6%;
	text-align: center;
	padding: 10px 0;
}
#mypage_order_list li:nth-child(2),
#mypage_order_list li:last-child{
	width: 10%;
}
#mypage_order_list li:nth-child(3){
	width: 29.8%;
}
.mypage_pagenumber_area {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
}
.mypage_pagenumber_area strong {
	border-bottom: 1px solid #000;
}
.mypage_pagenumber_area a {
	border-bottom: 1px solid #FFF;
}
#mypage_favorite_list {
	margin-top: 20px;
}
#mypage_favorite_list li {
	padding: 10px 0;
}
#mypage_favorite_list .mypage_gray_header li {
	text-align: center;
}
#mypage_favorite_list .mypage_gray_header li:first-child {
	width: 20%;
}
#mypage_favorite_list .mypage_gray_header li:last-child {
	width: 80%;
}
.mypage_favorite_inner_image {
	width: 20%;
}
.mypage_favorite_inner_content {
	width: 80%;
}
.mypage_favorite_inner_list,
#mypage_favorite_list .mypage_gray_header {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #f1f1f1;
	align-items: center;
}
.mypage_favorite_inner_image div {
	position: relative;
	margin: 20px;
}
.mypage_favorite_inner_image div:before {
	content: '';
	display: block;
	padding-bottom: 120%;
}
.mypage_favorite_inner_image div img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.mypage_favorite_inner_content {
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mypage_favorite_inner_info {
	padding: 0 20px;
}
.mypage_favorite_inner_btn {
	width: 22%;
	margin-right: 20px;
}
.favorite_cart li {
	padding: 0 !important;
}
.favorite_cart li:first-child {
	margin-bottom: 10px;
}
.favorite_cart li:first-child a {
	display: block;
	background-color: #000;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	padding: 7px 0;
	font-size: 1rem;
}
.favorite_cart li:last-child a {
	display: block;
	background-color: #ccc;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	padding: 7px 0;
	font-size: 1rem;
}
#mycontentmain_area .bdr_block {
	padding: 30px;
}
.mypage_register_list li {
	margin-bottom: 15px;
}
.mypage_register_list li:last-child {
	margin-bottom: 0;
}
.segment_announce{
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid var(--default_gray);
}
/*------------------------------------------------------------
ニュース
------------------------------------------------------------*/
.news_detail_title {
	padding-bottom: 15px;
	border-bottom: 1px solid #f1f1f1;
}
.news_detail_title h2 {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.news_detail_content {
	margin-top: 20px;
}
/*------------------------------------------------------------
メディア
------------------------------------------------------------*/
#media_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#media_list li {
	position: relative;
	width: calc((100% - 60px) / 4);
}
#media_list li div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#media_list li div a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fbfbfb;
}
#media_list li:before {
	content: '';
	display: block;
	padding-top: 120%;
	top: 0;
	left: 0;
}
/*------------------------------------------------------------
ルックブック
------------------------------------------------------------*/
.collection_header{
	position: relative;
	width: 100%;
}
.collection_header .tit_default {
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: 700;
	font-size: 2.4rem;
}
.collection_header::before {
	width: 100%;
	display: block;
	content: '';
	padding-top: 30%;
}
#collection_index_list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 10px;
}
#collection_index_list ul li {
	width: calc((100% - 30px) / 4);
}
#collection_index_list ul .list_name {
	text-align: center;
	font-size: var(--fontXXXL);
	margin-top: 20px;
}
#lookbook_list {
	width: 80%;
	margin: 0 auto;
}
@media screen and (min-width:1400px) {
	#lookbook_list {
		width: 950px;
		margin: 0 auto;
	}
}
/*------------------------------------------------------------
ショップリスト
------------------------------------------------------------*/
.shop_list_list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.shop_list_list dl {
	width: calc((100% - 10px) / 3);
	background-color: var(--light_gray);
	padding: 30px;
}

/*------------------------------------------------------------
スナップ
------------------------------------------------------------*/
.snap_list ul {
	display: flex;
	gap: 20px 3px;
	flex-wrap: wrap;
}
.snap_list ul li {
	width: calc((100% - 9px) / 4);
}
@media screen and (min-width:1400px) {
	.snap_list ul li {
		width: calc((100% - 12px) / 5);
	}
}
.snap_list_info {
	padding: 12px 12px 0 12px;
}
.snap_list_name {
	font-size: var(--fontL);
	margin-bottom: 5px;
}
.snap_list_comment {
	font-size: var(--fontM);
	color: var(--default_gray_light);
}
#list_item_header {
	position: relative;
}
.list_item_header_search {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	display: none;
}
.list_item_header_search:before {
	position: absolute;
	  top: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background-color: #FFF;
	opacity: 0.9;
}
#sort_snap {
	position: relative;
	z-index: 10;
	padding: 20px 30px;
	display: flex;
	justify-content: space-between;
}
#sort_snap ul {
	display: flex;
	gap: 0 30px;
}
#sort_snap ul li {
	display: flex;
	align-items: center;
	font-size: var(--fontS);
	gap: 0 15px;
}
#sort_snap ul li div {
	border-bottom: 1px solid var(--default_gray);
	min-width: 150px;
	padding: 8px;
}
#sort_snap ul li div select {
	width: 100%;
}
.list_item_header_search_btn {
	width: 100px;
}
#btn_open_sort {
	width: 20px;
	height: 20px;
	margin-bottom: 40px;
	margin-right: 20px;
	cursor: pointer;
	transition:.1s all;
}
.ico_plus {
	position: relative;
	width: 20px; /* プラスマークの幅 */
	height: 20px;
}
.ico_plus::before,
.ico_plus::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px; /* プラスマークの太さ */
	background-color: var(--default_gray); /* プラスマークの色 */
}
.ico_plus::before {
	transform: translateY(-50%);
}
.ico_plus::after {
	transform: translateY(-50%) rotate(90deg);
}
.btn_search_active {
	transform: rotate(45deg) !important;
}

/*------------------------------------------------------------
スナップ詳細
------------------------------------------------------------*/
#coordinate_detail_outer {
	display: flex;
	flex-wrap: wrap;
}
#coordinate_detail_photo {
	width: 48.5%;
	margin-right: 3%;
}
#coordinate_detail_text {
	width: 48.5%;
	position: relative;
}
#coordinate_detail_name {
	font-size: var(--fontXXXXXXL);
	font-weight: 300;
	margin-bottom: 20px;
}
#coordinate_detail_height{
	font-size: var(--fontM);
	margin-bottom: 20px;
}
#coordinate_detail_height span{
	font-size: var(--fontXXXL);
}
#coordinate_detail_comment {
	font-size: var(--fontXXXL);
	color: var(--default_gray_light);
}
#coordinate_icon {
	position: absolute;
	top: 0;
	right: 0;
}
#coordinate_icon ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 15px;
}
#coordinate_icon li {
	width: 30px;
}
#coordinate_detail_text .item_list {
	margin-top: 40px;
}
#coordinate_detail_text .item_list h2 {
	display: none;
}
/*------------------------------------------------------------
カート/アマゾンペイ
------------------------------------------------------------*/
.btn_box0622 {
	margin-top: 40px;
	border: 25px solid #f3f3f3;
	padding: 30px;
	text-align: center;
}
.amazon_button {
	margin: 20px auto 0 auto;
	width: 250px;
	height: 60px !important;
}
.result_area {
	padding: 30px;
}
.result_area ul li {
	display: flex;
	gap: 0 5px;
}
.cart_total {
	background-color: #f3f3f3;
	margin: 0 30px;
	padding: 20px;
}
.cart_price_total #payment_total {
	font-size: 2rem;
}


/*------------------------------------------------------------
ローダー
------------------------------------------------------------*/
.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 3em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 294px auto 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
/*------------------------------------------------------------
コンビニ決済
------------------------------------------------------------*/
#cvs_block .information {
	margin-bottom: 30px;
}
#cvs_block table {
	width: 100%;
}
#cvs_block table td,
#cvs_block table th {
	border-bottom: 1px solid #cecece;
	padding: 30px 0;
}
#cvs_block table th {
	width: 15%;
}
#cvs_block table td img {
	padding-left: 20px;
}
/*------------------------------------------------------------
後払い
------------------------------------------------------------*/
#sms_block .information {
	margin-bottom: 30px;
}
#sms_block table {
	width: 100%;
}
.sms_auth_number input {
	width: calc(25% - 7px) !important;
}

/*------------------------------------------------------------
ajax item list grid
------------------------------------------------------------*/
.ale-item-list-outer p {
	line-height: 180% !important;
	margin-bottom: 5px !important;
}
.ale-item-list-block-grid ul {
	display: flex;
	flex-wrap: wrap;
}
.ale-item-list-bloc-grid-photo-area {
	position: relative;
	margin-bottom: 10px;
}
.ale-item-list-bloc-grid-text-area {
	margin-bottom: 20px;
}
.ale-item-list-bloc-grid-photo-area img {
	width: 100%;
}
.ale-item-list-bloc-grid-photo-area::before{
	content: "";
    display: block;
    padding-top: 120%;
    background-color: #FFF;
}
.ale-item-list-bloc-grid-photo-area a {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ale-item-list-bloc-grid-photo-area a .over_img {
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
}
.ale-item-list-bloc-grid-list_status {
	display: flex;
	gap: 0 10px;
}
.ale-item-list-outer:after,
.ale-item-list-outer:before {
	content: "";
	display: block;
	clear: both;
}
.ale-item-list-outer{
	display: block;
}