@charset "UTF-8";
/* =======================================

	IndexElements

======================================= */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(/css/fonts/fonts.css);

html {
	height: 100%;
}

body {
	height: 100%;
	position: relative;
	font-size: 16px;
	line-height: 2.2;
	background: #ffffff;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック",sans-serif;
	font-feature-settings: "palt";
}

@media all and (-ms-high-contrast: none) {
	body {
		letter-spacing: 0.05em;
		font-feature-settings: normal;
	}
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 0.875em;
		line-height: 1.8;
	}
}

a {text-decoration: none;color: #492d65;}

p {
	font-size: 0.875em;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media only screen and (max-width: 768px) {
	p {
		font-size: 1em;
	}
}

img {
	max-width: 100%;
	height: auto;
}

/*-----------------------------------------
	common parts
-----------------------------------------*/
.br_pc {display: block; font-size: 0 !important;}
.br_sp {display: none !important;}
.display_pc {display: block !important;}
.display_sp {display: none !important;}

@media only screen and (max-width: 768px) {
	.br_pc {display: none !important;}
	.br_sp {display: block !important; font-size: 0 !important;}
	.display_pc {display: none !important;}
	.display_sp {display: block !important;}
}

/* -- LAYOUT -- */
#container {
	width: 100%;
	overflow: hidden;
}

main {width: 100%;}

.contents_wrap {
	width: 84%;
	margin-left: auto;
	margin-right: auto;
}
.brand_common .contents_wrap {
	width: calc(84% + 80px);
}

.contents_wrap.base {
	max-width: 1180px;
}

@media only screen and (max-width: 1130px) {
	.contents_wrap {
		width: 1180px;
	}
}

@media only screen and (max-width: 1260px) {
	.contents_wrap,
	.brand_common .contents_wrap {
		width: 100%;
	}
	.contents_wrap.base {
		width: calc(100% - 80px);
	}
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
	#container {
		width: 980px;
		overflow-x: scroll;
	}
	/*.contents_wrap,
	.contents_wrap.base {
		width: 1120px;
	}*/
}

@media only screen and (max-width: 768px) {
	#container {
		width: auto;
		padding: 0;
	}
	.contents_wrap,
	.brand_common .contents_wrap,
	.contents_wrap.base {
		width: 88%;
		margin-left: 6%;
		margin-right: 6%;
	}
}

/*	column	*/
.clm_2,
.clm_3,
.clm_4 {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.clm_2 > * {
	width: 48.4%;
	margin-right: 3.2%;
}

.clm_3 > * {
	width: 31.2%;
	margin-right: 3.2%;
}

.clm_4 > * {
	width: 22.6%;
	margin-right: 3.2%;
}

.clm_2 > *:nth-of-type(2n),
.clm_3 > *:nth-of-type(3n),
.clm_4 > *:nth-of-type(4n) {
	margin-right: 0;
}

@media only screen and (max-width: 768px) {
	.clm_2,
	.clm_3,
	.clm_4 {
		display: block;
	}
	.clm_2 > *,
	.clm_3 > *,
	.clm_4 > * {
		width: 100%;
		margin-right: 0;
	}
}

.under_line {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 85%, #ffa301 0%) repeat scroll 0 -8px;
	font-weight: normal;
}
@media only screen and (max-width: 768px) {
	.under_line {
		background: rgba(0, 0, 0, 0) linear-gradient(transparent 85%, #ffa301 0%) repeat scroll 0 -4px;
	}
}

/*-----------------------------------------
	slider
-----------------------------------------*/
.slick-loading .slick-list{
	background: url('/img/common/ajax-loader.gif') center center no-repeat;
}

.slider{
	height: 0;
	opacity: 0;
	transition: opacity .3s linear;
}

.slider.slick-initialized{
	height: auto;
	opacity: 1;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {float: right;}

.slick-slide img {display: block;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
	width: 60px;
	height: 60px;
	padding: 0;
	display: block;
	font-size: 0;
	line-height: 0;
	color: transparent;
	border: none;
	outline: none;
	background: #492d65;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	cursor: pointer;
}

.slider .slick-prev {
	left: 0;
	z-index: 10;
}

.slider .slick-next {
	right: 0;
	z-index: 11;
}

.slider .slick-prev:before,
.slider .slick-next:before {
	font-family: 'komazawa';
	opacity: 1;
	width: 100%;
	display: inline-block;
	text-align: center;
}

.slider .slick-prev:before {
	content: "\e909";
}

.slider .slick-next:before {
	content: "\e90a";
}

/*	:hover	*/
@media only screen and (min-width: 768px) {
	body.pcView .slick-prev:hover,
	body.pcView .slick-prev:focus,
	body.pcView .slick-next:hover,
	body.pcView .slick-next:focus {
		opacity: 0.6;
	}
	body.pcView .slick-prev:hover:before,
	body.pcView .slick-prev:focus:before,
	body.pcView .slick-next:hover:before,
	body.pcView .slick-next:focus:before {
		opacity: 1;
	}
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 1.25em;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

@media only screen and (min-width: 768px) {
	.slick-dots li button:hover,
	.slick-dots li button:focus {
		outline: none;
	}
	.slick-dots li button:hover:before,
	.slick-dots li button:focus:before {
		opacity: 1;
	}
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

@media only screen and (max-width: 768px) {
	.slider{
		height: auto;
		opacity: 1;
	}
	.slick-prev,
	.slick-next {
		width: 40px;
		height: 40px;
	}
	.slider .slick-prev:before,
	.slider .slick-next:before {
		font-size: 1em;
	}
}

/*-----------------------------------------
	MainContents
-----------------------------------------*/

/*-----------------------------------------
	key_field
-----------------------------------------*/
#keyField {
	width: 100%;
	height: calc(100vh - 180px);
	position: relative;
	overflow: hidden;
	background: url(/img/index/slogan_color.png) no-repeat center center;
	background-size: 10% auto;
}
#keyField .slogan {
	position: absolute;
	left: 40px;
	bottom: 40px;
	z-index: 2;
}
#keyMovie {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#keyMovie video {
	top: 50%;
	left: 50%;
	width: 100%;
	position: absolute;
	z-index: 1;
}

#keyVisual {
	width: 100%;
	position: relative;
	overflow: hidden;
	visibility: hidden;
}

@media only screen and (max-width: 980px) {
	#keyField {
		height: 400px;
	}
}

