@charset "UTF-8";

/*--------------------------------------------------
**************************************************
  BRAND PC
**************************************************
--------------------------------------------------*/
@media screen and (min-width: 768px) {

/* -- ブランドTOP -- */
.brand_bg {
	background: url(../imgs/m_and_a/m_and_a_bg.jpg) no-repeat center bottom;
	background-size: cover;
	min-height: 330px;
	height: auto;
	width: 100%;
}


.detail_link_title {
	text-align: center;
	font-family: "LATO";
	font-size: 18px;
}
.detail_link_title span {
	display: block;
	font-size: 13px;
	font-weight: normal;
}

.brand_link_box {
	margin-bottom: 30px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #efefef;
	display: table;
}
.brand_link_box .thumb {
	display: table-cell;
	width: 36%;
}
.brand_link_box .details {
	display: table-cell;
	padding-left: 4%;
	vertical-align: top;
}
.brand_link_box .m_title {
	font-weight: bold;
	font-family: "LATO";
	font-size: 16px;
	padding-bottom: 3px;
	border-bottom: 1px solid;
}
.brand_link_box .m_title span {
	font-weight: normal;
	margin-left: 10px;
	font-size: 13px;
}
.brand_link_box .texts {
	margin-top: 15px;
}
.brand_link_box .links a {
	margin-top: 15px;
	display: inline-block;
	color: #333;
	padding-bottom: 2px;
	border-bottom: 1px solid;
}
.brand_link_box .links a:hover {
	color: #c00;
	text-decoration: none;
}


figure.fig_act {
	font-family: 'Raleway', Arial, sans-serif;
	color: #fff;
	position: relative;
	overflow: hidden;
	width: 100%;
	color: #000000;
	text-align: center;
}
figure.fig_act * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
figure.fig_act img {
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	display: block;
}
figure.fig_act:after {
	background: #ffffff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	opacity: 0.75;
	-webkit-transform: skew(-45deg) scaleX(0);
	transform: skew(-45deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
figure.fig_act figcaption {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
figure.fig_act h3,
figure.fig_act p {
	margin: 0;
	width: 100%;
	opacity: 0;
}
figure.fig_act h3 {
	padding: 0 30px;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
}
figure.fig_act p {
	padding: 0 50px;
	font-size: 0.8em;
	font-weight: 500;
}
figure.fig_act a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
figure.fig_act:hover:after,
figure.fig_act.hover:after {
	-webkit-transform: skew(-45deg) scaleX(1);
	transform: skew(-45deg) scaleX(1);
	transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
figure.fig_act:hover figcaption h3,
figure.fig_act.hover figcaption h3,
figure.fig_act:hover figcaption p,
figure.fig_act.hover figcaption p {
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
figure.fig_act:hover figcaption h3,
figure.fig_act.hover figcaption h3 {
	opacity: 1;
}
figure.fig_act:hover figcaption p,
figure.fig_act.hover figcaption p {
	opacity: 0.7;
}


.vitacig_content .image_title {
	width: 26%;
	margin: 0 auto;
	display: block;
}

.vitacig_content .image_main {
	width: 70%;
	margin: 0 auto;
	display: block;
}

.vitacig_content .link_btn {
	text-align: center;
}
.vitacig_content .link_btn a {
	background: #093e52;
	color: #FFF;
	width: 260px;
	display: block;
	margin: 0 auto;
	padding: 12px 0;
	position: relative;
}
.vitacig_content .link_btn a:after {
	display: block;
	content: "";
	position: absolute;
	top: 52%;
	right: 12px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.vitacig_content .link_btn a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	text-decoration: none;
}


/* -- プランニング PLANNING -- */
.planning_bg {
	background: url(../imgs/brand/planning_bg.jpg) no-repeat center bottom;
	background-size: cover;
	min-height: 375px;
	height: auto;
	width: 100%;
}

/* -- 商標管理 MANAGEMENT -- */
.management_bg {
	background: url(../imgs/brand/management_bg.jpg) no-repeat center bottom;
	background-size: cover;
	min-height: 375px;
	height: auto;
	width: 100%;
}

/* -- ブランドPR活動 PROMOTION -- */
.promotion_bg {
	background: url(../imgs/brand/promotion_bg.jpg) no-repeat center bottom;
	background-size: cover;
	min-height: 375px;
	height: auto;
	width: 100%;
}

/* -- 翻訳サービス TRANSLATION -- */
.translation_bg {
	background: url(../imgs/brand/translation_bg.jpg) no-repeat center bottom;
	background-size: cover;
	min-height: 375px;
	height: auto;
	width: 100%;
}

/* -- 物流サービス DISTRIBUTION -- */
.distribution_bg {
	background: url(../imgs/brand/distribution_bg.jpg) no-repeat center bottom;
	background-size: cover;
	min-height: 375px;
	height: auto;
	width: 100%;
}

}
/*--------------------------------------------------
**************************************************
  BRAND SP
**************************************************
--------------------------------------------------*/
@media screen and (max-width: 767px) {


/* -- ブランドTOP -- */
.brand_bg {
	background: url(../imgs/m_and_a/m_and_a_bg.jpg) no-repeat center bottom;
	background-size: cover;
	height: 180px;
	width: 100%;
	overflow: hidden;
}
.page_catch_area {
	padding-top: 80px;
}
.page_catch {
	padding-top: 20px;
}

.detail_link_title {
	text-align: center;
	font-family: "LATO";
	font-size: 18px;
}
.detail_link_title span {
	display: block;
	font-size: 13px;
	font-weight: normal;
}

.brand_link_box {
	margin-bottom: 20px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #efefef;
}
.brand_link_box .thumb {
	width: 100%;
}
.brand_link_box .details {
	margin-top: 10px;
}
.brand_link_box .m_title {
	font-weight: bold;
	font-family: "LATO";
	font-size: 15px;
	padding-bottom: 3px;
	border-bottom: 1px solid;
}
.brand_link_box .m_title span {
	font-weight: normal;
	margin-left: 10px;
	font-size: 12px;
}
.brand_link_box .texts {
	margin-top: 10px;
}
.brand_link_box .links a {
	margin-top: 10px;
	display: inline-block;
	color: #333;
	padding-bottom: 2px;
	border-bottom: 1px solid;
}

.vitacig_content .image_title {
	width: 60%;
	margin: 0 auto;
	display: block;
}
.vitacig_content .link_btn {
	text-align: center;
}
.vitacig_content .link_btn a {
	background: #093e52;
	color: #FFF;
	width: 260px;
	display: block;
	margin: 0 auto;
	padding: 12px 0;
	position: relative;
}
.vitacig_content .link_btn a:after {
	display: block;
	content: "";
	position: absolute;
	top: 52%;
	right: 12px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* -- プランニング PLANNING -- */
.planning_bg {
	background: url(../imgs/brand/planning_bg.jpg) no-repeat center bottom;
	background-size: cover;
	height: 200px;
	width: 100%;
}

/* -- 商標管理 MANAGEMENT -- */
.management_bg {
	background: url(../imgs/brand/management_bg.jpg) no-repeat center bottom;
	background-size: cover;
	height: 200px;
	width: 100%;
}

/* -- ブランドPR活動 PROMOTION -- */
.promotion_bg {
	background: url(../imgs/brand/promotion_bg.jpg) no-repeat center bottom;
	background-size: cover;
	height: 200px;
	width: 100%;
}

/* -- 翻訳サービス TRANSLATION -- */
.translation_bg {
	background: url(../imgs/brand/translation_bg.jpg) no-repeat center bottom;
	background-size: cover;
	height: 200px;
	width: 100%;
}

/* -- 物流サービス DISTRIBUTION -- */
.distribution_bg {
	background: url(../imgs/brand/distribution_bg.jpg) no-repeat center bottom;
	background-size: cover;
	height: 200px;
	width: 100%;
}


}
