@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;
	}
}
body.close .slick-slide a {
	position: relative;
	font-weight:bold;
}
.planImage {
	position: relative;
}
.slick-slide.close a {
	position:relative;
	display:block;
}
.slick-slide.close a:before {
	content:"販売終了しました";
	position:absolute;
	color:#FFF;
	border-radius: 50px;
	padding: 15px 0 12px;
	width: 42%;
	text-align: center;
	line-height: 1;
	background-image: -webkit-gradient(linear, right top, left top, from(#385295), to(#202f55e6));
	background-image: -webkit-linear-gradient(right, #385295 0%, #202f55e6 100%);
	background-image: linear-gradient(to left, #385295 0%, #202f55e6 100%);
	bottom: 3%;
	left: 50%;
	font-size: 1.7em;
	font-weight:bold;
	letter-spacing:0.03em;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
	.slick-slide.close a:before {
		padding: 13px 0 10px;
		width: 42%;
		bottom: 3%;
		left: 50%;
		font-size: 1.9em;
		letter-spacing:0.03em;
	}
}
@media only screen and (max-width: 480px) {
	.slick-slide.close a:before {
		padding: 7px 0 5px;
		width: 42%;
		bottom: 3%;
		left: 50%;
		font-size: 1.2em;
		letter-spacing:0.03em;
	}
}

.planList li.close .planImage:before  {
	content:"販売終了しました";
	position:absolute;
	color:#FFF;
	border-radius: 50px;
	padding: 7px 0 5px;
	width: 45%;
	text-align: center;
	line-height: 1;
	background-image: -webkit-gradient(linear, right top, left top, from(#385295), to(#202f55e6));
	background-image: -webkit-linear-gradient(right, #385295 0%, #202f55e6 100%);
	background-image: linear-gradient(to left, #385295 0%, #202f55e6 100%);
	bottom: 1%;
	left: 50%;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing:0.03em;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
	.planList li.close .planImage:before  {
		padding: 8px 0 5px;
		width: 42%;
		bottom: 2%;
		left: 50%;
		font-size: 1.0em;
		letter-spacing:0.03em;
	}
}
@media only screen and (max-width: 480px) {
	.planList li.close .planImage:before  {
		padding: 4px 5px 2px;
		width: 42%;
		bottom: 3%;
		left: 50%;
		font-size: 0.6em;
		letter-spacing:0.03em;
	}
}


/* キャンペーン注釈 */
.campaign {
  margin: 0 auto;
  padding-bottom: 0px;
  text-align: center;
}
.campaign p {
  font-size: 14px;
  color:#ff0b8b;
}
@media only screen and (max-width: 480px) {
  .campeign p {
	font-size: 1em;
  }
}

/* 重要お知らせエリア */
#kujiiInformationArea {
	max-width: 980px;
	background-color: #ffffff;
	padding: 10px 33px;
	margin: 70px auto;
	border-radius: 3px;
	box-sizing: border-box;
}
#kujiiInformationArea p {
	font-size: 14px;
	text-align:center;
	color:#202f55;
	font-weight:700;
}
.kujiiInformationtext {
	display: block;
	font-size: 14px;
	text-align:center;
	color:#000000;
}
.kujiiInformationtext a {
	color:#ff0b8b;
	text-decoration:underline;
}

@media only screen and (max-width: 768px) {
	#kujiiInformationArea {
	  width: 94%;
	}
}
@media only screen and (max-width: 440px) {
	#kujiiInformationArea {
	  width: 95%;
	  margin: 55px auto;
	  padding: 5px 20px;
	}
	#kujiiInformationArea p {
	line-height: 1.6;
	}
	.kujiiInformationtext {
	text-align:left;
	}
}

/* ラインナップメニューボタン */
#lineup_nav {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;  
}
#lineup_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#lineup_nav ul li {
	box-shadow: none;
	text-align:center;
	align-items: center;
	position: relative;
	flex-basis: 31.5%;
	margin-bottom: 30px;
  background-size: auto;
  background-color: #ff0b8b;
	border-radius: 10px;
	border: 3px solid #d4d4d4;
	box-sizing: border-box;
}
#lineup_nav ul li a:before {
	content:none;
}
#lineup_nav ul li a:after {
	content:none;
}
#lineup_nav ul li a {
  display: block;
  padding: 15px 0;
  color: #FFF;
  font-size: 24px;
  letter-spacing: 0.2rem;
  font-weight: bold;
  line-height: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-feature-settings: "palt";
}
#lineup_nav ul li a img{
  width:40px;
  padding-right: 5px;
}
@media only screen and (max-width: 480px) {

	#lineup_nav ul li {
		flex-basis: 33%;
		margin-bottom: 18px;
	}

	#lineup_nav ul li a{
	  flex-direction:column;
	  letter-spacing: 0rem;
	  font-size: 0.9em;
	  padding: 15px 0;
	}
	#lineup_nav ul li a img{
	  width:50px;
	  padding-bottom:5px;
	  padding-right: 0;
	}

}

