@charset "UTF-8";


/*
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 100;
	src: local('Noto Sans CJK JP Thin'),
	url('/common/font/noto/NotoSansCJKjp-Thin.woff?v=1.0.2') format('woff'),
	url('/common/font/noto/NotoSansCJKjp-Thin.ttf?v=1.0.2')  format('truetype');
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 200;
	src: local('Noto Sans CJK JP Light'),
	url('/common/font/noto/NotoSansCJKjp-Light.woff?v=1.0.4') format('woff'),
	url('/common/font/noto/NotoSansCJKjp-Light.ttf?v=1.0.4')  format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 300;
	src: local('Noto Sans CJK JP DemiLight'),
	url('/common/font/noto/NotoSansCJKjp-DemiLight.woff') format('woff'),
	url('/common/font/noto/NotoSansCJKjp-DemiLight.ttf')  format('truetype');
}
*/
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: local('Noto Sans CJK JP Regular'),
	url('/common/font/noto/NotoSansCJKjp-Regular.woff2?v=1.0.4') format('woff2'),
	url('/common/font/noto/NotoSansCJKjp-Regular.woff?v=1.0.4') format('woff');
}
/*
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;
	src: local('Noto Sans CJK JP Medium'),
	url('/common/font/noto/NotoSansCJKjp-Medium.woff2?v=1.0.4') format('woff2'),
	url('/common/font/noto/NotoSansCJKjp-Medium.woff?v=1.0.4') format('woff');
}
*/
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	src: local('Noto Sans CJK JP Bold'),
	url('/common/font/noto/NotoSansCJKjp-Bold.woff2?v=1.0.4') format('woff2'),
	url('/common/font/noto/NotoSansCJKjp-Bold.woff?v=1.0.4') format('woff');
}
/*
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 900;
	src: local('Noto Sans CJK JP Black'),
	url('/common/font/noto/NotoSansCJKjp-Black.woff') format('woff'),
	url('/common/font/noto/NotoSansCJKjp-Black.ttf')  format('truetype');
}
*/

@font-face {
	font-family: "YakuHanJP";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url('/common/font/yakuhan/YakuHanJP-Regular.woff2') format('woff2'),
	url('/common/font/yakuhan/YakuHanJP-Regular.woff') format('woff');
	unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
	font-family: "YakuHanJP";
	font-style: normal;
	font-weight: 500;
	font-display: block;
	src: url('/common/font/yakuhan/YakuHanJP-Medium.woff2') format('woff2'),
	url('/common/font/yakuhan/YakuHanJP-Medium.woff') format('woff');
	unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
	font-family: "YakuHanJP";
	font-style: normal;
	font-weight: 700;
	font-display: block;
	src: url('/common/font/yakuhan/YakuHanJP-Bold.woff2') format('woff2'),
	url('/common/font/yakuhan/YakuHanJP-Bold.woff') format('woff');
	unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}


/*
global
*/
/* elements */
* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	margin: 0;
	padding: 0;
}
body {
	color: #A6803D;
	font-family: 'YakuHanJP', 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
}
body:before {
	content: "";
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: url(../img/cmn_bg_01_pc.webp) 50% 50% / cover no-repeat;
}
body > img {
	position: absolute;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
a.cursor-hover,
a.tch-active {
	opacity: .8;
}


/*
common
*/
#LUXCOJP {
	position: relative;
	width: 100%;
	box-shadow: 0 0 6px rgba(255,255,255,.75);
}
#LUXCOJP:before {
	content: "";
	display: block;
	position: sticky;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	margin: 0 0 -100vh;
	background: url(../img/cmn_bg_01.webp) 0 50% / cover no-repeat;
}

