@charset "UTF-8";
/*===============================================================

  2015/7/17

===============================================================*/
/* 初期化
----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd {
  font-size: 14px;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
}

img {
  vertical-align: top;
  border: 0;
}

ul, li {
  list-style: none;
}

option {
  padding-right: 1em;
}

address, caption {
  font-style: normal;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

ul a, li a {
  zoom: 1;
}

/* HTML5
----------------------------------------------------------------*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* iOS3.1のhtml5対応 */
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* body
----------------------------------------------------------------*/
body {
  width: 100%;
  color: #333;
  font-size: 14px;
  text-align: left;
  line-height: 25px;
  -webkit-text-size-adjust: none;
  font-family: 'Noto Sans Japanese',-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  word-wrap: break-word;
}

a {
  color: #36C;
  -webkit-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -ms-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -moz-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -o-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
}

a:hover {
  color: #39F;
}
img {
  max-width: 100%;
  height: auto;
}
/*.photo img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}*/

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.mt15 {
  margin-top: 15px !important;
}

.cb {
  clear: both;
}

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

                        コンテンツスタート

----------------------------------------------------------------*/
.sp {
  display: none;
}

.pc {
  display: block;
}

/*コンテンツ
----------------------------------------------------------------*/
.main_wrp .main_title h1 {
  background: #fff;/*メインビジュアル余白の色の指定*/
}
.main_wrp .main_title h1 img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.main_wrp .sns_wrp {
  text-align: center;
  margin-top: 20px;
}
.main_wrp .sns_wrp span {
  margin: 0 5px;
}
.main_wrp .sns_wrp .line img {
  margin-top: -10px;
}
.share_btn span {
  margin: 0 5px;
}
.share_btn .line img {
  margin-top: -10px;
}
.pc_main {
  display: block!important;
}

.sp_main {
  display: none!important;
}

.main_wrp .main_title .down {
  width: 50px;
  margin: 0 auto;
  margin-top: 65px;
}
.main_wrp .main_title .down a:hover {
  opacity: 0.7;
}

.content-wrp {
  width: 980px;
  margin: 0 auto;
}
.content-wrp .btn-wrp {
  overflow: hidden;
  *zoom: 1;
}
.content-wrp .btn-wrp ul {
  width: 700px;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  *zoom: 1;
}
.content-wrp .btn-wrp ul li {
  width: 310px;
}
.content-wrp .btn-wrp ul li a {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 15px 0;
}
.content-wrp .btn-wrp ul li a.icon_camera {
  background: no-repeat url("../../img/front/icon_camera.png");/*←カメラのアイコンはこちら*/
  background-position: 20px center;
  background-size: 30px;
  background-color: #5b9cdd;
}
.content-wrp .btn-wrp ul li a.icon_movie {
  background: no-repeat url("../../img/front/icon_movie.png");/*←動画のアイコンはこちら*/
  background-position: 20px center;
  background-size: 30px;
  background-color: #5b9cdd;
}
.content-wrp .btn-wrp ul li a:hover {
  background-color: #3a81f6;
}
.content-wrp .btn-wrp ul li:last-child a {
  background: no-repeat url(../../img/front/icon_upload.png);
  background-position: 20px center;
  background-size: 30px;
  background-color: #5b9cdd;
}
.content-wrp .btn-wrp ul li:last-child a:hover {
  background-color: #3a81f6;
}

.content-wrp .btn-wrp ul li.end {
width: 310px;
float: right;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
display: block;
background: no-repeat url(../../img/front/icon_end.png);
background-position: 20px center;
background-size: 30px;
background-color: #c7c7c7;
color: #fff;
font-size: 18px;
font-weight: 500;
text-align: center;
padding: 15px 0;
cursor: default;
}

input, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.background-b {
  width: 100%;
  background-color: #eef5fc;
  overflow: hidden;
  padding: 25px 0 25px 0;
}
.background-b .content02 {
  width: 980px;
  margin: 0 auto;
  background-color: #fff;
  padding: 200px 0 200px 0;
}
.background-b .content02 h3 {
  text-align: center;
  font-family: YuMincho,'Yu Mincho', serif;
  font-size: 18px;
  color: #5b9cdd;
  line-height: 30px;
}
.background-b .content02 .content02-inner {
  width: 685px;
  margin: 0 auto;
  /*overflow: hidden;*/
  *zoom: 1;
}
.background-b .content02 .content02-inner .free-space {
	text-align: center;
	font-size: 70px;
}
.background-b .content02 .content02-inner .left-content {
  float: left;
  width: 250px;
  margin-top: 50px;
}
.background-b .content02 .content02-inner .left-content .person img {
  width: 100%;
}
.background-b .content02 .content02-inner .left-content p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  text-align: center;
  font-weight: 400;
}
.background-b .content02 .content02-inner .right-content {
  margin-top: 50px;
  float: right;
  width: 400px;
}
.background-b .content02 .content02-inner .right-content p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-weight: 400;
}
.background-b .acMenu {
  width: 980px;
  margin: 25px auto 0 auto;
  background-color: #fff;
  padding: 25px 0;
}
.background-b .acMenu dt {
  font-size: 18px;
  color: #5b9cdd;
  font-weight: 400;
  margin: 0 25px;
  background: no-repeat right url(../../img/front/icon_plus.png);
  background-size: 20px;
  cursor: pointer;
}
.background-b .acMenu dt.open {
  background: no-repeat right 1px url(../../img/front/icon_minus.png);
  background-size: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #5b9cdd;
}
.background-b .acMenu dd {
  display: none;
  margin: 50px 25px 25px 25px;
}
.background-b .acMenu dd h3 {
  margin-bottom: 40px;
  background-color: #5b9cdd;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  padding: 10px;
}
.background-b .acMenu dd h4 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 45px;
  margin-bottom: 15px;
}
.background-b .acMenu dd ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.background-b .acMenu dd ul p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.input-wrp ul {
  margin-top: 25px;
}
.input-wrp ul li {
  float: left;
  width: 710px;
  position: relative;
}
.input-wrp ul li input {
  width: 100%;
  font-size: 14px;
  color: #999;
  padding: 16px 20px;
  background-color: #eee;
  float: left;
}
.input-wrp ul li.thema select {
  width: 250px;
  font-size: 14px;
  padding: 16px 20px;
  margin: 5px 15px 10px 0;
  background-color: #eee;
  float: left;
  border: #333;
}
.input-wrp ul li.thema select#EntryThema2 {
  width: 100%;
}
input::-ms-clear {
  visibility:hidden;
}
.input-wrp ul li .search-btn {
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 24px;
  height: 24px;
}
.input-wrp ul li .search-btn a {
  width: auto;
  display: block;
}
.input-wrp ul li .search-btn a:hover {
  opacity: 0.7;
}
.input-wrp ul li:last-child {
  float: right;
  width: 200px;
}
.input-wrp ul li:last-child select {
  width: 100%;
  font-size: 14px;
  color: #777777;
  padding: 16px 20px;
  background: no-repeat url(../../img/front/icon_choice.png);
  background-color: #f7f6f2;
  background-size: 24px;
  background-position: right;
}

.instagram {
  width: 100%;
  margin-top: 100px;
  overflow: hidden;
  *zoom: 1;
}

/*ローディング*/
.hide-content {
  display: none;
  background: no-repeat url(../../img/front/loading.gif);
  background-size: 100px;
  background-position: center;
  width: 100%;
  min-height: 100px;
}
.hide-content .hide-content-inner {
  display: none;
}

