@charset "utf-8";

/*
 * reset.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */
/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article {
    display: block;
}

/* !Reseting
---------------------------------------------------------- */
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td {
    margin: 0;
    padding: 0;
}

input, textarea {
    margin: 0;
    font-size: 100%;
}

label {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}

fieldset, img {
    border: 0;
}

img {
    vertical-align: top;
    max-width: 100%;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:after, q:before {
    content: '';
}

a, input, select, textarea, button {
    outline: none;
}

abbr, acronym {
    border: 0;
}
*,*:before,*::after {
	box-sizing: border-box;
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix {
    display: block;
    min-height: 1%;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
    /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Layout
---------------------------------------------------------- */
html {
    overflow-y: scroll;
    font-size: 62.5%;
}

body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    -webkit-text-size-adjust: none;
    line-height: 1.5;
    color: #231815;
}
@media screen and (max-width: 1200px) {
	html {
	    font-size: 0.83vw;
	}
	body {
	    font-size: 0.83vw;
	}
}
@media screen and (max-width: 767px) {
	html {
	    font-size: 62.5%;
	}
	body {
	    font-size: 1.6rem;
	}
}
.hind {
	font-family: 'Hind', sans-serif;
}

/*
 * common.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */
/* !Base Fonts -------------------------------------------------------------- */
a {
    color: #231815;
    text-decoration: none;
    transition: all 0.5s !important;
    -moz-transition: all 0.5s !important; /* Firefox */
    -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

a:hover {
    text-decoration: underline;
    transition: all 0.5s !important;
    -moz-transition: all 0.5s !important; /* Firefox */
    -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

.op img, .op input , .op a {
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

.op:hover img, .op:hover input , .op:hover a {
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70); /* IE lt 8 */
    -ms-filter: "alpha(opacity=70)"; /* IE 8 */
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
.pc {
    display: block;
}

.pt {
    display: block;
}

.ts {
    display: none;
}

.sp {
    display: none;
}

@media screen and (max-width: 959px) {
    .pc {
        display: none;
    }

    .pt {
        display: block;
    }

    .ts {
        display: block;
    }

    .sp {
        display: none;
    }

}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .pt {
        display: none;
    }

    .ts {
        display: block;
    }

    .sp {
        display: block;
    }

}

/*
 * layout.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */


/* !contents
---------------------------------------------------------- */
#contents {
	background: #EEEEEE;
	position: relative;
}
#contents::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #fff;
	width: 100%;
	height: 12rem;
}
.inner {
	max-width: 114rem;
	width: 100%;
	padding: 0 2rem;
	margin: 0 auto
}


/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.inner {
		max-width: unset;
	}
	#contents::before {
		height: 6rem;
	}
}



/* !footer
---------------------------------------------------------- */
#header {
	padding: 3rem 0 3rem;
}
#header:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 90%;
	height: 3px;
	background-color: #000;
}
#footer {
	padding: 5rem 0 4rem;
}
.headerInfo .logo,
.footerInfo .logo {
	width: 11.5rem;
}
.headerIn,
.footerIn {
	display: flex;
}
.headerIn{
	justify-content: space-between;
}
.headerInfo {
	
}
.footerInfo {
	width: 27rem;
	margin-right: 5rem;
}
.footerInfo .txtP {
	margin-top: 3.7rem;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.75;
	white-space: nowrap;
}
.headerLink{
	display: flex;
}
.footerLink {
	display: flex;
	width: calc(100% - 32rem);
	margin-top: 2.2rem;
}

.headerLink li a:hover,
.footerLink li a:hover{
	text-decoration: none;
	color:#ccc;
}

