@charset "UTF-8";
.topKvSlider {
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
.topKvSlider {
	padding:0 15px;
}
}
/* TOP　スライダー */
.slider p img{width:100%;}

.slick-prev {
  top: 53%;
  left: 50%;
  margin: -28px 0 0 -395px;
  width: 36px;
  height: 65px;
  background-image: url("../img/arrow_prev.png");
  background-position: center;
  background-size: 100%;
  z-index: 999;
}

.slick-next {
  top: 53%;
  right: 50%;
  margin: -28px -395px 0 0;
  width: 36px;
  height: 65px;
  background-image: url("../img/arrow_next.png");
  background-position: center;
  background-size: 100%;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
	.slick-prev,
	.slick-next {
		display: none !important;
	}
}

.slick-dots {
  text-align: center;
  padding: 0;
  height: 25px;
  width: 100%;
  position: inherit;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
  width: 22px;
}

.slick-dots li button {
  display: block;
  font-size: 0;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background-color: #666;
  outline: none;
  margin: 0 3px;
  padding: 0;
  border: none;
}

.slick-dots li button:before {
	font-size: 0;
}

@media only screen and (max-width: 768px) {
	.slick-dots {
	  height: 32px;
	  bottom: -25px;
	  line-height: 20px;
	}

	.slick-dots li {
	  margin: 0 0;
	  width: 20px;
	}

	.slick-dots li button {
	  width: 10px;
	  height: 10px;
	  border-radius: 10px;
	  margin: 0 6px;
	}
}

.slick-dots li.slick-active button {
  background-color: #000;
}

