@charset "UTF-8";

/* 簡易リセットCSS */

@font-face {
	font-family: 'TogeMaruGothic';
	src: url('../fonts/TogeMaruGothic-600-Medium.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'TogeMaruGothic', sans-serif;
	font-weight: bold;
}

tbody,
td,
tfoot,
th,
thead,
tr {
	border: none;
}

.particle-network-animation {
	display: none;
}

input:focus {
	outline: none;
}

html {
	font-size: 2.1333vw;
}

html::-webkit-scrollbar {
	display: none;
	/* 针对Webkit浏览器 */
}

li,
ul {
	margin: 0;
	padding: 0;
	list-style: none inside;
}


body {
	position: relative;
	width: 100%;
	color: var(--color_text);
	font-size: 2.1333vw;
	line-height: 1.6;
	word-wrap: break-word;
	overflow-wrap: break-word;
	background-color: var(--color_bg);
	-webkit-text-size-adjust: 100%;
	z-index: -10;
	background: url(../img/common_bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.section_title {
	display: block;
	width: 90% !important;
	margin: 0 auto .4267vw auto;
}

.vertical-slider__wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	align-content: center;
	align-items: center;
	overflow: hidden;
	flex-direction: column;
	flex-wrap: nowrap;
}

.hide4 {
	display: none;
}

.hide {
	opacity: 0;
	pointer-events: none;
	transform: scale(1.2);
}

.hide2 {
	display: none;
}

.hide3 {
	opacity: 0;
}

footer {
	bottom: 0;
	width: 100%;
	z-index: 101;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	padding: 0;
	background: #fff;
	margin-top: 0vw;
}

footer .company_info {
	padding: 4vw 2vw;
	position: relative;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
}

footer .company_info img {
	width: 40%;
}

footer .company_info div {
	margin: 0;
}

footer .company_info ul {
	margin-bottom: 0;
	font-size: 2.5vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 1.3333vw 0;
}

footer .company_info ul li {
	color: #0099cb;
	margin: 0 2.1333vw 0 0;
}

footer .company_info ul li a {
	/* text-decoration: none; */
	color: #5d90ff;
	font-size: 2.75vw;
	font-family: 'Noto Sans JP', sans-serif;
}

footer .company_info ul li:first-child {
	border: none;
	padding-left: 0;
	margin: 0 2.1333vw 0 0;
}

footer p {
	width: 100%;
	text-align: center;
	font-size: 3vw;
	color: #000;
	margin-bottom: 0;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}

header {
	width: 100%;
	height: 6.6667vw;
	display: none;
}

.no_scroll {
	overflow: hidden;
}

#header {
	width: 100%;
	height: 12vw;
	background: linear-gradient(90deg, #302a2a, #544a49, #302a2a);
	background: #000;
	position: fixed;
	z-index: 100;
	/* display: none; */
}

#header .menu_pc {
	display: none;
}

header #header #menu_wrap {
	visibility: hidden;
	-webkit-transition: all .2s;
	transition: all .2s;
	/* サブリンク */
}

header #header #menu_wrap .menu {
	width: 100%;
	position: fixed;
	top: 12.1vw;
	height: calc(100% - .1067vw);
	background: rgb(0 9 26 / 96%);
	z-index: 11;
}

header #header #menu_wrap .menu li {
	text-align: center;
	font-size: 5vw;
	line-height: 10vw;
	border-bottom: .1333vw solid #ffffffa6;
}

header #header #menu_wrap .menu li a {
	color: #FFF;
	display: block;
	width: 100%;
	height: auto;
	text-decoration: none;
	margin: 5vw 0;
	font-weight: 400;
}

header #header #menu_wrap .menu .menu_title {
	color: #fff;
	background-color: #001542b8;
	font-weight: 600;
	line-height: 18vw;
}

header #header #menu_wrap .menu .menu_top a {
	height: 10vw;
}

header #header #menu_wrap .menu .menu_rewards a {
	height: 10vw;
}

header #header #menu_wrap .menu .menu_chara a {
	height: 10vw;
}

header #header #menu_wrap .menu .menu_feature a {
	height: 10vw;
}

header #header #menu_wrap .menu .menu_world a {
	height: 10vw;
}

