@charset "UTF-8";

/* KV・スライダー部分 */
.kvArea {
	width:100%;
	max-width:1024px;
	margin:0 auto;
	background-color:#fff;
}

.kvArea div h1 {
	position:relative;
	z-index:0;
}

/* スライダー部分 */
.kvItem {
	box-sizing:border-box;
	max-width: 1024px;
	margin: 30px auto;
}
.kvItem a img{
	border: 1px solid #ddd;
	box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
	.kvItem {
		margin:20px auto 0;
		padding:0;
		border:none;
	}
}
@media only screen and (max-width: 480px) {
	.kvItem {
		margin:10px auto 0;
		padding:0;
		border:none;
	}
}

.swiper-container {
	padding-bottom:40px;
}

@media only screen and (max-width: 768px) {
	.swiper-container {
		padding:0 0 42px;
	}
}

.swiper-button-next,.swiper-button-prev {
	top:40%;
	opacity: 0.5;
}

@media only screen and (max-width: 480px) {
	.swiper-button-next,.swiper-button-prev {
		top:35%;
		background-size:contain;
	}
	.swiper-button-next {
		background-image: url(../img/arrow_next.png);
		width:15px;
		right: 1%;
		left: auto;
	}
	.swiper-button-prev {
		background-image: url(../img/arrow_prev.png);
		width:15px;
		left: 1%;
		right: auto;
	}
}

