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

/* width960px以下非表示*/
@media (min-width: 960px){
	.navToggle,.tbsp{
		display: none !important;}
}
@media (min-width: 768px){
	.sp_only{
		display: none!important;}
	}

/* all */
body{
	color: #000;
	background-color: #fff;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style: none;
}
/* 幅調整　*/
.w1800{
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
/* 余白調整　*/
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h100{
	height: 100px;
}
/* 背景　*/
.bg_blue{
	background-color: #bad9e8;
}
.bg_blue_d{
	background-color: #08699c;
}
.bg_img01{
	background: url("../img/slide02.jpg") no-repeat;
}
.bg_w{
	background-color: rgba(255,255,255,0.75);
	padding: 20px;
}
.bg_img01{
	background:url("../img/bg_img04.png") no-repeat;
	background-position: bottom left;
	background-size: 50%;
}
.bg_img02{
	background:url("../img/bg_sub02.jpg") no-repeat;
	background-position:center;
	background-size: cover;
}
.bg_img03{
	background:url("../img/bg_img05.png") no-repeat;
	background-position:bottom;
	background-size: 100%;
}
.bg_img04{
	background:url("../img/bg_img06.png") no-repeat;
	background-position:top;
	background-size: 100%;
}

header{
	position: relative;
	width: 100%;
	z-index: 9000;
}
.site-header{
	background: rgba(255,255,255,0.49);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items: center;
    transition: .5s;
    width: 100%;
	height: 60px;
}
.site-header.transform{
    background: rgba(255,255,255,1.0);

}
.site-header h1{
	line-height: 40px;
	vertical-align: middle;
	position: relative;
	transition: .5s;
	font-size: 1rem;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	transform: rotate(0.05deg);
}
.site-header h1 img{
	width: 90px;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 5px;
	transition: .5s;
}
.site-header.transform h1 img{
	width: 75px;
}
.site-header h1 a{
	color: #000;
}
.header_phone{
	display: flex;
	padding:0 10px 0 0;
}
.header_phone h2{
	display: block;
	width: 150px;
	text-align: center;
	font-size: 0.7em;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	line-height: 30px;
	margin: 0 7px;
	transform: rotate(0.05deg);
}
.header_phone h2 a{
	display: block;
	color: #e70015;
	width: 100%;
	height: 100%;
	padding: 3px;
	background: #fff;
	border:solid 1px #e70015;
	transition:all .5s ease-in;
}
.header_phone h2 :hover{
	background: #e70015;
	color: #fff;
	padding: 3px;
	border:solid 1px #e70015;
	transition:all .5s ease-in;
}

header nav{
}
header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
}
header nav ul li{
	margin: auto;
	padding: 0 10px;
	line-height: 60px;
	font-size:0.85em;
	position: relative;
	overflow: hidden;
	
}
header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
}
header nav ul li ::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background:rgba(231,0,21,0.0);
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
}
header nav ul li:hover ::after{
	background:rgba(231,0,21,1.0);
	transform: translate3d(0,0,0);
}

/* スライダー内 */
.slide_txt{
	background: rgba(255,255,255,0.49);
	padding: 1em 2em;
}
.slide_txt h2{
	color: #000;
	font-size: 1.5rem !important;
	line-height: 180% !important;
	padding: 0 10px;
	border-left: solid 5px #e70015;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	transform: rotate(0.05deg);
}
.font-small{
	font-size: 70%;
}
.sp-slide .submenu_img{
	width: 900px;
}
.top_link{
	position: absolute;
	top:75px;
	right: 7px;
	z-index: 10;
	width: 150px;
	text-align: center;
	padding: 0 10px;
}
.top_link img{
	vertical-align: middle;
	width: 100%;
	margin-bottom: 15px;
}
.top_link img:hover{
	opacity: 0.6;
}

/* コンテンツ
   ========================================================================== */

.contents{

}
.contents h2{
	position: relative;
	font-size: 1.5em;
	padding: 5px 5px 10px;
	border-bottom: solid #000 5px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	transform: rotate(0.05deg);
}
.contents h2::after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid #e70015 5px;
	bottom: -5px;
	left: 0;
	width: 100px;
}
.contents_in{
	padding: 50px 10px;
}

/* Greeting ======================================== */
.greeting{
	background-image:url("../img/greeting_img01.png"), url("../img/bg_img03.jpg") ;
	background-repeat: no-repeat;
	background-position: left 10% top 60px,right bottom;
	background-size: 400px ,1000px ;
}
.greeting_in{
	width: 60%;
	height: 600px;
	margin: auto 0 auto auto;
}
.greeting h2{
	position: relative;
	font-size: 1.5em;
	padding: 5px 5px 10px;
	border-bottom: solid #000 5px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	transform: rotate(0.05deg);
}

