*{
	box-sizing: border-box;
}
html{
	font-size: 62.5%; /* 10px */
}
body{
	/* overflow-x: hidden; */
	font-family: 'Noto Sans JP',"游ゴシック Medium","YuGothic Medium","Yu Gothic Medium","游ゴシック","YuGothic","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Roboto Regular","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	text-align: center;
	background: #FFF;
	background: url(../img/bg.png) repeat top center;
	background-size: 75%;
	color: #282828;
	font-size: 1.4rem;
	line-height: 1.6;
	min-width: 320px;
	letter-spacing: 0.01em;
	min-height: 100vh;
}
.sp{ display: block; }
.pc{ display: none; }

/* animation */
.open-ing{
	animation-name: op-fade2;
	animation-delay: 0.25s;
	animation-duration: 4.25s;
	animation-fill-mode: both;
	animation-timing-function: ease-in;
}
	.ttl-logo{
		animation-name: op-fadein;
		animation-delay: 2s;
		animation-duration: .5s;
		animation-fill-mode: both;
		animation-timing-function: ease;
	}
.t01{
	animation-name: op-fadein;
	/* animation-delay: 3.75s; */
	animation-delay: 0.5s;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: ease-in;
}
.t02{
	animation-name: op-fadein;
	/* animation-delay: 4.75s; */
	animation-delay: 1.5s;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: ease-in;
}
.t03{
	animation-name: op-fadein;
	/* animation-delay: 5.75s; */
	animation-delay: 2.5s;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: ease-in;
}

