@charset "UTF-8";
.topKvSlider {
	position: relative;
	overflow: hidden;
}
/* TOP　スライダー */
.slider p img{width:100%;}

.slick-prev {
  top: 53%;
  left: 47%;
  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: 47%;
  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 {
		background-image: none;
	}
}

.slick-dots {
  text-align: center;
  padding: 40px 0 0;
  height: 50px;
}

.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: 38px;
	  bottom: -25px;
	}

	.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: 45px;
	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: 25px;
	}

	.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;
	}
}

/* キャンペーン注釈 */

.campaign {
  margin: 0 auto;
  padding-bottom: 0px;
  text-align: center;
}
.campaign p {
  font-size: 14px;
  color:#FF0000;
}
@media only screen and (max-width: 480px) {
  .campeign p {
	font-size: 1em;
  }
}

/* お知らせ */
.cautionnews {
	margin: 20px auto 30px;
	border:4px solid #fad028;
	padding: 15px;
	width:calc( 100% - 60px );
	max-width: 900px;
	line-height: 1.6;
	font-size: 14px;
}

.cautionnews h3 {
	text-align: center;
	position: relative;
}
.cautionnews.acc h3:hover {
	cursor:pointer;
}
.cautionnews.acc h3:after {
	content:"+";
	position:absolute;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right:0;
	font-size:1.4em;
	line-height:0;
	color: #0a197a;
}
.cautionnews.acc h3.open:after {
	content:"-";
}

.cautionnews p {
	text-align: left;
}
.cautionnews h3 + *{
	padding-top: 12px;
}
.cautionnews.acc h3 + *{
	display:none;
	padding-top: 12px;
}
.cautionnews p span {
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
}
@media only screen and (max-width: 480px) {
	.cautionnews p {
		font-size: 0.9em;
	}
}

.redFont {
	color:red;
	font-weight:700;
}


/* 案件一覧 */
.planListArea {
  width: 100%;padding-top: 20px;padding-bottom: 40px;
}
.planListArea h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
	.planListArea {
	  padding-bottom: 0;
	}
	.planListArea h2 {
	  margin-bottom: 30px;
	}
}
.planList {
	width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.planList ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-between; /*均等に間隔をあける*/
  align-content: stretch;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
	.planList ul {
	  padding:0 1.5%;
	}
}

.planList ul li {
  align-items: center;
  position: relative;
  flex-basis: 31%;
  max-width: 310px;
  margin-bottom: 30px;
  background-color: #ffffff;
  border: 0;
  box-sizing: border-box;

}

.planList ul li a {
  display: block;
  border: 0;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset;
  border-color: #dedede;
  background: #FFF;
  transform-style: flat;
  transition: all 250ms ease-out;
}

.planList ul li a::before, .planList ul li a::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
}
/* Curl effects – curls corners on hover */
.planList ul li a.paper-curl:before, .planList ul li a.paper-curl:after,
.planList ul li a.paper-curl-right:before,
.planList ul li a.paper-curl-right:after {
  bottom: 33px;
  width: 50%;
  height: 55%;
  max-width: 200px;
  max-height: 100px;
  box-shadow: 1px 8px 12px rgba(31, 31, 31, 0.6);
}
.planList ul li a.paper-curl:before,
.planList ul li a.paper-curl-right:before {
  left: 10px;
}
.planList ul li a.paper-curl:after,
.planList ul li a.paper-curl-right:after {
  right: 27px;
  transition: all 250ms ease-out;
}
.planList ul li a.paper-curl:hover:before, .paper-curl:hover:after,
.planList ul li a.paper-curl-right:hover:before,
.planList ul li a.paper-curl-right:hover:after {
  box-shadow: 8px 21px 13px rgba(31, 31, 31, 0.5);
}
.planList ul li a.paper-curl:hover:before,
.planList ul li a.paper-curl-right:hover:before {
  transform: skew(-8deg) rotate(-3deg);
}
.planList ul li a.paper-curl:hover:after,
.planList ul li a.paper-curl-right:hover:after {
  transform: skew(11deg) rotate(3deg);
}

.planList ul li a.paper-curl:hover {
  border-radius: 0 0 40% 40%/0 0 30% 30%;
}

