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

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

.gnavi{
	display: flex;
	padding: 40px 20px 40px 0;
	align-items: center;
}

.gnavi ul{
	display: flex;
}

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

.gnavi ul li a:before {
	content: "";
	display: block;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	-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);
}

.gnavi ul li a:hover:before {
    left: 0;
    right: auto;
    width: 100%;
  }


.snslink{
	display: flex;
	align-items: center;
}

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

.snslink a img{
	width: 30px;
	transition: all 0.5s;
}
.snslink a+a{
	width: 80px;
	height: 80px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	border: 1px solid #AAAAAA;
	text-align: center;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	position: relative;
}
.snslink a:first-child:hover img{
	transform: scale(0.8);
	transition: all 0.5s;
}

.arrow-button__border{
	position: absolute;
	left: -1px;
	top: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}

.arrow-button__border svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    stroke: #fff;
    stroke-width: 1px;
    fill: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    stroke-dasharray: 207.34512px 207.34512px;
    stroke-dashoffset: 207.34512px;
    visibility: hidden;
    -webkit-transition: visibility 0s 1.5s;
    transition: visibility 0s 1.5s;
    -webkit-animation: arrow-button__border-out 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: arrow-button__border-out 1.5s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.snslink a:hover .arrow-button__border svg{
    visibility: inherit;
    -webkit-transition: none;
    transition: none;
    -webkit-animation: arrow-button__border-over 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: arrow-button__border-over 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards
}


@-webkit-keyframes arrow-button__border-over {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        stroke-dashoffset: 0
    }
}

@keyframes arrow-button__border-over {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes arrow-button__border-out {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        stroke-dashoffset: 0
    }

    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        stroke-dashoffset: -207.34512px
    }
}

@keyframes arrow-button__border-out {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        stroke-dashoffset: 0
    }

    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        stroke-dashoffset: -207.34512px
    }
}
.menu{
	display: none;
}

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

#breadcrumb{
	margin: 20px 0 ;
	font-size: 1.4rem;
	font-weight: bold;
}

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

.hdLwrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hdLwrap img{
	height: 90px;
}

.hdL{
	margin-bottom: 30px;
	display: flex;
}
.hdL h2{
	font-weight: bold;
	font-size: 4rem;
	margin-right: 25px;
	line-height: 4.7rem;
}
.hdL p{
	font-size: 1.4rem;
	align-self: flex-end;
	line-height: 1.9rem;
	padding-bottom: 10px;
}

.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: flex;
}

#side{
	width: 200px;
	flex-shrink: 0;
	margin-right: 40px;
}

#main{
	width: 100%;
}


#footer{
	background: #0D0D0D;
	margin-top: 100px;
}
.footerin{
	display: flex;
	padding: 100px 0;
}

.footerInfo{
	padding-left: 100px;
	width: 50%;
	display: flex;
	align-items: center;
}
.footerInfo img{
	height: 200px;
	margin-right: 40px;
}

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

.footerCompany a{
	color: #fff;
}

.footerCompanyName{
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: bold;
	margin-bottom: 15px;
	color: #FFFFFF;
}

.footerCompanyAddr{
	font-size: 1.6rem;
	line-height: 3.4rem;
	color: #FFFFFF;
}

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

.footerLinkBoxWrap{
	display: flex;
}
.footerLinkBox{

}

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

.footerLinkBox ul li{
	font-size: 1.6rem;
	line-height: 1.9rem;
	font-weight: bold;
}
.footerLinkBox ul li+li{
	margin-top: 10px;
}
.footerLinkBox ul li a{
	color: #fff;
	display: inline-block;
}
.footerSNS{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.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.8rem;
	font-weight: bold;
	line-height: 2.7rem;
	padding: 27px 80px 27px 40px;
	background: url("../image/common/yazirushi_black.svg") right 40px center no-repeat;
	background-size: 40px;
}
.topicsList li a span{
	line-height: 2.2rem;
	margin-right: 40px;
}

.wp-pagenavi{
	text-align: right;
	margin-top: 30px;
}

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


