@charset "UTF-8";

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

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

/* スライダー部分 */
.kvItem {
	box-sizing:border-box;
	max-width: 1024px;
	margin: 30px auto;
	padding:0 15px;
	text-align: center;
}
.kvItem a img{
	
}

@media only screen and (max-width: 768px) {
	.kvItem {
		
	}
}
@media only screen and (max-width: 480px) {
	.kvItem {
		margin:15px auto;
	}
	.kvItem:last-of-type {
		margin:15px auto 30px;
	}
}

.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: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	opacity: 0.5;
}
.swiper-button-next {
	right:2%;
}
.swiper-button-prev {
	left:2%;
}

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

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

/* youtube部分 */
.youtube_video {
	box-sizing: border-box;
	width: 100%;
	aspect-ratio: 16 / 9;
	max-width: 680px;
	margin: 30px auto 0;
}

.youtube_video iframe {
	width: 100%;
	height: 100%;
}

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

/* くじ概要部分 */
.contentsDetail {
	width:100%;
}

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

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

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

.kvTxtArea {
	margin: 0 auto 25px;
	padding: 0 15px;
	box-sizing: border-box;
}
.kvTxtArea p {
	color: #FFF;
	padding: 12px 20px;
	border: 4px
 solid #ff0000;
	background: #000;
}

.conTitle {
	position: relative;
	font-size: 1.8em;
	text-align:  center;
	color:  #ec6d5e;
	font-weight:  bold;
	margin-bottom: 15px;
}

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

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

@media only screen and (max-width: 480px) {
	.conTitle {
		font-size: 1.3em;
		font-weight:  bold;
		line-height:  1.3;
	}
}

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

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

.conDtl dl {
	text-align:left;
	border-top:4px dotted #c8c9ca;
}
.conDtl dl:nth-child(even) {
	/* background:#f7f7f7; */
}

.conDtl dl:first-child {
}

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

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

.conDtl dt span {
	font-size:15px;
	font-weight:700;
}
.conDtl dt span:before {
	content:"◉";
}

.conDtl dd {
	padding:10px 0;
}

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

@media only screen and (max-width: 768px) {
	.conDtl dt {
		width:110px;
		padding:5px 10px;
		line-height:38px;
	}
	
	.conDtl dt span {
		font-size: 15px;
	}
	
	.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: 14px;
	}
	
	.conDtl dd {
		line-height:22px;
		font-size: 14px;
	}
	
	.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 65px;
	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;
	}
}

/* お知らせ */
.cautionnews {
	margin: 0 15px;
	
}
.cautionnews p {
	margin: 20px auto 30px;
	border:4px solid #ee7b53;
	background-color: #f9e9d7;
	padding: 15px;
	max-width: 900px;
	text-align: left;
	line-height: 1.4;
}
.cautionnews .news_inner {
	margin: 20px auto 30px;
	border:4px solid #ee7b53;
	background-color: #f9e9d7;
	padding: 15px;
	max-width: 900px;
	text-align: left;
	line-height: 1.4;
}
.cautionnews .news_inner ul {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.cautionnews .news_inner ul li {
	flex-basis:49%;
	margin-top:20px
}
.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;
	}
	.cautionnews .news_inner ul {
		flex-direction:column;
	}
	.cautionnews .news_inner {
		margin:0 15px;
		font-size: 0.9em;
	}
}

/* 配送料概要部分 */
.postageArea {
	width:100%;
	background-color: #FFF;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}

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

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

.postageTxt {
	width: 100%;
	margin: 0 auto 20px;
	padding: 15px 30px;
	background: #f1f1f1;
}
.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;
	border-radius: 5px;
}
.postageTxt.address h2 {position:  relative;}
.postageTxt.address h2:hover {cursor:  pointer;}

.postageTxt.address ul {
	display:none;
	background: url(../img/bg_cart.png) #FFF no-repeat right 0 bottom 0;
}
.postageTxt.address h2:after {position:absolute;right: 0;font-family: FontAwesome;content: "\f0d7";color: #bf0000;font-size: 1.8em;line-height:  1.0;}
.postageTxt.address h2.open:after {
  content: "\f0d8";
}

.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: "\f0d7";color: #ec6d5e;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: "\f0d8";
}


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

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

