@charset "UTF-8";
/* CSS Document */
/*=======================
■common
========================*/
@import url('https://fonts.googleapis.com/css?family=Righteous');
@import url('http://fonts.googleapis.com/earlyaccess/notosansjp.css');
body {
	font-family: 'Noto Sans JP';
	font-size: 15px;
	color: #1b1b1b;
	line-height: 1.8;
}
a:link {
	color: #b50000;
}
a:visited {
	color: #b50000;
}
a:hover {
	color: #840064;
}
a:active {
	color: #840064;
}
a {
	text-decoration: none;
	transition-property: all;
	transition-duration: 0.5s;
}
.container {
	max-width: 1170px;
	margin: 0 auto;
}
strong {
	font-weight: 700;
}

@media (max-width:767px) {
.container {
	width: 90%;
}
p {
	line-break: strict;
}

/*h3 br {
	display: none;
}*/
}
main {
	text-align: center;
	margin-bottom: 72px;
}
/*=======================
■header
========================*/
header {
	background-color: #1b1b1b;
	color: #fff;
	line-height: 60px;
	box-shadow: 0px 0px 3px 1px rgba(27,27,27,0.5);
	position: relative;
	z-index: 10;
}
header h1 {
	margin-left: 15px;
	vertical-align: middle;
	line-height: 0px;
	transition-property: all;
	transition-duration: 0.5s;
}
header h1:hover {
	opacity: 0.7;
}
header nav {
	text-align: center;
	font-weight: 700;
}
header nav a {
	display: block;
	padding: 10px 15px;
}
header nav a:link {
	color: #fff;
}
header nav a:visited {
	color: #fff;
}
header nav a:hover {
	color: #fff;
}
header nav a:active {
	color: #fff;
}

@media (min-width:768px) {
header nav a:hover {
	color: #b50000;
}
header nav a:active {
	color: #b50000;
}
header .container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header nav {
	display: block !important;
}
header nav ul {
	display: flex;
}
header .menuBtn {
	display: none;
}
#globalNav ul li {
	position: relative;
	display: inline-block;
}
#globalNav ul li:before, #globalNav ul li:after {
	position: absolute;
	top: 76px;
	content: "";
	display: inline-block;
	width: 0;
	height: 4px;
	background: #F30034;
	transition: 1s;
}
#globalNav ul li:before {
	left: 50%;
}
#globalNav ul li:after {
	right: 50%;
}
#globalNav ul li:hover:before, #globalNav ul li:hover:after {
	width: 50%;
}
}

@media (max-width:767px) {
header .container {
	width: 100%;
}
header nav {
	display: none;
}
header .containerMenu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .menuBtn {
	margin-right: 15px;
	padding: 0;
	border: none;
	outline: none;
	background: none;
	font-size: 24px;
	cursor: pointer;
	color: #fff;
	transition-property: all;
	transition-duration: 0.5s;
}
header .menuBtn:hover {
	color: #b50000;
}
header nav a:hover {
	background-color: #b50000;
}
}
/*=======================
■contents
========================*/
h2 {
	font-family: 'Righteous', cursive;
	margin-bottom: 24px;
	line-height: 1.2;
}
h2 div {
	font-size: 48px;
	color: #b50000;
}
h2 span {
	color: #fff;
	font-size: 12px;
	background-color: #1b1b1b;
	padding: 2px 10px;
}
h3 {
	margin-bottom: 24px;
	line-height: 1.2;
}
h3 div {
	font-size: 30px;
}
h3 span {
	font-family: 'Righteous', cursive;
	color: #b50000;
	font-size: 10px;
	padding: 2px 10px;
	font-weight: 100;
	letter-spacing: 1.5px;
}
h4 {
	color: #fff;
	background: #840064;
	border-radius: 20px;
	margin: 0 auto 20px auto;
	padding: 6px;
}

@media (max-width:767px) {
h4 {
	width: 100%;
	border-radius: 20px;
}
}
.readTxt {
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 24px;
}

