@charset "UTF-8";
/* CSS Document */


/* --------------------------------------
 ★MV
--------------------------------------*/
.mv {
	text-align: center;
	position: relative;
	max-width: 400px;
	width: 40%;
	margin: 120px auto 100px;
}
.mv h1 img {
	width: 100%;
	height: auto;
}
.mv p.budge {
	width: 160px;
	height: auto;
	position: absolute;
	top: -50px;
	left: -120px;
}
.mv p.budge img {
	width: 100%;
	height: auto;
}



/* --------------------------------------
 ★topicList
--------------------------------------*/
.topicList ul {
	overflow: hidden;
}
.topicList ul li {
	overflow: hidden;
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.topicList ul li:nth-child(3n) {
	margin-right: 0;
}
.topicList ul li a {
	display: block;
	background-position: center center;
	background-size: cover;
	padding-top: 70%;
	position: relative;
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.topicList ul li a:hover {
		-webkit-transform: scale(1.05) rotate(0.1deg);
	-moz-transform: scale(1.05) rotate(0.1deg);
	-o-transform: scale(1.05) rotate(0.1deg);
	-ms-transform: scale(1.05) rotate(0.1deg);
	transform: scale(1.05) rotate(0.1deg);
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	opacity: 0.6;
}
.topicList ul li a h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	font-size: 120%;
	font-family: 'Gothic A1', sans-serif;
	background: rgba(0,0,0,.6);
	padding: 10px 3% 8px;
	line-height: 1.3;
	color: #fff;
	font-weight: normal;
}
.topicList ul li a p.category {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 0;
}
.topicList ul li a p.category .cat {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'Josefin Sans', sans-serif;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	vertical-align: top;
}
.topicList ul li a p.category .cat01 {background: #17acdd;}
.topicList ul li a p.category .cat02 {background: #f87a94;}
.topicList ul li a p.category .cat03 {background: #f7b638;}

.topicList ul li:nth-child(1) {
	width: 66%;
}
.topicList ul li:nth-child(1) a {
	padding-top: 71.4%;
}
.topicList ul li:nth-child(1) h2 {
	font-size: 160%;
	padding: 20px 3%;
}
.topicList ul li:nth-child(2) {
	margin-right: 0;
}

#gallery #loopSlider {
	width: 100%;
	height: 500px; /* 画像の高さを指定 */
	background:url(../images/float_img01.jpg) center left repeat-x;
	background-size: auto 100%;
}






/*TUB*/
@media only screen and (max-width: 940px) {
	
/* --------------------------------------
 ★MV
--------------------------------------*/
.mv {
	margin: 90px auto 70px;
}	
.mv p.budge {
	width: 130px;
	top: -50px;
	left: -95px;
}
	
/* --------------------------------------
 ★topicList
--------------------------------------*/
.topicList ul li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.topicList ul li:nth-child(3n) {
	margin-right: 2%;
}
.topicList ul li:nth-child(2n) {
	margin-right: 0;
}
.topicList ul li:nth-child(1) {
	width: 49%;
}
.topicList ul li:nth-child(1) a {
	padding-top: 70%;
}
.topicList ul li:nth-child(1) h2 {
	font-size: 120%;
	padding: 10px 3% 8px;
}

}





/*SP*/
@media only screen and (max-width: 480px) {
	
/* --------------------------------------
 ★MV
--------------------------------------*/
.mv {
	margin: 20px auto 10px;
}	
.mv p.budge {
	width: 70px;
	top: -15px;
	left: -70px;
}
	
/* --------------------------------------
 ★topicList
--------------------------------------*/
.topicList ul li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 0;
	margin-bottom: 5px;
}
.topicList ul li:nth-child(3n) {
	margin-right: 2%;
}
.topicList ul li:nth-child(2n) {
	margin-right: 0;
}
.topicList ul li a {
	padding-top: 80%;
}
.topicList ul li a h2 {
	font-size: 100%;
	padding: 6px 2% 4px;
}
.topicList ul li a p.category .cat {
	padding: 4px 5px;
	font-size: 70%;
}
.topicList ul li:nth-child(1) {
	width: 49%;
}
.topicList ul li:nth-child(1) a {
	padding-top: 80%;
}
.topicList ul li:nth-child(1) h2 {
	font-size: 100%;
	padding: 6px 2% 4px;
}

#gallery #loopSlider{
	height: 200px;
}



}
/*/*/