.transferBnrArea {
	max-width:1024px;
	text-align: center;
	display:flex;
	justify-content: space-around;
	margin:0 auto 50px;
}
.transferBnrArea a {
	display:block;
	width: 48%;
}
.transferBnrArea img {
	width: 100%;
	height: auto;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
@media only screen and (max-width: 768px) {
	.transferBnrArea {
		margin-bottom:20px;
	}
}

@media only screen and (max-width: 480px) {
	.transferBnrArea {
		margin-bottom: 10px;
		flex-wrap:wrap;
		justify-content:center;
	}
	.transferBnrArea a {
		width: 90%;
	}
	.transferBnrArea a:first-child {
		margin-bottom:20px;
	}
	.transferBnrArea img {

	}
}
.transferBnrAreacustom a {
	display:block;
	width: 75%;
}
.bnrArea {
	margin: 0 auto;
	padding: 0 0 40px;
	text-align: center;
}
.bnrArea img {
	width: 82%;
	height: auto;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
@media only screen and (max-width: 768px) {
	.bnrArea img {
		width: 99%;
	}
}
@media only screen and (max-width: 480px) {
	.bnrArea {
		padding: 0 0 30px;
	}
}

/* くじ概要部分 */
.contentsDetail {
	width:100%;
	background-color: #FFF;
}

.contentsDetailInner {
	max-width:1024px;
	margin:0 auto;
	padding: 0 0 50px;
}

@media only screen and (max-width: 768px) {
	.contentsDetailInner {
		padding:16px;
	}
}

@media only screen and (max-width: 480px) {
	.contentsDetailInner {
		padding:10px;
	}
}

.conTitle {
	position: relative;
	padding: .3em;
	font-size: 1.6em;
	text-align:  center;
	color:  #333;
	font-weight:  normal;
	margin-bottom: 10px;
}
.conTitle:before,
h2.conTitle:after {position: absolute;left: 0;content: '';width: 100%;height: 4px;box-sizing: border-box;}
.conTitle:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#EC6438), to(#EC6438));
  background-image: -webkit-linear-gradient(right, #EC6438 0%, #EC6438 100%);
  background-image: linear-gradient(to left, #EC6438 0%, #EC6438 100%);
}
.conTitle:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#EC6438), to(#EC6438));
  background-image: -webkit-linear-gradient(right, #EC6438 0%, #EC6438 100%);
  background-image: linear-gradient(to left, #EC6438 0%, #EC6438 100%);
}

.conTitle .inner {
	display:table;
	table-layout:fixed;
}

@media only screen and (max-width: 768px) {
	.conTitle {
		padding: 0.4em;
		line-height:28px;
		font-size:24px;
	}
}

@media only screen and (max-width: 480px) {
	.conTitle {
		font-size: 1.2em;
		text-align: left;
		font-weight:  bold;
		margin-bottom:  0;
		line-height:  1.3;
		padding: 0.8em 0.4em;
		text-align: center;
	}
}

.conDtl {
	width: 100%;
	margin:0 auto;
}

@media only screen and (max-width: 768px) {
	.conDtl {
		width:100%;
	}
}

.conDtl dl {
	text-align:left;
}
.conDtl dl:nth-child(even) {
	background:#f7f7f7;
}

.conDtl dl:first-child {
}

.conDtl dt,.conDtl dd {
	display:table-cell;
}

.conDtl dt {
	width:150px;
	padding:10px 10px 10px 65px;
}

.conDtl dt span {
	font-size:15px;
	font-weight:700;
}

.conDtl dd {
	padding:10px 0;
}

.conDtl dd {
	font-size:15px;
	font-weight: normal;
}

@media only screen and (max-width: 768px) {
	.conDtl dt {
		width:100px;
		padding:5px 10px;
		line-height:38px;
	}

	.conDtl dt span {
		font-size:16px;
	}

	.conDtl dd {
		line-height:20px;
		font-size:16px;
		font-weight:400;
	}
}

@media only screen and (max-width: 480px) {
	.conDtl dt {
		width:110px;
		padding-left:5px;
		line-height:36px;
	}

	.conDtl dt span {
		font-size:16px;
	}

	.conDtl dd {
		line-height:22px;
		font-size:15px;
	}

	.term_btm {
		padding-bottom:3px;
	}
}

.conDtlnotice {
	margin: 10px 0 10px 223px;
	font-size:12px;
	font-weight: normal;
}
.conDtlnotice li {
	font-size:13px;
	line-height:19px;
}

.snsList {
	margin: 10px 0 10px 223px;
	font-size:12px;
	font-weight: normal;
	overflow: hidden ;
}
.snsList li{
	float: left ;
	margin-right: 15px;
}
.snsList li:last-child{
	margin-right: 0;
}
.snsList li.fb-set {
	margin-top: -1px;
}
@media only screen and (max-width: 768px) {
	.conDtlnotice {
		margin: 10px 0;
		font-weight:400;
	}
	.conDtlnotice li {
		font-size:16px;
		line-height:24px;
	}
	.snsList {
		margin: 10px 0;
	}
	.snsList li{
		float: left ;
		margin-right: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.conDtlnotice li {
		font-size:13px;
		line-height:20px;
	}
}

/* 配送料概要部分 */
.postageArea {
	width:100%;
	background-color:#e5e5e5;
}

.pAreaInner {
	max-width:1024px;
	margin:0 auto;
	padding: 30px 50px 50px;
}
.pAreaInner p {
	width: 750px;
	margin:0 auto 10px;
}

@media only screen and (max-width: 768px) {
	.pAreaInner {
		padding: 15px 10px 30px;
	}
	.pAreaInner p {
		width:100%;
	}
}

.postageTxt {
	width:75%;
	margin: 0 auto 20px;
	padding:24px 30px;
	/* border:1px solid #c9c9c9; */
	background: url(../img/bg_cart.png) #FFF no-repeat right 20px bottom 10px;
	border-radius: 15px;
	display: block;
}
.postageTxt.print {
	background: url(../img/bg_print.png) #FFF no-repeat right 20px bottom 10px;
}
.postageTxt.address {
	background-image: none;
}
.postageTxt.accordion {
	background-image: none;
}
.postageTxt.address h2 {position:  relative;}
.postageTxt.address h2:hover {cursor:  pointer;}

.postageTxt.address ul {
	display:none;
}
.postageTxt.address h2:after {position:absolute;right: 0;font-family: FontAwesome;content: "\f107";color: #EC6438;font-size: 1.8em;line-height:  1.0;}
.postageTxt.address h2.open:after {
  content: "\f106";
}

.postageTxt.accordion h2 {position:  relative;}
.postageTxt.accordion h2:hover {cursor:  pointer;}

.postageTxt.accordion ul {
	display:none;
}
.postageTxt.accordion h2:after {position:absolute;right: -10px;font-family: FontAwesome;content: "\f107";color: #EC6438;font-size: 1.8em;top: 50%;transform: translateY(-50%) translateX(-50%);-webkit-transform: translateY(-50%) translateX(-50%);line-height:  1.0;}
.postageTxt.accordion h2.open:after {
  content: "\f106";
}

.postageTxt.box h2 {position:relative;}
.postageTxt.box h2:after {position:absolute;right: 0;font-family: FontAwesome;content: "\f105";color: #EC6438;font-size: 1.8em;line-height:  1.0;}

@media only screen and (max-width: 768px) {
	.postageTxt {
		width:97%;
		margin:0 auto 30px;
		padding:15px 5px;
	}
}

.postageTxt h2 {
	font-size:26px;
	text-align:center;
}

.postageTxt h2 span {
	background:linear-gradient(rgba(255,255,255,0.0) 70%,rgba(255,255,0,1) 65%,rgba(255,255,0,1) 65%);
	background:-webkit-linear-gradient(linear,rgba(255,255,255,0.0) 70%,rgba(255,255,0,1) 65%,rgba(255,255,0,1) 65%);
	background:-moz-linear-gradient(linear,rgba(255,255,255,0.0) 70%,rgba(255,255,0,1) 65%,rgba(255,255,0,1) 65%);
}

@media only screen and (max-width: 768px) {
	.postageTxt h2 {
		font-size:24px;
	}
}

@media only screen and (max-width: 480px) {
	.postageTxt {
		margin:0 auto 10px;
	}
	.postageTxt.address {
		margin:0 auto 30px;
	}
	.postageTxt h2 {
		font-size:21px;
	}
	.postageTxt.address h2 {
		font-size:19px;
	}
}
@media only screen and (max-width: 320px) {
	.postageTxt.address h2 {
		font-size:16px;
	}
}

.postageTxt ul {
	margin:10px 5px;
}

.postageTxt ul li {
	font-size:13.5px;
	line-height:20px;
	font-weight:700;
}

@media only screen and (max-width: 768px) {
	.postageTxt ul {
		margin:24px 10px 26px;
	}

	.postageTxt ul li {
		font-size:14px;
		line-height:20px;
	}
}

@media only screen and (max-width: 480px) {
	.postageTxt ul {
		margin:22px 7px 20px;
	}

	.postageTxt ul li {
		font-size:13px;
		line-height:18px;
	}
}

.examplePostage {
	margin: 10px 22px 0;
	font-size:12.5px;
	line-height:19px;
	font-weight:normal;
}

.examplePostage dd {
	margin-left:1em;
}

@media only screen and (max-width: 768px) {
	.examplePostage {
		margin:24px 10px 26px;
	}
}

@media only screen and (max-width: 480px) {
	.examplePostage {
		margin:22px 7px 20px;
	}
}

.lowsonticket {
	text-align: center;
	margin: 30px auto 15px;
	max-width:  272px;
}
.lowsonticket a {
	border:1px solid #ccc;
	padding:15px 20px;
	background: rgba(255,255,255,0.6);
	display: block;
	line-height:  0;
}
.lowsonticket a img {
	width:  100%;
	vertical-align:  bottom;
}

/* 購入ボタン */
.buyBtn {
	position:relative;
	width:565px;
	margin:40px auto 0;
	line-height:54px;
	text-align:center;
	border-radius: 15px;
	overflow: hidden;z-index: 999;
}
.buyBtn.nomg {
	margin:0 auto;
}
.buyBtn.disabledBtn {
	pointer-events:none;
	cursor:default;
	text-decoration:none;
}

.buyBtn .fa-angle-right {
	position:absolute;
	top: 6px;
	right:15px;
	font-size:38px;
}

.buyBtn a {
	display:block;
	color:#fff;
	font-size:22px;
	font-weight:700;
	background-color: #EC6438;
	box-shadow: 0 3px 0px 0px #adaaaa;
	-webkit-transform-style: preserve-3d;
}
.buyBtn.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) {
	.buyBtn {
		width:80%;
		margin:0 auto;
		line-height:52px;
	}

	.buyBtn .fa-angle-right {
		top: 8px;
		font-size:34px;
	}

	.buyBtn a {
		font-size:30px;
	}
}

@media only screen and (max-width: 480px) {
	.buyBtn {
		line-height:44px;
	}

	.buyBtn .fa-angle-right {
		top: 5px;
		font-size:32px;
	}

	.buyBtn a {
		font-size:24px;
	}
}
.buyBtnSet {
	display:flex;
	justify-content: space-between;
}
.buyBtnSet div {
	position: relative;
	text-align:center;
	width:49%;
	box-sizing:border-box;
	border:3px solid #EC6438;
	background-color:#FFF;
	margin-top: 15px;
	font-size:22px;
	font-weight: bold;
	border-radius: 15px;
}
.buyBtnSet div a {
	padding:7px;
	color:#EC6438;
	display:block;
}
.buyBtnSet div a span {
	font-size:0.8em;
}
.buyBtnSet .fa-angle-right {
	position:absolute;
	top: 6px;
	right:15px;
	font-size:38px;
}
.buyBtnSet.disabledBtn div {
	pointer-events:none;
	cursor:default;
	text-decoration:none;
	border:none;
}
.buyBtnSet.disabledBtn div a {
	pointer-events:none;
	background-color: rgba(148,148,148,1);
	box-shadow: 0 3px 0 0 #545454;
	color: #FFF;
	border-radius: 15px;
}
.buyBtn {
	position:relative;
	width:100%;
	margin:0 auto;
	line-height:54px;
	text-align:center;
}

@media only screen and (max-width: 768px) {
	.buyBtnSet {
		flex-direction: column;
	}
	.buyBtnSet div {
		width:100%;
	}
}


/* 商品ラインナップ部分 */
.moviewrap {
	position: relative;
	width: 96%;
	max-width: 800px;
	margin: 30px auto 0;
}
.moviewrap::before {
	content: "";
	display: block;
	width: 100%;
/* 	padding-top: 56.25%; */
}
.moviewrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.balloon2-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}
.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  z-index: 1;
}
.prizeList ul li a.charabtn {
	display: block;
	width: 65%;
	margin: 0 auto;
	text-align: center;
	padding: 5px 10px;
	border-radius: 3px;
	background-color: #EC6438;
	color: #FFF;
}
.balloon2-top p {
  margin: 0;
  padding: 0;
}
.itemLineupArea {
	width:100%;
	background: #FFF;
	padding-bottom:60px;
}

.itemLineup {
	width:100%;
	max-width:1024px;
	margin:0 auto;
	padding:56px 0 30px;
	text-align:center;
}

@media only screen and (max-width: 768px) {
	.itemLineup {
		padding-top:30px;
		padding-bottom:10px;
	}
	.prizeList ul li a.charabtn {
		width: 80%;
	}
}

@media only screen and (max-width: 480px) {
	.itemLineup {
		padding-top:25px;
		margin-bottom:  30px;
	}

	.itemLineupArea {
		padding-bottom:20px;
	}
	.prizeList ul li a.charabtn {
		width: 96%;
	}
}

.itemLineup h2 {
	margin-bottom:50px;
}

.title_stUL {
	position:relative;
	padding:.3em .3em .6em;
	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(#EC6438), to(#EC6438));
  background-image: -webkit-linear-gradient(right, #EC6438 0%, #EC6438 100%);
  background-image: linear-gradient(to left, #EC6438 0%, #EC6438 100%);
}

@media only screen and (max-width: 768px) {
	.title_stUL {
		padding:7px;
		line-height:40px;
		font-size:34px;
	}
	.itemLineup h2 {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.title_stUL {
		line-height:24px;
		font-size:20px;
		padding-bottom:12px;
	}
}

.prizeArea {
	padding-bottom:5px;
	padding-top:5px;
}

@media only screen and (max-width: 768px) {
	.prizeArea {
		padding-bottom:20px;
	}

	.prizeArea:last-child {
		padding-bottom:0;
	}
}

@media only screen and (max-width: 480px) {
	.prizeArea {
		padding-bottom:5px;
	}

	.prizeArea:last-child {
		padding-bottom:0;
	}
}

.prizeTitle {
	position:relative;
	margin-top: 40px;margin-bottom: 15px;

	font-size:23px;
	text-align:left;margin-left: 1.5%;
}

.prizeTitle img {
	position:absolute;
	left:-15px;
	top: -41px;
	width: 123px;
	z-index:10;
}

@media only screen and (max-width: 768px) {
	.prizeTitle {
		margin-top:70px;
		font-size:18px;
	}

	.prizeTitle img {
		left: -11px;
		width:120px;
		top: -35px;
	}
}

@media only screen and (max-width: 440px) {
	.prizeTitle {
		margin-top: 30px;
		font-size:14px;
	}

	.prizeTitle img {
		left: -8px;
		top: -21px;
		width: 70px;
	}
}

@media only screen and (max-width: 360px) {
	.prizeTitle img {
		left:-7px;
		width:65px;
	}
}

.prizeTitle h3 {
	 font-size: 1.0em;
	 padding: 12px 157px 12px 120px;
	 background-image: -webkit-gradient(linear, right top, left top, from(#EC6438), to(#EC6438));
	 background-image: -webkit-linear-gradient(right, #EC6438 0%, #EC6438 100%);
	 background-image: linear-gradient(to left, #EC6438 0%, #EC6438 100%);
	 border-radius: 15px;
}
@media only screen and (max-width: 768px) {
.prizeTitle h3 {
	 padding: 15px 140px 15px 115px;
	 line-height: 1.4em;
}
}
@media only screen and (max-width: 550px) {
.prizeTitle h3 {
	 padding: 15px 101px 15px 115px;
	 line-height: 1.4em;
}
}
@media only screen and (max-width: 440px) {
.prizeTitle h3 {
	 padding: 8px 82px 8px 68px;
}
}
.prizeTitle .prizeName {
	font-weight:700;
	color: #FFF;
	margin-right:  10px;
}

@media only screen and (max-width: 768px) {
	.prizeTitle .prizeName {
		padding-left: 0px;
		font-size: 19px;
		margin-right:  6px;
	}
}

@media only screen and (max-width: 600px) {
	.prizeTitle .prizeName {
		font-size: 18px;
	}
}

@media only screen and (max-width: 440px) {
	.prizeTitle .prizeName {
		padding-left: 0px;
		font-size:15px;
		margin-right:  4px;
	}
}

@media only screen and (max-width: 360px) {
	.prizeTitle .prizeName {
		font-size:13px;
	}
}

.prizeTitle .prizeType {
	display: inline-block;
	padding: 0 10px;
			border-radius: 3px;
	background-color: #FFF;
	font-size:.95em;
	font-weight:700;
}

@media only screen and (max-width: 768px) {
	.prizeTitle .prizeType {
		padding:2px 7px 1px;
		font-size: 18px;
	}
}

@media only screen and (max-width: 600px) {
	.prizeTitle .prizeType {
		font-size:14px;
	}
}

@media only screen and (max-width: 440px) {
	.prizeTitle .prizeType {
		padding:2px 4px 1px;
	}
}

@media only screen and (max-width: 360px) {
	.prizeTitle .prizeType {
		margin-left:3px;
		padding:2px 2px 1px;
		font-size:10px;
	}
}

.prizeTitle .prizeOdds {
	position:absolute;
	right:0;
	bottom:0;
	width:130px;
	z-index:10;
}

.prizeTitle .prizeOdds p {
	position:absolute;
	top: -27px;
	right: 14px;
	width: 100px;
	font-size:17.5px;
	font-weight:700;
	text-align:right;
	color: #000;
	z-index: 20;
}

@media only screen and (max-width: 550px) {
	.prizeTitle .prizeOdds p {
		top: -1px;
		width:80px;
		font-size: 13px;
	}
}

@media only screen and (max-width: 440px) {
	.prizeTitle .prizeOdds p {
		top: -17px;
		right: 11px;
		width:50px;
		font-size:10px;
	}
}

@media only screen and (max-width: 360px) {
	.prizeTitle .prizeOdds p {
		top: 0px;
		font-size:8px;
	}
}

/* 当選確率（台形）部分 */
.itemLineup .oddsSpace {
	position:absolute;
	right:0;
	bottom:0;
	width: 95px;
	height:0;
	border-left: 46px solid #000;
	border-bottom: 65px solid #000;
	vertical-align:bottom;
	z-index:10;
	border-radius: 0 15px 15px 0;
}

.itemLineup .oddsSpace div {
	color:#fff;
}

@media only screen and (max-width: 550px) {
	.itemLineup .oddsSpace {
		width: 65px;
		border-left: 40px solid transparent;
		border-bottom: 70px solid #1b1b1b;
	}
}

@media only screen and (max-width: 440px) {
	.itemLineup .oddsSpace {
		width: 45px;
		border-left:40px solid transparent;
		border-bottom: 38px solid #1b1b1b;
	}
}

/*当選確率の分子*/
.numerator {
	position:absolute;
	bottom: -52px;
	right: 50px;
	width: 80px;
	font-size:34px;
	z-index:20;
	text-align:right;
}

@media only screen and (max-width: 550px) {
	.numerator {
		top: 14px;
		right: 39px;
		width:50px;
		font-size:24px;
		text-align: right;
	}
}

@media only screen and (max-width: 440px) {
	.numerator {
		top: -4px;
		right: 32px;
		font-size:20px;
		text-align:right;
	}
}

/* 当選確率のスラッシュ */
.slash {
	position: absolute;
	top: 27px;
	right: -3px;
	width: 60px;
	z-index: 20;
	transform: rotate(-45deg);
	border-top: 2px solid #fff;
	text-indent: -100%;
	overflow: hidden;
}

@media only screen and (max-width: 550px) {
	.slash {
		top: 37px;
		right: -8px;
		width: 44px;
		font-size:34px;
	}
}

@media only screen and (max-width: 440px) {
	.slash {
		top: 11px;
		right: -7px;
		width: 34px;
		font-size:28px;
	}
}

/* 当選確率の分母 */
.denominator {
	position:absolute;
	bottom: -67px;
	right: -10px;
	width: 50px;
	font-size:20px;
	z-index:20;
}

@media only screen and (max-width: 550px) {
	.denominator {
		bottom: -70px;
		right: -34px;
		width:70px;
		font-size:16px;
	}
}

@media only screen and (max-width: 440px) {
	.denominator {
		bottom: -40px;
		right: -43px;
		font-size:12px;
	}
}


@media only screen and (max-width: 550px) {
	.spaceLeftBrder {
		top:-42px;
		left:50px;
		height:35px;
		-webkit-transform:skewX(135deg);
		-moz-transform:skewX(135deg);
		transform:skewX(135deg);
	}
}

@media only screen and (max-width: 440px) {
	.spaceLeftBrder {
		left:70px;
		height:35px;
		-webkit-transform:skewX(144deg);
		-moz-transform:skewX(144deg);
		transform:skewX(144deg);
	}
}



@media only screen and (max-width: 550px) {
	.spaceRightBrder {
		top:-44px;
		height:44px;
	}
}

@media only screen and (max-width: 440px) {
	.spaceRightBrder {
		right:-2px;
	}
}

/* 各賞説明文 */
.detailTxt {
	padding-left: calc(1.5% + 120px);
	text-align:left;
}

@media only screen and (max-width: 768px) {
	.detailTxt {
		padding-left: calc(1.5% + 115px);
		text-align:left;
	}
.itemLineup .oddsSpace {
	position:absolute;
	right:0;
	bottom:0;
	width: 57px;
	height:0;
	border-left: 45px solid #000;
	border-bottom: 58px solid #000;
	vertical-align:bottom;
	z-index:10;
	border-radius: 0 15px 15px 0;
}
.denominator {
	position:absolute;
	bottom: -62px;
	right: -10px;
	width: 50px;
	font-size:20px;
	z-index:20;
}

}
@media only screen and (max-width: 480px) {
	.detailTxt {
		padding:10px 10px 0;
		line-height: 1.4;
		text-align:left;
	}
.itemLineup .oddsSpace {
	position:absolute;
	right:0;
	bottom:0;
	width: 75px;
	height:0;
	border-left: 10px solid transparent;
	border-bottom: 38px solid #1b1b1b;
	vertical-align:bottom;
	z-index:10;
	border-radius: 0 15px 15px 0;
}

.denominator {
	position:absolute;
	bottom: -39px;
	right: -23px;
	width: 50px;
	font-size: 12px;
	z-index:20;
}

}

/* 商品サムネイル部分 */
.prizeList {
	width:100%;
	margin:15px 0 30px;
}

.prizeList ul {
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-content:space-between;
/*均等に間隔をあける*/
	align-content:center;
/*中央揃え*/
	align-content:stretch;
}

.prizeList ul li {
	position:relative;
	width: 30%;
	margin-top:30px;
	transition:.3s;
	box-sizing:  border-box;
}


.prizeList ul li.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 400ms ease-out;
}
/* 画面内に入った状態 */
.prizeList ul li.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/* 2つ目の要素に200msのdelayをかける */
.prizeList 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をかける */
.prizeList 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) {
.prizeList ul li.fadein:nth-of-type(2n+1) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
.prizeList ul li.fadein:nth-of-type(2n) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
}
}


.prizeList ul li a {
  background: none;
  border: 0;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 2px #ddd;
  position: relative;
  padding: 2px;
}
.prizeList ul li a img {
  vertical-align:bottom;
}


.prizeList ul li:nth-child(3n+2):last-child {
	margin-right:33.3%;
}

.prizeList ul li:nth-child(3n+1):last-child {
	margin-right:66.6%;
}

.prizeList ul li a {
	display: block
}

.prizeList ul li p {
	line-height: 1.3;
	text-align:left;
	padding: 7px 3px;
}

.prizeList ul li span {
	font-size: 14px;
	font-weight:700;
	text-align: left;
}

@media only screen and (max-width: 990px) {
	.prizeList ul li {
	}

	.prizeList ul li img {
		width: 100%;
	}

	.prizeList ul li p {
	}
}

@media only screen and (max-width: 768px) {
	.prizeList {
		margin: 15px 0 0;
	}

	.prizeList ul {
		justify-content:space-around;
	/*均等に間隔をあける・両端にも間隔をあける*/
		align-items:stretch;
		padding:  0 1%;
	}

	.prizeList ul li {
		position:relative;
		box-sizing:border-box;
		margin: 1%;
		flex-grow:1;
		width: 48%;
	}

	.prizeList ul li img {
		position:relative;
		width: 100%;
	}

	.prizeList ul li p {
		position:relative;
		padding:  7px;
		line-height: 1.3;
	}

	.prizeList ul li span {
		font-size:18px;
	}

	.prizeList ul li:hover {
		transform:none;

	}

	.prizeList ul li:nth-child(3n+2):last-child {
		margin-right: 1%;
	}

	.prizeList ul li:nth-child(3n+1):last-child {
		margin-right: 1%;
	}

	.prizeList ul li:nth-child(2n+1):last-child {
		margin-right: 52%;
	}
}

@media only screen and (max-width: 580px) {
	.prizeList ul {
		justify-content:space-between;
	}

	.prizeList ul li {
		align-items:center;
		flex-basis:40%;
	}

	.prizeList ul li p {
		line-height: 1.3;
	}

	.prizeList ul li p span {
		font-size:14px;
	}
}

@media only screen and (max-width: 440px) {
	.prizeList ul li:nth-child(2n+1):last-child {
		margin-right:53%;
	}
}

@media only screen and (max-width: 360px) {
	.prizeList ul li p {
		line-height:16px;
	}

	.prizeList ul li p span {
		font-size:12px;
	}
}
/*商品の詳細説明ボタン*/
.campaignBtn.specialItemDetail {
	padding-top: 20px;
}
.campaignBtn.specialItemDetail a {
	display: block;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	padding: 5px 10px;
	background-color: #EC6438;
	color: #FFF;
	border-radius: 5px;
}
.campaignBtn.specialItemDetail a:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 440px) {
	.campaignBtn.specialItemDetail a {
		width: 70%;
		margin-top: 20px;
	}
}
/* スペシャル */
#special {
	color:#333;
	margin:0 auto 30px;
	padding: 4px;
	max-width: 750px;
	width: 75%;
	box-sizing:border-box;
	border: 4px solid #EC6438;
	border-radius: 20px;
	box-shadow:0 3px 15px rgba(0,0,0,0.2);
	box-sizing: border-box;
}

.special_inner {
	background:#FFF;
	min-height:300px;
	padding: 5px 15px 14px;
	box-sizing:border-box;
	border: 1px solid #FFF;
	border-radius: 20px;
	position: relative;
}
.ribbon {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0 5px  132px;
  margin: 0 0 0 -44px;
  width: calc(108%);
  color: white;
  background: #EC6438;
}

.ribbon h3{
  margin: 0;
  padding: 0px 30px 0 130px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  font-size: 20px;
  line-height: 46px;
  font-weight: bold;
}

.ribbon:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 22px 15px 30px 0px;
  border-color: transparent #FFF transparent transparent;
  border-style: solid;
}

.ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #EC6438;
}

.campaigntext {
	display:flex;
	padding-top: 15px;
}

.specialimage {
width: 40%;
}
.specialimage a {
  display: block;
  background: none;
  border: 0;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 2px #ddd;
  position: relative;
  padding: 2px;
}
.specialimage a img {
  vertical-align:bottom;
}

.sp_badge {
	position: absolute;
	top: -20px;
	left: -19px;
	width: 16%;
	z-index: 1;
}
@media only screen and (max-width: 768px) {
.sp_badge {
	top: -20px;
	left: -19px;
	width: 16%;
}
.ribbon {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0;
  margin: 0 0 0 -44px;
  width: calc(108%);
  color: white;
  background: #EC6438;
}

.ribbon h3{
  margin: 0;
  padding: 0px 30px 0 124px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  font-size: 20px;
  line-height: 46px;
  font-weight: bold;
}

.ribbon:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #FFF transparent transparent;
  border-style: solid;
}

.ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #EC6438;
}
}
@media only screen and (max-width: 480px) {
.sp_badge {
	top: -6px;
	left: -22px;
	width: 24%;
}
.ribbon {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0;
  margin: 0 0 0 -44px;
  width: calc(116%);
  color: white;
  background: #EC6438;
}

.ribbon h3{
  margin: 0;
  padding: 0px 12px 0 64px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  font-size: 20px;
  line-height: 46px;
  font-weight: bold;
}

.ribbon:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 19px 15px 17px 0px;
  border-color: transparent #FFF transparent transparent;
  border-style: solid;
}

.ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 15px #EC6438;
}

}
.specialsetsumei {
	padding-left:20px;width: 60%;
}

.specialsetsumei h4 {
	font-weight:700;
	color:#FFF;
	font-size:1.2em;
	line-height:1;
	margin-bottom:12px;
	position:relative;
	background:#EC6438;
	padding:.5em .3em;
}

.specialsetsumei h4:after {
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:0;
	height:0;
	border-style:solid;
	border-color:transparent #fff transparent transparent;
	border-width: 17px 17px 17px 0px;
}

.specialsetsumei dl dt {
	font-weight:700;
	font-size: 1.5em;
	line-height:1.4;
	border-bottom:3px solid #EC6438;
	margin-bottom:10px;
}

.specialsetsumei dl dd {
	line-height:1.6;
	margin-bottom: 10px;
}
.specialsetsumei dl dd.sozai {
	line-height:1.6;
	border-top:1px dotted #999;
	padding-top:5px;
	margin-bottom: 20px;
	font-size:0.9em;
}
.specialsetsumei dl dd.shareBtn {
	text-align:center;
	margin: 0 0 10px;
}
.specialsetsumei dl dd.shareBtn a {
	display:block;
	padding: 5px 10px;
	border-radius:3px;
	width:  60%;
	margin:  0 auto;
	background-color:#00acec;
	color:#fff!important;
	font-size:16px;
	text-decoration:none;
	vertical-align:middle;
	border-radius: 10px;
}
.specialsetsumei dl dd.shareBtn .tw-icon {
	margin-right:5px;
	color:#fff;
}
.specialsetsumei dl dd.campaignBtn {
	margin-bottom: 0;
}
.specialsetsumei dl dd.campaignBtn a {
	display: block;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	padding: 5px 10px;
	border-radius:3px;
	background-color: #1b1b1b;
	color: #FFF;
	border-radius: 10px;
}
.specialsetsumei dl dd.campaignBtn a:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 990px) {
	#special {
		width:75%;
	}
}

