#wrapper{
	padding-top: 80px;
	background: #fff;
}
#header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	mix-blend-mode: exclusion;
	height: 80px;
	z-index: 999;
}
#header.colornormal{
	mix-blend-mode: normal;
}
.logo{
	width: 95px;
	height: 80px;
	padding: 20px 0 20px 20px;
}

.blank{
	background: url("../image/common/link_white.svg") right center no-repeat;
	background-size: 14px;
	padding-right: 25px;
}

.gnavi{
	display: none;
	padding: 0;
	align-items: center;
}

.gnavi.on{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #000;
	z-index: 998;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.gnavi .blank{
	background: none;
	padding-right: 0;
}

.gnavi ul{
	display: block;
	text-align: center;
}

.gnavi ul li a{
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	margin: 0 20px;
}

.snslink{
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.snslink a{
	display: inline-block;
	margin: 0 20px;
}

.snslink a img{
	width: 30px;
}
.snslink a+a{
	width: 30px;
	height: 30px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: 0;
	text-align: center;
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.menu{
	display: block;
	width: 40px;
	height: 40px;
	margin: 20px 20px 20px 0;
	border: 1px solid #AAAAAA;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	background: url("../image/common/menu_white.svg") center center no-repeat;
	background-size: 18px;
}

.menu.active{
	position: relative;
	z-index: 999;
	background: url("../image/common/close_white.svg") center center no-repeat;
	background-size: 12px;
}

.inner{
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

#breadcrumb{
	margin: 10px 0 ;
	font-size: 1.1rem;
	font-weight: bold;
}

#breadcrumb,
#breadcrumb a{
	color: #BBBBBB;
}


.hdLwrap{
	display: block;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.hdLwrap img{
	height: auto;
	width: 200px;
}

.hdL{
	margin-bottom: 20px;
	display: flex;
}
.hdL h2{
	font-weight: bold;
	font-size: 2rem;
	margin-right: 15px;
	line-height: 2.4rem;
}
.hdL p{
	font-size: 1rem;
	align-self: flex-end;
	line-height: 1.4rem;
	padding-bottom: 0;
}

.hdL span{
	transition: all 1s;
	display: inline-block;
	-webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
    clip-path: polygon(0 0,0 0,0 100%,0 100%)
}

.hdL span.animated{
	transition: all 1s;
	display: inline-block;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%)
}


#sideColumn{
	display: block;
}

#side{
	width: 100%;
	flex-shrink: 0;
	margin-right: 0;
	margin-bottom: 20px;
}

#main{
	width: 100%;
}


#footer{
	background: #0D0D0D;
	margin-top: 30px;
}
.footerin{
	display: block;
	padding: 30px 20px;
}

.footerInfo{
	padding-left: 10px;
	width: 100%;
	display: flex;
	align-items: center;
	padding-right: 10px;
}
.footerInfo img{
	width: 60px;
	height: 100px;
	margin-right: 20px;
}

.footerInfo div{
	padding-left: 20px;
	width: 100%;
}

.footerCompany{
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin-bottom: 5px;
	color: #FFFFFF;
}
.footerCompany span{
	border-bottom: 1px solid #fff;
}

.footerCompanyName{
	font-size: 1.4rem;
	line-height: 1.9rem;
	font-weight: bold;
	margin-bottom: 5px;
	color: #FFFFFF;
}

.footerCompanyAddr{
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #FFFFFF;
}

.footerLinks{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	border-left: 0;
	border-top: 1px solid #BBBBBB;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
#copyright{
	text-align: center;
	border-top: 1px solid #2B2B2B;
	font-size: 1rem;
	line-height: 1.4rem;
	color: #CCCCCC;
	padding: 8px 0;
}

.footerLinkBoxWrap{
	display: flex;
}
.footerLinkBox{
	
}

.footerLinkBox+.footerLinkBox{
	margin-left: 70px;
}

