@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------*/

*{
	margin:0;
	padding:0;
}


body {
	min-height: 100%;
	font-size: 2.22vw;
	line-height: 150%;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 300;
	color: #000000;
	-webkit-text-size-adjust: 100%;
}
img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
a {
	overflow: hidden;
	outline: none;
	color: #000000;
	text-decoration:none;
}
.pc_hide {
}

.sp_hide {
	display: none !important;
}

a {
	opacity: 1;/*-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;*/
}
a:hover {
}

.sp_hide {
	display: none;
}

.pc_hide {
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
/*-----------------------------------------------------------*/
/*ヘッダー*/

#header_wrap {
	width: 100vw;
	margin: 0px auto;
}
#header {
	width: 100vw;
	height: 20.00vw;
	margin: 0px auto;
	position: relative;
}
/**/

#header h1 {
	line-height: 100%;
	font-size: 0px;
	position: absolute;
	top: 4.58vw;
	left: 5.00vw;
}

#header h1 img {
	width:65.98vw;
	height:13.49vw;
}

/**/


/*-----------------------------------------------------------*/
/*メイン画像*/

#main_img{
	width:100vw;
	height:94.17vw;
	margin:0 auto;
	background:url(sp/sp_main_img.png) no-repeat;
	background-size:cover;
	position:relative;
}

#main_img dl{
	position:absolute;
	top:32.78vw;
	left:4.17vw;
	color:#fff;
	font-weight:100;
}

#main_img dl dt{
	font-size:6.67vw;
	line-height:100%;
	color:#fff;
	margin-bottom:4.17vw;
}

#main_img dl dd{
	font-size:3.89vw;
	line-height:139%;
}

#main_img .scroll{
	display:none;
	position:absolute;
	bottom:-8.11vw;
	left:12.84vw;
	z-index:1000;
}

/*
#main_img .scroll img{
	width:4.73vw;
	height:22.64vw;
}

.img_box{
  animation: img_box_9955 3s linear infinite;
  transform-origin: 50% 50%;
  margin: 1rem 0 !important;
}
 
@keyframes img_box_9955 {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(-10px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }
}
*/


#main_img .scroll_txt{
	display:none;
	position:absolute;
	bottom:8.11vw;
	left:13.78vw;
	z-index:10000;
}

#main_img .scroll_txt img{
	width:3.58vw;
	height:1.08vw;
}



#main_img .new_item{
	width:58.61vw;
	position:absolute;
	bottom:0;
	right:0;
	background:#fff;
}

#main_img .new_item a{
	display: block;
	text-decoration: none;
	/*
	-webkit-transition: all .3s;
	transition: all .3s;
	*/
	background-image: url(index/img_arrow.png);
	background-position:  left 18.33vw bottom 4.17vw;
	background-repeat: no-repeat;
	background-size:10.42vw 2.36vw;
}




#main_img .new_item .left_col{
	float:left;
	width:29.17vw;
}

#main_img .new_item .left_col .new{
	margin:3.89vw 0 0 2.36vw;
	font-size:2.78vw;
	letter-spacing:0.1em;
	color:#29A6DD;
}

#main_img .new_item .left_col .cat_name{
	font-size:3.61vw;
	margin:1.39vw 0 0 2.36vw;
	color:#4D4D4D;
}

#main_img .new_item .left_col .detail{
	font-size:3.19vw;
	font-weight:300;
	color:#666666;
	margin:4.31vw 0 4.17vw 9.72vw;
}

/*
#main_img .new_item .left_col .detail a{
	color:#666666;
	display: block;
	width:18.75vw;
	line-height: 3.47vw;
	margin:4.31vw 0 0 9.72vw;
	text-decoration: none;
	/*
	-webkit-transition: all .3s;
	transition: all .3s;
	*/
	/*background-image: url(index/img_arrow.png);
	background-position:  right 0.74vw bottom 0.3vw;
	background-repeat: no-repeat;
	background-size:10.42vw 2.36vw;
}

/*
#main_img .new_item .left_col .detail a:hover{
	-webkit-transition: all .3s;
	transition: all .3s;
	background-image: url(index/img_arrow.png);
	background-position:  right 0vw bottom 0.3vw;
	z-index:100;
}
*/



