@charset "UTF-8";
body {
	background: url(/images/top/fo_main.jpg) center center / cover no-repeat fixed;
}
.fv {
	background-size: cover;
    padding: 180px 5% 250px;
	text-align: center;
	text-shadow: 0 0 10px #000000, 0 0 10px #000000, 0 0 0.1px #000000;
}

.fv span {
	color: #fff;
	font-size: 3rem;
	display: block;
	font-weight: 400;
}

.site-title {
    margin: 50px 0;
    font-size: 8rem;
    letter-spacing: 0.01em;
    font-weight: 700;
	font-family:  Helvetica," sans-serif";
	color: #fff;
	line-height: 1.3em;
}
.site-title span {
	font-family: helvetica, arial, "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", sans-serif;
}


@media screen and (max-width: 767px){
	body::before {
		  content:"";
		  display:block;
		  position:fixed;
		  top:0;
		  left:0;
		  z-index:-1;
		  width:100%;
		  height:100vh;
		  background:url(/images/top/fo_main.jpg) center/cover no-repeat; /*fixedをトル！*/
		  -webkit-background-size:cover;/*Android4*/
  }
	.fv {
		padding: 0;
		line-height: 3.4em;
		height: 100vh;
		position: relative;
		max-height: 700px;
	}
	.site-title {
	    font-size: 4rem;
		position: absolute;
		top: 35%;
		right: 0;
		left: 0;
		width: 95%;
		margin: auto;
	}
	.fv span {
		font-size: 2rem;
	}
}

.m-more-btn a, .m-long-btn a {
    float: right;
    margin-right: 0;
    transition: all 0.5s;
}

.m-ttl03 {
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.2em;
}
.m-ttl03 span {
	display: block;
	font-size: 1.2rem;
	font-weight: 300;
	color: #8F8F8F;
}
/*TOPICS*/
#topics {
	background: #fff;
}
#topics .l-content {
	width: 100%;
	padding: 60px 0 0;
} 
#topics ul {
	overflow: hidden;
}
#topics li a {
	display: block;
	width: 33.333333333%;
	padding: 10% 0;
	float: left;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	padding-top: calc(400 / 550 * 15%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	transition: all 0.3s linear;
}
#topics li:nth-child(1) a {
	background: url(/images/top/top_pickup_bg01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
#topics li:nth-child(2) a {
	background: url(/images/top/top_pickup_bg02.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
#topics li:nth-child(3) a {
	background: url(/images/top/top_pickup_bg03.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
#topics li a:hover {
	text-decoration: none;
}
#topics li a span {
	display: block;
	font-size: 14px;
	border: 1px solid #fff;
	padding: 10px;
	max-width: 30%;
	margin: auto;
	transition: all 0.3s linear;
}
#topics li a span:hover {
	background: rgba(255,255,255,0.6);
}
@media screen and (max-width: 767px){
	#topics li a{
		width: 100%;
		padding: 25% 0;
		font-size: 20px;
	}
}
/*NEWS*/
#news {
	background: #ededed;
}
.news-text li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.news-text em {
    display: block;
    margin: 0 40px 0 0;
    width: 150px;
	font-size: 1.3rem;
}
.news-text a {
    display: block;
    overflow: hidden;
    zoom: 1;
}
.news-text .news_tag {
	font-size: 1.3rem;
} 

@media screen and (max-width: 767px){
	.news-text em {
    	float: none;
    	display: block;
	}
}

/* group carousel */
#group .m-ttl03 {
	color: #fff;
}
#group .l-content {
	width: 100%;
}
#group .m-more-btn a {
	float: none;
	margin: auto;
	width:280px;
}
.carousel {
	margin-bottom: 60px !important;
}
.carousel img {
	padding: 5%;
	background: #fff;
    height: auto;
    width: 100%;
}
.carousel li {
	margin: 15px 40px;
	max-width: 240px;
}
/*slick setting*/
.slick-prev {
	left: 10px!important;
	z-index: 1;
}
.slick-next {
	right: 10px !important;
}
.slick-prev,.slick-next {
	width: 35px !important;
	height: 35px !important;
	text-shadow:0px 0px 5px #000;
}
.slick-prev::before,.slick-next::before {
	font-size: 30px!important;
}


.makesomenoise {
	background: #000;
}
.makesomenoise h3 img {
	width: 40%;
	margin-bottom: 10px;
}
.makesomenoise h3 span {
	color: #fff;
}
.makesomenoise .news-text {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.makesomenoise .news-text li {
	width: 31.333333%;
	margin-right: 3%;
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.makesomenoise .news-text li a {
	color: #fff;
	font-weight: bold;
}
.makesomenoise .news-text li a:hover {
	text-decoration: none;
}
.makesomenoise .news-text li h5 {
	margin-bottom: 10px;
	font-size: 16px;
	min-height: 3em;
}
.makesomenoise .news-text li a:hover img {
	opacity: 0.8;
}
.makesomenoise .news-text li:last-child {
	margin-right: 0;
}
.makesomenoise .news-text li img {
	width:100%;
	min-height: 150px;
	object-fit: cover;
	margin-bottom: 15px;
	max-height: 200px;
}
.makesomenoise .news-text em {
	font-weight: normal;
}

@media screen and (max-width: 767px){
	.makesomenoise .news-text li {
		width: 100%;
		margin-bottom: 35px;
		margin-right: 0;
	}
	.makesomenoise h3 img {
		width: 100%;
	}
	.makesomenoise .news-text li h5 {
		min-height: 0;
	}
	.makesomenoise .news-text li img {
		height: 30vh;
}