@media only screen and (max-width: 768px) {
	#keyField {
		height: 55vw!important;
		background-size: 20% auto;
	}
	#keyMovie {
		display: none;
	}
	#keyVisual {
		display: block;
	}
	/*	spSlider
	-----------------------------------------*/
	#keyField .spSlider {
		padding: 0;
		position: relative;
		background: #ffffff;
	}
	#keyField .spSlider .slider {
		height: 55vw;
		position: relative;
		overflow: hidden;
		z-index: 1;
		background: #ffffff;
	}
	#keyField .spSlider .slick-prev,
	#keyField .spSlider .slick-next {
		display: none!important;
	}
	#keyVisual .slider .slide {
		height: 55vw;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	#keyVisual .slider .slide.keySlide01 {background-image: url("/branding/img/sp_slide01.png");}
	#keyVisual .slider .slide.keySlide02 {background-image: url("/branding/img/sp_slide02.png");}
	#keyVisual .slider .slide.keySlide03 {background-image: url("/branding/img/sp_slide03.png");}
	#keyVisual .slider .slide.keySlide04 {background-image: url("/branding/img/sp_slide04.png");}
}

@media screen and (max-width: 896px) and (orientation: landscape){
	/*#container {
		width: 100%;
	}*/
	#keyField .spSlider .slick-prev,
	#keyField .spSlider .slick-next {
		display: none!important;
	}
}

/* 	read_content
------------------------------------ */
.read_content {
	padding: 0 0 80px;
}
.read_content h1,
.read_content > figure,
.read_content > figure + p {
	text-align: center;
}
.read_content h1 {
	margin: -120px 0 80px 0;
	position: relative;
	z-index: 1;
}
.read_content > figure {
	margin: 0 auto 70px;
}
.read_content > figure + p {
	margin: 0 0 60px;
	font-size: 1em;
}

/*	link_area	*/
.link_area ul {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
}
.link_area ul li {
	text-align: center;
	width: 20em;
	padding: 70px 0 0;
	margin: 0 5px;
	position: relative;
}
.link_area ul li:before {
	content: '';
	width: 1px;
	height: 30px;
	background: #000;
	position: absolute;
	top: 0;
	left: 50%;
}
.link_area ul li a {
	display: block;
	transition: all 0.3s ease;
	position: relative;
}
body.pcView .link_area ul li a:hover {
	transform: translate(0,10px);
}
.link_area ul li figure {
	margin: 0 0 30px;
}
.link_area ul li figure img {
	width: 43px;
	height: auto;
}
.link_area ul li p {
	text-align: center;
	margin: 0 0 30px;
}
.link_area ul li.concept p {
	color: #27885d;
}