.planList ul li a.paper-curl-right:before {
  display: none;
}
.planList ul li a.paper-curl-right:hover {
  border-radius: 0 0 40% 0/0 0 11% 0;
  opacity: 1.0;
}

.planList ul li a.disabledBtn {
	pointer-events:none;
	cursor:default;
}

/* 画面外にいる状態 */
.planList ul li.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition: all 250ms 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;
}
@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 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;
	height: 140px;
	padding: 8px 12px;
}
/* 案件ステータス */
.planStatus {
	position: absolute;
	width: 80px;
	line-height: 1.1;
	text-align: center;
	top:0;
	left:0;
}
.planStatus span {
	display: block;
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.planStatus span::after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	right: -9.9px;
	top: 0;
	border-top: 25px solid #000;
	border-right: 10px solid transparent;
	border-bottom: 11px solid transparent;
	border-left:0 solid transparent;
}
.new span {
	background-color: #ec73c6;
}
.new span::after {
	border-top: 25px solid #ec73c6;
}
.comingSoon span {
	background-color: #ff8507;
}
.comingSoon span::after {
	border-top: 25px solid #ff8507;
}
.pickUp span {
	background-color: #32aee4;
}
.pickUp span::after {
	border-top: 25px solid #32aee4;
}
.soldOut span {
	background-color: #868686;
}
.soldOut span::after {
	border-top: 25px solid #868686;
}
.otherNews span {
	background-color: #64c055;
}
.otherNews span::after {
	border-top: 25px solid #64c055;
}
/* 案件名 */
.planTitle {

line-height: 1.4;

padding-top: 30px;
}
.planTitle span {
	font-size: 15px;
	font-weight: bold;
}
/* 案件日程 */
.planSchedule {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 90%;
	padding: 3px 0px;
	line-height: 26px;
	text-align: center;
	color: #a40b00;
	box-sizing: border-box;
	border-top: 1px solid #d9d9d9;
	margin: 0 auto;
	-webkit-background-size: 5px 5px;
}
.planSchedule span {
	font-size: 14px;
}
.planSchedule i {
	font-size: 1.2em;
	position: relative;
	top: 2px;
	padding-right: 4px;
	color: #9a9a9a;
}

@media only screen and (max-width: 768px) {
  .planList ul li {
		flex-basis: 48%;
		max-width: 360px;
		}
	.planList ul li .planDetail {
		height: 180px;
		padding: 14px;
	}
	.planList ul li:nth-child(2n+1):last-child {
		margin-right: 50%;
	}
	.planList ul li:nth-child(2n):last-child {
		margin-right: 0;
	}
	.planStatus {
		width: 110px;
		line-height: 26px;
	}
	.planStatus span {
		font-size: 18px;
	}

	.planTitle {
		margin-top: 8px;
		line-height: 26px;
	}
.planStatus span::after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	right: -9.9px;
	top: 0;
	border-top: 25px solid #000;
	border-right: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left:0 solid transparent;
}
.new span::after {
	border-top: 37px solid #ec73c6;
}
.comingSoon span::after {
	border-top: 37px solid #ff8507;
}
.pickUp span::after {
	border-top: 37px solid #32aee4;
}
.soldOut span::after {
	border-top: 37px solid #868686;
}
.otherNews span::after {
	border-top: 37px solid #64c055;
}
	.planTitle span {
		font-size: 20px;
	}

	.planSchedule {
		left: 0px;
		right: 0px;
		width: 90%;
		line-height: 31px;
		bottom: 0px;
		margin: 0 auto;
	}
	.planSchedule span {
		font-size: 16px;
	}
}

