@charset "UTF-8";
/*
------------------------------------------------
Cecile SC "" Layout CSS
Version: 7th Nov. 2012
------------------------------------------------*/

/* ========================================
	共通設定
======================================== */
#contswrap {
	text-align: left;
	line-height: 1.5;
	font-size: 14px;
	color: #060001;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

#contswrap *,
#contswrap *::before,
#contswrap *::after {
	box-sizing: border-box;
}

#contswrap h1,
#contswrap h2 {
	margin: 0;
}

#contswrap h1 {
	border-bottom: none;
	margin: 0 auto;
}

#contswrap p {
	margin: 0;
	padding: 0;
}

#contswrap p {
	margin: 0;
	padding: 0;
}

#contswrap img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#contswrap img:not(#cms_slot img) {
	transition: 0.5s;
}
#contswrap a[href] img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
@media screen and (max-width: 896px) {
	#contswrap img {
		width: 100%;
	}
	#contswrap a[href] img:hover {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

#contswrap a:hover {
	text-decoration: none;
	color: #6d6a65;
}

#contswrap button#del {
	display: block;
	line-height: 1;
	font-size: 100%;
	width: auto;
	height: auto;
	background: #eeeeee;
	padding: 5px;
	border: solid 1px #dddddd;
	border-radius: 3px;
}

@media screen and (max-width: 896px) {
	.cecile-contents {
		padding: 0;
		max-width: 100%;
	}
}

.view-pc {
	display: block;
}
.view-sp {
	display: none;
}
@media screen and (max-width: 896px) {
	.view-pc {
		display: none;
	}
	.view-sp {
		display: block;
	}
}

/* ========================================
	コンテンツ
======================================== */

/* ========================================
	breadcrumb
======================================== */
@media screen and (max-width: 896px) {
	.breadcrumb {
		padding-right: 0;
		padding-left: 0;
		margin-left: 0.625rem;
		margin-right: 0.625rem;
		width: calc(100% - var(--content-padding) * 2);
		margin-bottom: 0;
	}
}


/* =====================================
cms_slot
===================================== */
#cms_slot #tr_area {
	display: none;
	position: relative;
	min-height: 862px;
	padding: 0;
	background: url(../img/bg_slot_pc.jpg) left top no-repeat;
}
@media screen and (max-width: 896px) {
	#cms_slot #tr_area {
		width: 100%;
		height: calc(894 / 750 * 100vw);
		min-height: auto;
		background-image: url(../img/bg_slot_sp.jpg);
		background-size: contain;
	}
}

#cms_slot .title {
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

#cms_slot .title_text {
	padding-top: 53px;
	font-size: 38px;
	line-height: 1.3;
	letter-spacing: 0.02em;
}
#cms_slot .title_text .value {
	font-size: 42px;
}
#cms_slot .title_text .tax {
	font-size: 20px;
}
@media screen and (max-width: 896px) {
	#cms_slot .title_text {
		padding-top: calc(46 / 750 * 100vw);
		font-size: calc(40 / 750 * 100vw);
		line-height: 1.364;
		letter-spacing: 0;
	}
	#cms_slot .title_text .value {
		font-size: calc(44 / 750 * 100vw);
	}
	#cms_slot .title_text .tax {
		font-size: calc(22 / 750 * 100vw);
	}
}

#cms_slot .subtitle {
	margin: 16px auto 0;
	text-align: center;
}
@media screen and (max-width: 896px) {
	#cms_slot .subtitle {
		margin-top: calc(25 / 750 * 100vw);
	}
}

#cms_slot .period {
	margin: auto;
	width: 740px;
	height: 45px;
	background-color: rgba(255,255,255,0.6);
	color: #b00000;
	font-size: 30px;
	font-weight: 700;
	line-height: 38px;
}
@media screen and (max-width: 896px) {
	#cms_slot .period {
		width: calc(500 / 750 * 100vw);
		height: calc(45 / 750 * 100vw);
		font-size: calc(26 / 750 * 100vw);
		font-weight: 700;
		line-height: calc(38 / 750 * 100vw);
	}
}

