@charset "UTF-8";
/* 210924追記*/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.c__wrap{
	width: 100%;
	max-width: 1000px;
	margin: auto;
	font-size: 13px; /*rootフォント*/
	color: #333;
}
.c__wrap *{
	box-sizing: border-box;
	list-style: none;
}
.c__wrap a{
	text-decoration: none;
}
/*.c__wrap a:link,
.c__wrap a:visited{
	color: #333;
}*/
.c__lead{
	text-align: center;
	margin: 5% 0;
	font-size: 1.1em;
	line-height: 1.8em;
}
.main-content{
	margin: 5% 0;
	max-width: 1000px;
}

.ms__img{
	width: 100%;
	margin: 0 auto;
}

.ms__img img{
	max-width: 100%;
}

.content__header{
	text-align: center;
}
.content__header .brand_tab{
	text-align: center;
}
.content__header .brand_tab ul{
	max-width: 1000px;
	width: 100%;
	margin: auto;
}
.content__header .brand_tab ul li{
	width: 22%;
	border: 1px solid #bcbcbc;
	float: left;
	margin-right: 4%;
	text-align: center;
	font-size: 1.3em;
}
.content__header .brand_tab ul li:last-of-type{
	margin-right: 0;
}
.content__header .brand_tab ul li a{
	display: block;
	padding: 1.5em 0;
}
.brand-section{
	margin: 5em auto;
	text-align: center;
}
.brand__logo{
	font-size: 1.5em;
	margin: 2em;
	text-align: center;
}
.brand__lead{
	font-size: 1.1em;
	line-height: 1.8em;
	text-align: center;
}
.brand__ranking-list li{
	height: auto;
	position: relative;
}
.brand__ranking-list li:nth-of-type(-n+3){
	display: block;
	margin: 8% 0;
	clear: both;
}
.brand__ranking-list li:nth-of-type(-n+3) img{
	width: 55%;
	height: auto;
	position: relative;
}
.brand__ranking-list li:nth-of-type(1) img,
.brand__ranking-list li:nth-of-type(3) img{
	float: left;
	margin-right: 5%;
}
.brand__ranking-list li:nth-of-type(2) img{
	float: right;
	margin-left: 5%;
	position: relative;
}
.brand__ranking-list li:nth-of-type(1)::before{
	content: "";
	background-image: url(https://gigaplus.makeshop.jp/denimlife/design/original_page/store_ranking/images/ranking_angle1.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background-size: contain;
	width: 90px;
	height: 90px;
	z-index: 5;
}
.brand__ranking-list li:nth-of-type(2)::before{
	content: "";
	background-image: url(https://gigaplus.makeshop.jp/denimlife/design/original_page/store_ranking/images/ranking_angle2.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 45%;
	display: inline-block;
	background-size: contain;
	width: 90px;
	height: 90px;
	z-index: 5;
}
.brand__ranking-list li:nth-of-type(3)::before{
	content: "";
	background-image: url(https://gigaplus.makeshop.jp/denimlife/design/original_page/store_ranking/images/ranking_angle3.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background-size: contain;
	width: 90px;
	height: 90px;
	z-index: 5;
}
.brand__ranking-list ul{
	counter-reset: number 0;
}
.brand__ranking-list .brand__ranking-img::before{
	counter-increment: number;
	content: counter(number) " ";
	position: absolute;
	top: 10px;
	left: 15px;
	font-size: 2em;
	color: #fff;
	z-index: 6;
}
.brand__ranking-list li:nth-of-type(2) .brand__ranking-img::before{
	counter-increment: number;
	content: counter(number) " ";
	position: absolute;
	top: 10px;
	left: 46.5%;
	font-size: 2em;
	color: #fff;
	z-index: 6;
}
.brand__ranking-list li .item-caption{
	width: 40%;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}
.brand__ranking-list li:nth-of-type(2) .item-caption{
	left: 0;
}
.item-caption {
	line-height: 1em;
}
.item-caption h4{
	font-size: 2em;
	line-height: 1.8em;
	margin-bottom: 8%;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.item-caption h3{
	font-size: 1.2em;
	margin-bottom: 3%;
	font-weight: 100;
}
.item-caption p{
	font-size: 1em;
	margin-bottom: 3%;
}
.item-caption p a{
	text-decoration: underline;
	letter-spacing: 0.1em;
}
.item-caption p a:hover{
	text-decoration: none;
}
.item-caption p:nth-of-type(2){
	margin-bottom: .8em;
}
.item-caption .staff-voice{
	margin-top: 10%;
	padding: 1.5em;
	border: 1px #999 solid;
}
.item-caption .staff-voice p:first-child{
	font-size: 1.4em;
	letter-spacing: 0.2em;
	margin: 4% auto 4%;
}
.item-caption .staff-voice p:last-of-type{
	font-size: 1em;
	line-height: 1.8em;
}
.crosssell ul li{
	float: left;
	width: 30%;
	margin: 0 5% 0 0;
	font-size: 1em;
}
.crosssell ul li a{
	text-decoration: underline;
	letter-spacing: 0.1em;
}
.crosssell ul li a:hover{
	text-decoration: none;
}
.crosssell h3{
	text-align: center;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height: 2em;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.crosssell h3:first-child{
	font-size: 1.2em;
}
.crosssell h3:last-of-type{
	margin-bottom: 2em;	
}
.crosssell h3 .large-heading{
	font-size: 1.8em;
	letter-spacing: 0.2em;
}
.crosssell ul{
	margin: 0 0 5% 0;
}
.crosssell ul li:nth-of-type(3){
	margin: 0;
}
.crosssell ul li img{
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}
.crosssell ul li p{
	margin: .5em 0;
	font-size: 0.9em;
}
 .c__btn-nextpage {
	text-align: center;
	width: 25%;
	margin: 0 0 5% auto;
	position: relative;
}
.c__btn-nextpage a {
	border: 1px #333 solid;
	border-radius: 50px;
	text-decoration: none;
	display: block;
	padding: 1em 0;
	transition: all 100ms 0s ease;
}
.c__btn-nextpage a:hover {
	background: #999;
	color: #fff;
}
.c__btn-nextpage a::after {
	content: "";
	background-image: url(https://gigaplus.makeshop.jp/denimlife/design/original_page/brand/Sweet-Camel/images/retop_arrow.png);
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 1.5em;
	top: 1.1em;
	transform: rotate(0deg);
	width: 1.2em;
	height: 1.2em;
}
.brand-section:not(.is-active){
	display: none;
}
.brand_tab li.active {
	background: #999;	
}
.brand_tab li.active a{
	color: #fff;
}
.reContents h2,
aside h2{
font-size: 1em;
margin-bottom: 2%;
}
.reContents{
height: 400px;
}
.reContents_iframe{
width: 100%;
height: 100%;
}