.topicsDetailTit{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.7rem;
	padding-bottom: 17px;
	margin-bottom: 40px;
	border-bottom: 1px solid #BBBBBB;
}

.topicsDetailTit span{
	line-height: 2.2rem;
	margin-right: 40px;
}


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

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

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

.commonBtn a{
	display: block;
	text-align: center;
	font-size: 2rem;
	line-height: 2.4rem;
	border: 1px solid #bbb;
	padding: 37px 0;
	-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;
}
.commonBtn a span {
	display: inline-block;
	padding: 0 55px;
	background: url("../image/common/yazirushi_black.svg") right center no-repeat;
	background-size: 40px auto;
	position: relative;
	z-index: 2;
}
.commonBtn a: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);
}
.commonBtn a:hover {
	color: #ffffff;
}
.commonBtn a:hover span {
	background: url("../image/common/yazirushi_white.svg") right center no-repeat;
	background-size: 40px auto;
}
.commonBtn a:hover:before {
    left: 0;
    right: auto;
    width: 100%;
  }


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

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

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

.hdM01{
	font-size: 2.4rem;
	line-height: 3.2rem;
	margin-bottom: 40px;
}

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

.itemBox{
	width: 225px;
	margin: 0 10px 40px;
}

.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: 15px;
}
.itemImg img{
	width: 100%;
}


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


.itemBtn a{
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 1.6rem;
	font-weight: bold;
	border: 1px solid #bbb;
	-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;
}

.itemBtn a span{
	display: inline-block;
	background: url("../image/common/cart.svg") left center no-repeat;
	background-size: 17px;
	padding-left: 30px;
	position: relative;
	z-index: 2;
}

.itemBtn a: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);
}
.itemBtn a:hover {
	color: #ffffff;
}
.itemBtn a:hover span {
	background: url("../image/common/cart_white.svg") left center no-repeat;
	background-size: 17px;
}
.itemBtn a:hover:before {
    left: 0;
    right: auto;
    width: 100%;
  }


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

.sideSubTit{
	margin-bottom: 20px;
	font-size: 1.4rem;
	line-height: 2.1rem;
}
.sideList{
	border-bottom: 1px solid #bbb;
}

.sideList li{
	margin-bottom: 18px;
	font-size: 1.4rem;
	line-height: 2.1rem;
}
.sideList li a:before{
	content: "-";
	margin-right: 5px;
}

.hdM01{
	font-size: 2.4rem;
	line-height: 3.2rem;
	margin-bottom: 40px;
	font-weight: bold
}

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

.itemBox{
	width: 225px;
	margin: 0 10px 40px;
}

.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: 15px;
}
.itemImg img{
	width: 100%;
}


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


.itemBtn a{
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 1.6rem;
	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: 17px;
	padding-left: 30px;
}

.moreInfo{
	margin-top: 80px;
}

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

.hdM02 span{
	font-size: 3.4rem;
	line-height: 4.1rem;
	margin-right: 15px;
}

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

.caseBox{
	width: 50%;
	margin: 0 0 40px;
	padding: 0 30px;
}

.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: 15px;
	position: relative;
}

.caseImg:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}



.moreInfo{
	margin-top: 80px;
}

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

.hdM02 span{
	font-size: 3.4rem;
	line-height: 4.1rem;
	margin-right: 15px;
}

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

.caseBox{
	width: 50%;
	margin: 0 0 40px;
	padding: 0 30px;
}

.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: 15px;
	position: relative;
}

.caseImg:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: url("../image/common/logo_white.svg") center center no-repeat rgba(13,13,13,0.5);
	background-size: 187px auto;
	content: '';
	opacity: 0;
	transition: opacity .3s;
}
.caseBox a:hover .caseImg:before {
	opacity: 1;
}
.caseImg img{
	width: 100%;
}


.caseTxtWrap{
	position: relative;
}

.caseName{
	font-size: 1.6rem;
	line-height: 2.1rem;
	font-weight: bold;
}

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

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

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

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

.caseCate{
	font-size: 1.5rem;
	line-height: 2.4rem;
	color: #BBBBBB;
	margin-bottom: 10px;
	font-weight: bold;
}
.caseTxt{
	font-size: 1.8rem;
	line-height: 2.9rem;
	font-weight: bold;
}