@media only screen and (max-width: 768px) {
	#special {
		width:92%;
	}
	.specialsetsumei dl dd.campaignBtn a:hover {
	opacity: 1.0;
}
	#itemDetail10 {
		padding: 25px;
	}
}

@media only screen and (max-width: 480px) {
	#special {
		padding: 2px;
		width: 92%;
	}

	.ribbon {
		font-size: 1.2em;
		margin: 0px 0px 0px -36px;
		padding: 5px 5px 5px 85px;
	}

	.campaigntext {
		display:block;
	}
	.specialimage {
	width: 100%;
	margin-bottom:7px;
	}

	.specialsetsumei {
		padding:0;
		width: 100%;
	}

	.specialsetsumei h4 {
		margin:0 -20px 5px;
		padding: 0.5em 0.3em;
		text-align:center;
	}

	.specialsetsumei h4:before {
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:0;
		height:0;
		border-style:solid;
		border-color:transparent transparent transparent #fff;
		border-width: 17px 0 16px 15px;
	}

	.specialsetsumei h4:after {
		border-width: 17px 15px 16px 0;
	}

	.specialsetsumei dl dt {
		font-size:1.4em;
	}
}

.oddsText {
	margin:20px 0;
	text-align:left;
	padding-left:20px;
}

.oddsText span {
	font-size:14px;
}