.headerLink li span,
.footerLink li span {
	display: block;
	white-space: nowrap;
}
.headerLink li span:first-child,
.footerLink li span:first-child {
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	font-weight: 500;
}
.headerLink li span:last-child,
.footerLink li span:last-child {
	margin-top: 0.8rem;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
}
.headerLink li+li {
	margin-left: 3.5rem;
}
.footerLink li+li {
	margin-left: 5.5rem;
}
#copyright {
	text-align: right;
	font-size: 1.2rem;
	line-height: 1.75;
	font-weight: 500;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	#header{
		padding: 3rem 0 3rem;
	}
	#footer {
		padding: 5rem 0 4rem;
	}
	.headerInfo .logo,
	.footerInfo .logo {
		width: 8rem;
	}
	.headerIn,
	.footerIn {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.headerInfo,
	.footerInfo {
		width: auto;
		margin-right: 0;
	}
	.footerInfo .txtP {
		margin-top: 2rem;
		font-size: 1.3rem;
	}
	.headerLink,
	.footerLink {
		justify-content: center;
		flex-wrap: wrap;
		width: auto;
	}
	.headerLink li,
	.footerLink li {
		width: calc(33.33% - 2rem);
		margin-right: 2rem;
		margin-top: 1.5rem;
		text-align: center;
	}
	.headerLink li a,
	.footerLink li a {
		text-decoration: none;
	}
	.headerLink li span,
	.footerLink li span {
		display: block;
		white-space: nowrap;
	}
	.headerLink li span:first-child,
	.footerLink li span:first-child {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.headerLink li span:last-child,
	.footerLink li span:last-child {
		margin-top: 0;
		font-size: 1rem;
		line-height: 1.5;
	}
	.headerLink li+li,
	.footerLink li+li {
		margin-left: 0;
	}
	#copyright {
		text-align: center;
		font-size: 1rem;
		line-height: 1.5;
		margin-top: 3rem;
	}
	
}

.anchorArea {
	position: relative;
}

.anchorArea .anchor {
	position: absolute;
	top: 0;
	z-index: -1;
}
/***************main****************/

.mainSlider {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  position: relative;
}
.mainSlider::before {
	pointer-events: none;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	background: url('../img/logo.png') center no-repeat;
	width: 100%;
	height: 100%;
	background-size: 31.319vw auto;
}
.mainSlider .slider-img {
	position: relative;
	padding-top: 42.96875%;
	width: 100%;
}

.mainSlider .slider-img img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainSlider .slick-slide {
	opacity: 0.6;
	transition: opacity .1s;
}
.mainSlider .slick-slide.slick-current {
	opacity: 1;
	transition: opacity .1s;
}

/*** スマホ 320px ~ 767px***/
@media screen and (min-width: 1440px) {
	.mainSlider::before {
		background-size: 451px auto;
	}
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.mainSlider .slider-img {
		padding-top: 120%;
	}
	.mainSlider::before {
		width: 100%;
		height: 100%;
		background-size: 25rem auto;
	}
}
/********naviLinks******/
.naviLinks {
	position: relative;
	z-index: 5;
}
.naviUl {
	display: flex;
	
	width: 100rem;
	margin: 0 auto;
}
.naviUl li {
	width: 20%;
	margin-top: 7rem;
}
.naviUl li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-decoration: none;
}
.naviUl li span {
	display: block;
	width: 100%;
	position: relative;
}
.groupImg img {
	width: auto;
	height: 110px !important;
}
.naviUl .titP {
	margin-top: 2.8rem;
}
.naviUl .titP span:first-child {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.75;
}
.naviUl .titP span:last-child {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.75;
	text-align: center;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.naviLinks {
		position: relative;
		z-index: 5;
	}
	.naviUl {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		margin: 0 auto;
		flex-wrap: wrap;
		margin-left: -2.5rem;
	}
	.naviUl li {
		width: calc(30% - 2.5rem);
		text-align: center;
		margin-left: 2.5rem;
		margin-top: 3.5rem;
	}
	.naviUl .titP {
		margin-top: 2.8rem;
	}
	.naviUl .titP span:first-child{
		font-size: 1.6rem;
	}
	.groupImg img{
		height: 50px !important;
	}
}

/**************productArea****************/
.productArea {
	margin-top: 8.5rem;
}
.areaTit {
	text-align: center;
}
.areaTit h2 {
	font-size: 3.4rem;
	letter-spacing: 0.08em;
	line-height: 1.73;
	font-weight: 500;
}
.areaTit .titP {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
}
.productUl {
	display: flex;
	flex-wrap: wrap;
	margin-left: -3.3rem;
	margin-top: -1.6rem;
}
.productUl li {
	width: calc(25% - 3.3rem);
	margin-left: 3.3rem;
	margin-top: 5.4rem;
}
.productUl li a {
	display: block;
	text-decoration: none;
}
.productUl li .js-modal-open span:first-child {
	display: block;
	background: #fff;
	width: 25rem;
	height: 25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 2rem;
}
.productUl li img {
	width: 100%;
}
.productUl li span:last-child {
	display: block;
	margin-top: 1.4rem;
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: bold;
}
.productUl li p.name{
	padding-top: 15px;
	font-size: 18px;
}
.productUl li p.name b{
	font-size: 16px;
	display: block;
	font-weight: 400;
	text-align: right;
	padding-top: 5px;
}