#onlinekuji_point {
	margin-top:-72px;
	padding-top: 72px;
}
#onlinecrane_point {
	margin-top:-72px;
	padding-top: 72px;
}

/* お知らせ */
.cautionnews {
	margin: 20px auto 30px;
	border:4px solid #4893ff;
	padding: 15px;
	width:calc( 100% - 60px );
	max-width: 900px;
	line-height: 1.6;
	font-size: 14px;
	border-image: linear-gradient(to left, #385295 0%, #202f55 100%);
	border-image-slice: 1;
}

.cautionnews h3 {
	text-align: center;
	margin-bottom: 12px
}

.cautionnews p {
	text-align: left;
}

.cautionnews p span {
	display:block;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
}
@media only screen and (max-width: 480px) {
	.cautionnews p {
		font-size: 0.9em;
	}
}


/* 案件一覧 */
.content_area {
	background:#fff;
	padding: 20px 0;
}
.planListArea {
  width: 100%;
  /* padding-top: 10px; */
  /* padding-bottom: 40px; */
}
#onlinecrane:before {
	content:"";
	display:block;
	width:100%;
	background:url(../img/bg_blue_top.svg) no-repeat;
	background-size:cover;
	padding-top:calc(60 / 1440 * 100%);
}
#onlinecrane:after {
	content:"";
	display:block;
	width:100%;
	background:url(../img/bg_purple_bottom.svg) no-repeat;
	background-size:cover;
	padding-top:calc(60 / 1440 * 100%);
}
#onlinekuji {
  padding: 0 0 30px;
  background-color: #fff;
}
#onlinekuji .innner_area{
  padding-top: 20px;
}

#originalgoods {
	  padding: 0 0 30px;
	}
#originalgoods:before {
	content:"";
	display:block;
	width:100%;
	background:url(../img/bg_red_top.svg) no-repeat;
	background-size:cover;
	padding-top:calc(60 / 1440 * 100%);
}
#originalgoods:after {
	content:"";
	display:block;
	width:100%;
	background:url(../img/bg_blue_bottom.svg) no-repeat;
	background-size:cover;
	padding-top:calc(60 / 1440 * 100%);
}
#originalgoods .innner_area{
  padding-top: 30px;
}
#shoplink {
  padding-top: 0;
}
#shoplink .innner_area{
  padding-top: 30px;
}
#shoplink:before {
	content:"";
	display:block;
	width:100%;
	background:url(../img/bg_green_top.svg) no-repeat;
	background-size:cover;
	padding-top:calc(60 / 1440 * 100%);
}
h2 {
	position:relative;
  text-align: center;
  margin-bottom: 25px;
  color: #4a565c;
}


#onlinecrane .title_stUL {
  background: #f1f1f1;
}

#onlinekuji .title_stUL {
  background: #fff;
}

#onlinekuji .end_title_stUL {
	background: #fff;
}