@media only screen and (max-width: 440px) {
	.oddsText {
		padding-left:0;
		text-align: left;
		margin:  10px 0 0;
		padding:  0 10px;
		line-height:  1.3;
	}

	.oddsText span {
		font-size:12px;
	}
}

.eraberuitem {
	position:relative;
	margin: 40px 20px 20px;
	padding: 35px 35px 30px;
	border: 4px solid #EC6438;
}
.eraberuitem h4 {
	position: absolute;
	top: -20px;
	padding: 7px 14px;
	color: #FFF;
	background: #EC6438;
	font-size: 1.1em;
}

@media only screen and (max-width: 580px) {
    .eraberuitem {
        position: relative;
        margin: 30px 10px 20px;
        padding: 30px 10px 10px;
        border: 4px solid #EC6438;
    }
}

@media only screen and (max-width: 580px) {
    .eraberuitem h4 {
        position: absolute;
        top: -20px;
        padding: 5px 10px;
        color: #FFF;
        background: #EC6438;
        font-size: 1.1em;
    }
}

/*遊び方バナー*/
#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;
  }
}

/*モーダル中身*/
.modalItemDetail {
	max-width:580px;
	min-width:580px;
	padding:40px;
	box-sizing:border-box;
}

@media only screen and (max-width: 768px) {
	.modalItemDetail {
		max-width: 630px;
		min-width: 630px;
		margin:0 auto;
		padding: 35px 20px 0;
	}
}
@media only screen and (max-width: 480px) {
	.modalItemDetail {
		width: 340px;
		min-width: 340px;
		max-width: 340px;
		margin:0 auto;
	}
}
@media only screen and (max-width: 320px) {
	.modalItemDetail {
		width:295px;
		min-width:295px;
		max-width:295px;
		margin:0 auto;
	}
}