.link_area ul li.concept:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 34px;
	background: url(/branding/img/1sec_ancher_arrow.gif) no-repeat;
}
.link_area ul li.slogan p {
	color: #ffa301;
}

.link_area ul li.slogan:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 34px;
	background: url(/branding/img/2sec_ancher_arrow.gif) no-repeat;
}

@media only screen and (min-width: 981px) and (max-width: 1140px) {
	.read_content h1 {
		margin: -11.2vw 0 80px 0;
	}
}

@media only screen and (max-width: 980px) {
	.read_content h1 {
		margin: -112px 0 80px 0;
	}
}

@media only screen and (max-width: 768px) {
	.read_content {
		padding: 0 0 40px;
	}
	.read_content h1 {
		margin: -10.5vw 0 40px 0;
	}
	.read_content > figure {
		margin: 0 auto 35px;
		max-width: 330px;
	}
	.read_content > figure + p {
		margin: 0 0 30px;
		font-size: 1.071em;
	}
	.link_area ul li {
		padding: 50px 0 0;
	}
	.link_area ul li:before {
		height: 20px;
	}
	.link_area ul li figure {
		margin: 0 0 15px;
	}
	.link_area ul li figure:first-of-type img {
		width: 12%;
	}
	.link_area ul li p {
		/*line-height: 1.8;*/
		margin: 0 0 15px;
	}
}

/* 	brand_common
------------------------------------ */
.brand_common {
	padding: 340px 40px 40px;
}
.brand_common > .brand_wrap {
	background: #fff;
	padding: 100px 0;
}
.brand_common h2 {
	text-align: center;
	margin: 0 0 60px;
}
.brand_common h2 > img {
	margin: 0 0 40px;
}
.brand_common h2 span {
	display: block;
}
.brand_common h2 + p {
	font-size: 1.5em;
	text-align: center;
	color: #27885d;
	margin: 0 0 60px;
}
@media only screen and (max-width: 1260px) {
	.brand_common > .brand_wrap {
		padding: 100px 40px;
	}
}
@media only screen and (max-width: 768px) {
	.brand_common {
		padding: 170px 20px 20px;
	}
	.brand_common > .brand_wrap {
		padding: 50px 0;
	}
	.brand_common h2 {
		width: 40%;
		margin: 0 auto 30px;
	}
	.brand_common h2 > img {
		width: 30%;
		margin: 0 0 20px;
	}
	.brand_common h2 + p {
		margin: 0 0 30px;
	}
}

/* 	brand_concept
------------------------------------ */
#brand_concept {
	background: #27885d url(/branding/img/1sec_bg.gif) top right no-repeat;
	background-attachment: fixed;
}
#brand_concept .clm_read {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	margin: 0 0 110px;
}
#brand_concept .clm_read .text {
	width: 55%;
}
#brand_concept .clm_read .text p:not(:last-child) {
	margin:0 0 40px;
}
#brand_concept .clm_read .image {
	width: 40%;
}
#brand_concept .clm_read .image figure {
	text-align: center;
}
#brand_concept h3 {
	font-size: 1.438em;
	width: 100%;
	max-width: 360px;
	margin: 0 auto 60px;
	padding: 15px 20px;
	background: #27885d;
	color: #fff;
	text-align: center;
	line-height: 1;
}
#brand_concept section:not(.personality) {
	margin: 0 0 80px;
}
#brand_concept section > .read {
	text-align: center;
	margin: 0 0 60px;
	font-size: 1.125em;
}
#brand_concept section > .read > span {
	font-size: 2.000em;
	letter-spacing: 0.075em;
	color: #492d65;
}
#brand_concept section > figure {
	text-align: center;
}

/*	mission	*/
#brand_concept .mission > figure {
	width: 50%;
	text-align: left;
}
#brand_concept .mission > .read > span {
	font-size: 2.556em;
}
#brand_concept .mission p:not(.read) {
	width: 50%;
	float: right;
	margin: -70px 0 0;
}

