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

/*スライダー　https://mgmgblog.com/post-464/*/
.slider{
  width:100%;
  max-width:1200px;
  margin:0 auto;
}
.slider img{	width:100%;}

.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
}

.slick-next:before{
    background: url(../img/top/common_rightarrow.png)!important;
    background-size: contain!important;
}
.slick-prev:before{
    background: url(../img/top/common_leftarrow.png)!important;
    background-size: contain!important;
}
.slick-arrow{
    z-index:2!important;
    width:30px!important;
    height:30px!important;
}
.slick-next{
    right:10px!important;
}

.slick-prev{
    left:-20px!important;
}


/* MOVIE BACK */
#movie_bk {
	height: 675px;
	width: 1200px;
}

#one_min_movie {
	width: 940px;
	height: 245px;
	margin: 70px auto 0;
	position: relative;
	background-image: url(../img/top/1minute.jpg);
	text-align: center;
}
#one_min_movie p.sub {
	color: #FFF;
	font-size: 14px;
	position: absolute;
	top: 50px;
	width: 100%;
}
#one_min_movie h2 {
	position: absolute;
	top:85px;
	width: 100%;
}
#one_min_movie p.list a {
	font-size: 12px;
	color: #e60012;
	text-align: center;
	width: 150px;
	background-color: #FFF;
	border: 1px solid #969696;
	-webkit-border-radius: 17px;/* for Safari and Chrome */
	-moz-border-radius: 17px; /* for Firefox */
	-o-border-radius: 17px; /* for opera */
	border-radius: 17px;
	border-color: #e60012;
	line-height: 33px;
	position: absolute;
	left: calc(50% - 75px);
	top: 160px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
#one_min_movie p.list a:hover {
	background-color: #e60012;
	color: #FFF;
	border: 1px solid #e60012;
}
.cont_block {
	width: 380px;
	height: 300px;
	display: block;
	position: relative;
	float: right;
	background-image: url(../img/top/const_block_bk.jpg);
	background-size: 100% auto;
	text-align: center;
	color: #FFF;
}
.cont_block h3 {
	width: 100%;
	position: absolute;
	top: 50px;
	font-size: 18px;
	line-height: 180%;
}
.cont_block p.sub {
	font-size: 14px;
	line-height: 200%;
	position: absolute;
	width: 100%;
	top: 120px;
}
.cont_block p.list a {
	font-size: 12px;
	color: #e60012;
	text-align: center;
	width: 150px;
	background-color: #FFF;
	border: 1px solid #969696;
	-webkit-border-radius: 17px;/* for Safari and Chrome */
	-moz-border-radius: 17px; /* for Firefox */
	-o-border-radius: 17px; /* for opera */
	border-radius: 17px;
	border-color: #e60012;
	line-height: 33px;
	position: absolute;
	left: calc(50% - 75px);
	top: 210px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.cont_block p.list a:hover {
	background-color: #e60012;
	color: #FFF;
	border: 1px solid #e60012;
}

/* SLIDE IMG ----------------*/

.slideimg {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.slideimg ul {
	height: 500px;

	position: relative;
}
.slideimg ul li {
	position: relative;
	height: 100%;
}
.slideimg ul li.bk01 {
	background-image: url(../img/top/slide_img_1.jpg);
	background-size: cover;
}
.slideimg ul li.bk02 {
	background-image: url(../img/top/slide_img_2.jpg);
	background-size: cover;
}
.slideimg ul li.bk03 {
	background-image: url(../img/top/slide_img_3.jpg);
	background-size: cover;
}
.slideimg em {
	display: block;
	position: absolute;
	top:0;
	left: 0;
	height: 320px;
	width: 243px;
	background-color: rgba(230,0,18,0.8);
	z-index: 9999;
	padding: 180px 0 0 122px;
}
p.top_copy {
	margin-top: 0;
	text-align: center;
	font-size: 15px;
}

/* INFORMATION */
#information {
	width: 950px;
	margin: 60px auto 0;
	position: relative;
}
#information h2 {
	font-size: 18px;
	font-weight: bold;
}
#information p.list a {
	font-size: 12px;
	color: #e60012;
	text-align: center;
	width: 108px;
	border: 1px solid #969696;
	-webkit-border-radius: 17px;/* for Safari and Chrome */
	-moz-border-radius: 17px; /* for Firefox */
	-o-border-radius: 17px; /* for opera */
	border-radius: 17px;
	border-color: #e60012;
	line-height: 33px;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