.caseDetailImg{
	margin-bottom: 40px;
}

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

.caseDetailDate{
}

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


/*-home---------------------*/
.sp {
	display: none;
}
.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: 540px;
}
.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: flex;
	align-items: center;
	height: 120px;
	background: #1A1A1A;
	color: #fff;
}
.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: 4rem;
	font-weight: bold;
	text-align: center;
	width: 214px;
}
.topTopicsBox dl {
	position: relative;
	display: flex;
	align-items: center;
	height: 120px;
}
.topTopicsBox dl dt {
	font-family: 'Josefin Sans';
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 0 7px;
	box-sizing: border-box;
	width: 120px;
}
.topTopicsBox dl dd {
	width: calc(100% - 120px);
	padding: 0 80px 0 0;
	box-sizing: border-box;
}
.topTopicsBox dl dd a {
	/*display: block;*/
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #fff;
	padding-right: 50px;
	background: url("../image/common/yazirushi_white.svg") right center no-repeat;
	background-size: 40px auto;
	font-size: 1.8rem;
	font-weight: bold;
}
.topTopicsLink {
	position: absolute;
	width: 120px;
	height: 120px;
	z-index: 2;
	top: 0;
	right: 0;
}
.topTopicsLink a {
	display: flex;
	width: 120px;
	height: 120px;
	background: #0D0D0D;
	align-items: center;
	justify-content: center;
}
.topTopicsLink a img {
	width: 36px;
}
.topConceptArea {
	overflow: hidden;
	padding-bottom: 410px;
}
.topConceptInner {
	position: relative;
	padding-top: 722px;
}
.topConceptImg01 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: calc(100% + (100vw - 1200px)/2);
	min-width: calc(100% + 20px);
	height: 500px;
	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: absolute;
	left: 47%;
	top: 400px;
	z-index: 3;
	width: calc(53% + (100vw - 1200px)/2);
	min-width: calc(53% + 20px);
	height: 640px;
	overflow: hidden;
}
.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: absolute;
	right: 0;
	bottom: 0;
	z-index: 4;
	width: 35%;
	height: 630px;
	overflow: hidden;
}
.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: 60%;
	font-size: 1.8rem;
	line-height: 2;
}
.ttlTop {
	display: flex;
	align-items: baseline;
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 50px;
}
.ttlTop span {
	font-size: 4rem;
	font-weight: bold;
	display: inline-block;
	margin-right: 24px;
}
.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: 410px;
	margin-bottom: 80px;
}
.txtTop {
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.topConceptBtn {
	margin-top: 80px;
}

.btnTopLink01 {
	width: 100%;
	max-width: 600px;
	height: 100px;
	box-sizing: border-box;
	border: 1px solid #0D0D0D;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	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 55px;
	background: url("../image/common/yazirushi_black.svg") right center no-repeat;
	background-size: 40px auto;
	position: relative;
	z-index: 2;
}
.btnTopLink01 span.blank {
	padding: 0 24px;
	background: url("../image/common/link_black.svg") right center no-repeat;
	background-size: 15px 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: 40px auto;
}
.btnTopLink01:hover span.blank {
	background: url("../image/common/link_white.svg") right center no-repeat;
	background-size: 15px auto;
}
.btnTopLink01:hover:before {
    left: 0;
    right: auto;
    width: 100%;
  }

.topItemArea {
	background: url("../image/top/bg_patturn.png") center center repeat;
}

.topItemInner {
	position: relative;
	padding: 325px 0 172px;
}

.topItemImg01 {
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-50%);
	z-index: 2;
	width: calc(100% + (100vw - 1200px)/2);
	min-width: calc(100% + 20px);
	height: 460px;
	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: -80px;
}
.topItemList li {
	width: 50%;
	padding-left: 80px;
	margin-bottom: 50px;
	float: left;
	box-sizing: border-box;
}
.topItemList li a {
	display: block;
}
.topItemList .topItemImg {
	width: 100%;
	padding-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.topItemList .topItemImg:before {
	position: absolute;
	width: 100%;
	height: calc(100% - 15px);
	left: 0;
	top: 0;
	z-index: 2;
	background: url("../image/common/logo_white.svg") center center no-repeat rgba(13,13,13,0.5);
	background-size: 187px auto;
	content: '';
	opacity: 0;
	transition: opacity .3s;
}
.topItemList li a:hover .topItemImg:before {
	opacity: 1;
}
.topItemList .topItemImg img {
	width: 100%;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.topItemList .topItemTtl {
	font-size: 1.4rem;
	font-weight: bold;
	background: url("../image/common/yazirushi_black.svg") right 15px no-repeat;
	background-size: 40px auto;
	line-height: 1.2;
}

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

.topItemBtn {
	text-align: center;
}

.topCaseArea {
	position: relative;
	padding-top: 385px;
}
.topCaseImg01 {
	position: absolute;
	right: 0;
	top: -86px;
	z-index: 2;
}

.topCaseBox {
  margin: 0 0 0 -calc((100vw - 1200px)/2);
}
.swiper-container {
  padding-left: calc((100vw - 1200px)/2);
}
.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;
}
.topCaseBox .swiper-wrapper .swiper-slide {
  margin-right: 80px !important;
   width: 560px !important;
}
.topCaseBox a.caseSwiperBox {
  position: relative;
  display: block;
}

.topCaseBox .topCaseImg {
	line-height: 0;
	overflow: hidden;
	width: 100%;
	padding-bottom: 15px;
	position: relative;
}

.topCaseBox .topCaseImg:before {
	position: absolute;
	width: 100%;
	height: calc(100% - 15px);
	left: 0;
	top: 0;
	z-index: 2;
	background: url("../image/common/logo_white.svg") center center no-repeat rgba(13,13,13,0.5);
	background-size: 187px auto;
	content: '';
	opacity: 0;
	transition: opacity .3s;
}
.topCaseBox a.caseSwiperBox:hover .topCaseImg:before {
	opacity: 1;
}
.topCaseBox .topCaseImg img {
	max-width: 560px;
	width: 100%;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.topCaseBox .topCaseTtl {
	position: relative;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
}

.topCaseBox .topCaseTtl span.en {
	display: block;
	font-size: 2.4rem;
}
.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: 40px auto;
	padding-right: 54px;
	font-size: 1.6rem;
	font-weight: normal;
}


.topAboutArea {
	padding: 70px 0 100px;
}
.topAboutImg {
	float: left;
	width: 50%;
	text-align: center;
	padding: 20px;
}
.topAboutImg img {
	width: 240px;
}
.topAboutBox {
	font-size: 1.8rem;
	overflow: hidden;
}
.topAboutBtn {
	margin-top: 40px;
}

.topContactArea{
	background: #0D0D0D;
	width: 100%;
	height: 200px;
	padding: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 100px;
	color: #fff;
}
.topContactArea h2{
	font-size: 4rem;
	color: #fff;
	width: 50%;
	text-align: center;
}
.topContactBtn {
	width: 50%;
	border-left: 1px solid #BBBBBB;
	box-sizing: border-box;
}
.topContactBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 140px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}
.topContactBtn a span {
	display: inline-block;
	padding-right: 54px;
	background: url("../image/common/yazirushi_white.svg") right center no-repeat;
	background-size: 40px auto;
	transition: all 0.5s;

}