header #header #menu_wrap .menu .menu_spec a {
	height: 10vw;
}


header #header #menu_wrap .sublink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

header #header #menu_wrap .sublink li {
	width: .8533vw;
	margin: .1707vw;
}

header #header #menu_wrap .sublink li a img {
	display: block;
	width: 100%;
}

header #header #menu_wrap .sublink li a img:hover {
	opacity: 0.6;
}

header #header .open {
	visibility: visible !important;
}

header #header .menu_open {
	/*.menu_lineMiddle {}*/
	/* 特に指定は無いので書かなくてもOK */
}

header #header .menu_open .menu_button {
	position: absolute;
	right: 1.3333vw;
	top: 3.3333vw;
	width: 8.3333vw;
	height: 5.3333vw;
	background-color: #000000;
	border-radius: 1.3333vw;
	border: none;
}

header #header .menu_open .menu_button:focus {
	outline: none;
}

header #header .menu_open span {
	display: block;
	width: 100%;
	margin: auto;
	height: 1vw;
	background-color: #fff;
	border-radius: .4vw;
	position: absolute;
	left: 0;
	right: 0;
	top: calc((100% - 1vw)/2);
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-border-radius: .6vw;
	-moz-border-radius: .6vw;
	-ms-border-radius: .6vw;
	-o-border-radius: .6vw;
}

header #header .menu_open .menu_lineTop {
	-webkit-transform: translateY(-2vw);
	transform: translateY(-2vw);
}

header #header .menu_open .menu_lineBottom {
	-webkit-transform: translateY(2vw);
	transform: translateY(2vw);
}

header #header .menu--isOpen .menu_lineTop {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

header #header .menu--isOpen .menu_lineMiddle {
	opacity: 0;
}

header #header .menu--isOpen .menu_lineBottom {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



.swiper-pagination {
	display: none;
}

header .sp_header {
	width: 100%;
	display: block;
	padding-top: .64vw;
}

#top {
	width: 100%;
	height: 171vw;
	clear: both;
	position: relative;
	margin-top: 8vw;
	scroll-margin-top: 12vw;
}

.header_bg {
	width: 100%
}

.start_pc {
	width: 90%;
	background-image: url(../img/btnBox.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 13%;
	bottom: 5%;
	display: none;
}

.btn_row,
.btn_col,
.btn_col button,
.btn_col button img {
	/* Mobile: hidden via .start_pc display:none */
}

.head_lule_box span {
	padding: .6667vw;
}

.head_lule_box input {
	vertical-align: middle;
	margin-right: 1.0667vw;
}


.head_lule_box .title_policy a {
	color: #ff0000;
}

.start_sp {
	width: 90%;
	height: 20.88vw;
	background-size: 100%;
	border-radius: 2.1333vw;
	background-size: 100%;
	position: absolute;
	left: 50%;
	/*top: 50%;
  */
	/*transform: translate(-50%,-50%);
  */
	transform: translateX(-50%);
	/*margin-top: 13%;
  */
	bottom: 36vw;
	display: flex;
	flex-direction: row;
	padding: 0 3.5vw;
	justify-content: center;
	align-items: center;
	background-image: url(../img/spbtnBox.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.sp_title {
	width: 80%;
	position: absolute;
	top: -5vw;
	left: 50%;
	transform: translateX(-50%);
}

.sp_btn {
	display: flex;
	width: 50%;
	height: auto;
	justify-content: center;
	align-items: center;
	margin-bottom: 0vw;
	padding: 0 1.0667vw;
	box-sizing: border-box;
}

.sp_btn a {
	display: block;
	width: 100%;
}

.sp_btn a img {
	width: 100%;
	height: auto;
	display: block;
}

.start_sp button {
	border: 0;
	outline: 0;
	background: none;
	width: 37vw;
}

.start_sp button img {
	/* width: 100%; */
}

.start_sp .start_btn3 {
	height: 32vw;
}

.start_sp .start_btn4 {
	height: 13vw;
}

.start_sp p {
	font-size: 1.6vw;
	text-align: center;
	line-height: 1;
	font-weight: 600;
	margin-top: 1.0667vw;
}

.head_lule_box {
	/* position: absolute; */
	/* background: rgba(0, 0, 0, 0.75); */
	width: 99%;
	/* right: 5%; */
	/* bottom: 10%; */
	/* padding: 0vw 1.0667vw; */
	line-height: 1.3 !important;
	color: #000000 !important;
	text-align: left !important;
	text-decoration: none !important;
	/* font-size: 1.8667vw !important; */
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
	font-weight: 600;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
	font-size: 2.3vw;
}

.head_lule_box span {
	padding: 0.2vw .6667vw;
}

.head_lule_box input {
	vertical-align: middle;
	width: 3vw;
	height: 3vw;
}

#rewards {
	width: 100%;
	height: 100%;
	padding: 0vw 0 4vw;
	scroll-margin-top: 18vw;
}

#rewards h1 {
	width: 70%;
	display: block;
	margin: 3vw auto 2vw;
	z-index: 10;
	position: sticky;
}

#rewards h1 img {
	width: 100%;
}

