@charset "utf-8";

.sp {
	display: none;
}

.tablet {
	display: none;
}
/*MV*/

#mvWrap{
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
	box-sizing: border-box;
}

#mv{
	opacity: 0;
	position: relative;
    width: 100%;
    height: 600px;
    background: url(../img/bg1_slide1.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 160px;
    box-sizing: border-box;
}

.mvCopyW {
    position: absolute;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    background: rgba(255,255,255,0.8);
    padding: 40px;
    box-sizing: border-box;
	border-radius: 20px;
    left: 50%;
    transform: translateX(60px);
}
.mvCopy {
    display: inline-block;
    font-size: 3rem;
    color: #63612a;
    white-space: nowrap;
    margin-bottom: 10px;
	font-weight: bold;
}
.mvCopyS {
    font-size: 2rem;
    color: rgba(0,0,0,0.8);
    letter-spacing: 0.17em;
    text-align: center;
    width: 100%;
	margin-bottom: 10px;
}
.mvTxt{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #f8ba01;
    color: #fff;
    text-align: center;
    font-size: 2.0rem;
    box-sizing: border-box;
    padding-top: 60px;
    position: absolute;
    top: 355px;
}
.mvBtn{
    width: 350px;
    display: inline-block;
    letter-spacing: normal;
    font-size: 2.4rem;
    color: #fff !important;
    border-radius: 8px;
    background: #1dcd00;
    border: #1dcd00;
    padding: 15px 0;
    text-align: center;
}
.mvBtn:first-child{
}
.mvBtn:hover{
    opacity: 0.8;
}

/*マウスアイコンアニメーション*/
#scroll{
	background: url(../img/Scroll_bg.png) no-repeat;
	width: 47px;
	height: 48px;
	position: absolute;
	left: 0;
	right: 0;
	bottom:50px;
	margin: auto;
	z-index: 90;
}
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 47px;
  height: 48px;
}
.icon-scroll:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #1dcd00;
  margin-left: -4px;
  top: 7px;
  border-radius: 2px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
/*マウスアイコンアニメーションここまで*/

/*Section01*/

#secNews{
	width: 100%;
	position: relative;
}

.secNewsW{
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}
.newsL{
	width: 1000px;
	margin: 0 auto;
}
.newsImgs{
	margin-bottom: 60px;
	letter-spacing: -0.4em;
}
.newsImg{
	display: inline-block;
	margin-right: 20px;
}
.newsImg:last-child{
	margin-right: 0;
}
.newsTtl{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	float: left;
	width: 124px;
	height: 200px;
	box-sizing: border-box;
	border-left: 1px solid rgba(204,204,204,0.5);
	border-right: 1px solid rgba(204,204,204,0.5); 
	position: relative;
	font-size: 2.7rem;
	letter-spacing: 0.3em;
	color: #4e4d4d;
	padding: 30px 40px 0 0;
	margin-right: 30px;
}
.newsTtl:before{
	content: "";
	position: absolute;
	width: 114px;
	height: 200px;
	top: 0;
	left: 5px;
	border-left: 3px solid #e6e6e5;
	border-right: 3px solid #e6e6e5;
	box-sizing: border-box;
}