@media only screen and (max-width: 580px) {
	.planList ul li .planDetail {
		padding: 10px 5px;
		height: 170px;
	}

	.planStatus {
		width: 160px;
	}
	.planStatus span {
		font-size: 18px;
	}

	.planTitle {
		line-height: 24px;
	}
	.planTitle span {
		font-size: 18px;
	}

	.planSchedule {
		left: 0px;
		right: 0px;
		width: 100%;
		line-height: 28px;
	}
	.planSchedule span {
		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 {
			flex-basis: 46%;
			margin-bottom: 18px;
	}
	.planList ul li .planDetail {
		padding: 4px 0;
		height: 108px;
	}
.planStatus span::after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	right: -9.9px;
	top: 0;
	border-top: 25px solid #000;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left:0 solid transparent;
}
	.new span::after {
		border-top: 19px solid #ec73c6;
	}
	.comingSoon span::after {
		  border-top: 19px solid #ff8507;
	}
	.pickUp span::after {
		border-top: 19px solid #32aee4;
	}
	.soldOut span::after {
		border-top: 19px solid #868686;
	}
	.otherNews span::after {
		border-top: 19px solid #64c055;
	}
	.planStatus {
		width: 60px;
		line-height: 1.2;
		padding-bottom: 0;
		margin-left: 0px;
	}
	.planStatus span {
		font-size: 10px;
		padding: 3px 0;
	}
	.comingSoon span {
		font-size: 10px;
	}
	.planTitle {
		line-height: 1.3;
		margin-top: 22px;
		padding: 0 7px;
	}
	.planTitle span {
		font-size: 13px;
	}

	.planSchedule {
		line-height: 21px;
		width: 90%;
		padding: 2px 0;
		margin: 0 auto;
	}
	.planSchedule span {
		font-size: 10.5px;
	}
}
@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 .fa-angle-right {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 26px;
}
.morePlanBtn a {
  display: block;
  /* color: #333; */
  font-size: 15px;
  letter-spacing: 0.3rem;
  z-index: 1;
}
.morePlanBtn a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #fad028;
  transition: all 0.3s ease;
}
.morePlanBtn a:hover {
  color: #fff;opacity: 1.0;
}
.morePlanBtn a:hover:after {
  top: 0;
  height: 100%;
}
.morePlanBtn a:active {
  top: 2px;
}
@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;
	border-bottom: 2px dotted #dedede;
}
.newInfoTable dl:last-child {
	border-bottom: none;
}


.newInfoTable,
.newInfoTable dt,
.newInfoTable dd {
  border:none;
}
.newInfoArea dt,
.newInfoArea dd {
	display: table-cell;
}

.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: 30px;
		padding: 0;
	}
	.newInfoTable dd {
		padding: 10px 0 20px;
	}

	.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#fad028), to(#fad028));
  background-image: -webkit-linear-gradient(right, #fad028 0%, #fad028 100%);
  background-image: linear-gradient(to left, #fad028 0%, #fad028 100%);
}
@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;
  }
}

/* バナーエリア */
.bnrArea {
  width: 100%;
  padding: 0 0 50px;
  background-color: #FFF;
}
.bnrAreaInner {
	max-width: 1024px;
	margin: 0 auto;
}
.bnrArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-between; /*均等に間隔をあける*/
  align-content: stretch;
}
.bnrArea ul li {
  align-items: center;
  flex-basis: 31%;
  max-width: 313px;
  margin-bottom: 10px;
  background-color: #ffffff;
}
.bnrArea ul li img {
	width: 100%;
}
.bnrArea ul li:nth-child(3n+2):last-child {
  margin-right: 33.3%;
}
.bnrArea ul li:nth-child(3n+1):last-child {
  margin-right: 67%;
}

@media only screen and (max-width: 768px) {
	.bnrArea ul {
	  padding:0 1.5%;
	}
	.bnrArea ul li:nth-child(3n+2):last-child {
	  margin-right: 0;
	}
	.bnrArea ul li {
	flex-basis: 48%;
	max-width: 360px;
	}
	.bnrArea ul li:nth-child(2n+1):last-child {
	  margin-right: 50%;
	}
	.bnrArea ul li:nth-child(2n):last-child {
	  margin-right: 0;
	}
}
@media only screen and (max-width: 480px) {
	.bnrArea {
	  padding: 25px 0 0;
	}
	.bnrArea ul {
	  padding: 0 2.5%;
	}
	.bnrArea ul li {
		flex-basis: 100% !important;
		max-width: inherit;
	}
	.bnrArea ul li:nth-child(2n):last-child, .bnrArea ul li:nth-child(2n+1):last-child, .bnrArea ul li:nth-child(3n+1):last-child, .bnrArea ul li:nth-child(3n+2):last-child {
		margin: 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;
  }
}