.topContactBtn a:hover span {
	padding-right: 80px;
	transition: all 0.5s;
}

.informationList{
	margin-bottom: 40px;
}

.informationForm dl{
	display: flex;
	margin-bottom: 40px;
}

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

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

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

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


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

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

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

.argee{
	text-align: center;
	margin: 60px 0 40px;
}

.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: 100px;
	box-sizing: border-box;
	border: 1px solid #0D0D0D;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	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 55px;
	background: url("../image/common/yazirushi_black.svg") right center no-repeat;
	background-size: 40px 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: 40px 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: 230px;
	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: 104px;
	color: #fff;
	font-size: 4rem;
	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: 60px;
}
.conceptTopLogo {
	margin-bottom: 40px;
}
.conceptTopLogo img {
	width: 540px;
}
.conceptTopTtl {
	margin-bottom: 15px;
}
.conceptTopTtl span {
	display: inline-block;
	background: #0D0D0D;
	padding: 0 30px;
	color: #fff;
	font-size: 3.4rem;
	line-height: 1.88;
	margin-bottom: 16px;
	font-weight: bold;
}
.conceptTopText {
	font-size: 1.6rem;
	line-height: 2;
	font-weight: bold;
}
.conceptStoryArea {}
.conceptStoryInner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 100px;
}
.conceptStoryBox {
	padding-left: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
}
.conceptStoryImg {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 50%;
}
.ttlConcept01 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.4;
}
.ttlConcept01 span {
	display: block;
	font-size: 12rem;
	transform: rotate(-90deg) translate(1em,-1em);
	position: relative;
}
.ttlConcept01 span:before {
	position: absolute;
	width: 100%;
	height: 10px;
	background: #0D0D0D;
	left: calc(100% + 50px);
	top: 50%;
	margin-top: -5px;
	content: '';
	z-index: 2;
}
.conceptStoryList {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 170px;
}
.conceptStoryList p {
	margin-left: 40px;
}
.conceptStoryList .pos {
	position: absolute;
	left: calc((1200px - 100vw)/2);
	top: 0;
	z-index: 2;
	margin: 0;
}
@media screen and (max-width: 1240px){
	.conceptStoryList .pos {
		display: none;
	}
}