@media only screen and (max-width: 768px) {
	.modalItemDetail .body {
		padding:0;
	}
}

.modalItemDetail .slick-prev,.modalItemDetail .slick-next {
	position:absolute;
	top: 31%;
	margin:auto;
	border:none;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center;
	z-index:100;
	color: #FFF;
	font-size: 3.4em;
}
.modalItemDetail .slick-prev:hover,.modalItemDetail .slick-next:hover {
	cursor:pointer;
}
.modalItemDetail .slick-prev:focus,.modalItemDetail .slick-next:focus {
	outline:none;
}
.modalItemDetail .slick-prev:before,.modalItemDetail .slick-next:before {
	display:none;
}
.modalItemDetail .slick-prev {
	left: -50px;
}

.modalItemDetail .slick-next {
	right: -50px;
}
@media only screen and (max-width: 768px) {
	.modalItemDetail .slick-prev,.modalItemDetail .slick-next {
		top: 34%;
	}
	.modalItemDetail .slick-prev {
		left: -50px;
	}

	.modalItemDetail .slick-next {
		right: -50px;
	}
}
@media only screen and (max-width: 480px) {
	.modalItemDetail .slick-prev,.modalItemDetail .slick-next {
		top: 29%;
		font-size:2.0em;
	}
	.modalItemDetail .slick-prev {
		left: -25px;
	}

	.modalItemDetail .slick-next {
		right: -25px;
	}
}
@media only screen and (max-width: 320px) {
	.modalItemDetail .slick-prev,.modalItemDetail .slick-next {
		top: 27%;
		font-size:1.8em;
	}
	.modalItemDetail .slick-prev {
		left: -23px;
	}

	.modalItemDetail .slick-next {
		right: -23px;
	}
}

