/*========================
mv
========================*/
#mv {
	height: 100vh;
	background-image: url(../img/top_mv.jpg);
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

@media screen and (max-width:599px) {
	#mv {
		height: calc(80vh - 0.76rem);
		z-index: 10;
	}
}

/* キャッチ */
#mv .catch_wrap {
	position: absolute;
	width: 100%;
	max-width: 3.90rem;
	top:55%;
	right: 0.60rem;
	transform: translateY(-50%);
	text-shadow: 0 0 8px rgba(0,0,0,0.9);
	z-index: 10;
}

@media screen and (max-width:599px) {
#mv .catch_wrap {
	top:55%;
	max-width: 100%;
	right: auto;
	left: 0;
	text-align: center;
}
}

/* ロゴ */
#mv .catch_wrap .logo {
	width: 2.00rem;
	padding-bottom: 0.15rem;
}

@media screen and (max-width:599px) {
#mv .catch_wrap .logo {
	width: 1.50rem;
	margin: auto;
}
}

/* メインキャッチ */
#mv .catch_wrap .catch {
	font-size: 0.48rem;
	font-weight: 900;
	color: #FFF;
	letter-spacing: 0.10em;
	padding-bottom: 0.25rem;
	line-height: 1.35;
}

@media screen and (max-width:599px) {
#mv .catch_wrap .catch {
	font-size: 0.38rem;
}
}

/* リンク */
#mv .catch_wrap .text {
	font-size: 0.18rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	font-family: 'Roboto', sans-serif;
	text-align: right;
}

@media screen and (max-width:599px) {
#mv .catch_wrap .text {
	font-size: 0.14rem;
	text-align: center;
}
}

#mv .catch_wrap .text a {
	color: #FFF;
	text-decoration: none;
	position: relative;
}

#mv .catch_wrap .text a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #FFF;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

#mv .catch_wrap .text a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}


/* 下部のグラデーション */
#mv::before {
	content: "";
	width: 100%;
	height: 2.00rem;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

@media screen and (max-width:599px) {
#mv::before {
	height: 100%;
}
}

/* スクロールアイコン */
#mv .scr {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.14rem;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.05em;
	color: #FFF;
	z-index: 2;
	padding-bottom: 0.60rem;
}

@media screen and (max-width:599px) {
#mv .scr {
	font-size: 0.12rem;
	padding-bottom: 0;
	bottom: -0.15rem;
}
}

#mv .scr .scrolldown-anime {
	width: 1px;
	height: 0.40rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
}

@media screen and (max-width:599px) {
#mv .scr .scrolldown-anime {
	height: 0.40rem;
	bottom: -0.60rem;
}
}

#mv .scr .scrolldown-anime .line {
	width: 100%;
	height: 100%;
	display: block;
	background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
	background-position: 0 -0.40rem;
	background-size: 100% 200%;
	animation: scrolldown 1.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
	0% {
		background-position: 0 -0.40rem;
	}

	75% {
		background-position: 0 0;
	}

	100% {
		background-position: 0 0.40rem;
	}
}

/*========================
NEWS
========================*/
#news {
	position: relative;
	z-index: 1;
	padding: 0.60rem 0 0.30rem;
}

#news .title_bg {
	width: calc(50% - 2.50rem);
	height: 3.30rem;
	background-image: url(../img/top_news_title_bg.png);
	background-position: right center;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	top: 0.60rem;
	z-index: 2;
}

@media screen and (max-width:599px) {
#news .title_bg {
	display: none;
}
}

#news .news_list_bg {
	width: calc(50% + 3.30rem);
	height: 3.30rem;
	background-image: url(../img/top_news_list_bg.png);
	background-position:left center;
	background-size: auto 100%;
	position: absolute;
	right: 0;
	top: 0.80rem;
	z-index: 1;
}

@media screen and (max-width:599px) {
#news .news_list_bg {
	display: none;
}
}

#news .in {
	z-index: 10;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width:599px) {
#news .in {
	background-color: #222;
	padding-bottom: 0.30rem;
}
}

#news .title_wrap {
	padding: 0.70rem 0
}

@media screen and (max-width:599px) {
#news .title_wrap {
	padding: 0.60rem 0 0;
	text-align: center;
	box-sizing: border-box;
	width:100%;
}
}

#news .title_wrap .sec_title {
	font-size: 0.72rem;
	letter-spacing: 0.02em;
	font-family: 'Oswald', sans-serif;
	color: #000;
	padding-bottom: 0.50rem;
}

@media screen and (max-width:599px) {
	#news .title_wrap .sec_title {
		font-size: 0.32rem;
		color: #FFF;
		padding-bottom: 0;
	}
}

#news .title_wrap .sec_title span {
	display: block;
	font-size: 0.16rem;
	font-weight: 700;
	padding-top: 0.15rem;
}

@media screen and (max-width:599px) {
#news .title_wrap .sec_title span {
	display: block;
	font-size: 0.13rem;
}
}

#news .more_btn {
	width: 2.40rem;
}

@media screen and (max-width:599px) {
#news .more_btn {
	margin: auto;
}
}

#news .more_btn a {
	display: block;
	position: relative;
	line-height: 0;
	font-size: 0.16rem;
	padding: 0.24rem 0 0.26rem 0.20rem;
	background-color: #00a0e2;
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
}

#news .title_wrap .more_btn a::after {
	content: "";
	width: 0.60rem;
	height: 1px;
	background-color: #000;
	position: absolute;
	right: -0.30rem;
	top: 50%;
	transition: all 0.3s;
}

#news .title_wrap .more_btn a:hover::after {
	width: 0.40rem;
}

#news .news_list_wrap {
	width: 100%;
	max-width: 8.00rem;
	padding-top: 0.80rem;
}

@media screen and (max-width:599px) {
#news .news_list_wrap {
	padding: 0.40rem 0 0.20rem;
}
}

#news .news_list_wrap .list {
	display: flex;
	align-items: center;
	padding-bottom: 0.30rem;
}

@media screen and (max-width:599px) {
#news .news_list_wrap .list {
	display: block;
}
}

#news .news_list_wrap .list .date {
	width: 1.00rem;
	font-family: 'Roboto', sans-serif;
	font-size: 0.16rem;
}

@media screen and (max-width:599px) {
#news .news_list_wrap .list .date {
	width: 100%;
	font-size: 0.13rem;
}
}

#news .news_list_wrap .list .title {
	padding-left: 0.30rem;
}

@media screen and (max-width:599px) {
#news .news_list_wrap .list .title {
	padding-left: 0;
	padding-top: 0.10rem;
}
}

#news .news_list_wrap .list .title a {
	color: #FFF;
	font-size: 0.16rem;
}

@media screen and (max-width:599px) {
#news .news_list_wrap .list .title a {
	font-size: 0.15rem;
	line-height: 1.45;
}
}

#news .news_list_wrap .list .title a:hover {
	text-decoration: none;
}