.footerLinkBox ul li{
	font-size: 1.2rem;
	line-height: 1.4rem;
	font-weight: bold;
}
.footerLinkBox ul li+li{
	margin-top: 15px;
}
.footerLinkBox ul li a{
	color: #fff;
	display: inline-block;
}
.footerSNS{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.footerSNS a{
	display: inline-flex;
	align-items: center;
}
.footerSNS img{
	width: 30px;
}



.topicsList li{
	border-bottom: 1px solid #BBBBBB;
}

.topicsList li:first-child{
	border-top: 1px solid #BBBBBB;
}

.topicsList li a{
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.6rem;
	padding: 10px 30px 10px 10px;
	background: url("../image/common/yazirushi_black.svg") right 10px center no-repeat;
	background-size: 20px;
}
.topicsList li a span{
	line-height: 1.6rem;
	margin-right: 20px;
}

.wp-pagenavi{
	text-align: center;
	margin-top: 15px;
}

.wp-pagenavi a,
.wp-pagenavi span{
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 5px;
	font-family: 'Josefin Sans';
}




.topicsDetailTit{
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.6rem;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #BBBBBB;
}

.topicsDetailTit span{
	line-height: 1.6rem;
	margin-right: 20px;
}


.topicsDetailImg{
	max-width: 440px;
	margin: 0 auto 20px;
}
.topicsDetailTxt{
	margin-bottom: 20px;
}

.topicsDetailTxt p+p{
	margin-top: 2em;
}

.commonBtn{
	max-width: 600px;
	margin: 50px auto 0;
}

.commonBtn a{
	display: block;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.9rem;
	border: 1px solid #bbb;
	padding: 15px 0;
	position: relative;
}
.commonBtn a:after{
	content: '';
	background: url("../image/common/yazirushi_black.svg");
	background-size: 20px;
	width: 20px;
	height: 3px;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	margin-left: 10px;
	transition: all 0.5s;
}

.commonBtn a:hover{
	border: 1px solid #0D0D0D;
	background: #0D0D0D;
	color: #fff;
}
.commonBtn a:hover:after{
	transition: all 0.5s;
	background: url("../image/common/yazirushi_white.svg");
	background-size: 20px;
}


.sideTit{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8rem;
	padding-bottom: 10px;
	border-bottom: 1px solid #bbb;
	margin-bottom: 10px;
}

.sideSubTit{
	margin-bottom: 10px;
	font-size: 1.2rem;
	line-height: 1.6rem;
}
.sideList{
	border-bottom: 1px solid #bbb;
}

.sideList li{
	margin-bottom: 10px;
	font-size: 1.2rem;
	line-height: 1.6rem;
}
.sideList li a:before{
	content: "-";
	margin-right: 5px;
}

.hdM01{
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin-bottom: 20px;
}

.itemList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -10px;
}

.itemBox{
	width: calc(50% - 20px);
	margin: 0 10px 20px;
}

.itemImg{
	-webkit-box-shadow: 0 3px 6px rgba(13,13,13,0.16);
	box-shadow: 0 3px 6px rgba(13,13,13,0.16);
	margin-bottom: 10px;
}

.itemImg img{
	width: 100%;
}


.itemTit{
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin-bottom: 10px;
}


.itemBtn a{
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 1.2rem;
	font-weight: bold;
	border: 1px solid #bbb;
}

.itemBtn a span{
	display: inline-block;
	background: url("../image/common/cart.svg") left center no-repeat;
	background-size: 12px;
	padding-left: 25px;
}

.moreInfo{
	margin-top: 40px;
}

.hdM02{
	font-size: 1.4rem;
	line-height: 1.6rem;
	font-weight: bold;
	border-bottom: 1px solid #bbb;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.hdM02 span{
	font-size: 1.6rem;
	line-height: 1.6rem;
	margin-right: 10px;
}

.caseList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -10px;
}

.caseBox{
	width: 50%;
	margin: 0 0 20px;
	padding: 0 10px;
}

.caseImg{
	-webkit-box-shadow: 0 3px 6px rgba(13,13,13,0.16);
	box-shadow: 0 3px 6px rgba(13,13,13,0.16);
	margin-bottom: 10px;
}
.caseImg img{
	width: 100%;
}

.caseTxtWrap{
	position: relative;
}

.caseName{
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: bold;
}

.caseName span{
	font-size: 1rem;
	line-height: 1.2rem;
	display: block;
	margin-bottom: 5px;
}