#main_img .new_item .right_col{
	float:right;
	width:21.67vw;
	margin:3.75vw 3.19vw 0vw 0;
}

#main_img .new_item .right_col img{
	width:21.67vw;
	height:18.19vw;
}

/*-----------------------------------------------------------*/
/*コンテンツ*/

#contents_block01{
	width:100vw;
	margin:0 auto;
	background:url(sp/sp_bg_02.png) no-repeat;
	background-size:cover;
	overflow:hidden;
}

#contents_block01 .concept{
	width:90.28vw;
	margin:0 auto 11.11vw auto;
}

#contents_block01 .concept h3{
	font-size:4.86vw;
	font-weight:300;
	letter-spacing:0.2em;
	color:#333333;
	padding-top:8.61vw;
	text-align:center;
	padding-bottom:3.47vw;
	border-bottom:1px solid #39B04A;
}

#contents_block01 .concept h3::before{
	content:'CONCEPT';
	display:block;
	font-size:3.47vw;
	font-weight:200;
	letter-spacing:0.1em;
	color:#73C58A;
	margin-bottom:3.47vw;
}

#contents_block01 .concept h3 span{
	font-size:4.86vw;
}

#contents_block01 .concept .txt01{
	font-size:4.17vw;
	line-height:190%;
	letter-spacing:0.1em;
	text-align:center;
    margin-top:2.78vw;
}

#contents_block01 .concept .txt02{
	font-size:4.44vw;
	line-height:256%;
	letter-spacing:0.1em;
	text-align:center;
	margin:3.61vw 0 5.56vw 0;
}

#contents_block01 .concept .txt02 span.u01{
	border-bottom:6px solid #5DA03A;
}

#contents_block01 .concept .txt02 span.u02{
	border-bottom:6px solid #175A91;
}

#contents_block01 .concept .txt03{
	font-size:4.17vw;
	line-height:190%;
	letter-spacing:0.1em;
	text-align:center;
}

/**/

#contents_block01 .point01{
	width:100vw;
	margin:0 auto 44.72vw auto;
	position:relative;
}


#contents_block01 .point01 .left_col{
}

#contents_block01 .point01 .left_col img{
	width:100vw;
	height:54.44vw;
}


#contents_block01 .point01 .right_col{
	position:absolute;
	top:44.72vw;
	left:50%;
	width:87.08vw;
	margin-left:-43.54vw;
	background:#5DA03A;

}

#contents_block01 .point01 .right_col dl{
	margin:8.33vw 0 8.33vw 9.72vw;
	color:#fff;
}

#contents_block01 .point01 .right_col dl dt{
	font-size:4.86vw;
	font-weight:400;
	letter-spacing:0.1em;
}

#contents_block01 .point01 .right_col dl dt::before{
	content:'';
	display:inline-block;
	background:url(index/icon_01.png) no-repeat;
	background-size:contain;
	width:4.03vw;
	height:4.03vw;
	margin-right:1.81vw;
	position:relative;
	top:0.34vw;
}

#contents_block01 .point01 .right_col dl dd{
	font-size:3.75vw;
	margin-top:4.31vw;
	line-height:141%;
}

#contents_block01 .point01 .right_col dl .detail{
	font-size:1.01vw;
	font-weight:300;
}

#contents_block01 .point01 .right_col dl .detail a{
	font-size:3.61vw;
	font-weight:400;
	color:#fff;
	display: block;
	width:23.75vw;
	line-height: 3.47vw;
	margin:2.08vw 0 0 43.61vw;
	text-decoration: none;
	/*
	-webkit-transition: all .3s;
	transition: all .3s;
	*/
	background-image: url(index/img_arrow02.png);
	background-position:  right 0vw bottom 0.3vw;
	background-repeat: no-repeat;
	background-size: 13.61vw 2.08vw;
}

/*
#contents_block01 .point01 .right_col dl a:hover{
	-webkit-transition: all .3s;
	transition: all .3s;
	background-image: url(index/img_arrow02.png);
	background-position:  right 0vw bottom 0.3vw;
	z-index:100;
}
*/

/**/

#contents_block01 .point02{
	width:100vw;
	margin:0 auto 44.72vw auto;
	position:relative;
}