#rewards .rewards_wrapper {
	display: flex;
	width: 95%;
	margin: 0vw auto;
	line-height: 0;
	position: relative;
	overflow: hidden;
	flex-direction: column;
	align-items: center;
}


#rewards img {
	width: 100%;
}

#rewards .rewards_wrapper p {
	color: #ffffff;
	margin: 4vw 0;
	text-shadow: 0px 0 4px #000000;
}

#chara {
	width: 100%;
/* 	background: url(../img/chara_bg.jpg) no-repeat; */
	background-size: cover;
	position: relative;
	scroll-margin-top: 10vw;
}

#chara img {
	width: 100%;
}

#chara .swiper-container {
	position: relative;
	width: 100%;
	height: 100%;
	height: 148vw;
}

.chara_area {
	position: relative;
	width: 100%;
	color: #1e1e1e;
	z-index: 9;
	margin: 0 auto;
}

.chara_area .chara_cont {
	position: absolute;
	width: 95%;
	display: block;
	bottom: 23vw;
	left: 0;
	right: 0;
	margin: auto;
	background: #ffffffc2;
	padding: 2vw;
	color: #56209b;
}

.chara_area .chara_cont .name {
	font-size: 5vw;
	font-weight: 900;
	/* line-height: 1; */
	margin-bottom: 2vw;
	font-family: 'A-OTF フォーク Pro';
}

.profile_area {
	border-top: .2vw solid #56209b;
	padding: 2vw 0 1vw;
}

.profile_area ul {
	display: flex;
	justify-content: flex-start;
}

.profile_area li {
	margin-bottom: 1vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 40%;
	align-items: center;
}

.profile_area li:nth-of-type(2) {
	margin-bottom: 0;
}

.profile_area li p {
	font-size: 3.47vw;
	color: #ffffff;
	background: #56209b;
	width: 15vw;
	height: 6vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: .52vw;
}

.profile_area li span {
	font-size: 3.47vw;
	color: #1e1e1e;
	line-height: 1.5;
	/* width: 25vw; */
	word-wrap: break-word;
	word-break: break-word;
}

.chara_area .chara_cont .lines {
	font-size: 3.2vw;
	line-height: 1.5;
	/* text-shadow: .1vw 0 #ebeff4, 0 .1vw #ebeff4, -0.1vw 0 #ebeff4, 0 -0.1vw #ebeff4; */
	transition: transform 0.3s ease;
}

.p_hidden {
	height: 10vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: wrap;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: transform 0.3s ease;
}

.chara_area .chara_cont .lines .down_arrow {
	width: 6vw;
	height: 6vw;
	display: block;
	margin: .53vw auto 0;
}

.chara_area .chara_cont .lines .down_arrow_on {
	animation: bounce 2s infinite;
	transform: rotate(0deg);
	transition: transform 0.3s ease;
}

.chara_area .chara_cont .lines .down_arrow_off {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-5px);
	}

	60% {
		transform: translateY(-3px);
	}
}


.chara_area .pic_chara {
	width: 100%;
	height: auto;
	display: block;
	/* position: absolute; */
	right: 0;
	z-index: -1;
}

.chara_area .pic_chara img {
	width: 100%;
}

