@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:374px) {}

/*************************************************

 commonPageImage

*************************************************/
#brand .commonPageImage {
	height: 550px;
	background-image: url(../images/brand/page_image.jpg);
}
#brand .commonPageImageWrap .commonPageImageTexts .inner {
	max-width: 500px;
	margin: 0 5%;
}
@media only screen and (max-width:767px) {
	#brand .commonPageImage {
		height: 300px;
		background-image: url(../images/brand/page_image_sp.jpg);
	}
	#brand .commonPageImageWrap .commonPageImageTexts .inner {
		margin: 40px auto;
		width: 200px;

	}
}




/*************************************************

 commonwrap

*************************************************/
#brand .commonwrap {
	max-width: 815px;
}
#brand .commonwrap h3 {
	margin-top: 70px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 40px;
	font-weight: 100;
}
#brand .commonwrap .txt {
	margin-bottom: 90px;
	text-align: center;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.9;
}
.commonwrap.archive {
    margin: 4% auto;
		border-bottom: 1px solid #000;
}
table.storeTable {
    width: 100%;
    max-width: 980px;
    margin: 7% auto 0;
}

.storeTable tr{
	border-bottom: 1px solid #d5d5d5;
	display: flex;
	display: -webkit-flex;
  justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 1%;
}
.storeTable tr + tr{
	margin-top: 5%;
}
.storeTable th, table.storeTable td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    width: auto;
    vertical-align: middle;
}
table.storeTable th:first-child, table.storeTable td:first-child {
    width: 55%;
    font-weight: 700;
}
table.storeTable td span.kazari{
    width: 6px;
    height: 25px;
    background-color: #000;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -2px;
}
table.storeTable th:nth-child(2), table.storeTable td:nth-child(2) {
    width: auto;
}

.storeTable .archive-btn .commonBtn01{
	width: 180px;
	padding: 10px 0;
}
.storeTable .h2 {
    font-size: 28px;
}
.storeTable .archive-btn .commonBtn01 .arw {
    position: absolute;
    top: 45%;
}
table.storeTable td:nth-child(3) a{
		width: 50px;
    display: block;
		transition: .5s;
}
table.storeTable td:nth-child(2),
table.storeTable td:nth-child(3){
    width: 10%;
}
table.storeTable td:nth-child(2) a,
table.storeTable td:nth-child(3) a{
	margin: 0 0 8px auto;
}
table.storeTable td:nth-child(3) a:hover{
	opacity: 70%;
}
@media only screen and (max-width:990px){
	.storeTable tr{
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	table.storeTable th:first-child, table.storeTable td:first-child {
    width: 100%;
	}
	table.storeTable td:nth-child(2), table.storeTable td:nth-child(3) {
    width: 23%;
}
table.storeTable td:nth-child(2) a, table.storeTable td:nth-child(3) a {
    margin: 0 auto;
}
}
@media only screen and (max-width:767px) {
	#brand .commonwrap {
		max-width: 815px;
	}
	#brand .commonwrap h3 {
		margin-top: 30px;
		font-size: 24px !important;
	}
	#brand .commonwrap .txt {
		margin-bottom: 30px;
		font-size: 14px;
	}
	.commonwrap.archive {
    margin: 9% auto 2%;
}
.storeTable .h2 {
    font-size: 18px;
		margin-bottom: 3%;
}
table.storeTable td:nth-child(2), table.storeTable td:nth-child(3) {
    width: 49%;
}
table.storeTable td:nth-child(3) a {
    width: 40px;
}
.storeTable tr{
	padding-bottom: 4%;
}
table.storeTable td span.kazari {
    height: 18px;
    margin-right: 5px;
}
}