#cms_slot .period .value {
	font-size: 36px;
}
@media screen and (max-width: 896px) {
	#cms_slot .period .value {
		font-size: calc(34 / 750 * 100vw);
	}
}

#cms_slot .outer_slot {
	position: absolute;
	top: 255px;
	right: 0;
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 896px) {
	#cms_slot .outer_slot {
		top: calc(255 / 750 * 100vw);
	}
}

#cms_slot #slot {
position: relative;
margin: 0 auto;
}
#cms_slot .couponMenu {
	position: absolute;
	top: 559px;
	left: 190px;
	width: 578px;
}
#cms_slot .couponMenu img {
	width: 100%;
	height: auto;
}
#cms_slot .couponMenu ul li {
	display: inline-block;
}

#cms_slot .couponMenu .box:not(:first-child) { margin: 0 0 0 18px; }

#cms_slot #contentArea {
	width: 650px;
	margin: 0 auto;
}
@media screen and (max-width: 896px) {
	#cms_slot #contentArea {
		width: 100%;
	}
}

#cms_slot #contentArea #sm .group {
	display: block;
	text-align: center;
}
#cms_slot #contentArea #sm .group .reel {
	display: inline-block;
	text-align: center;
	width: 170px;
	height: 380px;
	border-radius: 10px;
	overflow: hidden;
	margin: 43px 9px 0;
	background-color: #fff;
	background-size: 100% 100%;
	border: 2px solid #000000;
}
@media screen and (max-width: 896px) {
	#cms_slot #contentArea #sm .group .reel {
		margin: calc(76 / 750 * 100vw) calc(8 / 750 * 100vw) 0;
		width: calc(174 / 750 * 100vw);
		height: calc(384 / 750 * 100vw);
		border: calc(2 / 750 * 100vw) solid #000000;
		border-radius: calc(10 / 750 * 100vw);
	}
}

/* #cms_slot #contentArea #sm .group .reel .innerShadow{
	position: absolute;
	top: 27px;
	width: 180px;
	height: 380px;
	border-radius: 10px;
	margin-left: -5px;
	z-index: 0;
} */

#cms_slot #contentArea #sm .group .reel div {
	position: relative;
	top: -40px;
}
@media screen and (max-width: 896px) {
	#cms_slot #contentArea #sm .group .reel div {
		top: calc(-40 / 750 * 100vw);
	}
}

#cms_slot #contentArea #sm .group .reel p {
	height: 160px;
	line-height: 160px;
	padding: 0;
	box-sizing: content-box;
}
#cms_slot #contentArea #sm .group .reel p img {
	width: auto;
	height: 152px;
	margin: 0 auto;
}
@media screen and (max-width: 896px) {
	#cms_slot #contentArea #sm .group .reel p {
		height: calc(160 / 750 * 100vw);
		line-height: calc(160 / 750 * 100vw);
		box-sizing: content-box;
	}
	#cms_slot #contentArea #sm .group .reel p img {
		height: calc(152 / 750 * 100vw);
	}
}

#cms_slot #contentArea #sm .lever {
	width: 580px;
	margin: 26px auto 0;
}
#cms_slot #contentArea #sm .lever .button {
	cursor: pointer;
}
#cms_slot #contentArea #sm .lever .button img {
	width: 100%;
	height: auto;
}
#cms_slot #contentArea #sm .lever #stop_btn { display: none; }
@media screen and (max-width: 896px) {
	#cms_slot #contentArea #sm .lever {
		width: calc(580 / 750 * 100vw);
		margin: calc(20 / 750 * 100vw) auto 0;
	}
}
/* =====================================
	cms_result 結果画面
===================================== */
#cms_result {
	display: none;
	text-align: center;
}

#cms_result .cms_layout_minwidth1::after {
	content: "";
	display: block;
	clear: both;
}

#cms_result #already_played { 
	display: none;
}

#cms_result #already_played p {
	padding-top: 15px;
	font-weight: bold;
	font-size: 36px;
}

#cms_result.played #already_played {
	display: block;
}

#cms_result .coupon_area {
	display: none;
}

