@charset "UTF-8";
/* FONT SETTING */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600;700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

/*
		font-family: "Noto Sans JP", sans-serif;
		font-family: "Noto Serif JP", serif;
		font-family: "Barlow", sans-serif;
		font-family: "Cormorant Garamond", serif;
*/
/* DEFAULT SETTING */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*::before, *::after {
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

img, video {
	max-width: 100%;
	height: auto;
/*	margin-top: -0.6px;*/
	width: 100%;
}

button {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	outline: none;
	color: inherit;
	font-family: inherit;
	display: block;
	cursor: pointer;
}

body, html {
	font-size: 12px;
}
@media screen and (min-width: 620px) {
	body, html {
/*		font-size: 10px;*/
	}
}

body {
	background: #FFF;
	color: #301F87;
	font-family: "Noto Sans JP","Hiragino Sans", "Hiragino Kaku Gothic ProN", "hiragino-kaku-gothic-pron", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
	line-height: 1;
}

.wrapper {
	background: #F5F2F7;
	box-shadow: 0 0 20px rgba(100, 110, 152, 0.3);
	max-width: 620px;
	margin: 0 auto;
	min-height: 1000px;
	overflow: hidden;
}

main {
	display: block;
}


.sp_hide {
	display: none;
}
@media screen and (min-width: 620px) {
	.sp_hide {
		display: inline-block;
	}
}


/* UNIQ */
/*@include incSmooth();*/
/* px vw change mixin*/
/* SP */


.fv_area {
	padding: 0;
	background: #FFF;
	overflow: hidden;
	position: relative;
	background: #FFF;
}
.fv_area .fv_bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	background: #D2D8E9;
}
.fv_area .fv_area_inner {
	padding: min(6.133vw, 38px) min(4.8vw,30px) min(4.8vw,30px);
	z-index: 2;
	position: relative;
}

.fv_area .fv_gentei {
	display: flex;
	align-items: center;
	height: min(12.27vw, 76px);
	padding: 0 min(8.53vw, 52px);
	background: transparent linear-gradient(90deg, #A17FEF 0%, #5D63E6 100%) 0% 0% no-repeat padding-box;
	position: relative;
	z-index: 3;
	color: #fff;
	text-align: center;
}
.fv_area .fv_gentei img {
	width: auto;
	height: min(6.4vw, 40px);
}

.fv_copy_wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: min(61.8666vw, 382px);
}
.fv_area .fv_logo {
	width: min(24vw, 148px);
}
.fv_area .fv_copy {
	width: min(56.5333vw, 350px);
	margin-right: min(4.26vw, 26px);
}

.fv_area .fv_item_copy {
	padding: min(12.26666vw,76px) min(35.4666vw,219px) min(15.73333vw,97px) min(6.93333vw,43px);
}



