  @charset "UTF-8";
#performanceSCT .box:after,
#modalSCT .box:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#performanceSCT .box,
#modalSCT .box {
zoom: 1;
}

#mainContent br.sp {
display: block;
}
#mainContent br.pc {
display: none;
}

#mainContent {
position: relative;
background-color: #fff;
overflow: hidden;
}
#mainContent img {
display: block;
width: 100%;
height: auto;
}

#floatingMenu.floatingMenu {
z-index: 87;
}

#modalSCT .modalMASK {
transition: opacity 0.3s ease;
position: fixed;
left: 0;
top: 0;
background-color: rgba(0,0,0,0.2);
width: 100%;
height: 100%;
z-index: 88;
display: none;
}
#modalSCT .modal {
transition: all 0.3s ease;
transform: translateY(100%);
box-sizing: border-box;
position: fixed;
left: 0;
right: 10px;
bottom: 0;
background-color: #fff;
z-index: 89;
}
#modalSCT.active .modal {
transform: translateY(0);
}
#modalSCT .cont {
position: relative;
padding: 20px 45px 40px 20px;
}
#modalSCT .close {
box-sizing: border-box;
position: absolute;
right: 0;
top: 20px;
bottom: 40px;
border-left: solid 1px #d9d9d9;
width: 30px;
cursor: pointer;
}
#modalSCT .close::before {
transition: all 0.3s linear;
content: '';
transform: translateX(-50%) rotate(-45deg);
display: block;
position: absolute;
left: 50%;
top: 5px;
background-color: #00613b;
width: 18px;
height: 1px;
}
#modalSCT .close:hover::before {
transform: translateX(-50%) rotate(135deg);
}
#modalSCT .close::after {
transition: all 0.3s linear;
content: '';
transform: translateX(-50%) rotate(45deg);
display: block;
position: absolute;
left: 50%;
top: 5px;
background-color: #00613b;
width: 18px;
height: 1px;
}
#modalSCT .close:hover::after {
transform: translateX(-50%) rotate(225deg);
}
#modalSCT .close span {
position: absolute;
left: 2px;
top: 28px;
display: block;
transform: rotate(90deg);
font-family: "A1 Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 12px;
color: #00613b;
}
#modalSCT .box {
max-height: 475px;
overflow: auto;
-webkit-overflow-scrolling:auto;
}
#modalSCT .pack ul {
margin: 0 0 14px 0;
}
#modalSCT .pack li {
display: inline-block;
background-color: #f5f5f5;
border-radius: 9px;
margin-right: 2px;
padding: 0 4px;
font-size: 2.666vw;
line-height: 18px;
color: #666;
}
#modalSCT .pack .logo img {
width: auto;
height: 25px;
}
#modalSCT .pack h3 {
margin-bottom: 17px;
font-family: "A1 Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 5.333vw;
line-height: 1.55;
}
#modalSCT .pack p {
margin-bottom: 20px;
font-size: 3.733vw;
line-height: 1.57;
}
#modalSCT .image img {
width: 100%;
height: auto;
}
#modalSCT .pack p.detail {
display: block;
background-color: #00613b;
margin-bottom: 24px;
font-family: "A1 Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 3.733vw;
line-height: 1;
text-align: center;
}
#modalSCT .pack p.detail a {
display: block;
position: relative;
background-color: #00613b;
color: #fff;
text-decoration: none;
}
#modalSCT .pack p.detail a::before {
transition: all 0.3s linear;
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
background-color: rgba(255,255,255,0.2);
width: 0;
height: 100%;
}
#modalSCT .pack p.detail a:hover::before {
width: 100%;
}
#modalSCT .pack p.detail span {
display: inline-block;
position: relative;
padding: 11px 0 13px 15px;
}
#modalSCT .pack p.detail span::after,
#modalSCT .pack p.detail span::before {
content: '';
transform: translateY(-50%) rotate(45deg);
display: block;
position: absolute;
left: 0;
top: 50%;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 4px;
height: 4px;
}
#modalSCT .pack p.detail span::after {
opacity: 0;
left: -10px;
}
#modalSCT .pack p.detail a:hover span::before {
animation: arrowbeforeL 0.3s;
}
#modalSCT .pack p.detail a:hover span:after {
animation: arrowafterL 0.3s;
}

