@charset "utf-8";
/*--------------------------------------------------
[1]common
[2]headerContainer
[3]sideContainer
[4]footerContainer
[5]Container
[6]topContainer
[7]subContainer
[8]Display: none;
----------------------------------------------------*/

/* [1]common
----------------------------------------------------*/
/* 設定 */
html{
	margin: 0;
	padding: 0;
}

/* font */
body{
	line-height: 1.5;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;	
	color: #000;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	min-width: 1000px;
	
}

header {
	width: 100%;
	z-index: 9999999;
	position: relative;
}

.headerContetns {	
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	z-index: 9999999;
	position: fixed;
	top: 0;
	background-color: #FFF;
}

.headerBox {
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;	
}


#trns{
	  position: fixed;
	  top:0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 9999999999;
	background-image: url(images/logo.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 285px 27px;
		background-color: #000;
}


#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

/* clear
-------------------------------------------------- */
.clear { clear: both; }
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* a 
----------------------------------------------- */
a,a:link { text-decoration: none; }
a img, img {
	border: none;
	line-height: normal;
	vertical-align: top;
}

/* img 
--------------------------------------------- */
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}
.imgText {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.object-fit-img {
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;'
}

/* slide
------------------------------------ */
#sliderbox { position: relative; width: 100%; padding: 0; box-sizing: border-box; }
.box {
	width: 100%;
	position: relative;
 	padding-top: 0px;
}

#sliderbox li {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#sliderbox li figure {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100vh;
}

#sliderbox li figure img,
.sliderTxtAdd figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sliderTxtAdd {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -45.983483px;
	margin-left: -490px;
	z-index: 99999;
	width: 980px;
	height: 91.966966px;
}

.sliderTxtAdd figure {
	position: relative;
	width: 100%;
	padding-top: 9.38438%;
	overflow: hidden;
	margin: 0 auto;
}


/* scroll */
.scroll {
	z-index: 999999;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 150px;
	height: 100px;
	text-align: center;
	margin-left: -75px;
}
.scroll a{
	color: #fff;
	display: block;
	position: relative;
	font-family: 'Asap', sans-serif;
	font-weight: bold;
	width: 150px;
	height: 100px;
	letter-spacing:0.5px;
}

.scroll a:after{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1px;
	height: 60px;
	background-color: #FFF;
	content:"";
}


.scroll a:hover:after{
	height: 80px;
	bottom: 0px;
	transition: bottom .5s,height .5s;
}

.news {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	height: 60px;
	overflow: hidden;
	z-index: 999;
	color: #FFF;
	padding: 12px 30px;
	box-sizing: border-box;
	display: none;
}

.news h2 {
	float: left;
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	font-weight: bold;
	width: 95px;
	padding-top: 3px;	
}
.news_btn_wrapper {
	float: right;
	width: 27px;
	padding: 10px 0;
	box-sizing: border-box;
}
.news_btn_prev { float: left; width: 11px; cursor: pointer;}
.news_btn_next { float: right; width: 11px; cursor: pointer; }

.news .newsBox{
	float: left;
	width: calc(100% - 122px);
	height: 36px;
	line-height: 36px;
	overflow: hidden;	
}

.newsBox ul {
    height:36px;
    position:relative;
    padding:0;
	width: 100%;
}

.newsBox ul li{
	height: 36px;
}

.newsBox ul dt{
	font-family: 'Ubuntu', sans-serif;
	width: 85px;
	float: left;
	border-right: 1px solid #535354;
	margin-right: 15px;
}
.newsBox ul dd{
	width: 80%;
	float: left;
	box-sizing: border-box;
}

@media screen and (max-width:1140px) { 
.newsBox ul dd,
.newsBox ul dt{ font-size: 13px; }
.newsBox ul dd { width: 85%; }
}


/* [2]headerContainer
----------------------------------------------------------------------------------------- */
.headerContetns h1 {
	position: absolute;
	left: 30px;
	z-index: 9999999;
	width: 285px;
	height: 27px;
	top: 25px;
}
.headerContetns h1 a{
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position:relative;
	width: 285px;
	height: 27px;
	background-image: url(images/logo.png);
}
.headerContetns.fixed h1 a{background-image: url(images/logo-fixed.png);}

.entryBtn {
	position: fixed;
	top: 50%;
	margin-top: -100px;
	right: 0px;
	width: 80px;
	height: 200px;
	text-align: center;
	z-index: 99999999;
}

.entryBtn a{
	display: block;
	background-color: #ef7a00;
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	height: 200px;
	width: 80px;
	line-height: 1.2;
	padding: 0 18px 10px;
	box-sizing: border-box;
	  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	position: relative;	
}
.entryBtn a span{
	display: block;
	font-size: 9px;
	font-weight: 100;
	letter-spacing: 2px;
	font-family: 'Asap', sans-serif;
}
.entryBtn a:before{
	position: absolute;
	bottom: 24px;
	left: 25px;
	background-color: #FFF;
	content: "";
	width: 30px;
	height: 1px;
}
.entryBtn a:after{
	position: absolute;
	bottom: 20px;
	left: 25px;
	background-image: url(images/icon-sidebtn.png);
	content: "";
	background-position: left top;
	width: 33px;
	height: 11px;
}