.cp {
	margin-bottom: min(3.3vw, 20px);
	background: #fff;
	box-shadow: 0 0 8px rgba(33, 22, 80, 0.16);
	position: relative;
}
.cp h3 {
	background: #301F87 url(/img/freepage/serumveilseries_trial/images/cp_title_bk.png) no-repeat right top;
	background-size: cover;
	color: #FFF;
	font-size: min(3.8vw, 24px);
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.22;
	padding: min(2.4vw, 15px) min(5.33vw, 33px) min(3.5vw, 21px);
	text-align: left;
}
.cp h3 .en {
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	font-size: 160%;
}
.cp h3 sup {
	vertical-align: text-top;
}
.cp .cp_online {
	padding: min(2.6vw, 18px) min(5.33vw, 33px);
	background: transparent linear-gradient(90deg, #A17FEF 0%, #5D63E6 100%) 0% 0% no-repeat padding-box;
}
.cp .cp_online img {
	width: min(48vw, 297px);
}
.cp .cp_item_img {
	position: absolute;
	right: max(-4.8vw, -30px);
	top: max(-12.8vw, -78px);
	width: min(44vw, 274px);
}
.cp .cp_item {
	padding: min(4.8vw, 30px) min(5.342vw,33px) min(5.86vw, 36px);
	background: #FFF;
}
.cp .cp_item h2 {
	font-size: min(4.533vw,28px);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: #424043;
	text-align: center;
}
.cp .cp_item .specialPrice {
	padding: min(2.6vw, 18px) min(5.33vw, 33px) min(3.2vw, 20px);
}
.cp .cp_otoku {
	margin-bottom: min(1.33vw, 8px);
	font-size: min(2.93vw, 18px);
	font-weight: 700;
	text-align: center;
	color: #D665FF;
}
.cp .cp_otoku strong {
	font-size: min(3.46vw, 21px);
}

.ind_list_mini li {
	font-size: min(2.6vw, 15px);
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-bottom: min(0.1vw,4px);
	text-indent: -1em;
	padding-left: 1em;
	color: #301F87;
}
.fv_cp_box .ind_list_mini li {
	color: #fff;
}


.c_btn {
	width: min(73.6vw,455px);
	margin:  0 auto;
}
.btn_base {
	display: block;
	margin: 0;
	padding: 1.1em 0.5em;
	background: #301F87;
	color: #FFf;
	font-size: min(3.73vw,23px);
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
	box-shadow: 0 10px 10px rgba(88, 91, 255, 0.35);
	border-radius: 1.6em;
	position: relative;
	overflow: hidden;
	transition: 0.2s;
}
.btn_base:hover {
	opacity: 0.7;
}
.btn_base::before {
	background: url("../../../../img/freepage/serumveilseries_trial/images/btn_arrow.png") no-repeat right center;
	background-size: contain;
	content: '';
	display: inline-block;
	width: min(8.53vw,53px);
	height: min(4.26vw,26px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: min(6.93vw,43px);
}
.btn_base::after {
	content: '';
	position: absolute;
	top: min(-16.1290322581vw,-100px);
	left: min(-16.1290322581vw,-100px);
	width: min(8.064516129vw,50px);
	height: min(8.064516129vw,50px);
	background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
	animation-name: shiny;
	animation-duration: 4s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
@keyframes shiny {
	0% {
		transform: scale(0) rotate(25deg);
		opacity: 0;
	}
	25% {
		transform: scale(1) rotate(25deg);
		opacity: 1;
	}
	50% {
		transform: scale(50) rotate(25deg);
		opacity: 0;
	}
	100% {
		transform: scale(0) rotate(25deg);
		opacity: 0;
	}
}


.item_component_area {
	position: relative;
	padding:  min(10.6vw,66px) min(4.8vw,30px) min(4.8vw, 30px);
	background: #F0EFFA url(/img/freepage/serumveilseries_trial/images/component_bk.png) no-repeat center top;
	background-size: 100% auto;
}
.item_component_area .item_component_intro_title {
	margin-bottom: min(2.13vw, 13px);
	font-family: "Noto Serif JP", serif;
	font-size: min(4.26vw, 26px);
	font-weight: 500;
	text-align: center;
	line-height: 1.875;
	letter-spacing: 0.08em;
}
.item_component_area .item_component_intro {
	margin-bottom: min(10.6666vw, 66px);
	font-family: "Noto Serif JP", serif;
	font-size: min(4.26vw, 26px);
	font-weight: 500;
	text-align: center;
	line-height: 1.875;
	letter-spacing: 0.08em;
}
.item_component_area .item_component_intro strong {
	font-weight: 900;
}


.item {
	position: relative;
	margin:min(26.666vw, 165px) 0;
	margin: 0;
}
.item.step1 {
	margin:min(16vw, 115px) 0 min(22.4vw, 138px);
}
.item.step2 {
	margin-bottom:min(31.2vw, 193px);
}
.item.step3{
	margin-bottom:min(33.3333vw, 206px);
}
.item_img {
	position: absolute;
	
}
.step1 .item_img {
	width: min(33.3333vw,206px);
	left: 0;
	top: max(-9.3333vw, -58px);
}
.step2 .item_img {
	width: min(35.4666vw,219px);
	right: 0;
	top: max(-14.9333vw, -92px);
}
.step3 .item_img {
	width: min(35.4666vw,219px);
	left: 0;
	top: max(-17.3333vw, -107px);
}

.item_detail {
	width: min(80vw,495px);
	border-bottom: 1px dotted #301F87;
}
.step1 .item_detail,
.step3 .item_detail {
	margin-left: auto;
	padding: 0 0 min(4.2666vw, 26px) min(21.3333vw,132px);
}
.step2 .item_detail {
	width: min(66.666666vw,412px);
	margin-left: min(9.3333vw,57px);
	margin-right: auto;
	padding: 0 0 min(4.2666vw, 26px) 0;
}

.item_title {
	margin-bottom: min(2.13vw, 13px);
}
.item_detail h3 {
	font-size: min(3.73vw, 23px);
	font-weight: 500;
	letter-spacing: 0.02em;
	
}
.item_iyakubugaihin {
	display: inline-block;
	margin: min(1.6vw, 10px) 0 min(1.6vw, 10px);
	padding: 0.3em 0.3em 0.4em;
	border: 1px solid #301F87;
	font-size: min(2.66vw, 16px);
	font-weight: 500;
	color: #301F87;
}
.item_hanbaimei {
	font-size: min(2.66vw, 16px);
	font-weight: 500;
}
.item_txt {
	font-size: min(3.2vw, 19.5px);
	letter-spacing: 0.02em;
	line-height: 1.6;
}
.item_price {
	margin-bottom: min(3.73vw, 23px);
	font-size: min(2.4vw, 15px);
	font-weight: 600;
}
.item_price strong {
	margin-right: 0.05em;
	font-family: "Barlow", sans-serif;
	font-size: min(4vw, 24px);
	font-weight: 600;
	letter-spacing: 0.02em;
}

.rice_power {}
.rice_power h2 {
	margin-bottom: min(5.86vw, 36px);
	font-family: "Noto Serif JP", serif;
	font-size: min(5.33vw, 33px);
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.12em;
}
.rice_power h2 strong {
	font-size: 120%;
	font-weight: 700;
}
.rice_power_explanation {
	margin-bottom: min(12vw, 74px);
	padding: min(4.26vw, 26px) min(4.8vw, 30px);
	background: #fff;
	box-shadow: 0 0 8px rgba(33, 22, 80, 0.16);
}

.rice_power_explanation h3 {
	margin-bottom: min(2.13vw, 13px);
	padding: min(1.6vw, 10px) 0;
	font-size: min(3.2vw, 20px);
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #fff;
	text-align: center;
	border-radius: min(1.0666vw, 6px);
}

.moisturizing_difference {
	display: flex;
	justify-content: space-between;
/*	gap: min(2.13vw, 13px);*/
	margin-bottom: min(2.13vw, 13px);
}

.skin_moisturizing {
	width: min(29vw, 178px);
	width: min(37%,178px);
/*	flex-shrink: 0;
	flex-grow: 0;*/
}
.serum_veil {
	width: min(50vw, 310px);
	width: min(60%,310px);
/*	flex-shrink: 0;
	flex-grow: 0;*/
}
.skin_moisturizing h3 {
	background: #595757;
}
.serum_veil h3 {
	background: #3841A4;
}
.moisturizing_difference_txt {
	margin-bottom: min(2.66vw,16px);
	font-size: min(2.66vw,16px);
	text-align: center;
	color: #3E3A39;
	letter-spacing: 0.08em;
	line-height: 1.4;
}
.serum_veil .moisturizing_difference_txt {
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.moisturizing_difference_img {
	text-align: center;
}
.skin_moisturizing .moisturizing_difference_img img {
	width: min(22.667vw,140px);
}
.serum_veil .moisturizing_difference_img img {
	width: min(34.1333vw,211px);
}


.serum_veil_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.serum_veil_item {
}
.serum_veil_introduction {
	width: 100%;
	margin-bottom: min(2.13vw, 13px);
}
.serum_veil_lotion,
.serum_veil_emulsion {
/*	width: min(39.4666vw,244px);*/
	width: min(48.8%,244px);
}

.serum_veil_item h3 {
	margin: 0;
	border-radius: min(1.0666vw, 6px) min(1.0666vw, 6px) 0 0;
}
.serum_veil_introduction h3 {
	background: #3841A4;
}
.serum_veil_lotion h3,
.serum_veil_emulsion h3 {
	background: #8784DB;
}

.serum_veil_item_detail {
	background: #E8E9FF;
	border-radius: 0 0 min(1.0666vw, 6px) min(1.0666vw, 6px);
	position: relative;
}
.serum_veil_introduction .serum_veil_item_detail {
	padding: min(2.93vw, 18px) min(16.8vw, 104px);
}
.serum_veil_lotion .serum_veil_item_detail,
.serum_veil_emulsion  .serum_veil_item_detail  {
	padding: min(5.86vw, 36px) min(6.4vw, 33px);
	font-weight: 500;
}
.serum_veil_item_txt {
	margin-bottom: min(1.33vw, 8px);
	font-size:min(2.93vw, 18px);
	color: #424043;
	letter-spacing: 0.08em;
}
.serum_veil_item_note {
	margin-bottom: min(1.33vw, 8px);
	font-size: min(2.66vw,16px);
	color: #424043;
	line-height: 1.4;
	letter-spacing: 0.08em;
}
.item_type {
	display: inline-block;
	margin-top: min(1.33vw, 8px);
	padding: 0.2em;
	border: 1px solid #301F87;
	font-size:min(2.66vw,16px);
	color: #301F87;
}
.serum_veil_item_img {
	position: absolute;
	bottom: 0;
	right: 8%;
}
.serum_veil_introduction .serum_veil_item_img {
	width: min(10.13333vw,62px);
	right: 15%;
}
.serum_veil_lotion .serum_veil_item_img {
	width: min(8.8vw,54px);
}
.serum_veil_emulsion .serum_veil_item_img {
	width: min(9.3vw,59px);
	right: 6%;
}



.item_otameshi {
	width: fit-content;
	margin: 0 auto min(6.6666vw, 41px);
}
.item_otameshi_img {
	width: min(77.6vw,480px);
	margin: 0 auto  min(4vw, 24px);
	text-align: center;
}
.item_otameshi_txt {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size:min(4.8vw, 30px);
	letter-spacing: 0.15em;
	line-height: 1.5;
}


.item_cv_02,
.item_cv_03 {
	padding: 0 min(4.8vw,30px) min(9.33vw,57px);
}


.trouble {
	padding: min(8.53vw,54px) min(1.86vw,12px) min(8vw, 49px);
	background: #9387BE url(/img/freepage/serumveilseries_trial/images/trouble_back.png) no-repeat top center;
	background-size: 100% auto;
}
.trouble h2 {
	margin-bottom: min(6.13vw,38px);
	font-family: "Noto Serif JP", serif;
	font-size: min(4.53vw, 28px);
	font-weight: 700;
	color: #FFF;
	text-align: center;
	line-height: 1.45;
	letter-spacing: 0.12em;
	text-shadow: 0px 2px 4px rgba(33, 22, 80, 0.4);
}
.trouble h2 strong {
	font-size: min(5.86vw, 36px);
	font-weight: 700;
}
.trouble h2 .title_marker {
	position: relative;
}
.trouble h2 .title_marker::before {
	position: absolute;
	bottom: -0.1em;
	content: '';
/*	width: 100%;*/
	width: 0;
	height: 100%;
	background: linear-gradient(transparent 50%, rgba(185, 152, 210,0.8) 50%);
	z-index: -1;
}

.trouble_fukidashi {
	text-align: center;
}
.trouble_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: min(2.13vw, 13px);
	margin: max(-1.33vw, -8px) auto min(5.33vw, 33px);
}
.trouble_list li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: min(24vw,148px);
	height: min(24vw,148px);
	border-radius: 50%;
	background: transparent linear-gradient(223deg, #6C6BC4 0%, #44329F 100%) 0% 0% no-repeat padding-box;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	font-size: min(3.46vw, 21px);
	font-weight: 700;
	color: #fff;
	text-align: center;
	letter-spacing: 0.12em;
	line-height: 1.38;
}
.trouble_cause {
	margin-bottom: min(8vw, 49px);
	font-weight: 500;
	font-size: min(3.73vw, 23px);
	letter-spacing: 0.08em;
	color: #301F87;
	text-align: center;
	line-height: 1.7;
}
.trouble_cause strong {
	font-weight: 700;
	font-size: 120%;
}

.trouble_arrow {
	width: 80px;
	height: 24px;
	margin: 0 auto min(5.33vw, 33px);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	background: transparent linear-gradient(180deg, rgba(49,39,144,0) 0%, #312790 100%);
}

.trouble_answer_txt {
	margin-bottom: min(8vw, 49px);
	font-weight: 700;
	font-size: min(5.33vw, 33px);
	font-family: "Noto Serif JP", serif;
	text-align: center;
	letter-spacing: 0.12em;
	color: #301F87;
	line-height: 1.5;
	font-feature-settings:"palt";
}
.trouble_answer_marker {
	position: relative;
}
.trouble_answer_marker::before {
	position: absolute;
	bottom: -0.1em;
	bottom: 0.05em;
	content: '';
/*	width: 100%;*/
	width: 0;
	height: 100%;
	background: linear-gradient(transparent 50%, #fff 50%);
	z-index: -1;
}

.trouble_answer_img {
	padding: 0 min(2.66vw,16px);
}


.other_contents {
	padding: 0 0 min(5.86vw, 36px);
	background:#F1F0FA url(/img/freepage/serumveilseries_trial/images/other_contents_bk.png) no-repeat center top;
	background-size: cover;
}
.staff_contents {
	padding: min(10.67vw,66px) min(4.26vw, 26px) min(17.066vw,106px);
}
.staff_contents_title {
	font-family: "Noto Serif JP", serif;
	font-size: min(2.66vw,16px);
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.12em;
	color: #312790;
}
.staff_contents_title_en {
	display: block;
	margin: min(1.8666vw, 11px) 0 min(1.6vw, 10px);
	font-family: "Cormorant Garamond", serif;
	font-weight: 700;
	font-size: min(10.66vw,66px);
	letter-spacing: 0.12em;
	line-height: 1;
}
.staff_contents_point {
	font-size: min(3.73vw, 23px);
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.12em;
	text-align: center;
	color: #312790;
}
.staff_cntents_item_img {
	margin: min(4.26vw, 26px) 0 min(4vw, 24px);
	text-align: center;
}
.staff_cntents_item_img img {
	width: min(50.133vw, 310px);
}
.staff_contents_list {
	display: flex;
	justify-content: space-between;
}
.staff_contents_box {
	width: 48.2%;
	display: flex;
	flex-direction: column;
}
.staff_contents_img {
	margin-bottom: min(2.13vw, 13px);
}
.staff_contents_list_title {
	font-size: min(3.73vw, 23px);
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.08em;
}

.staff_contents_btn {
	margin-top: min(4.26vw, 26px);
}
.btn_more_link {
	display: block;
	padding: 1em min(5.86vw, 36px);
	border-radius: 1.7em;
	background: #301F87;
	color: #FFF;
	font-size: min(3.73vw, 23px);
	font-weight: 500;
	text-align: left;
	line-height: 1.1;
	box-shadow: 0 10px 10px rgba(88, 91, 255, 0.35);
	position: relative;
	overflow: hidden;
	transition: 0.2s;
}
.btn_more_link:hover {
	opacity: 0.7;
}
.btn_more_link::before {
	background: url("../../../../img/freepage/serumveilseries_trial/images/btn_arrow.png") no-repeat right center;
	background-size: contain;
	content: '';
	display: inline-block;
	width: min(6.933vw,43px);
	height: min(3.46vw, 21px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: min(5.86vw, 36px);
}




.item_cv_02 {
	padding-bottom: 0;
}



footer {
	padding: min(8vw,50px) min(4.8vw,30px);
	background: #333333;
	text-align: center;
}
footer small {
	font-size: min(2.6vw, 16px);
	line-height: 1.6;
	color: #FFF;
}

/* PC ONLY */
@media only screen and (min-width: 620px) {
	body {
		background: url("../../../../img/freepage/serumveilseries_trial/images/body_bg.png") center top no-repeat fixed;
		background-size: cover;
	}

}



/* fvarea */
.fv_area .fv_bg,
.fv_area .fv_copy {
	opacity: 0;
	filter: blur(20px);
	transform: scale(1.15);
}
.fv_area.action .fv_bg,
.fv_area.action .fv_copy {
	-webkit-animation: fadeInBg 0.8s ease 0s 1 forwards;
	animation: fadeInBg 0.8s ease 0s 1 forwards;
}
/*flow*/
.fv_area .fv_gentei,
.fv_area .fv_logo {
	opacity: 0;
}
.fv_area.action .fv_gentei,
.fv_area.action .fv_logo {
	-webkit-animation: fadeIn 0.8s ease 0s 1 forwards;
	animation: fadeIn 0.8s ease 0s 1 forwards;
}


/*fadeInUp*/
.fv_area .fv_cp_box,
.item_component_area .item_component_intro_title,
.item_component_area .item_component_intro,
.step1,
.step2,
.step3,
.rice_power h2,
.rice_power_explanation,
.moisturizing_difference,
.serum_veil_introduction,
.serum_veil_lotion,
.serum_veil_emulsion,
.item_cv_01,
.trouble h2,
.trouble_fukidashi,
.trouble_list,
.trouble_cause,
.trouble_arrow,
.trouble_answer_txt,
.trouble_answer_img,
.staff_contents .staff_contents_title,
.staff_contents .staff_contents_point,
.staff_cntents_item_img,
.staff_contents_list,
.item_cv_02 {
	opacity: 0;
	-webkit-transform: translate(0, 35px);
	-ms-transform: translate(0, 35px);
	transform: translate(0px, 35px);
}
.fv_area.action .fv_cp_box,
.item_component_area.action .item_component_intro_title,
.item_component_area.action .item_component_intro,
.step1.action,
.step2.action,
.step3.action,
.rice_power h2.action,
.rice_power_explanation.action,
.moisturizing_difference.action,
.serum_veil_introduction.action,
.serum_veil_lotion.action,
.serum_veil_emulsion.action,
.item_cv_01.action,
.trouble h2.action,
.trouble_fukidashi.action,
.trouble_list.action,
.trouble_cause.action,
.trouble_arrow.action,
.trouble_answer_txt.action,
.trouble_answer_img.action,
.staff_contents.action .staff_contents_title,
.staff_contents.action .staff_contents_point,
.staff_cntents_item_img.action,
.staff_contents_list.action,
.item_cv_02.action {
	-webkit-animation: fadeInUp 0.8s ease .4s 1 forwards;
	animation: fadeInUp 0.8s ease .4s 1 forwards;
}



.title_marker,
.trouble_answer_marker {
	z-index: 0;
}
.trouble h2.action .title_marker::before,
.trouble_answer_txt.action .trouble_answer_marker:nth-of-type(1)::before {
	animation:  markerDraw 1s ease 1.5s 1 forwards;
}
.trouble_answer_txt.action .trouble_answer_marker:nth-of-type(2)::before {
	animation:  markerDraw 1s ease 3s 1 forwards;
}


@-webkit-keyframes markerDraw {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}


@-webkit-keyframes fadeIn {
	0% {
		opacity: 0; }
	100% {
		opacity: 1; }
}
@keyframes fadeIn {
	0% {
		opacity: 0; }
	100% {
		opacity: 1; } 
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 35px);
		-ms-transform: translate(0, 35px);
		transform: translate(0px, 35px); }
	100% {
		opacity: 1;
		-webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		-o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0); }
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 35px);
		-ms-transform: translate(0, 35px);
		transform: translate(0px, 35px); }
	100% {
		opacity: 1;
		-webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		-o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0); }
}
@-webkit-keyframes fadeInL {
	0% {
		opacity: 0;
		-webkit-transform: translate(-15px, 0);
		-ms-transform: translate(-15px, 0);
		transform: translate(-15px, 0); }
	100% {
		opacity: 1;
		-webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		-o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0); } }
