@charset "utf-8";

/*============================
MV
============================*/
#mv {
	background-image: url(../img/move/mv.jpg);
}

@media screen and (max-width: 640px) {}

/*============================
リード
============================*/
#lead {
	padding-top: 0.7rem;
}

@media screen and (max-width: 640px) {
	#lead {
		padding-top: 0.35rem;
	}
}

#lead .ph_wrap {
	width: 100%;
}
@media screen and (max-width: 640px) {
	#lead .ph_wrap {
		height: 2.2rem;
	}
}


#lead .ph_wrap img {
	border-radius: 0.3rem;
}
@media screen and (max-width: 640px) {
	#lead .ph_wrap img {
		border-radius: 0.1rem;
		object-fit: cover;
		height: 100%;
	}
}

#lead .text {
	text-align: center;
	font-size: 0.2rem;
	line-height: 1.9;
	margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
	#lead .text {
		font-size: 0.15rem;
		text-align: justify;
		margin-top: 0.2rem;
	}
}




/*============================
LINKS
============================*/
#links {
	padding-top: 0.8rem;
}

#links .link_wrap {
	width: 100%;
	max-width: 10rem;
	margin: 0.6rem auto 0;
}

@media screen and (max-width: 640px) {
	#links .link_wrap {
		width: 100%;
		max-width: 10rem;
		margin: 0.3rem auto 0;
	}
}

#links .link_wrap .link_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0.8rem;
}

@media screen and (max-width: 640px) {
	#links .link_wrap .link_box {
		border-bottom: 1px solid #CCC;
		padding-bottom: 0.30rem;
		margin-bottom: 0.30rem;
	}
}

#links .link_wrap .link_box .ph_wrap {
	width: 4.00rem;
	height: 2.64rem;
}

@media screen and (max-width: 640px) {
	#links .link_wrap .link_box .ph_wrap {
		width: 100%;
		height: auto;
	}
}

#links .link_wrap .link_box .ph_wrap img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#links .link_wrap .link_box .text_wrap {
	width: calc(100% - 4rem);
	height: 2.64rem;
	box-sizing: border-box;
	padding-left: 0.33rem;
}
@media screen and (max-width: 640px) {
	#links .link_wrap .link_box .text_wrap {
		width: 100%;
		height: auto;
		padding-left: 0;
		margin-top: 0.16rem;
	}
}


#links .link_wrap .link_box .text_wrap .cont_title {
	font-size: 0.2rem;
	font-weight: bold;
	margin-bottom: 0.23rem;
	line-height: 1.5;
}
@media screen and (max-width: 640px) {
	#links .link_wrap .link_box .text_wrap .cont_title {
		font-size: 0.16rem;
		margin-bottom: 0.10rem;
		text-align: center;
		line-height: 1.65;
	}
}

#links .link_wrap .link_box .text_wrap .cont_title span {
	border-bottom: 1px solid #000;
}

#links .link_wrap .link_box .text_wrap .text {
	font-size: 0.16rem;
	line-height: 1.75;
	margin-bottom: 0.2rem;
}

@media screen and (max-width: 640px) {
	#links .link_wrap .link_box .text_wrap .text {
		font-size: 0.14rem;
		text-align: justify;
	}
}

#links .link_wrap .link_box .text_wrap .btn {
	margin-top: 0.2rem;
}

@media screen and (max-width: 640px) {
	#links .link_wrap .link_box .text_wrap .btn {
		padding: 0 0.10rem;
	}
}

#links .link_wrap .link_box .text_wrap .btn a {
	max-width: 3.4rem;
	width: 100%;
	font-size: 0.18rem;
	font-weight: bold;
	color: #fff;
	background: #FC9303;
	display: block;
	text-align: center;
	padding: 0.265rem 0;
	border-radius: 0.1rem;
	box-shadow: 0px 10px 7px -6px rgba(252, 147, 3 ,0.4);
	position: relative;
}
@media screen and (max-width: 640px) {
	#links .link_wrap .link_box .text_wrap .btn a {
		font-size: 0.15rem;
		padding: 0.2rem 0;
	}
	
}

#links .link_wrap .link_box .text_wrap .btn a::after {
	content: '';
	width: 0.16rem;
	height: 0.13rem;
	background: url(../img/common/icon_link_wh.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 0.2rem;
	transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
	#links .link_wrap .link_box .text_wrap .btn a::after {
		width: 0.13rem;
		height: 0.11rem;
		right: 0.15rem;
	}
}

#links .link_wrap .link_box .text_wrap .btn a:hover {
	opacity: 0.7;
}