/*************************************************

 contents01

*************************************************/
#brand .contents01 {
	padding: 80px 0;
	background-image: url(../images/brand/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#brand .contents01 .contentswrap {
	max-width: 1200px;
	margin: 0 auto;
}
#brand .contents01 .contentswrap ul li {
	max-width: 1085px;
}
#brand .contents01 .contentswrap ul li:nth-child(odd) {
	margin-left: auto;
}
#brand .contents01 .contentswrap ul li + li {
	margin-top: 40px;
}
#brand .contents01 .contentswrap ul li .boxArea {
	display: flex;
	justify-content: space-between;
}
#brand .contents01 .contentswrap ul li .boxArea .inTextbox {
	box-sizing: border-box;
	width: 55.2995%;
	padding: 30px;
	background-color: #fff;
}
#brand .contents01 .contentswrap ul li .boxArea .inTextbox .ttl {
	position: relative;
	padding-left: 20px;
	line-height: 1.2;
}
#brand .contents01 .contentswrap ul li .boxArea .inTextbox .ttl > * {
	display: block;
}
#brand .contents01 .contentswrap ul li .boxArea .inTextbox .ttl small {
	font-weight: bold;
	font-size: 17px;
}
#brand .contents01 .contentswrap ul li .boxArea .inTextbox .ttl span {
	font-size: 30px;
}
#brand .contents01 .contentswrap ul li .boxArea .inTextbox .ttl:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	height: 100%;
	border-left: 3px solid #000;
}
#brand .contents01 .contentswrap ul li .boxArea .inTextbox .txt {
	margin-top: 35px;
	font-weight: 100;
}
#brand .contents01 .contentswrap ul li .boxArea .inImgbox {
	position: relative;
	width: 44.7005%;
}
#brand .contents01 .contentswrap ul li .boxArea .inImgbox figure {
	position: relative;
	width: 100%;
	height: 100%;
	background: no-repeat center center / cover;
}
#brand .contents01 .contentswrap ul li:nth-child(1) .boxArea .inImgbox figure { background-image: url(../images/brand/list01.jpg); }
#brand .contents01 .contentswrap ul li:nth-child(2) .boxArea .inImgbox figure { background-image: url(../images/brand/list02.jpg); }
#brand .contents01 .contentswrap ul li:nth-child(3) .boxArea .inImgbox figure { background-image: url(../images/brand/list03.jpg); }

#brand .contents01 .contentswrap ul li .boxArea .inImgbox figure img {
	opacity: 0;
}

@media only screen and (max-width:767px) {
	#brand .contents01 {
		padding: 40px 10px;
	}
	#brand .contents01 .contentswrap ul li:nth-child(odd) {
		margin-left: 0px;
		margin-right: 20px;
	}
	#brand .contents01 .contentswrap ul li:nth-child(odd) .boxArea {
		flex-direction: column-reverse;
	}
	#brand .contents01 .contentswrap ul li:nth-child(even) {
		margin-left: 20px;
		margin-right: 0px;
	}
	#brand .contents01 .contentswrap ul li .boxArea {
		flex-direction: column;
	}
	#brand .contents01 .contentswrap ul li .boxArea .inTextbox {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	#brand .contents01 .contentswrap ul li .boxArea .inTextbox .ttl {
		padding-left: 15px;
	}
	#brand .contents01 .contentswrap ul li .boxArea .inTextbox .ttl small {
		margin-bottom: 5px;
		font-size: 12px;
	}
	#brand .contents01 .contentswrap ul li .boxArea .inTextbox .ttl span {
		font-size: 20px;
	}
	#brand .contents01 .contentswrap ul li .boxArea .inTextbox .txt {
		margin-top: 20px;
		line-height: 1.4;
	}
	#brand .contents01 .contentswrap ul li .boxArea .inImgbox {
		width: 100%;
	}
	#brand .contents01 .contentswrap ul li .boxArea .inImgbox figure {
		height: auto;
		background: none;
	}
	#brand .contents01 .contentswrap ul li .boxArea .inImgbox figure img {
		opacity: 1;
	}
}


/*************************************************

 contents02

*************************************************/
#brand .contents02 {
	margin-top: 80px;
}
#brand .contents02 .contentswrap {
	max-width: 1300px;
	margin: 0 auto;
}
#brand .contents02 .contentswrap ul {
	display: flex;
	justify-content: space-between;
}
#brand .contents02 .contentswrap ul li {
	width: 23%;
}
#brand .contents02 .contentswrap .logoImg {
	max-width: 300px;
	margin: 80px auto;
}

@media only screen and (max-width:767px) {
	#brand .contents02 {
		margin-top: 40px;
		padding: 0 15px;
	}
	#brand .contents02 .contentswrap ul {
		flex-wrap: wrap;
	}
	#brand .contents02 .contentswrap ul li {
		width: 48%;
		margin-bottom: 15px;
	}
	#brand .contents02 .contentswrap .logoImg {
		width: 200px;
		margin: 40px auto;
	}
}


