@charset "UTF-8";
/*---------------------------------------------------------------*\
	$INDEX
\*---------------------------------------------------------------*/
/*
・共通
・◯◯◯◯◯
・◯◯◯◯◯
*/

/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/
body {
	min-width: 1180px;
}
main {
	/*min-width: 1100px;*/
	position: relative;
	margin: 0 0 60px;
	background-image: url(../img/concept/main_back.png);
	background-size: contain;
	background-position: center 104px;
	background-repeat: no-repeat;
}
/*パンくず*/

.breadcrumb {
    background: #222 none repeat scroll 0 0;
    padding: 8px 0;
}
.syncer-brcb {
    list-style-type: none;
    margin: 0 auto;
    overflow: hidden;
}
.syncer-brcb li {
	float: left;
	color: #fff;
}
.syncer-brcb li:after {
	padding: 0 8px;
	font-weight: 400;
}
.syncer-brcb li:last-child:after {
	content: none;
}
.syncer-brcb li span {
    color: #fff;
    font-size: 1rem;
}
/*------------------*/

.ib {
	display: inline-block;
	vertical-align: middle;
}
h1 img {
	width: 100%;
}
nav.concept_menu {
	background-color: #222;
    font-family: "Noto Sans JP",sans-serif;
}
nav.concept_menu ul {
	font-weight: bold;
	font-size: 0;
	max-width: 1230px;
	margin: 0 auto;
}
nav.concept_menu ul li {
	display: inline-block;
	text-align: center;
	width: 24.9%;
	padding: 20px 0 30px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
nav.concept_menu ul a:hover {
	color: #fff;
	text-shadow: 0 0 5px #fff;
}
nav.concept_menu ul li:nth-child(5) {
	margin: 0;
}
nav.concept_menu ul li a {
    color: #888;
    display: block;
    font-size: 13px;
    font-weight: 400;
    height: 100%;
    padding: 0;
	border-right: 1px solid #888;
    width: 100%;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

nav.concept_menu ul li:last-child a {
	border-right: none;
}

.active {
	background-image: url(../img/concept/brown_bar.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

.active a {
	color: #fff!important;
}

.another_right {
	position: absolute;
	top: 560px;
	right: 30px;
	width: 100px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.another_right_concept {
	position: absolute;
	top: 820px;
	right: 30px;
	width: 100px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.another_right p {
	-ms-writing-mode: tb-rl; /* for MS IE8+ */
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size: 1.1rem;
	font-weight:bold;
	margin-right: 15px;
}
.another_right_concept p {
	-ms-writing-mode: tb-rl; /* for MS IE8+ */
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size: 1.1rem;
	font-weight:bold;
	margin-right: 15px;
}
.another_left {
	position: absolute;
	top: 618px;
	left: 30px;
	width: 100px;
	font-size: 1.8rem;
	letter-spacing: 2px;
	line-height: 30px;
	text-align: center;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.another_right:hover {
	right: 20px;
	opacity: 0.5;
}

.another_right_concept:hover {
	right: 20px;
	opacity: 0.5;
}
.another_left:hover {
	left: 20px;
	opacity: 0.5;
}
.another_left p {
	-ms-writing-mode: tb-rl; /* for MS IE8+ */
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size: 1.1rem;
	font-weight:bold;
	margin-left: 15px;
}

.mincho {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/*---------------------------------------------------------------*\
	$980px
\*---------------------------------------------------------------*/
@media screen and (max-width: 980px) {
}