#information p.list a:hover {
	background-color: #e60012;
	color: #FFF;
	border: 1px solid #e60012;
}
#information dl {
	display: block;
	margin-top: 20px;
	font-size: 14px;
}
#information dl dt {
	font-family: nimbus-sans-condensed, sans-serif;
	font-style: normal;
	font-weight: normal;
	width: 100px;
	float: left;
	padding: 6px 0;
	clear: both;
}
#information dl dd {
	padding: 6px 0 6px 96px;
	float: left;
	display: block;
	width: 754px;
	color:#333;
	text-decoration: none;
}
#information dl dd a {
	color:#333;
	text-decoration: none;
}
#information dl dd a:hover {
	text-decoration: underline;
}
#information dl dd.news {
	background-repeat: no-repeat;
	background-image: url(../img/top/icon_news.gif);
	background-position: left center;
}
#information dl dd.event {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/top/icon_event.gif);
}

/* service */
#service  {
	margin: 70px auto 0;
	width: 1138px;
}
#service h2 {
	/*font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-weight:700;
	font-size: 32px;
	line-height: 150%;
	text-align: center;
}
.title_copy {
	font-size: 0.92em;
	line-height:190%;
	margin-top: 20px;
	text-align: center;
}
ul.service {
	width: 1138px;
	margin: 45px auto 0;
	list-style: none;
	text-align: center;
}
ul.service li {
	float: left;
	width: 345px;
	margin-right: 51px;
}
ul.service li.last {
	margin-right: 0;
}



ul.service li h3 {
	font-size: 15px;
	margin-top: 30px;
}
ul.service li p {
	margin-top: 12px;
	font-size: 14px;
	line-height: 200%;
}
.btn_detail a {
	font-size: 13px;
	line-height:38px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #e60012;
	-webkit-border-radius: 23px;/* for Safari and Chrome */
	-moz-border-radius: 23px; /* for Firefox */
	-o-border-radius: 23px; /* for opera */
	border-radius: 23px;
	width: 180px;
	margin: 38px auto 0;
	display: block;
	color: #e60012;
	text-decoration: none;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.btn_detail a:hover {
	background-color: #e60012;
	color: #FFF;
	border: 1px solid #e60012;
}


ul.service2 {
	list-style: none;
	border-left: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
	margin-top: 100px;
}
ul.service2 li {
	width: 300px;
	padding: 50px 133px 50px 134px;
	border-right: 1px solid #c8c8c8;
	margin:0;
	float: left;
	display: block;
	text-align:center;
}
ul.service2 li h3 {
	font-size: 18px;
}
ul.service2 li p {
	margin-top: 12px;
	font-size: 14px;
	line-height: 200%;
}
ul.service2 li img {
	margin-top: 30px;
	display: block;
}

/* 選ばれる理由 */

#reason h2 {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:700;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 150%;
	text-align: center;
}

#reason {
	margin-top: 80px;
	width: auto;
	background-color: #e60012;
	padding-top: 50px;
	padding-bottom: 60px;
}

ul.reason {
	width: 1138px;
	margin: 60px auto 0;
	list-style: none;
	text-align: center;
}
ul.reason li {
	float: left;
	width: 345px;
	margin-right: 51px;
}
ul.reason li.last {
	margin-right: 0;
}



ul.reason li h3 {
	font-size: 15px;
	margin-top: 30px;
	color: #FFF;
}
ul.reason li p {
	margin-top: 12px;
	font-size: 14px;
	line-height: 200%;
	color: #FFF;
}

.btn_detail3 a {
	font-size: 13px;
	line-height:38px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #e60012;
	background-color: #FFF;
	-webkit-border-radius: 23px;/* for Safari and Chrome */
	-moz-border-radius: 23px; /* for Firefox */
	-o-border-radius: 23px; /* for opera */
	border-radius: 23px;
	width: 180px;
	margin: 60px auto 0;
	display: block;
	color: #e60012;
	text-decoration: none;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.btn_detail3 a:hover {
	background-color: #FFEC00;
	color: #e60012;
	border: 1px solid #e60012;
}

/* カタログ用語集 */
#glossary {
	width: auto;
	height: 280px;
	margin: 130px auto 0;
	padding: 60px 0;
	background-color: #f0f0f0;
	background-position: center;
	background-clip: content-box;
}

