@charset "UTF-8";
/* CSS Document */

/* contents */
#app_8thanniv {
	overflow-x: hidden;
	float: right;
	width: 800px;
	color: #555555;
	font-size: 16px;
    line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: #FFF;	
}
#app_8thanniv * {
    box-sizing: border-box;
}
#app_8thanniv a {
    color: #555555;
}
#app_8thanniv .sp {
    display: none !important;
}
#app_8thanniv img,
#app_8thanniv p {
	border: 0;
	margin: 0;
	vertical-align: top;
}
#app_8thanniv h2,h3,h4 {
    margin: 0;
    padding: 0;
}
#app_8thanniv dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
}
#app_8thanniv p.indent {
	text-indent: -1em;
	padding-left: 1em;
}
#app_8thanniv p strong {
	color: #ea616f;
	font-weight: normal;
}

/*------ アンカーボタン ------*/
#app_8thanniv .anchor_btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding-bottom: 50px;
	background: url("../img/bg_anchor.jpg") no-repeat;
}

#app_8thanniv .anchor_btn li {
	margin: 0 auto;
	list-style: none;
	margin-bottom: 10px;
}

#app_8thanniv .closing {
	position: relative;
}

/*------ WEBお買物券800円プレゼント ------*/
#app_8thanniv .present {
	background: #ffebee;
	text-align: center;
}

#app_8thanniv .present .annotation {
	margin: 0 auto 30px;
	width: 740px;
	text-align: center;
}

/*ご応募前に必ずご確認ください*/
#app_8thanniv .present-check {
	overflow: hidden;
	width: 740px;
	margin: 0 auto;
	border: 3px solid #ea616f;
 	border-radius: 15px;
	box-sizing: border-box;
	background-color: #FFF;
	text-align: left;
}

#app_8thanniv .present-check label {
  	display:flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100px;
	cursor: pointer;
}

#app_8thanniv .present-check label::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 40px;
	height: 40px;
	background: url("../img/icon_arrow.png") no-repeat center / contain;
	transition: transform 0.35s;
	transform: translateY(-50%);
}

#app_8thanniv .present-check label:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#app_8thanniv .present-check input[type=checkbox]:checked + label::after {
	transform: translateY(-50%) scale(1, -1);
}

#app_8thanniv .present-check input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

#app_8thanniv .present-check input:checked ~ .content {
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#app_8thanniv .present-check .content {
	max-height: 9999px;
	overflow: hidden;
	padding: 30px;
	font-size: 16px;
	line-height: 160%;
}

#app_8thanniv .present-check .content p {
	margin: 0 0 10px 0;
}

#app_8thanniv .present-entry {
	background: linear-gradient(to bottom, #ffebee 0%, #fff 100%);
}

#app_8thanniv .present-entry h4 {
	margin: 40px auto 30px;
}

#app_8thanniv .recommend {
	padding: 60px 0;
	background: #fff;
}

#app_8thanniv .recommend h4 {
	margin: 0 auto 10px;
}

#app_8thanniv .recommend .wrapper img {
    width: 740px;
}

/*------ アプリ起動スタンプが2倍に！ ------*/
#app_8thanniv .stamp {
	padding-bottom: 60px;
	background: #fff9ce;
	text-align: center;
}

#app_8thanniv .stamp .annotation {
	margin: 30px auto;
	width: 740px;
	text-align: left;
}

#app_8thanniv .stamp .annotation p {
	margin: 0 0 10px 0;
}

/*------ ハッピースタンプくじ ------*/
#app_8thanniv .lottery {
	padding-bottom: 50px;
	background: #ffebee;
	text-align: center;
}

#app_8thanniv .lottery .annotation {
	margin: 20px auto 0;
	width: 740px;
	text-align: center;
}

#app_8thanniv .lottery .schedule {
	margin: 40px auto 30px;
}

/*------ アプリ限定スタンプの注意事項 ------*/
#app_8thanniv .attention {
  	padding-bottom: 30px;
	background: #fff;
	text-align: left;
}

#app_8thanniv .attention .annotation {
	margin: 30px auto 0;
	width: 740px;
	text-align: left;
}

#app_8thanniv .attention .annotation p {
	margin: 0 0 20px 0;
}

/*------ （アプリ用）アプリダウンロード ------*/
#app_8thanniv .app-dl1 {
	background: linear-gradient(to bottom, #ffebee 0%, #fff 100%);
}

#app_8thanniv .app-dl1 h4, .app-dl2 h4 {
	margin: 40px auto 10px;
}

#app_8thanniv .app-induction {
	padding: 60px 0;
	background: #fff9ce;
	text-align: center;
}

#app_8thanniv .app-induction .btn {
	display: flex;
	flex-direction:row;
	justify-content: center;
	justify-content: space-between;
	align-items: center;
	width: 662px;
	margin: 30px auto 60px;
}

#app_8thanniv .app-induction .qr-code {
	margin: 60px auto;	
}

#app_8thanniv .app-induction .browser {
	width: 740px;
	margin: 0 auto;
	padding: 40px;
	border: 3px solid #ea616f;
 	border-radius: 15px;
	box-sizing: border-box;
	background-color: #FFF;
	text-align: left;
}

#app_8thanniv .app-induction .browser h4 {
	color: #ea616f;
	font-size: 18px;
	margin-bottom: 10px;
}