.modalItemDetail .list {
}

@media only screen and (max-width: 768px) {
	.modalItemDetail .list {
		max-width: 550px;
		margin:0 auto 10px;
	}

	.modalItemDetail .list:after {
		display:block;
		content:".";
		clear:both;
		height:0;
		visibility:hidden;
	}
}
@media only screen and (max-width: 480px) {
	.modalItemDetail .list {
		max-width: 320px;
	}
}
@media only screen and (max-width: 320px) {
	.modalItemDetail .list {
		max-width: 265px;
	}
}
.modalItemDetail .list li {
	float:left;
}

.modalItemDetail .list li:focus {
	outline:none;
}

.modalItemDetail .list li img {
	margin:0 auto;
	display:inline;
}

@media only screen and (max-width: 768px) {
	.modalItemDetail .list li .image {
	}
}

.modalItemDetail .txtBlock {
	max-width:640px;
	margin: 10px auto 20px;
	padding:0;
	text-align:left;color: #FFF;
}

.modalItemDetail .txtBlock .spec {
	margin-top:6px;
	font-size:12px;
	font-size:1.2rem;
}

.modalItemDetail .name {
	font-size:18px;
	font-size:1.8rem;
	font-weight:700;
}

@media only screen and (max-width: 768px) {
	.modalItemDetail .txtBlock {
		margin-top:10px;
	}

	.modalItemDetail .name {
		font-size:13px;
		font-size:1.3rem;
		text-align:left;
	}
}

