@charset "UTF-8";
/* CSS Document */
.mv-wrapper{
	width: 100vw;
	height: 0;
	padding-top: 35%;
	position: relative;
}
#mv{
	height: 100%;
	width: 80%;
	background-image: url(/files/img/brand/mv02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 30;

}
#mv img{
	position: absolute;
	left: -125px;
	top: 50%;
}

.mv-wrapper p{
	transform: rotate(-90deg);
	position: absolute;
	top: 300px;
	left: -100px;
	padding-right: 8px;
	z-index: 50
}
.mv-wrapper p::after{
	content: "";
	background-color: #000;
	width: 96px;
	height: 1px;
	display: inline-block;
	margin: 0 0 4px 8px;
}
.contents-wrapper{
	max-width: 1200px;
	padding-left:7%;
	margin: 73pt auto 145px;
	width: 65%;
}
.lead-text{
	margin-bottom: 105px;
	font-size: 16px;
}
h1{
	font-size: 24.5px;
	font-weight: bold;
	font-family: 'Noto Sans JP';
	padding-bottom: 35px;
}
.brand-wrapper{
	width: 92%;
	min-width: 722px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 50px;
}
.brandBoxWide{
	width: 100%;
	margin-bottom: 100px;
}
.brandBoxWide .higashide_shookudo {
	display: block;
	width: 100%;
}
.brandBoxWide .higashide_shookudo {
	width: 100%;
}
.brandBox{
	width: 31%;
	margin-bottom: 28px;
}
.brandBox img{
	width: 100%;
	max-width: 342px;
	height: auto;
}
.brandBox .bd_logo {
	width: 100%;
	padding-bottom: 76%;
	position: relative;
	box-sizing: border-box;
}
.brandBox .bd_logo img {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}
.brandBox .bd_bs img { width: 60%; bottom: 8%; }
.brandBox .bd_yr img { width: 74%; bottom: 20%; }
.brandBox .bd_un img { width: 60%; bottom: 8%; }
.brandBox .bd_tk img { width: 62%; bottom: 8%; }
.brandBox .bd_it img { width: 60%; bottom: 5%; }
.brandBox .bd_ic img { width: 76%; bottom: 20%; }
.brandBox .bd_sm img { width: 40%; bottom: 8%; }
.brandBox .bd_iz img { width: 32%; bottom: 8%; }
.brandBox .bd_hr img { width: 84%; bottom: 20%; }
.brandBox .bd_sc img { width: 56%; bottom: 8%; }
.brandBox .bd_ct img { width: 78%; bottom: 16%; }
.brandBox .bd_kk img { width: 60%; bottom: 8%; }
.brandBox .bd_rk img { width: 36%; bottom: 8%; }
.brandBox .bd_tj img { width: 64%; bottom: 14%; }
.brandBox .bd_jj img { width: 64%; bottom: 18%; }
.brandBox .bd_rb img { width: 36%; bottom: 8%; }
.brandBox .bd_ti img { width: 72%; bottom: 16%; }
.brandBox .bd_ms img { width: 70%; bottom: 8%; }
.brandBox .bd_km img { width: 76%; bottom: 20%; }
.brandBox .bd_ac img { width: 70%; bottom: 14%; }
.brandBox .bd_ys img { width: 30%; bottom: 8%; }
.brandBox .bd_my img { width: 70%; bottom: 2%; }
.brandBox .bd_kt img { width: 62%; bottom: 8%; }
.brandBox .bd_nw img { width: 88%; bottom: 16%; }
.brandBox .bd_kr img { width: 45%; bottom: 8%; }
.brandBox .bd_smc img { width: 50%; bottom: 5%; }
.brandBox .bd_ymy img { width: 65%; bottom: 16%; }
.brandBox .bd_df img { width: 78%; bottom: 16%; }
.brandBox .bd_kf img { width: 30%; bottom: 8%; }
.brandBox .bd_wz img { width: 65%; bottom: 5%; }
.brandBox .bd_mf img { width: 60%; bottom: 5%; }


