@charset "UTF-8";
/*---------------------------------Index*/
/* SP */
@media screen and (max-width:767px) {
	#aboutcontents .brandnote {
		background: #002b64;
		padding: 10% 8%;
	}
	#aboutcontents .brandnote h3 {
		margin: 0 0 8% 0;
		text-align: center;
		color: #ffde66;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	#aboutcontents .brandnote .brandlist {
		padding: 0;
		margin: 0 0 20px 0;
		width: 100%;
		position: relative;
	}
	#aboutcontents .brandnote .brandlist li {
		padding: 1px;
		margin: 0;
		background: #fff;
	}
	#aboutcontents .brandnote .slick-prev {
		position: absolute;
		bottom: -50px;
		right: 0;
		display: block;
		width: 40px;
		height: 0;
		padding: 40px 0 0 0;
		overflow: hidden;
		background: url("../img/about/brand_next.png") no-repeat left center;
		background-size: 40px auto;
		border: none;
		cursor: pointer;
	}
	#aboutcontents .brandnote .slick-next {
		position: absolute;
		bottom: -50px;
		left: 0;
		display: block;
		width: 40px;
		height: 0;
		padding: 40px 0 0 0;
		overflow: hidden;
		background: url("../img/about/brand_prev.png") no-repeat right center;
		background-size: 40px auto;
		border: none;
		cursor: pointer;
	}
	#aboutcontents .brandnote .slick-prev.slick-disabled {
		display: none!important;
	}
	#aboutcontents .brandnote .slick-next.slick-disabled {
		display: none!important;
	}
	#aboutcontents .brandnote .slick-counter {
		text-align: center;
		color: #ffde66;
		font-size: 16px;
	}
	#aboutcontents .brandlink {
		background: #fcfaea;
		padding: 8%;
	}
	#aboutcontents .brandlink .linkinner {
		background: #fff;
	}
	#aboutcontents .brandlink .link .textbody {
		padding: 5%;
		position: relative;
	}
	#aboutcontents .brandlink .link .btn {
		width: 50%;
		margin: 0 auto;
	}
	#aboutcontents .brandlink .link .btn .btntext {
		text-align: center;
		font-size: 11px;
		margin: 0 0 2% 0;
	}
	#aboutcontents .brandnote .note {
		text-align: center;
  color: #fff;
		font-size: 11px;
  line-height: 1.5;
		margin: 3% 0 0 0;
	}
}
/* SEP */
@media screen and (min-width:768px) {
	#suntory_contents .bodyinner {
		padding: 0;
	}
	#aboutcontents .brandnote {
		background: #002b64;
	}
	#aboutcontents .brandnote .noteinner {
		width: 1164px;
		margin: 0 auto;
		padding: 70px 0 110px 0;
	}
	#aboutcontents .brandnote h3 {
		margin: 0 0 40px 0;
		text-align: center;
		color: #ffde66;
		font-size: 32px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	#aboutcontents .brandnote .brandlist {
		margin: 0 0 30px 0;
	}
	#aboutcontents .brandnote .brandlist li {
		margin: 0 0 30px 0;
	}
	#aboutcontents .brandnote .brandlist li:last-child {
		margin: 0;
	}
 	#aboutcontents .brandnote .brandlist li img{
		border: 1px solid #fff;
	}
	#aboutcontents .brandnote .catch {
		width: 445px;
		margin: 40px auto 0 auto;
	}
	#aboutcontents .brandnote .morebtn {
		width: 232px;
		margin: 0 auto;
		cursor: pointer;
	}
	#aboutcontents .brandnote .brandlist.list02 {
		margin: 30px 0 0 0;
		display: none;
	}
	#aboutcontents .brandnote .foot02 {
		display: none;
	}
	#aboutcontents .brandnote .closebtn {
		width: 232px;
		margin: 70px auto 0 auto;
		cursor: pointer;
	}
	#aboutcontents .brandlink {
		background: #fcfaea;
		padding: 110px 0 80px 0;
	}
	#aboutcontents .brandlink .linkbox {
		width: 1164px;
		margin: 0 auto;
	}
	#aboutcontents .brandlink .link {}
	#aboutcontents .brandlink .linkinner {
		background: #fff;
	}
	#aboutcontents .brandlink .link .thumb {
		width: 861px;
		float: left;
	}
	#aboutcontents .brandlink .link .textbody {
		width: 265px;
		height: 312px;
		float: right;
		padding: 30px 20px 20px 0;
		position: relative;
	}
	#aboutcontents .brandlink .link .btn {
		width: 230px;
		position: absolute;
		bottom: -20px;
		right: 35px;
	}
	#aboutcontents .brandnote .brandlist li .note {
  display: block;
		text-align: left;
  color: #fff;
		font-size: 11px;
  font-weight: normal;
		margin: 5px 0 0 0;
	}
}
#aboutcontents .brandlink .link .btn .btntext {
	text-align: center;
	font-size: 14px;
	margin: 0 0 10px 0;
}
/* MID */
@media screen and (min-width:768px) and (max-width:1163px) {}
/* PC */
@media screen and (min-width:1164px) {}
.first {
	opacity: 0;
	transition: all 1.5s ease;
}
.first.show {
	opacity: 1;
	transform: none;
}
.first.fs {
	opacity: 0;
	transition: all 2s ease;
}
.first.fs.show {
	opacity: 1;
	transform: none;
}
.move-d1 {
	transition-delay: 0.5s;
}
.move-d2 {
	transition-delay: 0.7s;
}
.move-d3 {
	transition-delay: 1.2s;
}
.move-d4 {
	transition-delay: 1.5s;
}
.fs.move-d1 {
	transition-delay: 1s;
}
.fs.move-d2 {
	transition-delay: 1.4s;
}
.fs.move-d3 {
	transition-delay: 2s;
}
.fs.move-d4 {
	transition-delay: 2.5s;
}