.greeting h2::after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid #e70015 5px;
	bottom: -5px;
	left: 0;
	width: 100px;
}
.greeting p{
	padding: 1em 0;
}



/* リンクコンテンツ ======================================== */
.contents_link{
	max-width: 900px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: auto;
	padding: 50px 0;
}

figure.effect-honey {
	display: block;
	position: relative;
	width: 380px;
	height: 230px;
	overflow: hidden;
	background: transparent;
}

figure.effect-honey img {
	width: 100%;
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img {
	opacity: 0.5;
}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #e70015;
	content: '';
	transform: translate3d(-100%,0,0);
}

figure.effect-honey h4 {
	position: absolute;
	color: #000;
	text-shadow: 2px 2px #fff,-2px -2px #fff,-2px 2px #fff,2px -2px #fff,0 2px #fff,2px 0 #fff,0 -2px #fff,-2px 0 #fff;
	font-size: 1.5em;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	bottom: 0;
	left: 0;
	padding: 1em 1.5em;
	width: 100%;
	text-align: left;
	transform: translate3d(0,-30px,0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h4 {
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h4,
figure.effect-honey:hover h4 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-honey a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 対応可能エリア ======================================== */
.area{
	background: url("../img/map_kagosima.png") no-repeat;
	background-position: right top;
	background-size: 500px;
}
.area_in{
	width: 60%;
	margin: 0 auto 0 0;
	min-height: 380px;
}
.area_in h3{
	font-size: 1.2em;
	border-left: solid 5px #e70015;
	margin-top: 1em;
	margin-left: 1em;
	padding-left: 0.5em;
}
.area_in p{
	padding: 1em 1em 1em 1.5em;
}

/* カルーセルスライダー ======================================== */
.carousel {
	padding: 50px 0;
}
.carousel div {
	margin: 0 5px;
	height: 150px;
	overflow: hidden;
}
.carousel img {
	display: block;
	margin: auto;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
}
.carousel .slick-next {
	right: 0;
	z-index: 50;
}
.carousel .slick-prev {
	left: 0;
	z-index: 50;
}
/* Topリクルート ======================================== */
.top_recruit{
	background:url("../img/slide04.jpg") no-repeat;
	background-size: cover;
	padding: 50px 10px;
}
.top_recruit h2{
	position: relative;
	font-size: 1.5em;
	padding: 5px 5px 10px;
	border-bottom: solid #000 5px;
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.05deg);
}
.top_recruit h2::after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid #e70015 5px;
	bottom: -5px;
	left: 0;
	width: 100px;
}
.top_recruit p{
	padding: 1em 0;
}
.top_recruit h4{
	border-left: solid 5px #e70015;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	padding: 0 0 0 0.5em;
	font-size: 1.25em;
	transform: rotate(0.05deg);
}

.top_rec_flex{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.top_rec_flex div{
	width: 100%;
}
.top_rec_flex div img{
	width: 100%;
	padding: 20px;
}


/* footer ======================================== */
footer{
	background-image: url("../img/bg_sprout.png") ;
	background-size: cover;
}
footer nav{
	max-width: 700px;
	margin: auto;
}
footer nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
footer nav ul li{
	font-size: 0.9em;
	padding: 1.5em 1em;
	text-align: center;
}
footer nav ul li i{
	font-size: 1.1em;
}
footer nav ul li a{
	color: #000;
	padding-bottom: 10px;
	transition:all .5s ease-in;
}
footer nav ul li a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f0da';
	padding: 5px;
}
footer nav ul li a:hover{
	color: #cc0000;
	transition:all .5s ease-in;
}

.footer_in{
	padding: 30px 10px;
	display: flex;
	justify-content:space-between;
	align-items: center;
	max-width: 960px;
	margin: auto;
}
.footer_in div{
	width: 100%;
}
.footer_in h2{
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1em;
	margin-bottom: 30px;
	transform: rotate(0.05deg);
}
.footer_in h2 img{
	width: 100px;
}
.footer_in p{
	font-size: 0.9em;
}
.footer_in ul{
	width: 300px;
	overflow: hidden;
	margin: auto 0 auto auto;
}
.footer_in ul li{
	font-size: 1em;
	padding: 1em 0.5em;
	position: relative;
	width: 300px;
	border-bottom: solid 3px #000;
}

.footer_in ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
}

.footer_in ul li ::after{
	position: absolute;
	bottom: -3px;
	left: 50px;
	width: 250px;
	height: 3px;
	background:rgba(231,0,21,0.0);
	content: '';
	transition: transform 0.5s;
	transform: translate3d(-100%,0,0);
}
.footer_in ul li:hover ::after{
	background:rgba(231,0,21,1.0);
	transform: translate3d(0,0,0);
}