#contents_block01 .point02 .left_col{
}

#contents_block01 .point02 .left_col img{
	width:100vw;
	height:54.44vw;
}

#contents_block01 .point02 .right_col{
	position:absolute;
	top:44.72vw;
	left:50%;
	width:87.08vw;
	margin-left:-43.54vw;
	background:#359FBC;

}

#contents_block01 .point02 .right_col dl{
	margin:8.33vw 0 8.33vw 9.72vw;
	color:#fff;
}

#contents_block01 .point02 .right_col dl dt{
	font-size:4.86vw;
	font-weight:400;
	letter-spacing:0.1em;
}

#contents_block01 .point02 .right_col dl dt::before{
	content:'';
	display:inline-block;
	background:url(index/icon_02.png) no-repeat;
	background-size:contain;
	width:4.03vw;
	height:4.03vw;
	margin-right:1.81vw;
	position:relative;
	top:0.34vw;
}

#contents_block01 .point02 .right_col dl dd{
	font-size:3.75vw;
	margin-top:4.31vw;
	line-height:141%;
}

#contents_block01 .point02 .right_col dl .detail{
	font-size:1.01vw;
	font-weight:300;
}

#contents_block01 .point02 .right_col dl .detail a{
	font-size:3.61vw;
	font-weight:400;
	color:#fff;
	display: block;
	width:23.75vw;
	line-height: 3.47vw;
	margin:2.08vw 0 0 43.61vw;
	text-decoration: none;
	/*-webkit-transition: all .3s;
	transition: all .3s;*/
	background-image: url(index/img_arrow02.png);
	background-position:  right 0vw bottom 0.3vw;
	background-repeat: no-repeat;
	background-size: 13.61vw 2.08vw;
}

/*
#contents_block01 .point02 .right_col dl a:hover{
	-webkit-transition: all .3s;
	transition: all .3s;
	background-image: url(index/img_arrow02.png);
	background-position:  right 0vw bottom 0.3vw;
	z-index:100;
}
*/

/**/

#contents_block01 .point03{
	width:100vw;
	margin:0 auto 35.56vw auto;
	position:relative;
}

#contents_block01 .point03 .left_col{
}

#contents_block01 .point03 .left_col img{
	width:100vw;
	height:54.44vw;
}

#contents_block01 .point03 .right_col{
	position:absolute;
	top:44.72vw;
	left:50%;
	width:87.08vw;
	margin-left:-43.54vw;
	background:#266696;

}

#contents_block01 .point03 .right_col dl{
	margin:8.33vw 0 8.33vw 9.72vw;
	color:#fff;
}

#contents_block01 .point03 .right_col dl dt{
	font-size:4.86vw;
	font-weight:400;
	letter-spacing:0.1em;
}

#contents_block01 .point03 .right_col dl dt::before{
	content:'';
	display:inline-block;
	background:url(index/icon_03.png) no-repeat;
	background-size:contain;
	width:4.03vw;
	height:4.03vw;
	margin-right:1.81vw;
	position:relative;
	top:0.34vw;
}

#contents_block01 .point03 .right_col dl dd{
	font-size:3.75vw;
	margin-top:4.31vw;
	line-height:141%;
}

#contents_block01 .point03 .right_col dl .detail{
	font-size:1.01vw;
	font-weight:300;
}

#contents_block01 .point03 .right_col dl .detail a{
	font-size:3.61vw;
	font-weight:400;
	color:#fff;
	display: block;
	width:23.75vw;
	line-height: 3.47vw;
	margin:2.08vw 0 0 43.61vw;
	text-decoration: none;
	/*-webkit-transition: all .3s;
	transition: all .3s;*/
	background-image: url(index/img_arrow02.png);
	background-position:  right 0vw bottom 0.3vw;
	background-repeat: no-repeat;
	background-size: 13.61vw 2.08vw;
}

/*
#contents_block01 .point03 .right_col dl a:hover{
	-webkit-transition: all .3s;
	transition: all .3s;
	background-image: url(index/img_arrow02.png);
	background-position:  right 0vw bottom 0.3vw;
	z-index:100;
}
*/

/**/

