@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Denpo CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

.mainImage {
	width: 100% !important;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position:relative;
}
.mainCont {
	position:relative;
}
.pc {
	display:block;
}
.sp {
	display:none;
}
.mainImage a {
	bottom:4%;
	left:0;
	width:20%;
	height:30%;
}
.pc.mainCont .mainTxt1 {
	left:62%;
	top:36%;
}
.pc.mainCont .mainTxt2 {
	left:62%;
	top:58%;
}
.pc.mainCont .mainTxt3 {
	left:62%;
	top:82%;
}
.sp.mainCont .txt {
	position: relative;
	padding: 8px 0 15px 40px;
	margin:0 20px;
}
.sp.mainCont div span {
	font-size: 180%;
	color: #cb5e59;
	position: absolute;
	top: 0;
	left: 0;
}
.sp.present {
	margin-top:15px;
}
.sp.present .title {
	color: #cb5e59;
	font-size:130%;
}
.sp.present ul {
	display:table;
	width:100%;
	margin-top:5px;
}
.sp.present ul li {
	display:inline-block;
	width:30%;
	margin-right:5%;
	padding:10px;
	vertical-align:middle;
	border:2px solid #d7aa55;
	box-sizing:border-box;
	position: relative;
}
.sp.present ul li:before {
	content: '';
	position: absolute;
	border-top: solid 1px #cb5e59;
	border-right: solid 1px #cb5e59;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	top: 40%;
	right: -11%;
}
.sp.present ul li:last-child {
	margin-right:0;
}
.sp.present ul li:last-child:before {
	content:none;
}
.itembox {
	width:100% !important;
	margin:20px 0 30px;
}
.itembox .item {
	float:left;
	width:32% !important;
	margin-right:2%;
	margin-bottom:2%;
}
.itembox .item:nth-child(2n) {
	margin-right:2%;
}
.itembox .item:nth-child(3n) {
	margin-right:0;
}
.itembox .item .inner {
	width:100% !important;
}
.itembox .item .photo {
	float:left;
	width:40% !important;
}
.itembox .item .txt {
	float:right;
	width:55% !important;
}
.btnarea {
	width:100% !important;
}
.btnarea img {
	width: initial !important;
}


@media screen and (max-width: 768px) {
.pc {
	display:none;
}
.sp {
	display:block;
}
.itembox .item {
	float:left;
	width:49% !important;
}
.itembox .item:nth-child(3n) {
	margin-right:2%;
}
.itembox .item:nth-child(2n) {
	margin-right:0;
}
.itembox .item .inner {
	width:100% !important;
}
.itembox .item .photo {
	float:left;
	width:40% !important;
}
.itembox .item .txt {
	float:right;
	width:55% !important;
}

}

@media screen and (max-width: 640px) {
	#wrapper .frame .main {
		padding: 10px;
	}
	.sp.mainCont .txt {
		margin:0 10px;
	}
	.itembox .item {
		float:left;
		width:100% !important;
		margin-right:0;
	}
	.itembox .item .inner {
		width:100% !important;
		display:table;
	}
	.itembox .item .photo {
		float:none;
		width:40% !important;
		display:table-cell;
	}
	.itembox .item .txt {
		float:none;
		width:53% !important;
		padding-left:2%;
		display:table-cell;
		vertical-align: middle;
	}
}

@media screen and (max-width: 420px) {
	.btnarea {
		margin: 20px 0 0;
		text-align: center;
	}
	.btnarea img {
		width:80% !important;
	}
	.sp.present ul li {
		display:block;
		width:100%;
		height:auto;
		margin:0 0 8%;
		padding:10px;
		vertical-align:middle;
		border:2px solid #d7aa55;
	}
	.sp.present ul li:before {
		content: '';
		position: absolute;
		border-top: solid 1px #cb5e59;
		border-right: solid 1px #cb5e59;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		width: 10px;
		height: 10px;
		top: 109%;
		right: 48%;
	}
	.sp.present ul li:last-child:before {
		content:none;
	}
}