.site_header {
	position: fixed;
	width: 100%;
    max-width: 525px;
	top: 0;
	z-index: 5;
	padding: 13.07% 0 0;
}
body.conan_home .site_header {
    position: fixed;
    transform: translate(0,-100%);
    will-change: transform;
    transition: transform .5s ease-out 0s;
}
body.conan_home.show_header .site_header {
	transform: translate3d(0,0,0);
}
.site_header:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	margin: 0 0 -1.3%;
	padding: 1.3% 0 0;
	background: linear-gradient(180deg, rgba(0,0,0,.2), transparent);
}
.site_header .header_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
}
.site_header .site_name {
	position: absolute;
	width: 39.8%;
	height: 0;
	top: 50%;
	left: .7%;
	transform: translate(0, -45%);
	overflow: hidden;
	padding: 11.87% 0 0;
	background: url(../img/cmn_logo_lux_conan_01.webp) 50% 50% / contain no-repeat;
}
body.conan_home .site_header .site_name {
	cursor: pointer;
}
.site_header .timecounter {
	position: absolute;
	width: 34.4%;
	aspect-ratio: 516 / 116;
	top: 0;
	right: 0;
	margin: 3.2% 3.1% 0 0;
	padding: .8% .3% 0;
	background: url(../img/cmn_hd_bg_counter_01.webp) 50% 50% / contain no-repeat;
	color: #00dfe8;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	font-variant-numeric: tabular-nums;
	text-align: center;
}

body:not(.conan_home) .wrap_content .site_content:before {
	content: "";
	display: block;
	width: 100%;
	padding: 13.07% 0 0;
	background: #ffffff;
}

.site_footer {
	padding: 3.7% 0 10%;
	background: #ffffff;
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: .048em;
	text-align: center;
}
.copyright .mark {
	font-size: 110%;
}