@keyframes op-fade{
	0%{ opacity: 1; }
	100%{ opacity: 0; }
}
@keyframes op-fade2{
	0%{ opacity: 1; }
	60%{ opacity: 1; }
	100%{ opacity: 0; }
}
@keyframes op-fadein{
	0%{ opacity: 0; }
	100%{ opacity: 1; }
}
@keyframes op-scale{
	0%{
		opacity: 0;
		transform: scale(.5);
	}
	100%{
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes op-translate{
	0%{
		opacity: 0;
		transform: translateY(5vh);
	}
	100%{
		opacity: 1;
		transform: translateY(0);
	}
}



.effect img{
	transition: .8s;
}

.fadeInUp{
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
}
@-webkit-keyframes fadeInUp{
	0%{
		opacity: 0;
		-webkit-transform: translateY(4vh);
	}
	100%{
		opacity: 1;
		-webkit-transform: translateY(0);
		transition: .5s .3s;
	}
}
@keyframes fadeInUp{
	0%{
		opacity: 0;
		-webkit-transform: translateY(4vh);
		-ms-transform: translateY(4vh);
		transform: translateY(4vh);
		transition: .5s .3s;
	}
	100%{
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		transition: .5s .3s;
	}
}

.fadeIn{
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	visibility: visible !important;
}
@keyframes fadeIn{
	0%{ opacity: 0; }
	100%{ opacity: 1; }
}
@-webkit-keyframes fadeIn{
	0%{ opacity: 0; }
	100%{ opacity: 1; }
}


main img{
	opacity: 0;
}
main img.lazyloaded{
	animation: fade 1s forwards;
}
@keyframes fade{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.commonHeader__drawerContent{
	text-align: left;
}
/* :not(main) img.lazyloaded {
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
} */



h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
ul, li, ol{
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
em{ font-style: normal; }
dl{
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
	padding: 0;
}
img{
	max-width: 100%;
	vertical-align: top;
	transition: 0.4s;
}

a{
	color: #003bfd;
	text-decoration: none;
	transition: 0.4s;
}
/*a:visited{ color: #4900c1; text-decoration: none; }*/
a:hover, a:active, a:focus{
	color: #00ffff;
	text-decoration: none;
	transition: 0.4s;
}
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: 0.4s;
}

/* ボタン外部（チケット購入など） */
a[target="_blank"] p:after{
	content: "\f08e";
	font-family: 'FontAwesome';
	vertical-align: middle;
	display: inline-block;
	padding: 0 0 0 4px;
}

/* text decoration */
.sat{ color: #006cff; }
.sun{ color: #ff007e; }
.bold{ font-weight: bold; }
.red{ color: #d70b49; }
.pink{ color: #ff3d9d; }
.blue{ color: #0752b9; }
.yellow{ color: #ffd900; }
.green{ color: #00a226; }
.tline{ text-decoration: line-through; }
.uline{ text-decoration: underline; }

.size08{ font-size: 0.8rem; }
.size09{ font-size: 0.9rem; }
.size11{ font-size: 1.1rem; }
.size12{ font-size: 1.2rem; }
.size14{ font-size: 1.4rem; }
.size16{ font-size: 1.6rem; }
.size18{ font-size: 1.8rem; }
.size20{ font-size: 2.0rem; }
.size22{ font-size: 2.2rem; }
.size24{ font-size: 2.4rem; }

.fl-left{ float: left; }
.fl-right{ float: right; }





/* /basic+ */
.open-ing{
	position: fixed;
	content: "";
	width: 100vw;
	height: 100vh;
	display: block;
	background-color: #e96087;
	/* background-image: url(../img/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50% auto; */
	z-index: 10000;
	pointer-events: none;
}
	.open-ing ul{
		width: 96%;
		margin: 0 auto;
	}
		.open-ing ul li{
		}
		.open-ing ul li img{
			border: 4px solid #FFF;
			position: absolute;
			top: 35%;
			left: 15%;
			box-shadow: 0px 1px 12px 0px rgba(35, 35, 35, 0.25);
		}
		img.p01{
			width: 70%;
			transform: rotate(-4deg);
			z-index: 2;
			animation-name: op-fadein;
			animation-delay: 0.25s;
			animation-duration: 0.5s;
			animation-fill-mode: both;
			animation-timing-function: ease;
		}
		img.p02{
			width: 65%;
			transform: rotate(4deg);
			z-index: 3;
			animation-name: op-fadein;
			animation-delay: 0.75s;
			animation-duration: 0.5s;
			animation-fill-mode: both;
			animation-timing-function: ease;
			left: 17.5% !important;
		}
		img.p03{
			width: 65%;
			transform: rotate(-6deg);
			z-index: 4;
			animation-name: op-fadein;
			animation-delay: 1.25s;
			animation-duration: 0.5s;
			animation-fill-mode: both;
			animation-timing-function: ease;
			left: 17.5% !important;
		}
		img.p04{
			width: 70%;
			transform: rotate(6deg);
			z-index: 5;
			animation-name: op-fadein;
			animation-delay: 1.75s;
			animation-duration: 0.5s;
			animation-fill-mode: both;
			animation-timing-function: ease;
		}
		img.p05{
			width: 75%;
			transform: rotate(-4deg);
			z-index: 5;
			animation-name: op-fadein;
			animation-delay: 2.25s;
			animation-duration: 0.25s;
			animation-fill-mode: both;
			animation-timing-function: ease;
			left: 12.5% !important;
		}





div#wrapper{
	min-height: 100vh;
	position: relative;
	/* padding-bottom: 60px; */
}
div#container{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0;
}

main{
}
	div.header{
		background: url(../img/main.webp) no-repeat top center / 100%;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		width: 100%;
		margin: 0 auto 0vw;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.64;
	}

	h1{}
	img.logo{
		width: 70%;
		/* max-width: 600px; */
		margin: 44vw auto 0;
	}
	.header h2{
		width: 75%;
		margin: 2vw auto 8vw;
	}
	.header h3{
		width: 90%;
		margin: 0 auto 10vw;
	}

	.cast{
		overflow: hidden;
	}
	.cast-inner{
		width: 100%;
		margin: 0 auto 2.4em;
	}
		.cast-inner h3 img{
			width: 40%;
			margin: 0 auto 0.4em;
		}

		.cast-photo{
			width: 98%;
			margin: 0 auto;
		}
		.cast-photo h4{
			width: 40%;
			max-width: 360px;
			margin: 0 auto;
		}
		.cast-photo h4 img{}
		.cast-photo2{
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}
		.cast-photo2 h4{
			width: calc(100% / 3);
			padding: 0 0.5%;
		}
		.cast-photo2 h4 img{
		}
		.cast-photo3{
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}
		.cast-photo3 h4{
			width: calc(100% / 3);
			padding: 0 0.5%;
		}
		.cast-photo3 h4 img{
		}


	#link{
		width: 88%;
		max-width: 1024px;
		margin: 5em auto;
	}
		.link-cont{
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}
		.link-cont a{
			width: calc(100% / 2);
			padding: 0 8.8%;
		}
		.link-cont a img{}



	.movie{
		width: 94%;
		margin: 0 auto 10vw;
	}
		.movie h3 img{
			width: 40%;
			margin: 0 auto 0.4em;
		}
		.movie p{
			font-size: 1.4rem;
			font-weight: bold;
			padding: 0px 0px 1vw;
		}
		.movie-embed{
			width: 100%;
			height: 0;
			padding-top: 56.25%;
			position: relative;
		}
		.movie-embed iframe{
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
		}

		.bnr-delivery{
			background: #fffdef;
			width: 80%;
			max-width: 960px;
			margin: 1.6em auto 3.2em;
			border-radius: 8px;
			padding: 1em 0.5em 0.8em;
		}
			.bnr-delivery-inner{
				display: flex;
				margin: 1em auto;
				max-width: 720px;
			}
			.bnr-delivery-inner a{
				width: 46%;
				margin: 0 2%;
				transition: 1s;
			}
			.bnr-delivery-inner a img{
				border: #0059ff 1px solid;
				width: 80%;
				max-width: 320px;
				margin: 0 auto;
			}
			.bnr-delivery-inner a.none{
				pointer-events: none;
				opacity: 0.35;
			}
			.bnr-delivery-inner a.none img{
				border: 1px solid #CCC;
			}

			.bnr-delivery-inner a:hover{
				opacity: 0.7;
				transition: 0.35s;
			}


	.sns{
		width: 94%;
		margin: 0 auto 10vw;
		text-align: center;
	}
		a.sns-x{
			font-size: 110%;
			display: inline-block;
			background: #000;
			color: #FFF;
			padding: 8px 24px;
			border-radius: 8px;
		}
		a:hover.sns-x{
			opacity: 0.5;
		}


	/* ↓Scroll sp/pc */
	.scroll{
		position: fixed;
		/* left: 0; */
		right: 0;
		bottom: 2.8vh;
		margin: 0 auto;
		width: 60px;
		height: 120px;
		z-index: 10;
		background: url(../img/scroll.png) no-repeat center center;
		background-size: contain;
		filter: drop-shadow(0px 0px 2px rgba(255,255,255,0.5));
		animation-name: scrollblink;
		animation-duration: 1.4s;
		animation-direction: alternate;
		animation-fill-mode: both;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
	}
		@keyframes scrollblink{
			0%{
				opacity: 0;
				transition: 1.4s;
				transform: translateY(12px);
				/* visibility: hidden; */
			}
			100%{
				opacity: 0.75;
				transform: translate(0);
				/* visibility: visible; */
			}
		}
		.scroll{}
			@keyframes scroll-blink{
				0%{
					transform: translateY(12px);
				}
				100%{}
			}

.chapter{
	padding: 0px 0 28px;
	overflow: hidden;
	clear: both;
}
.chapter_box{
	width: 100%;
	margin: 0px auto 0;
	overflow: hidden;
}
.chapter-non{
	overflow: visible;
}

section#outline{
	padding: 0px 0px 40px;
	overflow: hidden;
	background: #FFF;
}


		.ani-chara01{
			animation-name: chara-scale;
			animation-duration: .5s;
			animation-fill-mode: both;
			animation-timing-function: ease;
		}
		.ani-chara01{
			animation-delay: 2.5s;
		}
		@keyframes chara-scale{
			0%{
				opacity: 0;
				transform: scale(.5);
			}
			100%{
				opacity: 1;
				transform: scale(1);
			}
		}
		@keyframes chara-translate{
			0%{
				opacity: 0;
				transform: translateY(5vh);
			}
			100%{
				opacity: 1;
				transform: translateY(0);
			}
		}


	


	a.btn-link{
		text-align: center;
		display: block;
		color: #FFF;
		background: #1286ff;
		padding: 8px 16px;
		margin: 16px auto 20px;
		width: 80%;
		max-width: 360px;
		border-radius: 36px;
		transition: 0.4s;
		font-size: 1.54rem;
	}
	a.btn-link:hover{
		background: #ff1f7d;
		color: #FFF;
	}
		a.btn-link span{
			font-size: 1.28rem;
		}

	a.btn-link::before{
		content:"\f138";
		font-family: 'FontAwesome';
		vertical-align: middle;
		display: inline-block;
		padding: 0 4px 4px 2px;
		color: #FFF;
	}



#foot-link,
#foot-link2{
	background: #F9F9F9;
	padding: 16px 0;
}
#foot-link2{
	background: #000;
}
	#foot-link img.foot-logo,
	#foot-link2 img.foot-logo{
		margin: 0px auto 2px;
		width: 20%;
	}


#links{
	background: #53b3ac;
	padding: 32px 0;
}
	#links img{
		margin: 0 auto;
		width: 180px;
		/* border: 1px solid #C0C0C0; */
	}



/* Page Top
=================================== */
#page-top{ position: fixed; bottom: 0px; right: 0px; font-size: 88%; z-index: 20; }
#page-top a{
	display: block;
	background: url(../img/to_top.png) center top no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	border: 1px solid #53b3ac;
}
#page-top a:hover{
	background: url(../img/to_top_on.png) center top no-repeat;
	background-size: contain;
}