/* .postageTxt h2 span {
	background:linear-gradient(rgba(255,255,255,0.0) 70%,rgb(152 211 214) 65%,rgba(152,211,214,1) 65%);
	background:-webkit-linear-gradient(linear,rgba(255,255,255,0.0) 70%,rgba(152,211,214,1) 65%,rgba(152,211,214,1) 65%);
	background:-moz-linear-gradient(linear,rgba(255,255,255,0.0) 70%,rgba(152,211,214,1) 65%,rgba(152,211,214,1) 65%);
}
 */

.coupongetBtn {
	margin: 0 auto 25px;
	width:71.5%;
}

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

@media only screen and (max-width: 480px) {
	.postageTxt {
		margin: 0 auto 15px;
	}
	.postageTxt.accordion h2:after {
		right: 0px;
	}
	.postageTxt.address {
		margin:0 auto 30px;
	}	
	.postageTxt h2 {
		font-size: 14px;
	}
	.postageTxt.address h2 {
		font-size:19px;
	}
	.coupongetBtn {
		margin: 0 auto 15px;
		width:100%;
	}
	.howtoplayArea {
		margin: 30px auto 10px;
		padding: 0;
	}
}
@media only screen and (max-width: 320px) {
	.postageTxt.address h2 {
		font-size:16px;
	}	
}

.postageTxt ul {
	margin: 0;
	padding: 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: 10px 7px 0px;
	}
	
	.postageTxt ul li {
		font-size: 12px;
		line-height:18px;
	}
}

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

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

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

@media only screen and (max-width: 480px) {
	.examplePostage {
		margin: 10px 0px 0px;
		font-size: 11px;
	}
}

/* 購入ボタン */
.buyBtn {
	position:relative;
	width:565px;
	margin:40px auto 0;
	line-height:54px;
	text-align:center;
}
.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;
	border-radius: 4px;
	background-color: #587fc0;
	box-shadow: 0 3px 0px 0px #adaaaa;
}
.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:12px;
		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;
	}
}

/* 商品ラインナップ部分 */
.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: #587fc0;
	color: #FFF;
}
.balloon2-top p {
  margin: 0;
  padding: 0;
}
.itemLineupArea {
	width:100%;
}

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

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

@media only screen and (max-width: 480px) {
	.itemLineup {
		padding-top: 0;
	}
	
	.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;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	box-sizing: border-box;
	border-top: 3px solid #587fc0;
	border-bottom: 1px solid #587fc0;
}

@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: 0 15px;
}

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

@media only screen and (max-width: 480px) {
	.prizeArea {
		padding: 0 15px;
	}
	
	.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: 0px;
	width: 153px;
	z-index:10;
}

@media only screen and (max-width: 768px) {
	.prizeTitle {
		margin-top: 30px;
		font-size:18px;
	}
	
	.prizeTitle img {
		left: -10px;
		width:120px;
		top: 0px;
	}
}

@media only screen and (max-width: 480px) {
	.prizeTitle {
		margin-top: 30px;
		font-size:14px;
	}
	
	.prizeTitle img {
		left: -10px;
		top: -2px;
		width: 84px;
	}
}

@media only screen and (max-width: 360px) {
	.prizeTitle img {
		left: 0px;
		top: 2px;
		width: 75px;
	}
}

