@charset "utf-8";
/*******************************************************************
　基本設定
*******************************************************************/

/*----------------------------------------------------------
　全体
-----------------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 62.5%;/*10px相当*/
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #4c4c4c;
	background: #eee;
}
@media only screen and ( max-width: 599px ) {
	body {
		font-size: 1.4rem;
		line-height: 1.4;
	}
}
area {
	border:none;
	outline:none;
}

a:link, a:visited {
	color: #512d1e;
	text-decoration: none;
}
a:hover {
	color: #512d1e;
	text-decoration: none;
}
.text_left {
	text-align: left;
}
.text_fff {
	color: #fff;
}
.red {
	color: #c3002f;
}

.contents {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
}

.container {
	width: 100%;
	max-width: 750px;
	min-height: 100%;
	margin: 0 auto;
	background: #ffffff;
}

.result_box {
	background: #fff;
	padding: 30px 0;
}

.flx-cnt {
	display: flex;
	justify-content: center;
	align-items: center;
}

/*WIN--------------*/
.win_block {
	width: 85%;
	margin: auto;
}
.win_headline {
	color: #d32c25;
	font-weight: bold;
	font-size: 2.8em;
	letter-spacing: 0.01em;
	text-align: left;
}
.win_info {
	text-align: left;
	font-size: 1.7em;
	margin: 20px 0 20px 0;
}
.win_value_info {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin: 10px 0 10px 0;
}
.win_amazon_img {
	font-size: 3em;
}
.win_value {
	width: 50%;
	font-weight: bold;
	font-size: 3.2em;
	color: #000000;
	text-align: center;
}
.win_btn_register {
	margin: 2em auto;
}
.win_end_date {
	margin: 1em auto;
}
.win_gift_no {
	font-weight: 700;
	font-size: 2.6rem;
	margin: 1em auto 0 auto;
}
/* button swith svg */
.win_gift_no button.copy-claim-code-button {
	background-color: transparent;
	border: none;
	padding: 0;
}
.win_gift_no .win_svg {
	/* font-size: 1em; */
	/* font-weight: normal; */
	text-align: left;
	width: 20px;
	height: 20px;
	/* vertical-align: top; */
	stroke-width: 2px;
	background: transparent;
	color: #545b64;
	display: inline-block;
	/* position: relative; */
}
.win_gift_no .win_svg .stroke-linejoin-round {
	stroke-linejoin: round;
	stroke-width: 2px;
	stroke: currentColor;
	fill: none;
}
/* lower button */
.win_gift_copy {
	margin: 1em auto 1em auto;
}
.win_gift_copy button.copy-claim-code-button-t {
	padding: 15px 50px 15px 50px;
	font-weight: bold;
	font-size: 2rem;
}

.legal-outline {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.legal {
	background-color: #f2f2f2;
	text-align: left;
	padding: 40px;
	font-size: 0.8em;
}
.legal ol li {
	margin-left: 40px;
}
.legal-group {
	margin-bottom: 20px;
}

/* all mobile */
@media screen and (max-width: 770px) {
	.win_block {
		width: 90%;
	}
	.win_gift_no {
		font-size: 1.8rem;
	}
	.win_headline {
		font-size: 1.8em;
	}
	.win_info {
		font-size: 0.95em;
		margin: 10px 0 10px 0;
	}
	.win_amazon_img {
		font-size: 2.0em;
		width: 70%;
	}
	.win_value {
		font-size: 1.8em;
	}
}