#cms_result .coupon_result {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1240px;
	height: 885px;
	background-image: url(../img/image_result_pc.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
@media screen and (max-width: 896px) {
	#cms_result .coupon_result {
		width: 100%;
		height: calc(890 / 750 * 100vw);
		background-image: url(../img/image_result_sp.jpg);
	}
}

#cms_result .coupon_result_text {
	position: absolute;
	bottom: calc(70 / 885 * 100%);
	width: 100%;
}
@media screen and (max-width: 896px) {
	#cms_result .coupon_result_text {
		bottom: calc(60 / 885 * 100%);
	}
}

#cms_result .result_heading {
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.02em;
}
@media screen and (max-width: 896px) {
	#cms_result .result_heading {
		font-size: calc(40 / 750 * 100vw);
	}
}

#cms_result .result_detail {
	margin-top: 20px;
	padding: 22px 0 50px;
	background-color: rgba(255,255,255,0.6);
}
@media screen and (max-width: 896px) {
	#cms_result .result_detail {
		margin-top: calc(20 / 750 * 100vw);
		padding: calc(20 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
	}
}

#cms_result .result_detail_text {
	font-size: 24px;
	letter-spacing: 0.02em;
}
#cms_result .result_detail_text .value {
	font-size: 30px;
}
#cms_result .result_detail_text .tax {
	font-size: 16px;
}
#cms_result .result_detail_text .em {
	font-weight: 700;
}
#cms_result .result_detail_text .em .value {
	font-size: 42px;
}
@media screen and (max-width: 896px) {
	#cms_result .result_detail_text {
		font-size: calc(28 / 750 * 100vw);
	}
	#cms_result .result_detail_text .value {
		font-size: calc(34 / 750 * 100vw);
	}
	#cms_result .result_detail_text .tax {
		font-size: calc(20 / 750 * 100vw);
	}
	#cms_result .result_detail_text .em .value {
		font-size: calc(46 / 750 * 100vw);
	}
}

#cms_result .result_campaign-num {
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 25px auto 0;
	width: 562px;
	height: 92px;
	border: 1px solid #1b1f22;
	border-top: 0;
}
@media screen and (max-width: 896px) {
	#cms_result .result_campaign-num {
		margin-top: calc(26 / 750 * 100vw);
		width: calc(564 / 750 * 100vw);
		height: calc(105 / 750 * 100vw);
		border: calc(2 / 750 * 100vw) solid #1b1f22;
		border-top: 0;
	}
}

#cms_result .result_campaign-num_heading {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	margin-top: -0.5em;
	font-size: 20px;
	letter-spacing: 0.02em;
	line-height: 1;
}
#cms_result .result_campaign-num_heading::before,
#cms_result .result_campaign-num_heading::after {
	content: "";
	border-top: 1px solid #1b1f22;
	flex-grow: 1;
}
#cms_result .result_campaign-num_heading::before{
	margin-right: 0.9em;
}
#cms_result .result_campaign-num_heading::after {
	margin-left: 0.9em;
}
@media screen and (max-width: 896px) {
	#cms_result .result_campaign-num_heading {
		font-size: calc(26 / 750 * 100vw);
	}
}

#cms_result .result_campaign-num_num {
	position: relative;
	margin-top: 10px;
	color: #b00000;
	font-size: 54px;
	font-weight: 700;
	letter-spacing: 0.02em;
}
@media screen and (max-width: 896px) {
	#cms_result .result_campaign-num_num {
		margin-top: calc(8 / 750 * 100vw);
		font-size: calc(60 / 750 * 100vw);
	}
}

/* ========== present ========== */
#contswrap .present {
	width: 1200px;
	margin: 40px auto 0;
}
@media screen and (max-width: 896px) {
	#contswrap .present {
		margin: calc(40 / 750 * 100vw) auto 0;
		padding: 0 var(--content-padding);
		width: 100%;
	}
}

#contswrap .present_inner {
	padding: 60px 0;
	background: #f5f5f5;
}
@media screen and (max-width: 896px) {
	#contswrap .present_inner {
		padding: calc(55 / 750 * 100vw) calc(30 / 750 * 100vw) calc(60 / 750 * 100vw);
	}
}