/*	personality	*/
#brand_concept .personality > .read > span {
	font-size: 2.222em;
}
#brand_concept .personality .clm_3 li {
	padding: 160px 0 0;
	position: relative;
}
#brand_concept .personality .clm_3 h4 {
	display: inline-block;
	font-size: 1.5em;
	line-height: 1.4;
	width: 130px;
	height: 130px;
	text-align: center;
	border-radius: 50%;
	background: #ffa301;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#brand_concept .personality .clm_3 h4 span {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :130px;
	text-align:center;
	color: #492d65;
}
#brand_concept .personality .clm_3 h5 {
	font-size: 1.375em;
	text-align: center;
	color: #492d65;
}
#brand_concept .personality .clm_3 h5 + p {
	text-align: center;
}
@media only screen and (max-width: 768px) {
	#brand_concept {
		background-size: contain;
		background-attachment: scroll;
	}
	#brand_concept .clm_read {
		display: block;
		margin: 0 0 55px;
	}
	#brand_concept .clm_read .text {
		width: 100%;
	}
	#brand_concept .clm_read .text p:not(:last-child) {
		margin:0 0 20px;
	}
	#brand_concept .clm_read .image {
		float: right;
		width: 40%;
		margin: 0 0 30px 30px;
	}
	#brand_concept .clm_read figure {
		width: 100%;
	}
	#brand_concept h3 {
		margin: 0 auto 30px;
		font-size: 1em;
	}
	#brand_concept section:not(.personality) {
		margin: 0 0 40px;
	}
	#brand_concept section > .read {
		margin: 0 6% 30px;
	}
	#brand_concept section > .read > span {
		font-size: 1.4em;
	}
	#brand_concept .mission > .read > span {
		font-size: 1.4em;
	}
	#brand_concept .mission > figure {
		width: 100%;
	}
	#brand_concept .mission p:not(.read) {
		width: 100%;
		float: none;
		margin: 30px 0 0;
	}
	#brand_concept .personality h3 {
		max-width: 88%;
	}
	#brand_concept .personality > .read > span {
		font-size: 1.4em;
	}
	#brand_concept .personality .clm_3 li {
		padding: 10px 0;
	}
	#brand_concept .personality .clm_3 li:not(:last-child) {
		margin: 0 0 30px;
	}
	#brand_concept .personality .clm_3 li h4 {
		width: 80px;
		height: 80px;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#brand_concept .personality .clm_3 h4 span {
		width: 80px;
	}
	#brand_concept .personality .clm_3 h5,
	#brand_concept .personality .clm_3 p {
		padding: 0 0 0 100px;
	}
	#brand_concept .personality .clm_3 h5 {
		text-align: left;
		margin: 0 0 10px;
	}
	#brand_concept .personality .clm_3 h5 + p {
		text-align: left;
	}
}

