@charset "utf-8";
/*
.sybarite(){
  font-family: sybarite, serif;
  font-weight: 600;
  font-style: normal;
}
*/
/* bxslider */
#top_banner {
  width: 695px;
  height: 276px;
  padding: 0;
  margin-bottom: 20px;
  display: block;
  position: relative;
}
#top_banner_in {
  width: 695px;
  height: 286px;
  overflow: hidden;
  text-align: center;
}
#top_banner_in li {
  width: 525px;
  height: 286px;
  /*margin:0 13px;*/
  display: block;
  text-shadow: 0 0 10px rgba(252, 173, 79, 0.3);
}
#top_banner_in li a img {
  /*border: solid 5px #FFFFFF;*/
}
.bx-prev,
.bx-next {
  position: absolute;
  /*font-size: 36px;
    text-decoration: none !important;
    color: #ffffff !important;
    text-shadow: 1px 1px 2px #333333;*/
}
.bx-prev {
  left: 0px;
  top: 0;
}
.bx-next {
  right: -154px;
  top: 0;
}
ul#bxslider {
  margin: 0 77px;
  text-align: center;
  width: 695px;
  height: 286px;
}
#bxslider li {
  width: 541px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
}
/* #bxslider */
#top_banner_area {
  height: auto;
  margin-left: -20px;
  width: 715px;
  min-height: 300px;
}
#top_banner_area a img {
  float: left;
  height: auto;
  margin-bottom: 20px;
  margin-left: 20px;
  width: 695px;
}
#top_short a img {
  float: left;
  height: auto;
  margin-bottom: 20px;
  margin-left: 20px;
  width: 337px;
}
.contents_tit {
  width: 695px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0;
  border-bottom: 2px solid #ff5f6f;
}
.contents_tit > em {
  font-size: 10px;
  line-height: 1;
  padding-top: 20px;
  color: #ff5f6f;
  display: block;
}
.contents_tit a {
  float: right;
  margin-top: -20px;
}
.pickup_tit {
  padding-left: 365px;
  width: 330px;
  background-image: url(/img/shop/main/cont_tit01.png);
  height: 45px;
}
.realtime_tit {
  padding-left: 165px;
  width: 530px;
  background-image: url(/img/shop/main/cont_tit02.png);
}
.newcast_tit {
  padding-left: 165px;
  width: 530px;
  background-image: url(/img/shop/main/cont_tit03.png);
}
.ranking_tit {
  padding-left: 165px;
  width: 530px;
  background-image: url(/img/shop/main/cont_tit04.png);
  height: 45px;
}
.wait_tit {
  padding-left: 165px;
  width: 530px;
  background-image: url(/img/shop/main/cont_tit06.png);
  border-bottom: 2px solid #ff5f6f;
  margin-bottom: 10px;
}
.photoDiary_tit {
  padding-left: 200px;
  width: 100%;
  box-sizing: border-box;
  background-image: url(/img/shop/main/cont_tit07.png);
  border-bottom: 2px solid #ff5f6f;
  margin-bottom: 10px;
}
#pickup {
  padding: 10px;
  width: 675px;
  margin: 20px auto;
  min-height: 410px;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  position: relative;
}
#pickup #thumbList {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
  overflow-x: hidden;
}
#pickup #thumbList > ul {
  display: inline-flex;
  justify-items: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
}
#pickup #thumbList > ul > li {
  width: 110px;
  margin-right: 13px;
}
#pickup #thumbList > ul > li > a {
  width: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid #d2d2d2;
}
#pickup #thumbList > ul > li > a img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  left: 0;
}
#pickup #thumbList > ul > li:first-child {
  width: 300px;
  margin-right: 15px;
  border: 2px solid #fcad4f;
  box-shadow: 3px 3px 0 rgba(255, 95, 111, 0.2);
}
#pickup #thumbList > ul > li:first-child > a {
  border: none;
}
#pickup #thumbList > ul > li:last-child {
  margin-right: 0;
}
#pickup #pickup_list {
  position: absolute;
  right: 10px;
  top: 10px;
}
#pickup #pickup_list > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 240px;
  overflow-y: hidden;
}
#pickup #pickup_list > ul li {
  padding: 3px 5px;
  line-height: 1.6;
  font-size: 11px;
  overflow: hidden;
  width: 350px;
  height: 55px;
}
#pickup #pickup_list > ul li a {
  display: block;
  color: #666666;
  width: 350px;
  height: 51px;
  overflow: hidden;
}
#pickup #pickup_list > ul li a .icon {
  display: inline-block;
  width: 53px;
  height: 14px;
  text-align: center;
  padding: 1px 3px;
  font-size: 10px;
  border-radius: 7px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-weight: 600;
  margin-right: 10px;
}
#pickup #pickup_list > ul li a .newIcon {
  background: linear-gradient(45deg, #ff5f6f 0%, #fcad4f 100%);
  color: #fffffe;
}
#pickup #pickup_list > ul li a .pickupIcon {
  border: 1px solid #ff5f6f;
  color: #000000;
  background: #FFF;
}
#pickup #pickup_list > ul li a img {
  display: inline;
  padding-right: 5px;
  padding-bottom: 4px;
}
#pickup #pickup_list > ul li a:hover {
  color: #ff5f6f;
}
#pickup #pickup_list > ul li a:hover img {
  display: inline;
  padding-right: 5px;
  text-decoration: none;
}
#pickup #pickup_list > ul li.white_bg {
  background: #eeeeee;
}
#pickup #pickup_list > ul li:first-child {
  background: rgba(30, 30, 30, 0.3) !important;
}
#realtime {
  background: url(/img/shop/main/bg_slide.png) repeat 0 0;
  width: 693px;
  margin: 20px auto;
  height: 365px;
  display: block;
  padding-right: 2px;
  padding-top: 5px;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
}
#realtime_in {
  margin-bottom: 10px;
  overflow: auto;
  height: 360px;
}
#realtime_in .photoLink {
  list-style: none;
}
/* tab */
#realtime_in ul#tab {
  width: 670px;
  margin: 20px auto 5px;
  overflow: hidden;
}
#realtime_in ul#tab li {
  display: block;
  float: left;
  margin-right: 5px;
  border: 1px solid #ccc;
  width: calc(50% - 10px);
  height: 45px;
  text-align: center;
  background-color: #ffffff;
  overflow: hidden;
  opacity: 0.6;
  cursor: pointer;
}
#realtime_in ul#tab li:last-child {
  margin-right: 0;
}
#realtime_in ul#tab li.select {
  opacity: 1;
}
#realtime_in ul#tab li#realumd.select {
  border-top: 5px solid #ff0000;
}
#realtime_in ul#tab li#mrsumd.select {
  border-top: 5px solid #bf9514;
}
#realtime_in ul#tab li#areaumd.select {
  border-top: 5px solid #2d2d2d;
}
#realtime_in .disnon {
  display: none;
}
.realtime_box {
  background: url(/img/shop/main/bg_realtime.png) repeat 0 0;
  padding: 10px;
  margin: 10px 10px 0 10px;
  height: auto;
  display: block;
  border-bottom: solid 1px #d2d2d2;
  border-top: solid 1px #FFF;
}
.realtime_box_left a {
  background-color: #FFFFFF;
  display: block;
  cursor: pointer;
}
.realtime_box_left img {
  padding: 5px;
  background: url(/img/shop/main/bg_slide.png) repeat 0 0;
  width: 160px;
  height: 208px;
}
.realtime_box a:hover .realtime_box_left img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.realtime_box_left {
  float: left;
  width: 30%;
}
.realtime_box_right {
  float: right;
  width: 70%;
  background: url(/img/shop/common/logo.svg) no-repeat right top;
  background-size: 120px;
}
.realtime_date {
  font-size: 12px;
  color: #000000;
  line-height: 20px;
  padding-right: 10px;
  display: inline;
  float: left;
}
.realtime_time {
  padding: 0 5px;
  line-height: 20px;
  background: #000000;
  color: #FFF;
  display: inline;
  float: left;
}
.realtime_time em {
  border-left: solid 1px #FFFFFF;
  padding-left: 5px;
  margin-left: 5px;
}
.realtime_name {
  clear: both;
  padding-top: 5px;
}
.realtime_name > p {
  margin: 0;
}
.realtime_girlName {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
.realtime_girlSize {
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}
.realtime_girlSchedule {
  color: #000;
  line-height: 1.5;
}
.realtime_box_tit {
  color: #8D6700;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
  clear: both;
  float: left;
  width: 100%;
  border-bottom: solid 1px #C9C9C9;
}
/*a:hover .realtime_box_tit{
	padding-bottom:0;
	}
*/
.realtime_text {
  color: #666666;
  font-size: 12px;
  line-height: 1.3;
  padding-top: 5px;
  float: left;
  clear: both;
  width: 100%;
}
.realtime_text * {
  line-height: 1.3;
}
.realtime_text img {
  max-width: 100%;
  vertical-align: bottom;
  width: auto !important;
  height: auto !important;
}
#waittime {
  background: url(/img/shop/main/bg_slide.png) repeat 0 0;
  width: 693px;
  margin: 20px 0;
}
/* 2014.02.28 待ち時間 */
#waittime #waittime_in {
  margin-bottom: 9px;
  overflow: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 3px;
}
#waittime .wait_box {
  width: 164px;
  display: block;
  text-align: center;
  color: #666666;
  font-size: 10px;
  padding: 12px 0;
  height: 265px;
  border: solid 1px #bdbdbd;
  margin: -1px 0px 0px -1px;
}
#waittime .girl_photo {
  position: relative;
  width: 140px;
  height: 182px;
  margin: 0 auto;
  margin-bottom: 5px;
  overflow: hidden;
}
#waittime .girl_photo a img {
  width: 140px;
}
#waittime .girl_name {
  width: 100%;
  line-height: 1.6;
  margin: 0;
}
#waittime .girl_name em {
  font-weight: bold;
  font-size: 13px;
}
#waittime .wait {
  border-bottom: 1px solid #CDCDCD;
  font-weight: bold;
  margin: 0 auto;
  padding: 5px;
  width: 90%;
  color: #ff5f6f;
  font-size: 15px;
}
#waittime .wait > p {
  margin: 0;
  color: #fcad4f;
}
#waittime .time {
  padding: 5px;
  font-weight: bold;
  color: #666666;
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
}
/* resl umeda */
div.mrsumeda .realtime_box_right {
  width: 70%;
  float: right;
  background: url(/img/shop/main/realtime_logo_realumeda.png) no-repeat right top;
}
div.mrsumeda .realtime_box_tit {
  color: #f5cb0a;
}
/* other shop realtime */
.ot_realtime_box {
  padding: 10px;
  margin: 9px auto 9px;
  height: auto;
  display: block;
  width: 88%;
  background: url(/img/shop/main/oth_bk.png) repeat 0 0;
}
.ot_realtime_box h2 {
  font-size: 1.3em;
  font-weight: normal;
  color: #676767;
  padding: 0px 0 5px ;
  margin-left: 15px;
}
.ot_realtime_box h2 span:after {
  content: ' ';
  float: right;
  display: block;
  width: 11px;
  height: 11px;
  position: relative;
  left: -10px;
  top: 1px;
  background: url(/img/shop/main/realtime_arrow.png) no-repeat -2px top;
}
.ot_realtime_box h2 a {
  background-color: #f5cd13;
  text-align: center;
  color: #ffffff;
  padding: 5px;
  width: 200px;
  float: right;
  margin-bottom: 4px;
  margin-right: 17px;
  margin-top: -5px;
  font-size: 0.9em;
  font-weight: normal;
}
.ot_realtime_box h2 a:hover {
  background-color: #f5cd13;
  opacity: 0.8;
}
.ot_realtime_box .real_wrap {
  background-color: #ffffff;
  padding: 5px;
  width: 92%;
  margin: 0 auto;
}
.ot_realtime_box a {
  background-color: #FFFFFF;
  display: block;
  cursor: pointer;
}
.ot_realtime_box a:hover {
  background-color: #EEEEEE;
}
.ot_realtime_box a .ot_realtime_box_left img {
  padding: 5px;
  background: url(/img/shop/main/bg_slide.html) repeat 0;
  width: 150px;
  height: 198px;
}
.ot_realtime_box a:hover .ot_realtime_box_left img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.ot_realtime_box_left {
  float: left;
  width: 30%;
}
.ot_realtime_box_right {
  width: 70%;
  float: right;
  background: url(/img/shop/main/realtime_logo_realumeda.png) no-repeat 275px 0px;
}
.ot_realtime_date {
  font-size: 12px;
  color: #000000;
  line-height: 20px;
  padding-right: 10px;
  display: inline;
  float: left;
}
.ot_realtime_time {
  padding: 0 5px;
  line-height: 20px;
  background: #000000;
  color: #FFF;
  display: inline;
  float: left;
}
.ot_realtime_time em {
  border-left: solid 1px #FFFFFF;
  padding-left: 5px;
  margin-left: 5px;
}
.ot_realtime_name {
  clear: both;
  padding-top: 5px;
}
.ot_realtime_box_tit {
  color: #F5CD13;
  font-size: 14px;
  line-height: 1.6;
  border-bottom: solid 1px #C9C9C9;
  padding-bottom: 5px;
  padding-top: 10px;
  clear: both;
}
.ot_realtime_text {
  color: #666666;
  font-size: 12px;
  line-height: 1.6;
  padding-top: 5px;
  border-top: solid 1px #EDEDED;
}
.ot_realtime_text img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto!important;
  width: auto!important;
}
#newcast {
  background: url(/img/shop/main/bg_slide.png) repeat 0 0;
  width: 695px;
  margin: 20px auto;
  margin-bottom: 60px;
  display: block;
  padding: 10px 0;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
}
.newcast_box {
  background: url(/img/shop/main/bg_newcast.png) repeat 0 0;
  border-right: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
  position: relative;
  padding: 10px 20px;
  width: 162px;
  height: 210px;
  text-align: center;
  display: block;
  float: left;
  margin: 0 4px;
}
.newcast_box img.girl {
  border: solid 1px #DDDDDD;
  width: 160px;
  height: 208px;
}
.newcast_box a:hover img.girl {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.newcast_name_box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.newcast_name {
  background: url(/img/shop/main/bg_new_cast_name.png) repeat 0 0;
  height: 26px;
  width: 202px;
  line-height: 26px;
  display: block;
  margin: 0;
}
.newcast_name em {
  display: block;
  height: 26px;
  width: 202px;
  line-height: 26px;
  background: url(/img/shop/main/arrow_new_cast.png) no-repeat 98% center;
  color: #FFFFFF;
  font-size: 13px;
  cursor: pointer;
  font-weight: bold;
}
.newcast_prof {
  background: url(/img/shop/main/bg_newcast_prof.png) repeat 0 0;
  font-size: 10px;
  line-height: 1.6;
  width: 202px;
  height: auto;
  color: #FFFFFF;
}
.newcast_prof em {
  font-size: 12px;
  color: #33e533;
  background: url(/img/shop/main/line_new_cast.png) repeat-x 0 top;
  line-height: 20px;
  height: 20px;
  width: 202px;
  display: block;
}
#ranking {
  background: url(/img/shop/main/bg_slide.png) repeat 0 0;
  width: 695px;
  margin: 20px 0;
  height: 259px;
  display: block;
  padding: 0;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
}
.ranking_box {
  background: url(/img/shop/main/bg_newcast.png) repeat 0 0;
  border: solid 1px #DDDDDD;
  position: relative;
  padding: 5px;
  width: 110px;
  height: 228px;
  text-align: center;
  display: block;
  float: left;
  margin: 0 0 0 3px;
}
.ranking_box > a {
  text-decoration: none;
}
.ranking_box img.girl_r {
  border: solid 1px #DDDDDD;
  width: 98px;
  height: 127px;
  padding: 4px;
  margin-top: 5px;
}
.ranking_box a:hover img.girl_r {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.ranking_name {
  height: 26px;
  width: 106px;
  display: block;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}
.ranking_prof {
  font-size: 10px;
  width: 100%;
  color: #000000;
  overflow: hidden;
  margin-top: 0;
}
/* .jquery_flick-slide_newcast

---------------------------------------- */
#flick-slide_newcast {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 640px;
  margin: 0 auto;
  padding: 0px 25px 0px 30px;
}
#flick-slide_newcast .jquery_flick-slide_main {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
}
#flick-slide_newcast .jquery_flick-slide_main ol {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Androidハイライトを消す対策 */
}
#flick-slide_newcast .jquery_flick-slide_main ol li {
  float: left;
  overflow: hidden;
  margin: 0;
  /* margin: **;を指定しないとIE7・IE8が何故かブロック表示にならない為（値は何でもいい模様） */
}
#flick-slide_newcast .jquery_flick-slide_main ol li img {
  /*width:140px;*/
}
#flick-slide_newcast ul.custom_neighbors-button li {
  position: absolute;
  z-index: 9999;
  list-style-type: none;
}
#flick-slide_newcast ul.custom_neighbors-button li img {
  width: 21px;
}
#flick-slide_newcast ul.custom_neighbors-button li.prev {
  left: 5px;
}
#flick-slide_newcast ul.custom_neighbors-button li.next {
  right: 8px;
}
#flick-slide_newcast ul.custom_neighbors-button li.disabled {
  /* SP等opacityを使わない場合に使用 */
  filter: alpha(opacity=20) !important;
  -moz-opacity: 0.2 !important;
  opacity: 0.2 !important;
}
/* .jquery_flick-slide_ranking

---------------------------------------- */
#flick-slide_ranking {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 645px;
  margin: 0 auto;
  padding: 10px 20px 10px 30px;
}
#flick-slide_ranking .jquery_flick-slide_main {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
}
#flick-slide_ranking .jquery_flick-slide_main ol {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Androidハイライトを消す対策 */
}
#flick-slide_ranking .jquery_flick-slide_main ol li {
  float: left;
  overflow: hidden;
  margin: 0;
  /* margin: **;を指定しないとIE7・IE8が何故かブロック表示にならない為（値は何でもいい模様） */
}
#flick-slide_ranking .jquery_flick-slide_main ol li img {
  /*width:140px;*/
}
#flick-slide_ranking ul.custom_neighbors-button li {
  position: absolute;
  z-index: 9999;
  list-style-type: none;
}
#flick-slide_ranking ul.custom_neighbors-button li img {
  width: 21px;
}
#flick-slide_ranking ul.custom_neighbors-button li.prev {
  left: 5px;
}
#flick-slide_ranking ul.custom_neighbors-button li.next {
  right: 8px;
}
#flick-slide_ranking ul.custom_neighbors-button li.disabled {
  /* SP等opacityを使わない場合に使用 */
  filter: alpha(opacity=20) !important;
  -moz-opacity: 0.2 !important;
  opacity: 0.2 !important;
}
/* ディスプレイ下部固定広告 */
.adFixBottom {
  position: fixed;
  z-index: 10000;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 48px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
.adFixBottom.close {
  display: none;
}
.adFixBottom .adFixBottom__body {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.adFixBottom .btnClose {
  position: absolute;
  right: 16px;
  top: 0;
  padding: 0;
  border: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 50%;
  background: #111;
  box-sizing: border-box;
}
.adFixBottom .btnClose img {
  width: 100%;
}
.photoDiary {
  margin: 60px 0;
  width: 100%;
}
.photoDiary > iframe {
  margin-top: 20px;
}
#pankuzu {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 6;
  line-height: 1;
  justify-self: end;
  align-self: end;
}
#pankuzu ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 1;
}
#pankuzu ul li {
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  color: #049d94;
  line-height: 1;
}
#pankuzu ul li a {
  color: #049d94;
  text-decoration: underline;
}
#pankuzu ul li a:hover {
  text-decoration: none;
}
#pankuzu ul li:before {
  content: '>';
  color: #fcad4f;
}
.contents_title {
  position: relative;
  background: #FFF;
  border-image: linear-gradient(45deg, #ff5f6f 0%, #fcad4f 100%);
  border-image-slice: 1;
  border-width: 1px;
  border-style: solid;
  border-width: 2px;
  border-top: none;
  border-left: none;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 0.2rem;
}
.contents_title > :first-child {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #666666;
  margin-right: 10px;
  /*>span{
			background:@textBlockGradient;
			-webkit-text-fill-color: transparent;//くり抜いた部分は背景を表示
			-webkit-background-clip: text;//テキストでくり抜く
		}*/
  position: relative;
  padding-left: 8px;
}
.contents_title > :first-child::before {
  content: "";
  background: #fcad4f;
  /* Old browsers */
  background: radial-gradient(ellipse at center, #fcad4f 0%, #ff5f6f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
}
.contents_title > :first-child::first-letter {
  color: #fcad4f;
}
.contents_title > em {
  color: #1e1e1e;
  font-weight: 600;
  font-size: 14px;
  padding-right: 0.2rem;
}
.contents_title > a {
  background: #1e1e1e;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  padding: 3px 5px;
  filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.3));
  transition: 300ms;
  position: relative;
  bottom: 0.2rem;
  right: 0.5rem;
}
.contents_title > a > span {
  color: #FFF;
}
.contents_title > a > svg {
  margin-left: 5px;
  fill: #FFF;
  width: 15px;
}
.contents_title > a:hover {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.3));
  bottom: 0;
  right: 0.5rem;
  background: #666666;
}
.contents_title > a:hover > span {
  color: #fffffe;
}
.contents_title > a:hover > svg {
  margin-left: 5px;
  fill: #fffffe;
  width: 15px;
}
/*.contents_title:after{
	content:"";
	border-image: @blockGradient;
	border-image-slice: 1;
	border-width:3px;
	border-style: none none solid none;
	border-image-repeat:round;
	width:40px;
	position: absolute;
	bottom:-3px;
	right:0;
	display:block;
	transform: rotate(180deg);
}*/
.photoDiary {
  padding-bottom: 20px;
}
