@charset "utf-8";
/* -----------------------------------------
header_footer.css
共通ヘッダー・フッター用css

＜class名ルール＞
・このファイルで使用するclassは「.cmn_xxx」とする
・状態を変更するためのclassは「.s_xxx」とし、上記のclass（またはbody）とセットで記述する
----------------------------------------- */


/* 汎用クラス
----------------------------------------- */

.cmn_fontL  { font-size: 112.5%; } /* 18px */
.cmn_fontLL { font-size: 125%; }   /* 20px */
.cmn_fontXL { font-size: 150%; }   /* 24px */
.cmn_fontS  { font-size: 93.8%; }  /* 15px */
.cmn_fontSS { font-size: 87.5%; }  /* 14px */
.cmn_fontXS { font-size: 81.3%; }  /* 13px */

.cmn_fontBold { font-weight: bold; }
.cmn_colorRed { color: #ce2e2e; }

.cmn_clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0.01px;
}
.cmn_floatL { float: left; }
.cmn_floatR { float: right; }
.cmn_ofHidden { overflow: hidden; }

.cmn_taLeft { text-align: left !important; }
.cmn_taCenter { text-align: center !important; }
.cmn_taRight { text-align: right !important; }

.cmn_vaTop { vertical-align: top !important; }
.cmn_vaMdl { vertical-align: middle !important; }
.cmn_vaBtm { vertical-align: bottom !important; }

.cmn_mt0  { margin-top:  0px !important; }
.cmn_mt3  { margin-top:  3px !important; }
.cmn_mt5  { margin-top:  5px !important; }
.cmn_mt10 { margin-top: 10px !important; }
.cmn_mt15 { margin-top: 15px !important; }
.cmn_mt20 { margin-top: 20px !important; }
.cmn_mt25 { margin-top: 25px !important; }
.cmn_mt30 { margin-top: 30px !important; }
.cmn_mt35 { margin-top: 35px !important; }
.cmn_mt40 { margin-top: 40px !important; }
.cmn_mt45 { margin-top: 45px !important; }
.cmn_mt50 { margin-top: 50px !important; }
.cmn_mt60 { margin-top: 60px !important; }
.cmn_mt70 { margin-top: 70px !important; }
.cmn_mt80 { margin-top: 80px !important; }
.cmn_mt90 { margin-top: 90px !important; }

.cmn_ml0  { margin-left:  0px !important; }
.cmn_ml3  { margin-left:  3px !important; }
.cmn_ml5  { margin-left:  5px !important; }
.cmn_ml10 { margin-left: 10px !important; }
.cmn_ml15 { margin-left: 15px !important; }
.cmn_ml20 { margin-left: 20px !important; }
.cmn_ml25 { margin-left: 25px !important; }
.cmn_ml30 { margin-left: 30px !important; }
.cmn_ml35 { margin-left: 35px !important; }
.cmn_ml40 { margin-left: 40px !important; }
.cmn_ml45 { margin-left: 45px !important; }
.cmn_ml50 { margin-left: 50px !important; }
.cmn_ml60 { margin-left: 60px !important; }
.cmn_ml70 { margin-left: 70px !important; }
.cmn_ml80 { margin-left: 80px !important; }
.cmn_ml90 { margin-left: 90px !important; }

.cmn_mr0  { margin-right:  0px !important; }
.cmn_mr3  { margin-right:  3px !important; }
.cmn_mr5  { margin-right:  5px !important; }
.cmn_mr10 { margin-right: 10px !important; }
.cmn_mr15 { margin-right: 15px !important; }
.cmn_mr20 { margin-right: 20px !important; }
.cmn_mr25 { margin-right: 25px !important; }
.cmn_mr30 { margin-right: 30px !important; }
.cmn_mr35 { margin-right: 35px !important; }
.cmn_mr40 { margin-right: 40px !important; }
.cmn_mr45 { margin-right: 45px !important; }
.cmn_mr50 { margin-right: 50px !important; }
.cmn_mr60 { margin-right: 60px !important; }
.cmn_mr70 { margin-right: 70px !important; }
.cmn_mr80 { margin-right: 80px !important; }
.cmn_mr90 { margin-right: 90px !important; }