#contswrap .present .limit {
	font-size: 20px;
	line-height: 1;
}
@media screen and (max-width: 896px) {
	#contswrap .present .limit {
		font-size: calc(26 / 750 * 100vw);
		letter-spacing: 0.02em;
	}
}

/* ========== use ========== */
#contswrap .use {
	margin: 60px auto 0;
}
@media screen and (max-width: 896px) {
	#contswrap .use {
		margin-top: calc(40 / 750 * 100vw);
	}
}

#contswrap .use_title {
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 0.02em;
	line-height: 1;
}
@media screen and (max-width: 896px) {
	#contswrap .use_title {
		font-size: calc(30 / 750 * 100vw);
		line-height: 1.533;
	}
}

#contswrap .use .box {
	width: 900px;
	margin: 50px auto 0;
	padding: 33px 70px 35px;
	background: #ffffff;
}
#contswrap .use .box + .box {
	margin-top: 20px;
}
@media screen and (max-width: 896px) {
	#contswrap .use .box {
		width: calc(650 / 750 * 100vw);
		margin: calc(40 / 750 * 100vw) auto 0;
		padding: calc(42 / 750 * 100vw) calc(40 / 750 * 100vw);
	}
	#contswrap .use .box + .box {
		margin-top: calc(20 / 750 * 100vw);
	}
}

#contswrap .use .box .text-main {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.667;
}
@media screen and (max-width: 896px) {
	#contswrap .use .box .text-main {
		font-size: calc(30 / 750 * 100vw);
		line-height: 1.533;
	}
}

#contswrap .use .box .text-sub {
	margin: 15px 0 0 32px;
	font-size: 16px;
}
#contswrap .use .box .text-sub span {
	position: relative;
}
#contswrap .use .box .text-sub span::before {
	content: "";
	position: absolute;
	top: 2px;
	left: -32px;
	width: 22px;
	height: 20px;
	background: url(../img/icon_use.png) center no-repeat;
	background-size: contain;
}
@media screen and (max-width: 896px) {
	#contswrap .use .box .text-sub {
		margin: calc(24 / 750 * 100vw) 0 0 calc(68 / 750 * 100vw);
		font-size: calc(26 / 750 * 100vw);
		text-align: left;
		line-height: 1.387;
	}
	#contswrap .use .box .text-sub span::before {
		top: calc(10 / 750 * 100vw);
		left: calc(-70 / 750 * 100vw);
		width: calc(56 / 750 * 100vw);
		height: calc(51 / 750 * 100vw);
	}
}

#contswrap .box ul {
	margin: 14px 0 0;
	padding: 0;
}
#contswrap .use .box ul li {
	font-size: 16px;
	text-align: left;
	line-height: 1.75;
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (max-width: 896px) {
	#contswrap .box ul {
		margin-top: calc(12 / 750 * 100vw);
	}
	#contswrap .use .box ul li {
		font-size: calc(26 / 750 * 100vw);
		line-height: 1.538;
		text-indent: -1.25em;
		padding-left: 1.25em;
	}
}

/* button */
#contswrap .btn {
	width: 500px;
	height: 66px;
	margin: auto;
}
#contswrap .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100vw;
	text-decoration: none;
	text-align: center;
	line-height: 66px;
	color: #ffffff;
	font-size: 24px;
	transition: all 0.3s ease;
}
#contswrap .btn a:hover {
	opacity:0.7;
}
@media screen and (max-width: 896px) {
	#contswrap .btn {
		width: calc(580 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
	}
	#contswrap .btn a {
		line-height: calc(80 / 750 * 100vw);
		font-size: calc(32 / 750 * 100vw);
	}
	#contswrap .btn a:hover {
		opacity:1;
	}
}

#contswrap .btn.btn-register {
	margin-top: 20px;
}
#contswrap .btn.btn-register a {
	background: #333333;
}
@media screen and (max-width: 896px) {
	#contswrap .btn.btn-register {
		margin-top: calc(24 / 750 * 100vw);
	}
}