#chara .chara_pagination {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 2.1333vw auto 0;
	z-index: 10;
	position: absolute;
	align-items: center;
	justify-content: center;
	bottom: 4vw;
}

#chara .chara_pagination .swiper-pagination-bullet-active {
	filter: grayscale(0%);
	border: .53vw solid #303ea1;
}

#chara .chara_pagination span {
	width: 14vw;
	height: 14vw;
	opacity: 1;
	font-size: 0;
	background-size: 100% !important;
	filter: grayscale(100%);
	border-radius: 0;
}

#chara .chara_pagination span:nth-child(1) {
	background: url(../img/c1.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(2) {
	background: url(../img/c2.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(3) {
	background: url(../img/c3.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(4) {
	background: url(../img/c4.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(5) {
	background: url(../img/c5.png) no-repeat center;
}

/*=============================== feature =============================  */
#feature {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 9vw 0 16vw;
	scroll-margin-top: 10vw;
}

#feature h1 {
	width: 70%;
	display: block;
	left: 50%;
	/* transform:translateX(-50%); */
	z-index: 10;
	/* position: absolute; */
	/* margin-top: 1vw; */
	margin: 0 auto;
}


#feature h1 img {
	width: 100%;
}

#feature .feature-slider {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 3vw auto;
}

#feature .feature-slider .swiper-slide {
	width: 33.33vw;
	margin: 0 auto;
	overflow: hidden;
	transition: 0.7s;
	transform: scale(0.9);
	border: 1vw solid #000000;
	line-height: 0;
}

#feature .feature-slider .swiper-slide:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#feature .feature-slider .swiper-slide img {
	width: 100%;
	line-height: 0;
}

#feature .feature-slider .swiper-slide-active {
	opacity: 1;
	z-index: 1;
	transform: scale(1);
}

#feature .feature-slider .swiper-slide-active:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #00000000;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#feature .feature_pagination {
	width: 100%;
	text-align: center;
	line-height: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 9vw;
}

#feature .feature_pagination .swiper-pagination-bullet {
	width: 2vw;
	height: 2vw;
	display: inline-block;
	opacity: 1;
	background: #ffffff;
	border: 0.2vw solid #6b3e39;
	border-radius: 50%;
}

#feature .feature_pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #f6e598;
	width: 2vw;
	height: 2vw;
	box-shadow: none;
	border: 0.2vw solid #6b3e39;
	border-radius: 50%;
}

#feature .feature_pagination span {
	margin: 0 1vw;
}

#feature .feature_pagination span:focus {
	outline: -webkit-focus-ring-color auto 0vw;
}

.prevbtn,
.nextbtn {
	display: none;
}


#spec {
	width: 100%;
	height: 100%;
	background: url(../img/bottomBg.png) no-repeat;
	background-size: cover;
	color: #e3e3e3;
	scroll-margin-top: 1vw;
}

.down {
	display: none;
}

#go_top {
	width: 8vw;
	height: 8vw;
	fill: #ffffff;
	position: fixed;
	right: 0;
	bottom: 80vw;
	background: #257bef;
	border-radius: 1.5vw 0 0 1.5vw;
	box-sizing: border-box;
	cursor: pointer;
	/* -webkit-transform: translateX(110%); */
	/* transform: translateX(110%); */
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}

#go_top svg {
	width: 7vw;
	height: 7vw;
	fill: #fff;
}

body#finish {
	background-image: none;
	background-color: #fff;
}

body#finish #wrapper {
	background-image: none;
}

body#finish .finish {
	padding: 0;
	background-color: #fff;
}

body#finish .company_info {
	background: #ffffff url(../img/foot_bg.jpg) repeat-x top left;
	padding: 2.6667vw;
	position: relative;
	display: flex !important;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

body#finish .company_info img {
	margin: 0 auto;
	width: 35.5333vw;
}

body#finish .company_info div {
	margin: 0vw;
}

body#finish .company_info ul {
	margin-bottom: 0vw;
	font-size: 1.3333vw;
	display: flex;
	justify-content: center;
}

body#finish .company_info ul li {
	margin: 0 .6667vw;
	padding-left: .6667vw;
	border-left: .1333vw solid #fff;
}

body#finish .company_info ul li a {
	color: #fff;
}