.modalItemDetail .myShareBtn,
.modalItemDetail .myShareBtnW {
	display:block;
	position:relative;
	width:100%;
	height:30px;
}

.modalItemDetail .myShareBtn li {
	display:block;
	position:absolute;
	left:150px;
	bottom:0;
	width:200px;
}

.modalItemDetail .myShareBtn li a,
.modalItemDetail .myShareBtnW li a {
	display:block;
	padding:5px 0;
	border-radius:3px;
	background-color:#00acec;
	color:#fff!important;
	font-size:16px;
	text-decoration:none;
	vertical-align:middle;
}

.modalItemDetail .myShareBtnW {
	height:40px;
}

.modalItemDetail .myShareBtnW ul {
	display: flex;
	justify-content: center;
}

.modalItemDetail .myShareBtnW li:first-child {
	margin-right: 16px;
}

.modalItemDetail .myShareBtnW li a {
	width:200px;
}

.modalItemDetail .myShareBtnW li:first-child a {
	background-color:#fe0000;
}


.modalItemDetail .myShareBtn .tw-icon,
.modalItemDetail .myShareBtnW .tw-icon {
	margin-right:5px;
	color:#fff;
}

.modalItemDetail.modalbgwh {
	background: #FFF;
}
.modalItemDetail a {
	color: #EC6438;
	text-decoration: underline;
}
.modalItemDetail h5 {
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 20px;
}
.modalItemDetail dl {
	margin-bottom: 20px;
}
.modalItemDetail dl dt {
	text-align: left;
	margin-bottom: 10px;
}
.modalItemDetail dl dt span{
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: #1b1b1b;
	border-radius: 3px;
	padding: 5px 10px;
}
.modalItemDetail dd {
	text-align: left;
	margin-bottom: 25px;
}
.modalItemDetail p {
	text-align: left;
}


