@charset "utf-8";
@import "default.css";
@import "base.css";
@import "meanmenu.css";
@import "common.css";

/*===============================================
●画面の横幅が640px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
#catch {
	background-image: url(../images/list/main_back.png);
	height: 250px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-size: cover;
}
#catch h1 {
	width: 407px;
	height: 124px;
	background-color: rgba(255,255,255,0.30);
	position: absolute;
	top: 53px;
	margin-left: auto;
	margin-right: auto;
	right: 0px;
	left: 0px;
}
#catch h1 span {
	width: 377px;
	height: 95px;
	display: block;
	border: 1px solid rgba(255,255,255,1.00);
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	line-height: 95px;
	font-size: 28px;
	color: rgba(0,0,0,1.00);
	font-weight: bold;
}
#catch h1 span b {
	font-size: 30px;
}
main h2 {
	margin-top: 40px;
}
#contents {
	/*background-image: url(../images/list/back.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/*height: 1471px;*/
	margin-top: 30px;
	/*margin-bottom: -400px;*/
}

#contents .inner:nth-of-type(1) {
	width: 1144px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	padding-top: 102px;
}
#contents .inner:nth-of-type(1) .box {
	padding-top: 54px;
	padding-left: 0px;
}
#contents .inner:nth-of-type(1) .box h3+p {
	margin-top: -150px;
	margin-left: 150px;
}
#contents .inner:nth-of-type(2) {
	width: 1178px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
}
#contents .inner:nth-of-type(2) figure {
	padding-top: 31px;
}
#contents .inner:nth-of-type(2) .box {
	padding-top: 87px;
	width:360px;
	display:block;
	margin:0 auto;
}
#contents .inner:nth-of-type(2) .box h3 {
	margin-right: 12px;
}

#contents .inner:nth-of-type(2) .box h3+p {
	margin-top: 20px;
	margin-bottom: 30px;
}

#contents .wrap{
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#contents .wrap.miimeow{
	background-image: url(../images/index/mimeow_back.png);
}
#contents .wrap.resetica{
	background-image: url(../images/index/resetica_back.png);
	margin-bottom: 40px;
}
#contents .wrap.resetica .inner{
	flex-direction: row-reverse;
}
#contents .wrap.resetica .inner .box p{
	margin: 40px 0 0 0;
}







}



/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}
#catch {
	background-image: url(../images/list/main_back.png);
	height: 150px;
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 5%;
	background-size: cover;
}
#catch h1 {
	height: 100px;
	background-color: rgba(255,255,255,0.30);
	position: absolute;
	top: 28px;
	margin-left: 20%;
	margin-right: 20%;
	right: 0px;
	left: 0px;
}
#catch h1 span {
	height: 88px;
	display: block;
	border: 1px solid rgba(255,255,255,1.00);
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 88px;
	font-size: 20px;
	color: rgba(0,0,0,1.00);
	font-weight: bold;
}
main h2 {
	margin-top: 5%;
	margin-left: 5%;
	margin-right: 5%;
}
#contents {
	background-image: url(../images/list/back.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 5%;
}
#contents .inner:nth-of-type(1) {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	padding-top: 5%;
}
#contents .inner:nth-of-type(1) .box {
	padding-top: 54px;
	padding-left: 0px;
}
#contents .inner:nth-of-type(1) .box h3+p {
	margin-left: 5%;
	margin-top: 2%;
}
#contents .inner:nth-of-type(2) {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
}
#contents .inner:nth-of-type(2) figure {
	padding-top: 31px;
	margin-right: 2%;

}
#contents .inner:nth-of-type(2) .box {

	padding-top: 5%;
	width:30%;
	margin:0 auto;
}
#contents .inner:nth-of-type(2) .box h3 {

}

#contents .inner:nth-of-type(2) .box h3+p {
	margin-top: 20px;
	margin-bottom: 30px;
}
}




/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp
===============================================*/
#sp400------------------------------------------- {
}
#catch {
	height: 110px;
	margin-bottom: 5%;
}
#catch h1 {
	height: 80px;
	background-color: rgba(255,255,255,0.30);
	position: absolute;
	top: 17px;
	margin-left: 20%;
	margin-right: 20%;
	right: 0px;
	left: 0px;
}
#catch h1 span {
	height: 68px;
	display: block;
	border: 1px solid rgba(255,255,255,1.00);
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 68px;
	font-size: 16px;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
}
}
