@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}
	t{
		display: inline-block;
	}
	box{
		display: inline-block;
		overflow: hidden;
		height: 1.3em;
    margin-bottom: -0.3em;
		opacity: 0;
	}

	*+html .clearfix {
		zoom: 1;
	}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#cover_load{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: #FFF;
	z-index: 100;

}
#cover_load .load_line{
	position: fixed;
	top: 50%;
	background-color: #000;
	left: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	transform: scaleX(0);
	transition: 6s;
}
#cover_load.on .load_line{
	transform: scaleX(0.8);
}
#cover_load.conon .load_line{
	transition: 0.3s !important;
	transform: scaleX(1) !important;
}
#cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: #FFF;
	z-index: 90;
	display: none;
}
.cursor{
	position: fixed;
display: none;
	top:0;
	left: 0;
}


/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
    margin-bottom: 21px;
    font-size: 4.4vw;
    font-family: 'Roboto';
    font-weight: 600;
	letter-spacing: 1.5px;
}
#main .sec07 .headLine01 {
    margin-bottom: 41px;
    font-size: 4.4vw;
    font-family: 'Roboto';
    font-weight: 500;
	letter-spacing: 0.7px;
}
#main .headLine_s {
    margin-bottom: 51px;
    font-size: 1.6rem;
    font-weight: 500;
	    font-family: 'Noto Serif JP', serif;
	line-height: 1.1;
	display: inline-block;
	margin-bottom: 51px;
}
span.wpcf7-not-valid-tip {
	transform: translateY(10px);
    height: 0;
}
@media all and (min-width: 1601px) {
	#main .headLine01 {
		font-size: 7rem;
	}
	#main .sec07 .headLine01 {
		font-size: 7rem;
	}
}

@media all and (max-width: 767px) {
	#main .headLine01 {
		margin-bottom: 0px;
		font-size: 7.9vw;
		letter-spacing: 0.5px;
	}
	#main .sec07 .headLine01 {
		margin-bottom: 0px;
		font-size: 7.9vw;
		letter-spacing: 0.5px;
	}

}


/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 138px;
	font-size: 1.7rem;
	color: #f0f0f0;
	font-weight: 500;
	position: relative;
	padding-left: 40px;
	font-family: 'Roboto';
	letter-spacing: 1px;
}
#main .headLine02.color {
	color: #000;
}
#main .headLine02:before {
	margin-top: -1px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 31px;
	height: 1px;
	background-color: #fff;
	content: "";
}

#main .white .headLine02:before ,
#main .headLine02.color:before {
	background-color: #000;
}

@media all and (max-width: 767px) {
	#main .headLine02 {
		margin-bottom: 72px;
		font-size: 1.4rem;
		padding-left: 39px;
	}
	#main .headLine02:before {
		margin-top: -3px;
	}

}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
#main .headLine03 {
    margin-bottom: 33px;
    font-size: 3.8rem;
    font-family: 'Roboto';
    font-weight: 500;
    letter-spacing: 2.7px;
}

@media all and (max-width: 767px) {
	#main .headLine03 {
		margin-bottom: 22px;
		font-size: 3rem;
		letter-spacing: 1px;
	}

}

/*------------------------------------------------------------
	comTtl
------------------------------------------------------------*/
#main .comTtl {
	color: #BABABA;
	font-family: 'Roboto';
	letter-spacing: 1.1px;
}
#main .comTtl span {
	margin-bottom: 12px;
	display: block;
	color: #f0f0f0;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1.6px;
}

@media all and (max-width: 767px) {
	#main .comTtl {
		letter-spacing: 0.9px;
	}
	#main .comTtl span {
		margin-bottom: 8px;
		font-size: 2.5rem;
		line-height: 1.04;
		letter-spacing: 0.5px;
	}

}

/*------------------------------------------------------------
	hover01
------------------------------------------------------------*/
@media all and (min-width: 768px) {
	.hover01:hover:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}

	.hover01:after {
		-webkit-transition: -webkit-transform .2s cubic-bezier(.215,.61,.355,1);
		transition: -webkit-transform .2s cubic-bezier(.215,.61,.355,1);
		transition: transform .2s cubic-bezier(.215,.61,.355,1);
		transition: transform .2s cubic-bezier(.215,.61,.355,1),-webkit-transform .2s cubic-bezier(.215,.61,.355,1);
		background-color: #1f1f1f;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
	#gNavi .hover01:after {
		background-color: #FFF;
	}
	.hover01:after {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		height: 2px;
		margin: 14px auto 0;
		pointer-events: none;
	}
	header li.on .hover01:after {
		transform: scale(1) !important;
	}
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
#main .comBox {
	width: 80%;
	margin: 0 auto;
}

@media all and (max-width: 1024px) {
	#main .comBox {
		width: 87%;
	}

}

@media all and (max-width: 767px) {
	#main .comBox {
		width: auto !important;
		margin: 0 27px;
	}
}

/*------------------------------------------------------------
	comScroll
------------------------------------------------------------*/
#main .comScroll a {
	width: 65px;
	padding-bottom: 61px;
	text-align: center;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	font-family: 'Roboto';
	letter-spacing: 1.5px;
}
#main .comScroll a:before {
	margin-left: -1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 50px;
	width: 1px;
	background-color: #ccc;
	transition:background-color .3s;

	content: "";
}
#main .comScroll a:after {
	margin-left: -1px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	height: 0px;
	width: 1px;
	background-color: #000;
	content: "";

