@charset "UTF-8";
/* --------
common
-------- */

body{ font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｼｭ�ｼｳ �ｼｰ繧ｴ繧ｷ繝�繧ｯ", "MS PGothic", "sans-serif"; font-size: 14px; color: #010101; margin: 0;padding: 0; }
#contents a { color: #010101; text-decoration: none; -webkit-transition: 1s ease; transition: 1s ease;}
#contents p { line-height: 160%; }
#contents  h2, #contents  h3, #contents  h4{ letter-spacing:.8px;}
#contents { width: 100% !important; text-align: center; margin: 0 !important;padding: 0 !important;}
#wrapper{ background: #eee; border-bottom: 5px solid #fff; margin: 0 auto; width: 100%;}
iframe { border:none;overflow:hidden;}

.pankuzu { font-size: 12px; text-align: left; padding-bottom: 5px;}
.pankuzu a{ color: #007eff;}

#title-bar { width: 100%; background: #cc0000;border-bottom: 4px solid #b4b4b4; position: relative; }
#title-bar .inner { position: relative;}
#title-bar h1,#title-bar .title { text-align: left;}
#title-bar nav{ position: absolute; top: 50px; right: 0; width: 100%; z-index: 100;}
#title-bar nav ul {  width: 100%; margin:0 auto; padding: 20px 0; background: #cc0000;}
#title-bar nav ul li a:hover { color: #000;}
#title-bar .bt { display: block;width:40px; height:40px;color: rgba(0,0,0,0); font-size: 1px; position: absolute; top: 10px; right: 0; cursor: pointer;}
#title-bar .bt:before{content:''; height:4px; width:40px; background:#fff; display:block;box-shadow:0 12px #fff, 0 24px #fff;-webkit-box-shadow:0 12px #fff, 0 24px #fff;-moz-box-shadow:0 12px #fff, 0 24px #fff;}

.fixed { position: fixed !important; top: 0; left: 0;z-index: 1000; width: 100%;}
.small { font-size: 13px;}
.comments { margin: 0 3px;}
img{object-fit: contain;}
.iziModal-overlay {
  background-color: transparent !important;
}
.iziModal .close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.iziModal .close_btn::before{
  content: "";
  position: absolute;
  top: 19px;
  left: 9px;
  transform: rotate(45deg);
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.iziModal .close_btn::after{
  content: "";
  position: absolute;
  top: 19px;
  left: 9px;
  transform: rotate(-45deg);
  width: 20px;
  height: 2px;
  background-color: #fff;
}
body .iziModal {
  background-color: transparent;
  box-shadow: unset;
  max-height: 80vh;
  color: #fff;
}
body .iziModal-content {
  padding: 40px 20px 20px !important;
  background-color: rgba(0,0,0,0.8);
  border: 2px solid #fff;
  line-height: 1.6;
  font-size: 16px;
  font-weight: bold;
}
body .iziModal-content h2 {
  font-size: 30px;
  font-style: italic;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
}
body .iziModal-content a {
  color: #115ed1;
  word-break: break-all;
}
body .iziModal-content div {
  width: 100%;
}
.riders_btn_area {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.riders_btn_area a {
  width: 48%;
  overflow: hidden;
  height: 48px;
  border-radius: 5px;
  cursor: pointer;
}
.riders_btn_area a img{
  max-width: 100%;
}
.riders_btn_area .commingsoon {
  position: relative;
}
.riders_btn_area .commingsoon::after{
  opacity: 0;
  transition: .3s;
  content: "comming soon";
  color: #fff;
  line-height: 48px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}
.riders_btn_area .commingsoon:hover::after{
  opacity: 1;
}
.hvcommingsoon {
  display: inline-block;
  position: relative;
}
.hvcommingsoon::before {
  opacity: 0;
  transition: .3s;
  content: "";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}
.hvcommingsoon::after {
  position: absolute;
  opacity: 0;
  transition: .3s;
  content: "comming soon";
  font-size: 20px;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  width: 100%;
}
.hvcommingsoon:hover::before,.hvcommingsoon:hover::after {
  opacity: 1;
}
@media (min-width: 737px) {
.sp { display: none !important;}
.pc{ display: block !important;}
body{ min-width: 1020px;}
.inner { width:980px; margin: 0 auto;}

#title-bar { height: 50px; }
#title-bar h1{ line-height: 50px; font-size: 30px; font-style: italic; margin-left: 120px; color: #fff;}
#title-bar nav ul li { max-width: 980px ; width: 100%; margin:0 auto ;text-align: right; border-bottom: 1px dashed rgba(255,255,255,.5);}
#title-bar nav ul li a{ display: block; padding: 20px; color: #fff;}

.flex-box{ display: -webkit-box; display: -webkit-flexbox; display: -ms-flexbox;display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; margin: 0;}

.flex-wrap{ display: -webkit-box; display: -webkit-flexbox; display: -ms-flexbox;display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; margin: 0; flex-wrap: wrap;margin-bottom: 30px;}
.flex-wrap .box {  margin-bottom: 15px; cursor: pointer;}
.honda_riders {display: flex;flex-wrap: wrap;background-color: #fff;position: relative;}
.honda_riders::after{content: "";position: absolute;width: calc(100% - 80px);height: calc(100% - 80px);border: 20px solid #d6d6d6;left: 20px;top: 20px;}
.honda_riders > div {width: 50%;position:relative;z-index: 1;box-sizing: border-box;}
.honda_riders > div:first-child {padding-top: 5px;padding-left: 40px}
.honda_riders > div:last-child {padding: 30px 40px 0 0;text-align: left;}
.honda_riders div h2 {margin-bottom: 20px;}

#sub-nav { background: #fff; width: 100%; padding: 20px 0 0; position: relative;}
.btnRecentNews { padding-bottom: 15px;}
.btnRecentNews a{ position:relative; display:block; line-height: 15px; padding-left: 22px;}
.btnRecentNews a::before{position: absolute;  top: 3px;  left: 0;  border-top: 7px solid #c80f1e; border-bottom: 7px solid transparent; border-left: 5px solid transparent; border-right: 5px solid transparent;  content: ''; vertical-align: middle; }
.btnRecentNews { width: 100px; margin: 0 200px 0 auto; z-index: 2;}
a:hover { color: #c80f1e;}
#contentNavi {background-color: #eeeeee; padding: 12px 0 38px; width:100%; z-index: 1000;}

#contentNavi li {   list-style: none;  width: 100%;  margin-left: auto;  margin-right: auto;  font-size: 13px;  position: relative;  line-height: 1.4;  border-bottom: 1px solid #e1e1e1;}
#contentNavi li a {  display: block; padding: 7px 0;  position: relative;}
#contentNavi li .date { display: inline-block; width: 84px; margin-right: 5px; vertical-align: top;  color: #a5a5a5; letter-spacing: normal; overflow: hidden;}
#contentNavi li .txt{  display: inline-block !important;  -webkit-transition: 1s ease;   transition: 1s ease;  color: #010101;  white-space: nowrap;  text-overflow: ellipsis;  overflow: hidden; letter-spacing: normal; position: relative; width: 890px; text-align: left; vertical-align: top; padding: 0;}
#contentNavi li a:hover .txt { color :#cc0000;}

.btnClose { margin: 20px auto 0; }
.btnClose a{ display: block;  line-height: 18px;  color: #232323; font-size: 13px; vertical-align: top;}
#contentNavi .btnClose .mark {  position: relative;  display: inline-block;  vertical-align: top;  margin-right: 10px;  width: 16px;  height: 16px; background-color: #575757;}

#contentNavi .btnClose .mark::before,
#contentNavi .btnClose .mark::after {  position: absolute; top: 0; bottom: 0;  left: 0; right: 0;  margin: auto; width: 9px; height: 1px; background-color: #fff; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  content: '';}
#contentNavi .btnClose .mark::before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

/*--- h1---*/
.box1{ font-style: italic; text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff; text-align:left;}
.box1 h1{ font-size: 45px; margin-bottom: 20px; padding-top: 35px; line-height: 120%;}
.box1 p{ font-weight:bold; font-size: 21px;}
/*--- h2---*/
[class^="box"] > h2,
[class^="box"] .inner > h2,
#curriculum h2, #howto-join h2{ font-size: 26px; margin-bottom: 30px; padding-top: 50px; width: 100%; }

.box1 { position: relative;}
.box1 img { width:  100%; height: auto;}

}

@media (max-width: 736px) {
.sp { display: block !important;}
.pc { display: none !important;}
.inner { width: 90%; margin: 0 auto;}

#title-bar {height: 50px; line-height: 50px;}
#title-bar h1{ line-height: 50px; font-size: 16px; font-style: italic;color: #fff;}
#title-bar nav ul li { width: 100%; margin:0 auto ;text-align: left; border-bottom: 1px dashed rgba(255,255,255,.5);}
#title-bar nav ul li a{ display: block; padding: 10px; color: #fff; line-height: 140%;}

.flex-box{ display: -webkit-box; display: -webkit-flexbox; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0 auto;}

#sub-nav { background: #fff;}
#sub-nav .btnRecentNews ,
#contentNavi { display: none;}
.pankuzu { padding: 10px 0 5px; font-size: 10px;}

/*--- h1
.box1{ font-style: italic; text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff; text-align:left;}---*/
.box1 { position: relative;}
.box1 img {width:  100%; height: auto;}
.box1 h1{ font-size: 38px; margin-bottom: 20px; padding-top: 35px; line-height: 120%;}
.box1 p{ font-weight:bold; font-size: 18px;}
.box1 p br { display:none;}
/*--- h2---*/
[class^="box"] h2,
#curriculum  h2, #howto-join h2{ font-size: 24px; margin: 0 auto 20px; padding-top: 40px; line-height: 150%;  width: 90%; }
body .iziModal {
  max-width: 90% !important;
}
body .iziModal-content {
  padding: 30px 15px 15px !important;
  font-size: 14px;
}
body .iziModal-content h2 {
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.iziModal .close_btn {
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
}
.iziModal .close_btn::before {
  top: 14px;
  left: 7px;
  width: 15px;
  height: 2px;
}
.iziModal .close_btn::after {
  top: 14px;
  left: 7px;
  width: 15px;
  height: 2px;
}

}


/**-----
top slider news
-----**/
@media (min-width: 737px) {
  #slider_topnews article { position: relative; margin-bottom: 10px; cursor: pointer; overflow: hidden; text-align: left; }
  #slider_topnews article > div{ position: absolute; background: rgba(0,0,0,.7); color: #fff; padding: 10px 0 5px; width: 100%; z-index: 3; -webkit-transition: 1s ease; transition: 1s ease; }
  #slider_topnews article > div p{ padding: 0 15px; font-size: 12px;line-height: 1.6;}
  #slider_topnews article > div h3{ font-size: 15px; font-weight: normal; margin-bottom: 10px; padding: 0 15px; line-height: 140%; }
  #slider_topnews article img { -webkit-filter: blur(0); filter: blur(0); -webkit-transform: scale(1); transform: scale(1); -webkit-transition: 1s ease; transition: 1s ease; width: 100%; height: auto;}
  #slider_topnews article a::after { content:""; position: absolute; display:block; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); -webkit-transition: 1s ease; transition: 1s ease; opacity:0; z-index: 2; }
  #slider_topnews article:hover a::after { opacity:1; }
  #slider_topnews article:hover img { -webkit-filter: blur(3px) ; filter: blur(3px) ; -webkit-transition: 1s ease; transition: 1s ease; -webkit-transform: scale(1.1); transform: scale(1.1); }
  #slider_topnews .txt { padding: 0;color: #000;}
  #slider_topnews + #sub-nav{height: 30px;}
  #slider_topnews{position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 50px;z-index:20;}
  #slider_topnews .news-slidewrap{background-color: #fff;position: relative;z-index: 2;}
  #slider_topnews .flex-box{width: 950px;height: 50px;overflow: hidden;margin: 0 auto;text-align: left;font-size: 14px;line-height: 50px;}
  p.news-more{font-size: 13px;line-height: 50px;cursor: pointer;}
  p.news-more,#slider_topnews .txt,.news-inner .btnNewsList{transition: all .3s;}
  p.news-more span,p.news-more:hover, #slider_topnews .txt:hover,.news-inner .btnNewsList:hover{color: #c80f1e;}
  #slider_topnews .news-list {width: 760px;}
  #slider_topnews .lh50{line-height: 50px;}
  #slider_topnews span{display: inline-block;vertical-align: top;}
  #slider_topnews .date {width: 84px;color: #a5a5a5;overflow: hidden;}
  #slider_topnews .news-list li a{display: block;height: 50px;}
  #slider_topnews .news-list .txt{max-width: 666px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
  #slider_topnews .news-inner{ font-size: 13px;margin: auto;-webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);-webkit-transform: translateY(-120%);-ms-transform: translateY(-120%);transform: translateY(-120%);padding: 12px 0 38px;overflow-x: hidden;background-color: #eeeeee;}
  #slider_topnews .news-inner ul li a {text-align: left;}
  #slider_topnews .news-inner.opened {-webkit-transform: translateY(0%);-ms-transform: translateY(0%);transform: translateY(0%);}
  #slider_topnews .news-inner ul{width: 950px;margin: 0 auto;position: relative;}
  #slider_topnews .news-inner ul li{border-bottom: 1px solid #e1e1e1;width: 100%;margin-left: auto;margin-right: auto;position: relative; list-style: none;}
  #slider_topnews .news-inner ul li a{display: block;padding: 5px 0;}
  #slider_topnews .news-inner .btnNewsList {position: relative;margin: 34px auto 0;left: 0;right: 0;display: inline-block;width: 120px;text-align: left;}
  #slider_topnews .news-inner .btnNewsList::before {position: absolute;left: -20px;top: 3px;width: 15px;height: 15px;background-color: #c80f1e;border-radius: 50%;content: '';}
  #slider_topnews .news-inner .btnNewsList::after {position: absolute;content: '';top: 8px;left: -16px;width: 4px;height: 4px;border-right: 1px solid #fff;border-bottom: 1px solid #fff;transform: rotate(-45deg);}
  #slider_topnews .news-inner .btnClose {position: absolute;bottom: 38px;right: calc((100% - 950px) / 2);}
  #slider_topnews .news-inner .btnClose a {display: block;line-height: 18px;color: #232323;font-size: 13px;vertical-align: top;}
  #slider_topnews .news-inner .btnClose .mark {position: relative;display: inline-block;vertical-align: top;margin-right: 10px;width: 16px;height: 16px;background-color: #575757;}
  #slider_topnews .news-inner .btnClose .mark:before,.news-inner .btnClose .mark:after {position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;width: 9px;height: 1px;background-color: #fff;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);content: '';}
  #slider_topnews .news-inner .btnClose  .mark:before {-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
}

@media (max-width: 736px) {
  .ta-r{text-align: left;}
  #slider_topnews .content-ttl{padding: 30px 0 20px;text-align: center;}
  #contents .btnNewsList a{
    display: block;
    background-color: #c80f1e;
    color: #fff;
    text-decoration: underline;
    padding: 10px 0;
  }

  .flex-wrap .box {  margin-bottom: 15px;}
  .flex-wrap .box img { width: 100%; }

  .honda_riders {background-color: #fff;padding-top: 20px;position: relative;}
  .honda_riders > div {position: relative;z-index: 1;}
  .honda_riders::after{content: "";position: absolute;width: calc(100% - 40px);height: calc(100% - 40px);border: 10px solid #d6d6d6;left: 10px;top: 10px;}
  .honda_riders > div:last-child {padding: 30px 20px;text-align: left;}
  .honda_riders div h2 {margin-bottom: 20px;}
  .honda_riders div h2 img {max-width: 100%;}
}
.ttl_links{font-family: "FB Agenda Medium Condensed", sans-serif;text-transform: uppercase;color: #232323;letter-spacing: 0.1em !important;width: 100%;text-align: center;font-size: 20px;letter-spacing: normal;margin-bottom: 20px;}


/**-----
print
-----**/
@media print{


body{ font-family: sans-serif; font-size: 14px; color: #010101; margin: 0;padding: 0;min-width: 980px; }

a { color: #010101; text-decoration: none;}
p { line-height: 160%; }
h2,h3,h4{ letter-spacing:.8px;}
#contents { width: 100% !important; text-align: center; margin: 0 !important;padding: 0 !important;}
#wrapper{ background: #eee; border-bottom: 5px solid #fff; margin: 0 auto; width: 100%;}
iframe { border:none;overflow:hidden;}

.pankuzu { font-size: 12px; text-align: left; padding-bottom: 5px;}
.pankuzu a{ color: #007eff;}

#title-bar { width: 100%; background: #cc0000;border-bottom: 4px solid #b4b4b4; position: relative; }
#title-bar .inner { position: relative;}
#title-bar h1,#title-bar .title { text-align: left;}
#title-bar nav{ position: absolute; top: 50px; right: 0; width: 100%; z-index: 100;}
#title-bar nav ul {  width: 100%; margin:0 auto; padding: 20px 0; background: #cc0000;}
#title-bar nav ul li a:hover { color: #000;}
#title-bar .bt { display: block;width:40px; height:40px;color: rgba(0,0,0,0); font-size: 1px; position: absolute; top: 10px; right: 0;}
#title-bar .bt:before{content:''; height:4px; width:40px; background:#fff; display:block;box-shadow:0 12px #fff, 0 24px #fff;-webkit-box-shadow:0 12px #fff, 0 24px #fff;-moz-box-shadow:0 12px #fff, 0 24px #fff;}

.fixed { position: fixed !important; top: 0; left: 0;z-index: 1000; width: 100%;}
.small { font-size: 13px;}
.comments { margin: 0 3px;}

.inner { width:980px; margin: 0 auto;}

#title-bar { height: 50px; }
#title-bar h1{ line-height: 50px; font-size: 30px; font-style: italic; margin-left: 120px; color: #fff;}
#title-bar nav ul li { max-width: 980px ; width: 100%; margin:0 auto ;text-align: right; border-bottom: 1px dashed rgba(255,255,255,.5);}
#title-bar nav ul li a{ display: block; padding: 20px; color: #fff;}

.flex-box{ display: -webkit-box; display: -webkit-flexbox; display: -ms-flexbox;display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; margin: 0;}

#sub-nav { background: #fff; width: 100%; padding: 20px 0 0; position: relative;}
.btnRecentNews { padding-bottom: 15px;}
.btnRecentNews a{ position:relative; display:block; line-height: 15px; padding-left: 22px;}
.btnRecentNews a::before{position: absolute;  top: 3px;  left: 0;  border-top: 7px solid #c80f1e; border-bottom: 7px solid transparent; border-left: 5px solid transparent; border-right: 5px solid transparent;  content: ''; vertical-align: middle; }
.btnRecentNews { width: 100px; margin: 0 200px 0 auto; z-index: 2;}
a:hover { color: #c80f1e;}
#contentNavi {background-color: #eeeeee; padding: 12px 0 38px; width:100%; z-index: 1000;}

#contentNavi li {   list-style: none;  width: 100%;  margin-left: auto;  margin-right: auto;  font-size: 13px;  position: relative;  line-height: 1.4;  border-bottom: 1px solid #e1e1e1;}
#contentNavi li a {  display: block; padding: 7px 0;  position: relative;}
#contentNavi li .date { display: inline-block; width: 84px; margin-right: 5px; vertical-align: top;  color: #a5a5a5; letter-spacing: normal; overflow: hidden;}
#contentNavi li .txt{  display: inline-block !important;  color: #010101;   white-space: nowrap;  text-overflow: ellipsis;  overflow: hidden;letter-spacing: normal; position: relative; width: 890px; text-align: left; vertical-align: top; padding: 0;}

.btnClose { margin: 20px auto 0; }
.btnClose a{ display: block;  line-height: 18px;  color: #232323; font-size: 13px; vertical-align: top;}
#contentNavi .btnClose .mark {  position: relative;  display: inline-block;  vertical-align: top;  margin-right: 10px;  width: 16px;  height: 16px; background-color: #575757;}

#contentNavi .btnClose .mark::before,
#contentNavi .btnClose .mark::after {  position: absolute; top: 0; bottom: 0;  left: 0; right: 0;  margin: auto; width: 9px; height: 1px; background-color: #fff; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  content: '';}
#contentNavi .btnClose .mark::before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

/*--- h1---*/
.box1{ font-style: italic; text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff; text-align:left;}
.box1 h1{ font-size: 45px; margin-bottom: 20px; padding-top: 35px; line-height: 120%;}
.box1 p{ font-weight:bold; font-size: 21px;}
/*--- h2---*/
[class^="box"] > h2,
[class^="box"] .inner > h2,
#curriculum  h2, #howto-join h2{ font-size: 26px; margin-bottom: 30px; padding-top: 50px; width: 100%; }

article { position: relative; margin-bottom: 20px; cursor: pointer; height: 210px; overflow: hidden; width: 480px; text-align: left; }
article > div{ position: absolute; /*background: rgba(0,0,0,.7); */ color: #fff; padding: 10px 0 5px; width: 100%; z-index: 3; width: 100%; height: auto;}
article > div p{ padding: 0 15px; font-size: 12px; }
article > div h2{ font-size: 15px; font-weight: normal; margin-bottom: 10px; padding: 0 15px; line-height: 140%; }
article img { -webkit-filter: blur(0); filter: blur(0); -webkit-transform: scale(1); transform: scale(1); }
article a::after { content:""; position: absolute; display:block; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); opacity:0; z-index: 2; }
article:hover a::after { opacity:1; }
article:hover img { -webkit-filter: blur(3px) ; filter: blur(3px) ; -webkit-transition: 1s ease; transition: 1s ease; -webkit-transform: scale(1.1); transform: scale(1.1); }

}