.caseLink01:after{
	position: absolute;
	right: 0;
	top: 3px;
	background: url("../image/common/yazirushi_black.svg");
	background-size: 20px;
	width: 20px;
	height: 3px;
	content: "";
}

.caseLink02:after{
	position: absolute;
	right: 0;
	top: 3px;
	background: url("../image/common/yazirushi_black.svg");
	background-size: 20px;
	width: 20px;
	height: 3px;
	content: "";
}

.caseDate{
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2rem;
	margin-bottom: 5px;
}

.caseCate{
	font-size: 1rem;
	line-height: 1.2rem;
	color: #BBBBBB;
	margin-bottom: 10px;
	font-weight: bold;
}
.caseTxt{
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: bold;
}

.caseDetailImg{
	margin-bottom: 20px;
}

.caseDetailTit{
	margin-bottom: 10px;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: bold;
}

.caseDetailDate{
}

.caseDetailCate{
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #0D0D0D;
	color: #BBBBBB;
}



/*-home---------------------*/
.pc {
	display: none;
}
.sp {
	display: block;
}
.home #wrapper {
	padding-top: 0;
}
#mainVisual {
	width: 100%;
	height: 100vh;
	background: url("../image/top/img_main.jpg") center center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mainVisual img {
	width: 180px;
}
.topTopicsArea {
	position: relative;
	width: 100%;
}
.topTopicsInner {
	position: absolute;
	width: 100%;
	left: 0;
	top: -50%;
	transform: translateY(-50%);
	z-index: 99;
	overflow: hidden;
}
.topTopicsBox {
	position: relative;
	display: block;
	height: auto;
	background: #1A1A1A;
	color: #fff;
	padding-left: 20px;
}
.topTopicsBox:after {
	position: absolute;
	width: 300%;
	height: 100%;
	content: '';
	z-index: 2;
	left: 100%;
	top: 0;
	background: #1A1A1A;
}
.topTopicsBox h2 {
	font-family: 'Josefin Sans';
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	width: auto;
	position: absolute;
	left: 20px;
	top: 15px;
	line-height: 1;
	z-index: 2;
	
}
.topTopicsBox dl {
	position: relative;
	display: block;
	height: auto;
	padding: 12px 0 15px;
}
.topTopicsBox dl dt {
	font-family: 'Josefin Sans';
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0 0 0 90px;
	box-sizing: border-box;
	width: auto;
	line-height: 2;
}
.topTopicsBox dl dd {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}
.topTopicsBox dl dd a {
	/*display: block;*/
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #fff;
	padding-right: 0;
	background: url("../image/common/yazirushi_white.svg") right 90% no-repeat;
	background-size: 20px auto;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: bold;
}
.topTopicsLink {
	display: none;
}
.topConceptArea {
	overflow: hidden;
	padding-bottom: 50px;
}
.topConceptInner {
	position: relative;
	padding-top: 132px;
}
.topConceptImg01 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: calc(100vw - 20px);
	min-width: calc(100vw - 20px);
	height: 96px;
	overflow: hidden;
}
.topConceptImg01 .js-background-img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;;
	background: url("../image/top/img_concept1.jpg") center center no-repeat;
	background-size: cover;
}
.topConceptImg02 {
	position: relative;
	left: 0;
	top: 0;
	z-index: 3;
	width: calc(100vw - 20px);
	min-width: calc(100vw - 20px);
	height: 192px;
	overflow: hidden;
	margin-top: 30px;
	margin-right: -20px;
}
.topConceptImg02 .js-background-img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;;
	background: url("../image/top/img_concept2.jpg") center center no-repeat;
	background-size: cover;
}
.topConceptImg03 {
	position: relative;
	right: 0;
	bottom: 0;
	z-index: 4;
	width: 140px;
	height: 210px;
	overflow: hidden;
	margin: -52px 0 0 40px;
}
.topConceptImg03 .js-background-img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;;
	background: url("../image/top/img_concept3.jpg") center center no-repeat;
	background-size: cover;
}
.js-show {
    -webkit-clip-path: inset(1% 8% 1% 1%);
    clip-path: inset(1% 8% 1% 1%);
	transition: all .8s;
    -webkit-transform: translate(0,50px);
    transform: translate(0,50px);
    opacity: .5;
}
.js-show.animated {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
	webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
}
.topConceptBox {
	width: 100%;
	font-size: 1.2rem;
	line-height: 2;
}
.ttlTop {
	display: flex;
	align-items: baseline;
	font-size: 1rem;
	line-height: 1.2;
	margin-bottom: 30px;
}
.ttlTop span {
	font-size: 2rem;
	font-weight: bold;
	display: inline-block;
	margin-right: 18px;
}
.ttlTop span b {
    display: inline-block;
    line-height: 1;
	transition: all 1s;
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
    clip-path: polygon(0 0,0 0,0 100%,0 100%);
}
.ttlTop span b.animated {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
}
.topConceptLogo {
	width: 100%;
	max-width: 200px;
	margin-bottom: 30px;
}
.txtTop {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
}
.topConceptBtn {
	margin-top: 30px;
}