#contents_block02{
	width:100vw;
	margin:0 auto;
	background: url(sp/sp_bg_03.png) no-repeat;
	background-size:cover;
	overflow:hidden;
}

#contents_block02 .product{
	width:84.03vw;
	margin:0 auto 6.11vw auto;
	overflow:hidden;
	position:relative;
}

#contents_block02 .product h3{
	font-size:4.86vw;
	font-weight:300;
	letter-spacing:0.1em;
	text-align:center;
	color:#333333;
	margin-top:10.83vw;
	margin-bottom:4.86vw;
}

#contents_block02 .product h3::before{
	content:'PRODUCT';
	display:block;
	font-size:3.33vw;
	font-weight:200;
	letter-spacing:0.1em;
	color:#29A6DD;
	margin-bottom:2.08vw;	
}

#contents_block02 .product .btn01{
	display:none;
	width:12.77vw;
	border:1px solid #aeaeae;
	position:absolute;
	top:8.78vw;
	right:0;
}

/*
#contents_block02 .product .btn01 a{
	display:block;
	width:12.77vw;
	line-height:3.85vw;
	text-indent:2.57vw;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-image: url(index/img_arrow03.png);
	background-position:  right 0.74vw bottom 1.28vw;
	background-repeat: no-repeat;
	background-size: 4.32vw 1.22vw;
}

#contents_block02 .product .btn01 a:hover{
	-webkit-transition: all .3s;
	transition: all .3s;
	background-image: url(index/img_arrow03.png);
	background-position:  right 0vw bottom 1.28vw;
	z-index:100;
}
*/

#contents_block02 .product .left_col{
	width:78.71vw;
	background:#fff;
    box-shadow: 0 0 6px #aeaeae;
	margin:0 auto 3.06vw auto;
	overflow:hidden;
}

#contents_block02 .product .left_col a{
	display: block;
	text-decoration: none;
	/*-webkit-transition: all .3s;
	transition: all .3s;*/
	background-image: url(index/img_arrow03.png);
	background-position:  right 4.17vw bottom 4.17vw;
	background-repeat: no-repeat;
	background-size: 11.53vw 2.92vw;
}

#contents_block02 .product .left_col dl{
	margin-top:5.56vw;
}

#contents_block02 .product .left_col dl dt{
	text-align:center;
}

#contents_block02 .product .left_col dl dt img{
	width:39.41vw;
	height:33.75vw;
}

#contents_block02 .product .left_col dl dd{
	margin-top:3.33vw;
	margin-left:4.17vw;
}

#contents_block02 .product .left_col dl dd .txt01{
	font-size:3.47vw;
	letter-spacing:0.1em;
	color:#29A6DD;
}

#contents_block02 .product .left_col dl dd .txt02{
	font-size:6.25vw;
	color:#4D4D4D;
	margin-top:2.50vw;
}

#contents_block02 .product .left_col dl dd .txt03{
	font-size:3.89vw;
	line-height:140%;
	color:#1A1A1A;
	margin-top:3.47vw;
}

#contents_block02 .product .left_col dl dd .detail{
	font-size:3.47vw;
	color:#4D4D4D;
	line-height: 3.47vw;
	margin:2.50vw 0 3.89vw 50.33vw;
}

/*#contents_block02 .product .left_col dl dd .detail a{
	font-size:3.47vw;
	color:#4D4D4D;
	display: block;
	width:19.51vw;
	line-height: 3.47vw;
	margin:2.50vw 0 3.89vw 53.33vw;
	text-decoration: none;
	/*-webkit-transition: all .3s;
	transition: all .3s;*/
	/*background-image: url(index/img_arrow03.png);
	background-position:  right 0vw bottom 0.3vw;
	background-repeat: no-repeat;
	background-size: 11.53vw 2.92vw;
}
*/

/*
#contents_block02 .product .left_col dl dd .detail a:hover{
	-webkit-transition: all .3s;
	transition: all .3s;
	background-image: url(index/img_arrow03.png);
	background-position:  right 0vw bottom 0.3vw;
	z-index:100;
}
*/

#contents_block02 .product .right_col{
	width:82vw;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}

#contents_block02 .product .right_col dl{
	display:inline-block;
	width:37.85vw;
	height:30.80vw;
	margin:0 1.11vw 3.47vw 1.11vw; 
}