#originalgoods h2:before {
	content: attr(data-en);
	display: block;
	color: #202f55;
	font-size: 20px;
	font-style: italic;
	text-transform: uppercase;
}
#originalgoods h2:after {
  position: absolute;
  top: calc(68% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #202f55;
}
#originalgoods .title_stUL {
  background: #f1f1f1;
}
#shoplink h2:before {
	content: attr(data-en);
	display: block;
	color: #80a456;
	font-size: 20px;
	font-style: italic;
	text-transform: uppercase;
}
#shoplink h2:after {
  position: absolute;
  top: calc(68% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #80a456;
}
#shoplink .title_stUL {
  background: #f1f1f1;
}

.planListArea h3 {
  text-align: center;
  max-width: 1024px;
  margin:0 auto 20px;
  padding-bottom:5px;
  border-bottom:1px solid #d2d2d2;
  font-size:1.6em;
}
@media only screen and (max-width: 480px) {
	.planListArea {
	}
	.planListArea h2 {
	  margin-bottom: 20px;
	}
	#onlinekuji {
		padding-bottom: 25px;
	}
	#originalgoods {
		padding-bottom:25px
	}
	#onlinecrane h2:after, #onlinekuji h2:after, #originalgoods h2:after, #eposcard h2:after, #shoplink h2:after {
	  top: calc(70% - 1px);
	}

}
.innner_area {
	width: 100%;
  max-width: 1024px;
  margin: 0 auto;  
}

ul.planList {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
   /*均等に間隔をあける*/
  align-content: stretch;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
	ul.planList {
	  padding: 0 1.5%;
	  justify-content: space-around;
	}
}

#onlinecrane ul.planList li {
  align-items: center;
  position: relative;
  flex-basis: 23%;
  margin-bottom: 30px;
  background-color: #ffffff;
  border: 0;
  box-sizing: border-box;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 2px 6px 0px rgb(0 0 0 / 30%);
}
#onlinecrane ul.planList li a img{
	width:100%;
}
#onlinekuji ul.planList li {

  border-radius: 25px;
  overflow: hidden;
  box-shadow: 1px 2px 6px 0px rgb(0 0 0 / 30%);
}
#originalgoods ul.planList li {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 1px 2px 6px 0px rgb(0 0 0 / 30%);
}
ul.planList li {
  align-items: center;
  position: relative;
  flex-basis: 31%;
  margin-bottom: 30px;
  background-color: #ffffff;
  border: 0;
  box-sizing: border-box;
}
ul.planList li a {
  background: none;
  display: block;
  border: 0;
  box-sizing: border-box;
  position: relative;
  }

ul.planList li a.disabledBtn {
	pointer-events:none;
	cursor:default;
}

/* 画面外にいる状態 */
ul.planList li.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 400ms ease-out;
} 
/* 画面内に入った状態 */
ul.planList li.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/* 2つ目の要素に200msのdelayをかける */
ul.planList 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をかける */
ul.planList li.fadein:nth-of-type(3n) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
}
#originalgoods ul.planList li {
	  flex-basis: 48.5%;
	}
@media only screen and (max-width: 768px) {
	#originalgoods ul.planList li {
	  flex-basis: 96%;
	}
	ul.planList li.fadein:nth-of-type(2n+1) {
		-moz-transition-delay:200ms;
		-webkit-transition-delay:200ms;
		-o-transition-delay:200ms;
		-ms-transition-delay:200ms;
	}
	ul.planList li.fadein:nth-of-type(2n) {
		-moz-transition-delay:400ms;
		-webkit-transition-delay:400ms;
		-o-transition-delay:400ms;
		-ms-transition-delay:400ms;
	}
	ul.planList li:nth-child(odd):last-child {
	  margin-right:50%;
	}
}


#onlinekuji ul.planList li:nth-child(3n+2):last-child {
  margin-right: 34.5%;
}
#onlinekuji ul.planList li:nth-child(3n+1):last-child {
  margin-right: 67%;
}
@media only screen and (max-width: 768px) {
	#onlinekuji ul.planList li:nth-child(3n+1):last-child {
	  margin-right: 0;
	}
	#onlinekuji ul.planList li:nth-child(3n+2):last-child {
	  margin-right: 0;
	}
	#onlinekuji ul.planList li:nth-child(odd):last-child {
	  margin-right: 50%;
	}
}