body#finish .company_info ul li:first-child {
	border: none;
	padding-left: 0vw;
	margin: 0 .6667vw 0 0;
}

body#finish .company_info p {
	width: 100%;
	text-align: center;
	margin: 1.3333vw 0 0 0;
	color: #000000;
}

#finish_body {
	padding: 0 0 0 0;
	position: relative;
}

#finish_body img {
	display: block;
	width: 100%;
}

body#finish .finish .return {
	position: absolute;
	width: 60%;
	height: 16vw;
	left: 50%;
	top: 50%;
	transform: translate(-50%, 46.2667vw);
	background: url(../img/return.png) no-repeat center center;
	background-size: 100%;
	display: block;
}

#finish_body div {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

body#finish .finish .go_website {
	width: 45%;
	left: 50%;
	margin-top: -13.3333vw;
	background: url(../img/go_website.png) no-repeat center center;
	background-size: 100%;
}

#foot_link {
	position: fixed;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 20vw;
	display: flex;
	background: linear-gradient(to top, #f3e5cf 0%, #fdfaf5 100%);
	background: #1b437c;
	padding: 0vw 1.0667vw;
	align-items: center;
	flex-direction: column;
	border-top: 0.25vw solid #fff;
	justify-content: center;
}

.regist_right {
	display: none;
}

#foot_link .foot_title {
	/* width: 80%; */
	display: none;
}

#foot_link .foot_btn {
	width: 100%;
	height: 16vw;
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	margin-top: 1.0667vw;
	z-index: 100;
}

#foot_link .foot_btn a {
	width: auto;
	height: 15vw;
	display: flex;
}

#foot_link .foot_btn button {
	width: auto;
	height: 15vw;
	display: flex;
	background: none;
	outline: none;
	border: none;
}

#foot_link .foot_btn button img {
	width: 100%;
	height: 15vw;
}

#foot_link .foot_btn a img {
	width: 100%;
	height: 15vw;
}

.rolling {
	background: url(../img/footer_bg.png) center;
	background-size: cover;
	height: 20vw;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 25;
}

@-webkit-keyframes scroll {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 100vw 0;
	}
}

@keyframes scroll {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 100vw 0;
	}
}

.noScllor {
	height: 100vh;
	overflow: hidden;
}

.noScllor .vertical-slider,
.noScllor header {
	filter: blur(20px);
}

.modal {
	position: fixed;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	width: 53.3333vw;
	height: 26.6667vw;
	margin: -16vw 0 0 -29.3333vw;
	padding: 2.6667vw;
	text-align: center;
}

.modal p {
	margin-bottom: 1em;
	max-width: 90vw;
}

.modal .modal_inner {
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.7);
	height: 100vh;
	width: 100%;
	opacity: 1;
	top: 0;
	left: 0;
	z-index: 1000;
}

.notice_logo {
	margin: 0 0 2.1333vw 0;
	width: 100%;
}

.notice_logo img {
	width: 100%;
}


.modal .modal_inner span {
	position: relative;
	display: inline-block;
	background-color: #1f1f1f;
	padding: 1.3333vw 1.3333vw 0vw 1.3333vw;
	border-radius: 1.3333vw;
	color: #fff;
	border: .1333vw solid #f3f3f3;
}

.modal .check .check-button {
	outline: none;
	border: none;
	color: #000;
	font-weight: bold;
	background: url(../img/check_btn.png) no-repeat;
	background-size: contain;
	width: 32vw;
	height: 8vw;
	margin: 3.2vw;
}

#terms {
	background-color: #000;
	color: #fff;
	padding: 5%;
	margin: 10vh auto;
	width: 100%;
	height: 80vh;
	overflow: auto;
}

#terms p {
	margin-bottom: 1em;
	font-size: 3vw;
}

#terms h1 {
	border-bottom: .1333vw solid #fff;
	margin-bottom: 1em;
	font-size: 3.5vw;
}

#term_body h2 {
	margin: 5% 0%;
	padding: 1.3333vw;
	line-height: 1.6;
	border: .1333vw solid #fff;
	font-size: 3vw;
}

@media screen and (max-width: 768px) {
	.lity-container {
		max-width: 90vw !important;
	}
}