@media (min-width:768px) {
h2 {
	margin-bottom: 36px;
}
h4 {
	max-width: 500px;
	border-radius: 20px;
	margin: 60px auto 20px auto;
}
.readTxt {
	margin-bottom: 48px;
}
}
section {
	margin-bottom: 36px;
}
.btn {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 2px;
	background: -webkit-gradient(linear, left top, right top, from(b50000), to(#840064));
	background: -webkit-linear-gradient(left, #b50000, #840064);
	background: -moz-linear-gradient(left, #b50000, #840064);
	background: -o-linear-gradient(left, #b50000, #840064);
	background: linear-gradient(to right, #b50000, #840064);
	border-radius: 36px;
	line-height: 68px;
	box-shadow: 3px 3px 15px 0px rgba(94,0,71,0.5);
	margin: 0 auto;
	position: relative;
	transition-property: all;
	transition-duration: 0.5s;
	max-width: 340px;
}
#pageTop span {
	display: block;
	width: 36px;
	height: 36px;
	transform: rotate(45deg);
	border-radius: 0px;
	line-height: 36px;
}
#pageTop {
	position: absolute;
	left: 0;
	right: 0;
	top: -18px;
	cursor: pointer;
}
#pageTop i {
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
}
.btn i {
	position: absolute;
	right: 20px;
	top: 26px;
}
.btn a {
	background: rgba(181,0,0,0);
	display: block;
	border-radius: 36px;
	transition-property: all;
	transition-duration: 0.5s;
}
.btn a:hover {
	background: rgba(181,0,0,1);
}
.btn:hover {
	box-shadow: 0px 0px 0px 0px rgba(94,0,71,0.5);
}
.btn a:link {
	color: #fff;
}
.btn a:visited {
	color: #fff;
}
.btn a:hover {
	color: #fff;
}
.btn a:active {
	color: #fff;
}
/*=======================
■contents
========================*/
.headerImg {
	text-align: center;
	padding: 50px 0;
}

@media (min-width:768px) {
.headerImg {
	text-align: center;
	padding: 70px 0;
	margin-bottom: 70px;
}
}
/*=======================
■top
========================*/
.mainVisual img {
	max-width: 100%;
	height: auto;
}
#concept h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #b50000;
	margin-bottom: 12px;
}

@media (max-width:767px) {
.mainVisual .sp {
	display: block;
}
.mainVisual .pc {
	display: none;
}
}

@media (min-width:768px) {
.mainVisual .sp {
	display: none;
}
.mainVisual .pc {
	display: block;
}
.conceptImg {
	display: flex;
}
.conceptImg div {
	flex: 1;
	border-left: 1px solid #dddddd;
}
.conceptImg div:first-child {
	border-left: none;
}
.conceptImg p {
	padding: 0 20px;
}
}
.conceptImg div {
	margin-bottom: 36px;
}
.conceptImg div img {
	width: 50%;
	max-width: 255px;
	height: auto;
}
#concept .btn {
	margin-bottom: 80px;
}
#recruitTop {
	background-image: url(../images/recruit_bg.png);
	background-repeat: repeat;
	background-size: 395px 395px;
	background-position: center center;
	padding: 60px 0;
}
#recruitTop .readTxt {
	color: #b50000;
}
#recruitTop {
	margin-bottom: 0;
}
#recruitTop .btn {
	margin-bottom: 30px;
}
/*=======================
■products
========================*/
#productsHeaer {
	background-image: url(../products/images/header_bg.jpg);
	background-repeat: repeat;
	background-size: cover;
	background-position: center center;
}
.catch {
	color: #fff;
	background: #840064;
	margin: 0 auto 20px auto;
	padding: 6px;
	border-radius: 20px;
	font-weight: 700;
}
#products h3 div span {
	color: #1b1b1b;
	font-size: 16px;
	vertical-align: middle;
	font-weight: 700;
}

@media (max-width:767px) {
.catch {
	width: 100%;
	border-radius: 20px;
}
#products h3 div span {
	display: block;
}
}