#contswrap .btn.btn-shopping {
	margin-top: 50px;
}
#contswrap .btn.btn-shopping a {
	background: #bb1111;
}
#contswrap .btn.btn-shopping a::before {
	content: "";
	margin-right: 15px;
	margin-bottom: 3px;
	width: 27px;
	height: 25px;
	background: url(../img/icon_shopping.png) left center no-repeat;
	background-size: contain;
}
@media screen and (max-width: 896px) {
	#contswrap .btn.btn-shopping {
		margin-top: calc(50 / 750 * 100vw);
	}
	#contswrap .btn.btn-shopping a::before {
		margin-right: calc(20 / 750 * 100vw);
		margin-bottom: calc(6 / 750 * 100vw);
		width: calc(36 / 750 * 100vw);
		height: calc(32 / 750 * 100vw);
	}
}

#contswrap .btn.btn-notes {
	margin-top: 20px;
}
#contswrap .btn.btn-notes a {
	background: #898989;
}
@media screen and (max-width: 896px) {
	#contswrap .btn.btn-notes {
		margin-top: calc(30 / 750 * 100vw);
	}
	#contswrap .btn.btn-notes a {
		font-size: calc(26 / 750 * 100vw);
	}
}

/* =====================================
cms_end
===================================== */
#cms_end {
	text-align: center;
}

#cms_end .coupon_area {
	position: relative;
}

#cms_end .cms_btn1 {
	position: absolute;
	bottom: calc(70 / 563 * 100%);
	height: calc(66 / 563 * 100%);
	margin: auto;
	left: 0;
	right: 0;
}
@media screen and (max-width: 896px) {
	#cms_end .cms_btn1 {
		bottom: calc(60 / 750 * 100vw);
		height: auto;
	}
}

#cms_end .cms_btn1 a {
	display: block;
	margin: auto;
	width: calc(445 / 1240 * 100%);
	height: 100%;
	border: 1px solid #333333;
	background-color: #333333;
	color: #ffffff;
	font-size: 1.5rem;
	border-radius: 100vw;
	text-align: center;
	line-height: 2.45;
	text-decoration: none;
	transition: all  0.3s ease;
}
@media screen and (max-width: 896px) {
	#cms_end .cms_btn1 a {
		width: calc(520 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		border-width: calc(2 / 750 * 100vw);
		font-size: calc(32 / 750 * 100vw);
		line-height: calc(72 / 750 * 100vw);
		transition: none;
	}
}

/* ↓ボタンにカーソルが乗っている時の設定です */
#cms_end .cms_btn1 a:hover {
	background-color: #ffffff;
	color: #333333;
}
@media screen and (max-width: 896px) {
	#cms_end .cms_btn1 a:hover {
		background-color: #333333;
		color: #ffffff;
	}
}



/* =====================================
	bnr-area
===================================== */
.bnr-area {
	max-width: 1200px;
	margin: calc(80 / 1240 * 100%) calc(20 / 1240 * 100%);
}
@media screen and (max-width: 896px) {
	.bnr-area {
		margin: calc(60 / 750 * 100vw) 0;
		padding: 0 var(--content-padding);
		width: 100%;
	}
}

.bnr-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.bnr-list__item {
	width: calc(285 / 1200 * 100%);
	margin-top: calc(20 / 1200 * 100%);
}
.bnr-list__item:nth-child(1) {
	width: 100%;
	margin-top: 0;
}
.bnr-list__item:not(:nth-child(4n+1)) {
	margin-right: calc(20 / 1200 * 100%);
}
@media screen and (max-width: 896px) {
	.bnr-list__item {
		width: calc(345 / 750 * 100vw);
		margin-top: calc(20 / 750 * 100vw);
	}
	.bnr-list__item:nth-child(n) {
		margin-right: 0;
	}
	.bnr-list__item:not(:nth-child(2n+1)) {
		margin-right: calc(20 / 750 * 100vw);
	}
}

/* ========================================
	historylist
======================================== */
@media screen and (max-width: 896px) {
	.historylist-section {
		padding: 0 var(--content-padding);
		width: 100%;
	}
}