.cmn_mb0  { margin-bottom:  0px !important; }
.cmn_mb3  { margin-bottom:  3px !important; }
.cmn_mb5  { margin-bottom:  5px !important; }
.cmn_mb10 { margin-bottom: 10px !important; }
.cmn_mb15 { margin-bottom: 15px !important; }
.cmn_mb20 { margin-bottom: 20px !important; }
.cmn_mb25 { margin-bottom: 25px !important; }
.cmn_mb30 { margin-bottom: 30px !important; }
.cmn_mb35 { margin-bottom: 35px !important; }
.cmn_mb40 { margin-bottom: 40px !important; }
.cmn_mb45 { margin-bottom: 45px !important; }
.cmn_mb50 { margin-bottom: 50px !important; }
.cmn_mb60 { margin-bottom: 60px !important; }
.cmn_mb70 { margin-bottom: 70px !important; }
.cmn_mb80 { margin-bottom: 80px !important; }
.cmn_mb90 { margin-bottom: 90px !important; }

.cmn_iBlock { display: inline-block; }

.cmn_liquid { width: 100%; }

.cmn_breakall { word-break: break-all; }
.cmn_nowrap { white-space: nowrap; }

.cmn_over:hover {
	opacity: 0.7;
}


/* ページフレーム
----------------------------------------- */