#titleSCT .cont {
position: relative;
padding: 40px 0;
text-align: center;
}
#titleSCT h2 {
font-family: "A1 Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 9.178vw;
line-height: 1;
letter-spacing: 0.2em;
word-wrap: break-word;
color: #434343;
}
#mainContent .list {
position: relative;
display: flex;
flex-wrap: wrap;
}
#mainContent .block {
position: relative;
cursor: pointer;
}
#mainContent .block .image {
position: relative;
overflow: hidden;
}
#mainContent .block .image img {
transition: all 0.3s linear;
}
#mainContent .block:hover .image img {
transform: scale(1.1);
}
#mainContent .block .pack {
padding: 10px 0 60px 0;
text-align: center;
}
#mainContent .block ul {
margin: 0 0 14px 2px;
}
#mainContent .block li {
display: inline-block;
background-color: #f5f5f5;
border-radius: 9px;
margin-right: 2px;
padding: 0 4px;
font-size: 2.666vw;
line-height: 18px;
color: #666;
}
#mainContent .block .logo {
margin: 0 7px 14px 7px;
position: relative;
height: 24px;
}
#mainContent .block .logo img {
transform: translateY(-50%) translateX(-50%);
position: absolute;
left: 50%;
top: 50%;
margin: 0 auto;
max-width: 100%;
max-height: 24px;
width: auto;
height: auto;
}
#mainContent .block p {
margin: 0 15px;
font-family: "A1 Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 3.466vw;
line-height: 1.55;
}
#mainContent .block p.exp {
display: none;
}
#mainContent .block .more {
position: absolute;
left: 5px;
right: 5px;
bottom: 5px;
height: 40px;
margin: 0;
font-family: "Hiragino Kaku Gothic W4 JIS2004", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 3.2vw;
line-height: 40px;
text-align: center;
}
#mainContent .block .more a {
display: inline-block;
position: relative;
padding-left: 15px;
text-decoration: none;
color: #00603c;
}
#mainContent .block .more a::after,
#mainContent .block .more a::before {
content: '';
transform: translateY(-50%) rotate(45deg);
display: block;
position: absolute;
left: 0;
top: 50%;
margin-top: -2px;
border-bottom: 2px solid #00603c;
border-right: 2px solid #00603c;
width: 4px;
height: 4px;
}
#mainContent .block .more a::after {
opacity: 0;
top: 30%;
}
#mainContent .block:hover .more a::before {
animation: arrowbeforeT 0.3s;
}
#mainContent .block:hover .more a::after {
animation: arrowafterT 0.3s;
}
#mainContent .block .detail {
position: absolute;
left: 5px;
right: 5px;
bottom: 5px;
height: 40px;
margin: 0;
background-color: #00613b;
font-family: "A1 Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 3.2vw;
line-height: 40px;
text-align: center;
}
#mainContent .block .detail::before {
transition: all 0.3s linear;
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
background-color: rgba(255,255,255,0.2);
width: 0;
height: 100%;
}
#mainContent .block.hover .detail::before {
width: 100%;
}

#mainContent .block .detail a {
display: inline-block;
position: relative;
padding-left: 15px;
text-decoration: none;
color: #fff;
}
#mainContent .block .detail a::after,
#mainContent .block .detail a::before {
content: '';
transform: translateY(-50%) rotate(45deg);
display: block;
position: absolute;
left: 0;
top: 50%;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 4px;
height: 4px;
}
#mainContent .block .detail a::after {
opacity: 0;
left: -10px;
}
#mainContent .block:hover .detail a::before {
animation: arrowbeforeL 0.3s;
}
#mainContent .block:hover .detail a:after {
animation: arrowafterL 0.3s;
}

#mainSCT {
padding-bottom: 60px;
}
#mainSCT .cont {
position: relative;
}
#mainSCT .cont::after {
content: '';
display: block;
position: absolute;
left: 0;
bottom: 0;
background-color: #ebebeb;
width: 100%;
height: 1px;
}
#mainSCT .list {
padding-left: 1px;
}
#mainSCT .block {
border-bottom: solid 1px #ebebeb;
width: 50%;
}
#mainSCT .block:nth-of-type(odd) {
border-right: solid 1px #ebebeb;
margin-left: -1px;
}
#mainSCT .banner {
padding: 40px 17.5px 0 17.5px;
}
#mainSCT .banner a {
display: inline-block;
position: relative;
}
#mainSCT .banner a::before {
transition: all 0.3s linear;
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
background-color: rgba(255,255,255,0.2);
width: 0;
height: 100%;
}
#mainSCT .banner a:hover::before {
width: 100%;
}

