/* バッグ一覧 */
.search-again {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	color: #303030;
	font-weight: normal;
	background-color: #F1C455;
	border-radius: 4px;
	z-index: 202;
	-webkit-transition: background-color linear 0.2s;
	-moz-transition: background-color linear 0.2s;
	-o-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}

.search-again:hover {
	background-color: #CC9900;
}

@media screen and (max-width: 767px ) {
	.search-again {
		top: 0;
		width: 80px;
	}
}
.to-firstguide a{
	font-size: 1.2em;
	font-weight: bold;
}
.to-brands a,
.to-firstguide a {
	display: block;
	margin: 20px auto 60px;
	color: #FFF;
	border-radius: 4px;
	line-height: 1.94em;
}

.to-brands a {
	background-color: #303335;
	padding: 0.57em 0;
	text-align: center;
	max-width: 600px;
	width: 90%;
}

.to-firstguide a {
	background-color: #13B65D;
	padding: 0.57em 0.57em 0.57em 70px;
	max-width: 460px;
	width: 90%;
}

.to-brands a span{
	font-weight: bold;
	font-size: 1.2em;
}

.to-firstguide a {
    position: relative;
}

.to-firstguide a:before {
    position: absolute;
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    top: 0px;
    bottom: 0;
    left: 10px;
    margin: auto;
    background-size: contain;
    background-image: url(/app/img/pc/info/guide-mark.png);
}

.to-firstguide a span.waku {
    background-color: #FFF;
    color: #000;
    border-radius: 5px;
    padding: 0.25em 0.4em 0.25em 0.5em;
    margin-right: 1em;
}

.first-komoji {
    font-size: 0.8em;
    font-weight: normal;
}

@media screen and (max-width: 767px ) {
	.to-brands a {
		margin: 20px auto 40px;
	}
}

.top-image-title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: rgba(255, 255, 255, 0.86);
	color: #000000;
	font-size: 16px;
	text-align: center;
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}

.main-buttons {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px 5px;
	margin-bottom: 5px;
}

.main-btn-favorite{
	width: auto;
	padding: 0 4px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 0px;
	right: 10px;
	z-index:3005;
}

.main-btn-favorite img{
	width: 30px;
	z-index:3006;
}

.main-buttons .main-button-favorite,
.main-buttons .main-button-having {
	display: table-cell;
	width: 50%;
	/* background-color: #F2F2F2;*/
	border-radius: 3px;
	font-size: 8px;
	padding: 5px;
}

.main-buttons .main-button-favorite img,
.main-buttons .main-button-having img {
	/* display: block;*/
	margin: 0 auto;
	width: 22px;
}

.main-buttons .main-button-favorite .main-button-favorite-cnt {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 8px;
}

.favorite-for-a-moment {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
}

.sold-out-belt img{
	position: absolute;
	top: 0px;
	left: 0;
	width: 80px;
}

.similar-belt img{
	position: absolute;
	top: 0px;
	left: 0;
	width: 80px;
}

.limited-belt img{
	position: absolute;
	top: -20px;
	left: 10px;
	width: 100%;
}

@media screen and (max-width: 767px ) {
	.top-image-title {
		font-size: 14px;
	}

	.similar-belt {
		font-size: 11px;
	}
}

.fine-product {
	width: auto;
	padding: 0 4px;
	height: 20px;
	line-height: 18px;
	color: #F05096;
	font-size: 11px;
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid #F05096;
}

.product-info {
	height: 50px;
}

.product-info .brand_name {
	text-align: center;
	color:#4A4A4A;
}

.product-info .product_name {
	text-align: center;
	font-size:12px;
	color:#9E9E9E;
}

/* 並び替えセレクトボックス */
.cp_ipselect {
	position: relative;
	display:inline-block;
	width: 150px;
	margin: 10px auto;
	text-align: center;
	right:15px;
}

.cp_sl06 {
	position: relative;
	font-family: inherit;
	background-color: transparent;
	width: 100%;
	padding: 10px 15px 7px;
	font-size: 14px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0, 0.3);
}