.cmn_header {
	border-bottom: 2px solid #ddd;
	height: 86px;
	font-size: 14px;
}
.cmn_header_inner {
	position: relative;
	max-width: 1280px;
	height: 100%;
	margin: 0 auto;
	background-color: #fff;
}
body.s_980 .cmn_header_inner {
	max-width: 1020px;
}
.cmn_header_logo01 {
	float: left;
	margin: 36px 24px 0 20px;
	width: 110px;
}
.cmn_header_logo02 {
	float: left;
	margin: 38px 0 0;
	width: 184px;
}
.cmn_header_sub {
	float: right;
	margin: 15px 20px 0 0;
}
.cmn_header_language {
	float: left;
	margin: 5px 20px 0 0;
}
.cmn_header_language li {
	float: left;
	padding: 0 10px;
}
.cmn_header_language li:first-child {
	border-right: 1px solid #b3b3b3;
}
.cmn_header_language li span,
.cmn_header_language li a {
	display: block;
}
.cmn_header_language li span {
	font-weight: bold;
	border-bottom: 1px solid #f00;
}
.cmn_header_language li a:hover {
	text-decoration: underline;
}
.cmn_header_contact {
	float: left;
	margin: 5px 30px 0 0;
}
.cmn_header_contact:hover {
	text-decoration: underline;
}
.cmn_spMenuBtn {
	display: none;
}
.cmn_header_search {
	float: left;
	position: relative;
	z-index: 100;
}
.cmn_header_searchBtn {
	position: relative;
	border-radius: 2px;
	background-color: #000;
	width: 43px;
	height: 26px;
	cursor: pointer;
	transition: opacity 0.2s;
}
.cmn_header_searchBtn:hover {
	opacity: 0.8;
}
.cmn_header_searchBtn:before {
	content: "";
	position: absolute;
	top: 6px;
	right: 17px;
	width: 6px;
	height: 6px;
	border: 2px solid #fff;
	border-radius: 50%;
}
.cmn_header_searchBtn:after {
	content: "";
	position: absolute;
	top: 14px;
	right: 15px;
	width: 6px;
	border-top: 2px solid #fff;
	transform: rotate(45deg);
}
.cmn_header_searchBtn.s_close {
	border-radius: 2px 2px 0 0;
}
.cmn_header_searchBtn.s_close:before {
	top: 11px;
	width: 12px;
	height: 0;
	border-width: 2px 0 0;
	border-radius: 0;
	transform: rotate(-45deg);
}
.cmn_header_searchBtn.s_close:after {
	top: 11px;
	right: 17px;
	width: 12px;
}
.cmn_header_search form {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	overflow: hidden;
	width: 430px;
	background-color: #000;
	border-radius: 2px 0 2px 2px;
	padding: 8px 0 8px 8px;
}
.cmn_header_searchInput {
	float: left;
	width: 362px;
	border: none;
	border-radius: 2px;
	background-color: #555;
	padding: 5px;
	box-sizing: border-box;
	height: 26px;
	color: #fff !important;
}
.cmn_header_search button {
	position: relative;
	float: left;
	width: 68px;
	height: 26px;
	border: none;
	background-color: #000;
	cursor: pointer;
}
.cmn_header_search button:before {
	content: "";
	position: absolute;
	top: 6px;
	right: 29px;
	width: 6px;
	height: 6px;
	border: 2px solid #fff;
	border-radius: 50%;
}
.cmn_header_search button:after {
	content: "";
	position: absolute;
	top: 14px;
	right: 27px;
	width: 6px;
	border-top: 2px solid #fff;
	transform: rotate(45deg);
}
@media screen and (max-width: 979px){
	.cmn_header_logo01 {
		margin-top: 20px;
	}
	.cmn_header_logo02 {
		margin-top: 22px;
	}
}
@media screen and (max-width: 767px){
	.cmn_header {
		height: 44px;
	}
	.cmn_spMenuBg {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		transition: background-color 0.5s;
	}
	.cmn_spMenuBg.s_show {
		bottom: -100px;
		background-color: rgba(0,0,0,0.5);
	}
	.cmn_header_logo01 {
		margin: 17px 20px 0 8px;
		width: 65px;
	}
	.cmn_header_logo02 {
		margin: 17px 0 0;
		width: 126px;
	}
	.cmn_header_sub {
		margin: 0;
	}
	.cmn_header_language {
		display: none;
	}
	.cmn_header_contact {
		display: none;
	}
	.cmn_spMenuBtn {
		position: relative;
		display: block;
		float: right;
		background-color: #000;
		width: 44px;
		height: 44px;
		cursor: pointer;
	}
	.cmn_spMenuBtn:before {
		content: "";
		position: absolute;
		top: 15px;
		left: 0;
		right: 0;
		width: 22px;
		height: 2px;
		margin: 0 auto;
		background-color: #fff;
		box-shadow: 0 6px #fff;
		transition: all 0.3s;
	}
	.cmn_spMenuBtn:after {
		content: "";
		position: absolute;
		top: 27px;
		left: 0;
		right: 0;
		width: 22px;
		height: 2px;
		margin: 0 auto;
		background-color: #fff;
		transition: all 0.3s;
	}
	.cmn_spMenuBtn.s_close:before {
		top: 21px;
		height: 3px;
		box-shadow: none;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.cmn_spMenuBtn.s_close:after {
		top: 21px;
		height: 3px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.cmn_header_search {
		float: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
	}
	.cmn_header_searchBtn {
		position: absolute;
		top: -44px;
		right: 44px;
		border-radius: 0;
		background-color: #fff;
		width: 44px;
		height: 44px;
	}
	.cmn_header_searchBtn:before {
		top: 13px;
		right: 17px;
		width: 9px;
		height: 9px;
		border-color: #333;
	}
	.cmn_header_searchBtn:after {
		top: 26px;
		right: 13px;
		width: 8px;
		border-color: #333;
	}
	.cmn_header_searchBtn.s_close {
		border-radius: 0;
		background-color: #eee;
	}
	.cmn_header_searchBtn.s_close:before {
		top: 21px;
		right: 12px;
		width: 20px;
		border-width: 3px 0 0;
	}
	.cmn_header_searchBtn.s_close:after {
		top: 21px;
		right: 12px;
		width: 20px;
		border-width: 3px 0 0;
	}
	.cmn_header_search form {
		left: 0;
		width: auto;
		background-color: #eee;
		border-radius: 0;
		padding: 8px 66px 8px 8px;
		box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	}
	.cmn_header_searchInput {
		float: none;
		width: 100%;
		border: 1px solid #ddd;
		background-color: #fff;
		height: 28px;
		color: #333 !important;
	}
	.cmn_header_search button {
		position: absolute;
		top: 8px;
		right: 8px;
		width: 50px;
		height: 28px;
		border-radius: 2px;
	}
	.cmn_header_search button:before {
		right: 19px;
		width: 9px;
		height: 9px;
	}
	.cmn_header_search button:after {
		top: 18px;
		right: 15px;
		width: 8px;
	}
}

.cmn_navi {
	position: relative;
}
.cmn_navi_main {
	max-width: 1280px;
	margin: 0 auto;
}
body.s_980 .cmn_navi_main {
	max-width: 1020px;
}
.cmn_navi_main > ul {
	float: right;
	margin-top: -40px;
}
.cmn_navi_categ {
	float: left;
	padding: 0 12px;
	font-size: 15px;
}
.cmn_navi_categ.s_sp {
	display: none;
}
.cmn_navi_categ > a {
	position: relative;
	display: block;
	padding: 9px 12px 11px;
}
.cmn_navi_categ > a:hover {
	text-decoration: underline;
}
.cmn_navi_categ:not(:first-child) > a:before {
	content: "";
	position: absolute;
	top: 11px;
	left: -12px;
	bottom: 14px;
	border-left: 1px solid #7d7d7d;
}
.cmn_navi_categ.s_open > a {
	background-color: #eee;
	border-radius: 2px 2px 0 0;
}
.cmn_megamenu {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2000;
	background-color: #eee;
	padding: 20px 20px 30px;
	box-shadow: 0 4px 3px rgba(0,0,0,0.15);
	display: none;
}
.cmn_megamenu_close {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 20;
}
.cmn_megamenu_close:before,
.cmn_megamenu_close:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 0;
	margin: auto;
	border-top: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cmn_megamenu_close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cmn_megamenu_inner {
	max-width: 1240px;
	margin: 0 auto;
}
.cmn_megamenu_main {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}
.cmn_megamenu_main:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.cmn_megamenu_main a {
	display: block;
	position: relative;
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
}
.cmn_megamenu_main a:hover {
	text-decoration: underline;
}
.cmn_megamenu_main a:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
}
.cmn_megamenu_link > li {
	overflow: hidden;
}
.cmn_megamenu_categ {
	position: relative;
	float: left;
	width: 250px;
	margin-bottom: 0;
	padding-left: 17px;
	font-size: 16px;
	font-weight: bold;
}
.cmn_megamenu_categ:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 3px;
	height: 14px;
	background-color: #666;
}
.cmn_megamenu_link ul {
	overflow: hidden;
	border-left: 1px solid #ccc;
	padding-bottom: 20px;
	min-height: 40px;
}
.cmn_megamenu_link > li:last-child ul {
	padding-bottom: 0;
	min-height: 0;
}
.cmn_megamenu_link ul li {
	float: left;
	margin: 0 12px 5px 18px;
}
.cmn_megamenu_link a {
	display: block;
	position: relative;
	padding: 1px 0 1px 15px;
	font-size: 14px;
}
.cmn_megamenu_link a:hover {
	text-decoration: underline;
}
.cmn_megamenu_link a:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 5px;
	height: 5px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 767px){
	.cmn_navi {
		position: absolute;
		top: 44px;
		left: 0;
		right: 0;
		z-index: 2000;
		border-bottom: none;
		box-shadow: 0 3px 3px rgba(0,0,0,0.2);
		display: none;
	}
	.cmn_navi_main > ul {
		float: none;
		margin-top: 0;
	}
	.cmn_navi_categ {
		float: none;
		background-color: #eee;
		border-top: 1px solid #ddd;
		padding: 0;
		font-size: 14px;
	}
	.cmn_navi_categ.s_sp {
		display: block;
		background-color: #fff;
	}
	.cmn_navi_categ > a {
		padding: 13px 8px;
	}
	.cmn_navi_categ > a:hover {
		text-decoration: none;
	}
	.cmn_navi_categ:not(:first-child) > a:before {
		display: none;
	}
	.cmn_navi_categ > a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 8px;
		width: 9px;
		height: 9px;
		border-top: 2px solid #333;
		border-right: 2px solid #333;
		transform-origin: right top;
		transform: rotate(45deg);
	}
	.cmn_navi_categ > a.s_hasSubmenu:after {
		content: "＋";
		top: 10px;
		right: 6px;
		width: auto;
		height: auto;
		border: none;
		font-size: 20px;
		transform: rotate(0);
	}
	.cmn_navi_categ.s_open > a.s_hasSubmenu:after {
		content: "－";
	}
	.cmn_navi_categ.s_open > a {
		border-radius: 0;
	}
	.cmn_megamenu {
		position: static;
		background-color: #fff;
		padding: 0;
		box-shadow: none;
	}
	.cmn_megamenu_close {
		display: none;
	}
	.cmn_megamenu_main {
		padding-bottom: 0;
		margin-bottom: 0;
		border-top: 1px solid #ccc;
		border-bottom: none;
	}
	.cmn_megamenu_main a {
		display: block;
		padding: 13px 25px 13px 8px;
		font-size: 14px;
		font-weight: normal;
	}
	.cmn_megamenu_main a:hover {
		text-decoration: none;
	}
	.cmn_megamenu_main a:before {
		top: 50%;
		left: auto;
		right: 8px;
		width: 9px;
		height: 9px;
		transform-origin: right top;
	}
	.cmn_megamenu_categ {
		float: none;
		width: auto;
		padding: 13px 25px 13px 8px;
		border-top: 1px solid #ccc;
		font-size: 14px;
		font-weight: normal;
	}
	.cmn_megamenu_categ:before {
		display: none;
	}
	.cmn_megamenu_categ:after {
		content: "＋";
		position: absolute;
		top: 50%;
		right: 6px;
		font-size: 16px;
		transform: translateY(-50%);
	}
	.cmn_megamenu_categ.s_open:after {
		content: "－";
	}
	.cmn_megamenu_link ul {
		display: none;
		border-left: none;
		padding-bottom: 0;
		min-height: 0;
	}
	.cmn_megamenu_link ul li {
		float: none;
		margin: 0;
		border-top: 1px solid #ddd;
	}
	.cmn_megamenu_link a {
		padding: 13px 25px 13px 8px;
	}
	.cmn_megamenu_link a:hover {
		text-decoration: none;
	}
	.cmn_megamenu_link a:before {
		top: 50%;
		left: auto;
		right: 8px;
		width: 9px;
		height: 9px;
		-weblot-transform-origin: right top;
		transform-origin: right top;
	}
}
@media screen and (min-width: 768px){
	.cmn_navi {
		display: block !important;
	}
	.cmn_megamenu_link ul {
		display: block !important;
	}
}