.btn_gold,
.btn_white,
.btn_brown {
	display: inline-block;
	width: 63.8%;
	border-radius: .8em;
	padding: 4.1% 4.2% 3.2% 18.5%;
	font-size: 1.8rem;
	font-weight: 700;
	text-decoration: none;
}
.btn_gold {
	background: linear-gradient(55deg,  #c39e3e 36.29%,#e7de9a 70.43%,#c39e3e 96.73%);
	color: #ffffff;
}
.btn_white {
	border: 1px solid rgba(166,128,61,1);
	background: #ffffff;
	color: inherit;
}
.btn_brown {
	background: #652400;
	color: #ffffff;
}
.btn_gold:before,
.btn_white:before,
.btn_brown:before {
	content: "";
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	margin: 0 .55em 0 0;
	background: url(../img/cmn_arw_r_01.svg) 50% 50% / contain no-repeat;
	vertical-align: middle;
}
.btn_white:before {
	background-image: url(../img/cmn_arw_r_02.svg)
}
.card_gold {
	background: linear-gradient(90deg,  #b3934f 0%,#d2b990 26.99%,#ecd7ae 49.08%,#d1bd8e 86.21%);
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
/*
 */
.unit_lb {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	overflow: scroll;
	overflow-x: hidden;
	background: rgba(0,0,0,.8);
}
.unit_lb.lb_show {
	display: block;
}
body.lb_show {
	overflow: hidden;
}
	body.conan_home.lb_show .site_header,
	body.conan_home.lb_show .index_question .title,
	body.conan_home.lb_show .index_question .question_wrap > *:not(.unit_button),
	body.conan_home.lb_show .creator .unit_wrap > *,
	body.conan_home.lb_show .campaign2nd .unit_wrap > * {
		z-index: -1;
	}
	body.conan_home.lb_show .creator .unit_wrap > * {
		position: relative;
	}
.unit_lb_wrap {
	position: relative;
	width: 100%;
	padding: 17.5% 0 10%;
}
.unit_lb_wrap_bg,
.unit_lb_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.unit_lb .lb_close {
	position: absolute;
	width: 5.6%;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 5% 0 0 3.5%;
	cursor: pointer;
}
.unit_lb .lb_title {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	margin: 5% 0 0;
	padding: 4.3% 0 0;
}
.unit_lb .lb_title img {
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.unit_lb .lightbox {
	position: relative;
	width: 80%;
	margin: 0 auto;
}
.unit_lb .lightbox > p:not(.notice) {
	opacity: 0;
	will-change: opacity;
	transition: opacity .3s ease-out 0s;
}
.unit_lb.lb_showend .lightbox > p:not(.notice) {
	opacity: 1;
}
.unit_lb .lightbox .notice {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 4.3% auto 6.7%;
}
.unit_lb .lightbox .notice .icon {
    display: block;
    width: 11%;
}
.unit_lb .lightbox .notice .text {
    margin: 0 0 0 3%;
    color: #c8ab74;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.35;
}
/*
 */
.motion_01_1 {
	opacity: 0;
	will-change: opacity;
	transition: opacity .3s ease-out 0s;
}
	.motion_01_1.show {
		opacity: 1;
	}



/*
index
*/
.hero_wrap {
	padding: 0 0 3%;
	background: #ffffff;
}

.story .title {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding: 8.9% 0 0;
	background: #ffffff url(../img/idx_t_story_01.svg) 50% 50% / 22.27% auto no-repeat;
}
.story .intro {
	width: 89.07%;
	margin: 0 auto;
	padding: 12% 0 0;
}
.story .lead {
	width: 80.4%;
    margin: 0 0 0 11%;
	padding: 1.3% 0 0;
}
.story .page_title {
	width: 90%;
	margin: -6.8% 0 -16.7% -3.3%;
}
.story .about {
	width: 99%;
}
.story .banner_campaign {
	margin: 2% 3.2% 0 1.2%;
}
.story .note {
	margin: 5.7% 0 0;
	padding: 3.2% 4% 11.5% 7%;
	background: #ffffff;
	color: #999999;
	text-indent: -1.1em;
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: .05em;
}
.story .note a {
	color: inherit;
}
/*
 */
.index_last_question {
    position: relative;
    width: 100%;
    overflow: hidden;
	margin: -6.7% 0 0;
	padding: 0 0 14.3%;
    background: #ffffff;
}
.result_xcampaign_unit + .index_last_question {
    margin-top: -3.8%;
    padding-bottom: 5%;
}
.notice_result + .index_last_question {
    margin-top: 0;
    padding-top: 1%;
    padding-bottom: 6%;
}
.index_last_question .bg {
    margin: 0 -4% 0 2.8%;
}
.index_last_question .msg {
    position: absolute;
    width: 55%;
    top: 0;
    left: 0;
    margin: 9.4% 0 0 7%;
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}
.index_last_question .btn {
    position: absolute;
    width: 57.7%;
    top: 0;
    left: 0;
    margin: 56.8% 0 0 9.5%;
}
.index_last_question .btn .btn_brown {
    width: 100%;
    padding: 6% 0 5.3%;
    text-align: center;
}
/*
 *
 *
 */
.index_question .title,
.creator .title,
.campaign2nd .title {
	position: relative;
	padding: 9.8% 0 4.7%;
	background: #ffffff;
	font-size: 1.8rem;
	text-align: center;
}
.index_question.question_2 .title {
	padding-left: 2.1em;
	padding-bottom: 6.5%;
}
.index_question.question_3 .title {
	padding-right: 3.65em;
	padding-bottom: 5%;
}
.creator .title {
	padding-bottom: 3.4%;
}
.campaign2nd .title {
	padding: 0;
	background: transparent;
	text-shadow:
		0 0 .5em rgba(255,255,255,1),
		0 0 .5em rgba(255,255,255,1),
		0 0 .5em rgba(255,255,255,.8)
		;
}
.index_question .title:before,
.creator .title:before {
	content: "";
	display: block;
	border-top: 1px solid rgba(166,128,61,1);
	padding: 1.8% 0 0;
}
.index_question.question_2 .title:before {
	margin: 0 0 0 -2.1em;
}
.index_question.question_2.now_closed .title:before {
	margin-left: 0;
}
.index_question.question_3 .title:before {
	margin: 0 -3.65em 0 0;
}
.index_question.question_3.now_closed .title:before {
	margin-right: 0;
}
.campaign2nd .title:before {
	content: "";
	display: block;
	margin: 0 0 1.5%;
	padding: 10.4% 0 0;
	background: #ffffff;
}
.index_question .title:after,
.creator .title:after,
.campaign2nd .title:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	margin: 3.5% 0 0;
	padding: 4% 0 0;
	background: url(../img/cmn_t_question1_01.svg) 50% 50% / contain no-repeat;
}
.index_question.question_2 .title:after {
	background-image: url(../img/cmn_t_question2_01.svg);
	background-position: 56% 50%;
}
.index_question.question_3 .title:after {
	background-image: url(../img/cmn_t_question3_01.svg);
	background-position: 39.5% 50%;
}
.creator .title:after {
	background-image: url(../img/cmn_t_creator_01.svg);
}
.campaign2nd .title:after {
	background-color: #ffffff;
	background-image: url(../img/cmn_t_campaign2nd_01.svg);
}
.index_question .question_wrap {
	position: relative;
}
.index_question .question {
	padding: 3.8% 27.7% 3.8% 3.1%;
}
.index_question .clear {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	margin: 5% 0 0;
}
.index_question.question_2 .question {
	padding: 3.8% 3.1% 3.8% 27.7%;
}
.index_question .charactor {
	position: absolute;
}
.index_question.question_1 .charactor {
	width: 37.5%;
	top: 0;
	right: 0;
	margin: 22% 1% 0 0;
}
.index_question.question_2 .charactor {
	width: 28.13%;
    top: 0;
    left: 0;
    margin: -5.5% 0 0 3.75%;
}
.index_question.question_3 .charactor {
	width: 30.43%;
	top: 0;
	right: 0;
	margin: -4.8% 3% 0 0;
}
.index_question .fukidashi {
	position: absolute;
	width: 29.6%;
}
.index_question.question_1 .fukidashi {
	right: 0;
	top: 0;
	margin: -4.3% 2.5% 0 0;
}
.index_question.question_2 .fukidashi {
	left: 0;
	top: 0;
	margin: -30.52% 2.5% 0 3%;
}
.index_question.question_3 .fukidashi {
	right: 0;
	top: 0;
	margin: -30.8% 3.7% 0 0;
}
.index_question .unit_button {
	padding: 4.3% 2% 27.3% 7.9%;
	background: #ffffff;
}
.index_question.question_2 .unit_button {
	padding: 4.8% 7.9% 20% 2%;
	text-align: right;
}
.index_question.question_2 .unit_button a {
	text-align: left;
}
.index_question.question_3 .unit_button {
	padding-left: 7.2%;
	padding-bottom: 13.7%;
}
.index_question .unit_button .hint {
	margin: 1.6% 0 0;
}
.index_question .hint .btn_white:before {
	margin-right: .3em;
}
.index_question .cleared .btn_gold,
.index_question.question_2 .cleared .btn_gold {
	padding-left: 4.2%;
	text-align: center;
}
/*
 */
.index_question.question_2.now_closed .title,
.index_question.question_3.now_closed .title {
	padding-left: 0;
	padding-right: 0;
}
.index_question.question_2.now_closed .title:after,
.index_question.question_3.now_closed .title:after {
	background-position: 50% 50%;
}
.index_question .closed_wrap {
	position: relative;
}
.index_question .closed_wrap .card_gold {
	width: 69.33%;
	aspect-ratio: 520 / 586;
	margin: 4.5% auto 3.7%;
	padding: 23.2% 0 0;
}
.index_question .closed_wrap .tape_comingsoon {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	margin: 24.5% 0 0;
}
.index_question .unit_button.unit_button_closed {
	padding: 3% 3% 13.2%;
	text-align: center;
}
.index_question .unit_button_closed .btn_gold, .unit_button_closed .btn_white {
	width: 61%;
	text-align: left;
	padding-left: 17.5%;
	opacity: .36;
}
/*
 */
.creator {
	background: #ffffff;
}
.creator .imgbox {
	padding: 0 3% 10.9%;
}
/*
 */
.campaign2nd .campaign2nd_wrap {
	position: relative;
}
.campaign2nd .card_gold {
	margin: 10% 3% 10.2%;
	padding: 12.8% 0 0;
	aspect-ratio: 704 / 352;
}
.campaign2nd .tape_comingsoon {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	margin: 9.4% 0 0;
}



/*
answer, result
*/
.answer_question .title,
.result_question .title {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding: 12% 0 0;
	background: #ffffff;
}
.answer_question .title:before,
.result_question .title:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	margin: 0 0 1.5%;
	padding: 4% 0 0;
	background: url(/campaign/crystal-conan/img/cmn_t_question1_01.svg) 50% 50% / contain no-repeat;
}
.answer_question.question_2 .title:before,
.result_question.question_2 .title:before {
	background-image: url(/campaign/crystal-conan/img/cmn_t_question2_01.svg);
}
.answer_question.question_3 .title:before,
.result_question.question_3 .title:before {
	background-image: url(/campaign/crystal-conan/img/cmn_t_question3_01.svg);
}
.answer_question.question_last .title:before,
.result_question.question_last .title:before {
	background-image: url(/campaign/crystal-conan/img/cmn_t_lastquestion_01.svg);
}
.answer_question .question_wrap {
	margin: 4.6% 5.2% 5.6%;
}
/*
 */
.answer_form {
	padding: 0 0 5.7%;
	background: #ffffff;
}
.answer_form .title {
	padding: 6.3% 0 3.4%;
	text-align: center;
}
.answer_form .title img {
	width: 48%;
}
.answer_form .input_text {
	position: relative;
	display: block;
	width: 86.67%;
	margin: 0 auto;
}
.answer_form .input_text input[type="text"] {
	width: 100%;
	outline: none;
	border: 1px solid rgba(166,128,61,1);;
	padding: 3.4%;
	color: #652400;
	font-size: 2.5em;
	font-weight: 700;
}
.answer_form .input_text .placeholder {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	color: #b9b9b9;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.03em;
	text-align: center;
	pointer-events: none;
}
.question_last + form .answer_form .input_text .placeholder {
    padding-left: 3.4%;
    text-align: left;
}
.answer_form .input_text .placeholder .sub {
	display: inline-block;
	padding: 0 0 .3em;
	font-size: 55%;
	color: #bbb;
	vertical-align: middle;
}
/* 入力があるときは擬似プレイスフォルダーを非表示 */
.answer_form .input_text input:not(:placeholder-shown) + .placeholder {
	display: none;
}
.answer_form .submit_answer,
.answer_form .hint {
	text-align: center;
}
.answer_form .submit_answer {
	margin: 3% 0 0;
}
.answer_form .hint {
	margin-top: 1.7%;
}
.answer_form .submit_answer button {
	border: 0;
	opacity: .36;
	pointer-events: none;
}
.answer_form .submit_answer button.active {
	opacity: 1;
	pointer-events: all;
}
.answer_form .submit_answer .btn_gold,
.answer_form .hint .btn_white {
	padding-top: 3.6%;
	padding-bottom: 2.8%;
	text-align: left;
}
/*
 */
.answer_utility {
	padding: 3.5% 4% 5%;
}
.answer_utility .other_questions {
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.answer_utility .other_questions li {
	width: 48.5%;
}
.answer_utility .other_questions .btn_white {
	width: 100%;
	padding: 7.7% 5% 6.3%;
	m;
	background: rgba(255,255,255,.5);
	text-align: center;
}
.answer_utility .other_questions .button_closed .btn_white {
	opacity: .36;
}
.answer_utility .other_questions .btn_white:before {
	margin-right: .3em;
}
.answer_utility .backtohome {
	margin: 6% 0 0;
	text-align: center;
}
.answer_utility .backtohome:first-child {
    margin-top: 2%;
}
.answer_utility .backtohome a {
	color: inherit;
	font-size: 1.8rem;
	font-weight: 700;
	text-decoration: none;
}
.answer_utility .backtohome a:before {
	content: "";
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	transform: rotate(180deg);
	margin: 0 .25em .2em 0;
	background: url(../img/cmn_arw_r_02.svg) 50% 50% / contain no-repeat;
	vertical-align: middle;
}
/*
 */
.notice_result {
}
.notice_result .result_title {
	display: flex;
	justify-content: center;
	align-items: center;
    aspect-ratio: 300 / 67;
	margin: 8.5% 9.4% 4%;
    padding: 0 0 2.3%;
	background: url(../img/result_bg_message_01.svg) 50% 50% / contain no-repeat;
}
.notice_result .result_title img.text {
    width: auto;
    height: 57%;
	opacity: 0;
	animation-name:				result-text-fadein,	result-text-blink;
	animation-duration:			0.5s,				0.6s;
	animation-timing-function:	ease-out,			steps(1, end);	/* 点滅 */
	animation-delay:			0s,					0.5s;			/* フェード後に点滅 */
	animation-iteration-count:	1,					5;
	animation-fill-mode:		forwards,			none;			/* 2本目はbackwardsにしない */
}
@keyframes result-text-fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@keyframes result-text-blink {
	0%, 100% { opacity: 1; }
	50%      { opacity: 0; }
}
.notice_result .result_message {
	margin: 4.7% 0 7.3%;
	font-size: 3.3rem;
	font-weight: 700;
	letter-spacing: -.02em;
	text-shadow:
		0 0 .5em rgba(255,255,255, 1),
		0 0 .5em rgba(255,255,255, 1),
		0 0 .5em rgba(255,255,255, .8)
		;
	text-align: center;
}
.notice_result .result_message.error {
	margin-top: -1%;
	margin-bottom: -1%;
	font-size: 2rem;
}
.result_xcampaign_unit {
	position: relative;
	padding: 4% 9.6% 4.1% 8.9%;
	background: #ffffff;
}
.result_xcampaign_unit .bg {
}
.result_xcampaign_unit .msg {
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	margin: 21.4% 13.8% 0 0;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
.result_xcampaign_unit .btn {
	position: absolute;
	width: 52%;
	right: 0;
	bottom: 0;
	margin: 0 13.5% 8.6% 0;
}
.result_xcampaign_unit .btn .btn_gold {
	width: 100%;
	padding: 6.5% 0 5.5%;
	text-align: center;
}
.result_question .question_wrap:after {
	content: "";
	display: block;
	width: 100%;
	padding: 6% 0 0;
	background: #ffffff;
}
.result_question .question_wrap .question {
	margin: 5% 5.2% 3.5%;
}
.result_question .question_wrap .explain {
	margin: 3.5% 0 4.7%;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .2em;
	text-shadow:
		0 0 .5em rgba(255,255,255, 1),
		0 0 .5em rgba(255,255,255, 1),
		0 0 .5em rgba(255,255,255, .8)
		;
	text-align: center;
}
.result_question .question_wrap .explain .btn_white {
    width: 57.8%;
    padding: 3.3% 4% 2.7%;
    background: rgba(255,255,255,.5);
    font-size: 1.9rem;
    letter-spacing: 0;
    text-shadow: none;
}
.result_question .question_wrap .explain .btn_white:before {
    width: 1.35em;
    height: 1.35em;
    margin-right: .3em;
    margin-bottom: .1em;
}
.notice_result .result_message_last {
    width: 65%;
    margin: 0 auto;
    border-radius: .75em;
    padding: 2.4% 2% 2.6%;
    background: rgba(255,255,255,.4);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}
.question_last .notice_result .result_message {
    margin-top: -1.5%;
    margin-bottom: 2.8%;
    line-height: 1.3;
}
.download_wallpaper {
    position: relative;
    margin: 3.5% 0 0;
    background: #FFF;
}
.download_wallpaper .bg {
    margin: 0 4% 0 -2%;
    padding: 2.5% 0 14.5%;
}
.download_wallpaper .msg {
	position: absolute;
    width: 58%;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    margin: 10.8% 0 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    text-shadow: 0 0 .5em rgba(255,255,255, 1),
		0 0 .5em rgba(255,255,255, 1),
		0 0 .5em rgba(255,255,255, .8);
    text-align: center;
}
.download_wallpaper .btn {
    position: absolute;
    width: 58%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    margin: 0 0 6.4%;
}
.download_wallpaper .btn .btn_gold {
    width: 100%;
    padding: 6.3% 3% 5.2%;
    text-align: center;
}




/*
smart phone
*/
@media screen and (max-width: 524px) {
	html {
		font-size: 1.33333vw;
		font-size: 1.9047vw;
	}
}


/*
desktop, tablet, print
*/
@media print,screen and (min-width: 525px) {
	html {
		font-size: 10px;
	}
	#LUXCOJP,
	.unit_lb .unit_lb_wrap {
		max-width: 525px;
		margin: 0 auto;
	}
	.unit_lb .unit_lb_wrap {
		padding-top: 92px;
	}
	.site_header {
		max-width: 525px;
		left: 50%;
		transform: translate(-50%,0);
		padding-top: 69px;
	}
	body.conan_home .site_header {
		transform: translate(-50%,-100%);
	}
	body.conan_home.show_header .site_header {
		transform: translate(-50%,0);
	}
}




