@charset "utf-8";


/* -----------------
main-fv
-----------------------*/
.main-fv {
	overflow: hidden;
}
.main-fv .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.main-fv-left {
    width: 30%;
}
.main-fv-catch {
    font-size: 24px;
    font-weight: 500;
    line-height: 2;
    white-space: nowrap;
}
.main-fv-right {
	width: 65%;
}
.main-fv-slide {
    width: calc(50vw + 20%);
}
.main-fv-slide .swiper-slide {
    height: 400px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
}



@media (max-width: 815px) {

	.main-fv .inner {
		display: block;
	}
	.main-fv-right {
		width: 100%;
		margin-left: 20px;
	}
	.main-fv-slide {
		width: 100%;
	}
	.main-fv-slide .swiper-slide {
		height: 200px;
		border-radius: 10px 0 0 10px;
	}
	.main-fv-left {
		width: 100%;
		margin-top: 20px;
	}
	.main-fv-catch {
		font-size: 18px;
	}
}




/* -----------------
aboutus
-----------------------*/
#aboutus {
	background: rgba(255,255,255,0.8);
}
#aboutus:after {
	content: '';
	width: 100%;
	height: 100%;
    background: url("../img/cmn/logo_mark.png") no-repeat center;
    background-size: 300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.aboutus-text {
    font-size: 18px;
    text-align: center;
    line-height: 3;
}


@media (max-width: 815px) {
	
	.aboutus-text {
		font-size: 14px;
		text-align: left;
		line-height: 2;
	}

}



/* -----------------
pickup
-----------------------*/
#pickup {
    background: var(--bg-color);
}


@media (max-width: 815px) {
	

}


/* -----------------
news
-----------------------*/
#news {
	background: var(--bg-color);
}
.news-in {
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.news-in .cmn-title {
    width: 300px;
    margin-bottom: 0;
}
.news-info {
    width: calc(100% - 300px);
}



@media (max-width: 815px) {
	
	.news-in {
		display: block;
	}
	.news-in .cmn-title {
		width: auto;
		margin-bottom: 30px;
	}
	.news-info {
		width: auto;
	}


}



/* column */
.column__list {
	display: flex;
	flex-wrap: wrap;
}
.column__list > li  {
    width: 32%;
	margin-left: 2%;
}
.column__list > li:first-child {
    margin-left: 0;
}
.column__list > li a {
    display: block;
    color: #000;
    position: relative;
    padding: 10px 10px 20px;
    border: solid 1px #eee;
    border-radius: 5px;
    height: 100%;
}
.column__list > li a:hover {
	border: solid 1px #666;
}
.column-thumb {
    margin-bottom: 20px;
}
.column-info {
}
.column-title {
	font-size: 18px;
    font-weight: 500;
}
.column-date {
    font-size: 12px;
    color: #bbb;
    letter-spacing: 1px;
}
.column-cat {
    font-size: 12px;
    color: #0281C4;
    margin-top: 5px;
}
.column-cat:before {
    content: '#';
    display: inline-block;
    margin-right: 5px;
}


@media (max-width: 815px) {

.column__list {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    width: calc(100% + 20px);
}
.column__list > li {
    display: inline-block;
    width: 240px;
    margin-left: 0;
    margin-right: 20px;
    white-space: normal;
    vertical-align: top;
}


}