.conceptPackageArea {
	margin-bottom: 160px;
}
.conceptPackageImg {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 50px;
}
.packageDesign {
	padding: 18px 0 12px 10px;
	font-size: 1.6rem;
	line-height: 1.1875;
	color: #AAAAAA;
	font-weight: bold;
}
.packageName {
	padding: 10px 0 0 0;
	font-size: 1.6rem;
	font-weight: bold;
}
.conceptPackageBox {
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	padding-top: 70px;
}
.conceptPackageText {
	width: 100%;
	max-width: 450px;
}

.conceptAboutArea {
	padding-top: 230px;
	position: relative;
}
.ttlConcept02 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.1;
	text-align: right;
}
.ttlConcept02 span {
	display: block;
	font-size: 11rem;
	line-height: 1.2;
	position: relative;
	margin-bottom: -20px;
}
.ttlConcept02 span:before {
	position: absolute;
	width: 200%;
	height: 10px;
	background: #0D0D0D;
	right: calc(100% + 50px);
	top: 45px;
	content: '';
	z-index: 2;
}
.conceptAboutL {
	padding: 300px 0 0 380px;
	margin-bottom: 60px;
	position: relative;
}
.conceptAboutL .conceptAboutImg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 720px;
	height: 440px;
	z-index: 1;
}
.conceptAboutL .conceptAboutImg img {
	display: block;
	width: 100%;
	height: 440px;
	object-fit: cover;
}
.conceptAboutL .conceptAboutBox {
	background: #fff;
	padding: 50px 0 50px 65px;
	position: relative;
	z-index: 2;
}
.conceptAboutR {
	padding: 300px 380px 0  0;
	margin-bottom: 60px;
	position: relative;
}
.conceptAboutR .conceptAboutImg {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	max-width: 720px;
	height: 440px;
	z-index: 1;
}
.conceptAboutR .conceptAboutImg img {
	display: block;
	width: 100%;
	height: 440px;
	object-fit: cover;
}
.conceptAboutR .conceptAboutBox {
	background: #fff;
	padding: 50px 65px 50px 0;
	position: relative;
	z-index: 2;
}

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

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

.conceptCraftArea {
}

.ttlConcept04 {
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 80px;
}
.ttlConcept04 span {
	display: block;
	font-size: 11rem;
	line-height: 1.2;
	position: relative;
	margin-bottom: -20px;
}

