body {
	font-size: 62.5%;
}

body.ie {
	transform: rotate(0.001deg);
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	vertical-align: bottom;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-webkit-touch-callout: none;
	user-select: none;
}

.hiddenLayer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	display: table;
}

.hiddenLayer .loader {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.header_inner {
	border-top-style: solid;
	border-top-color: #000;
}

.header .cast {
	display: flex;
	justify-content: center;
}

.header .cast li {
	font-family: 'AdobeGaramondW01-Regula', sans-serif;
	color: #444;
}

.header .cast li + li {
	position: relative;
}

.header .cast li + li::before {
	content: '/';
	display: block;
	position: absolute;
	top: 0;
}

.header h1 {
	font-family: 'AdobeGaramondW01-Regula', sans-serif;
	color: #222;
	text-align: center;
	border-style: solid;
	border-color: #000;
	border-width: 1px 0 1px;
}

article.share h2 {
	font-family: 'AdobeGaramondW01-Regula', sans-serif;
	letter-spacing: 0.05em;
	color: #444;
	text-align: center;
}

.share_container a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.share_container .sns_ic {
	display: block;
}

.share_container span {
	font-family: 'AdobeGaramondW01-Regula', sans-serif;
	letter-spacing: 0.1em;
	display: inline-block;
}

.footer {
	border-top-style: solid;
	border-top-color: #000;
}

.footer_inner {
	border-top-style: solid;
	border-top-color: #000;
	text-align: center;
	border-top-width: 1px;
}

.footer .bms_logoLink {
	display: inline-block;
}

.footer .bms_logoLink a {
	color: #444;
	display: flex;
	align-items: center;
}

.footer .bms_logoLink a .copyright {
	font-family: 'AdobeGaramondW01-Regula', sans-serif;
	color: #444;
}

@media print, screen and (min-width: 769px) {

br.forPC,
img.forPC {
	display: inline;
}

br.forTAB,
img.forTAB,
br.forSP,
img.forSP,
br.forSP_small,
img.forSP_small {
	display: none;
}

.header {
	padding: 15px 0;
}

.header_inner {
	border-top-width: 2px;
}

.header .cast {
	padding-top: 2px;
}

.header .cast li {
	font-size: 1.6em;
	line-height: 1.4;
}

.header .cast li + li {
	padding-left: 20px;
}

.header .cast li + li::before {
	width: 4px;
	height: 10px;
	left: 8px;
}

.header h1 {
	font-size: 9.6em;
	line-height: 0.6em;
	padding: 20px 0 10px;
}

article.share {
	margin: 110px 0;
}

article.share h2 {
	font-size: 2.2em;
	margin-bottom: 35px;
}

.share_container {
	display: flex;
	justify-content: center;
}

.share_container li {
	width: 280px;
	height: 80px;
}

.share_container li:hover a {
	color: #fff;
}

.share_container li:hover a .sns_ic path {
	fill: #fff;
}

.share_container li:hover.tw a {
	background-color: #00aced;
	border-color: #00aced;
}

.share_container li:hover.fa a {
	background-color: #3b5998;
	border-color: #3b5998;
}

.share_container li:first-child {
	margin-right: 30px;
}

.share_container a {
	border-width: 1px;
	border-style: solid;
	border-color: #a0a0a0;
	background-color: #fff;
	color: #a0a0a0;
	transition: all 0.3s;
}

.share_container .sns_ic path {
	fill: #a0a0a0;
	transition: fill 0.3s;
}

.share_container span {
	font-size: 1.6em;
	margin-left: 25px;
}

.tw .sns_ic {
	width: 23px;
	height: 19px;
}

.fa .sns_ic {
	width: 11px;
	height: 22px;
	margin-top: -2px;
}

.line {
	display: none;
}

.footer {
	border-top-width: 2px;
}

.footer_inner {
	padding: 40px 20px;
	margin-top: 3px;
}

.footer .bms_logoLink a {
	opacity: 1;
	-ms-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.footer .bms_logoLink a:hover {
	opacity: 0.7;
}

.footer .bms_logoLink a .copyright {
	font-size: 1.6em;
	margin-left: 15px;
}

}

@media screen and (max-width: 990px) {

br.forTAB,
img.forTAB {
	display: inline;
}

}

@media screen and (max-width: 768px) {

br.forPC,
img.forPC {
	display: none;
}

br.forSP,
img.forSP {
	display: inline;
}

.hiddenLayer .loader img {
	width: 30vw;
}

.header {
	padding: 2.67vw 0;
}

.header_inner {
	border-top-width: 0.4vw;
}

.header .cast {
	padding-top: 0.53vw;
}

.header .cast li {
	font-size: 3.2vw;
	line-height: 1.3;
}

.header .cast li + li {
	padding-left: 2.67vw;
}

.header .cast li + li::before {
	width: 0.93vw;
	height: 2.27vw;
	left: 1.07vw;
}

.header h1 {
	font-size: 13.07vw;
	line-height: 0.6em;
	padding: 4vw 0 2.67vw;
}

article.share {
	margin: 13.33vw 0;
}

article.share h2 {
	font-size: 4vw;
	margin-bottom: 8vw;
}

.share_container li {
	width: 80vw;
	height: 13.33vw;
	margin: 0 auto 8vw;
}

.share_container li:last-child {
	margin-bottom: 0;
}

.share_container a {
	color: #fff;
}

.share_container span {
	font-size: 3.73vw;
	margin-left: 4vw;
}

.tw a {
	background-color: #00aced;
}

.tw .sns_ic {
	width: 4vw;
	height: 3.33vw;
}

.tw .sns_ic path {
	fill: #fff;
}

.fa a {
	background-color: #3b5998;
}

.fa .sns_ic {
	width: 2.27vw;
	height: 4.53vw;
	margin-top: -0.53vw;
}

.fa .sns_ic path {
	fill: #fff;
}

.line a {
	background-color: #00b900;
}

.line .sns_ic {
	width: 4.4vw;
	height: 4.27vw;
}

.line .sns_ic path {
	fill: #fff;
}

.footer {
	border-top-width: 0.4vw;
}

.footer_inner {
	padding: 8vw 2.67vw;
	margin-top: 0.4vw;
}

.footer .bms_logoLink a img {
	width: 19.47vw;
	height: 8vw;
}

.footer .bms_logoLink a .copyright {
	font-size: 3.47vw;
	margin-left: 4vw;
}

}

@media screen and (max-width: 320px) {

br.forSP_small,
img.forSP_small {
	display: inline;
}

}