/* 	brand_various
------------------------------------ */
#brand_various {
	background: #ffa301 url(/branding/img/2sec_bg.gif) top left no-repeat;
	background-attachment: fixed;
}
#brand_various .clm_2:not(.v_identity) {
	margin: 0 0 40px;
}
#brand_various .clm_2 > * {
	width: 50%;
	margin-right: 0;
}
/*	l_content	*/
#brand_various .clm_2 .l_content {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding: 80px;
	background: #ffa301;
}
#brand_various .clm_2 .l_content h3 {
	margin: 0 0 80px;
}
#brand_various .clm_2 .l_content h3 > span {
	font-size: 0.875em;
	color: #492d65;
	display: block;
	padding: 0 0 20px;
}
#brand_various .clm_2 .l_content figure {
	text-align: center;
	margin: 0 0 80px;
}
/*	r_content	*/
#brand_various .clm_2 .r_content {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding: 80px 0;
}
/*	b_slogan	*/
#brand_various .b_slogan .l_content > div {
	width: 100%;
}
#brand_various .b_slogan .r_content {
	padding: 80px 0 80px 80px;
}
#brand_various .b_slogan .r_content h3 {
	font-size: 1.25em;
	color: #492d65;
	margin: 0 0 80px;
}
#brand_various .b_slogan .r_content figure {
	margin: 0 0 50px;
}
#brand_various .b_slogan .r_content p {
	width: calc(100% - 10vw);
	margin: 0 -10vw 60px 10vw;
}
#brand_various .b_slogan .r_content p:last-child {
	margin: 0 -10vw 0 10vw;
}
#brand_various .b_slogan .r_content p > span {
	display: block;
	color: #492d65;
	margin: 0 0 20px;
	line-height: 1;
}
/*	b_statement	*/
#brand_various .b_statement .r_content {
	padding: 80px 0;
}
#brand_various .b_statement .r_content h3,
#brand_various .b_statement .r_content p {
	color: #492d65;
}
#brand_various .b_statement .r_content h3 {
	font-size: 1.875em;
	line-height: 1.4;
	margin: 0 0 60px;
}
#brand_various .b_statement .r_content h3 > span {
	font-size: 0.65em;
}
#brand_various .b_statement .r_content div {
	margin-left: 5vw;
}
#brand_various .b_statement .r_content p:not(:last-child) {
	margin: 0 0 20px;
}
/*	v_identity	*/
#brand_various .v_identity .l_content p:not(:last-child) {
	margin: 0 0 30px;
}
#brand_various .v_identity .l_content .about_vi {
	font-size: 0.688em;
	margin: 0 0 40px !important;
}
#brand_various .v_identity .l_content .about_vi > span {
	display: block;
}
#brand_various .v_identity .l_content .attention {
	color: #ee0f0f;
	text-align: center;
	background: #fff;
	border: 1px solid #ee0f0f;
	padding: 10px;
}
#brand_various .v_identity .r_content {
	    padding: 80px 0 80px 80px;
}
#brand_various .v_identity .r_content figure {
	margin: 0 0 50px;
}
#brand_various .v_identity .r_content p:not(:last-child) {
	margin: 0 0 60px;
}
#brand_various .v_identity .r_content p > span {
	display: block;
	color: #492d65;
	margin: 0 0 20px;
	line-height: 1;
}
@media only screen and (max-width: 768px) {
	#brand_various {
		background-attachment: scroll;
		background-size: contain;
	}
	#brand_various .clm_2 > * {
		width: 100%;
	}
	/*	l_content	*/
	#brand_various .clm_2 .l_content {
		padding: 40px;
	}
	#brand_various .clm_2 .l_content h3 {
		margin: 0 0 40px;
	}
	#brand_various .clm_2 .l_content h3 > span {
		padding: 0 0 10px;
	}
	#brand_various .clm_2 .l_content figure {
		margin: 0 auto 40px;
		width: 80%;
	}
	#brand_various .v_identity .l_content .attention {
		padding: 5px;
	}
	/*	r_content	*/
	#brand_various .clm_2 .r_content {
		padding: 40px 0 0;
	}
	#brand_various .clm_2 .r_content h3,
	#brand_various .clm_2 .r_content p,
	#brand_various .clm_2 .r_content figure {
		text-align: center;
	}
	/*	b_slogan	*/
	#brand_various .b_slogan .r_content {
		padding: 30px 0;
	}
	#brand_various .b_slogan .r_content > div {
		width: 100%;
	}
	#brand_various .b_slogan .r_content h3 {
		margin: 0 0 30px;
	}
	#brand_various .b_slogan .r_content figure {
		width: 80%;
		margin: 0 auto 25px;
	}
	#brand_various .b_slogan .r_content p {
		width: 100%;
	}
	#brand_various .b_slogan .r_content p:not(:last-child) {
		margin: 0 0 30px;
	}
	#brand_various .b_slogan .r_content p:last-child {
		margin: 0;
	}
	/*	b_statement	*/
	#brand_various .b_statement .r_content h3 {
		margin: 0 0 30px;
		text-align: left;
	}
	#brand_various .b_statement .r_content p {
		text-align: left;
	}
	#brand_various .b_statement .r_content p:not(:last-child) {
		margin: 0 0 10px;
	}
	/*	v_identity	*/
	#brand_various .v_identity .l_content p:not(:last-child) {
		margin: 0 0 15px;
	}
	#brand_various .v_identity .l_content .about_vi {
		margin: 0 0 20px !important;
	}
	#brand_various .v_identity .r_content > div {
		width: 100%;
	}
	#brand_various .v_identity .r_content figure {
		width: 80%;
		margin: 0 auto 25px;
	}
	#brand_various .v_identity .r_content p:not(:last-child) {
		margin: 0 0 30px;
	}
	#brand_various .v_identity .r_content p > span {
		margin: 0 0 10px;
	}
}