.entryBtn a:hover{ background-color: #efae00; }

.entryBtn a:hover:after{
	left: 40px;
	transition: left .5s;
}

/* gnav */
.headerNav {
	width: 690px;
	height: 100%;
	position: fixed;
	top: 0;
	right: -690px;
  	z-index: 99999999;
	padding: 30px;
	box-sizing: border-box;
	background-color: #fff;
	overflow: auto;	
}


.headerNav h2{
	width: 276px;
	height: 27px;
	margin-bottom: 60px;	
}

.headerNav h2 a{
	width: 276px;
	height: 27px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position:relative;
	background-image: url(images/logo-nav.png);	
}

nav .navigation { margin: 30px 0 50px;}
nav .navigation li { line-height: 1.1; padding: 12px 0; box-sizing: border-box; }

nav .navigation li a{
	display: block;
	font-size: 20px;
	letter-spacing: 1px;
	color: #000;
	font-family: 'Asap', sans-serif;
	font-weight: 600;
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
}

nav .navigation li a:before{
	position: absolute;
	top: 10px;
	left: 0;
	height: 1px;
	width: 8px;
	content: "";
	background-color: #000;
}

nav .navigation li a span{
	display: block;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #b5b5b5;
	font-weight: normal;
}

nav .navigation li a:hover{ color: #ef7a00; }


nav .navigation ul {
	padding: 10px 15px 0;
	box-sizing: border-box;
}
nav .navigation ul li {
	float: left;
	padding: 0 5px;
	box-sizing: border-box;
}
nav .navigation li:nth-of-type(3) ul li {width: 33.33%;}
nav .navigation li:nth-of-type(4) ul li {width: 50%;}
nav .navigation ul li a{
	border: 1px solid #b5b5b4;
	padding: 15px;
	box-sizing: border-box;
	display: block;
}
nav .navigation ul li a span{
	color: #000;
	padding-left: 10px;
}

nav .navigation li  ul li a:before{
	position: absolute;
	top: 13px;
	left: 10px;
	height: 8px;
	width: 8px;
	content: "+";
	color: #000;
	font-size: 16px;
	background-color: inherit;
	font-weight: 100;
}

nav .navigation ul li a:hover{
	border: 1px solid #efae00;
}
nav .navigation ul li a:hover span,
nav .navigation li  ul li a:hover:before{
	color: #efae00;
}


.corpoBtn { text-align: center; margin: 30px auto 0; }
.corpoBtn a{
	display: block;
	width: 100%;
	background-color: #ef7a00;
	padding: 15px;
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	font-family: 'Asap', sans-serif;
	font-weight: 600;
	line-height: 1.2;
}
.corpoBtn a span{
	display: block;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
}

.corpoBtn a:hover{
	background-color: #efae00;
}


/* [4]footerContainer
----------------------------------------------------------------------------------------- */
footer {
	padding: 60px 20px;
	box-sizing: border-box;
	position: relative;
	background-image: url(images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	width: 100%;
	text-align: center;
}

footer h2 {
	width: 166px;
	height: 18px;
	margin: 0 auto 30px;
}
footer h2 a{
	width: 166px;
	height: 18px;
	display: block;
	background-image: url(images/logo-footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

footer ul { margin-bottom: 30px; }
footer ul li {
	display: inline-block;
	margin: 0 5px;
}

footer ul li a{
	border: 1px solid #FFF;
	padding: 8px 40px;
	color: #FFF;
}
footer ul li a:hover{
	background-color: #FFF;
	color: #000;
}

/* copyright */
.copyright {
	font-family: 'Asap', sans-serif;
	font-size: 10px;
	color: #FFF;
	letter-spacing: 0.5px;
}


/* pageTop */
#pageTop {
	width: 100%;
	margin: 1px 0;
	position:relative;
}

#pageTop a{
	width: 100%;
	z-index: 9999999;
	background-image: url(images/pagetop.png);
	background-repeat: no-repeat;
	background-position: center 13px;
	display: block;
	transition: background-color .5s;
	font-family: 'Asap', sans-serif;
	font-size: 10px;
	text-align: center;
	color: #fff;
	padding: 30px 0 13px;
	font-weight: 600;
	background-color: #000;
	box-sizing: border-box;
	letter-spacing: 1px;
}



/* [5]Container
----------------------------------------------------------------------------------------- */

#container {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	position: relative;
}

.mainTtl {
	color: #000;
	font-size: 100px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.0;
	z-index: 999999;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.mainTtl span{
	display: block;
	font-size: 20px;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.subTtl {
	font-family: 'Roboto', sans-serif;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -1px;	
}

.contactBtn {
	color: #fff;
	font-size: 60px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	line-height: 1.0;
	z-index: 999999;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 700;	
}

.contactBtn:before {
	position: absolute;
	background-image: url(images/icon-contactbtn.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 25px;
	height: 31px;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -15.5px;
	content:"";
}



.btn a,
.btn input,
a .btn {
	font-size: 17px;
	display: inline-block;
	box-sizing: border-box;
	padding: 18px 120px 18px 140px;
	margin: 0 auto 0;
	text-align: center;
	transition: background-color .5s;
	cursor: pointer;
	letter-spacing: 1px;
	color: #fff;
	font-family: 'Asap', sans-serif;
	border: 1px solid #000;
	background-color: #000;
	position: relative;
	font-weight: 600;
}

.btn a:after,
.btn input:after,
a .btn:after {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	content:"+";
	font-size: 16px;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: 'Asap', sans-serif;
	font-weight: normal;
	margin-left: -70px;
}

.btn.close a:after {
	content:"－";
	font-size: 15px;
}

.btn a:hover,
.btn input:hover,
a:hover .btn,
#pageTop a:hover { background-color: #313131; border: 1px solid #313131; }
#pageTop a:hover { border: none; }

.btn2 a,
a .btn2 {
	font-size: 18px;
	display: inline-block;
	box-sizing: border-box;
	padding: 18px 120px 18px 140px;
	margin: 0 auto 0;
	text-align: center;
	transition: background-color .5s;
	cursor: pointer;
	letter-spacing: 1px;
	color: #fff;
	font-family: 'Asap', sans-serif;
	border: 1px solid #fff;
	position: relative;
	font-weight: 600;
}
.btn2 a:after,
a .btn2:after {
	position: absolute;
	top: 20px;
	left: 105%;
	content:"";
	width: 19px;
	height: 9px;
	background-image: url(images/icon-hor.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.btn2 a:before,
a .btn2:before {
	position: absolute;
	top: 28px;
	left: 92%;
	content:"";
	width: 60px;
	height: 1px;
	background-color: #FFF;

}
.btn2 a:hover:after,
a:hover .btn2:after { left: 115%; transition: left .5s;}
.btn2 a:hover:before,
a:hover .btn2:before { width: 100px; transition: width .5s;}

.btn2 a:hover,
a:hover .btn2 {
	background-color: #efae00;
}


/* topBg */
.messagetop {
	padding: 60px 75px;
	position: relative;
	text-align: center;
}
.craftsBox {
	background-image: url(images/bg-craft.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding: 190px 90px 100px;
	position: relative;	
}
.entrytop {
	background-image: url(images/bg-entry.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #FFF;
	text-align: center;
	padding: 30px 0;	
}

.mapBox { position: relative; padding: 190px 90px 100px;}

.groupBox {
	background-image: url(images/bg-group.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 435px;
	padding: 160px 90px 100px;
	position: relative;		
}


.comTtl2 {font-size: 120px; margin-bottom: 20px; font-weight: 700; letter-spacing: -1px; line-height: 1.2; font-family: 'Roboto', sans-serif; /* color:#ef7a00; */ color: #000; }
.messageBox {position: relative;}
.txt {
	font-size: 17px;
	line-height: 1.8;
	font-weight: 400;
	margin-bottom: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
text-shadow: 
    #FFF 1px 1px 3px, #FFF -1px 1px 3px,
    #FFF 1px -1px 3px, #FFF -1px -1px 3px;
}

.txt span{
	font-size: 20px;
}
.messagetop figure {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1128px;
	text-align: right;
}

@media screen and (max-width:1800px) { 
.messagetop figure {
	left: 693px;
	right: inherit;
}
}

.craftsBox .mainTtl { color: #FFF; position: absolute; text-align: center; top: 100px; width: 100%; left: 0; }
.craftsBox .mainTtl span{ color: #FFF; }


.mapBox .mainTtl { position: absolute; text-align: center; top: 80px; width: 100%; left: 0; z-index:999; }
.groupBox .mainTtl{ color: #FFF; margin-bottom: 60px; }
.groupBox .mainTtl span{ color: #FFF; }
.mapBox ul {
	background-position: center top;
	background-image: url(images/bg-map.png);
	background-repeat: no-repeat;
	width: 905px;
	height: 768px;
	margin: 0 auto;
	position: relative;
	
}
.mapBox ul li {
	position: absolute;
}

.mapBox ul li:nth-of-type(1) { top: 115px; left: 450px; width: 195px; height: 60px; }
.mapBox ul li:nth-of-type(3) { top: 300px; left: 462px; width: 120px; height: 106px; }
.mapBox ul li:nth-of-type(2) { top: 273px; left: 620px; width: 158px; height: 75px; }
.mapBox ul li:nth-of-type(4) { top: 365px; left: 600px; width: 178px; height: 60px; }
.mapBox ul li:nth-of-type(5) { top: 430px; left: 574px; width: 204px; height: 60px; }
.mapBox ul li:nth-of-type(6) { top: 450px; left: 557px; width: 221px; height: 106px; }
.mapBox ul li:nth-of-type(7) { top: 490px; left: 500px; width: 278px; height: 134px; }
.mapBox ul li:nth-of-type(8) { top: 386px; left: 302px; width: 120px; height: 150px; }
.mapBox ul li:nth-of-type(9) { top: 490px; left: 365px; width: 120px; height: 138px; }
.mapBox ul li:nth-of-type(10) { top: 512px; left: 103px; width: 180px; height: 64px; }

.mapBox ul li div{
	position: relative;
	width: 100%;
	height: 100%;
}

.mapBox ul dl {
	border: 1px solid #f5a552;
	padding: 8px 10px;
	box-sizing: border-box;
	position: absolute;
	width: 120px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
}

.mapBox ul dl:after {
	content: "";
	background-color: #f5a552;
	position: absolute;	
}
.mapBox ul dl:before {
	content: "";
	background-color: #f5a552;
	position: absolute;	
}


.mapBox ul li:nth-of-type(10) dl:after {
	content: "";
	background-color: #e55202;	
	position: absolute;	
}
.mapBox ul li:nth-of-type(10) dl:before {
	content: "";
	background-color: #e55202;
	position: absolute;	
}


.mapBox ul dt {
	font-size: 14px;
	color: #f5a552;
	font-weight: bold;
}
.mapBox ul dd {
	font-size: 11px;
	color: #9f9fa0;
}

.mapBox ul li:nth-of-type(10) dl {
	border: 1px solid #e55202;	
}
.mapBox ul li:nth-of-type(10) dt {
	font-size: 18px;
	color: #e55202;	
}


.mapBox ul li figure { position: absolute; }
.mapBox ul li:nth-of-type(1) figure {top: 8px; right: 0;}
.mapBox ul li:nth-of-type(2) figure { bottom: 0px; left: -5px;}
.mapBox ul li:nth-of-type(3) figure { bottom: 0; left: 55px;}
.mapBox ul li:nth-of-type(4) figure { top: 13px; left: 0;}
.mapBox ul li:nth-of-type(5) figure { top: 19px; left: 0;}
.mapBox ul li:nth-of-type(8) figure { bottom: 15px; left: 45px;}
.mapBox ul li:nth-of-type(9) figure { top: 0px; left: 45px;}
.mapBox ul li:nth-of-type(10) figure { bottom: 10px; right: 12px;}
.mapBox ul li:nth-of-type(2) dl { right: 0; }
.mapBox ul li:nth-of-type(4) dl { right: 0; }
.mapBox ul li:nth-of-type(5) dl { right: 0; bottom: 0; }
.mapBox ul li:nth-of-type(6) dl { right: 0; bottom: 0; }
.mapBox ul li:nth-of-type(7) dl { right: 0; bottom: 0; }
.mapBox ul li:nth-of-type(9) dl { bottom: 0; }

.mapBox ul li:nth-of-type(1) dl:after {
	width: 60px;
	height: 1px;
	top: 26px;
	left: 119px;	
}
.mapBox ul li:nth-of-type(2) dl:after {
	width: 34px;
	height: 1px;
	top: 26px;
	left: -34px;	
}
.mapBox ul li:nth-of-type(2) dl:before {
	width: 1px;
	height: 23px;
	top: 26px;
	left: -34px;	
}
.mapBox ul li:nth-of-type(3) dl:after {
	width: 1px;
	height: 26px;
	top: 53px;
	left: 63px;	
}
.mapBox ul li:nth-of-type(4) dl:after {
	width: 40px;
	height: 1px;
	top: 26px;
	left: -40px;	
}
.mapBox ul li:nth-of-type(5) dl:after {
	width: 65px;
	height: 1px;
	top: 26px;
	left: -65px;	
}
.mapBox ul li:nth-of-type(6) dl:after {
	width: 92px;
	height: 1px;
	top: 26px;
	left: -92px;	
}
.mapBox ul li:nth-of-type(6) dl:before {
	width: 1px;
	height: 52px;
	top: -25px;
	left: -92px;	
}
.mapBox ul li:nth-of-type(7) dl:after {
	width: 148px;
	height: 1px;
	top: 26px;
	left: -148px;	
}
.mapBox ul li:nth-of-type(7) dl:before {
	width: 1px;
	height: 79px;
	top: -52px;
	left: -148px;	
}

.mapBox ul li:nth-of-type(8) dl:after {
	width: 1px;
	height: 54px;
	top: 53px;
	left: 54px;	
}

.mapBox ul li:nth-of-type(9) dl:after {
	width: 1px;
	height: 57px;
	top: -57px;
	left: 54px;		
}

.mapBox ul li:nth-of-type(10) dl:after {
	width: 20px;
	height: 1px;
	top: 30px;
	right: -20px;		
}


.groupBox .box75 {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);	
}
.groupTxt { width: 100%; padding: 20px 60px 60px; box-sizing: border-box; border-bottom: 1px dotted #ccc; }
.companyTopBox { width: 100%; padding: 30px 60px; box-sizing: border-box; position:relative; }
.companyTopBox .subTtl { text-align: center; }
.groupsubbox {
	font-size: 16px;
}
.groupsubbox p{
	padding: 0px;
	line-height: 1.8;
}
.groupTxt .groupaddImg {
	letter-spacing: -0.5px;
	margin: 0 auto;
	max-width: 1047px;
	width: 100%;
}
.groupBox .btn {text-align: center;}
.groupaddOkano {
	border: 3px solid #d03020;
	position: relative;
	padding: 10px 10px 10px;
	box-sizing: border-box;	
}

.groupaddOkano dt{
	font-family: 'Oswald', sans-serif;
	color: #d03020;
	font-weight: bold;
	font-size: 35px;
	text-align: center;
	background-color: #FFF;
	position: absolute;
	display: inline-block;
	top: -20px;
	left: 50%;
	padding: 2px 10px;
	margin-left: -70px;
	box-sizing: border-box;
	width: 140px;
	line-height: 1.0;	
}

.groupaddOkano ul li {
	float: left;
	font-family: 'Ubuntu', sans-serif;
	font-size: 60px;
	color: #000;
	width: 20%;
	text-align: center;	
}
.groupaddOkano ul li:nth-of-type(1),
.groupaddOkano ul li:nth-of-type(3) {
	font-size: 25px;
	font-weight: bold;
	width: 40%;	
}
.groupaddOkano ul li:nth-of-type(2) {
	padding-top: 10px;
	font-weight: 100;
}
.groupaddOkano ul li:nth-of-type(3) {
	float: right;
}
.groupaddOkano ul li figure{
	width: 60%;
	text-align: center;
	margin: 0 auto;	
}
.groupaddOkanoCraft {
	position: relative;	
}

.groupaddOkanoCraft:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 2px;
	height: 40px;
	background-color: #d03020;
	content: "";	
}

.groupaddOkanoCraft:after {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	background-image: url(images/icon-yajirushi2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 17px;
	height: 17px;	
}

.groupaddOkanoCraft dd{
	font-family: 'Oswald', sans-serif;
	color: #d03020;
	font-weight: bold;
	font-size: 30px;
	text-align: center;	
}

.groupaddOkanoCraft dt {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	height: 50px;
	padding-top: 13px;
	box-sizing: border-box;
	position: relative;
	line-height: 1.0;
}


.groupaddOkanoCraft dt span.group100{
	display: inline-block;
	padding: 2px;
	box-sizing: border-box;
	background-color: #FFF;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.groupaddOkanoCraft dt span.group100 span{
	font-size: 20px;
}


.groupsubbox p .disp{display: none;}

.companyTopBox .btn {
	position: absolute;
	top: 40px;
	right: 60px;
}

.companySubBox {
	box-sizing: border-box;	
}
.companySub001 { margin-bottom: 30px; float: left; box-sizing: border-box; padding-right: 10px; width: 50%; }
.companySub003 { margin-bottom: 30px; float: right; box-sizing: border-box; padding-left: 10px; width: 50%; }

.companySub001 dd,
.companySub003 dd { padding: 10px 0; box-sizing: border-box; position:relative; }

.companySub001 dt {
	color: #d03020;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	padding-top: 10px;
	margin-bottom: 10px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background-image: url(images/addplofile001.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left 15px;
	width: 100%;
	max-width: 404px;
	height: 60px;
	
}

.companySub001 h5 span,
.companySub003 h5 span{
	display: block;
	background-color: #666666;
	color: #FFF;
	font-size: 15px;
	margin-right: 2px;
	line-height: 1.0;
	padding: 5px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

.companySub003 h6,
.companySub001 h6 {
	color: #666666;
	font-size: 14px;
	font-weight: 600;
	position:relative;
	margin-bottom: 5px;	
}
.companySub003 h6 span,
.companySub001 h6 span { background-color: #fbfbfc; display: inline-block; z-index: 9999; position: relative; }

.companySub001 h6 span { background-color: #fff; }
.companySub003 h6:after,
.companySub001 h6:after {
	background-color: #666666;
	height: 1px;
	width: 100%;
	content:"";
	position:absolute;
	top: 50%;
	left: 0;
	margin-top: -0.5px;	
}

.companySub001 dd span.icon,
.companySub003 dd span.icon {
	font-size: 10px;
	width: 13px;
	float: left;
	box-sizing: border-box;
	padding-top: 2px;

}
.companySub001 dd span.subtxt,
.companySub003 dd span.subtxt {
	width: calc(100% - 13px);
	float: left;
	box-sizing: border-box;
	line-height: 1.2;
	margin-bottom: 8px;
}


.companySub001 dd span.subtxt2,
.companySub003 dd span.subtxt2 {
	font-size: 13px;
	display: inline-block;
	padding-top: 5px;
}


.subbtn {
	position: absolute;
	top: 30px;
	right: 0;
	
}
.subbtn a {
	font-size: 16px;
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 10px 5px 20px;
	margin: 0 auto 0;
	text-align: center;
	transition: background-color .5s;
	cursor: pointer;
	letter-spacing: 1px;
	color: #fff;
	font-family: 'Asap', sans-serif;
	border: 1px solid #000;
	background-color: #000;
	position: relative;
	font-weight: 600;
}

.subbtn a:after {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 5px;
	content:"+";
	font-size: 16px;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: 'Asap', sans-serif;
	font-weight: normal;
}

.subbtn a:hover { background-color: #313131; border: 1px solid #313131; }


.companySub002 { clear: both; }
.companySub002 li {
	float: left;
	width: 50%;
	margin-left: 0px;
	padding: 5px;
	box-sizing: border-box;	
}


.companySub002 dt {
	display: block;
	background-color: #666666;
	color: #FFF;
	font-size: 15px;
	margin-right: 2px;
	line-height: 1.0;
	padding: 5px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

.companySub002 dd {
	padding: 0 15px;
	box-sizing: border-box;
}

.data {
	color: #626262;
	text-align: right;
	font-size: 12px;
	display: block;
	width: 100%;
}
.graf {
	width: 346.5px;
	height: 167px;
	position: relative;
 	margin: 0 auto;
}

.hline {
	height: 1px;
	background-color: #e5e5e4;
	position: absolute;
	top: 135px;
	right: 0;
	width: 259.5px;	
}

.vline {
	width: 1px;
	height: 135px;
	background-color: #e5e5e4;
	position: absolute;
	top: 0;
}

.companySub002 li:nth-of-type(1) .vline {left: 87px;}
.companySub002 li:nth-of-type(2) .graf {width: 297.5px;}
.companySub002 li:nth-of-type(2) .vline {left: 38px;}

.companySub002 dd .graf .datacom p{ font-size: 11px; line-height: 1.2; text-align: center; float: left; width: 86.5px; }
.companySub002 dd .graf .datanum p{ font-size: 12px; line-height: 1.2; text-align:right; }
.companySub002 dd .graf .datagraf p{ float: left; font-size: 11px; color: #ef7a00; width: 86.5px; }
.companySub002 dd .graf .dataline p{ background-image: url(images/line.png); background-repeat: repeat-x; background-position: left top; height: 1px; width: 259.5px; }

.datanum {
	position: absolute;
	top: 10px;
	left: 0;
}
.dataline {
	position: absolute;
	top: 10px;	
}
.datacom {
	position: absolute;
	bottom: 0px;
}

.datagraf {
	position: absolute;
	bottom: 22px;
	
}
.companySub002 li:nth-of-type(1) .datanum {width: 85px;}
.companySub002 li:nth-of-type(2) .datanum {width: 35px;}
.companySub002 li:nth-of-type(1) .datacom,
.companySub002 li:nth-of-type(1) .datagraf,
.companySub002 li:nth-of-type(1) .dataline {left: 87px;}
.companySub002 li:nth-of-type(2) .datacom,
.companySub002 li:nth-of-type(2) .datagraf,
.companySub002 li:nth-of-type(2) .dataline {left: 38px;}
.datanum .datanum001 { margin-top: 32px; }
.datanum .datanum003 { margin-top: 32px; }

.datanum .datanum001-2 { margin-top: 18px; }
.datanum .datanum003-2 { margin-top: 0px; }

.dataline .dataline002 { margin-top: 45px; }
.dataline .dataline004 { margin-top: 4px; }
.dataline .dataline001-2 { margin-top: 38px; }
.dataline .dataline003-2 { margin-top: 59px; }
.companySub002 dd .graf .datagraf p span{ display: block; text-align:center; width: 60px; margin: 0 auto; }

.companySub002 dd .graf .datagraf p.datagraf003 span,
.companySub002 dd .graf .datagraf p.datagraf001 span,
.companySub002 dd .graf .datagraf p.datagraf003-2 span,
.companySub002 dd .graf .datagraf p.datagraf001-2 span{ background-color: #ef7a00; }
.companySub002 dd .graf .datagraf p.datagraf002 span,
.companySub002 dd .graf .datagraf p.datagraf004 span{ background-color: #f7c897; height: 125px; padding-top: 62px; box-sizing: border-box; }

.companySub002 dd .graf .datagraf p.datagraf003 span{ height: 65px; margin-top: 65px; }
.companySub002 dd .graf .datagraf p.datagraf001 span{ height: 40px; margin-top: 85px; }
.companySub002 dd .graf .datagraf p.datagraf003-2 span{ height: 60px; margin-top: 65px; }
.companySub002 dd .graf .datagraf p.datagraf001-2 span{ height: 85px; margin-top: 85px; }

[class*=bar]{
    position: absolute;
    bottom:10px;
    animation: bar-animationA .8s ease-out forwards;
    color: #ef7a00;
}
.bar1{
	left: 15px;
}

.bar2{
	right: 15px;
}
.bar3{
	left: 15px;
}
.bar4{
	right: 15px;
}

.bar5{
	left: 100px;
}

.bar6{
	left: 100px;
}


@keyframes bar-animationA{
  0%{
    height: 0px;
    opacity: 0;
  }
  100%{
      opacity: 1;
  }
  
}

@media screen and (max-width:1403px) { 

.groupTxt { padding: 20px 20px 60px; }
.companyTopBox { padding: 30px 20px; }
.companyTopBox .btn {
	right: 20px;
}
}

.companySub003 {
	background-color: #fbfbfc;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
}


.companySub003 dt {
	color: #d03020;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 10px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background-image: url(images/addplofile002.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	max-width: 374px;
	height: 55px;
}

.entrytop a,
.entrytop a .box75{
	width: 100%;
	height: 100%;
	display: block;
}

.entrytop p {
	color: #fff;
	font-size: 20px;	
}
a:hover .contactBtn:before {
	margin-left: -180px;
	transition: margin-left .5s;
	
}

.swiper-wrapper { padding: 0 80px; box-sizing: border-box; }
.swiper-wrapper li { padding: 0 5px; box-sizing: border-box; }
.swiper-wrapper li div {
	position: relative;
	width: 100%;
	background-color: rgba(255,255,255,0.8);	
}

.swiper-wrapper li dl {
	position: absolute;
	bottom: 20px;
	left: 0px;
	color: #fff;
	width: 100%;
	height: 100px;
	padding: 15px 20px;
	box-sizing: border-box;	
}

.swiper-wrapper li dt {
	font-size: 25px;
	font-weight: 600;
	float: left;
}
.swiper-wrapper li dt span{
	font-family: 'Asap', sans-serif;
	font-size: 15px;
	display: block;
	font-weight: 100;
}

.swiper-wrapper li dd {
	float: right;
	font-family: 'Asap', sans-serif;
	font-size: 15px;
	padding: 5px 10px;
	box-sizing: border-box;
	border: 1px solid #FFF;
}

.swiper-wrapper li figure {
	position: relative;
	padding-top: 159.49367%;
	width: 100%;
	overflow: hidden;
}

.swiper-wrapper li figure img {
	position: absolute;
	top: 0%;
	left: 0%;
	object-fit: cover;
  	width: 100%;
	height: 100%;
  	box-sizing: border-box;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

.swiper-wrapper li a:hover figure img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.swiper-wrapper li figure span{
	position: absolute;
	bottom: 40px;
	left: -10px;
	color: #000;
	width: 120%;
	height: 100px;
	padding: 15px 20px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.8);
	transform: rotate(-5deg);
	content: "";	
}

.swiper-wrapper li a:hover dd {
	background-color: #333;
}


.swiper-wrapper li a .hoverBg {
	background-color: rgba(255,255,255,0.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: right top;
	transform: scale(1, 1);
	transition: transform .3s;	
}

.swiper-wrapper li a:hover .hoverBg {
	transform-origin: left top;
	transform: scale(0, 1);
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	margin-top: -34px;
	width: 67px;
	height: 68px;
	background-repeat: no-repeat;
	z-index: 99999;
	cursor: pointer;
}

.swiper-button-prev {
	left: 0px;
	background-image: url(images/icon-prev.png);	
}
.swiper-button-next {
	right: 0px;
	background-image: url(images/icon-next.png);	
}
.caladetail { position: relative; padding: 30px 290px 30px 30px; box-sizing: border-box; width: 100%; max-width: 816px; background-color: rgba(255,255,255,0.98); }

.caladetailImg {
	position: relative;
	width: 90%;
	overflow: hidden;	
}

.caladetailTxt {
	position: absolute;
	bottom: 60px;
	right: 40px;
	width: 280px;
}

.caladetailTxt dt{
	font-size: 35px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.1;	
}
.caladetailTxt dt span{
	font-size: 15px;
	display: block;
	color: #959495;
	font-weight: 200;
	letter-spacing: 1px;
}
.caladetailTxt dd{
	font-size: 15px;
	line-height:1.8;
}


.headerContetns h1 a:hover,
.headerNav h2 a:hover,
footer h2 a:hover,
.bnrBox li a:hover figure img,
.swiper-button-prev:hover,
.swiper-button-next:hover {opacity:0.7; filter: alpha(opacity=70); -ms-filter: "alpha( opacity=70 )";}

/* sub */
.subCat .subTtl {
	font-size: 60px;
	text-align: center;
	line-height: 1.1;
	margin-bottom: 30px;
}
.subCat .subTtl span{
	font-size: 20px;
	display: block;
	color: #b5b5b5;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}
.subCat h5 {
	font-size: 25px;
	color: #ef7a00;
	font-weight: 700;
	margin: 10px 0px 20px;
	padding: 5px 10px;
	box-sizing: border-box;
	border: 1px solid #ef7a00;
}
.subCat figure {
	position: relative;
	width: 100%;
	padding-top: 66.6666%;
	overflow: hidden;
}
.subCat .subCat2 figure {
	position: relative;
	width: 50%;
	padding-top: 33.3333%;
	overflow: hidden;
	float: left;
}
.subCat figure img,
.subCat .subCat2 figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subCat p {line-height: 1.8; font-size: 15px; margin-top: 10px;}
.subCat li {float: left; width: 50%; padding: 30px 0; box-sizing: border-box;}
.subCat li:first-child{ border-right: 1px solid #ccc; padding-right: 29px;}
.subCat li:nth-of-type(2){ padding-left: 30px;}

.groupBtn {padding-bottom: 80px; box-sizing: border-box;}
.groupBtn ul{text-align: center;}
.groupBtn li {display: inline-block; padding: 0 30px; box-sizing: border-box;}
.groupBtn .btn a {padding: 18px 80px 18px 100px;}
.groupBtn .btn a:after {margin-left: -100px;}

/* form
---------------------------------------------- */
	input[type=text],textarea,input[type=password] {
			background-color: #fff;
			padding: 8px;
			width: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			border: 1px solid #ddd;
	}
	input.boxShort,input.box60 {width: 10%;}
	input.box120 {width: 20%;}
	input.box140 {width: 40%;}
	input.boxMiddle,input.box380,input.box300 {width: 70%;}
	input.boxLong,input.box1000 {width: 100%;}
	.box95,textarea.box380 {width: 100%;}
	
	.styledRadio {
		display: inline-block;
		vertical-align: middle;
		margin-right: 2px;
		margin-bottom: 2px;
	}
	.radioV input br{ padding-bottom: 80px; }
	select {
		/*　矢印を消す　*/
		-webkit-appearance:none;
		-moz-appearance:none;
			text-indent: .01px; /* Firefox用 */
			text-overflow: ""; /* Firefox用 */
		appearance:none;
		 
		/*　背景画像の指定　*/
		width: auto;
		height: 40px;
		padding: 5px 20px 5px 5px;
		background-color: #fff;
		background-image: url(images/select.png);
		background-repeat: no-repeat;
		background-size: 7px 10px;
		background-position: right 5px center;
		cursor: pointer;
		border: 1px solid #ddd;
		margin: 0 5px 5px 0;
	}
	.detailshopping select { width: 150px; }
	.selectV select {width: 20%;}
	
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		select:not(:target) {
			padding-right:0;
			background-image: none;
		}
	}

/* hover */


/* font 
--------------------------------------------- */
.f10 { font-size: 10px; }
.f11 { font-size: 11px; }
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }
.f17 { font-size: 17px; }
.f18 { font-size: 18px; }
.f19 { font-size: 19px; }
.f20 { font-size: 20px; }
.f25 { font-size: 25px; }
.f30 { font-size: 30px; }
.f35 { font-size: 35px; }
.f40 { font-size: 40px; }
.f45 { font-size: 45px; }
.f50 { font-size: 50px; }
.f55 { font-size: 55px; }
.f60 { font-size: 60px; }
.f65 { font-size: 65px; }
.f70 { font-size: 70px; }

.txtC,.alignC { text-align: center; }
.txtR,.alignR { text-align: right; }
.txtL,.alignL { text-align: left; }

a.txtD { text-decoration: underline; color: #000; }

.pb60 { padding: 60px 0;}
.pb30 { padding: 30px 0;}
.mb30 { margin-bottom: 30px; }
.mb10 { margin-bottom: 10px; }

.box75 {
	width: 100%;
	padding: 80px;
	box-sizing: border-box;
}

.box1500 {
	width: 100%;
	padding: 0;
	max-width: 1500px;
	margin: 0 auto;
	box-sizing: border-box;
}

@media screen and (max-width:1500px) { 
.box1180 {
	padding: 60px 20px;
	max-width: 100%;
}
}

.green { background-color: #2d7638; }
.gryBorder { border: #d7d7d7;}
.gryTxt { background-color: #7d7d7d; }
.gryBg { background-color: #f0f1f3; }

.borderB { border-bottom: 1px dashed #d7d7d7;}
.borderR { border-right: 1px dashed #d7d7d7;}
.borderL { border-left: 1px dashed #d7d7d7;}


.fontB { font-weight: bold; }

.asap {font-family: 'Asap', sans-serif;}
.notosans {font-family: 'Noto Sans JP', sans-serif;}
.notoserif {font-family: 'Noto Serif JP', sans-serif;}
.ubuntu {font-family: 'Ubuntu', sans-serif;}
.ebgaramond {font-family: 'EB Garamond', serif;}
.lato{font-family: 'Lato', sans-serif;}
.roboto{font-family: 'Roboto', sans-serif;}
.montserrat{font-family: 'Montserrat', sans-serif;}
.oswald{font-family: 'Oswald', sans-serif;}

:hover { transition:background-color .5s, color .5s, opacity .5s;}
.pcno { display: none; }

/* slide */
#_btn {
  overflow: hidden;
  background-color: rgba(255,255,255,1.0);
  height: 80px;
  width: 80px;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 999999999;
}

#_btn_nav {
  float: left;
  cursor: pointer;
  position: relative;
}

#nav_open {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 80px;
  width: 80px;
}

#nav_close {
  position: relative;
  z-index: 2;
  top: -30px;
  height: 80px;
  width: 80px;
}

#fadeLayer {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.6);
  visibility:hidden;
  z-index: 99999998;
  cursor: pointer;
}

#menu {
  	position: relative;
  	z-index: 0;
  	top: 30px;
	margin: 0 auto;
 	height: 20px;
	width: 20px;
    cursor: pointer;
}

#menu .bar {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 50%;
	margin-left: -10px;
    transition: .15s ease-in-out;
}

#_btn:hover { background-color: #eee; }

#bar01 {top: 0;}
#bar02 {top: 6px;}
#bar03 {top: 12px;}

.active #bar01 {
    top: 7.5px;
    transform: rotate(45deg);
}
.active #bar02 {width: 0;}
.active #bar03 {
    top: 7.5px;
    transform: rotate(-45deg);
}

@media screen and (max-width:1200px) { 
.groupBox .box75 {
	padding: 20px;	
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
#sliderbox li figure {
	height: 50vh;
}


}