@charset "utf-8";
/*====================================================================================*/
/* SP HEADER
/*=====================================================================================*/
#sphead_wrapper .fixed {
	position: fixed !important;
	top: 0;
}
header {
	background-color: #FFFFFF;
	padding: 0px;
	height: 50px;
	width: 100%;
	direction: none;
	position: relative;
	display: none;
}
@media screen and (max-width: 760px) {
header {
	background-color: #FFFFFF;
	padding: 0px;
	height: 50px;
	width: 100%;
	display: block;
	position: relative;
	box-shadow: 0px 3px 6px -4px #000000;
	border-radius: 0px;
	background-color: #FFF;
	z-index: 8888;
}
}
header .ioc {
	padding: 0px;
	height: 50px;
	width: auto;
	margin-left: 20px;
}
header .search {
	top: 16px;
	right: 67px;
	width: 22px;
	height: auto;
	position: absolute;
	z-index: 2222;
}
header .iocs {
	height: auto;
	width: 65px;
	display: block;
	transition: 0s;
	visibility: hidden;
	opacity: 0;
}
/*
header.is-active {
	background-color: #94243A;
	padding: 0px;
	height: 200px;
}
*/
header.is-active {
	background-color: #FFFFFF;
	padding: 0px;
	height: 50px;
	width: 100%;
	display: block;
	position: relative;
	box-shadow: 0 6px 10px 0 rgba(163,163,163,0.50);
}
header.is-active .ioc {
	padding: 0px;
	height: 50px;
	width: auto;
	margin-left: 20px;
}
header.is-active .search {
	display: none;
}
header.is-active .iocs {
	display: block;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	z-index: 9999;
	visibility: visible;
	opacity: 1;
	transition: 0.3s;
}
sp_navi {
	position: absolute;
	text-align: center;
	background-color: #94243A;
	z-index: 111;
	top: 0px;
	right:0px;
	overflow-x: hidden;
	width: 100%;
	-webkit-transition: .5s;
	transition: .5s;
	padding-top: 100px;
	height: auto;
/*	opacity: 0;*/
	display: none;
	transition: 0.3s;

}
sp_navi.is-opened {
	width: 100%;
	top: 0px;
	right: 0px;
	height: auto;
/*	opacity: 1;*/
	display:block;
	transition: 0.3s;

}
.button-trigger {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 43px;
	height: 43px;
	margin-left: auto;
	margin-right: 13px;
	top: 5px;
	right: 0px;
	position: absolute;
	z-index: 9999;
}
.button-trigger> .button-trigger.is-active header {
	background-color: #FFFFFF;
}
.button-trigger.is-active>span {
	margin: -1.5px
}
.button-trigger.is-active>span:nth-of-type(1) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #FFF;
}
.button-trigger.is-active>span:nth-of-type(2) {
	-webkit-transform: scale(0);
	transform: scale(0)
}
.button-trigger.is-active>span:nth-of-type(3) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #FFF;
}
.button-trigger>span {
	background-color: #222;
	width: 60%;
	height: 3px;
	-webkit-transition: margin .4s cubic-bezier(.79, .21, .06, .81), -webkit-transform .4s cubic-bezier(.79, .21, .06, .81);
	transition: margin .4s cubic-bezier(.79, .21, .06, .81), -webkit-transform .4s cubic-bezier(.79, .21, .06, .81);
	transition: margin .4s cubic-bezier(.79, .21, .06, .81), transform .4s cubic-bezier(.79, .21, .06, .81);
	transition: margin .4s cubic-bezier(.79, .21, .06, .81), transform .4s cubic-bezier(.79, .21, .06, .81), -webkit-transform .4s cubic-bezier(.79, .21, .06, .81);
	margin-top: 3px;
	margin-bottom: 3px
}
.button-trigger.is-active>span {
	width: 60%;
}
.button-trigger>span:nth-of-type(2) {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
/*====================================================================================*/
/* SP NAVI
/*=====================================================================================*/
.sp_menu {
	max-width: 100%;
	background-color: #94243A;
}
.sp_menu a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
.sp_menu label {
	display: block;
	color : #fff;
	background : #94243A;
	cursor : pointer;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding-top: 20px;
	padding-bottom:20px;
	padding-left: 25px;
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #808080;
	text-align: left;
	height: auto;
}
.sp_menu .mark {
	background-image: url(../../common/sp_navi/+.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 29px;
}
.sp_menu input {
	display: none;
}
.sp_menu ul {
	margin: 0;
	list-style: none;
	padding-right: 0;
	padding-bottom: 30;
	padding-left: 0;
}
.sp_menu li {
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-family: "Noto Sans JP", sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	width: 100%;
}
.sp_menu li span {
	padding-left: 60px;
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-left: 0px;
	height: auto;
}
#menu_bar1:checked ~ #links01 li, #menu_bar2:checked ~ #links02 li, #menu_bar3:checked ~ #links03 li, #menu_bar4:checked ~ #links04 li, #menu_bar5:checked ~ #links05 li, #menu_bar6:checked ~ #links06 li, #menu_bar7:checked ~ #links07 li {
	height: auto;
	opacity: 1;
	padding-top: 11px;
	padding-bottom: 11px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
}
#menu_bar1:checked ~ #links01 li span, #menu_bar2:checked ~ #links02 li span, #menu_bar3:checked ~ #links03 li span, #menu_bar4:checked ~ #links04 li span, #menu_bar5:checked ~ #links05 li span, #menu_bar6:checked ~ #links06 li span, #menu_bar7:checked ~ #links07 li span {
	padding-left: 50px;
	padding-right: 60px;
}
#menu_bar1:checked + .mark, #menu_bar2:checked + .mark, #menu_bar3:checked + .mark, #menu_bar4:checked + .mark, #menu_bar5:checked + .mark, #menu_bar6:checked + .mark, #menu_bar7:checked + .mark {
	background-image: url(../../common/sp_navi/-.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu_bar1:checked ~ #links01 li:first-child {
	padding-top: 0px;
}
#menu_bar1:checked ~ #links01 li:last-child {
	padding-bottom: 50px;
}
#menu_bar1:checked ~ #links01 li img {
	width: 92%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px;
}
#menu_bar2:checked ~ #links02 li:first-child {
	padding-top: 0px;
}
#menu_bar2:checked ~ #links02 li:nth-child(10) {
	padding-bottom: 5px;
}
#menu_bar2:checked ~ #links02 li img {
	width: 92%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px;
}
#menu_bar2:checked ~ #links02 li .line {
	width:73%;
	height: 1px;
}
#menu_bar2:checked ~ #links02 li img {
	width: 92%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px;
	margin-bottom: 25px;
}
#menu_bar3:checked ~ #links03 li:first-child {
	padding-top: 0px;
}
#menu_bar3:checked ~ #links03 li:nth-child(3) {
	padding-bottom: 30px;
}
#menu_bar3:checked ~ #links03 li img {
	width: 92%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 30px
}
#menu_bar4:checked ~ #links04 li:first-child {
	padding-top: 0px;
}
#menu_bar4:checked ~ #links04 li:nth-child(3) {
	padding-bottom: 30px;
}
#menu_bar4:checked ~ #links04 li img {
	width: 92%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 30px
}
#menu_bar5:checked ~ #links05 li:first-child {
	padding-top: 0px;
}
#menu_bar5:checked ~ #links05 li:last-child {
	padding-bottom: 40px;
}
#menu_bar6:checked ~ #links06 li:first-child {
	padding-top: 0px;
}
#menu_bar6:checked ~ #links06 li:last-child {
	padding-bottom: 40px;
}
.sp_menu label .blank {
	height: 170px;
	width: 100%;
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #808080;
}/*
div .bottom_cate {
	height: auto;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


.bottom_cate img { width: 24%; }

[class^="img-flex-"] {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.img-flex-2 img { width: 49%; }
.img-flex-3 img { width: 32%; }
.img-flex-4 img { width: 24%; }

div .bottom_cate>img,
div .bottom_cate a {
	width: calc(100% / 4);
}

[class^=".bottom_cate"] {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.sp_menu .sp_navi_bottom {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	margin: 0 1 1 1 0;/*	-webkit-justify-content: space-between;
	justify-content: space-between;
}
*/
.sp_menu .sp_navi_bottom {
	width: 100%;
	display: -webkit-flex;
	display: flex;/*	margin: 0 2 2 2 0;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden;*/
}
.sp_menu .sp_navi_bottom div {
	width: 25%;
	margin-left: 1px;
}
.sp_menu .sp_navi_bottom div:first-child {
	width: calc(25% - 1px);
	margin-left: 0px;
	margin-right: 0px;
}
.sp_menu .sp_navi_bottom img {
	width: 100%;
	vertical-align:bottom;
}