/**************modal**************/
/* *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
} */
.content{
    /* margin: 0 auto; */
    /* padding: 40px; */
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
	z-index: 99;
	left: 0;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
	right: 0;
	
    width: calc(100% + 100vw);
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 4rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}
.modal__content .txtP {
	display: block;
	margin-top: 1.4rem;
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: bold;
}
.modal__content .js-modal-close {
	display: block;
	width: 3rem;
	height: 3rem;
	position: absolute;
	right: 4rem;
	top: 3rem;
	z-index: 3;
}
.modal__content .js-modal-close span {
	display: block;
	position: absolute;
	right: 0;
	z-index: 3;
	width: 3rem;
	height: 0.1rem;
	background: #000;
}
.modal__content .js-modal-close span:first-child {
	top: 0;
}
.modal__content .js-modal-close span:nth-child(2) {
	top: 50%;
	
}
.modal__content .js-modal-close span:last-child {
    bottom: 0;
}
.modal__content .js-modal-close span:first-child {
    -webkit-transform: translateY(1.7rem) rotate(45deg);
    -moz-transform: translateY(1.7rem) rotate(45deg);
    -ms-transform: translateY(1.7rem) rotate(45deg);
    transform: translateY(1.7rem) rotate(45deg);
}

.modal__content .js-modal-close span:nth-child(2) {
    opacity: 0;
}