#lifeStyleSCT {
position: relative;
background-color: #ededed;
padding-bottom: 80px;
}
#lifeStyleSCT::before {
content: '';
position: absolute;
left: 7.5px;
top: 0;
background-color: #d2d2d2;
width: 1px;
height: 100%;
}
#lifeStyleSCT::after {
content: '';
position: absolute;
left: 0;
bottom: 7.5px;
background-color: #d2d2d2;
width: 100%;
height: 1px;
}
#lifeStyleSCT .block li {
background-color: #fff;
}
#lifeStyleSCT .head {
padding: 53px 0 57px 0;
text-align: center;
}
#lifeStyleSCT .head::before {
content: '';
position: absolute;
left: 0;
top: 7.5px;
background-color: #d2d2d2;
width: 100%;
height: 1px;
}
#lifeStyleSCT .head h2 {
margin-bottom: 26px;
font-family: "A1 Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 5.6vw;
line-height: 1.5;
}
#lifeStyleSCT .head p {
font-family: "A1 Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 4.266vw;
line-height: 1.5;
}
#lifeStyleSCT .cont {
position: relative;
}
#lifeStyleSCT .cont::after {
content: '';
display: block;
position: absolute;
left: 0;
bottom: 0;
background-color: #fff;
width: 100%;
height: 1px;
}
#lifeStyleSCT .list {
position: relative;
background-color: #f3f3f3;
padding-left: 1px;
}
#lifeStyleSCT .block {
border-bottom: solid 1px #fff;
width: 50%;
}
#lifeStyleSCT .block:nth-of-type(odd) {
border-right: solid 1px #fff;
margin-left: -1px;
}

#designSCT {
position: relative;
background-color: #333333;
padding-bottom: 80px;
}
#designSCT::before {
content: '';
position: absolute;
left: 7.5px;
top: 0;
background-color: #1a1a1a;
width: 1px;
height: 100%;
}
#designSCT::after {
content: '';
position: absolute;
left: 0;
bottom: 7.5px;
background-color: #1a1a1a;
width: 100%;
height: 1px;
}
#designSCT .head {
padding: 46px 0 57px 0;
text-align: center;
}
#designSCT .head::before {
content: '';
position: absolute;
left: 0;
top: 7.5px;
background-color: #1a1a1a;
width: 100%;
height: 1px;
}
#designSCT .head h2 {
margin-bottom: 12px;
font-family: "A1 Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 9.333vw;
line-height: 1.5;
color: #fff;
}
#designSCT .head p {
font-family: "A1 Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 4.266vw;
line-height: 1.5;
color: #fff;
}
#designSCT .list {
background-color: #282828;
}
#designSCT .block {
border-bottom: solid 1px #000;
}
#designSCT .block .logo {
margin: 0 7px 21px 7px;
height: 34px;
}
#designSCT .block .logo img {
max-height: 34px;
}
#designSCT .block .pack {
padding: 43px 0 88px 0;
}
#designSCT .block p {
color: #fff;
}
#designSCT .block .detail a {
color: #fff;
}

#performanceSCT {
position: relative;
background-color: #fff;
padding-bottom: 80px;
}
#performanceSCT::before {
content: '';
position: absolute;
left: 7.5px;
top: 0;
background-color: #ebebeb;
width: 1px;
height: 100%;
}
#performanceSCT::after {
content: '';
position: absolute;
left: 0;
bottom: 7.5px;
background-color: #ebebeb;
width: 100%;
height: 1px;
}
#performanceSCT .head {
padding: 46px 0 57px 0;
text-align: center;
}
#performanceSCT .head::before {
content: '';
position: absolute;
left: 0;
top: 7.5px;
background-color: #ebebeb;
width: 100%;
height: 1px;
}
#performanceSCT .head h2 {
margin-bottom: 12px;
font-family: "A1 Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 9.333vw;
line-height: 1.5;
}
#performanceSCT .head p {
font-family: "A1 Mincho", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 4.266vw;
line-height: 1.5;
}
#performanceSCT .block {
border-bottom: solid 1px #ebebeb;
}
#performanceSCT .box {
background-color: #fff;
}
#performanceSCT .block .logo {
margin: 0 7px 21px 7px;
height: 34px;
}
#performanceSCT .block .logo img {
max-height: 34px;
}
#performanceSCT .block .pack {
padding: 43px 0 88px 0;
}