ul.photo-wrp {
  overflow: hidden;
  *zoom: 1;
  /*column-count: 5;
  column-gap: 0;*/
}
ul.photo-wrp li {
  width: 19.8%;
  height: 50%;
  overflow: hidden;
  cursor: pointer;
  float: left;
  position: relative;
  margin: 0.1%;
}
ul.photo-wrp .photo-inner {
  overflow: hidden;
  position: relative;
}
/*ul.photo-wrp .photo-inner .icon {
  position: absolute;
  z-index: 100;
  color: #fff;
  top: 20px;
  left: -30px;
  width: 24px;
}*/
ul.photo-wrp .icon {
	position: absolute;
	z-index: 100;
	top: 10px;
	left: -50px;
	width: 24px;
}
ul.photo-wrp .photo-inner .icon img {
  width: 100%;
}
ul.photo-wrp .photo-inner p.photo-title {
  position: absolute;
  width: 100%;
  z-index: 100;
  bottom: 0px;
  color: #fff;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
}
ul.photo-wrp .photo-inner p.photo-title span {
	width: 50%;
}
ul.photo-wrp .photo-inner p.name {
  position: absolute;
  width: 100%;
  z-index: 100;
  bottom: -200px;
  color: #fff;
  padding: 5px 10px;
  box-sizing: border-box;
}
ul.photo-wrp .photo-inner .expansion {
  display: none;
}
ul.photo-wrp li.on-mouse {
  overflow: hidden;
}
ul.photo-wrp li.on-mouse .photo-inner .expansion {
  display: block;
  z-index: 100;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
ul.photo-wrp li.on-mouse .photo-inner .icon {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  z-index: 100;
  color: #fff;
  top: 20px;
  left: 20px;
}
ul.photo-wrp li.on-mouse .photo-inner p.photo-title {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  bottom: -200px;
}
ul.photo-wrp li.on-mouse .photo-inner p.name {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  width: 100%;
  z-index: 100;
  bottom: 0px;
  color: #fff;
  padding: 5px 10px;
}
ul.photo-wrp li.on-mouse .photo-mask:after {
  content: "";
  position: relative;
}
ul.photo-wrp li.on-mouse .photo-mask:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

.photo {
  width: auto;
}

.modal-inner {
  *zoom: 1;
  padding: 25px;
  background-color: #fff;
  width: 1100px;
  cursor: default;
}
.modal-inner .close {
  text-align: right;
}
.modal-inner .close a {
	  cursor: pointer;
	  font-size: 40px;
}
.modal-inner .modal-img {
  float: left;
  width: 600px;
  position: relative;
}
/*==========画像両サイドナビ追加=============*/
.modal-inner ul li {
  width: 20px !important;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: auto;
  left: -100px;
}
.modal-inner ul li:last-child {
	margin: auto;
	left: auto;
	right: -100px;
}
/*==========//画像両サイドナビ追加=============*/
.modal_movie {
	width: 600px;
	height: 450px;
}
.modal-inner .modal-img img {
	width: auto;
	height: auto;
	/*max-width: 600px;0105追加*/
	max-width: 100%;
	max-height: 500px;
	display: block;
	margin: 0 auto;
}
.thumbnails {
	overflow: hidden;
}
.thumbnails_square {
	width: 20%;
	overflow: hidden;
	float: left;
	position: relative;
}
.thumbnails_square::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.thumbnails_square img {
	width: 100%!important;
	height: 100%!important;
	margin-right: 3px!important;
	margin-top: 3px!important;
	box-sizing: border-box;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.thumbnails_square:last-child img {
	margin-right: 0px!important;
}
.thumbnails img:hover {
	opacity: 0.8;
	cursor: pointer;
}
.modal-inner .modal-txt {
  float: right;
  width: 400px;
}
.modal-inner .modal-txt p.theme {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	background: #e45f0c;
	padding: 1px 8px 2px 8px;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.modal-inner .modal-txt h3 {
  font-size: 18px;
  font-weight: 500;
  color: #5b9cdd;
}
.modal-inner .modal-txt h3 span {
  font-weight: bold;
  margin: 0 10px 0 0;
}
.modal-inner .modal-txt p {
  margin-top: 30px;
}
.modal-inner .modal-txt p span {
  font-weight: bold;
  margin: 0 10px 0 0;
}
.modal-inner .modal-txt p.name-inner {
  margin-top: 10px;
}
.modal-inner .modal-txt p.date {
  margin-top: 0px;
  font-size: 12px;
  font-weight: 400;
  color: #ccc;
}
.modal-inner .modal-txt p.votes {
  margin-top: 0px;
  font-size: 12px;
  font-weight: 400;
  color: #5b9cdd;
  background: no-repeat url(../../img/front/icon_good_inner.png);
  background-size: 6px;
  background-position: left;
  padding-left: 12px;
  letter-spacing: 0.03em;
  float: left;
}
.modal-inner .modal-txt p.reading {
	margin-top: 0px;
	font-size: 12px;
	font-weight: 400;
	color: #5b9cdd;
	background: no-repeat url(../../img/front/icon_read_inner.png);
	background-size: 13px;
	background-position: left;
	padding-left: 17px;
	padding-right: 4px;
	letter-spacing: 0.03em;
	float: right;
}
.modal-inner .modal-txt .modal-txt-under {
  margin-top: 10px;
  clear: both;
}
.modal-inner .modal-txt .modal-txt-under .votes-btn a {
  width: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: block;
  text-align: center;
  background-size: 12px;
  background-position: 160px center;
  padding: 5px;
  background-color: #5b9cdd;
}
.modal-inner .modal-txt .modal-txt-under .votes-btn .once.active {
	background-color: #888888;
}
.thumbnail {
	height: 100%;
}
.thumbnail img {
	width: auto!important;
	height: 100px;
}
.modal-inner .modal-txt .modal-txt-under .votes-btn a:hover {
  background-color: #3a81f6;
}
.modal-inner .modal-txt .modal-txt-under .m-sns-wrp {
  overflow: hidden;
  margin-top: 15px;
}
.modal-inner .modal-txt .modal-txt-under .m-sns-wrp .twtter {
  width: 126px;
  float: left;
}
.modal-inner .modal-txt .modal-txt-under .m-sns-wrp .twtter a {
  width: 126px;
  height: 40px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  background: no-repeat url(../../img/front/icon_t.png);
  background-size: 30px;
  background-position: 5px center;
  background-color: #1da1f2;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.modal-inner .modal-txt .modal-txt-under .m-sns-wrp .fb {
  width: 126px;
  float: left;
  margin-left: 11px;
}
.modal-inner .modal-txt .modal-txt-under .m-sns-wrp .fb a {
  width: 126px;
  height: 40px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  background: no-repeat url(../../img/front/icon_f.png);
  background-size: 30px;
  background-position: 5px center;
  background-color: #3564a2;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.modal-inner .modal-txt .modal-txt-under .m-sns-wrp .line {
  width: 126px;
  float: right;
}
.modal-inner .modal-txt .modal-txt-under .m-sns-wrp .line a {
  width: 126px;
  height: 40px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  background: no-repeat url(../../img/front/icon_l.png);
  background-size: 30px;
  background-position: 5px center;
  background-color: #00b900;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.modal-inner .modal-txt .modal-txt-under .m-sns-wrp a:hover {
  opacity: 0.7;
}

.see-more {
  margin: 80px auto 100px;
  width: 100px;
  height: 59px;
}
.see-more p {
  background: url(../../img/front/icon_see-more.png) no-repeat center;
  display: block;
  /*-moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px #5b9cdd solid;*/
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  width: 100px;
  height: 59px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}

.sns-wrp {
  width: 400px;
  height: 30px;
  margin: 30px auto;
  /* overflow: hidden; */
  *zoom: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sns-wrp .fb {
  float: left;
  height: 30px
}
.sns-wrp .twtter {
  float: left;
  margin-left: 5px;
}
.sns-wrp .line-it-button {
  float: left;
  margin-left: 5px;
}
.banner_wrap {
  width: 100%;
  max-width: 1200px;;
  margin: 30px auto;
}
.banner_area {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  width: 100%;
}
.banner_area .banner {
  width: 21%;
  max-width: 250px;
  height: auto;
  margin: 0 20px;
  margin-bottom: 15px; 
}
.banner_area .banner:hover {
  opacity: 0.8;
}
.footer {
  width: 980px;
  margin: 50px auto;
  overflow: hidden;
  *zoom: 1;
}
.footer p {
  font-size: 14px;
  color: #ccc;
  text-align: center;
}
.footer p span{
  font-size: 12px;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 900;
}

#page-top a {
  width: 50px;
  display: block;
}

#page-top a:hover {
  opacity: 0.7;
}
.thumbs{
  width: 100%;
  height: 100%;
  position: relative;
}
.thumbs::before{
  content: "";
  display: block;
  padding-top: 100%;
}
/*.thumbs a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}*/
.thumbs img{
  width: 100%;
  height: 100%;
  line-height: 0;
  position: absolute;
  bottom: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}


.heart {
	position: absolute;
	width: 24px;
	left: -50px;
}
li.on-mouse .heart {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
	top: 20px;
	left: 20px;
	z-index: 200;
}
.error-message{
  color:#DC143C;
  }