.slider {
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.slider p img {
	max-width: 750px;
	max-height: 100%;
}

.slick-list {
	width: 150%;
	margin: 0 0 0 -25% !important;
}
@media only screen and (max-width: 768px) {
	.slider {
		margin-bottom: 15px;
	}

	.slick-list {
		width: 100%;
		margin: 0 0 0 0 !important;
	}
	.slider p img {
		width:100%;
		height: auto;
	}
}

.top_slider .background_l {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 500px;
	background: url(../../img/amikake.png) repeat-x 0 0 rgba(0, 0, 0, 0.2);
	z-index: 998;
}
.top_slider .background_r {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 500px;
	background: url(../../img/amikake.png) repeat-x 0 0 rgba(0, 0, 0, 0.2);
	z-index: 998;
}
@media only screen and (max-width: 768px) {
	.top_slider .background_l,
	.top_slider .background_r {
		background: none;
	}
}

/* 新ログインご案内 */
.newlogin_ban_area {
	margin: 20px auto 30px;
	border: 4px solid #EB6D5F;
	width:calc( 100% - 30px );
	max-width: 900px;
	text-align: left;
	line-height: 1.3;
	font-size: 24px;
	font-weight:bold;
	text-align: center;
}
.newlogin_ban_area a {
	padding:15px;
	border: 2px solid #FFF;
	display:block;
	color: #FFF;
	background-size: auto auto;
	background-color: rgba(235, 109, 95, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 7px, rgba(221, 102, 88, 1) 7px, rgba(221, 102, 88, 1) 9px );
}
.newlogin_ban_area a span {
	font-size:0.8em;
}
@media only screen and (max-width: 480px) {
	.newlogin_ban_area {
		font-size: 20px;
	}
}

/* 特集バナー */
.coupongetBtn {
	margin: 20px auto 30px;
	padding: 0 15px;
	max-width: 650px;
	display: flex;
	justify-content: space-between;
}
.tokshu_ban_area {
	margin: 20px auto 30px;
	padding: 0 15px;
	max-width: 930px;
	display: flex;
	justify-content: space-between;
}
.tokshu_ban_area a {
	width:49%;
}
.tokshu_ban_area.singleban a {
	width:100%;
	text-align: center;
}

/* 特集バナー */
.gacha_ban_area {
	max-width:1024px;
	margin: 20px auto 30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.gacha_ban_area a{
	width:49%;
}
@media only screen and (max-width: 480px) {
	.coupongetBtn {
		margin: 20px auto 10px;
	}
	.gacha_ban_area {
		padding:0 10px;
	}
	.gacha_ban_area a{
		width:100%;
		margin-bottom:10px;
	}
	.gacha_ban_area a:last-child{
		margin-bottom:0;
	}
	.tokshu_ban_area {
		margin: 15px auto;
		padding: 0 15px;
		max-width: 930px;
		flex-direction:column;
	}
	.tokshu_ban_area a {
		width:100%;
		margin-bottom:10px;
	}
}

/* お知らせ */
.cautionnews {
	margin: 20px auto 30px;
	border:4px solid #ee7b53;
	background-color: #f9e9d7;
	padding: 15px;
	width:calc( 100% - 30px );
	max-width: 900px;
	text-align: left;
	line-height: 1.6;
	font-size: 14px;

}
.cautionnews.accordion p {
	padding-top:10px;
	display:none;
}
.cautionnews.accordion h3 { position:relative;cursor: pointer; }
.cautionnews.accordion h3:after {position:absolute;right: -10px;font-family: FontAwesome;content: "\f0d7";color: #ec6d5e;font-size: 1.8em;top: 50%;transform: translateY(-50%) translateX(-50%);-webkit-transform: translateY(-50%) translateX(-50%);line-height:  1.0;}
.cautionnews.accordion h3.open:after {
  content: "\f0d8";
}

.cautionnews a {
	text-decoration: underline;
}

.kawara-van-area {

padding: 10px 0 20px;
}
.kawara-van-area .cautionnews {
		margin: 0 auto 10px;
		border:4px solid #ee7b53;
		background-color: #f9e9d7;
		padding: 15px;
		width:calc( 100% - 30px );
		max-width: 900px;
		text-align: left;
		line-height: 1.6;
		font-size: 14px;
}

/* キャンペーン注釈 */

.campaign {
  margin: 0 auto;
  padding-bottom: 0px;
  text-align: left;
}
.campaign p {
  font-size: 14px;
  color:#FF0000;
}
.cautionnews p span {
	display:block;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
}
@media only screen and (max-width: 480px) {
  .campeign p {
	font-size: 1em;
  }
	.cautionnews p {
		font-size: 0.9em;
	}
	.cautionnews.accordion h3 { font-size: 1.0em;font-feature-settings: "palt"; }
	.kawara-van-area {

padding: 20px 0 10px;

}
	.kawara-van-area .cautionnews {
			margin: 0 auto 10px;
			border:4px solid #ee7b53;
			background-color: #f9e9d7;
			padding: 15px 25px 15px 15px;
			width:calc( 100% - 30px );
			max-width: 900px;
			text-align: left;
			line-height: 1.6;
			font-size: 14px;
	}
	.cautionnews.accordion h3:after {
		right: -23px;
	}
}



/* 案件一覧 */
.planListArea {
  width: 100%;
  padding: 20px 15px 40px;
}
.planListArea h2 {
  line-height:0;
  text-align: center;
  margin-bottom: 30px;
}
.planListArea h2 img {
  height:25px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
	.planListArea {
	  padding: 15px 20px;
	}
	.planListArea h2 {
	  margin-bottom: 20px;
	  line-height: 0;
	}
	.planListArea h2 img {
	  height: 17px;
	}
}
.planList {
	width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.planList ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between; /*均等に間隔をあける*/
  align-content: stretch;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
	.planList ul {
	  padding: 0;
	}
}

.planList ul li {
  align-items: center;
  position: relative;
  width: 32%;
  margin-bottom: 25px;
  border: 0;
  box-sizing: border-box;
}

.planList ul li a {
  background: none;
  display: block;
  border: 0;
  box-sizing: border-box;
  position: relative;
  padding: 1px;
  }
.planList .planImage {
	margin-bottom: 10px;
	border-radius: 8px;
	overflow: hidden;
}
.planList ul li a.disabledBtn {
	pointer-events:none;
	cursor:default;
}

/* 画面外にいる状態 */
.planList ul li.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 400ms ease-out;
}
/* 画面内に入った状態 */
.planList ul li.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/* 2つ目の要素に200msのdelayをかける */
.planList ul li.fadein:nth-of-type(3n+2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
/* 3つ目の要素に400msのdelayをかける */
.planList ul li.fadein:nth-of-type(3n) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
}

.planList .archive_btn {
	display: flex;
	justify-content: space-around;
}
.planList .archive_btn a {
	display: block;
	width: 33%;
}

@media only screen and (max-width: 768px) {
	.planList ul li.fadein:nth-of-type(2n+1) {
		-moz-transition-delay:200ms;
		-webkit-transition-delay:200ms;
		-o-transition-delay:200ms;
		-ms-transition-delay:200ms;
	}
	.planList ul li.fadein:nth-of-type(2n) {
		-moz-transition-delay:400ms;
		-webkit-transition-delay:400ms;
		-o-transition-delay:400ms;
		-ms-transition-delay:400ms;
	}
	.planList .archive_btn a {
		display: block;
		width: 70%;
	}
}


.planList ul li:nth-child(3n+2):last-child {
  margin-right: 33.3%;
}
.planList ul li:nth-child(3n+1):last-child {
  margin-right: 67%;
}
@media only screen and (max-width: 768px) {
	.planList ul li:nth-child(3n+2):last-child {
	  margin-right: 0;
	}

}

.planList ul li .planDetail {
	position: relative;
	box-sizing: border-box;
	padding: 0;
}
/* 案件ステータス */
.planStatus {
	padding: 6px 7px 5px 10px;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	margin-bottom: 8px;
	line-height: 16px;
	letter-spacing: 3px;
}
.nowonsale {
	background:url(../img/label_nowonsale_bg.png) left top repeat-x;
	background-size:auto 100%;
}
.comingsoon {
	background:url(../img/label_pickup_bg.png) left top repeat-x;
	background-size:auto 100%;
}
.pickup {
	background:url(../img/label_comingsoon_bg.png) left top repeat-x;
	background-size:auto 100%;
}
.closed {
	background:url(../img/label_closed_bg.png) left top repeat-x;
	background-size:auto 100%;
}
.otherNews {
	background-color: #64c055;
	box-shadow: 0 0 0 2px #64c055;
  border-top: dashed 1px #fff;
  border-bottom: dashed 1px #fff;
}
/* 案件名 */
.planTitle {

line-height: 1.4;

color: #4c4948;

font-weight: bold;
}
.planTitle span {
	font-size: 15px;
	font-weight: bold;
}
/* 案件日程 */
.planSchedule {
	font-weight:bold;
	text-align: left;
	color: #e97795;
	box-sizing: border-box;
}
.planSchedule span {

}
.planSchedule i {
	font-size: 1.2em;
	position: relative;
	top: 3px;
	padding-right: 3px;
	color:  #333;
}

@media only screen and (max-width: 768px) {
  .planList ul li {
		width: 49%;
		max-width: 360px;
		}
	.planList ul li .planDetail {
		padding: 0;
	}
	.planList ul li:nth-child(2n+1):last-child {
		margin-right: 50%;
	}
	.planList ul li:nth-child(2n):last-child {
		margin-right: 0;
	}
	.planStatus {
		font-size: 14px;
	}

	.planTitle {
		line-height: 26px;
		font-size: 20px;
	}

	.planSchedule {
		font-size: 16px;
	}
}

@media only screen and (max-width: 580px) {
	.planList ul li .planDetail {
		padding: 0;
	}

	.planStatus {
		font-size: 11px;
	}

	.planTitle {
		line-height: 24px;
		font-size: 18px;
	}

	.planSchedule {
		font-size: 15px;
	}
}
@media only screen and (max-width: 440px) {
	.planSchedule i {
		font-size: 0.9em;
		position: relative;
		top: 2px;
		padding-right: 2px;
		color:  #333;
	}
  .prizeList ul li:nth-child(2n+1):last-child {
	margin-right: 53%;
  }
  .planList ul li {
			width: 48%;
			margin-bottom: 13px;
	}
	.planList ul li .planDetail {
		padding: 0;
	}

	.planStatus {

	}
	.comingSoon span {
		font-size: 10px;
	}
	.planTitle {
		line-height: 1.3;
		padding: 0;
		font-size: 11px;
	}

	.planSchedule {
		font-size: 11px;
	}
}
@media only screen and (max-width: 340px) {
	.planList ul li .planDetail {
		height: 128px;
	}
}
.morePlanBtn a {
  width: 425px;
  margin: 27px auto 0;
  padding: 0;
  line-height: 50px;
  text-align: center;
  background: none;
  display: block;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 0px 1px #d2d2d2;
  position: relative;
}
.morePlanBtn .fa-caret-right {
  position: absolute;
  top: 14px;
  right: 12px;
  font-size: 26px;
  transition-duration:0.25s;
}
.morePlanBtn a {
  display: block;
  color: #333;
  font-size: 15px;
  letter-spacing: 0.3rem;
}
.morePlanBtn a:hover {

}
.morePlanBtn a:hover .fa-caret-right {
  position: absolute;
  top: 14px;
  right: 6px;
  font-size: 26px;
}

.morePlanBtn a::before, .morePlanBtn a::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.morePlanBtn a.center::before, .morePlanBtn a.center::after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}
.morePlanBtn a.center::before {
  border-top: 1px solid #f7af10;
  border-bottom: 1px solid #f7af10;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}
.morePlanBtn a.center::after {
  border-left: 1px solid #f7af10;
  border-right: 1px solid #f7af10;
  -webkit-transform: scale3d(1, 0, 1);
		  transform: scale3d(1, 0, 1);
}
.morePlanBtn a.center:hover::before, .morePlanBtn a.center:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
		  transform: scale3d(1, 1, 1);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
	.morePlanBtn {
	  width: 94%;
	  margin: 0 auto 46px;
	  padding: 0;
	  line-height: 56px;
	}
	.morePlanBtn .fa-caret-right {
	  top: 16px;
	  right: 18px;
	  font-size: 24px;
	}
	.morePlanBtn a {
	  font-size: 18px;
	}
	.morePlanBtn a {
		width: 100%;
	}
}
@media only screen and (max-width: 440px) {
	.morePlanBtn {
	  width: 95%;
	   margin-bottom: 15px;
	  line-height: 48px;
	}
	.morePlanBtn .fa-caret-right {
	  top: 13px;
	  right: 13px;
	}
	.morePlanBtn a {
	  font-size: 14px;
	  margin: 0 auto;
	}
}

.freeGachaBtn {
  position: relative;
  max-width: 980px;
  margin: 15px auto 30px;
  padding: 0;
  line-height: 50px;
  text-align: center;
}
.freeGachaBtn .icon-outline-luckykuji {
  position: relative;
  top: 8px;
  right:3px;
  font-size: 38px;
  color: #f5d54d;
}
.freeGachaBtn a {
  display: block;
  background: #f7af10;
  border: 3px solid #f5d54d;
  border-radius: 10px;
  padding: 20px 0;
  color: #FFF;
  font-size: 24px;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 0.8;
}
@media only screen and (max-width: 768px) {
	.freeGachaBtn {
	  width: 94%;
	  margin: 0 auto 46px;
	  padding: 0;
	  line-height: 56px;
	}
	.freeGachaBtn .fa-caret-right {
	  top: 16px;
	  right: 18px;
	  font-size: 24px;
	}
	.freeGachaBtn a {
	  font-size: 18px;
	}
}
@media only screen and (max-width: 440px) {
	.freeGachaBtn {
	  width: 95%;
	  margin: 20px auto;
	  line-height: 48px;
	}
	.freeGachaBtn .fa-caret-right {
	  top: 13px;
	  right: 13px;
	}
	.freeGachaBtn a {
	  font-size: 20px;
	  letter-spacing: 0.1rem;
	}
	.freeGachaBtn .icon-outline-luckykuji {
		  position: relative;
		  top: 7px;
		  right:3px;
		  font-size: 34px;
	}
	.freeGachaBtn a:hover {
	  color: #fff;
	}
}


/* 新着情報エリア */
.newInfoArea {
  width: 100%;
  padding: 40px 0 50px;
  background-color: #f4f4f4;
}
.newInfoAreaInner {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
	.newInfoArea {
	  padding: 30px 0;
	}
}
@media only screen and (max-width: 480px) {
	.newInfoArea {
	  padding: 24px 0;
	}
}

.newInfoTable {
	display: table;
	width: 100%;
	margin: 25px 0 0;
	border-collapse: collapse;
}
.newInfoTable dl {
	display: table-row;
}

.newInfoTable,
.newInfoTable dt,
.newInfoTable dd {
  border:none;
}
.newInfoArea dt,
.newInfoArea dd {
	display: table-cell;
  border-bottom:solid 1px #dedede;
}

.newInfoTable dt {
	width: 240px;
  padding: 25px 10px;
	text-align: left;
}
.newInfoTable dd {
  padding: 25px 0;
	line-height: 21px;
	vertical-align: top;
	text-align: left;
}

.newInfoStatus {
	display: inline-block;
	width: 100px;
	margin-left: 30px;
	text-align: center;
	line-height: 21px;
	vertical-align: top;
}
.newInfoStatus span {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;display: block;
}

.newInfoDate{
	font-size: 15px;
	font-weight: bold;
  vertical-align: top;
}

.newInfoText {
	font-size: 16px;
}

/* もっと見るボタン */
.moreNewInfoBtn {
	margin-top: 5px;
	font-size: 16px;
	line-height: 30px;
	text-align: right;
}
.moreNewInfoBtn:after {
  font-family: FontAwesome;
  content: "\f0da";
  margin: 0 0 10px;
  padding: 0 0 0 14px;
  color: #8d8d8d;
  font-size: 17px;
}

@media only screen and (max-width: 768px) {
	.newInfoTable,
	.newInfoTable dl,
	.newInfoTable dt,
	.newInfoTable dd {
		display: block;
	}

	.newInfoTable {
		margin-top: 0;
	}
	.newInfoTable dl {
		margin: 0 10px;
	}
	.newInfoTable dt {
		width: 98%;
		margin-top: 42px;
		padding: 0 10px;
		border: none;
	}

	.newInfoTable dd {
		padding: 15px 10px 30px;
	}

	.newInfoDate{
		font-size: 18px;
		font-weight: normal;
	}
	.newInfoStatus {
		width: 160px;
		margin-left: 20px;
		line-height: 26px;
		vertical-align: middle;
	}
	.newInfoStatus span {
		font-size: 16px;
		font-weight: normal;
	}
	.newInfoText {
		font-size: 15px;
		line-height: 24px;
	}

	.moreNewInfoBtn {
		margin-top: 15px;
		font-size: 16px;
		line-height: 20px;
		text-align: right;
	}
	.moreNewInfoBtn:after {
	  margin: 0 25px 10px 0;
	}
}
@media only screen and (max-width: 480px) {
	.newInfoTable dl {
		margin: 0 10px;
	}
	.newInfoTable dt {
		margin-top: 35px;
		padding: 0;
	}
	.newInfoTable dd {
		padding: 14px 0 28px;
	}

	.newInfoDate{
		font-size: 16px;
	}
	.newInfoStatus {
		width: 110px;
		line-height: 24px;
		margin-left: 16px;
	}
	.newInfoStatus span {
		font-size: 14px;
	}
	.newInfoText {
		font-size: 14px;
	}

	.moreNewInfoBtn {
		margin-top: 4px;
		font-size: 14px;
	}
	.moreNewInfoBtn:after {
	  margin: 10px 10px 0 0;
		font-size: 14px;
	}
}
.title_stUL {
  position: relative;
  padding: 0.3em 0.3em 0.5em;
  font-size: 30px;
  line-height: 46px;
}
.title_stUL:after {
	position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  box-sizing: border-box;
  border-top: 3px solid #00427b;
  border-bottom: 1px solid #00427b;
}
@media only screen and (max-width: 768px) {
  .title_stUL {
	padding: 7px 7px 12px;
	line-height: 40px;
	font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .title_stUL {
	line-height: 24px;
	font-size: 20px;
	padding-bottom: 12px;
  }
}

/* バナーエリア */
.shoplink {
  width: 100%;
  padding: 0 0 50px;
}
.shoplinkInner {
	max-width: 1024px;
	margin: 0 auto;
}
.shoplink ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  justify-content: space-between;
   /*均等に間隔をあける*/
}
.shoplink ul li {
  align-items: center;
  flex-basis: 32%;
  margin-bottom: 15px;
  background-color: #ffffff;
}
.shoplink ul li img {
	width: 100%;
}
.shoplink ul li:nth-child(3n+2):last-child {
  margin-right: 34%;
}
.shoplink ul li:nth-child(3n+1):last-child {
  margin-right: 67%;
}
.shoplink h2 {
	line-height: 0;
	text-align: center;
	margin-bottom:30px;
}
.shoplink h2 img {
  height:25px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.shoplink ul {
	  padding: 0 15px;
	}
	.shoplink ul li:nth-child(3n+2):last-child {
	  margin-right: 0;
	}
	.shoplink ul li {
	flex-basis: 49%;
	}
	.shoplink ul li:nth-child(2n+1):last-child {
	  margin-right: 50%;
	}
	.shoplink ul li:nth-child(2n):last-child {
	  margin-right: 0;
	}
}
@media only screen and (max-width: 480px) {
	.shoplink {
	  padding: 20px 0;
	}
	.shoplink h2 {
	  margin-bottom: 20px;
	}
	.shoplink h2 img {
	  height: 17px;
	}
	.shoplink ul {
	  padding: 0 15px;
	}
	.shoplink ul li {
		flex-basis: 48%;
		margin-bottom: 10px;
	}
	.shoplink ul li:nth-child(2n):last-child, .shoplink ul li:nth-child(2n+1):last-child, .shoplink ul li:nth-child(3n+1):last-child, .shoplink ul li:nth-child(3n+2):last-child {
		margin-right: 0 !important;
	}
}

/*遊び方バナー*/
#howToLink{
  position:fixed;
  width: 80px;
  right: 10px;
  bottom: 80px;
  z-index: 1001;
  cursor:pointer;
  opacity:0;
}

@media only screen and (max-width: 768px) {
  #howToLink{
	right: 5px;
	width: 70px;
  }
}

/* fancybox */
#fancybox-close {
  top: 0 !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
  background-image: url(../img/icon_close.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #535353 !important;
}
@media only screen and (max-width: 768px) {
  #fancybox-close {
	top: 0 !important;
	right: 0 !important;
	width: 30px !important;
	height: 30px !important;
	background-image: url(../img/icon_close.png) !important;
	background-size: 20px auto !important;
  }
}