footer small p{
	width: 100%;
	text-align: center;
	color: #fff;
	background: #08699c;
	padding: 1em;
}

/* ボタン */
.button_wrap{
	text-align: center;
	margin-bottom: 20px;
}
.button_01{
	position: relative;
	display: inline-block;
	text-align: center;
	width: 300px;
	background-color:#e70015;
	color: #fff;
	padding: 0.9em 2em;
	transition: .5s ;
	border: solid 1px #e70015;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	transform: rotate(0.05deg);
}
.button_01::before,
.button_01::after{
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 10px solid transparent;
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-left-color: #fff;
}
.button_01:hover{
	background-color:#fff;
	color: #e70015;
	transition: .5s ;
}
.button_01:hover::before{
	border-left-color: #e70015;
	animation: arrowbefore .5s;
}
.button_01:hover::after{
	border-left-color: #e70015;
	animation: arrowafter .5s;
}
@keyframes arrowbefore{
	100%{
		right: -.5em;
		opacity: 0;
	}
}

@keyframes arrowafter{
	98%{
		right: .2em;
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}

/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 320px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
}
.subtitle h2{
	color:#000;
	line-height: 100%;
	position: absolute;
	bottom: 70px;
	left: 100px;
	font-size:2.5em;
	font-family: 'M PLUS 1p', sans-serif;
	width: 7em;
	border-left: solid 6px #e70015;
	padding-left: 10px;
}
.subtitle h2 span{
	font-size:60%;
	color: #e70015;
}
.sub_bg{
	background: url("../img/bg_sub01.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
/*パンくずリスト
==========================================================================*/
.breadcrumb-box{
	width: 14em;
	display: inline-block;
	margin: 0 auto;
	padding-top: 10px;
	position: absolute;
	bottom: 20px;
	left: 120px;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #000;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #000;
}

.breadcrumb li a:hover {
  color: #08699c;
}
/* サブページコンテンツ
   ========================================================================== */
.about_greeting{
	padding: 30px 0;
}
.about_greeting p{
	padding-bottom: 0.5em;
}

.company_table{
	width: 100%;
	font-size: 0.9em;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 30px 0;
}	
.company_table th{
	background: #08699c;
	color: #fff;
	text-align: left;
	padding: 10px;
	border-bottom: solid 1px #000;
}
.company_table td{
	padding: 10px;
	color: #000;
	border-bottom: solid 1px #08699c;
}
.about .map{
	margin: 30px 0;
}
/* 事業内容 ================================================== */
.photo_flex{
	display: flex;
	align-items: center;
}
.photo_flex div{
	width: 100%;
	padding: 5px;
}
.photo_flex img{
	width: 100%;
}
.services h2 span{
	font-size: 70%;
}
.services h3{
	vertical-align: middle;
	text-align: left;
	border-left: 5px solid #e70015;
	padding-left: 0.5em;
	font-size: 1.2em;
	margin: 10px 0;
}
.services_gr{
	padding: 20px 0;
}
.services_gr p{
	padding: 1em;
}
.img_50{
	width: 100%;
	max-width: 500px;
}
.img_50 img{
	width: 100%;
}
.txt_50{
	width: 100%;
	align-self: stretch;
	padding: 10px;
}
.flex_services{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 30px 0;
}
.flow_services i{
	font-size: 2em;
	padding: 10px;
}
.flow_services h4{
	background:#e70015;
	color: #fff;
	font-size: 0.9em;
	padding: 5px 10px;
}
.flow_services img{
	width: 100%;
}
.flex_services_type{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.flex_services_type dl{
	width: calc(100% / 2 - 10px);
	padding: 5px;
	margin-bottom: 30px;
	background: rgba(255,255,255,0.49);
}
.flex_services_type dl dt {
	font-size: 1em;
	font-weight: 700;
}
.flex_services_type dl dt i{
	color: #e70015;
}
.flex_services_type dl img{
	width: 100%;
	max-width: 500px;
	margin: auto;
}
.flex_services_type dl p{
	padding: 10px;
	font-size: 0.9em;
}
/* ご依頼までの流れ ================================================== */
.flow_wrap02,.flow_wrap03{
	width: 95%;
	max-width: 900px;
	border:#000 solid 3px;
	padding: 20px;
	margin: 30px auto;
	border-radius: 5px;
	position: relative;
	background:rgba(255,255,255,0.85);
}
.flow_wrap02::after{
	content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #e70015; 
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.flow_wrap02 dl,.flow_wrap03 dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.flow_wrap02 dt,.flow_wrap03 dt{
	width: 100px;
	padding: 0.25em;
	text-align: center;
	background: linear-gradient(to right, #666 0%,#000 100%);
	color: #fff;
	border-radius: 5px;
}
.flow_wrap02 dt img,.flow_wrap03 dt img{
	width: 50px;
}

.flow_wrap02 dd,.flow_wrap03 dd{
	width: 100%;
	padding: 0.25em 2em;
}
.flow_wrap02 dd h4,.flow_wrap03 dd h4{
	color: #000;
	font-size:1.1em;
	font-weight: 700;
	border-bottom: solid 2px;
	margin-bottom: 0.5em;
	
}
.flow_wrap02 dd p,.flow_wrap03 dd p{
	font-size:0.9em;
}
/* 施工実績============================================================ */

.works_flex{
	margin: 30px 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.works_flex figure{
	width: calc(100% / 3 - 10px);
	padding: 10px;
	margin-bottom: 20px;
}
.works_flex figure img{
	width: 100%;
}
.works_flex figure figcaption{
	font-size: 0.8em;
}
/* 採用情報============================================================ */
.recruit .top_rec_flex h4{
	border-left: solid 5px #e70015;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	padding: 0 0 0 0.5em;
	font-size: 1.25em;
	transform: rotate(0.05deg);
}
.recruit .top_rec_flex p{
	padding: 0.5em 1em;
}
.rec_wrap{
	background: rgba(255,255,255,0.49);
	padding: 20px;
	width: 90%;
	margin: auto;
}
.recruit table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.recruit table tr{
	border-bottom: solid 1px #ccc;
}
.recruit table th{
	text-align: left;
	vertical-align: top;
	padding: 15px;
}
.recruit table td{
	text-align: left;
	vertical-align: top;
	padding: 15px;
}
.timeline{
	margin: 30px auto;
	width: 90%;
}
.timeline dl{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 30px;
}
.timeline dl dt{
	background:#08699c;
	color: #fff;
	width: 120px;
	text-align: center;
	padding: 1em;

}
.timeline dl dd{
	position: relative;
	width: calc(100% - 130px);
	padding: 1em 2em;
	background: #bad9e8;

}
.timeline dl dd ::after{
	content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #e70015; 
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
	z-index: 100;
}
.timeline dl dd.last ::after{
	display: none;
}
.timeline dl dd img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	padding: 20px;
}
.flex_contents{
	width: 90%;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	margin: 30px auto;
}
.flex_contents .img{
	width: 250px;
}
.flex_contents .img img{
	width: 100%;
}
.flex_contents .txt{
	width: calc(100% - 260px);
	align-self: stretch;
	padding: 10px;
}


/* メールフォーム============================================================ */
.contents_mail{
	max-width: 960px;
	padding: 30px;
	margin: auto;
}
.mailform{
	width: 100%;
	padding: 30px;
	background:rgba(255,255,255,0.49);
	margin: 15px 0;
}
.mailform h3{
	vertical-align: middle;
	text-align: left;
	border-left: 5px solid #e70015;
	padding-left: 0.5em;
	font-size: 1.2em;
}
.fome01{
	margin: 10px;
	padding-bottom: 10px;
}
label{
	display: inline-block;
	width: 180px;
	vertical-align: top;
	-webkit-appearance: none;
}
input[type='text'] ,input[type='date'] , textarea{
	width: 70% !important;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #fff;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	color: #fff;
	background:#e70015;
	padding: 0.5em;
	font-weight: bold;
	margin: 0 auto;
	border: 1px solid #e70015;
}
input[type='submit']:hover{
	background:#fff;
	color: #e70015;
}
.fome01 span{
	color:#be1a20;
}
.font-s {
	font-size: 80% !important;
	color:#666;
	margin: 15px;
}
.flex_select{
	display: flex;
}
.infobox{
	width: 95%;
	margin: auto;
	background-color: #fff;
	padding: 10px;
	color: #fff;
}
.infobox h4{
	text-align: center;
	color: #08699c !important;
	font-size: 1em !important;
}
.infobox h5{
	color: #333;
}
.infobox p{
	font-size: 0.8em !important;
	color: #333;
	padding: 0.5em;
}

.infobox summary{
	cursor: pointer;
	display: block;
	list-style: none;
	color: #fff;
}
.infobox summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
.infobox details::before{
	display: none;
}
.infobox details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.infobox details summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
.infobox details[open] summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.tel_button{
	width: 820px;
	font-size: 1em;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	margin: 10px;
	line-height: 50px;
	vertical-align: middle;
	display: flex;
	justify-content:space-between;
}
.tel_button a{
	display: block;
	color: #e70015;
	text-align: center;
	width: 400px;
	height: 50px;
	background: #fff;
	border:solid 1px #e70015;
	transition:all .5s ease-in;
}
.tel_button a:hover{
	background: #e70015;
	color: #fff;
	border:solid 1px #e70015;
	transition:all .5s ease-in;
}

/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 50px;
	color:#fff;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	transform : translate(0, 80px);
	transition : all 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}