.newsListW{
	height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.newsLists{
	border-bottom: 1px solid rgba(204,204,204,0.5);
	font-size: 1.6rem;
	width: 823px;
	float: right;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.newsLists:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.newsDate{
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.newsDate p{
	margin-bottom: 20px;
}
.newsLabel{
	margin-left: 20px;
	margin-right: 20px;
	display: inline-block;
	color: #fff !important;
	letter-spacing: 0.12em;
	width: 75px;
	text-align: center;
	padding: 0px 5px;
}
.label01{
	background: #63612a;
}
.label02{
	background: #63612a;
}
.newsListImg{
	width: 200px;
	height: 150px;
	display: inline-block;
}
.newsTxt{
	display: inline-block;
	vertical-align: top;
	width: 60%;
}
.newsPsotTtl {
    color: #63612a;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.newsR{
	float: right;
}
.newsBn{
	display: block;
	margin-bottom: 25px;
}
.newsBn:last-child{
	margin-bottom: 0;
}
#secAbout{
	background: url("../img/about_bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.secAboutW{
	max-width: 1200px;
	margin: 0 auto;
	overflow-x: hidden;
    padding: 60px 0;
}

.aboutR{
	display: inline-block;
	vertical-align: middle;
	width: 554px;
    color: rgba(0,0,0,0.5);
	padding: 60px;
    background: rgba(255,255,255,0.8);
    border-radius: 12px;
}
.aboutTtl{
	font-size: 4.2rem;
	letter-spacing: 0.06em;
	line-height: 4.2rem;
	margin-bottom: 30px;
	white-space: nowrap;
	color: #63612a;
}
.aboutTxt{
	font-size: 1.6rem;
	line-height: 2.8rem;
	margin-bottom: 55px;
}

#secService{
	padding-bottom: 60px;
}
.secServiceW{
	padding-top: 100px;
    text-align: center;
}
.serviceW{
    width: 900px;
	margin: 0 auto 0px;
	letter-spacing: -0.4em;
	text-align: center;
}
.service{
	vertical-align: top;
	letter-spacing: normal;
	width: 240px;
	display: inline-block;
	margin-right: 50px;
	text-align: center;
    margin-bottom: 50px;
}
.service:nth-child(3n){
	margin-right: 0;
}
.service:last-child{
	margin-right: 0;
}
.serviceTtl1{
	margin-bottom: 30px;
}

.serviceThumb{
	width: 240px;
	height: 240px;
	border-radius: 50%;
	margin-bottom: 20px;
	overflow: hidden;
    box-sizing: border-box;
	color: #63612a;
	font-size: 6.0rem;
	display: inline-block;
    border: 2px solid #63612a;
}
.service01{
	background: url("../img/icon_service_01.png") no-repeat;
	background-size: cover;
}
.service02{
	background: url("../img/icon_service_02.png") no-repeat;
	background-size: cover;
}
.service03{
	background: url("../img/icon_service_03.png") no-repeat;
	background-size: cover;
}
.service04{
	background: url("../img/icon_service_04.png") no-repeat;
	background-size: cover;
}
.service05{
	background: url("../img/icon_service_05.png") no-repeat;
	background-size: cover;
}
.service06{
	background: url("../img/icon_service_06.png") no-repeat;
	background-size: cover;
}
.service07{
	background: url("../img/icon_service_07.png") no-repeat;
	background-size: cover;
}
.serviceThumb i{
	position: relative;
	top: 30px;
}
.serviceTtl{
	text-align: center;
	font-size: 1.6rem;
	color: #63612a;
	margin-bottom: 20px;
	font-weight: bold;
}
.serviceTxt{
    line-height: 2.4rem;
    text-align: left;
}
.other{
	text-align: center;
}
.other img{
	width: 100%;
	height: auto;
}
.otherLists{
	letter-spacing: -0.4em;
	display: inline-block;
	margin-top: 40px;
}
.otherList{
	display: inline-block;
	width: 340px;
	margin-right: 40px;
	vertical-align: top;
	position: relative;
	text-align: left;
	letter-spacing: normal;
}
.otherList:before{
}
.product1:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	background: url("../img/oem_icon_01.png") no-repeat;
	background-size: cover;
}
.product2:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	background: url("../img/oem_icon_02.png") no-repeat;
	background-size: cover;
}
.product3:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	background: url("../img/oem_icon_03.png") no-repeat;
	background-size: cover;
}
.otherList:last-child{
	margin-right: 0;
}
.otherProducts{
	position: relative;
	letter-spacing: normal;
}
.otherProduct{
	display: block;
	padding-left: 120px;
	box-sizing: border-box;
	line-height: 2.8rem;
}
.productTtl{
	padding-left: 120px;
	font-size: 2rem;
	margin-bottom: 10px;
}
.productBtn{
	margin-top: 40px;
}