ul.planList li .planDetail {
	position: relative;
	box-sizing: border-box;
	height: 130px;
	padding: 8px 12px;
}

/* 案件一覧 */
.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: 50px 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 {
	  width: 100%;
	  max-width: 1024px;
	  margin: 30px auto;
	 }
	  .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: -10px;
	  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: #ff0b8b;
  }
  .new span::after {
	  border-top: 25px solid #ff0b8b;
  }
  .comingSoon span {
	  background-color: #ffc44d;
  }
  .comingSoon span::after {
	  border-top: 25px solid #ffc44d;
  }
  .pickUp span {
	  background-color: #4893ff;
  }
  .pickUp span::after {
	  border-top: 25px solid #4893ff;
  }
  .soldOut span {
	  background-color: #868686;
  }
  .soldOut span::after {
	  border-top: 25px solid #868686;
  }
  .otherNews span {
	  background-color: #202f55;
  }
  .otherNews span::after {
	  border-top: 25px solid #202f55;
  }
  /* 案件名 */
  .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: #202f55;
	  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: #202f55;
	 }
  
  @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: -10px;
	  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 #ff0b8b;
  }
  .comingSoon span::after {
	  border-top: 37px solid #ffc44d;
  }
  .pickUp span::after {
	  border-top: 37px solid #4893ff;
	 }
  .soldOut span::after {
	  border-top: 37px solid #868686;
  }
  .otherNews span::after {
	  border-top: 37px solid #202f55;
  }
	  .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:  #202f55;
	  }
	.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: -10px;
	  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 #ff0b8b;
		 }
	  .comingSoon span::after {
			border-top: 19px solid #ffc44d;
	  }
	  .pickUp span::after {
		  border-top: 19px solid #4893ff;
		 }
	  .soldOut span::after {
		  border-top: 19px solid #868686;
	  }
	  .otherNews span::after {
		  border-top: 19px solid #202f55;
	  }
	  .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: #202f55;
	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;
	  }
  }
  
/* 購入ボタン */
.craneBtn {
	position:relative;
	width:565px;
	margin: 30px auto 0;
	line-height:54px;
	text-align:center;
}
.craneBtn.nomg {
	margin:0 auto;
}
.craneBtn.disabledBtn {
	pointer-events:none;
	cursor:default;
	text-decoration:none;
}

.craneBtn .fa-angle-right {
	position:absolute;
	top: 9px;
	right:15px;
	font-size:38px;
}

.craneBtn a {
	display:block;
	color:#fff;
	font-size:22px;
	font-weight:700;
	border-radius: 50px;
	background-color: rgba(148,148,148,1);
	font-family: "logotypeM" !important;
}
.craneBtn.disabledBtn a {
	pointer-events:none;
	background-color: rgba(148,148,148,1);
	box-shadow: 0 3px 0 0 #545454;
}
	

@media only screen and (max-width: 768px) {
	.craneBtn {
		width:80%;
		margin:0 auto;
		line-height:52px;
	}
	
	.craneBtn .fa-angle-right {
		top:12px;
		font-size:34px;
	}
	
	.craneBtn a {
		font-size:30px;
	}
}

@media only screen and (max-width: 480px) {
	.craneBtn {
		width: 90%;
		line-height:44px;
		margin-top: 10px;
	}
	
	.craneBtn .fa-angle-right {
		top: 7px;
		right: 10px;
		font-size:32px;
	}
	
	.craneBtn a {
		font-size: 24px;
	}
	.craneBtn.fss a {
		font-size:20px;
	}
}


.torumo_ban {
	display:block;
	max-width:750px;
	margin:0 auto 20px;
	text-align:center;
}

.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: #ff0b8b;
  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;
}
.freeGachaBtn_frame {
  position: relative;
  max-width: 95%;
  margin: 15px auto 10px;
  padding: 0;
  line-height: 50px;
  text-align: center;
}