footer{
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.4;
	background: #f25b8e;
	/* border-top: 4px solid #2c685f; */
	padding: 0 0 0 0;
}
footer div{
	width: 100%;
	margin: 0 auto;
}
footer p{
	color: #FFF;
	padding: 1em;
}
footer p a{
	color: #FFF;
}
footer p a:visited{
	color: #FFF;
}
footer p a:hover{
	color: #fff3d0;
	text-decoration: underline;
}





/*
======================================================================================================================================================================================================== */
@media screen and (min-width: 375px){
}
@media screen and (min-width: 534px){
}
@media screen and (min-width: 640px){
}





.slider{
	width: 94%;
	margin: 0 auto;
	margin-top: 10px;
}
.slider .slick-slide{
	transform: scale(0.8);
	transition: all .10s;
	opacity: 0.5;
}
.slider .slick-slide.slick-center{
	transform: scale(1);
	opacity: 1;
}

@media screen and (max-width: 959px){
	.slider img{
		width:60vw;
	}
}

@media screen and (min-width: 960px){
	.slider img{
		width:50vw;
	}
}





@-webkit-keyframes loop_left{
	from{
		background-position: 0 0;
	}
	to{
		background-position: -6000px 0;
	}
}
@keyframes loop_left{
	from{
		background-position: 0 0;
	}
	to{
		background-position: -6000px 0;
	}
}