@media (min-width: 768px) {
	#mainContent br.sp {
	display: none;
	}
	#mainContent br.pc {
	display: block;
	}
	
	#modalSCT .modal {
	transform: translateY(0) translateX(0);
	top: 100%;
	left: 0;
	bottom: inherit;
	right: inherit;
	width: 100%;
	}
	#modalSCT.active .modal {
	transform: translateY(-50%) translateX(0);
	top: 50%;
	left: 0;
	}
	#modalSCT .cont {
	padding: 20px 74px 40px 40px;
	}
	#modalSCT .cont::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -99vh;
	display: block;
	background-color: #fff;
	width: 100%;
	height: 100vh;
	}
	#modalSCT .close {
	width: 50px;
	}
	#modalSCT .close::before {
	top: 15px;
	width: 30px;
	height: 2px;
	}
	#modalSCT .close::after {
	top: 15px;
	width: 30px;
	height: 2px;
}
	#modalSCT .close span {
	left: 7px;
	top: 46px;
	font-size: 16px;
	}
	#modalSCT .image {
	box-sizing: border-box;
	padding: 70px 0 0 15px;
	width: 54%;
	float: right;
	}
	#modalSCT .box {
	max-height: auto;
	overflow: inherit;
	}
	#modalSCT .pack {
	box-sizing: border-box;
	padding: 13px 15px 80px 0;
	width: 46%;
	float: left;
	text-align: left;
	}
	#modalSCT .pack ul {
	position: absolute;
	right: 70px;
	top: 20px;
	margin: 0;
	}
	#modalSCT .pack li {
	border-radius: 15px;
	margin: 0 0 0 10px;
	padding: 0 10px;
	font-size: 15px;
	line-height: 30px;
	}
	#modalSCT .pack .logo img {
	height: 42px;
	}
	#modalSCT .pack h3 {
	margin-top: 9px;
	font-size: 22px;
	}
	#modalSCT .pack p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.57;
	}
	#modalSCT .pack p.detail {
	position: absolute;
	left: 40px;
	bottom: 40px;
	margin-bottom: 0;
	width: 39.5%;
	font-size: 18px;
	}
	#modalSCT .pack p.detail span {
	padding: 15px 0 17px 25px;
	}
	#modalSCT .pack p.detail span::after,
	#modalSCT .pack p.detail span::before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 6px;
	height: 6px;
	}

	#titleSCT .cont {
	padding: 70px 0 50px 0;
	}
	#titleSCT h2 {
	font-size: 47px;
	}

	#mainContent .block .pack {
	padding: 14px 0 55px 0;
	}
	#mainContent .block ul {
	margin: 0 0 11px 4px;
	}
	#mainContent .block li {
	border-radius: 12px;
	margin-right: 4px;
	padding: 0 6px;
	font-size: 12px;
	line-height: 24px;
	}
	#mainContent .block .logo {
	margin: 0 7px 9px 7px;
	height: 28px;
	}
	#mainContent .block .logo img {
	max-height: 28px;
	}
	#mainContent .block p {
	font-size: 14px;
	line-height: 1.57;
	}
	#mainContent .block .more {
	height: 35px;
	font-size: 12px;
	line-height: 35px;
	}
	#mainContent .block .detail {
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	}
	#mainSCT {
	padding-bottom: 70px;
	}
	#mainSCT .list {
	margin-right: -1px;
	padding-left: 0;
	}
	#mainSCT .block {
	box-sizing: border-box;
	border-right: solid 1px #ebebeb;
	width: 25%;
	}
	#mainSCT .block:nth-of-type(odd) {
	border-right: solid 1px #ebebeb;
	margin-left: 0;
	}
	#mainSCT .banner {
	padding: 40px 40px 0 40px;
	}
	#mainSCT .banner a {
	margin: 0 auto;
	display: block;
	max-width: 900px;
	}

	#lifeStyleSCT {
	padding-bottom: 150px;
	}
	#lifeStyleSCT::before {
	left: 15px;
	}
	#lifeStyleSCT::after {
	bottom: 15px;
	}
	#lifeStyleSCT .head {
	padding: 68px 0 70px 0;
	}
	#lifeStyleSCT .head::before {
	top: 15px
	}
	#lifeStyleSCT .head h2 {
	margin-bottom: 34px;
	font-size: 36px;
	}
	#lifeStyleSCT .head p {
	font-size: 20px;
	line-height: 1.6;
	}
	#lifeStyleSCT .list {
	margin-right: -1px;
	padding-left: 0;
	}
	#lifeStyleSCT .block {
	box-sizing: border-box;
	border-right: solid 1px #fff;
	width: 25%;
	}
	#lifeStyleSCT .block:nth-of-type(odd) {
	border-right: solid 1px #fff;
	margin-left: 0;
	}

	#designSCT {
	padding-bottom: 150px;
	}
	#designSCT::before {
	left: 15px;
	}
	#designSCT::after {
	bottom: 15px;
	}
	#designSCT .head {
	padding: 68px 0 70px 0;
	}
	#designSCT .head::before {
	top: 15px;
	}
	#designSCT .head h2 {
	margin-bottom: 34px;
	font-size: 36px;
	}
	#designSCT .head p {
	font-size: 20px;
	line-height: 1.6;
	}
	#designSCT .list {
	position: relative;
	margin-right: -1px;
	padding-left: 0;
	}
	#designSCT .block {
	box-sizing: border-box;
	border-right: solid 1px #000;
	width: 25%;
	}
	#designSCT .block:last-child {
	position: absolute;
	right: 0;
	top: 0;
	}
	#designSCT .block .logo {
	margin: 0 7px 17px 7px;
	height: 34px;
	}
	#designSCT .block .logo img {
	max-height: 34px;
	}
	#designSCT .block .pack {
	padding: 35px 0 60px 0;
	}
	#designSCT .block p {
	font-size: 16px;
	}

	#performanceSCT {
	padding-bottom: 150px;
	}
	#performanceSCT::before {
	left: 15px;
	}
	#performanceSCT::after {
	bottom: 15px;
	}
	#performanceSCT .head {
	padding: 68px 0 70px 0;
	}
	#performanceSCT .head::before {
	top: 15px;
	}
	#performanceSCT .head h2 {
	margin-bottom: 34px;
	font-size: 36px;
	}
	#performanceSCT .head p {
	font-size: 20px;
	line-height: 1.6;
	}
	#performanceSCT .list {
	border-top: solid 1px #ebebeb;
	border-bottom: none;
	}
	#performanceSCT .block {
	width: 100%;
	text-align: center;
	}
	#performanceSCT .box {
	box-sizing: border-box;
	margin: 0 auto;
	border-left: solid 1px #ebebeb;
	border-right: solid 1px #ebebeb;
	width: 100%;
	max-width: 1024px;
	}
	#performanceSCT .block .image {
	border-bottom: none;
	width: 340px;
	float: left;
	}
	#performanceSCT .block .logo {
	margin: 0 0 2px 0;
	height: 38px;
	}
	#performanceSCT .block .logo img {
	transform: translateY(-0%) translateX(-0%);
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	max-height: 38px;
	height: 38px;
	}
	#performanceSCT .block .pack {
	position: relative;
	box-sizing: border-box;
	margin-left: 340px;
	padding: 55px 0 0 65px;
	min-height: 227px;
	vertical-align: middle;
	text-align: left;
	}
	#performanceSCT .block p {
	margin: 0;
	font-size: 16px;
	}
}
@media (min-width: 1014px) {
	#modalSCT .modal {
	transform: translateY(0) translateX(-50%);
	left: 50%;
	right: inherit;
	width: 1014px;
	}
	#modalSCT.active .modal {
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	}
	#modalSCT .cont::before {
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	display: block;
	background-color: #f5f5f5;
	width: 100%;
	height: 100vh;
	}
}
@media (min-width: 1365px) {
	#modalSCT .modal {
	transform: translateY(0) translateX(-50%);
	left: 50%;
	right: inherit;
	margin-left: 105px;
	width: auto;
	}
	#modalSCT.active .modal {
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	}
	#modalSCT .cont {
	width: 1014px;
	}
}

@keyframes arrowbeforeT {
100% {top: 70%;opacity: 0;}
}
@keyframes arrowafterT {
50% {top: 30%;opacity: 0;}
100% {top: 50%;opacity: 1;}
}
@keyframes arrowbeforeL {
100% {left: 10px;opacity: 0;}
}
@keyframes arrowafterL {
50% {left: -10px;opacity: 0;}
100% {left: 0;opacity: 1;}
}