.btnTopLink01 {
	width: 100%;
	max-width: 100%;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #0D0D0D;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	font-weight: bold;
	-webkit-transition: all 0.3s cubic-bezier(0.78, 0.07, 0, 1);
    transition: all 0.3s cubic-bezier(0.78, 0.07, 0, 1);
	position: relative;
}
.btnTopLink01 span {
	display: inline-block;
	padding: 0 27px;
	background: url("../image/common/yazirushi_black.svg") right center no-repeat;
	background-size: 20px auto;
	position: relative;
	z-index: 2;
}
.btnTopLink01 span.blank {
	padding: 0 12px;
	background: url("../image/common/link_black.svg") right center no-repeat;
	background-size: 8px auto;
}

.btnTopLink01:before {
	content: "";
	display: block;
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #000000;
	-webkit-transition: all 0.3s cubic-bezier(0.78, 0.07, 0, 1);
			transition: all 0.3s cubic-bezier(0.78, 0.07, 0, 1);
}
.btnTopLink01:hover {
	color: #ffffff;
}
.btnTopLink01:hover span {
	background: url("../image/common/yazirushi_white.svg") right center no-repeat;
	background-size: 20px auto;
}
.btnTopLink01:hover span.blank {
	background: url("../image/common/link_white.svg") right center no-repeat;
	background-size: 8px auto;
}
.btnTopLink01:hover:before {
    left: 0;
    right: auto;
    width: 100%;
  }

.topItemArea {
	background: url("../image/top/bg_patturn.png") center center repeat;
	background-size: 320px auto;
}

.topItemInner {
	position: relative;
	padding: 90px 0 40px;
}

.topItemImg01 {
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-50%);
	z-index: 2;
	width: calc(100vw - 20px);
	min-width: calc(100vw - 20px);
	height: 88px;
	overflow: hidden;
}
.topItemImg01 .js-background-img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;;
	background: url("../image/top/img_concept4.jpg") center center no-repeat;
	background-size: cover;
}


.topItemList {
	margin-left: -20px;
}
.topItemList li {
	width: 50%;
	padding-left: 20px;
	margin-bottom: 25px;
	float: left;
	box-sizing: border-box;
}
.topItemList li a {
	display: block;
}
.topItemList .topItemImg {
	width: 100%;
	padding-bottom: 15px;
	overflow: hidden;
	position: relative;
}

