@charset "utf-8";

/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#mv .container ,#mv .mv_inner {
	height: 100%;
}
#mv {
	color: #fff;
	transition: .5s;
}
#mv p {
	letter-spacing: 0.15em;
  	transition-delay: 1.5s;
}
@media only screen and ( max-width : 991px ) {
	.mv_inner {
		padding-left: 7vw;
	}
	#mv h1 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#mv p {
		font-size: 11px;
	}
}
@media only screen and ( max-width : 767px ) {
	#mv {
		height: calc(100vh - 55px);
		background: url(../img/top/mv_sp.jpg) no-repeat center right / 100% 100%;
	}
	.mv_inner {
		padding-left: 20vw;
	}
	#mv h1,#mv p {
		text-align: right;
	}

}
@media only screen and ( max-width : 575px ) {
	#mv h1 {
		font-size: 4.5vw;
	}
	#mv p {
		font-size: 2.5vw;
	}
}
@media only screen and ( max-width : 320px ) {

}
@media print, screen and ( min-width : 768px ) {
	#mv {
		height: 500px;
		background: url(../img/top/mv.jpg) no-repeat center / 100% 100%;
	}

}
@media print, screen and ( min-width : 992px ) {
	#mv {
		height: 600px;
		background: url(../img/top/mv.jpg) no-repeat center / cover;
	}
	.mv_inner {
		padding-left: 50px;
	}
	#mv h1 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	#mv p {
		font-size: 18px;
	}
}
@media print, screen and ( min-width : 1200px ) {
	#mv {
		height: 760px;
	}

}
@media print, screen and ( min-width : 1400px ) {

}


/* ---------------------------------------------------------------------------------------------

　   PICKUP

--------------------------------------------------------------------------------------------- */
#pickup_inner {
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,.15);
}
#pickup h3 {
	position: relative;
	background: #004ea2;
	color: #fff;
	letter-spacing: 0.15em;
	padding: 20px;
}
.pickup_list{
	width: 100%;
}
.pickup_list dt a,.pickup_list dd a {
	display: block;
}
.pickup_list dd a {
	font-weight: bold;
	color: #004ea2;
}
.pickup_list dt,.pickup_list dd {
	margin-bottom: 10px;
}
.pickup_list dt:last-of-type,.pickup_list dd:last-of-type {
	margin-bottom: 0;
}
.pickup_list_wrap {
	padding: 20px;
}
@media only screen and ( max-width : 767px ) {
	#pickup {
		margin-top: -80px;
	}
	#pickup h3 {
		font-size: 15px;
		text-align: center;
	}
	.pickup_list dd {
		font-size: 14px;
	}
	.pickup_list dt {
		font-size: 12px;
		margin-bottom: 5px !important;
	}

}
@media print, screen and ( min-width : 768px ) {
	#pickup {
		margin-top: -50px;
	}
	#pickup_inner {
		max-width: 600px;
	}
	#pickup h3 {
		font-size: 20px;
		width: 150px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 20px;
	}
	.pickup_list_wrap {
		width: calc(100% - 150px);
	}
	.pickup_list dd {
		font-size: 15px;
		width: calc(100% - 7em);
	}
	.pickup_list dt {
		width: 7em;
		font-size: 13px;
	}
}


/* ---------------------------------------------------------------------------------------------

　   ABOUT

--------------------------------------------------------------------------------------------- */
#about {
	overflow: hidden;
}
.about_pic img {
	width: 100%;
}
.about_txt p {
	margin-bottom: 1.5em;
}
@media only screen and ( max-width : 991px ) {
	.btn_list li {
		margin: 0 5px;
	}
	.about_pic {
		margin-right: -8%;
		margin-bottom: 40px;
	}
	#about h3 {
		font-size: 20px;
		margin-bottom: 30px;
	}

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

}
@media print, screen and ( min-width : 992px ) {
	#about h3 {
		font-size: 24px;
		margin-bottom: 50px;
	}
	.about_pic {
		width: 70%;
		margin-right: -20%;
	}
	.about_txt {
		width: 50%;
		padding-right: 50px;
	}
	.btn_list li {
		margin-right: 20px;
	}
	.btn_list li:last-child {
		margin-right: 0;
	}
}
@media print, screen and ( min-width : 1200px ) {
	#about h3 {
		font-size: 30px;
	}
}


/* ---------------------------------------------------------------------------------------------

　   NEWS

--------------------------------------------------------------------------------------------- */
#news .news_inner {
	position: relative;
}
@media only screen and ( max-width : 991px ) {
	#news dl {
		margin-bottom: 20px;
	}
}
@media print, screen and ( min-width : 992px ) {
	#news h2 {
		width: 30%;
	}
	#news dl {
		width: 70%;
	}
	#news .btn {
		position: absolute;
		left: 0;
		top: 80px;
	}
}
/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