.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: 10px;
	width: calc((100vw - 1200px)/2);
	right: calc(100% - 10px);
	top: 50%;
	transform: translateY(-50%);
	content: '';
	z-index: 2;
	background: #0D0D0D;
}
.conceptLogo {
	width: 100%;
	max-width: 400px;
}
.conceptCraftL .conceptCraftInner {
	display: flex;
	justify-content: flex-end;
}
.conceptCraftL .conceptCraftBox {
	width: 100%;
	max-width: 920px;
	background: #fff;
	padding: 60px;
	box-sizing: border-box;
}
.txtTop .subTxt {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	display: block;
}
.conceptCraftR .conceptCraftImg:before {
	position: absolute;
	height: 10px;
	width: calc((100vw - 1200px)/2);
	left: calc(100% - 10px);
	top: 50%;
	transform: translateY(-50%);
	content: '';
	z-index: 2;
	background: #0D0D0D;
}
.conceptCraftR .conceptCraftBox {
	width: 100%;
	max-width: 920px;
	background: #fff;
	padding: 60px;
	box-sizing: border-box;
}


.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 - 160px) !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.8rem;
	line-height: 2.2rem;
	margin-bottom: 5px;
	font-weight: bold;
}
.collaboMainTit{
	font-size: 3.4rem;
	line-height: 5.1rem;
	font-weight: bold;
}
.collaboMainSubmit{
	font-size: 1.8rem;
	line-height: 2.7rem;
	margin-bottom: 10px;
}
.collaboMainName{
	font-size: 3.4rem;
	line-height: 5.1rem;
	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 {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 100px;
    z-index: 30;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    outline: none;
}

.collaboSwiperWrap .swiper-button-next-custom {
    right: 60px;
	background: url("../image/collabo/arraw_right.svg") center center no-repeat;
	background-size: 30px;
}

.collaboSwiperWrap .swiper-button-prev-custom {
    left: 60px;
	background: url("../image/collabo/allaw_left.svg") center center no-repeat;
	background-size: 30px;
}

.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;
	margin: 0 -30px;
	flex-wrap: wrap;
}

.collaboBox{
	width: 360px;
	margin: 0 30px 60px;
}

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


.collaboBoxImg:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: url("../image/common/logo_white.svg") center center no-repeat rgba(13,13,13,0.5);
	background-size: 187px auto;
	content: '';
	opacity: 0;
	transition: opacity .3s;
}
.collaboBox a:hover .collaboBoxImg:before {
	opacity: 1;
}

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

.collaboBoxTit{
	font-size: 1.5rem;
	line-height: 2.2rem;
	font-weight: bold;
}

.collaboBoxName{
	font-size: 2rem;
	line-height: 2.7rem;
	font-weight: bold;
	margin-top: 8px
}

.collaboDetailWrap{
	position: relative;
}

.collaboDetailBox{
	margin-top: 60px;
}

.collaboDetailBoxTit{
	font-size: 2.4rem;
	line-height: 3.2rem;
	font-weight: bold;
}

.collaboDetailBoxName01{
	color: #627B2A;
}

.collaboDetailBoxName02{
	color: #627B2A;
}

.collaboDetailBoxImg{
	margin: 30px 0;
}

.collaboDetailBoxTxt{
	margin: 30px 0;
}

.collaboDetailTwoColumn{
	display: flex;
}
.collaboDetailTwoColumn .collaboDetailBoxImg{
	width: 50%;
}

.collaboDetailTwoColumn .collaboDetailBoxTxt{
	width: 50%;
	padding-left: 40px;
}

.collaboDetailPerson{
	background: #F8F8F8;
	padding: 40px;
	margin-top: 50px;
}

.collaboDetailPersonTit{
	font-size: 3.4rem;
	line-height: 4.1rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.collaboDetailPersonList dl{
	display: flex;
}
.collaboDetailPersonList dl+dl{
	margin-top: 25px;
}

.collaboDetailPersonList dl dt{
	width: 160px;
	flex-shrink: 0;
	-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: 30px;
}

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

.collaboDetailPersonInfo{
	font-size: 1.8rem;
	line-height: 2.7rem;
	font-weight: bold;
	margin-bottom: 15px;
}

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

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

.collaboSwiper {
	margin-bottom: 50px;
}
