@charset "UTF-8";
@media screen and (max-width: 599px) {
	.concept_mainimage {
		background: url(../images/concept/main_sp.jpg) center center/cover no-repeat
			scroll;
	}
}

@media screen and (min-width: 600px) {
	.concept_maintitle {
		width: 80px;
		height: 232px;
		font-weight: bold;
	}
}

@media screen and (max-width: 599px) {
	.concept_maintitle {
		width: calc(110px / 2);
		height: calc(353px / 2);
		font-weight: bold;
	}
}
@media screen and (min-width: 600px) {
	.top-concept_overview {
		text-align: center;
		font-size: 1.6rem;
		letter-spacing: 0.08em;
		line-height: 2.6;
		margin-bottom: 65px;
		width: 87.5%;
		margin-left: auto;
		margin-right: auto;
	}
	.top-concept_overview br {
		display: none;
	}
	.top-concept_overview span.bl {
		display: block;
	}
}

@media screen and (max-width: 599px) {
	.top-concept_overview {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		letter-spacing: 0.04em;
		line-height: 2;
		margin-bottom: 35px;
	}
	.top-concept_overview span.bl {
		display: block;
	}
}
@media screen and (max-width: 599px) {
	.mt-lose-20 {
		margin-top: 20px !important;
		display: block;
	}
}
@media screen and (min-width: 600px) {
	.concept_menu {
		margin-top: 140px;
	}
}

@media screen and (max-width: 599px) {
	.concept_menu {
		margin-top: 40px;
	}
}

.concept_menu-item {
	position: relative;
}
@media screen and (min-width: 600px) {
	.concept_menu-item {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		width: 75%;
		margin-left: auto;
		margin-right: auto;
		height: 335px;
	}
	.concept_menu-item:nth-of-type(n + 2) {
		margin-top: 60px;
	}
}
@media screen and (max-width: 599px) {
	.concept_menu-item {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.concept_menu-item:nth-of-type(n + 2) {
		margin-top: 30px;
	}
}

.concept_menu-image {
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 600px) {
	.concept_menu-image {
		width: 50%;
		height: 335px;
	}
}

@media screen and (min-width: 600px) {
	.concept_menu-image img {
		position: absolute;
		top: 0;
		left: -100%;
		right: -100%;
		bottom: 0;
		margin: auto;
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 100%;
	}
}

@media screen and (max-width: 599px) {
	.concept_menu-image img {
		width: 100%;
		height: auto;
	}
}

@media screen and (min-width: 600px) {
	.concept_menu-text-box {
		width: 50%;
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (max-width: 599px) {
	.concept_menu-text-box {
		padding: 25px 20px;
	}
}

.concept_menu-title-box {
	position: relative;
}

@media screen and (min-width: 600px) {
	.concept_menu-title {
		font-size: 2rem;
		letter-spacing: 0.05em;
	}
	.concept_menu-title span {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 599px) {
	.concept_menu-title {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
	}
}

@media screen and (min-width: 600px) {
	.concept_menu-sub-title {
		font-size: 1.3rem;
		letter-spacing: 0.05em;
		position: absolute;
		right: 0;
		top: -10px;
	}
}

@media screen and (max-width: 599px) {
	.concept_menu-sub-title {
		font-size: 1.3rem;
		letter-spacing: 0.03em;
		line-height: 1.4;
		margin-top: 10px;
	}
	.concept_menu-sub-title br {
		display: none;
	}
}

.concept_menu-line {
	border: none;
	background-color: #dadada;
	height: 1px;
}
@media screen and (min-width: 600px) {
	.concept_menu-line {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 599px) {
	.concept_menu-line {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 599px) {
	.concept_menu-description {
		line-height: 1.8;
	}
}

.concept_menu-category {
	font-size: 1.2rem;
	color: #a5a5a5;
}
@media screen and (min-width: 600px) {
	.concept_menu-category {
		margin-top: 10px;
		margin-bottom: 18px;
	}
}
@media screen and (max-width: 599px) {
	.concept_menu-category {
		font-size: 1.2rem;
		color: #a5a5a5;
		margin-top: 8px;
		margin-bottom: 20px;
	}
}

.concept_menu-period {
	font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
	.concept_menu-period {
		margin-top: 38px;
	}
}
@media screen and (max-width: 599px) {
	.concept_menu-period {
		margin-top: 30px;
	}
}
@media screen and (min-width: 600px) {
	#concept {
		padding-bottom: 110px;
	}
}
@media screen and (max-width: 599px) {
	#concept {
		padding-bottom: 80px;
	}
}