.photo-cont{
	width: 100%;
	overflow: hidden;
}
.photo-main{
	background-image: url("../img/photo-main.webp");
	height: 48vw;
	width: 100%;
	background-size: cover;
	background-repeat: repeat-x;
	margin-bottom: 8vw;
	-webkit-animation: loop_left 70s linear infinite;
	animation: loop_left 70s linear infinite;
}

/* SNS Single */
h3.cap{
	color: #888;
	margin: 4px auto 6px;
	padding: 12px 0 0;
	text-align: center;
	font-size: 1.32rem;
	box-shadow: none;
}
div.share-cont{
	clear: both;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
	/* SNS Common */
	ul#sg-sns-share{
		width: 100%;
		max-width: 240px;
		margin: 0px auto 6vw;
		/* background: #FFF;
		border-radius: 24px; */
		display: flex;
		flex-wrap: wrap;
		overflow: hidden;
	}
		ul#sg-sns-share li{
			display: block;
			width: 33.3%;
			margin: 0 auto;
			padding: 4px 8px 4px;
			max-width: 60px;
		}





/* PC
==================================================================================================== */
@media screen and (min-width: 1024px){
	html{}

	.sp{ display: none; }
	.pc{ display: block; }

	body{
	}

	.open-ing{
		/* background-image: url("../img/logo.png"); */
		/* background-size: cover; */
		/* background-size: 320px auto; */
	}
	.open-ing ul{}
		.open-ing ul li{}
		.open-ing ul li img{
			border: 8px solid #FFF;
			top: 20%;
			left: 25%;
		}
		img.p01{
			width: 50%;
			transform: rotate(-4deg);
			animation-delay: 0.25s;
			animation-duration: 0.5s;
		}
		img.p02{
			width: 48%;
			transform: rotate(4deg);
			animation-delay: 0.75s;
			animation-duration: 0.5s;
			left: 26% !important;
		}
		img.p03{
			width: 48%;
			transform: rotate(-9deg);
			animation-delay: 1.25s;
			animation-duration: 0.5s;
			left: 26% !important;
		}
		img.p04{
			width: 52%;
			transform: rotate(1deg);
			animation-name: op-fadein;
			animation-delay: 1.75s;
			animation-duration: 0.5s;
			left: 24% !important;
		}
		img.p05{
			width: 50%;
			transform: rotate(-3deg);
			animation-delay: 2.25s;
			animation-duration: 0.5s;
			left: 25% !important;
		}





	div#wrapper{}
	div#container{
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	div.header{
		background: url(../img/main-pc.webp) no-repeat top center / 100%;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 8em;
		font-size: 2.2rem;
		line-height: 2;
	}
	h1{}
	img.logo{
		margin: 34vw auto 0px;
		width: 50vw;
		max-width: 720px;
	}
	.header h2{
		width: 50vw;
		max-width: 800px;
		margin: 20px auto 0px;
	}
	.header h3{
		min-width: 1024px;
		max-width: 1400px;
		padding: 0 0.25em;
		margin: 64px auto 80px;

		/* padding: 2.5em 3em;
		background: rgba(255, 255, 255, 0.7);
		border-radius: 24px;
		box-shadow: 0px 2px 24px 0px rgba(255, 38, 150, 0.04); */
	}

	.cast{}
	.cast-inner{
		max-width: 1280px;
		margin: 0 auto 8.8em;
	}
		.cast-inner h3 img{
			width: 50%;
			max-width: 400px;
			margin: 0 auto 1.6em;
		}

		.cast-photo{
			width: 98%;
			margin: 0 auto;
		}
		.cast-photo h4{
			width: 50%;
			max-width: 400px;
			margin: 0 auto;
		}
		.cast-photo h4 img{}
		.cast-photo2{}
		.cast-photo2 h4{
			width: calc(100% / 3);
			padding: 0 1%;
		}
		.cast-photo2 h4 img{
		}
		.cast-photo3{}
		.cast-photo3 h4{
			width: calc(100% / 3);
			padding: 0 1%;
		}
		.cast-photo3 h4 img{
		}


	#link{}
		.link-cont{}
		.link-cont a{
			padding: 0 12%;
		}
		.link-cont a img{}


	.photo-cont{}
	.photo-main{
		height: 330px;
		margin-bottom: 64px;
		-webkit-animation: loop_left 90s linear infinite;
		animation: loop_left 90s linear infinite;
	}


	/* SNS Single */
	h3.cap{
		background: none;
	}
	div.share-cont{
		width: 100%;
		text-align: center;
		margin: 0px;
		overflow: hidden;
	}
		/* SNS Common */
		ul#sg-sns-share{
			max-width: 320px;
			margin: 4px auto 40px;
			padding: 4px 8px;
			/* background: #FFF;
			border-radius: 32px; */
			text-align: center;
			overflow: hidden;
		}
			ul#sg-sns-share li{
				margin: 0 auto 0;
				padding: 0;
				max-width: 52px;
			}
			ul#sg-sns-share li img{
				height: auto;
				width: 100%;
			}











	.movie{
		width: 94%;
		max-width: 1400px;
		margin: 0 auto 64px;
	}
		.movie h3 img{
			width: 50%;
			max-width: 360px;
			margin: 0 auto 1.6em;
		}
		.movie p{
			font-size: 1.8rem;
			padding: 0px 0px 12px;
		}
		.movie-embed{
		}
		.movie-embed iframe{
		}


	.sns{
		width: 94%;
		margin: 0 auto 80px;
	}
		a.sns-x{
			font-size: 140%;
			font-weight: bold;
			padding: 10px 32px;
			border-radius: 8px;
		}



	.chapter{
		padding: 0px 0 0px;
	}
	.chapter_box{
		width: 100%;
		margin: 0px auto 0;
		overflow: hidden;
	}

	section#outline{
		padding: 0px 0px 60px;
		overflow: hidden;
	}


		a.btn-link{
			text-align: center;
			display: block;
			color: #FFF;
			background: #1286ff;
			/* border: #0872ff 1px solid; */
			padding: 10px 32px;
			margin: 12px auto 24px;
			width: 30%;
			border-radius: 40px;
			transition: 0.4s;
			font-size: 1.64rem;
			font-weight: bold;
		}
		a.btn-link:hover{
			background: #ff1f7d;
			color: #FFF;
		}
			a.btn-link span{
				font-size: 1.4rem;
				font-weight: normal;
			}

		a.btn-link::before{
			vertical-align: bottom;
			padding: 0 4px 0px 2px;
		}

	#links{
		padding: 48px 0;
	}
		#links img{
			margin: 0 auto;
			width: 240px;
		}

	footer{
		clear: both;
	}
	footer p{
		padding: 1.3em;
	}
	footer p a{}
	footer p a:visited{}
	footer p a:hover{}


	/* Page Top
	==================================================================================================== */
	#page-top{
		position: fixed;
		bottom: 0px;
		right: 0px;
		font-size: 88%;
		z-index: 20;
	}
		#page-top a{
			width: 48px;
			height: 48px;
		}
		#page-top a:hover{
		}
}



@media screen and (min-width: 1280px){
}
@media screen and (min-width: 1440px){
}
@media screen and (min-width: 1600px){
}



.clear{ clear: both; }
.clearfix:after{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}
.clearfix{
	display: inline-table;
	zoom: 1;
}

/* Hides from IE-mac \*/
* html .clearfix{ height: 1%; }
.clearfix{ display: block; }
/* End hide from IE-mac */