.topItemList .topItemImg img {
	width: 100%;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.topItemList .topItemTtl {
	font-size: 1rem;
	font-weight: bold;
	background: url("../image/common/yazirushi_black.svg") right 8px no-repeat;
	background-size: 20px auto;
	line-height: 1.2;
}

.topItemList .topItemTtl span {
	display: block;
	font-size: 1rem;
}

.topItemBtn {
	text-align: center;
}

.topCaseArea {
	position: relative;
	padding-top: 70px;
}
.topCaseImg01 {
	position: absolute;
	right: 20px;
	top: -10px;
	z-index: 2;
	width: 130px;
}

.topCaseBox {
  margin: 0;
}
.swiper-container {
  padding-left: 20px;
}
.swiper-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.swiper-wrapper .swiper-slide {
  margin-right: 20px;
   width: 220px;
}
.topCaseBox a.caseSwiperBox {
  position: relative;
  display: block;
}

.topCaseBox .topCaseImg {
	line-height: 0;
	overflow: hidden;
	width: 100%;
	padding-bottom: 15px;
	position: relative;
}
.topCaseBox .topCaseImg img {
	width: 100%;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.topCaseBox .topCaseTtl {
	position: relative;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2;
}

.topCaseBox .topCaseTtl span.en {
	display: block;
	font-size: 1rem;
}
.topCaseBox .topCaseTtl span.scrollLineAnime {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	background: url("../image/common/yazirushi_black.svg") right center no-repeat;
	background-size: 20px auto;
	padding-right: 27px;
	font-size: 1rem;
	font-weight: normal;
}


.topAboutArea {
	padding: 35px 0 0;
}
.topAboutImg {
	float: none;
	width: 100%;
	text-align: center;
	padding: 20px;
}
.topAboutImg img {
	width: 120px;
}
.topAboutBox {
	font-size: 1.2rem;
	overflow: hidden;
}
.topAboutBtn {
	margin-top: 24px;
}

.topContactArea{
	background: #0D0D0D;
	width: 100%;
	height: auto;
	padding: 5px 10px;
	display: block;
	margin-top: 30px;
	color: #fff;
}
.topContactArea h2{
	font-size: 2rem;
	width: 100%;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
}
.topContactBtn {
	width: 100%;
	border: 0;
	border-top: 1px solid #BBBBBB;
	box-sizing: border-box;
}
.topContactBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 55px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}
.topContactBtn a span {
	display: inline-block;
	padding-right: 27px;
	background: url("../image/common/yazirushi_white.svg") right center no-repeat;
	background-size: 20px auto;
	
}



.informationList{
	margin-bottom: 20px;
}

.informationForm dl{
	display: block;
	margin-bottom: 20px;
}

.informationForm dt{
	width: 100%;
	flex-shrink: 0;
}
.informationForm dd{
	width: 100%;
}

.radiobox label+label{
	margin-left: 20px;
}

.radiobox input{
	margin-right: 10px;
}

.informationForm textarea{
	width: 100%;
	height: 160px;
	padding: 10px;
	border: 1px solid #707070;
	background: #F8F8F8;
}


.informationForm input[type=text]{
	max-width: 500px;
	width: 100%;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #707070;
	background: #F8F8F8;
}

.informationForm input[type=text].half{
	max-width: 130px;
}

.informationForm .half+.half{
	margin-left: 20px;
}

.argee{
	text-align: center;
	margin: 30px 0 20px;
}

.argee input{
	margin-right: 10px;
}

.submit input{
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 0;
	height: 0;
	opacity: 0;
}
.submit{
	text-align: center;
}
.submit label{
	width: 100%;
	max-width: 600px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #0D0D0D;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	font-weight: bold;
	-webkit-transition: all 0.3s cubic-bezier(0.78, 0.07, 0, 1);
    transition: all 0.3s cubic-bezier(0.78, 0.07, 0, 1);
	position: relative;
}
.submit label span {
	display: inline-block;
	padding: 0 27px;
	background: url("../image/common/yazirushi_black.svg") right center no-repeat;
	background-size: 20px auto;
	position: relative;
	z-index: 2;
}

.submit label:before {
	content: "";
	display: block;
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #000000;
	-webkit-transition: all 0.3s cubic-bezier(0.78, 0.07, 0, 1);
			transition: all 0.3s cubic-bezier(0.78, 0.07, 0, 1);
}


.submit label:hover {
	color: #ffffff;
}
.submit label:hover span {
	background: url("../image/common/yazirushi_white.svg") right center no-repeat;
	background-size: 20px auto;
}
.submit label:hover:before {
    left: 0;
    right: auto;
    width: 100%;
  }





/*-loading---------------------*/
.unLoad {
	overflow: hidden;
	height: 100vh;
	position: relative;
}
.unLoad:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
	content: '';
	background: #fff;
}
#loading {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999999;
	background: url("../image/top/bg_loading.jpg") center center no-repeat;
	background-size: cover;
	transition: all .5s;
	transition-delay: 2.4s;
}
#loading.is_load {
	transform: translateX(100%);
}
.loadingBox {
	text-align: center;
}
.loadingBox .logoImg {
	overflow: hidden;
}
.loadingBox .logoImg  img {
	width: 125px;
	display: block;
	position: relative;
	margin: 0 auto;
	transition: all .5s;
	transition-delay: .6s;
}
.is_load .logoImg img {
	transform: translate(0%, 100%);
}
.loadingTxt {
	text-align: center;
	margin-top: 53px;
	color: #fff;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: .1em;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}
.loadingTxt span b {
    display: inline-block;
    line-height: 1;
	transition: all 1s;
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
    clip-path: polygon(0 0,0 0,0 100%,0 100%);
}
.loadingTxt span b.animated {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
}
.loadingTxt span {
	transition: all .5s;
	position: relative;
	display: block;
}
.is_load .loadingTxt span {
	transform: translate(0%, 100%);
}
.maskLine {
    position: absolute;
	left: 0;
	bottom: 0;
    width: 0;
    height: 2px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.25);
    visibility: hidden;
    opacity: 1;
	transition: width .5s;
}
.maskLine {
    position: absolute;
	left: 0;
	bottom: 0;
    width: 0;
    height: 2px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.25);
    opacity: 1;
	transition: all .5s;
}
.maskLine:before {
    position: absolute;
	left: 0;
	top: 0;
    width: 0;
    height: 2px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    opacity: 1;
	transition: width .5s;
	transition-delay: .7s;
	content: '';
	z-index: 22;
}
.maskLine.animated {
	width: 100%;
}
.is_load .maskLine {
	transition-delay: .3s;
	transform: translateX(100%);
}
.maskLine.animated:before {
	width: 100%;
}