.prizeTitle h3 {
	font-size: 1.0em;
	padding: 12px 157px 12px 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 70px;
}
@media only screen and (max-width: 768px) {
.prizeTitle h3 {
	 padding: 15px 140px 15px 120px;
	 line-height: 1.4em;
}	
}
@media only screen and (max-width: 480px) {
.prizeTitle h3 {
	 padding: 0 87px 0 82px;
	 height: 34px;
	 display:flex;
	 flex-direction: column;
	 justify-content: center;
}	
}
.prizeTitle .prizeName {
	font-weight:700;
	color: #4c4948;
	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: 480px) {
	.prizeTitle .prizeName {
		padding-left: 0px;
		font-size: 16px;
		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: 480px) {
	.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: -10px;
	top: 0;
	width:130px;
	z-index:10;
}
.prizeTitle .prizeOdds p {
	position:absolute;
	color:#FFF;
}

.prizeTitle .prizeOdds p {
		top: 11px;
		right: 98px;
		width: 40px;
		height: 40px;
		font-size: 16px;
		background: #ec6d5e;
		border-radius: 3px;
		display: flex;
		line-height: 1;
		justify-content: center;
		align-items: center;
		text-align: left;
		padding: 4px 1px 0px 4px;
}

@media only screen and (max-width: 768px) {
	.prizeTitle .prizeOdds p {
		top: 8px;
		right: 82px;
		width: 40px;
		height: 40px;
		font-size: 16px;
		background: #ec6d5e;
		border-radius: 3px;
		display: flex;
		line-height: 1;
		justify-content: center;
		align-items: center;
		text-align: left;
		padding: 4px 1px 0px 4px;
	}
}

@media only screen and (max-width: 480px) {
	.prizeTitle .prizeOdds p {
		top: 5px;
		right: 59px;
		width: 24px;
		height: 24px;
		font-size: 10px;
		background: #ec6d5e;
		border-radius: 2px;
		display: flex;
		line-height: 1;
		justify-content: center;
		align-items: center;
		text-align: left;
		padding: 2px 0 0 2px;
	}
}

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

/* 当選確率（台形）部分 */
.itemLineup .oddsSpace {
	position:absolute;
	right:0;
	top: 0;
	width: 83px;
	height:0;
	vertical-align:bottom;
	z-index:10;
}

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

@media only screen and (max-width: 768px) {
	.itemLineup .oddsSpace {
		width: 65px;
	}
}

@media only screen and (max-width: 480px) {
	.itemLineup .oddsSpace {
		width: 45px;
	}
}

/*当選確率の分子*/
.numerator {
	position:absolute;
	bottom: -46px;
	right: 43px;
	width: 80px;
	font-size:34px;
	z-index:20;
	text-align:right;
	font-family: serif;
	font-weight: bold;
}
.numerator.fss {
	font-size: 0.9em;
	line-height: 2.5;
	/* right: 24px; */
}

@media only screen and (max-width: 768px) {
	.numerator {
		top: -8px;
		right: 40px;
		width:50px;
		font-size: 29px;
		text-align: right;
	}
}

@media only screen and (max-width: 480px) {
	.numerator {
		top: -5px;
		right: 28px;
		font-size:20px;
		text-align:right;
	}
	.numerator.fss {
		right: 24px;
	}

}

/* 当選確率のスラッシュ */
.slash {
	position: absolute;
	top: -2px;
	right: 6px;
	width: 63px;
	height: 63px;
	z-index: 20;
	text-indent: -100%;
	overflow: hidden;
	background: url(../../common/img/arrow_kakuritsu.png) right top no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 768px) {
	.slash {
		top: -2px;
		right: -1px;
		width: 60px;
		font-size: 34px;
	}
}

@media only screen and (max-width: 480px) {
	.slash {
		top: -4px;
		right: -1px;
		width: 42px;
		font-size:28px;
	}
}

/* 当選確率の分母 */
.denominator {
	position:absolute;
	bottom: -69px;
	right: -7px;
	width: 50px;
	font-size:20px;
	z-index:20;
	font-family: serif;
	font-weight: bold;
}

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

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


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

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



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

@media only screen and (max-width: 480px) {
	.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;
	}
}
@media only screen and (max-width: 480px) {
	.detailTxt {
		padding:10px 10px 0;
		line-height: 1.4;
		text-align:left;
	}
}

/* 商品サムネイル部分 */
.prizeList {
	width:100%;
	margin: 15px 0 0;
	padding: 0 0 30px;
	background:url(../img/line_nami.png) left bottom repeat-x;
	background-size:auto 3.5px;
}

.prizeList ul {
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.prizeList ul li {
	position:relative;
	width: 32%;
	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;
  position: relative;
}
.prizeList ul li a img {
  vertical-align:bottom;
}
  
.prizeList ul li:nth-child(3n+2):last-child {
	margin-right: 34%;
}

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

.prizeList ul li a {
	display: block 
}
.prizeList ul li a.center::before, .center::after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: center;
		  transform-origin: center;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}