.modal__content .js-modal-close span:last-child {
    -webkit-transform: translateY(-1.2rem) rotate(-45deg);
    -moz-transform: translateY(-1.2rem) rotate(-45deg);
    -ms-transform: translateY(-1.2rem) rotate(-45deg);
    transform: translateY(-1.2rem) rotate(-45deg);
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.productArea {
		margin-top: 4rem;
	}
	.areaTit {
		text-align: center;
	}
	.areaTit h2 {
		font-size: 2rem;
	}
	.areaTit .titP {
		font-size: 1rem;
	}
	.productUl {
		margin-left: -1.6rem;
		margin-top: 1rem;
	}
	.productUl li {
		width: calc(50% - 1.6rem);
		margin-left: 1.6rem;
		margin-top: 1.3rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.productUl li a {
		display: block;
		text-decoration: none;
	}
	.productUl li .js-modal-open span:first-child {
		width: 16rem;
		height: 16rem;
		padding-right: 1rem;
	}
	.productUl li img {
		width: 100%;
	}
	.productUl li span:last-child {
		display: block;
		margin-top: 1rem;
		font-size: 1rem;
	}
	
	.modal__content{
	    padding: 3rem 3rem 2rem;
		width: 75%;
	}
	.modal__content .txtP {
		margin-top: 2rem;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.modal__content .js-modal-close {
		width: 2rem;
		height: 2rem;
		right: 1rem;
		top: 1rem;
	}
	.modal__content .js-modal-close span {
		display: block;
		position: absolute;
		right: 0;
		z-index: 3;
		width: 2rem;
		height: 0.1rem;
		background: #000;
	}
	.modal__content .js-modal-close span:first-child {
	    -webkit-transform: translateY(1rem) rotate(45deg);
	    -moz-transform: translateY(1rem) rotate(45deg);
	    -ms-transform: translateY(1rem) rotate(45deg);
	    transform: translateY(1rem) rotate(45deg);
	}
	.modal__content .js-modal-close span:last-child {
	    -webkit-transform: translateY(-0.9rem) rotate(-45deg);
	    -moz-transform: translateY(-0.9rem) rotate(-45deg);
	    -ms-transform: translateY(-0.9rem) rotate(-45deg);
	    transform: translateY(-0.9rem) rotate(-45deg);
	}
}

/****************serviceArea********************/
.serviceArea {
	margin-top: 13rem;
}
.serviceList {
	margin-top: 4rem;
}
.serviceUl {
	display: flex;
	margin-left: -1.7rem;
}
.serviceUl li {
	width: calc(25% - 1.7rem);
	margin-left: 1.7rem;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.serviceUl li:nth-child(even) {
	margin-top: 4.8rem;
}
.boxInfo {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 5;
	transform: translateY(-50%);
	padding: 0 3rem;
}
.serviceUl .boxTit .enTit {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.75;
	font-weight: 500;
}
.serviceUl .boxTit .titP {
	font-size: 1.4rem;
	line-height: 1.75;
	font-weight: 500;
	text-align: center;
	position: relative;
	padding-bottom: 1.6rem;
}
.serviceUl .boxTit .titP::before {
	content: '|';
	position: absolute;
	left: 50%;
	transform: translateY(50%);
	bottom: 0;
	z-index: 3;
}
.serviceUl .txtP {
	margin-top: 3.3rem;
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: 500;
	
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.serviceUl .imgP {
	position: relative;
	overflow: hidden;
}
.serviceUl .imgP::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}
.serviceUl .imgP a {
	display: block;
	width: 100%;
	position: relative;
	padding-top: 153.84%;
}
.serviceUl .imgP img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .2s linear;
}
.serviceUl .serviceBox:hover .imgP img {
	transform: scale(1.05);
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.serviceArea {
		margin-top: 4rem;
	}
	.serviceList {
		margin-top: 2rem;
	}
	.serviceUl {
		display: block;
		margin-left: 0;
	}
	.serviceUl li {
		width: auto;
		margin-left: 0;
	}
	.serviceUl li:nth-child(even) {
		margin-top: 2.4rem;
	}
	.serviceUl li+li {
		margin-top: 2.4rem;
	}
	.boxInfo {
		padding: 0 5rem;
	}
	.serviceUl .boxTit .enTit {
		font-size: 2.5rem;
		line-height: 1.5;
	}
	.serviceUl .boxTit .titP {
		font-size: 1.3rem;
		padding-bottom: 1.4rem;
		line-height: 1.5;
	}
	.serviceUl .txtP {
		margin-top: 3rem;
		font-size: 1.1rem;
		-webkit-line-clamp: 12;
	}
	.serviceUl .imgP a {
		display: block;
		width: 100%;
		position: relative;
		padding-top: 121%;
	}
}

/**************newsArea**************/
.newsArea {
	position: relative;
	z-index: 3;
	margin-top: 17.2rem;
}
.newsArea::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	background: url('../img/news.jpg') center no-repeat;
	width: 100%;
	height: 100%;
	background-size: 100% auto;
}
.newsArea::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}
.newsIn {
	display: flex;
	padding: 11rem 0;
}
.newsIn .areaTit {
	color: #fff;
	width: 18rem;
	text-align: left;
}
.newsUl {
	width: calc(100% - 18rem);
}
.newsUl li {
	padding: 2rem 0;
	border-top: #FFFFFF 0.1rem solid;
}
.newsUl li:last-child {
	border-bottom: #FFFFFF 0.1rem solid;
}
.newsUl li a {
	text-decoration: none;
}
.newsUl li a:hover {
	text-decoration: underline #fff;
}
.newsUl dl {
	display: flex;
	color: #fff;
	
}
.newsUl dl dt {
	width: 9.7rem;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.75;
}
.newsUl dl dd {
	width: calc(100% - 9.7rem);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.newsArea {
		margin-top: 8rem;
	}
	.newsArea::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		z-index: -2;
		background: url('../img/news.jpg')  center no-repeat;
		width: 100%;
		height: 100%;
		background-size: auto 100%;
	}
	.newsArea::after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .5);
	}
	.newsIn {
		display: block;
		padding: 5rem 0;
	}
	.newsIn .areaTit {
		width: auto;
		text-align: center;
	}
	.newsUl {
		width: auto;
		margin-top: 2rem;
	}
	.newsUl li {
		padding: 1.5rem 0;
	}
	.newsUl dl dt {
		width: 8rem;
		font-size: 1.4rem;
	}
	.newsUl dl dd {
		width: calc(100% - 8rem);
		font-size: 1.3rem;
	}
}
/***************submain****************/