.brandName{
	font-size: 16px;
	font-weight: bold;
	font-family: 'Noto Sans JP';
	line-height: 1.3;
	margin: 10px 0 16px;
}
.orde1,.orde2,.orde3{
	font-size: 14px;
	font-weight: 500;
	position: relative;
	margin: 0 0 25px 45px;
}
.orde1::before,.orde1::after,.orde2::before,.orde2::after,.orde3::before,.orde3::after{
	content: "";
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
}
.orde1::before,.orde2::before,.orde3::before{
	height: 33px;
	width: 33px;
	top: 0;
	left: -45px;
}
 
.orde1::after,.orde2::after,.orde3::after{
	  content: '';
	  width: 8px;
	  height: 8px;
	  border: 0;
	  border-bottom: solid 1px #000;
	  border-right: solid 1px #000;
	  top: 50%;
	  right: 0;
	  margin-top: -6px;
	  transform: rotate(45deg);
}
.orde1::before{background-image: url(/files/img/brand/icon_ubereats.svg);}
.orde2::before{background-image: url(/files/img/brand/icon_demaekan.svg);}
.orde3::before{background-image: url(/files/img/brand/icon_wolt.svg);}
.orde4::before{background-image: url(/files/img/brand/icon_rocketnow.svg);}
.orde-js:hover{
	opacity: .6;
	cursor: pointer;
}
.division {
	width: 100%;
	border-bottom: 1px solid rgba(195,195,195,1.00);
}
.contents{

  display: none;

}
.contents.is-open {
  height: auto;
  opacity: 1;
}
.contents ul{
	width: 80%;
	margin: 0 0 0 auto;
}
.contents ul li{
border-bottom: solid 2px #000;	
padding-bottom: 10px;
margin-bottom: 5px;
}
.contents ul a{
	font-size: 14px;
	display: block;
	font-weight: 500;
}
.contents ul a:hover{
	opacity: .6;
}
.shop1 ul{
	margin-bottom: 30px;
}


@media screen and (max-width:1250px){
	.mv-wrapper{
		padding-top: 45%;
	}
	#mv img{
		width: 200px;
		height: auto;
		left: -90px;
	}
	.contents-wrapper{
		width: 75%;
	}
}
@media screen and (max-width:1000px){
	.mv-wrapper p{
		top:290px;
	}
	#mv img{
		width: 180px;
		left: -70px;
	}
	.brand-wrapper{
		min-width: auto;
		padding-left: 0;
		width: 100%;
	}
	.contents-wrapper{
		padding-left: 0;
	}
}
@media screen and (max-width:870px){
	#mv{
		width: 100%;
	}
	#mv img{
		top: 115%;
		left: 100px;
	}
	.mv-wrapper{
		padding-top: 50%;
	}
	.mv-wrapper p{
		top: 110%;
	}
	.mv-wrapper p::after{
		width: 70px;
	}
	.contents-wrapper{
		margin-top: 150px;
	}
}
@media screen and (max-width:767px){
	#mv img{
		width: 120px;
		left: 70px;
	}
	.mv-wrapper p{
		font-size: 14px;
		top: 110%
	}
	.orde1::after, .orde2::after, .orde3::after {
	right: 3%;
}
	.lead-text{
	padding-left: 50px;
	margin-bottom: 60px;
	}
	.brandBoxWide{
		width: 100%;
		margin-bottom: 40px;
	}
	.brandBoxWide .higashide_shookudo {
		display: block;
		width: 100%;
	}
	.brandBoxWide .higashide_shookudo {
		width: 100%;
	}
	.brandBox{
	width: 47%;
	}
	.division {
	display: none;
	}
	.contents-wrapper{
	margin: 120px auto 70px;
	width: 100%;
	padding: 0 20px;
	}
}

@media screen and (max-width:500px){
	.mv-wrapper p{
	top: 140%;
	}
	
}