.prizeList ul li a.center::before {
  border-top: 2px solid #f7af10;
  border-bottom: 2px solid #f7af10;
  -webkit-transform: scale3d(0, 1, 1);
		  transform: scale3d(0, 1, 1);
}
.prizeList ul li a.center::after {
  border-left: 2px solid #f7af10;
  border-right: 2px solid #f7af10;
  -webkit-transform: scale3d(1, 0, 1);
		  transform: scale3d(1, 0, 1);
}
.prizeList ul li a.center:hover::before, .prizeList ul li a.center:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
		  transform: scale3d(1, 1, 1);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.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: 480px) {
	.prizeList {
		margin: 15px 0 0;
		padding: 0 0 30px;
	}
	
	.prizeList ul {
		justify-content:space-between;
	}
	
	.prizeList ul li {
		position:relative;
		box-sizing:border-box;
		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: 16px;
	}
	
	.prizeList ul li:hover {
		transform:none;
		
	}
	
	.prizeList ul li:nth-child(3n+2):last-child {
	margin-right: 0;
	}
	
	.prizeList ul li:nth-child(3n+1):last-child {
		margin-right: 0;
	}
	
	.prizeList ul li:nth-child(2n+1):last-child {
		margin-right: 52%;
	}
}

@media only screen and (max-width: 480px) {
	.prizeList ul {
		justify-content:space-between;
	}
	
	.prizeList ul li {
		align-items:center;
	}
	
	.prizeList ul li p {
		line-height: 1.3;
	}
	
	.prizeList ul li p span {
		font-size: 12px;
	}
}

@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: #587fc0;
	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;
	}
}

/* sample_photo */
.sample_photo_area {
	margin: 0 auto 30px;
	padding: 0 15px 30px;
	box-sizing:border-box;
	background: url(../img/line_nami.png) left bottom repeat-x;
	background-size: auto 3.5px;
	width: 100%;
	max-width: 1024px;
}
.sample_photo_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sample_photo_area ul:before{
  content:"";
  display: block;
  width:24%;
  order:1;
}
.sample_photo_area ul:after{
  content:"";
  display: block;
  width:24%;
}
.sample_photo_area ul li {
	flex-basis: 24%;
	margin-bottom:1.2%;
}
@media only screen and (max-width: 480px) {
	.sample_photo_area ul li {
		flex-basis: 49%;
		margin-bottom:1.5%;
	}
}



/* スペシャル */
#special {
	color: #4c4948;
	margin: 0 auto 30px;
	padding: 0 15px;
	box-sizing:border-box;
	background: url(../img/line_nami.png) left bottom repeat-x;
	background-size: auto 3.5px;
	width: 100%;
	max-width: 1024px;
}
#special:last-of-type {
	background:none;
	margin-bottom:0;
}

.special_inner {
	padding: 0px 0 40px;
	box-sizing:border-box;
	position: relative;
}
#special h3 {
	margin: 0 0 25px;
	width: 32%;
}
#special h3 img {
	/* height:41px; */
}
#special.lucky h3 img {
	/* height: 59px; */
}

.campaigntext {
	display:flex;
}

.specialimage {width: 32%;overflow: hidden;}
.specialimage a {
  display: block;
  background: none;
  border: 0;
  box-sizing: border-box;
  position: relative;
}
.specialimage a img {
  vertical-align:bottom;
}
.sp_badge {
	position: absolute;
	top: -20px;
	left: -15px;
	width: 20%;
	z-index: 1;
}
@media only screen and (max-width: 768px) {
.sp_badge {
	top: -20px;
	left: -15px;
	width: 20%;
}	
}
@media only screen and (max-width: 480px) {
#special {
	background: url(../img/line_nami.png) left bottom repeat-x;
	background-size: auto 3.5px;
}
.sp_badge {
	top: -6px;
	left: -17px;
	width: 20%;
}
}
.specialsetsumei {
	padding-left:20px;
	width: 68%;
}

.specialsetsumei h4 {
	font-weight:700;
	color:#FFF;
	font-size:1.2em;
	line-height:1;
	margin-bottom:12px;
	position:relative;
	background:#587fc0;
	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 #587fc0;
	margin-bottom:10px;
}