.cmn_braedcrumbs {
	border-bottom: 2px solid #ddd;
	font-size: 13px;
}
.cmn_braedcrumbs ol {
	max-width: 1240px;
	padding: 6px 20px;
	margin: 0 auto;
	overflow: hidden;
}
body.s_980 .cmn_braedcrumbs ol {
	max-width: 980px;
}
.cmn_braedcrumbs li {
	float: left;
}
.cmn_braedcrumbs li + li {
	position: relative;
	padding-left: 25px;
}
.cmn_braedcrumbs li + li:before {
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	text-align: center;
}
.cmn_braedcrumbs a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px){
	.cmn_braedcrumbs {
		font-size: 10px;
	}
	.cmn_braedcrumbs ol {
		padding: 6px 8px;
	}
}
.cmn_pageTop {
	height: 0;
	width: 100%;
	display: none;
}
.cmn_pageTop a {
	position: fixed;
	right: 40px;
	bottom: 20px;
	z-index: 1000;
	display: block;
	width: 80px;
	height: 63px;
	background-color: #db0000;
}
.cmn_pageTop a:hover {
	background-color: #f10e0e;
}
.cmn_pageTop a:after {
	content: "";
	position: absolute;
	top: 30%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cmn_pageTop.s_stop {
	position: relative;
}
.cmn_pageTop.s_stop a {
	position: absolute;
}
@media screen and (max-width: 900px){
	.cmn_pageTop a {
		right: 10px;
		width: 44px;
		height: 44px;
	}
}
@media screen and (max-width: 767px){
	.cmn_pageTop {
		height: 54px;
	}
	.cmn_pageTop a {
		bottom: 10px;
	}
}

.cmn_footer {
	clear: both;
	margin-top: 25px;
	padding: 35px 10px 30px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
}
.cmn_footer_link {
	margin-bottom: 25px;
	overflow: hidden;
}
.cmn_footer_link li {
	display: inline-block;
}
.cmn_footer_link a:hover {
	text-decoration: underline;
}
.cmn_footer_link li:not(:first-child) {
	margin-left: 7px;
	border-left: 1px solid #fff;
	padding-left: 7px;
}
.cmn_footer_copyright {
	font-size: 10px;
}
@media screen and (max-width: 767px){
	.cmn_footer {
		padding: 20px 10px;
	}
	.cmn_footer_link {
		width: 300px;
		margin: 0 auto 15px;
	}
	.cmn_footer_link li {
		margin-bottom: 8px;
		line-height: 1;
	}
	.cmn_footer_link li:nth-child(3) {
		margin-left: 0;
		border-left: none;
		padding-left: 0;
	}
	.cmn_footer_copyright {
		width: 300px;
		margin: 0 auto;
	}
}