@media (min-width:768px) {
.catch {
	max-width: 500px;
	border-radius: 20px;
}
}
.productsList + h3 {
	margin-top: 64px;
}
#products h4 {
	color: #1b1b1b;
	background: none;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.productsList .listBox {
	text-align: left;
	box-shadow: 3px 3px 15px 0px rgba(94,0,71,0.5);
	margin-bottom: 24px;
}
.productsList .listBox .txtBox {
	position: relative;
	padding: 0px 20px 10px 20px;
}
.productsList .listBox .txtBox p {
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}
.productsList .listBox .tag {
	position: absolute;
	right: 10px;
	top: -20px;
	font-family: 'Righteous', cursive;
	color: #fff;
	font-size: 12px;
	background: #ffcc00;
	padding: 0px 20px;
	letter-spacing: 1.5px;
}
.productsList .listBox .thumbnail {
	max-width: 100%;
	height: auto;
}
.productsList .listBox .dlBox {
	color: #b50000;
	font-weight: 700;
	padding: 0px 20px 20px 20px;
	display: flex;
	justify-content: flex-end;
}
.productsList .listBox .dlBox p {
	padding: 0 10px;
	margin: 0 3px;
	border-radius: 20px;
	transition-property: all;
	transition-duration: 0.5s;
}
.productsList .listBox .dlBox p:hover {
	background: #b50000;
}
.productsList .listBox .dlBox p i:nth-child(2) {
	padding-left: 5px;
}
.productsList .listBox .dlBox p a:hover {
	color: #fff;
}
.productsList .fa-window-restore {
	font-size: 12px;
}

@media (min-width:768px) {
.productsList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}
.productsList .listBoxCover {
	flex: 1 1 30%;
	min-width: 320px;
	padding: 10px;
}
.productsList .listBoxCover:nth-child(2n+1):last-child {
	margin-left: auto;
	margin-right: 50%;
}
}

@media (min-width:1200px) {
.productsList {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.productsList .listBox {
	max-width: 370px;
}
.productsList .listBoxCover:nth-child(3n+2):last-child {
	margin-left: auto;
	margin-right: 390px;
}
.productsList .listBoxCover:nth-child(2n+1):last-child {
	margin-left: auto;
	margin-right: auto;
}
}
/*=======================
■recruit
========================*/
#recruitHeader {
	background-image: url(../recruit/images/header_bg.jpg);
	background-repeat: repeat;
	background-size: cover;
	background-position: center center;
}
.recruitList {
	margin-bottom: 48px;
}
.recruitList dl {
	border-bottom: 1px solid #dddddd;
	text-align: left;
}
.recruitList dl:first-child {
	border-top: 1px solid #dddddd;
}
.recruitList dt {
	font-weight: 700;
	background: #fafafa;
	padding: 16px 0 16px 16px;
	border-bottom: 1px solid #dddddd;
}
.recruitList dd {
	padding: 16px 0 16px 16px;
}
.recruitList .note {
	margin-left: 1em;
	text-indent: -1em;
}
.recruitList p + div {
	margin-top: 16px;
}
.recruitList div + p {
	margin-top: 16px;
}
.recruitList div + div {
	margin-top: 16px;
}
.mt10 {
	margin-top: 10px;
}
@media (min-width:768px) {
.recruitList {
	width: 90%;
	margin: 0 auto;
}
.recruitList dl {
	display: flex;
}
.recruitList dt {
	border-bottom: none;
	min-width: 250px;
	text-align: center;
	vertical-align: middle;
}
}

@media (min-width:1200px) {
.recruitList {
	width: 100%;
}
}
.address {
	font-size: 24px;
	font-weight: 700;
	margin-top: -10px;
}
#recruit .container {
	margin-bottom: 100px;
}
/*=======================
■footer
========================*/
footer {
	background-color: #1b1b1b;
	color: #fff;
	text-align: center;
	position: relative;
	padding: 30px 0;
	box-shadow: 0px 0px 3px 1px rgba(27,27,27,0.5);
}
footer small {
	font-size: 10px;
	letter-spacing: 1.5px;
	font-weight: 100;
}