.specialsetsumei dl dd {
	line-height:1.6;
	margin-bottom: 10px;
}
.specialsetsumei dl dd a {
	line-height:1.6;
	vertical-align:middle;
}
.specialsetsumei dl dd.sozai {
	line-height:1.6;
	margin-bottom: 20px;
	font-size:0.9em;
}
.specialsetsumei dl dd.shareBtn {
	text-align:left;
	margin: 0 0 5px;
	line-height: 0.9;
}
.specialsetsumei dl dd.shareBtn a {
	display: inline-flex;
	color:#4c4948;
	font-weight:bold;
	font-size: 18px;
	text-decoration:none;
	align-items: center;
}
.specialsetsumei dl dd.shareBtn .tw-icon {
	margin-right:2px;
	color:#000;
	font-size:1.5em;
}
.specialsetsumei dl dd.campaignBtn {
	margin-bottom: 0;
	padding-top: unset;
	vertical-align: middle;
}
.specialsetsumei dl dd.campaignBtn a {
	display: inline-flex;
	color:#4c4948;
	font-weight:bold;
	font-size: 18px;
}
.specialsetsumei dl dd.campaignBtn  .fa-dot-circle-o {
	margin-right:2px;
	color:#f7b32c;
	font-size:1.5em;
}

.specialsetsumei dl dd.campaignBtn a:hover {
	opacity: 0.7;
}

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

@media only screen and (max-width: 768px) {
	#special {
	}
	.special_inner {
		padding: 0px 0 25px;
		box-sizing:border-box;
		position: relative;
		max-width: 750px;
		width: 100%;
		margin: 0 auto 25px;
	}
	.specialsetsumei dl dd.campaignBtn a:hover {
	opacity: 1.0;
	}
	#itemDetail10 {
		padding: 25px;
	}
}
	@media only screen and (max-width: 480px) {
	#special {
		
	}
	.special_inner {
		padding: 0px 0 25px;
		box-sizing:border-box;
		position: relative;
		max-width: 750px;
		width: 80%;
		margin: 0 auto 25px;
	}
	#special:last-child .special_inner {
		padding: 0px;
	}
	#special h3 {
		max-width: 750px;
		width: 100%;
		margin: 0 auto 25px;
	}
	#special h3 img {
		/* height: 41px; */
	}
	#special.lucky h3 img {
		/* height: 59px; */
	}
	.ribbon {
		font-size: 1.2em;
		margin: 0 -37px 15px;
		padding: 5px 5px 5px 77px;
	}
	.campaigntext {
		display:block;
	}
	.specialimage {
	width: 100%;
	margin-bottom:7px;
	}

	.specialsetsumei {
		padding:0;
		width: 100%;
	}
.specialsetsumei dl dd.shareBtn a,.specialsetsumei dl dd.campaignBtn a  {
	font-size: 14px;
}

	.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 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 35px;
		line-height:  1.3;
	}
	
	.oddsText span {
		font-size:12px;
	}
}

/*遊び方バナー*/
#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: 30px;
	}
}
@media only screen and (max-width: 480px) {
	.modalItemDetail {
		width: 350px;
		min-width: 350px;
		max-width: 350px;
		margin:0 auto;
	}
}
@media only screen and (max-width: 320px) {
	.modalItemDetail {
		width:295px;
		min-width:295px;
		max-width:295px;
		margin:0 auto;
	}
	#special h3 img {
		height: 36px;
	}
	#special.lucky h3 img {
		height: 55px;
	}

}

@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;
}
#itemDetail_sample.modalItemDetail .slick-prev,#itemDetail_sample.modalItemDetail .slick-next {
	top: 37%;
}
@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;
	text-shadow:
	black 1px 1px 10px, black -1px 1px 10px,
	black 1px -1px 10px, black -1px -1px 10px;
}

.modalItemDetail .name {
	font-size:18px;
	font-size:1.8rem;
	font-weight:700;
	text-shadow:
	black 1px 1px 10px, black -1px 1px 10px,
	black 1px -1px 10px, black -1px -1px 10px;
}

@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:#000;
	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: #587fc0;
	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: #587fc0;
	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:#000;
		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:-40px!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: rgba(0,0,0,0.5);
}

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

	.modalItemDetail dd {
		margin-bottom: 15px;
	}
}

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

.blueFont {
	color:blue;
	font-weight:700;
}

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


.fa-twitter:before {
	content: '𝕏';
	font-family: unset;
	font-weight: bold;
}


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

.fa-brands {
	width: 34px;
	text-align: center;
}

@media screen and (max-width: 480px) {
	.fa-brands {
		width: 27px;
	}
	
}