@media only screen and (max-width: 997px) {
	.freeGachaBtn_frame {
	  padding: 0 1.5%;
	  }
}
@media only screen and (max-width: 768px) {
	.freeGachaBtn {
	  width: 94%;
	  margin: 0 auto 46px;
	  padding: 0;
	  line-height: 56px;
	}
	.freeGachaBtn_frame {
	  padding: 0 1.5%;
	  margin: 0 auto 46px;
	  line-height: 56px;
	}
	.freeGachaBtn .fa-caret-right {
	  top: 16px;
	  right: 18px;
	  font-size: 24px;
	}
	.freeGachaBtn a {
	  font-size: 18px;
	}
	.pconly { display: none; }
}
@media only screen and (min-width: 769px) {
	.sponly { display: none; }
}

@media only screen and (max-width: 440px) {
	.torumo_ban {
		margin:0 1.5% 20px;
	}
	.freeGachaBtn {
	  padding: 0 1.5%;
	  margin: 20px auto;
	  line-height: 48px;
	}
	.freeGachaBtn_frame {
	  padding: 0 1.5%;
	  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;
	}
}


.planListArea .howtoPlayBtn {
	box-shadow: none;
	text-align:center;
	align-items: center;
	position: relative;
	width: 31.5%;
	margin: 0 auto 30px;
  background-size: auto;
  background-color: rgb(191, 0, 0);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(169, 3, 3) 5px, rgb(169, 3, 3) 6px);
	border-radius: 10px;
	border: 3px solid #d4d4d4;
	box-sizing: border-box;
}
.planListArea .howtoPlayBtn a:before {
	content:none;
}
.planListArea .howtoPlayBtn a:after {
	content:none;
}
.planListArea .howtoPlayBtn .fa-caret-right {
  position: absolute;
  right: 12px;
  font-size: 26px;
  transition-duration:0.25s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.planListArea .howtoPlayBtn a:hover .fa-caret-right {
  right: 6px;
  font-size: 26px;
}
.planListArea .howtoPlayBtn a {
  display: block;
  padding: 15px 0;
  color: #FFF;
  font-size: 24px;
  letter-spacing: 0.2rem;
  font-weight: bold;
  line-height: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
	 .planListArea .howtoPlayBtn {
		width: 94%;
	}  
}
@media only screen and (max-width: 480px) {
	
}

/* CARDスライダー */
.card_slider01{
	margin: 40px calc(((100vw - 100%) / 2) * -1) 40px;
}
.card_slider01 .slick-list{
	overflow: visible;
}
.card_slider01 li.slick-slide{
	width: 250px;
	margin: 0 20px;
	transform: scale(1);
	transition-property: transform, margin;
	transition-timing-function: ease, ease;
	transition-duration: .3s, .3s;
}
.card_slider01 li.slick-current {
	transform: scale(1.2);
}

/* 新着情報エリア */
.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 0.8em;
  font-size: 37px;
  line-height: 46px;
  z-index: 1;
}
.title_stUL:before {
	position: absolute;
	/* content: ''; */
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 8px;
	box-sizing: border-box;
	background: #de7a65;
	z-index: -1;
	border-radius: 5px;
}
@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: 23px;
	padding-bottom: 12px;
	}
}

/* 遊び方エリア */
.howtoPlayInfoArea {
	width: 100%;
	padding: 50px 0 50px;
	background-color: #f4f4f4;
  }
.howtoPlayInfoArea i {
  color:#202f55;
  padding-right: 4px;
}
  .howtoPlayInfoAreaInner {
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
  }