#contents_block02 .product .right_col dl a{
	display: block;
	text-decoration: none;
	background-image: url(index/img_arrow04.png);
	background-position:  right 1.33vw bottom 0.3vw;
	background-repeat: no-repeat;
	background-size: 10.56vw 2.78vw;
}

#contents_block02 .product .right_col dl.cat01{
	background:#A88558;
}

#contents_block02 .product .right_col dl.cat02{
	background:#84949B;
}

#contents_block02 .product .right_col dl.cat03{
	background:#5DA03A;
}

#contents_block02 .product .right_col dl.cat04{
	background:#359FBC;
}

#contents_block02 .product .right_col dl dt{
	font-size:4.17vw;
	text-align:left;
	margin:9.03vw 0 0 3.06vw;
	color:#fff;
}

#contents_block02 .product .right_col dl dd{
	margin-top:10.42vw;
	margin-left:17.06vw;
	font-size:3.33vw;
	color:#fff;
	text-align:left;
}

/*#contents_block02 .product .right_col dl dd a{
	font-size:3.33vw;
	color:#fff;
	display: block;
	width:18.06vw;
	line-height: 3.47vw;
	text-align:left;
	text-decoration: none;
	/*-webkit-transition: all .3s;
	transition: all .3s;*/
/*	background-image: url(index/img_arrow04.png);
	background-position:  right 0vw bottom 0.3vw;
	background-repeat: no-repeat;
	background-size: 10.56vw 2.78vw;
}
*/
/*
#contents_block02 .product .right_col dl dd a:hover{
	-webkit-transition: all .3s;
	transition: all .3s;
	background-image: url(index/img_arrow04.png);
	background-position:  right 0vw bottom 0.3vw;
	z-index:100;
}
*/

/**/
#contents_block03{
	width:100vw;
	margin:0 auto;
	background: url(sp/sp_bg_04.png) no-repeat;
	background-size:cover;
	overflow:hidden;
}

#contents_block03 .kind{
	width:94.31vw;
	margin:10.83vw auto 0vw auto;
	position:relative;
	background:#fff;
}

#contents_block03 .kind h3{
	font-size:4.99vw;
	font-weight:300;
	letter-spacing:0.1em;
	text-align:center;
	color:#333333;
	padding-top:5.14vw;
	margin-bottom:5.97vw;
}

#contents_block03 .kind h3::before{
	content:'KIND';
	display:block;
	font-size:3.84vw;
	font-weight:200;
	letter-spacing:0.1em;
	color:#5DA03A;
	margin-bottom:1.22vw;	
}

#contents_block03 .kind .btn01{
	width:32.39vw;
	border:1px solid #aeaeae;
	position:absolute;
	bottom:7.36vw;
	left:50%;
	margin-left:-16.20vw;
}

#contents_block03 .kind .btn01 a{
	display:block;
	font-size:3.89vw;
	width:32.39vw;
	line-height:10.43vw;
	text-indent:3.33vw;
	text-decoration: none;
	/*-webkit-transition: all .3s;
	transition: all .3s;*/
	background-image: url(index/img_arrow03.png);
	background-position:  right 3.61vw bottom 3.47vw;
	background-repeat: no-repeat;
	background-size: 10.83vw 1.94vw;
}

/*
#contents_block03 .kind .btn01 a:hover{
	-webkit-transition: all .3s;
	transition: all .3s;
	background-image: url(index/img_arrow03.png);
	background-position:  right 0vw bottom 1.28vw;
	z-index:100;
}
*/

#contents_block03 .kind .icon{
	position:absolute;
	top:-5.14vw;
	left:4.58vw;
}

#contents_block03 .kind .icon img{
	width:11.15vw;
	height:9.86vw;
}

#contents_block03 .kind p{
	width:84.34vw;
	margin:0 auto;
	font-size:3.89vw;
	line-height:136%;
}

#contents_block03 .kind .btn_block{
	width:100%;
	margin-top:5.00vw;
	margin-bottom:0.69vw;
	text-align:center;
}