.cp_sl06:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}

.cp_ipselect .cp_sl06 {
	appearance: none;
	-webkit-appearance:none
}

.cp_ipselect select::-ms-expand {
	display: none;
}

.cp_ipselect:after {
	position: absolute;
	top: 18px;
	right: 10px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.3);
	pointer-events: none;
}

.cp_sl06_selectbar {
	position: relative;
	display: block;
	width: 100%;
}

.cp_sl06_selectbar:before, .cp_sl06_selectbar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #B28752;
	transition: 0.2s ease all;
}

.cp_sl06_selectbar:before {
	left: 50%;
}

.cp_sl06_selectbar:after {
	right: 50%;
}

.cp_sl06:focus ~ .cp_sl06_selectbar:before, .cp_sl06:focus ~ .cp_sl06_selectbar:after {
	width: 50%;
}

.cp_sl06_highlight {
	position: absolute;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

#page-bags-content {
	margin-top: 60px;
}

.bags-content h3 {
	width: 90%!important;
	margin: 0 auto 0.25em;
	color: #303335;
	font-size: 1.8em!important;
	font-weight: bold!important;
}

.bags-content h4 {
	width: 90%!important;
	margin: 0 auto 0.5em;
	color: #303335;
}

.bags-content h3 + p {
	border-top: 1px solid #333;
	width: 90%;
	font-size: 1.3em;
	margin: 0.4em auto 1em;
	padding-top: 0.3em;
}

.bags-content #list, #popular-brand ul {
	width: 90%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#popular-brand li {
	width: 19%;
	padding: 1.5%;
}

#popular-brand li img {
	width: 100%;
}

#popular-brand li a {
	color: #303335;
}

#bags-list #list > li {
	width: 24%;
	margin-bottom: 1em;
}

.to-bags-page {
	width: 250px;
	margin: 0 auto 80px!important;
	text-align: center;
	background-color: #666;
	color: #FFF;
	padding: 0.7em 0;
	display: block;
}

.to-bags-list-page {
	width: 250px;
	margin: 25px auto 80px!important;
	text-align: center;
	background-color: #666;
	color: #FFF;
	padding: 0.7em 0;
	display: block;
}

.to-bags-page:hover,
.to-bags-list-page:hover {
	color: #FFF;
}

.product__info__box.product-h4 {
	font-weight: bold;
	font-size: 18px;
}

.product__info__box .product-note {
	font-weight: normal;
	font-size: 0.8em;
	display: block;
}

#popular-brand {
	margin-bottom: 60px!important;
}

#popular-brand h4 {
	margin-top: 0;
}

#popular-brand figcaption {
	text-align: center;
}


#popular-brand figcaption span.b-kana {
	display: block;
	font-size: 0.8em;
}

@media screen and (max-width: 767px) {
	.product__info__box.product-h4,
	#popular-brand h4 {
		font-size: 16px;
	}

	#bags-list #list > li {
		width: 48%;
	}

	#popular-brand li {
		width: 46%;
		padding: 2%;
	}

	.to-bags-page {
		margin: 0 auto 70px!important;
	}

	.to-bags-list-page {
		margin: 25px auto 70px!important;
	}

	.bags-content h3 + p {
		font-size: 1.4rem;
		margin: 0.4em auto 1em;
	}
}

.feature-list {
	max-width: 900px;
	width: 90%;
	margin: 0 auto 3em;
}

.feature-list ul {
	border-top: 1px solid #DDD;
	padding-top: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feature-list img {
	width: 30%;
	margin-right: 2%;
}

.feature-list li a figcaption {
    width: 68%;
}

.feature-list li a {
	color: #303335;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feature-list li {
    width: 48%;
    margin-bottom: 2em;
}

.header__height__pc {
	height: 30px;
}

@media screen and (max-width: 767px ) {
	.feature-list li {
	    width: 100%;
	}
	.feature-list ul {
		margin-bottom: 0.5em;
	}
	.header__height__pc {
		height: 0!important;
	}
}