#glossary .glossary_box {
	width: 1058px;
	margin: 0 auto;
}

#glossary img {
	height: 455px;
	float: left;
	display: block;
	margin-right: 140px;
	margin-top: -75px;
}
#glossary .right {
	width: 325px;
	display: block;
	float: left;
}
#glossary .right h2 {
	margin-top: 60px;
	font-size: 18px;
	line-height: 170%;
}
#glossary .right p {
	font-size: 14px;
	line-height: 190%;
	margin-top: 10px;
}

.btn_detail4 a {
	font-size: 13px;
	line-height:38px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #e60012;
	background-color: #FFF;
	-webkit-border-radius: 23px;/* for Safari and Chrome */
	-moz-border-radius: 23px; /* for Firefox */
	-o-border-radius: 23px; /* for opera */
	border-radius: 23px;
	width: 250px;
	margin: 30px 0;
	display: block;
	color: #e60012;
	text-decoration: none;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.btn_detail3 a:hover ,
.btn_detail4 a:hover {
	background-color: #e60012;
	color: #FFF;
	border: 1px solid #FFF;
}



/* デザインのポイント */
#point {
	margin-top: 80px;
}
#point h2 {
	text-align: center;
	font-size: 32px;
}
#point p.under_title {
	font-size: 14px;
	text-align: center;
	margin-top: 25px;
}
#point ul.point {
	width: 1060px;
	margin: 60px auto 0;
	list-style: none;
	text-align: center;
}
#point ul.point li {
	float: left;
	width: 300px;
	margin-right: 80px;
}
#point ul.point li.last {
	margin-right: 0;
}
ul.point li h3 {
	font-size: 16px;
	margin-top: 30px;
}
ul.point li p {
	margin-top: 12px;
	font-size: 14px;
	line-height: 200%;
}

/* カタログ請求 */
#block {
	margin: 150px auto 0;
	width: 1140px;
}
#catalog {
	margin: 0 auto;
	width: 620px;
	border: 1px solid #c8c8c8;
	padding: 39px 40px;
	float:left
}
.btn_detail2 a {
	font-size: 13px;
	line-height:45px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #e60012;
	-webkit-border-radius: 23px;/* for Safari and Chrome */
	-moz-border-radius: 23px; /* for Firefox */
	-o-border-radius: 23px; /* for opera */
	border-radius: 23px;
	width: 250px;
	margin: 25px auto 0;
	display: block;
	color: #e60012;
	text-decoration: none;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.btn_detail2 a:hover {
	background-color: #e60012;
	color: #FFF;
	border: 1px solid #e60012;
}
#catalog img {
	width: 309px;
	float: left;
	display: block;
	margin-right: 50px;
}
#catalog .right {
	width: 261px;
	display: block;
	float: left;
}
#catalog .right h2 {
	margin-top: 15px;
	font-size: 18px;
	line-height: 170%;
}
#catalog .right p {
	font-size: 14px;
	line-height: 190%;
	margin-top: 10px;
}



/* --------------SPレイアウト -----------------------*/
@media screen and (max-width:678px){


#one_min_movie {
	width:88%;
	height: 220px;
	margin: 50px auto 0;
	background-image: url(../img/top/1minute_sp.jpg);
	text-align: center;
	padding:30px 6% 0;
}
#one_min_movie p.sub {
	color: #FFF;
	font-size: 12px;
	position:static;
	width: 100%;
	line-height: 1.8;
}
#one_min_movie h2 {
	position: static;
	width: 100%;
	margin-top: 20px;
}
#one_min_movie p.list a {
	font-size: 12px;
	color: #e60012;
	text-align: center;
	width: 150px;
	line-height: 33px;
	position: static;
	display: block;