#contents_block03 .kind .btn_block .btn02{
	display:inline-block;
	width:41.67vw;
	height:13.19vw;
	border:1px solid #949494;
	box-sizing:border-box;
	margin:0 1.39vw 2.78vw 1.39vw;
	vertical-align:top;
	text-align:left;

}

#contents_block03 .kind .btn_block .btn02 a{
	display:block;
	width:37.06vw;
	margin-top:4.17vw;
	margin-left:3.89vw;
	line-height:115%;
	font-size:3.75vw;
	letter-spacing:0.1em;
	color:#27875C;
	
}

#contents_block03 .kind .btn_block .type02 a{
	margin-top:2.36vw;
}

#contents_block03 .kind .bnr_block{
	width:100%;
	margin-bottom:8.19vw;
	padding-bottom:18.33vw;
	overflow:hidden;
	text-align:center;
}

#contents_block03 .kind .bnr_block .bnr{
	display:block;
	margin-bottom:4.58vw;
	text-align:center;
}

#contents_block03 .kind .bnr_block .bnr img{
	width:86.81vw;
	height:27.50vw;
}


/*-----------------------------------------------------------*/
/*お問い合わせ*/


#contact_wrap{
	width:100vw;
	margin:0 auto;
	overflow:hidden;
}

#contact_wrap .left_col{
	width:100%;
	height:54.44vw;
}


#contact_wrap .right_col {
	width:100%;
    background: url(sp/sp_bg_05.png) 0% 0% / cover no-repeat;
	overflow:hidden;
}

#contact_wrap .right_col h4 {
    margin-top: 8.75vw;
    margin-bottom: 5.69vw;
    font-size: 4.86vw;
    font-weight: 300;
	line-height:100%;
    color: #fff;
    text-align: center;
	position:relative;
}

#contact_wrap .right_col h4:before{
    content: '';
    position: absolute;
    bottom: -2.08vw;
    display: inline-block;
    width: 21.00vw;
    height: 1px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
}

#contact_wrap .right_col p {
	font-size:3.47vw;
    text-align: center;
    font-weight: bold;
    line-height: 175%;
    color: #FFFFFF;
}

#contact_wrap .right_col .tel {
    color: #fff;
    margin-top: 6.94vw;
    text-align: center;
}

#contact_wrap .right_col .tel dt {
    font-size: 8.67vw;
    font-weight: 300;
}

#contact_wrap .right_col .tel dt::before{
	content:'';
	display:inline-block;
	background:url(common/contact_tel.png) no-repeat;
	background-size:contain;
	width:7.32vw;
	height:8.02vw;
	margin-right:1.81vw;
	position:relative;
	bottom:-0.47vw;
	
}

#contact_wrap .right_col .tel dd {
    margin-top: 3.75vw;
    font-size: 5.56vw;
    font-weight: 300;
}

#contact_wrap .right_col .mail02 {
    text-align: center;
    margin-top: 5.28vw;
    margin-bottom: 7.64vw;
}

#contact_wrap .right_col .com {
    text-align: center;
    color: #fff;
    margin-bottom: 10.42vw;
    font-size: 4.17vw;
	line-height:168%;
}

#contact_wrap .right_col .com dd{
    font-size: 3.47vw;
}

#contact_wrap .left_col iframe {
    width: 100%;
	height:54.44vw;
    filter: grayscale(100%);
}



/*-----------------------------------------------------------*/
/*フッター*/
#footer_wrap {
	width: 100vw;
	margin: 0px auto;
	background-color: #333333;
	overflow:hidden;
}

#footer {
	width: 100%;
	margin: 0px auto;
}
/**/

.foot_content {
	width:100%;
	overflow: hidden;
	margin-bottom:10.14vw;
}

.foot_content .left_col {
	width:100%;
}

.foot_content .left_col h1{
	line-height: 100%;
	font-size: 0px;
	margin-top:7.36vw;
	text-align:center;
}

.foot_content .left_col h1 img{
	width:64.59vw;
	height:13.21vw;
}

.foot_content .left_col dl{
	margin-top:5.56vw;
	text-align:center;
}

.foot_content .left_col dl dt{
	font-size:3.61vw;
	line-height:150%;
	color:#fff;
}

.foot_content .left_col dl dd{
	font-size:3.61vw;
	line-height:150%;
	color:#fff;
}

