

/* specialbanner
----------------------------------------------- */

.specialbanner {
	margin: auto;
	width: 960px;
}
.specialbanner__lists {
	padding: 20px 0 0;
}
.specialbanner__list {
	margin: 50px 0 0;
}
.specialbanner a {
	display: block;
}
.specialbanner img {
	width: 100%;
	height: auto;
}


/* promotion
----------------------------------------------- */

.promotion__item-note,
.promotion__item-products,
.promotion__item-onlineshop {
	display: block;
}
.promotion__item-note {
	order: 1;
}
.promotion__item-products {
	order: 2;
}
.promotion__item-onlineshop {
	order: 3;
}


/* collaboration
----------------------------------------------- */

.collaboration {
	margin: 50px auto 0;
	width: 960px;
	text-align: center;
}
.collaboration__logos {
	display: flex;
	justify-content: space-between;
	margin: auto;
	width: 460px;
	background-image: url(../../special/images/multiply.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 32px 32px;
}
.collaboration__title {
	margin: 50px 0 0;
	font-size: 30px;
}
.collaboration__label {
	margin: 10px 0 0;
	font-family: "Oswald";
	font-size: 24px;
}
.collaboration__text {
	margin: 30px 140px 0;
	font-size: 18px;
	text-align: justify;
	line-height: 30px;
}


/* pc
----------------------------------------------- */

@media print, screen and (min-width:1000px) {


	/* body
	----------------------------------------------- */
	
	body {
	}


	/* hexagon
	----------------------------------------------- */
	
	.hexagon-01 {
		top: 128px;
		right: 50%;
		margin: 0 -20px 0 0;
	}
	.hexagon-02 {
		left: 50%;
		bottom: 80px;
		margin: 0 0 0 -20px;
		transform: scale(-1, 1);
	}
	.hexagon-03 {
		top: 250px;
		right: 50%;
		margin: 0 -20px 0 0;
	}
	.hexagon-04 {
		left: 50%;
		bottom: 10px;
		margin: 0 0 0 -20px;
		transform: scale(-1, 1);
	}



}


/* mobile
----------------------------------------------- */

@media only screen and (max-width:999px) {


	/* body
	----------------------------------------------- */
	
	body {
	}


	/* specialbanner
	----------------------------------------------- */
	
	.specialbanner {
		width: auto;
		max-width: 500px;
	}
	.specialbanner__lists {
		padding: 35px 0 0;
	}
	.specialbanner__list {
		margin: 25px 0 0;
	}
	.specialbanner a {
		margin: 0 30px;
	}


	/* collaboration
	----------------------------------------------- */
	
	.collaboration {
		margin: 20px auto 0;
		max-width: 640px;
		width: auto;
	}
	.collaboration__inner {
		margin: 0 15px;
	}
	.collaboration__logos {
		margin: auto;
		max-width: 315px;
		background-size: 21px;
	}
	.collaboration__logo {
		width: calc(50% - 25px);
	}
	.collaboration__logo img {
		width: 100%;
		height: auto;
	}
	.collaboration__title {
		margin: 30px 0 0;
		font-size: 24px;
	}
	.collaboration__label {
		margin: 15px 0 0;
		font-size: 18px;
	}
	.collaboration__text {
		margin: 25px 0 0;
		font-size: 14px;
		line-height: 21px;
	}
	

	/* hexagon
	----------------------------------------------- */

	.hexagon-01 {
		top: 6%;
		left: -25%;
	}
	.hexagon-02 {
		right: -25%;
		bottom: 1%;
		transform: scale(-1, 1);
	}
	.hexagon-03 {
		top: 13%;
		left: -25%;
	}
	.hexagon-04 {
		right: -25%;
		bottom: 12%;
		transform: scale(-1, 1);
	}


}