.loadingLine {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}
.loadingLine span {
	position: absolute;
	width: 0;
	height: 33.33%;
	left: 0;
	background: #000;
	z-index: 2;
	transition: width 1s;
}
.loadingLine span:nth-child(1) {
	top: 0;
	transition-delay: 1s;
	
}
.loadingLine span:nth-child(2) {
	top: 33.33%;
	transition-delay: 1.2s;
	
}
.loadingLine span:nth-child(3) {
	top: 66.66%;
	transition-delay: 1.4s;
}
.is_load .loadingLine span {
	width: 100%;
}


/*-concept---------------------*/
.conceptTopArea {
	margin-bottom: 70px;
}
.conceptTopLogo {
	margin-bottom: 20px;
}
.conceptTopLogo img {
	width: 200px;
}
.conceptTopTtl {
	margin-bottom: 10px;
}
.conceptTopTtl span {
	display: inline-block;
	background: #0D0D0D;
	padding: 0 10px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2.14;
	margin-bottom: 10px;
	font-weight: bold;
}
.conceptTopText {
	font-size: 1.2rem;
	line-height: 2;
	font-weight: bold;
}
.conceptStoryArea {}
.conceptStoryInner {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 17px;
}
.conceptStoryBox {
	padding-left: 50px;
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 30px;
}
.conceptStoryImg {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.conceptStoryImg img {
	width: 100%;
	max-width: 134px;
}
.ttlConcept01 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4;
}
.ttlConcept01 span {
	display: block;
	font-size: 4rem;
	transform: rotate(-90deg) translate(1em,-1em);
	position: relative;
}
.ttlConcept01 span:before {
	position: absolute;
	width: 300%;
	height: 4px;
	background: #0D0D0D;
	left: calc(100% + 35px);
	top: 50%;
	margin-top: -2px;
	content: '';
	z-index: 2;
}
.conceptStoryList {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}
.conceptStoryList p:last-child {
	margin-left: 12px;
}
.conceptStoryList .pos {
	display: none;
}

.conceptPackageArea {
	margin-bottom: 50px;
	padding: 0 20px;
}
.conceptPackageImg {
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding-right: 0;
}
.conceptPackageImg img {
	width: 100%;
}
.packageDesign {
	padding: 18px 0 5px 5px;
	font-size: 1.2rem;
	line-height: 1.1875;
	color: #AAAAAA;
	font-weight: bold;
}
.packageProduct {
	line-height: 1;
}
.packageProduct img {
	width: 160px;
}
.packageName {
	padding: 6px 0 0 0;
	font-size: 1.2rem;
	font-weight: bold;
}
.conceptPackageBox {
	overflow: hidden;
	display: block;
	padding-top: 15px;
}
.conceptPackageText {
	width: 100%;
}