animation: vertical 2s linear infinite;
	 transition: .6s;
}
#main .comScroll a:hover:before {
	background-color: #000;
}
@keyframes vertical {
    0% { height: 0px;bottom: auto;top:33px }
		49.9% { bottom: auto;top:33px }
	50% { height: 50px ;top: auto;bottom:0}
	100% { height: 0px ;top: auto;bottom:0}
}
@keyframes verticalh {
    0% { bottom: auto;top:33px }
		49.9% { bottom: auto;top:33px }
	50% { height: 50px ;top: auto;bottom:0}
	100% { height: 50px ;top: auto;bottom:0}
}



@media all and (max-width: 767px) {
	#main .comScroll a {
		padding-bottom: 63px;
		font-size: 1.3rem;
		letter-spacing: 1.3px;
	}
	#main .comScroll a:hover:after {
		bottom: 25px;
		height: 25px;
	}

}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink {
	text-align: center;
}
#main .comLink a {
	padding-bottom: 48px;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: 'Roboto';
	letter-spacing: 0.8px;
	position: relative;

}

#main .comLink a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
background: url("../../img/common/icon01_b.png") no-repeat center bottom;
background-size: 18px auto;
background-position:center 40px;;
transition: .3s;
opacity: .4;
}
#main .comLink a:hover::after {
	left: 5px;
	opacity: 1;
}

@media all and (max-width: 767px) {
	#main .comLink a {
		padding-bottom: 49px;
		font-size: 1.4rem;
		background-size: 15px auto;
	}

}

/*------------------------------------------------------------
	comLinkUl
------------------------------------------------------------*/
#main .comLinkUl {
    text-align: right;
}
#main .comLinkUl li {
    display: inline-block;
}
#main .comLinkUl li a {
    font-size: 1.5rem;
    color: #9E9E9E;
    position: relative;
    font-family: 'Roboto';
    letter-spacing: 1.1px;
}
#main .comLinkUl .on a {
    color: #000;
    font-weight: 500;
}
#main .comLinkUl li:not(:first-child) {
    margin-left: 37px;
}

@media all and (max-width: 767px) {
    #main .comLinkUl li a {
        font-size: 1.3rem;
    }
    #main .comLinkUl li:not(:first-child) {
        margin-left: 26px;
    }
}

/*------------------------------------------------------------
	comBack
------------------------------------------------------------*/
#main .sec12 .comBack,
#main .sec14 .comBack {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 1.6rem;
}

#main .sec12 .comBack{
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 1.6rem;
	position: fixed;
	top:50px;
	left: 70px;
	z-index: 50;
}
#main .sec06 .comBack {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 1.6rem;
		position: fixed;
		top:0px;
		left: 70px;
		z-index: 50;
		opacity: 0;
		transition:top .8s,opacity .8s;
}

#main .sec06.black .comBack a{
	color: #FFF
}

#main .comBack.sc {
top: 50px;
opacity:1;
}
#main .comBack a {
    padding-left: 38px;
    display: inline-block;
    letter-spacing: 1px;
    background: url("../../img/common/icon02.png") no-repeat left 1px top 4px;
    background-size: 18px 13px;
		transition: opacity .3s;
}
#main .sec06 .black .comBack a {
	color: #f0f0f0;
}
#main .comBack a:hover {
	opacity: 0.7;
}

@media all and (max-width: 767px) {
	#main .comBack a{
		font-size: 1.3rem;
		padding-left: 30px;
		background-size: 14px auto;
	}
	#main .sec06 .comBack {
		font-size: 1.3rem;
		top: 30px;
left: 27px;
	}
	#main .sec06 .comBack a {
		padding-left: 30px;
		background-size: 14px auto;
	}

	#main .sec12 .comBack{
		font-family: 'Roboto';
		font-weight: 500;
		font-size: 1.6rem;
		position: fixed;
		top:30px;
		left: 0px;
		z-index: 50;
	}

}

/*------------------------------------------------------------
	comDl
------------------------------------------------------------*/
#main .comDl {
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 1px;
}
#main .comDl dt {
    float: left;
    font-weight: 500;
}
#main .comDl dd {
    padding: 0 0 9px 5.6em;
}

@media all and (max-width: 767px) {
	#main .comDl dd {
		padding: 0 0 8px 4.4em;
	}

}

/*------------------------------------------------------------
	comNext
------------------------------------------------------------*/
#main .comNext {
	position: absolute;
	right: 5.8%;
	bottom: 11.9%;
	text-align: right;
	cursor: pointer;
	white-space: nowrap;
}
#main .comNext .num {
	margin-right: 20px;
	padding-right: 0px;
	display: inline-block;
	position: relative;
	font-size: 1.2rem;
	color: #f0f0f0;
	font-family: 'Roboto';
	vertical-align: middle;
}


#main .comNext .next {
	padding-top: 0px;
	display: inline-block;
	text-align: center;

	font-size: 1.5rem;
	color: #f0f0f0;
	font-weight: 500;
	box-sizing: border-box;
	font-family: 'Roboto';
	vertical-align: middle;
	position: relative;
}


@keyframes circle {
	0% { stroke-dasharray: 0 566; }
  99.9%,to { stroke-dasharray: 566 566; }
}
#main .comNext .next span {
	display: inline-block;
}


@media all and (max-width: 767px) {
	#main .comNext {
		position: static;
		margin: 0 27px;
	}
	#main .comNext .num {
		margin-right: 8px;
		padding-right: 0px;
		font-size: 1.1rem;
	}
	#main .comNext .num:before {
		width: 60px;
	}
	#main .comNext .num:after {
		right: 0px;
		width: 60px;
	}
	#main .comNext .next {

		font-size: 1.2rem;
	}
	#main .comNext .next svg{
		transform: scale(0.52) rotate(-90deg);
		transform-origin:center;
		margin:-44px 0 0 -44px;
	}
}