.foot_content .left_col dl dd a{
	color:#fff;
}

.foot_content .right_col{
	width:100%;
	margin-top:4.17vw;
}


.foot_content .right_col p{
	font-size:1.94vw;
	color:#c7c7c7;
	text-align:center;
	letter-spacing:0.15em;
}


.totop {
	width:100vw;
	height:16.67vw;
}

.totop img {
	width:100vw;
	height:auto;
}

/*-----------------------------------------------------------*/
/**
* ドロワー開放時のスタイル
**/
body.drawer-opened #page{
	left: 0px;
	box-shadow: 1px 0 2px #000;
	-webkit-box-shadow: 1px 0 2px #000;
}
body.drawer-opened .fixed-content{
	left: 0px;
}
body.drawer-opened #drawernav{
	right: 0px;
}
body.drawer-opened #humberger .icon-bar{
	background: #fff;
}
body.drawer-opened #humberger :nth-child(1){
	transform:translate(0,8px) rotate(45deg);
	-webkit-transform:translate(0,8px) rotate(45deg);
}
body.drawer-opened #humberger :nth-child(2){
	transform:translate(-20px ,0);
	-webkit-transform:translate(-20px ,0);
	opacity:0;
}
body.drawer-opened #humberger :nth-child(3){
	transform:translate(0,-8px) rotate(-45deg);
	-webkit-transform:translate(0,-8px) rotate(-45deg);
}
body.drawer-opened #overlay{
	z-index: 3;
	opacity: 0.3;
	left: 0px;
}
/*-----------------------------------------------------------*/
#drawernav{
    position: fixed;
	overflow-y: scroll;
    top: 0;
    right: -100%;
    width: 100%;;
    height: 100%;
	background-image:url(sp/sp_bg.png);
	background-size:cover;
	/*color: #fff;*/
    z-index: 10000;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
       -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
            transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
 
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
       -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
            transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}

#drawernav a{
	/*color:#fff;*/
	text-decoration:none;
}

#gnavi{
	width: 63%;
	height:100vh;
	position: absolute;
	/*position:fixed;*/
	right: 0px;
	top: 0px;
	z-index: 10000;
	background-color:#fff;
	}

#gnavi h2 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:5.00vw;
	margin-left:9.72vw;
	line-height:100%;
	/*margin-top:-35px;
	text-indent:1em;*/
	color:#000;
	font-weight:normal;
	letter-spacing:0.05em;
	position:relative;
	top:-8.48vw;
}

#gnavi ul {
	overflow: hidden;
	padding: 1em 0;
}

#gnavi ul li {
	list-style-type: none;
	border-bottom: 1px solid #999999;
}

#gnavi ul li:first-child {
	border-top: 1px solid #999999;
}

#gnavi ul li a {
	text-decoration: none;
	display: block;
	padding: 5.28vw 0 4.17vw 0;
	padding-left:6.25vw;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 4.17vw;
	color:#000;
}

#gnavi ul li a span{
	color:#5DA03A;
	margin-right:0.25em;
}

#gnavi .sp_tel {
	width:100%;
	margin-top:7.64vw;
	text-align:center;
}

#gnavi .sp_tel img {
	width:45.14vw;
	height:8.19vw;
}

#gnavi .sp_mail {
	width:100%;
	margin-top:6.94vw;
	margin-bottom:30.14vw;
	text-align:center;
}

#gnavi .sp_mail img{
	width:54.31vw;
	height:20.00vw;
}
/**/

.close_btn{
	text-align: right;
}

.close_btn a{
	text-decoration: none;
	font-size: 5vw;
}

.close_btn a img {
	width: 11.11vw;
	height: auto;
	margin-top: 4.58vw;
	margin-right: 4.17vw;
}

/*-----------------------------------------------------------*/
#header #btn_gnavi{
	width: 11.11vw;
	line-height: 14.33vw;
	font-size: 0px;
	position: absolute;
	right: 4.86vw;
	top:4.58vw;
	/*top: 50%;*/
	/*margin-top: -9.61vw;*/
	z-index:9999;}

#header #btn_gnavi img{
	width: 11.11vw;
	height: 14.33vw;
}