.conceptAboutArea {
	padding-top: 130px;
	position: relative;
}
.ttlConcept02 {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.1;
	text-align: right;
}
.ttlConcept02 span {
	display: block;
	font-size: 4rem;
	line-height: 1.2;
	position: relative;
	margin-bottom: -5px;
}
.ttlConcept02 span:before {
	position: absolute;
	width: 200%;
	height: 4px;
	background: #0D0D0D;
	right: calc(100% + 30px);
	top: 16px;
	content: '';
	z-index: 2;
}
.conceptAboutL,
.conceptAboutR{
	padding: 0;
	margin-bottom: 30px;
	position: relative;
}
.conceptAboutL .conceptAboutImg,
.conceptAboutR .conceptAboutImg{
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-bottom: 15px;
}
.conceptAboutL .conceptAboutImg img,
.conceptAboutR .conceptAboutImg img{
	width: 100%;
}
.conceptAboutL .conceptAboutBox,
.conceptAboutR .conceptAboutBox{
	background: #fff;
	padding:0;
	position: relative;
	z-index: 2;
}


.conceptMaterialArea {}
.conceptMaterialInner {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
.conceptMaterialBox {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding-left: 50px;
}
.conceptMaterialImg {
	width: 100%;
	padding: 0 0 0 50px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 35px;
}
.ttlConcept03 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	width: 50px;
}
.ttlConcept03 span {
	display: block;
	font-size: 4rem;
	line-height: 1.2;
	transform: rotate(-90deg) translate(0,5px);
	position: relative;
}
.conceptProcessArea {
	padding-top: 130px;
	position: relative;
}
.conceptProcessArea .ttlConcept02 {
	width: 100%;
	padding-top: 60px;
}
.conceptProcessArea .ttlConcept02 span:before {
	width: 25px;
	height: 40px;
	background:url("../image/concept/icon_title.svg") left top no-repeat;
	background-size: 25px auto;
	left: 0;
	top: -60px;
	content: '';
	z-index: 2;
}

.conceptProcessTemp {
	width: 100%;
	height: 340px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #AAA9A9;
}

.conceptCraftArea {
}

.ttlConcept04 {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 22px;
}
.ttlConcept04 span {
	display: block;
	font-size: 4rem;
	line-height: 1.2;
	position: relative;
	margin-bottom: -5px;
}

.conceptCraftImg {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.conceptCraftItem {
	width: 50%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.conceptCraftL .conceptCraftImg:before {
	position: absolute;
	height: 4px;
	width: 20px;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	z-index: 2;
	background: #0D0D0D;
}
.conceptLogo {
	width: 100%;
	max-width: 93px;
}
.conceptCraftL .conceptCraftInner {
	display: block;
}
.conceptCraftL .conceptCraftBox,
.conceptCraftR .conceptCraftBox{
	width: 100%;
	max-width: 100%;
	background: #fff;
	padding: 20px 0;
	box-sizing: border-box;
}
.txtTop .subTxt {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.5;
	display: block;
}
.conceptCraftR .conceptCraftImg:before {
	position: absolute;
	height: 4px;
	width: 20px;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	z-index: 2;
	background: #0D0D0D;
}



.collaboSwiperWrap{
	position: relative;
}

.collaboSwiperWrap .swiper-container{
	padding-left: 0 !important;
}

.collaboSwiperWrap .swiper-wrapper .swiper-slide{
	margin-right: 0 !important;
}

.collaboSwiperWrap .swiper-pagination{
	max-width: 1240px;
	padding: 0 20px;
	text-align: right;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
}

.collaboMainBox{
	position: relative;
	height: calc(100vh - 80px) !important;
}

.collaboMainImg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-color: #fff;
}
.collaboMainImg:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,0,0,0.2);
}

.collaboMainTxt{
	max-width: 1240px;
	width: 100%;
	padding: 0 20px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	bottom: 110px;
	position: absolute;
}