#mainProduct {
	background-image: url(../img/product/bg.jpg);
	height: 400px;
	background-size: cover;
	background-position: center center;
	color:#fff;
}
#mainContact {
	background-image: url(../img/contact/bg.jpg);
	height: 400px;
	background-size: cover;
	background-position: center center;
	color:#fff;
}
.mainSub{
	display: flex;
	justify-content: center;
	align-items: center;
}
.mainSub h2{
	font-family: 'Hind', sans-serif;
	font-size: 54px;
	line-height: 1em;
	text-align: center;
	letter-spacing: .08em;
}
.mainSub h2 span{
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 0em;
	display: block;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.productAreaInner{
	margin-top: 0px;
	padding-top: 80px;
}
.productAreaInner .productUl li{
	margin-top: 30px;
}
#contents.contentsInner::before{
	content: none;
}
#cp-table{
	width: 94%;
	max-width: 750px;
	margin: 0 auto;
	margin-top: 40px;
}
#co-table{
	width: 94%;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 40px;
}
#co-table th{
	padding: 0px 0px 20px;
	font-size: 16px;
	width: 225px;
	line-height: 1.6em;
	vertical-align: top;
	letter-spacing: .05em;
	position: relative;
}
#co-table th span{
	position: absolute;
	right: 20px;
	top: 3px;
	width: 45px;
	line-height: 20px;
	border-radius: 5px;
	display: block;
	color:#fff;
	background-color: #000;
	font-size: 12px;
	text-align: center;
}
#co-table td{
	padding: 0px 0px 20px;
	font-size: 16px;
	line-height: 1.6em;
	vertical-align: top;
	letter-spacing: .05em;
}
#submit{
	text-align: center;
	padding-top: 10px;
}
#submit input{
	width: 180px;
	line-height: 45px;
	border: none;
	font-size: 14px;
	border-radius: 5px;
	background-color: #000;
	color:#fff;
	display: block;
	margin: 0 auto;
}
#co-table td input{
	width: 100%;
	border: none;
	border-radius: 10px;
	height: 50px;
	padding-left: 15px;
}
#co-table td textarea{
	width: 100%;
	border: none;
	border-radius: 10px;
	height: 200px;
	padding: 15px;
}
#cp-table th{
	border-bottom: 1px solid #cccccc;
	padding: 18px 0px 15px;
	font-size: 16px;
	width: 160px;
	line-height: 1.6em;
	vertical-align: top;
	letter-spacing: .05em;
}
#cp-table td{
	border-bottom: 1px solid #cccccc;
	padding: 18px 0px 15px;
	font-size: 16px;
	line-height: 1.6em;
	vertical-align: top;
	letter-spacing: .05em;
}
#newsAreaSub{
	margin-top: 120px;
}
#newsAreaSub .inner .newsIn{
	padding: 20rem 0;
}
.mainSlider::before {
	pointer-events: none;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	background: url('../img/logo.png') center no-repeat;
	width: 100%;
	height: 100%;
	background-size: 31.319vw auto;
}
.mainSlider .slider-img {
	position: relative;
	padding-top: 42.96875%;
	width: 100%;
}

.mainSlider .slider-img img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainSlider .slick-slide {
	opacity: 0.6;
	transition: opacity .1s;
}
.mainSlider .slick-slide.slick-current {
	opacity: 1;
	transition: opacity .1s;
}

h3.service-ttl{
	font-family: 'Hind', sans-serif;
	font-size: 28px;
	line-height: 1em;
	letter-spacing: .08em;
	padding: 25px 0px;
	border-top: solid 2px #fff;
	position: relative;
}

h3.service-ttl:after{
	position: absolute;
	content: " ";
	display: block;
	border-top: solid 2px #000;
	top: -2px;
	width: 300px;
}