@keyframes fadeInL {
	0% {
		opacity: 0;
		-webkit-transform: translate(-15px, 0);
		-ms-transform: translate(-15px, 0);
		transform: translate(-15px, 0); }
	100% {
		opacity: 1;
		-webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		-o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0); } }
@-webkit-keyframes fadeInR {
	0% {
		opacity: 0;
		-webkit-transform: translate(15px, 0);
		-ms-transform: translate(15px, 0);
		transform: translate(15px, 0); }
	100% {
		opacity: 1;
		-webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		-o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0); } }
@keyframes fadeInR {
	0% {
		opacity: 0;
		-webkit-transform: translate(15px, 0);
		-ms-transform: translate(15px, 0);
		transform: translate(15px, 0); }
	100% {
		opacity: 1;
		-webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		-o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0); }
}
@-webkit-keyframes fadeInBlur {
	0% {
		opacity: 0;
		filter: blur(8px);
		transform: scale(1.1); }
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1); }
}
@keyframes fadeInBlur {
	0% {
		opacity: 0;
		filter: blur(8px);
		transform: scale(1.1); }
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1); }
}
@-webkit-keyframes fadeInBg {
	0% {
		opacity: 0;
		filter: blur(20px);
		transform: scale(1.15); }
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1); }
}
@keyframes fadeInBg {
	0% {
		opacity: 0;
		filter: blur(20px);
		transform: scale(1.15); }
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1); }
}

@keyframes fadeInPathT {
	0% {
		opacity: 0;
		clip-path: polygon(0 0, 100% 0%, 100% 0%, 50% 0%, 0 0%); }
	100% {
		opacity: 1;
		clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%); }
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -15px);
		-ms-transform: translate(0, -15px);
		transform: translate(0px, -15px); }
	100% {
		opacity: 1;
		-webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		-o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0); }
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -15px);
		-ms-transform: translate(0, -15px);
		transform: translate(0px, -15px); }
	100% {
		opacity: 1;
		-webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		-o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0); }
}