.howtoplaylist {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.howtoplaylist li {
	flex-basis:32%;
	margin-top:18px;
}
  @media only screen and (max-width: 768px) {
	  .howtoPlayInfo {
		padding: 30px 0;
	  }
  }
  @media only screen and (max-width: 480px) {
	  .howtoPlayInfoArea {
		width: 100%;
		padding: 40px 0 40px;
		background-color: #f4f4f4;
	  }
	  .howtoPlayInfo {
		padding: 24px 0;
	  }
	  .howtoplaylist {
		padding:0 1.5%;
		justify-content:space-around;
	}
	  .howtoplaylist li {
		flex-basis: 46%;
		margin-top:15px;
		}
  }


/* 新着情報エリア */
.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(#385295), to(#202f55));
  background-image: -webkit-linear-gradient(right, #385295 0%, #202f55 100%);
  background-image: linear-gradient(to left, #385295 0%, #202f55 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;
  }
}

/*EPOSバナー*/
#epos_btn{
  position:fixed;
  width: 140px;
  right: 10px;
  bottom: 100px;
  z-index: 1001;
  cursor:pointer;
  opacity:0;
}

.epos_btn,
a.epos_btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--circle {
  box-sizing: border-box;
  width: 140px;
  height: 135px;
  padding: 20px 0 0;
  border-radius: 50%;
  color: #fff;
  background: #202f55;
  -webkit-box-shadow: 0 7px 0 #a5001e;
  box-shadow: 0 7px 0 #a5001e;
}

a.btn--circle i {
  font-size: 150%;
}

.fa-position-bottom {
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 0.5rem);
}

a.btn--circle:hover {
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
  color: #fff;
  -webkit-box-shadow: 0 3px 0 #a5001e;
  box-shadow: 0 3px 0 #a5001e;
}
@media only screen and (max-width: 768px) {
	#epos_btn{
	  position:fixed;
	  width: 110px;
	  right: 10px;
	  bottom: 50px;
	  z-index: 1001;
	  cursor:pointer;
	  opacity:0;
	}
	a.btn--circle {
	  transform: scale(0.7,0.7);
	}
}

/* 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;
  }
}




#original-goods::before {
	content: "";
	display: block;
	width: 100%;
	background: url(../img/bg_red_top.svg) no-repeat;
	background-size: cover;
	padding-top: calc(60 / 1440 * 100%);
}

#original-goods h2:before {
	content: attr(data-en);
	display: block;
	color: #de7a65;
	font-size: 20px;
	font-style: italic;
	text-transform: uppercase;
}

#original-goods h2::after {
	position: absolute;
	top: calc(68% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #de7a65;
}

#original-goods .logotypeClassB {
	margin-top: 70px;
}

#original-goods .innner_area {
	position: relative;
}

.web-channel {
	position: absolute;
	width: 270px;
	top: -15%;
	right: 13%;
}

#original-goods .title_stUL {
	background: #f1f1f1;
}

.goods-inner {
	padding: 0 15% 10px;
}

.goods-inner img {
	border-radius: 15px 15px 0 0;
}

.goods-text {
	background-color: #fff;
	border-radius: 0  0 15px 15px;
}

.goods-text span {
	margin: 0 10px 0 20px;
}

.goods-day {
	text-align: center;
	color: red;
	font-size: 1.8rem;
}

.goods-inner-text {
	margin: 0 0 6% 30px;
	font-weight: bold;
	padding-top: 10px;
	font-size: 2.5rem;
}

@media only screen and (max-width: 768px) {
	.web-channel {
		position: absolute;
		width: 270px;
		top: -18%;
		right: 5%;
	}

	.goods-inner-text {
		margin: 0 0 6% 30px;
		padding-top: 10px;
		font-size: 2rem;
	}

	.goods-day {
		text-align: center;
		color: red;
		font-size: 1.5rem;
	}
}

@media screen and (max-width:480px) {

	.goods-text span {
		margin: 0 5px 0 7px;
	}

	.goods-inner {
		padding: 0 3% 10px;
	}

	.goods-inner-text {
		margin: 0 0 3% 10px;
		padding-top: 5px;
		font-size: 1.5rem;
	}

	.goods-day {
		font-size: 1.2rem;
	}


	#original-goods .logotypeClassB {
		margin-top: 30px;
	}

	.web-channel {
		position: absolute;
		width: 130px;
		top: -12%;
		right: 7%;
	}
}
/*追記*/
.inner_area {
	background-color: #f1f1f1;
}