@charset "UTF-8";

.fixed-nav{
	position: fixed;
	top: 55%;
	left: 20%;
	translate: 0 -50%;
	max-width: 24.64vw;
	width: 100%;
}
.fixed-nav__items >a{
	display: block;
	margin: 0 auto;
	width: fit-content;
	transition: .3s;
}
.fixed-nav__items:nth-child(n+2){
	margin-top: 75px;
}
.fixed-nav .cv-block__button{
	margin: 0;
}
article{
	position: relative;
	left: 55%;
	max-width: 375px;
	width: 100%;
}
.header{
	position: relative;
	z-index: 0;
}
.header::after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% 0;
	width: 100vw;
	height: 100%;
	background: #fff;
	z-index: -1;
}
.bg{
	position: fixed;
	inset: 0;
	z-index: -10;
}
.bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.float-bottom-conversion {
	height: 100px;
	background-color: rgba(0, 0, 0, .5);
	background-size: cover;
}
.float-banner__anchor {
	display: block;
	position: relative;
	transition: .3s cubic-bezier(.13, .78, .38, .98);
}
.footnote {
	background-color: #3e3e3e;
	color: #fff;
}
.footnote_inner {
	padding: 0 5%;
}
.footnote-list:not(:last-child) {
	margin-bottom: 20px;
}
.footnote-list_item {
	line-height: 1.8;
}
.modal-terms {
	max-width: 980px;
	padding: 44px;
	background-color: #fff;
}
.present-notes {
	text-align: left;
}
.present-notes__title {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 20px;
}
.present-notes__heading {
	margin: 30px 0;
	text-align: center;
	position: relative;
}
.present-notes__heading:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #000;
	z-index: 1;
}
.present-notes__heading-text {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 0 15px;
	margin: 0 20px;
	background: #fff;
	position: relative;
	z-index: 2;
}
.present-notes__subtitle {
	margin: 20px 0 5px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.present-notes__text {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.present-notes__dt {
	margin: 20px 0 5px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}
.present-notes__dd {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.present-notes__anchor {
	color: #1897e0;
	transition: .3s cubic-bezier(.13, .78, .38, .98);
}
.present-notes__anchor:hover {
	text-decoration: none;
}
.present-notes__close {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 20px;
	right: 20px;
	text-indent: -1000px;
	background: url(../img/btn-modal_close.png) no-repeat center center;
	background-size: contain;
	cursor: pointer;
	overflow: hidden;
	transition: .3s cubic-bezier(.13, .78, .38, .98);
}
.present-notes .o-indent {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}
.present-notes .o-indent-big {
	display: inline-block;
	padding-left: 1.25em;
	text-indent: -1.25em;
}
.present-notes .o-bold {
	font-weight: 700;
}
.present-notes .o-red {
	color: #c3092f;
}
.cv-block {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-inline: auto;
	text-align: center;
}
.cv-block__button {
	margin: 20px 3% 0;
}
.cv-block__lead {
	padding: 0 5%;
}
.cv-block__anchor {
	transition: .3s cubic-bezier(.13, .78, .38, .98);
}
.cv-block__deadline {
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 10px;
}
.cv-block__terms {
	text-align: center;
}
.cv-block__terms-anchor {
	text-decoration: underline;
	color: #ffef33;
	font-size: 1.6rem;
	font-weight: 900;
	transition: .3s cubic-bezier(.13, .78, .38, .98);
}
.footnote-list__item {
	font-size: 1.2rem;
	line-height: calc(18/12);
}
.float-banner__anchor {
	display: block;
	position: relative;
	transition: .3s;
	overflow: hidden;
}
.float-banner__anchor:after {
	content: '';
	position: absolute;
	top: -100px;
	left: -100px;
	width: 50px;
	height: 50px;
	background-color: #fff;
}
.remodal {
	max-width: 980px;
	padding: 70px 0;
	position: relative;
	background: 0 0;
}
.remodal-close {
	width: 60px;
	height: 60px;
	color: #fff;
	left: auto;
	right: 0;
	background-color: #000;
	transition: .3s cubic-bezier(.13, .78, .38, .98);
}
.remodal-close:before {
	width: 60px;
	line-height: 60px;
	font-size: 48px;
}
.modal-terms {
	max-width: 890px;
	padding: 44px;
	background-color: #fff;
}
.present-notes {
	text-align: left;
}
.present-notes__title {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 20px;
}
.present-notes__heading {
	margin: 30px 0;
	text-align: center;
	position: relative;
}
.present-notes__heading:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #000;
	z-index: 1;
}
.present-notes__heading-text {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 0 15px;
	margin: 0 20px;
	background: #fff;
	position: relative;
	z-index: 2;
}
.present-notes__subtitle {
	margin: 20px 0 5px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.present-notes__text {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.present-notes__dt {
	margin: 20px 0 5px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}
.present-notes__dd {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.present-notes__anchor {
	color: #1897e0;
	transition: .3s cubic-bezier(.13, .78, .38, .98);
}
.present-notes__close {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 15px;
	top: 15px;
	text-indent: -1000px;
	background: url(../img/btn-modal_close.png) no-repeat center center;
	background-size: contain;
	cursor: pointer;
	overflow: hidden;
	transition: .3s cubic-bezier(.13, .78, .38, .98);
}
.present-notes .o-indent {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}
.present-notes .o-indent-big {
	display: inline-block;
	padding-left: 1.25em;
	text-indent: -1.25em;
}
.present-notes .o-bold {
	font-weight: 700;
}
.present-notes .o-red {
	color: #c3092f;
}
.header_logo_anchor {
	color: #000;
	text-decoration: none;
}
.section__heading {
	text-align: center;
}
.section__inner {
	padding: 0 5%;
}
.section__inner.o-narrow {
	max-width: 860px;
}
.footnote {
	background-color: #000;
	color: #fff;
	font-size: 1rem;
	line-height: 1.7;
	padding: 20px 0 60px;
}
.footnote_inner {
	max-width: 980px;
}
.footer_inner {
	max-width: 980px;
}
.anchor {
	transition: .3s cubic-bezier(.13, .78, .38, .98);
}
.float-bottom-conversion {
	height: 110px;
}
.pagetop {
	bottom: 130px;
}
.note-text {
	font-size: 1.2rem;
	line-height: 1.5;
	padding-left: 1.2rem;
	text-indent: -1.2rem;
	letter-spacing: .05em;
}
.sup-text {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: .5em;
}
picture {
	display: block;
}
img {
	max-width: 100%;
	height: auto;
}
sup {
	font-size: 60%;
	vertical-align: top;
}
.inner {
	display: block;
	width: min(92%, 980px);
	margin: 0 auto;
}
.campaign_page {
	background-color: #410001;
}
.wrap_mv {
	width: 100%;
	max-height: 1035px;
	background: url(../img/bg-kv.png) no-repeat 50% 100%;
	background-size: cover;
	padding-bottom: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
}
.cv-block-wrapper {
	padding: 40px 0;
}
.section-campaign-1 {
	width: 100%;
	position: relative;
}
.section-campaign-1__inner {
	padding: 60px 0;
	width: 100%;
	background: url(../img/bg-section_campaign_1_inner.png) no-repeat top center;
	background-size: cover;
	position: relative;
}
.section-campaign-1__body {
	width: 100%;
	max-width: 980px;
	margin-inline: auto;
}
.section-campaign-1__title {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-inline: auto;
	margin-bottom: 30px;
}
.section-campaign-1__grid {
	display: grid;
	gap: 10px;
}

.section-campaign-3 {
	width: 100%;
	position: relative;
}
.section-campaign-3__inner {
	width: 100%;
	background: url(../img/bg-section_campaign_3_inner.png) no-repeat top center;
	background-size: cover;
	padding: 60px 0 0;
}
.section-campaign-3__body {
	width: 100%;
	max-width: 980px;
	margin-inline: auto;
}
.section-campaign-3__title {
	text-align: center;
	margin-bottom: 25px;
}
.section-campaign-3__main {
	position: relative;
	width: calc(100% + 7px);
	left: -7px;
	display: flex;
	flex-direction: column;
	gap: 45px;
	background: url(../img/ico-arrow_steps.png) no-repeat calc(50% + 10px) 56%;
	background-size: 40px 20px;
}
.section-campaign-4__inner, .section-campaign-5__inner {
	background: url(../img/bg-section_campaign_4_inner.png) no-repeat top center;
	background-size: cover;
	padding: 85px 0 45px;
}
.section-campaign-4 {
	width: 100%;
	position: relative;
}
.section-campaign-4__body {
	width: 100%;
	max-width: 980px;
	margin-inline: auto;
}
.section-campaign-5 {
	width: 100%;
	position: relative;
}
.section-campaign-5__body {
	width: 100%;
	max-width: 980px;
	margin-inline: auto;
}
.chance-2 {
	margin-top: 40px;
}
.cap {
	display: block;
	font-weight: 400;
	font-size: 12px;
	margin-top: 6px;
}
.step_list li h3+picture+p .cap {
	margin-top: 10px;
}
.bg-black {
	background-color: rgba(0, 0, 0, .5);
}
.chance-acc-title {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	background: #000;
	font-size: 2.4rem;
	padding: 16px 0;
	font-weight: 900;
	text-align: center;
	line-height: 1.1;
	letter-spacing: .08em;
	cursor: pointer;
}
.chance-acc-title:after, .chance-acc-title:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(to right, #eac36a 0, #f8e8c2 20%, #eac36a 45%, #f8e8c2 75%, #eac36a 100%);
}
.chance-acc-title:before {
	top: 0;
}
.chance-acc-title:after {
	bottom: 0;
}
.chance-acc-title .inner {
	position: relative;
}
.chance-acc-title .inner:after, .chance-acc-title .inner:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 24px;
	margin-top: -2px;
	border-top: 4px solid #fff;
}
.chance-acc-title .inner:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
}
.chance-acc-title.open .inner:after {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 0;
}
.chance-acc-block {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .5s;
}
.chance-acc-block>.inner {
	padding-top: 20px;
}
.chance-acc-inner {
	background: #fff;
	padding: 30px 25px 20px;
}
.chance-acc-inner dl {
	margin-bottom: 25px;

}
.chance-acc-inner dl dt {
	position: relative;
	line-height: 1.2;
	letter-spacing: .05em;
	text-align: center;
	color: #c3002f;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.chance-acc-inner dl dt:before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: calc(50% - 1px);
	border-top: 2px solid;
}
.chance-acc-inner dl dt>span {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	background-color: #fff;
	z-index: 2;
}
.chance-acc-inner dl dd {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
}
.chance-acc-inner dl dd>span {
	white-space: nowrap;
}
.chance-acc-inner .fz20 {
	font-size: 20px;
}
.chance-acc-inner dl dd>p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}
.chance-acc-inner dl dd ol:not([class])>li {
	margin-top: 10px;
	text-indent: -2em;
	padding-left: 2em;
}
.chance-acc-inner dl dd ol li.cap {
	text-indent: 0;
	padding-left: 0;
	margin-top: 5px;
}
.chance-acc-inner .cap li {
	text-indent: -1em;
	padding-left: 1em;
}
.chance-acc-inner dl+p {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
}
.chance-acc-inner .wrap_steps_to_win {
	margin-bottom: 20px;
}
.chance-acc-inner dl+.cap li {
	font-weight: 400;
	text-align: left;
	font-size: 12px;
}
.cta_box02 {
	padding-bottom: 70px;
	margin-top: 20px;
}
.cta_box02 picture {
	text-align: center;
	margin-bottom: 20px;
}
.btn_dobble {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
}
.btn_dobble .btn_black {
	width: auto;
}
.btn_dobble .btn_black a {
	position: relative;
	display: block;
	background-color: #000;
	border: 2px solid;
	padding: 18px 10px;
	color: #fff;
	font-weight: 900;
	font-size: 20px;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
	transition: .2s;
}
.btn_dobble .btn_black a span {
	font-size: 26px;
}
.btn_dobble .btn_black a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotateZ(45deg);
	transform: translateY(-50%) rotateZ(45deg);
	width: 15px;
	height: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	right: min(6vw, 20px);
}
.header_logo_title {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.header_new_logo {
	line-height: 1;
}
@media(hover:hover) and (pointer:fine) {
	.fixed-nav__items >a:hover{
		opacity: 0.7;
	}
	.float-banner__anchor:hover {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	.present-notes__close:hover {
		opacity: .5;
	}
	.cv-block__anchor:hover {
		opacity: .5;
	}
	.cv-block__terms-anchor:hover {
		opacity: .5;
		text-decoration: none;
	}
	.remodal-close:hover {
		color: #fff;
	}
	.present-notes__anchor:hover {
		text-decoration: none;
	}
	.btn_dobble .btn_black a:hover {
		opacity: .7;
	}
	.float-banner__anchor:hover {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	.remodal-close:hover {
		opacity: .5;
	}
	.present-notes__close:hover {
		opacity: .5;
	}
	.car-box__close:hover {
		opacity: .5;
	}
	.lineup-tab-list__anchor:hover {
		background-color: #155da5;
		color: #fff;
	}
	.lineup-tab-list__anchor:hover .lineup-tab-list__prefix {
		color: #fff;
	}
	.anchor:hover {
		opacity: .5;
	}
	.nav__anchor:hover {
		box-shadow: none;
		-webkit-transform: translate3d(3px, 3px, 0);
		transform: translate3d(3px, 3px, 0);
	}
	.lineup__note-link__anchor:hover {
		text-decoration: none;
		opacity: .5;
	}
}
@media(-ms-high-contrast:none), (-ms-high-contrast:active) {
	.float-banner__anchor:hover {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	.present-notes__close:hover {
		opacity: .5;
	}
	.cv-block__anchor:hover {
		opacity: .5;
	}
	.cv-block__terms-anchor:hover {
		opacity: .5;
		text-decoration: none;
	}
	.float-banner__anchor:hover {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	.remodal-close:hover {
		opacity: .5;
	}
	.present-notes__close:hover {
		opacity: .5;
	}
	.car-box__close:hover {
		opacity: .5;
	}
	.lineup-tab-list__anchor:hover {
		background-color: #155da5;
		color: #fff;
	}
	.lineup-tab-list__anchor:hover .lineup-tab-list__prefix {
		color: #fff;
	}
	.anchor:hover {
		opacity: .5;
	}
	.nav__anchor:hover {
		box-shadow: none;
		-webkit-transform: translate3d(3px, 3px, 0);
		transform: translate3d(3px, 3px, 0);
	}
	.lineup__note-link__anchor:hover {
		text-decoration: none;
		opacity: .5;
	}
}
@media screen and (max-width:979px) and (min-width:768px) {
	.fixed-nav{
		left: 5%;
		max-width: 300px;
	}
	article{
		position: static;
		margin: 0 5% 0 auto;
	}
}



/* roox */
.roox{
	background: #fff;
	padding-top: 60px;
}
.roox .cv-block{
	padding: 50px 0;
	background-image: url(../img/bg-cv_roox.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.roox .cv-block .cv-block__deadline{
	color: #000;
}
.roox .cv-block .cv-block__terms >a{
	color: #C3002F;
}
.roox__title{
	width: 100%;
	margin-bottom: 30px;
}
.introduction {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	background-image: url(../img/introduction/bg-introduction.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-clip: border-box;
	background-size: 100%;
	background-position: 60% 20%;
	padding-inline: 16px;
	margin-block: 0 50px;
}
.introduction__container {
	margin-top: 0;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.introduction__title {
	position: relative;
	margin: 0;
	margin-bottom: 10px;
}
.introduction__title:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 18px;
	height: 1px;
	background-color: #000;
}
.introduction__section {
	width: 100%;
}
.introduction__content {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-top: 42px;
}
.introduction__img {
	width: calc(100% + 32px);
	margin-inline: -16px;
	height: 280px;
	overflow: visible;
	object-position: bottom;
	object-fit: contain;
	-webkit-order: 1;
	order: 1;
}
.introduction .left__note {
	width: 366px;
	height: auto;
	-webkit-order: 0;
	order: 0;
	margin-block: 10px 20px;
}
.introduction .right {
	margin-top: 0;
	-webkit-order: 2;
	order: 2;
}
.features__title {
	margin: 0;
	margin-bottom: 58px;
}
.features__title__img {
	max-width: 347px;
	width: 100%;
	display: block;
	margin-inline: auto;
}
.features__first, .features__second, .features__third {
	height: 100%;
	min-height: 0;
	max-height: 100%;
	padding: 0;
}
.features__first {
	background-image: url(../img/features/bg-features_01_sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-clip: border-box;
	padding-block: 40px;
	height: 1180px;
}
.features__second {
	background-image: url(../img/features/bg-features_02_sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-clip: border-box;
	height: 958px;
}
.features__third {
	background-image: url(../img/features/bg-features_03_sp.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-clip: border-box;
	position: relative;
	background-position: top center;
	background-size: 100% 140%;
	padding-block: 44px 0;
	height: 1460px;
	min-height: none;
	gap: 0;
}
.features__third .section__inner{
	margin-top: 300px;
	padding: 0 10%;
	font-size: 12px;
}
.features__container {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	position: relative;
	gap: 0;
}
.features__container__second {
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding-top: 40px;
}
.features__container__block {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-top: 27px;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.features__container__block--left {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.features__container__slide {
	position: absolute;
	border-radius: 40px;
	width: auto;
	z-index: 10;
}
.features__container__slide--first {
	top: 107%;
	left: 0;
	max-width: 335px;
	width: 100%;
	height: auto;
	margin-left: 16px;
}
.features__container__slide--second {
	top: 105%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	max-width: 219px;
	width: 100%;
	height: auto;
}
.features__container__slide--third {
	top: 105%;
	left: 12%;
	max-width: 274px;
	width: 100%;
	height: auto;
	display: inline-block;
}
.features__container__fade {
	max-width: 350px;
	width: 100%;
	max-height: 287px;
	height: auto;
	border-radius: 30px 0 0 30px;
}
.features__container__fade--second {
	border-radius: 0 30px 30px 0;
}
.features__section {
	padding-inline: 16px;
}
.features__section__lead {
	width: 100%;
	height: auto;
	margin-block: 52px 8px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	max-width: 85%;
	margin-inline: auto;
}
.features__section__lead--decorated {
	max-width: 164px;
	width: 100%;
	height: auto;
}
.features__section__note {
	width: 100%;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	height: auto;
	margin-top: 11px;
}
.features__section__note--second {
	max-width: 242px;
	margin-inline: auto;
	display: block;
}
.features__section__title {
	height: 100%;
	padding-block: 13px;
	margin-top: 19px;
	font-size: 20px;
	border-top: 1px solid #484848;
	border-bottom: 1px solid #484848;
	text-align: center;
	width: 100%;
}
.features__section__title__slide {
	position: absolute;
	border-radius: 40px;
	width: auto;
	z-index: 10;
}
.features__section__title__slide--first {
	top: 107%;
	left: 0;
	max-width: 335px;
	width: 100%;
	height: auto;
	margin-left: 16px;
}
.features__section__title__slide--second {
	top: 105%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	max-width: 219px;
	width: 100%;
	height: auto;
}
.features__section__title__slide--third {
	top: 105%;
	left: 12%;
	max-width: 274px;
	width: 100%;
	height: auto;
	display: inline-block;
	overflow: hidden;
}
.features__section__title__note {
	font-size: 16px;
	overflow: visible;
}
.features__section__title__note:after {
	right: 20px;
}
.features__present {
	height: auto;
	margin-bottom: 66px;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.features__lead {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	max-width: 231px;
}
.features__lead--decorated {
	max-width: 164px;
	width: 100%;
	height: auto;
}