margin: 30px auto 0;
}
#one_min_movie p.list a:hover {
	background-color: #e60012;
	color: #FFF;
	border: 1px solid #e60012;
}
.cont_block {
	width: 90%;
	height: 300px;
	display: block;
	position: relative;
	float: none;
	background-image: url(../img/top/const_block_bk.jpg);
	background-size: cover;
	text-align: center;
	color: #FFF;
	margin: 20px auto 0;
}
.cont_block h3 {
	width: 100%;
	position: absolute;
	top: 50px;
	font-size: 16px;
	line-height: 180%;
}
.cont_block p.sub {
	font-size: 12px;
	line-height: 200%;
	position: absolute;
	width: 100%;
	top: 120px;
}
.cont_block p.list a {
	font-size: 12px;
	color: #e60012;
	text-align: center;
	width: 150px;
	background-color: #FFF;
	border: 1px solid #969696;
	-webkit-border-radius: 17px;/* for Safari and Chrome */
	-moz-border-radius: 17px; /* for Firefox */
	-o-border-radius: 17px; /* for opera */
	border-radius: 17px;
	border-color: #e60012;
	line-height: 33px;
	position: absolute;
	left: calc(50% - 75px);
	top: 210px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.cont_block p.list a:hover {
	background-color: #e60012;
	color: #FFF;
	border: 1px solid #e60012;
}


	/* SLIDE IMG ----------------*/

.slideimg {
	position: relative;
	width: 100%;
	height: auto;
}
.slideimg ul {
	height: 200px;
	width: 100%;
}
.slideimg ul li {
	position: relative;
	height: 100%;
}
.slideimg em {
	display: block;
	position: absolute;
	top:0;
	left: 0;
	height:180px;
	width:22%;
	background-color: rgba(230,0,18,0.8);
	z-index: 10;
	padding: 20px 6% 0 3%;
}
p.top_copy {
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	line-height: 170%;
	width: 80%;
}

/* -------------INFORMATION----------------- */
#information {
	width: 86%;
	margin: 40px auto 0;
	position: relative;
}
#information h2 {
	font-size: 15px;
	font-weight: bold;
}
#information p.list a {
	font-size: 11px;
	text-align: center;
	width: 92px;
	border: 1px solid #e60012;
	-webkit-border-radius: 13px;/* for Safari and Chrome */
	-moz-border-radius: 13px; /* for Firefox */
	-o-border-radius: 13px; /* for opera */
	border-radius: 13px;
	line-height: 24px;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
}
#information dl {
	display: block;
	margin-top: 20px;
	font-size: 13px;
}
#information dl dt {
	font-family: nimbus-sans-condensed, sans-serif;
	font-style: normal;
	font-weight: 700;
	width: 100px;
	float: none;
	padding: 4px 0;
	display: block;
}
#information dl dd {
	padding: 4px 0 4px 20%;
	float: none;
	display: block;
	width: 80%;
	line-height: 140%;
}
#information dl dd.news {
	background-repeat: no-repeat;
	background-image: url(../img/icon_news.gif);
	background-position: left center;
	background-size: 18% auto;
}
#information dl dd.event {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/icon_event.gif);
	background-size: 18% auto;
}

/* ------------------------service----------------------------- */
#service  {
	margin: 40px auto 0;
	width: 86%;
}
#service h2 {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:700;
	font-size: 17px;
	line-height: 140%;
	text-align: center;
}
.title_copy {
	font-size: 13px;
	line-height:180%;
	margin-top: 10px;
	text-align: center;
}
ul.service ,
ul.service2 {
	width:100%;
	list-style: none;
	border-left: 1px solid #c8c8c8;
	border-bottom: none;
	border-top: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	margin-top: 30px;
}
ul.service li ,
ul.service2 li {
	width: 86%;
	padding: 25px 7%;
	border-right: none;
	border-bottom: 1px solid #c8c8c8;
	margin:0;
	float: left;
	display: block;
	text-align:center;
}
ul.service li h3 {
	font-size: 15px;
	margin-top: 20px;
}
ul.service li p {
	margin-top: 10px;
	font-size: 13px;
	line-height: 200%;
}
.btn_detail a {
	font-size: 12px;
	line-height:36px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #e60012;
	-webkit-border-radius: 23px;/* for Safari and Chrome */
	-moz-border-radius: 23px; /* for Firefox */
	-o-border-radius: 23px; /* for opera */
	border-radius: 23px;
	width: 160px;
	margin: 20px auto 0;
	display: block;
	color: #e60012;
	text-decoration: none;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.btn_detail a:hover {
	background-color: #e60012;
	color: #FFF;
	border: 1px solid #e60012;
}


ul.service2 li h3 {
	font-size: 15px;
}
ul.service2 li p {
	margin-top: 10px;
	font-size: 13px;
	line-height: 180%;
}
ul.service2 li img {
	margin: 20px auto 0 auto;
	display: block;
}

/* デザインのポイント */
#point {
	margin-top: 40px;
}
#point h2 {
	text-align: center;
	font-size: 15px;
}
#point p.under_title {
	width: 86%;
	font-size: 13px;
	text-align: center;
	margin: 20px auto 0;
	line-height:150%;
}
#point ul.point {
	width: 86%;
	margin: 40px auto 0;
	list-style: none;
	text-align: center;
}
#point ul.point li {
	float: none;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 40px;
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 35px;
}
#point ul.point li.last {
	margin-right: 0;
}
ul.point li h3 {
	font-size: 15px;
	margin-top: 25px;
}
ul.point li p {
	margin-top: 10px;
	font-size: 13px;
	line-height: 180%;
}
#point ul.point li.mt70 {
	margin-top: 40px;
}