.collaboMainDate{
	font-size: 1.2rem;
	line-height: 1.4rem;
	margin-bottom: 5px;
	font-weight: bold;
}
.collaboMainTit{
	font-size: 1.4rem;
	line-height: 1.6rem;
	font-weight: bold;
}
.collaboMainSubmit{
	font-size: 1.2rem;
	line-height: 1.4rem;
	margin-bottom: 10px;
}
.collaboMainName{
	font-size: 1.4rem;
	line-height: 1.6rem;
	font-weight: bold;
}
.collaboSwiperWrap .swiper-slide-active .collaboMainTxtIn {
    opacity: 1;
    transform: translateY(0);
    animation: slidetxt_up 0.5s ease-out 0.8s 1 normal both;
}
@keyframes slidetxt_up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.collaboSwiperWrap .swiper-button-prev-custom,
.collaboSwiperWrap .swiper-button-next-custom {
    display: none;
}

.collaboScroll{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	z-index: 60;
}

.collaboScroll a{
	display: block;
	font-size: 1rem;
	line-height: 1.2rem;
	color: #fff;
	font-weight: bold;
	padding-top: 60px;
}

.collaboScroll a:before{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 50px;
	background: rgba(255,255,255,0.5);
	content: "";
}
.collaboScroll a:after{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 50px;
	background: #fff;
	content: "";
	transition: 0.3s ease-in-out;
    animation: btn_scroll 2s ease-out 1s infinite forwards;
    transform-origin: center top;
}
@keyframes btn_scroll {
    0% {
        transform: scale(1, 0);
    }

    95% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 1);
    }

}




.collaboList{
	display: flex;
	justify-content: space-between;
	margin: 0 -10px;
	flex-wrap: wrap;
}

.collaboBox{
	width: calc(50% - 20px);
	margin: 0 10px 30px;
}

.collaboBoxImg{
	position: relative;
	margin-bottom: 10px;
}


.collaboBoxDate{
	font-size: 1.4rem;
	line-height: 1.6rem;
	font-weight: bold;
	color: #bbb;
}

.collaboBoxTit{
	font-size: 1.2rem;
	line-height: 1.4rem;
	font-weight: bold;
}

.collaboBoxName{
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: bold;
}



.collaboDetailWrap{
	position: relative;
}

.collaboDetailBox{
	margin-top: 30px;
}

.collaboDetailBoxTit{
	font-size: 1.4rem;
	line-height: 1.6rem;
	font-weight: bold;
}

.collaboDetailBoxName01{
	color: #627B2A;
}

.collaboDetailBoxName02{
	color: #627B2A;
}

.collaboDetailBoxImg{
	margin: 15px 0;
}

.collaboDetailBoxTxt{
	margin: 15px 0;
}

.collaboDetailTwoColumn{
	display: block;
}
.collaboDetailTwoColumn .collaboDetailBoxImg{
	width: 100%;
}

.collaboDetailTwoColumn .collaboDetailBoxTxt{
	width: 100%;
	padding-left: 0;
}

.collaboDetailPerson{
	background: #F8F8F8;
	padding: 20px;
	margin-top: 25px;
}

.collaboDetailPersonTit{
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.collaboDetailPersonList dl{
	display: block;
}
.collaboDetailPersonList dl+dl{
	margin-top: 15px;
}

.collaboDetailPersonList dl dt{
	width: 160px;
	flex-shrink: 0;
	margin: 0 auto 10px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	-ms-border-radius: 80px;
	-o-border-radius: 80px;
	border-radius: 80px;
}
.collaboDetailPersonList dl dt img{
	width: 100%;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	-ms-border-radius: 80px;
	-o-border-radius: 80px;
	border-radius: 80px;
}

.collaboDetailPersonList dl dd{
	width: 100%;
	padding-left: 0;
}

.collaboDetailPersonName{
	font-size: 1.4rem;
	line-height: 1.6rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.collaboDetailPersonInfo{
	font-size: 1.2rem;
	line-height: 1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.collaboDetailPersonList dl dd a{
	color: #666666;
}

.pageTop{
	position: fixed;
	z-index: 99;
	mix-blend-mode: exclusion;
	width: 50px;
	height: 50px;
	right: 10px;
	bottom: 10px;
	border: 1px solid #fff;
	color: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 1rem;
}

.collaboSwiper {
	margin-bottom: 25px;
}

