/* 	ending_content
------------------------------------ */
.ending_content {
	padding: 150px 0 110px;
}
.ending_content figure {
	text-align: center;
}
.ending_content h2 {
	font-size: 2.6em;
	margin: 0 0 60px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.ending_content .clm_ending {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	margin: 0 0 90px;
}
.ending_content .clm_ending .text {
	width: 55%;
}
.ending_content .clm_ending .text p {
	font-size: 1em;
}
.ending_content .clm_ending .text p:not(:last-child) {
	margin:0 0 40px;
}
.ending_content .clm_ending .image {
	width: 40%;
	margin-top: -100px;
}
.ending_content h3 {
	width: 360px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #27885d;
	color: #fff;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.ending_content {
		padding: 75px 0 55px;
	}
	.ending_content h2 {
		margin: 0 0 30px;
		line-height: 1.6;
		letter-spacing: 0.08em;
	}
	.ending_content .clm_ending {
		display: block;
		margin: 0 0 45px;
	}
	.ending_content .clm_ending .image {
		float: right;
		width: 40%;
		margin: 0 0 0 30px;
	}
	.ending_content .clm_ending .text {
		width: 100%;
	}
	.ending_content .clm_ending .text p {
		font-size: 1.071em;
	}
	.ending_content .clm_ending .text p:not(:last-child) {
		margin:0 0 20px;
	}
	.ending_content .clm_ending figure.display_sp {
		width: auto;
		width: 40%;
	}
	.ending_content .clm_ending figure.display_sp {
		float: left;
		margin: 0 30px 30px 0;
	}
	.ending_content .clm_ending figure.display_sp + p {
		clear: right;
	}
	.ending_content > figure {
		margin: 0 auto 35px;
		max-width: 330px;
	}
}

/*-----------------------------------------
	footer
-----------------------------------------*/
/* 	bnrField , copyright
------------------------------------ */
footer {
	padding: 100px 0 0;
	background: #f3f2f4;
}
footer figure {
	text-align: center;
}
footer div > figure {
	text-align: center;
	margin: 0 auto 60px;
	display: table;
}
footer h2 {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	max-width: 170px;
	line-height: 1;
	font-family: "Roboto Condensed";
	margin: 0 auto 40px;
}
footer h2:before,
footer h2:after {
	content: "";
	flex-grow: 1;
	border-top: 1px dotted #000;
	display: block;
}
footer h2:before {
	margin: 0.5em 30px 0 0;
}
footer h2:after {
	margin: 0.5em 0 0 30px;
}
footer #bnrField {
	text-align: center;
}
footer #bnrField ul {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
}
footer #bnrField li {
	/*margin: 0 10px;
	display: inline-block;*/
	max-width: 24%;
}
footer #bnrField li a {
	display: block;
}
footer .copyright {
	margin: 160px 0 0;
	padding: 0px 0 60px;
	background: #492d65;
}
footer .copyright figure img {
	margin-top: -80px;
	width: 80%;
}
footer .copyright small {
	margin: 40px 0 0;
	display: block;
	color: #fff;
	text-align: center;
	letter-spacing: 0.3em;
	font-family: "Roboto Condensed";
}
@media only screen and (max-width: 1260px) {
	footer #bnrField {
		width: calc(100% - 80px);
		margin: 0 auto;
		padding: 0;
	}
}
@media only screen and (max-width: 768px) {
	footer {
		padding: 50px 0 0;
	}
	footer div > figure {
		width: 80%;
		margin: 0 auto 30px;
	}
	footer #bnrField {
		width: 100%;
	}
	footer #bnrField ul {
		-webkit-justify-content: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	footer #bnrField li {
		display: block;
		width: calc(50% - 11px);
		max-width: initial;
	}
	footer #bnrField li:nth-child(odd) {
		margin: 0 10px 20px 0;
	}
	footer #bnrField li:nth-child(even) {
		margin: 0 0 20px 10px;
	}
	footer #bnrField li img {
		width: 100%;
	}
	footer .copyright {
		margin: 80px 0 0;
		padding: 0px 6% 60px 6%;
	}
	footer .copyright small {
		letter-spacing: 0.1em;
	}
}

/* ------------------------------------
	fixedTop
------------------------------------ */
#fixedTop {
	width: 60px;
	height: 60px;
	display: block;
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	right: 30px;
	bottom: 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	z-index: 90;
}

#fixedTop:after {
	font-family: 'komazawa';
	content: "\e901";
	width: 60px;
	font-size: 20px;
	display: block;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
}

#fixedTop.show {opacity: 1;}

/*	:hover	*/
#fixedTop {
	transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
	body.pcView #fixedTop:hover {
		background-color: rgba(0,0,0,0.8);
	}
}

@media only screen and (max-width: 768px) {
	#fixedTop {display: none;}
}


/* =====================================
	Hover:opacity
===================================== */
@media only screen and (min-width: 768px) {
	#slideField .slider .slick-slide a,
	footer #bnrField li a {
		transition: all 0.3s ease;
	}

	body.pcView #slideField .slider .slick-slide a:hover,
	body.pcView footer #bnrField li a:hover {
		opacity: 0.6;
	}
}

/* =====================================
	ClearFixElements
===================================== */
.clear:before,
.clear:after {
	content: " ";
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}