@media only screen and (max-width: 768px) {
	.modalItemDetail .myShareBtn,
	.modalItemDetail .myShareBtnW {
		left:5%;
		width:90%;
		margin-top:30px;
	}
	.modalItemDetail .myShareBtnW ul {
		display: block;
	}

	.modalItemDetail .myShareBtn li,
	.modalItemDetail .myShareBtnW li {
		left:0;
		width:100%;
	}

	.modalItemDetail .myShareBtnW li:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.modalItemDetail .myShareBtn li a {
		display:block;
		padding:5px 0;
		background-color:#00acec;
		border-radius:3px;
		color:#fff!important;
		text-decoration:none;
		vertical-align:middle;
	}

	.modalItemDetail .myShareBtnW li a {
		width: 100%;
	}
}

.modalItemDetail .list ol.selectItemList {
	padding-left: 45px;
}
.modalItemDetail .list li ol.selectItemList li {
	list-style-type: decimal !important;
	float: none;
	line-height: 1.25;
}
.modalItemDetail dl dt.longTitlePara span {
	display: block;
	text-align: left;
}


/* 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: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 768px) {
	#fancybox-close {
		top:0!important;
		right: 35px!important;
		width:30px!important;
		height:30px!important;
		background-image:url(../img/icon_close.png)!important;
		background-size:20px auto!important;
	}
}
@media only screen and (max-width: 480px) {
	#fancybox-close {
		right: 0!important;
	}
}

#fancybox-right,#fancybox-left {
	position:static!important;
}

#fancybox-right-ico,#fancybox-left-ico {
	display:none!important;
}

.fancybox-bg {
	display:none!important;
}

#fancybox-content {
	text-align:center;
	box-shadow: none !important;
}

@media only screen and (max-width: 768px) {
	#fancybox-content {
		-moz-box-shadow:#333 0 0 0;
		-webkit-box-shadow:#333 0 0 0;
		box-shadow:#333 0 0 0;
	}
}

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

.uchikeshi {
	text-decoration:line-through;
}

.fa-x-twitter:before {
	font-family: "Font Awesome 6 Brands";
	font-style:normal;
}