h3.service-ttl span{
	font-size: 16px;
	line-height: 1em;
	letter-spacing: 0em;
	margin-left: 15px;
	display: inline-block;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.service-flex{
	display: flex;
	padding-bottom: 75px;
}

.service-flex .img{
	width: 35%;
}

.service-flex .txt{
	width: 62%;
	margin-left: 3%;
}

.service-flex .txt p{
	background-color: #fff;
	line-height: 2em;
	padding: 25px 30px 22px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (min-width: 1440px) {
	.mainSlider::before {
		background-size: 451px auto;
	}
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.mainSlider .slider-img {
		padding-top: 120%;
	}
	.mainSlider::before {
		width: 100%;
		height: 100%;
		background-size: 25rem auto;
	}
}

#nav-toggle {
	position: fixed;
	top: 25px;
	right: 25px;
	height: 32px;
	cursor: pointer;
}
#nav-toggle > div {
	position: relative;
	width: 36px;
}
#nav-toggle span {
	width: 100%;
	height: 1px;
	left: 0;
	display: block;
	background: #333;
	position: absolute;
	transition: transform .6s ease-in-out, top .5s ease;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 14px;
}
#nav-toggle span:nth-child(3) {
	top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
	top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
	top: 23px;
}
.open #nav-toggle span {
	background: #fff;
}
.open #nav-toggle span:nth-child(1) {
	top: 15px;
	transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
	top: 15px;
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 15px;
	transform: rotate(-45deg);
}
#nav-toggle {
	z-index: 1000;
}
#container {
	z-index: 900;
}
#gloval-nav {
	background: #000;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 29px;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
}
#gloval-nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
	transition: color .6s ease;
}
#gloval-nav a:hover {
	color: #666;
}
#gloval-nav ul {
	list-style: none;
}
#gloval-nav ul li {
	opacity: 0;
	transform: translateX(200px);
	transition: transform .6s ease, opacity .2s ease;
}
#gloval-nav ul li:nth-child(2) {
	transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
	transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
	transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
	transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
	transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
	transition-delay: .9s;
}
.open {
	overflow: hidden;
}
.open #gloval-nav {
	visibility: visible;
	opacity: 1;
}
.open #gloval-nav li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity .9s ease;
}

#nav-toggle{
	display: none;
}

.modal_pop{
    width: 100vw;
    height: 100vh;
    position:fixed;
    top: 0;
    left:0;
    z-index:9997!important;
}
.bg{
    background-color: #1119;
    width: 100%;
    height: 100%;
    position:fixed;
    z-index:9998!important;
}
.modal_pop img{
    height:80vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index:9999!important;
}

#shop-btn{
	width: 350px;
	margin: 100px auto 0;
	display: block;
	background-color: #000;
	color:#fff;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	border: 1px solid #000;
}

#shop-btn:hover{
	background-color: #fff;
	color:#000;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	ul.headerLink{
		display: none;
	}
	.mainSub{
		height: 250px !important;
	}
	.mainSub h2{
		font-size: 30px;
	}
	h3.service-ttl{
		font-size: 20px;
	}
	.mainSub h2 span{
		padding-top: 3px;
		font-size: 16px;
	}
	h3.service-ttl span,
	#cp-table th,
	#cp-table td,
	#co-table th{
		font-size: 14px;
	}
	.productAreaInner{
		padding-top: 50px;
	}
	.service-flex{
		padding-bottom: 50px;
		display: block;
	}
	.service-flex .img{
		width: 100%;
	}
	.service-flex .txt{
		width: 100%;
		margin: 3% 0px 0px;
	}
	.service-flex .txt p{
		font-size: 14px;
		padding: 20px;
	}
	#co-table th span{
		top: 15px;
	}
	#cp-table th,
	#cp-table td,
	#co-table th,
	#co-table td,
	#nav-toggle{
		display: block;
	}
	#cp-table th,
	#co-table th{
		border: none;
		font-weight: bold;
		width: 100%;
		padding: 15px 0px 3px;
	}
	#cp-table td,
	#co-table td{
		padding: 0px 0px 15px;
	}
	#newsAreaSub{
		margin-top: 75px;
	}
	#newsAreaSub .inner .newsIn{
		padding: 10rem 0;
	}
	#cp-table,
	#co-table{
		margin-top: 20px;
	}
	#co-table td input{
		font-size: 14px;
	}
	.open #gloval-nav li span.hind{
		font-family: 'Hind', sans-serif;
		font-size: 20px;
		line-height: 1em;
		text-align: center;
		letter-spacing: .08em;
	}
	.open #gloval-nav li span:last-child{
		display: block;
		padding-top: 0px;
		font-size: 14px;
	}
}