/* --------------カタログ請求---------------- */

#block {
	margin: 50px auto 0;
	width: 100%;
}
#catalog {
	margin: 30px auto 0;
	width: calc(78% - 2px);
	border: 1px solid #c8c8c8;
	padding: 30px 6%;
	float:none;
}

.btn_detail2 a {
	font-size: 12px;
	line-height:38px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #e60012;
	-webkit-border-radius: 20px;/* for Safari and Chrome */
	-moz-border-radius: 20px; /* for Firefox */
	-o-border-radius: 20px; /* for opera */
	border-radius: 20px;
	width: 80%;
	margin: 25px auto 0;
	display: block;
	color: #e60012;
	text-decoration: none;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.btn_detail2 a:hover {
	background-color: #e60012;
	color: #FFF;
	border: 1px solid #e60012;
}
#catalog img {
	width: 100%;
	float: none;
	display: block;
	margin-right: 0;
}
#catalog .right {
	width:100%;
	display: block;
	float: none;
}
#catalog .right h2 {
	margin-top: 15px;
	font-size: 15px;
	line-height: 160%;
}
#catalog .right p {
	font-size: 13px;
	line-height: 180%;
	margin-top: 10px;
}

/* 選ばれる理由 */

#reason h2 {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:700;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 150%;
	text-align: center;
}

#reason {
	margin-top: 50px;
	width: 100%;
	height: auto;
	background-color: #e60012;
	padding: 50px 0;
}

ul.reason {
	width: 85%;
	margin: 40px auto 0;
	list-style: none;
	text-align: center;
}
ul.reason li {
	float: none;
	width: 100%;
	margin-right:0px;
	margin-bottom:30px;
}
ul.reason li.last {
	margin-right: 0;
}



ul.reason li h3 {
	font-size: 15px;
	margin-top: 15px;
	color: #FFF;
}
ul.reason li p {
	margin-top: 12px;
	font-size: 14px;
	line-height: 200%;
	color: #FFF;
}
.btn_detail3 a {
	font-size: 13px;
	line-height:45px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #e60012;
	background-color: #FFF;
	-webkit-border-radius: 23px;/* for Safari and Chrome */
	-moz-border-radius: 23px; /* for Firefox */
	-o-border-radius: 23px; /* for opera */
	border-radius: 23px;
	width: 180px;
	margin: 40px auto 0;
	display: block;
	color: #e60012;
	text-decoration: none;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

/* カタログ用語集 */
#glossary {
	width: 100%;
	height: auto;
	margin: 50px auto 0;
	padding: 30px 0;
	background-color: #f0f0f0;
	background-position: center;
	background-clip: content-box;
}

#glossary .glossary_box {
	width: 85%;
	margin: 0 auto;
}

#glossary img {
	height: auto;
	float: none;
	display: block;
	margin-right: 0;
	margin-top: -75px;
}
#glossary .right {
	width:100%;
	display: block;
	float: none;
}
#glossary .right h2 {
	margin-top: 20px;
	font-size: 16px;
	line-height: 170%;
}
#glossary .right p {
	font-size: 13px;
	line-height: 190%;
	margin-top: 10px;
}

.btn_detail4 a {
	font-size: 13px;
	line-height:45px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #e60012;
	background-color: #FFF;
	-webkit-border-radius: 23px;/* for Safari and Chrome */
	-moz-border-radius: 23px; /* for Firefox */
	-o-border-radius: 23px; /* for opera */
	border-radius: 23px;
	width: 80%;
	margin: 25px auto;
	display: block;
	color: #e60012;
	text-decoration: none;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

}