#secPromise{
	position: relative;
	background: #f4f4f4;
	width: 100%;
}
.secPromiseW{
	padding: 60px 0;
}
.promiseLists{
	width: 800px;
	margin: 0 auto;
}
.promiseList{
	background: #fff;
	margin-bottom: 40px;
	padding: 20px;
	box-sizing: border-box;
	letter-spacing: -0.4em;
	display: table;
}
.promiseIcon{
	position: relative;
	display: table-cell;
	width: 10%;
	vertical-align: middle;
	padding-right: 3%;
}
.promiseIcon img{
	width: 100%;
	height: auto;
}
.promiseCopy{
	display: table-cell;
	width: 87%;
	letter-spacing: normal;
	font-size: 1.4rem;
	vertical-align: middle;
}
.promiseTtl{
	font-size: 2rem;
	margin-bottom: 10px;
	letter-spacing: 0.14em;
}
.promiseTxt{
	letter-spacing: 0.14em;
	line-height: 2.4rem;
}
.flowImg{
    text-align: center;
    margin-bottom: 30px;
}
.flowListW{
    width: 600px;
    margin: 0 auto;
}
.flowList{
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.flowList h3{
    font-size: 2rem;
    font-weight: bold;
    color: #63612a;
    margin-bottom: 10px;
}


#secStore{
    
}
.secStoreW{
    padding: 60px 0;
    text-align: center;
}
.storeTxt{
    margin-bottom: 30px;
}
.storeTxt2{
    margin-bottom: 30px;
}
.storeBtn{
    text-align: center;
    display: inline-block;
    border: 1px solid #63612a;
    margin-bottom: 30px;
}
.storeTxt{
    color: #63612a;
}
.storeBtn:hover{
    opacity: 0.8;
}

#secCaution{
    
}
.secCautionW{
    padding: 60px 0;
}
.contactTtl1{
    margin-bottom: 30px;
}
.contactLists{
    width: 800px;
    margin: 0 auto;
}
.contactList{
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.contactList h3{
    font-size: 2rem;
    font-weight: bold;
    color: #63612a;
    margin-bottom: 10px;
}



#secCompany{
	position: relative;
	background: #f4f4f4;
	width: 100%;
}
.secCompanyW{
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
}
.secCompanyTtl{
    position: relative;
}
.comPullBtn{
    font-size: 1.4rem;
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
}
.comPullBtn:before{
    content: "▼";
    position: relative;
}
.comPullBtn.on:before{
    content: "▲";
}
.comPullBtn:after{
    content: "表示する";
}
.comPullBtn.on:after{
    content: "閉じる";
}

.about{
	width: 800px;
	margin: 50px auto 0;
    display: none;
}
.aboutTable{
	width: 100%;
}
.aboutTable th{
	border-bottom: 1px solid #63612a;
	padding: 10px 0;
	text-align: center;
	font-size: 1.8rem !important;
	color: #63612a;
	width: 25%;
}
.aboutTable td{
	border-bottom: 1px solid #333;
	padding: 10px 0;
	text-align: left;
	font-size: 1.8rem !important;
}
.aboutNames{
	position: relative;
}
.aboutName{
	position: absolute;
	left: 230px;
	font-size: 1.8rem;
}
.topNewsFrame{
	width: 460px;
	height: 504px;
	box-sizing: border-box;
	overflow: auto;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.topNewsList{
}
.topNewsList li{
	padding: 20px 15px;
	font-size: 1.4rem;
	border-bottom: 1px dotted #333;
}
.topNewsList li:last-child{
	border-bottom: none;
}
.newsDate:after{
	content: "\A";
	white-space: pre;
}
.popW{
    width: 780px;
    margin: 0 auto;
    padding: 50px 30px;
    box-sizing: border-box;
}
.privacy h3{
    font-size: 2.0rem;
}
.popW p{
    line-height: 3rem;
    margin-bottom: 20px;
}
.popW ul{
    margin: 0 0 40px 0;
    counter-reset: item;
    list-style-type: none;
}
.popW ol{
    margin: 0 0 40px 0;
    counter-reset: item;
    list-style-type: none;
}
.popW li{
    margin: 8px 0;
}
.popW li:before{
    counter-increment: item;
    content: counters(item, "-")". ";
}
.popBox{
    display: inline-block;
    padding: 30px;
    border:solid 1px #e2e5e8;
    margin-bottom: 30px;
}

/*契約専用フォーム用*/

.contractW{
    padding-top: 200px;
}
.formTxt a{
	color: #f8ba01 !important;
	text-decoration: underline;
}
.agreement a{
	color: #f8ba01 !important;
	text-decoration: underline;
}

