@charset "utf-8";
/* CSS Document */

/* #ff0099 */


body { color: #111; background: #FFF ; font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }
.page-loader {
	background:none ; display: none; 
}
.container { position: relative; min-width: 900px; }
a {color: #ff0099;}
a:hover, a:focus {	text-decoration: none;	color: #ff0099;	outline: 0;}

#twitter { margin-bottom: 15px; background: #FFF ; padding: 0; border: 5px solid #000}
#side-bnn img { width: 48%; margin: 1%; }
.twTtl { width:100% ; background: #000 ; text-align: center; }

@media screen and (min-width:1400px) {
#side-box { width: 300px; position: absolute; margin-right: -320px; top: 20px; right: 0}
#side-bnn img { width: 100%; margin-bottom: 5px; }
}

.red	{color:#ff3d01 !important;}
.pink	{color:#ff6699 !important;}
.blue	{color:#00baff !important;}
.orange { color:#ef8e9f !important;}
.gray { color:#666666 ; }

.hevenReserveList { background-color: #87afff; color: #FFF; border-radius: 10px; line-height: 110%; text-align: center; padding: 7px; font-weight: 600; font-size: 125%; margin-top: 5px; }
.hevenReserveList a { color: #FFF ;}

.hevenReserve { width: 220px; display: inline-block; border: solid 4px #87afff ; background-color: #87afff; color: #FFF;  border-radius: 35px; line-height: 110%; text-align: center;font-weight: 600; font-size: 170%; margin-top: 10px; }
.hevenReserve a { color: #FFF ;}
.hevenReserve span { display: block; border: 2px solid #FFF; border-radius: 35px; padding: 7px; }

.ninsho{ display: none ; }
#ninsho-wrap { width: 100%; height: 100vh ; background-color: rgba(255,255,255,0.9) ; z-index: 2000 ; position: fixed; }
.ninsho-exp { width: 1102px ; background: url(../images/shop/ninshoBG.png?ver=1.10) no-repeat top center; color: #111111; z-index: 2000 ; font-size: 1.5rem ; position: fixed; top: 50% ;left: 50% ; margin-left: -551px; margin-top: -460px; text-align: center ; padding: 10px 0;  }

.ninsho-exp-in { height: 700px; box-sizing: border-box; }
.ninsho-exp img#LOGO { position: absolute; top: 54px; left: 152px;}
.ninsho-exp a { display: inline-block; cursor: pointer; margin: 0 3px; transition: opacity 0.3s ease 0s; }
.ninsho-exp a:hover { opacity: 0.7 ; } 

.ninsho-exp a#ENTER { width:236px; height:77px; background-image: url(../images/shop/ENTER.png) ; background-size: 236px; background-repeat:no-repeat ; background-position: left top; position: absolute; top: 356px; left: 236px; }

.ninsho-exp a#EXIT { width:199px; height:64px;  background-image: url(../images/shop/EXIT.png) ; background-size: 199px; background-repeat:no-repeat ; background-position: left top; position: absolute; top: 364px; left: 485px;  }

.ninsho-exp a#ENGLISH{ width:199px; height:64px; background-image: url(../images/shop/btn_en.png) ; background-size: 199px; background-repeat:no-repeat ; background-position: left top; position: absolute; top: 435px; left: 95px; }

.ninsho-exp a#CHINESE { width:199px; height:64px;  background-image: url(../images/shop/btn_cn.png) ; background-size: 199px; background-repeat:no-repeat ; background-position: left top; position: absolute; top: 435px; left: 305px;  }

.ninsho-exp a#CHINESE2{ width:199px; height:64px; background-image: url(../images/shop/btn_cn02.png) ; background-size: 199px; background-repeat:no-repeat ; background-position: left top; position: absolute; top: 435px; left: 515px; }

.ninsho-exp a#KOREAN { width:199px; height:64px;  background-image: url(../images/shop/btn_kore.png) ; background-size: 199px; background-repeat:no-repeat ; background-position: left top; position: absolute; top: 435px; left: 725px;  }

#HEVEN { width: 1030px; position: absolute; top: 504px; left: 0;  }
#HEVEN img{ margin: 2px;}

#ninshoBnn { width: 1030px; position: absolute; top: 656px; left: 0;  }
#ninshoBnn ul{ list-style: none ; margin: 0 ; padding: 0; text-align: center;}
#ninshoBnn ul li{ display: inline-block; ;}

.ninsho-exp h1 { width: 640px; line-height: 60px; overflow: visible; margin: 0 auto ; color: #ff0099; font-weight: 900 ; background-image: url(../images/shop/ninsho18.png) ; background-size: 60px ; background-repeat: no-repeat; padding-left: 40px;}
.ninsho-exp h2{ width: 450px; position: absolute; top: 722px; left: 288px ; text-align: left; font-weight: 400; font-size: 13px; color: #333 ;  }
.ninsho-exp h2 a { color: #fba0bb ; }

#fly-in {  font-size: 40px;  margin: 0 auto;  height: 70px; text-transform: uppercase; }
#fly-in div { position: fixed; margin: 0 0; opacity: 0; left: 10vw; width: 80vw; animation: switch ease-in forwards ; animation-delay: 3s ;animation-duration: 2s;  }

@keyframes switch {
    0% { opacity: 0;filter: blur(20px); transform:scale(12)}
    100% { opacity: 1;filter: blur(0); transform:scale(1)}
}
@keyframes boxblur {
    0% { opacity: 0;filter: blur(20px); }
    100% { opacity: 1;filter: blur(0); }
}
.breadcrumb { padding: 5px 10px; margin-bottom: 0; font-size: 16px; list-style: none; color: #FFF; background: linear-gradient(180deg, rgba(252,202,231,1) 0%, rgba(251,157,183,1) 100%); border-radius: 0 }
.breadcrumb a { color: #FFF ; }
.breadcrumbRecruit { padding: 5px 10px; margin-bottom: 20px; font-size: 15px; list-style: none; color: #FFF; background-color: #000; border-radius: 0 }
.breadcrumbRecruit a { color: #FFF ; }

.page-loader { background: #FFF; }

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/shop/controls.png) no-repeat -43px 0;
	z-index: 9999;
}
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/shop/controls.png) no-repeat 0 0;
	z-index: 9999;

}
.main { background: #FFF; color: #111}
.main-wrap  { background: #FFF ; }
.main-wrap-recruit  {  background: #FFF ; }
.module, .module-small { padding: 50px 0 }

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.bx-wrapper {
	border: none;
	background: none;
	margin-bottom: 0;
}
.free-content { margin-bottom: 10px; }
#top-slider-box { margin: 20px 0; border: 5px solid #ff0099; padding: 5px; }
.flexslider { margin: 0 auto  ; position: relative; zoom: 1; border: none;  }
#top-slider { margin: 0 auto 5px ;  }
.flexslider .slides li img { cursor: pointer }

.swiper-slide img{ width: 100% }
#indexPhone { color: #FFF; font-size: 35px; position: relative; margin: 9vh 30px 0 0; z-index: 500 ; text-align: right;text-shadow: 0 0 5px rgba(0,0,0,0.9) ; font-weight: 900;}
#indexPhone h1 { margin: 0; padding: 0}
#indexPhone span { font-size: 25px; display: block;}

#indexExp { color: #FFF; font-size: 22px; position: absolute; bottom: 40px; left: 28px;  z-index: 500 ; text-align: left;text-shadow: 0 0 5px rgba(0,0,0,0.9) ; }
#indexExp img { width:570px }
#sidePhone { color: #FFF; font-size: 25px; line-height: 33px; position: relative; z-index: 500 ; text-align: right; text-shadow: #ff8887 2px 0px 0, #ff8887 -2px 0px 0, #ff8887 0px -2px 0, #ff8887 -2px 0px 0, #ff8887 2px 2px 0, #ff8887 -2px 2px 0, #ff8887 2px -2px 0, #ff8887 -2px -2px 0, #ff8887 1px 2px 0, #ff8887 -1px 2px 0, #ff8887 1px -2px 0, #ff8887 -1px -2px 0, #ff8887 2px 1px 0, #ff8887 -2px 1px 0, #ff8887 2px -1px 0, #ff8887 -2px -1px 0, #ff8887 1px 1px 0, #ff8887 -1px 1px 0, #ff8887 1px -1px 0, #ff8887 -1px -1px 0; font-weight: 900 ; font-family: 'M PLUS Rounded 1c', sans-serif}
#sidePhone span { font-size: 15px; display: block;}
#sidePhone span { font-size: 23px; display: block;line-height: 30px;text-shadow: #0100fc 2px 0px 0, #0100fc -2px 0px 0, #0100fc 0px -2px 0, #0100fc -2px 0px 0, #0100fc 2px 2px 0, #0100fc -2px 2px 0, #0100fc 2px -2px 0, #0100fc -2px -2px 0, #0100fc 1px 2px 0, #0100fc -1px 2px 0, #0100fc 1px -2px 0, #0100fc -1px -2px 0, #0100fc 2px 1px 0, #0100fc -2px 1px 0, #0100fc 2px -1px 0, #0100fc -2px -1px 0, #0100fc 1px 1px 0, #0100fc -1px 1px 0, #0100fc 1px -1px 0, #0100fc -1px -1px 0;}

header { width: 100%; height: 550px; padding-top: 80px; margin-top: -55px; background: url(../images/shop/headerBG.jpg) ; background-size: 60% ; background-position: center; text-align: center; }
header#headerAll { width: 100%; height: 280px; padding-top: 40px; margin-top: -55px; background: url(../images/shop/headerBG.jpg) ; background-position: center; background-size: 30% ; text-align: center; border-bottom: 7px #111 solid ; }
#videoBox { width: 1000px; height: 420px; background: #FFF ; overflow: hidden; margin: 0 auto ; border: #fefefe 10px solid; ; box-shadow: 0 0 10px 5px rgba(0,0,0,0.5) }
#videoBox video{ width: 100%; margin-top: -150px; }
#logoL { margin: -363px auto 0; position: relative; z-index: 50 }
#logoAll { width: 650px; margin: 0 auto 0; position: relative; z-index: 50 }
#headerSlider { padding: 10px ; border: 1px solid #111 ; border-left: none; border-right: none; }
.navbar-brand { height: 75px; line-height: 75px; display: inline-block; padding: 5px; }
#headerLogo { height: 50px; }

.navbar-brand img{ float: left ;}
.navbar-brand span{ font-family: 'M PLUS Rounded 1c', sans-serif ; font-weight: 900 ; font-size: 36px; text-shadow: #0100fc 2px 0px 0, #0100fc -2px 0px 0, #0100fc 0px -2px 0, #0100fc -2px 0px 0, #0100fc 2px 2px 0, #0100fc -2px 2px 0, #0100fc 2px -2px 0, #0100fc -2px -2px 0, #0100fc 1px 2px 0, #0100fc -1px 2px 0, #0100fc 1px -2px 0, #0100fc -1px -2px 0, #0100fc 2px 1px 0, #0100fc -2px 1px 0, #0100fc 2px -1px 0, #0100fc -2px -1px 0, #0100fc 1px 1px 0, #0100fc -1px 1px 0, #0100fc 1px -1px 0, #0100fc -1px -1px 0; letter-spacing: -1px ; }

.navbar  { color: #474545; font-weight: bold; }
.navbar-nav { padding-right: 10px;  }
.navbar-nav li a { color: #FFF; }
.navbar-nav li a.act { color: #FFF ; border-bottom: 2px solid #FFF ; }

.navbar-custom { box-shadow: 0 0 5px 2px rgba(0,0,0,0.3) ; border-bottom: 2px #FFF solid ; background: rgba(255,255,255,0.8) ; padding: 0 10px 0 5px; font-size: 13px; transition: all 0.4s ease-in-out 0s; }
.navbar-transparent { box-shadow: none ; background: none ; border:none ; padding: 10px 10px 10px 5px; }
.navbar li a { height: 70px; text-align: center; text-shadow: 0 0 7px rgba(0,0,0,0.9) ; text-shadow: #ff0099 2px 0px 0, #ff0099 -2px 0px 0, #ff0099 0px -2px 0, #ff0099 -2px 0px 0, #ff0099 2px 2px 0, #ff0099 -2px 2px 0, #ff0099 2px -2px 0, #ff0099 -2px -2px 0, #ff0099 1px 2px 0, #ff0099 -1px 2px 0, #ff0099 1px -2px 0, #ff0099 -1px -2px 0, #ff0099 2px 1px 0, #ff0099 -2px 1px 0, #ff0099 2px -1px 0, #ff0099 -2px -1px 0, #ff0099 1px 1px 0, #ff0099 -1px 1px 0, #ff0099 1px -1px 0, #ff0099 -1px -1px 0; }
.navbar-custom li a span { display: block ; font-weight: 900; color: #FFF ;font-size: 13px; }
.navbar-transparent li a span { display: block ; font-weight: 900; color: #FFF ;font-size: 14px; line-height: 30px;font-family: 'M PLUS Rounded 1c', sans-serif }
.navbar-custom .nav li > a { position: relative;	color:  #FFF; letter-spacing: 0px; font-size: 11px}
.navbar-transparent .nav li > a {	position: relative;	color:  #FFF; letter-spacing: -1px;}
.navbar-nav > li > a {	padding-top: 10px;}
.nav > li > a { padding: 12px 8px; }
.navbar-custom .nav > li > a:focus, .navbar-custom .nav > li > a:hover, .navbar-custom .nav .open > a, .navbar-custom .nav .open > a:focus, .navbar-custom .nav .open > a:hover, .navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover {	background: none;	color: #FFF;}

@media screen and (max-width:1420px) { 

}
@media screen and (max-width:1200px) { 
.navbar-brand { display: none; }
}
.sideBnn { text-align: center; margin-bottom: 10px }	
.sideBnn img{ width:100% ; margin-bottom:5px; }
	@media screen and (max-width:1200px) { 
	.sideBnn { width:33.3% ; margin-bottom:5px; float: left ; }
	.sideBnn img{ width:95% ; margin-bottom:5px; }
	#twitter {  width:95% ; margin: 0 auto}
}


#headerTel { height: 70px;  position: absolute ; top: 0 ; right: 0 ; border-bottom: 1px solid #111 ; }

@media screen and (max-width:1620px) { 
#headerTel {display: none; }
}

.titan-caption { position: relative;	display: table;	height: 100%;	width: 100%;	margin: 0 auto;	z-index: 100;}
h1,h2,h3 { }

.caption-content { color: #ffffff; padding-bottom: 30px; }
.caption-content .btn{ font-size: 17px; font-family: 'M PLUS Rounded 1c', sans-serif; border: 2px solid #111 ; border-radius: none; }

.home-wrap-all { width: 100%; overflow: hidden; min-height: 300px; z-index: 50 ; position: relative}
.home-wrap-recruit { width: 100%; overflow: hidden; min-height: 150px; z-index: 50 ; position: relative}

.headerTitle { }
.headerTitle h2{padding: 25px 0 15px; font-size: 55px; color: #ff0099 ; text-align: center ; font-weight:900 ; font-family: 'M PLUS Rounded 1c', sans-serif ; line-height: 55px;text-shadow: #FFF 3px 0px 0, #FFF -3px 0px 0, #FFF 0px -3px 0, #FFF -3px 0px 0, #FFF 3px 3px 0, #FFF -3px 3px 0, #FFF 3px -3px 0, #FFF -3px -3px 0, #FFF 1px 3px 0, #FFF -1px 3px 0, #FFF 1px -3px 0, #FFF -1px -3px 0, #FFF 3px 1px 0, #FFF -3px 1px 0, #FFF 3px -1px 0, #FFF -3px -1px 0, #FFF 1px 1px 0, #FFF -1px 1px 0, #FFF 1px -1px 0, #FFF -1px -1px 0; }
.headerTitle h3{ padding: 230px 0 25px; font-size: 33px; color: #ff0099 ; text-align: center ; font-weight:800 ; font-family: 'M PLUS Rounded 1c', sans-serif ; line-height: 30px; margin: 0 ;text-shadow: #FFF 3px 0px 0, #FFF -3px 0px 0, #FFF 0px -3px 0, #FFF -3px 0px 0, #FFF 3px 3px 0, #FFF -3px 3px 0, #FFF 3px -3px 0, #FFF -3px -3px 0, #FFF 1px 3px 0, #FFF -1px 3px 0, #FFF 1px -3px 0, #FFF -1px -3px 0, #FFF 3px 1px 0, #FFF -3px 1px 0, #FFF 3px -1px 0, #FFF -3px -1px 0, #FFF 1px 1px 0, #FFF -1px 1px 0, #FFF 1px -1px 0, #FFF -1px -1px 0; letter-spacing: -1px }

.headerTitleRecruit { height: 150px; padding-top: 10px;}
.headerTitleRecruit h2{ font-size: 50px; color: #111 ; font-family: 'M PLUS Rounded 1c', sans-serif;  text-align: center ; line-height: 55px; }
.headerTitleRecruit h3{ font-size: 25px; color: #fa026f ; font-family: 'M PLUS Rounded 1c', sans-serif;  text-align: center ; line-height: 30px; padding: 0 ; margin: 0 }

.home-wrap { width: 100%; position: relative ; }
.home-section { width: 100%; }
.other-page { position: fixed ; top: 0}
.slide-header img { width: 100%; z-index: 1; }
.slide-header ul,.slide-header li { margin: 0 ; padding: 0 }
.video-slider { width: 100%; height: 500px; position: absolute; overflow: hidden; ; }
.video-slider video { min-width: 100%; opacity: 0.3 }

.scroll-up a { display: block;	height: 45px; width: 45px; text-align: center;	line-height: 45px; font-size: 20px;	color: #000;	opacity: 0.6;	border-radius: 2px;}

.scroll-up-recruit {
	position: fixed;
	display: none;
	bottom: 7px;
	right: 7px;
	z-index: 999;
}

.topTitle { text-align: center; color: #ff0099 ; font-size: 16px; font-weight: 900; margin: 30px 0 0;margin-bottom: 15px;font-family: 'M PLUS Rounded 1c', sans-serif}

.topTitle h2{ position: relative; text-align: center; font-weight: 900; font-size: 35px; color: #ff0099 ;  display: block; margin: 0 auto ; line-height: 35px }
.topTitle h2 span { display: inline-block; }
.topTitle h3{ position: relative; text-align: center; font-weight: 700; font-size: 22px; ; color: #ff0099 ;  display: block; margin: 0 auto 5px }
.topTitle h3 span { display: inline-block;}

/*.topTitle { text-align: center; color: #FFF ; font-size: 16px; font-weight: 900; margin: 30px 0 10px;font-family: 'M PLUS Rounded 1c', sans-serif ;
background-image: url(../images/shop/titleBG.png) , linear-gradient(180deg, rgba(252,202,231,1) 0%, rgba(251,157,183,1) 100%); background-repeat: no-repeat ; background-size: auto 100% ; background-position: right ;
border: 2px solid #ff0099; text-shadow: #cac221 2px 0px 0, #cac221 -2px 0px 0, #cac221 0px -2px 0, #cac221 -2px 0px 0, #cac221 2px 2px 0, #cac221 -2px 2px 0, #cac221 2px -2px 0, #cac221 -2px -2px 0, #cac221 1px 2px 0, #cac221 -1px 2px 0, #cac221 1px -2px 0, #cac221 -1px -2px 0, #cac221 2px 1px 0, #cac221 -2px 1px 0, #cac221 2px -1px 0, #cac221 -2px -1px 0, #cac221 1px 1px 0, #cac221 -1px 1px 0, #cac221 1px -1px 0, #cac221 -1px -1px 0; border-radius: 15px; }

.topTitleS { text-align: center; color: #FFF ; font-size: 16px; font-weight: 900; margin: 20px 0 10px;font-family: 'M PLUS Rounded 1c', sans-serif ;
background-image: linear-gradient(180deg, rgba(252,202,231,1) 0%, rgba(251,157,183,1) 100%); border: 2px solid #ff0099; text-shadow: #cac221 2px 0px 0, #cac221 -2px 0px 0, #cac221 0px -2px 0, #cac221 -2px 0px 0, #cac221 2px 2px 0, #cac221 -2px 2px 0, #cac221 2px -2px 0, #cac221 -2px -2px 0, #cac221 1px 2px 0, #cac221 -1px 2px 0, #cac221 1px -2px 0, #cac221 -1px -2px 0, #cac221 2px 1px 0, #cac221 -2px 1px 0, #cac221 2px -1px 0, #cac221 -2px -1px 0, #cac221 1px 1px 0, #cac221 -1px 1px 0, #cac221 1px -1px 0, #cac221 -1px -1px 0; border-radius: 15px; }

.systemTitle { text-align: center; color: #FFF ; font-size: 16px; font-weight: 900; margin: 30px 0 10px;font-family: 'M PLUS Rounded 1c', sans-serif ;
background-image: url(../images/shop/titleBG.png) , linear-gradient(180deg, rgba(252,202,231,1) 0%, rgba(251,157,183,1) 100%); background-repeat: no-repeat ; background-size: auto 100% ; background-position: right ;
border: 2px solid #ff0099; text-shadow: #cac221 2px 0px 0, #cac221 -2px 0px 0, #cac221 0px -2px 0, #cac221 -2px 0px 0, #cac221 2px 2px 0, #cac221 -2px 2px 0, #cac221 2px -2px 0, #cac221 -2px -2px 0, #cac221 1px 2px 0, #cac221 -1px 2px 0, #cac221 1px -2px 0, #cac221 -1px -2px 0, #cac221 2px 1px 0, #cac221 -2px 1px 0, #cac221 2px -1px 0, #cac221 -2px -1px 0, #cac221 1px 1px 0, #cac221 -1px 1px 0, #cac221 1px -1px 0, #cac221 -1px -1px 0; border-radius: 15px; }

.topTitle h2, .topTitleS h2, .systemTitle h2{ position: relative; text-align: center; font-weight: 900; font-size: 31px; color: #FFF ; display: block; padding-top: 6px; margin: 0 auto ; line-height: 100% ; letter-spacing:-1px }
.topTitle h3, .topTitleS h3{ position: relative; text-align: center; font-weight: 700; font-size: 22px; margin: 0 ; padding-bottom: 5px; color: #FFF ; display: block; line-height: 100% }
.systemTitle h2{ position: relative; text-align: center; font-weight: 900; font-size: 33px; color: #FFF ; display: block; line-height: 42px; padding: 0 ; margin: 0 auto ; letter-spacing:-1px }
*/
.couseImage { padding: 15px 0 0 0 }

.pankuzu { padding: 5px}

.otherShop { max-width: 1000px; }
.otherShop li{ display: inline-block; list-style: none ; padding: 3px; }

.menu-title { position: relative; text-align: center; font-weight: 900; font-size: 25px; color: rgba(0, 0, 0, 0); display: inline-block;  margin: 0 auto }
.menu-price { position: relative; text-align: center; font-weight: 900; font-size: 25px; color: rgba(0, 0, 0, 0); display: inline-block;  margin: 0 auto }

.bg-dark { background: #ff0099; }
.hr-short  { width: 100%; height: 2px; border: none; border-bottom : 2px dashed #ff0099;  margin: 0px auto 20px ; }

.shadow-lg { box-shadow: 0 1rem 1rem rgba(0,0,0,.175) !important; }
.rounded { border-radius: .25rem !important; overflow: hidden }

.btn.btn-round { border-radius: 50px; padding: 25px }

.top-slider {padding: 105px 0 ; }
.copyright span { font-size: 23px; color: #fcf89a ; display: block ; margin-bottom: 0 ; font-weight: 700 ; font-family: 'M PLUS Rounded 1c', sans-serif}
.copyright span a { color: #FFF ; }
.pick-up { height: 713px; border-radius: .25rem; overflow: hidden;}
.pick-up .col-sm-12 { padding: 0 2px ; }

.pageBox { padding: 20px 15px;}
.girls { list-style: none; padding: 0 ; margin: 0 ; }
.girls li { width: 33.333% ; display: inline-block; vertical-align: top; padding: 3px ; box-sizing: border-box; }

.freeBox { margin-top: 25px;}
.newsBox { font-size: 18px;
	min-height: 713px;
	border: 2px solid #ff0099;
	border-radius: 15px;
	padding: 10px;
	overflow: hidden;
}
.news { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 2px dashed #ff0099 ; }
.news .photo{ max-width: 150px; max-height: 150px; float: left ; margin-right: 10px; }
.news .news-title{ float: left ; display: contents}
.newsMore {
	width: 85%;
	line-height: 35px;
	display: block;
	background: #ff0099;
	text-align: center;
	margin: 25px auto;
	box-shadow: 0 4px 0 #dc0084;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	border-radius: 5px;
}
.top-news { height: 713px; border: 2px solid #ff0099; border-radius: 15px; padding: 10px ; overflow: hidden ; }
.top-news-in { height: 683px ; padding: 0 15px 0 0 ; overflow-y: auto; color: #111 ; text-align: left ; }
.top-news a div.news{ display: block ; color: #111 ; font-size: 20px; font-weight: 900 ; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 2px dashed #ff0099 ; }
.top-news a:last-child div.news{ border-bottom: none ; margin-bottom: 0; padding-bottom: 0  }

.news-news { min-height: 800px ; border: 2px solid #ff0099; border-radius: 15px; padding: 10px ; overflow: hidden ; }
.news-news a div.news{ display: block ; color: #111 ; font-size: 20px; font-weight: 900 ; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 2px dashed #ff0099 ; }
.news-news a:last-child div.news{ border-bottom: none ; margin-bottom: 0; padding-bottom: 0  }


.pageNo  { text-align: center }
.pageNo span{ width: 40px; display: inline-block; border: 1px solid #ff0099; margin: 0 1px;font-size: 18px; font-weight: 900 ; }
.pageNo span a { width: 100%; line-height: 40px ; display: block; }
.pageNo span.on a { background: #ff0099 ; color: #FFF ; }

.top-new-girls { z-index: 100; position: absolute;  }

.widget .widget-title {	border-bottom: 1px dotted #ff0099; font-size: 16px; font-weight: 900; padding: 3px; border:2px solid #fff ; text-align: center;	margin: 0 0 15px; background: #FFF;color: #111;}

.scheduleDate { list-style: none ; text-align: center; margin: 25px auto }
.scheduleDate li{ width: 110px; height: 110px; margin: 0 5px; background: #ff8887; font-weight: 800;display: inline-block ; border:2px dashed #FFF ; vertical-align: middle;border-radius: 70px; font-size: 22px;}
.scheduleDate li.act { background: #ff0099; }
.scheduleDate li a{ color: #FFF ; }
.scheduleDate li div { width: 110px; height: 110px; display: table-cell ; vertical-align: middle; line-height: 28px;font-family: 'M PLUS Rounded 1c', sans-serif}
.scheduleDate li span{display: block;}
.scheduleTotay{ padding: 3px; color: #000 ; margin-bottom: 10px;   text-align: center; background: #FFF; font-size: 35px; font-weight: 900 ; font-family: 'M PLUS Rounded 1c', sans-serif}


#shopListBox ul{ list-style: none; }
#shopListBox li{ width: 360px; height: 320px; display: inline-block; margin: 10px; text-align: center; line-height: 18px; vertical-align: top; font-size: 18px; color: #222222 ; }

#shopListBox li div img{ max-width: 90%; margin-bottom: 8px;}
#shopListBox li .area { font-weight: bold; padding-top: 5px;}
#shopListBox li .name { font-size: 26px ; line-height: 34px; font-weight: bold; color: #fc8abc; padding-top: 5px;}

#movieBox ul{ list-style: none; }
#movieBox li{ width: 360px; height: 320px; display: inline-block; margin: 10px; text-align: center; line-height: 18px; vertical-align: top; font-size: 14px; color: #222222 ; }
#movieBox li div { position: relative ; height: 270px; background: #000; }
#movieBox li div img{ max-height: 270px;}
#movieBox li .name { font-size: 16px ; font-weight: bold; color: #fc8abc; padding-top: 5px;}
#movieBox li video {width:100%; height:270px; background: #111111;  margin: 0 auto; }

.profMovie ul{ list-style: none; margin: 0 ; padding: 0; text-align: center; }
.profMovie li{ width: 50%; height: 250px; display: inline-block; margin: 0; padding: 5px; line-height: 18px;  vertical-align: top; font-size: 14px; color: #222222 ; }
.profMovie li div { position: relative ; height: 195px; background: #000; }
.profMovie li div img{ max-height: 195px;}
.profMovie li .name { font-size: 16px ; font-weight: bold; color: #fc8abc; padding-top: 5px;}
.profMovie li video {width:100%; height:195px; background: #111111;  margin: 0 auto; }


.girlButton { list-style: none;  margin-bottom: 15px; text-align:center;   }
.girlButton li{ display: inline-block ; padding: 3px; }
.girlButton li div.buttonAll{ width: 250px; height: 54px; background: url(../images/shop/btn_girl_on.png) repeat ; background-size: 100% ; }
.girlButton li div.buttonAll.off{ background: url(../images/shop/btn_girl_off.png) repeat ; background-size: 100% ; }
.girlButton li div.button3p{ width: 250px; height: 54px; background: url(../images/shop/btn_3p_on.png) repeat ; background-size: 100% ; }
.girlButton li div.button3p.off{ background: url(../images/shop/btn_3p_off.png) repeat ; background-size: 100% ; }
.girlButton li div.buttonAf{ width: 250px; height: 54px; background: url(../images/shop/btn_af_on.png) repeat ; background-size: 100% ; }
.girlButton li div.buttonAf.off{ background: url(../images/shop/btn_af_off.png) repeat ; background-size: 100% ; }
.girlButton li div.buttonAwa{ width: 250px; height: 54px; background: url(../images/shop/btn_soap_on.png) repeat ; background-size: 100% ; }
.girlButton li div.buttonAwa.off{ background: url(../images/shop/btn_soap_off.png) repeat ; background-size: 100% ; }


.girls{ position: relative; }

.girl-box { text-align: center; border: 2px solid #ff0099; border-radius: 15px ; background: 0 0 0 ; overflow: hidden}
.girl-box .photo { width: 100%; position: relative; overflow: hidden; padding: 0 0 0 ; margin: 0 auto  }


.girl-box .photo img { width: 100%;  }
.girl-box .photo .new { width: 80px; box-shadow: none ; position: absolute; top: 0 ; left: 0 ;}
.girl-box .photo .cup { width: 95px; position: absolute; bottom: 0 ; right: 0 ;}

.girl-box .photoS { width: 180px; text-align: left; position: absolute; bottom: 9px ; left: 5px; }
.girl-box .photoS img{ width: 31.33%; margin: 1% ;border-radius: 15px; }

.girl-box .detail { position: absolute;  width: 100%;  left: 0;  bottom: 100%;  padding: 20px;  opacity: 0;  z-index: 2;  text-align: center;  font-size: 12px;  color: #aaa;}
.girl-box .info { position: relative; z-index: 100; }
.girl-box .info hr{ width: 90%; margin: 5px auto ; }

.girl-box .name { margin: 10px 0 0; }
.girl-box .name h4{ font-weight: 900; color: #FFF ; line-height: 40px; padding: 0 0; margin: 0 0; background: rgba(255,0,153) ; font-size: 21px; font-family: 'M PLUS Rounded 1c', sans-serif}

.girl-box .name span { font-weight: 700;  font-size: 20px;  }

.girl-box .size { font-weight: 600; font-size: 18px; color: #111 ; }
.girl-box .com { font-weight: 600; font-size: 13px; height: 25px; line-height: 25px; overflow: hidden ; color: #777 ; letter-spacing: -1px }
.girl-box .boxIcon img ,.girl-box .boxType img{ width: 31% ; margin: 0 0.5% }
.girl-box .boxIcon img:nth-child(3) ,.girl-box .boxType img:nth-child(3){ margin-left: 2%}
.girl-box .boxIcon ,.girl-box .boxType { width: 100% ;height: 37px; padding: 1px 0}
.girl-box .boxIcon { margin-bottom: 4px }

/* Shop item hover */
.girl-box:hover .photo:after {  background: rgba(255, 255, 255, 0.7);}
.girl-box:hover .detail { opacity: 1;  bottom: 50%;  -webkit-transform: translateY(50%);  -ms-transform: translateY(50%);  transform: translateY(50%); }
.girl-box .hour { display: inline-block; line-height: 35px; height: 35px; margin-top: 5px; color: #111; font-weight: 600; font-size: 20px; font-family: 'M PLUS Rounded 1c', sans-serif }
.girl-box .hour span { color: #111 ;font-weight: 900; }
.girl-box .hour .sokuhime { background: rgba(255,0,153) ; color: #FFF ; line-height: 26px; vertical-align: text-bottom ; padding: 0 5px ; display: inline-block; border-radius: 3px; margin-left: 5px; font-size: 13px;}

.pick-up { position: relative; }
.pick-up .girl-box { height: 713px ; position: relative; text-align: center;  margin: 0 0 ; border: none; box-shadow: 0 0 15px rgba(255,255,255,0.8) ; }
.pick-up .girl-box .photo { width: 100% ; height: 100% ; position: relative; overflow: hidden; border-radius: 15px; padding: 15px;border: 8px solid #ff0099; }

.pick-up a { display: block; }
.pick-up  .girl-box .info { width: 100%; position: absolute; z-index: 100; bottom : 0; ; left: 0; font-weight: 900; padding: 10px 15px; background: rgb(252,202,231);
background: rgba(255,0,153); border-top: 3px solid #ff0099; line-height: 30px; font-size: 27px;  color: #FFF;  margin: 10px 0 0; }
.pick-up  .girl-box .info .com { font-size: 17px; color: #FFFFFF}
.pick-up .photo { position: relative; overflow: hidden; padding: 5px; }

.new-girls { position: relative; }
.new-girls li{ list-style: none; 
	display: inline-block;
	padding: 3px;
	box-sizing: border-box;
}
.new-girls .photo { width: 100%; position: relative; overflow: hidden; padding: 0 0 5px ; margin: 0 auto  }


.new-girls .photo img { width: 100%;  }
.new-girls .photo .new { width: 80px; box-shadow: none ; position: absolute; top: 0 ; left: 0 ;}
.new-girls .photo .cup { width: 95px; position: absolute; bottom: 0 ; right: 0 ;}

.new-girls .photoS { width: 180px; text-align: left; position: absolute; bottom: 9px ; left: 5px; }
.new-girls .photoS img{ width: 31.33%; margin: 1% ;border-radius: 15px; display: inline-block}

.new-girls .detail { position: absolute;  width: 100%;  left: 0;  bottom: 100%;  padding: 20px;  opacity: 0;  z-index: 2;  text-align: center;  font-size: 12px;  color: #aaa;}
.new-girls .info { position: relative; z-index: 100; }
.new-girls .info hr{ width: 90%; margin: 5px auto ; }

.new-girls .name { margin: 10px 0 2px; }
.new-girls .name h4{ font-weight: 900; color: #FFF ; line-height: 40px; padding: 0 0; margin: 0 0; background: rgba(255,0,153) ; font-size: 21px; font-family: 'M PLUS Rounded 1c', sans-serif}

.new-girls .name span { font-weight: 700;  font-size: 20px;  }

.new-girls .size { font-weight: 600; font-size: 18px; color: #111 ; }
.new-girls .com { font-weight: 600; font-size: 13px; height: 25px; line-height: 25px; overflow: hidden ; color: #777 ; letter-spacing: -1px }
.new-girls .boxIcon img ,.new-girls .boxType img{ width: 31% ; margin: 0 2px ; display: inline-block; }
.new-girls .boxIcon ,.new-girls .boxType { width: 100% ;height: 37px; padding: 1px 0}
.new-girls .boxIcon { margin-bottom: 4px }

/* Shop item hover */
.new-girls:hover .photo:after {  background: rgba(255, 255, 255, 0.7);}
.new-girls:hover .detail { opacity: 1;  bottom: 50%;  -webkit-transform: translateY(50%);  -ms-transform: translateY(50%);  transform: translateY(50%); }
.new-girls .hour { height: 35px; line-height: 35px; margin-top: 5px; color: #111; font-weight: 600; font-size: 20px; font-family: 'M PLUS Rounded 1c', sans-serif }
.new-girls .hour span { color: #111 ;font-weight: 900; }
.new-girls .hour .sokuhime { background: #DB0000 ; color: #FFF ; padding: 0 5px ; display: inline-block; border-radius: 3px; margin-left: 5px; font-size: 13px;}

.new-girls .owl-nav { position: absolute; top: 50%; width: 100%; font-size: 13px; font-weight: 900 ; }
.new-girls .owl-prev { position: absolute; left: 5px; top: -20px;}
.new-girls .owl-next { position: absolute; right: 5px; top: -20px;}

.new-girls .owl-prev .fa,.new-girls  .owl-next .fa { width: 30px; line-height: 30px; padding: 0;  text-align: center; font-size: 26px; background: #FFF; border-radius: 100px; }

.iconType { margin-bottom: 5px}
.iconSns { margin-bottom: 15px}
.iconSns img{ width: 160px; margin: 0 3px;}
.oneComment { display: inline-block; font-size: 20px; margin: 0 auto ;  }
.oneComment span{ display: inline-block; padding: 0 ; }

#linkBox { min-height: 1000px; font-size: 17px;}
#linkTxt th{ padding: 5px; font-weight: 900 ; color: #ff0099}
#linkTxt td{ padding: 5px; }

#linkBox ul { list-style:none; }
#linkBox ul li{ font-size:12px; text-align:center; display:inline-table; }
.linkLL { list-style: none; margin-top: 20px; }
.linkLL li{ list-style: none; display: inline-block; vertical-align: top; padding: 5px; }
.linkLL li img{ max-width: 468px ; }
#profileBox { padding: 20px 30px 0; }
#profileBox .sokuhime { background: rgba(255,0,153) ; color: #FFF ; line-height: 26px; vertical-align: text-bottom ; padding: 7px ; display: inline-block; border-radius: 3px; margin-left: 5px; font-size: 20px; font-weight: 800 ;}

#profileBox .name {  margin: 15px 0; }
#profileBox .name span { font-size: 38px; line-height: 40px; background: #FFF ; display: inline-block; color: #222222 ; font-weight: 900 ; font-family: 'M PLUS Rounded 1c', sans-serif }
#profileBox .size { font-size: 32px; line-height: 28px; color: #999 ; font-weight: 700 ; font-family: 'M PLUS Rounded 1c', sans-serif }
#profileBox .size img{ }

#profileBox .iconType img{ margin: 0 3px }
#photo { max-width: 550px; position: relative; margin-bottom: 5px; border-radius: 15px; overflow: hidden ; background: linear-gradient(55deg, #fccae7, #fb9db7, #fb9db7, #fccae7); padding: 5px; }
#photo img{ border: 5px #FFF solid ; width: 100% ;border-radius: 15px;  }
#photo .new { width: 130px ; border: none ; position: absolute; top: 3px; left: 3px; z-index: 100 }

#photoS img { width: 15%; }
#profileBox .detail {  ; padding: 15px  }
#profileBox .detail table{ width: 100% ; font-size: 15px; }
#profileBox .detail table tr{ border-bottom: 1px dashed #222 ; }
#profileBox .detail table tr:last-child{ border-bottom: none ; }
#profileBox .detail table th{ padding: 5px ; width: 160px; }
#profileBox .detail table td{ padding: 5px ; }

#profileBox h4.title{ font-size: 28px; color: #ff0099 ; font-weight: 900 ; text-align: center; margin: 25px 0 5px ; font-family: 'M PLUS Rounded 1c', sans-serif} 
#profileBox .shopComment { height: 1141px; padding: 0 5px; font-size: 15px; line-height: 180%; padding: 0; overflow-y: scroll;}
#profileBox .shopCommentIn {  ; font-size: 15px; line-height: 180%; padding: 0; }

#profileBox .option { }
#profileBox .option ul{ list-style: none; padding: 0 ; margin: 0 }
#profileBox .option ul li{ width: 33.333%; font-size: 15px; display: inline-block; padding: 2px; }
#profileBox .option ul li span{ text-align: center; line-height: 190% ; font-size: 17px ; font-weight: 900 ; color: #FFF ; display: block; background: #fb8384 ; border-radius: 15px; letter-spacing: -1px } 
#profileBox .option.play ul li span{ background: #4382f4 ; } 
#profileBox .option ul li.no{ opacity: 0.3 }
#profileBox .option ul li img{ width: 100%;}

#profileBox .schedule { padding: 5px 15px ; }
#profileBox .schedule table{ width: 100% ; font-size: 18px; }
#profileBox .schedule table tr{ border-bottom: 1px dashed #222 ; }
#profileBox .schedule table tr:last-child{ border-bottom: none ; }

#profileBox .schedule table th{ padding: 5px ; text-align: center ; font-size: 20px; font-weight: 800 ; letter-spacing: -1px ; font-family: 'M PLUS Rounded 1c', sans-serif ; }
#profileBox .schedule table td{ padding: 5px ; text-align: center ; font-size: 20px; font-weight: 800 ; vertical-align: top ; }

#profileBlog table{ margin: 20px 20px;  }
#profileBlog table th { width: 15% ; vertical-align: top}
#profileBlog table td { width: 35% ; vertical-align: top ; padding-bottom: 10px;}
#profileBlog table th img{ width: 95% ; }
#profileBlog .title {
	font-size: 15px;
	color: #ff0099;
	text-align: center;
	border: 1px #c80505 solid;
	padding: 2px;
	margin: 0 2.5% 5px 0 ;
}

#recruitBox h2 {
	margin: 40px 0 30px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	position: relative;
	text-align: center;
	font-weight: 900; font-size: 35px; color: #ff0099 ; 
	display: block;
	line-height: 42px;
	padding: 0;
	letter-spacing: -1px;
}

#recruitBox  { font-size: 16px;}
#recruitBox h3 {
	font-size: 24px;
	text-align: center;
	color: #FFF;
	font-weight: 900;
	margin: 0;
	text-shadow: #ff0099 2px 0px 0, #ff0099 -2px 0px 0, #ff0099 0px -2px 0, #ff0099 -2px 0px 0, #ff0099 2px 2px 0, #ff0099 -2px 2px 0, #ff0099 2px -2px 0, #ff0099 -2px -2px 0, #ff0099 1px 2px 0, #ff0099 -1px 2px 0, #ff0099 1px -2px 0, #ff0099 -1px -2px 0, #ff0099 2px 1px 0, #ff0099 -2px 1px 0, #ff0099 2px -1px 0, #ff0099 -2px -1px 0, #ff0099 1px 1px 0, #ff0099 -1px 1px 0, #ff0099 1px -1px 0, #ff0099 -1px -1px 0;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	padding: 5px 10px;
	border-radius: 15px;
	margin: 15px 0;background: #ffdbf0;
}
#recruitBox h4 {
	font-size: 21px;
	color: #ff0099;
	font-weight: 900;
	margin: 10px 0 ;
}

#recruitBox h5 {
	font-size: 22px;
	color: #ff0099;
	font-weight: 900;
	margin: 0; margin-bottom: 15px
}

#recruitBox .basic { font-size: 23px; font-weight: 900 ; margin: 30px 20px 0 ; border-radius: 15px 15px 0 0 ; overflow: hidden }
#recruitBox .basic th {
	width: 16.66%;
	text-align: center; background: #ff8887 ; font-size: 21px;
	color: #FFFFFF;
	padding: 3px;
	font-weight: 900;
	font-family: 'M PLUS Rounded 1c', sans-serif; letter-spacing: -1px
}
#recruitBox .basic td {
	width: 16.66%;
	text-align: center;
	font-size: 21px;
	color: #ff8887;
	padding: 2px;
	border: 1px solid #fce2ef;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#recruitBox .basic td.bbw {
	color: #ff0099;
}
#recruitBox .basic td.title {
	width: 26%; line-height: 120% ;
	text-align: center;
	font-size: 21px;
	background: #fbf9c6;
	color: #fc526f;
	padding: 3px 0;
	border: 1px solid #fce2ef;
	text-shadow: #FFFFFF 2px 0px 0, #FFFFFF -2px 0px 0, #FFFFFF 0px -2px 0, #FFFFFF -2px 0px 0, #FFFFFF 2px 2px 0, #FFFFFF -2px 2px 0, #FFFFFF 2px -2px 0, #FFFFFF -2px -2px 0, #FFFFFF 1px 2px 0, #FFFFFF -1px 2px 0, #FFFFFF 1px -2px 0, #FFFFFF -1px -2px 0, #FFFFFF 2px 1px 0, #FFFFFF -2px 1px 0, #FFFFFF 2px -1px 0, #FFFFFF -2px -1px 0, #FFFFFF 1px 1px 0, #FFFFFF -1px 1px 0, #FFFFFF 1px -1px 0, #FFFFFF -1px -1px 0;
	font-weight: 900;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

#recruitBox ul.treatment{ list-style: none; text-align: center;}
#recruitBox ul.treatment li{ width: 48% ; line-height: 150% ; vertical-align: top; display: inline-block; margin: 0 5px 10px; padding: 10px; background: #fd6069 ; border-radius: 15px; box-sizing: border-box;
	line-height: 120%;
	text-align: center;
	font-size: 21px;
	background: #fbf9c6;
	color: #fc526f;
	padding: 3px;
	border: 2px solid #fc526f;
	text-shadow: #FFFFFF 2px 0px 0, #FFFFFF -2px 0px 0, #FFFFFF 0px -2px 0, #FFFFFF -2px 0px 0, #FFFFFF 2px 2px 0, #FFFFFF -2px 2px 0, #FFFFFF 2px -2px 0, #FFFFFF -2px -2px 0, #FFFFFF 1px 2px 0, #FFFFFF -1px 2px 0, #FFFFFF 1px -2px 0, #FFFFFF -1px -2px 0, #FFFFFF 2px 1px 0, #FFFFFF -2px 1px 0, #FFFFFF 2px -1px 0, #FFFFFF -2px -1px 0, #FFFFFF 1px 1px 0, #FFFFFF -1px 1px 0, #FFFFFF 1px -1px 0, #FFFFFF -1px -1px 0;
	font-weight: 900;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

#recruitBox ul{ font-size: 16px; padding: 0 35px ; margin: 0 ; }
#recruitBox ul li{ padding: 0 ; margin: 0 ; }
#recruitBox ul.merit{ list-style: none; text-align: center;}
#recruitBox ul.merit li{width: 31.333% ; height: 245px; line-height: 150% ; font-size: 15px; vertical-align: top; display: inline-block; margin: 0 5px 10px; padding: 10px; background: #fd6069 ; border-radius: 15px; box-sizing: border-box;  }
#recruitBox ul.merit li p { min-height: 142px;  background: #fdfce8 ; padding: 10px; border-radius: 15px; text-align: left; }
#recruitBox ul.merit li span.number { font-weight: 900; font-size: 27px; color: #FFFFFF; display: block; margin-bottom: 5px; text-align: center;font-family: 'M PLUS Rounded 1c', sans-serif; }
#recruitBox ul.merit li span.title { font-weight: 700;font-size: 21px; color: #fc6a74; display: block; margin-bottom: 10px; text-align: center;font-family: 'M PLUS Rounded 1c', sans-serif; text-shadow: #FFFFFF 2px 0px 0, #FFFFFF -2px 0px 0, #FFFFFF 0px -2px 0, #FFFFFF -2px 0px 0, #FFFFFF 2px 2px 0, #FFFFFF -2px 2px 0, #FFFFFF 2px -2px 0, #FFFFFF -2px -2px 0, #FFFFFF 1px 2px 0, #FFFFFF -1px 2px 0, #FFFFFF 1px -2px 0, #FFFFFF -1px -2px 0, #FFFFFF 2px 1px 0, #FFFFFF -2px 1px 0, #FFFFFF 2px -1px 0, #FFFFFF -2px -1px 0, #FFFFFF 1px 1px 0, #FFFFFF -1px 1px 0, #FFFFFF 1px -1px 0, #FFFFFF -1px -1px 0;}

.recruitExp {
	padding: 0 30px;
}

.recruitSlider { max-width: 1920px; margin: 0 auto ; text-align: center; }
.recruitContact {  font-size:16px;background: #fff;padding: 7px; margin-bottom: 15px; color: #111;  border-radius: 7px}
#sidePhoneRecruit h2 { margin:  0 0 10px ; font-weight: 900 ; font-family: 'M PLUS Rounded 1c', sans-serif; }
.recruitContact h3{ font-size:22px; margin-top:0 ; color: #3cbaf6 ; letter-spacing: -1px }
.recruitContact button { width: 260px ; color: #FFF ; font-family: 'M PLUS Rounded 1c', sans-serif;  font-weight: 900; font-size: 21px; padding: 5px 10px ; margin: 0 auto; text-align: center; box-shadow: none ; display: block; border: 2px #fe6364 solid ; background: #fb8384; border-radius: 10px; }
.recruitContact p { margin: 5px 0 15px; font-size: 18px; }
.recruitContact:last-child { margin-bottom: 0 } 
.recruitContact div{ text-align: left; line-height: 22px; font-size:16px; }
#topPhoneRecruit .recruitContact { width: 50% ; float: left}
.qrRecruit { width: 160px; margin-bottom: 10px; }

#sidePhoneRecruit { width: 280px; text-align: center; color: #FFF; font-size: 30px; line-height: 33px; font-family: "ヒラギノ角ゴ Std W8","Hiragino Kaku Gothic Std";　position: relative; z-index: 500 ; background: rgba(251,157,183,1) ; padding: 15px; border-radius: 7px}

#sidePhoneRecruit .recruitContact button { width: 220px ; font-size: 18px; }

#recruitFlow { text-align: center ;}
.yazirusi { width: 60px;
	margin-top: 10px;
}
.collapse.in {
	margin: 20px 0 ;
}
#recruitFlow div div { padding: 0 15px; }
.yazirusi {
	width: 35px;
	margin-top: 10px;
}
.playBox { width: 100%; }
.playBox td{ width: 25%; padding: 5px ; font-size: 20px; text-align: center}

#systemBox { font-size: 16px; }
.systemInfo { text-align: left; font-size: 22px; font-weight: 700 ; background: #fefff1 ; border-radius: 15px; border: 2px solid #ff889b; line-height: 130%; padding: 15px; font-family: 'M PLUS Rounded 1c', sans-serif ; background-image: url(../images/shop/kuma.png) ; background-repeat: no-repeat; background-position: bottom right; }
.systemInfo h3{ color: #ff0099 ; font-weight: 700; font-family: 'M PLUS Rounded 1c', sans-serif;}
.systemInfo strong{ color: #ff0099 ; font-weight: 700; font-family: 'M PLUS Rounded 1c', sans-serif;}

#systemBox .card { text-align: center; }
#systemBox .card span { width: 280px; margin: 0 15px; padding: 5px; font-size: 20px; display: inline-block; background: #FFF ; color: #000 ; }

#systemBox .star { color: #ff0099}

#courseBox h3 {
	font-size: 24px; text-align: center;
	font-weight: 900;
	background: #ff0099 ; color: #FFF ;　padding: 5px 10px; border-radius: 15px; margin: 15px 0  ; color: #FFF !important
}
#courseBox h3 a{ color: #FFF }

#courseBox h4 {
	font-size: 22px;
	color: #ff0099;
	font-weight: 900;
	margin: 0; font-family: 'M PLUS Rounded 1c', sans-serif ;
}

#courseBox h5 {
	font-size: 22px;
	color: #ff0099;
	font-weight: 900;
	margin: 0; font-family: 'M PLUS Rounded 1c', sans-serif ; margin-bottom: 15px
}

#courseBox .basic { font-size: 23px; font-weight: 900 ; width: 100% ; margin-top: 30px; }
#courseBox .basic th {
	width: 16.66%;
	text-align: center; background: #ff8887 ; font-size: 22px;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #fce2ef;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#courseBox .basic td {
	width: 16.66%;
	text-align: center;
	font-size: 21px;
	color: #ff8887;
	padding: 5px;
	border: 1px solid #fce2ef;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

#courseBox .course { font-size: 23px; font-weight: 900 ; width: 100% ; margin-top: 5px; }
#courseBox .course th {
	width: 25%;
	text-align: center; background: #ff8887 ; font-size: 21px;
	color: #FFFFFF;
	border: 1px solid #fce2ef;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#courseBox .course th span {
	font-size: 13px;
}
#courseBox .course td {
	width: 25%;
	text-align: center;
	font-size: 21px;
	color: #ff8887;
	padding: 2px;
	border: 1px solid #fce2ef;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#courseBox span.option { color: #FFF ; padding: 0 15px; border-radius: 15px; font-size: 20px; font-weight: 800 ; display: inline-block; background: #ff536b ; }
#courseBox span.optionExp { font-size: 20px; font-weight: 800 ; display: inline-block; }

.systemExp { padding: 15px 15px ;} 

.optionExpBox { text-align: center }
.optionExpBox h1 {
    text-align: center;
    font-weight: 900;
    font-size: 35px;
    color: #ff0099;
    margin: 0 auto;
    line-height: 35px; 
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.optionExpBox h3 {
    text-align: center;
    font-weight: 900;
    font-size: 25px;
    color: #ff0099;
    margin: 0 auto 15px;
    line-height: 35px;
}
.optionLine1 { width: 55% ;  border-bottom: 2px #ff0099 solid ;  }
.optionLine2 { width: 85% ;  border-bottom: 2px #ff0099 solid ;  }
.optionComment { text-align: left; font-size: 15px ; }
.costumeBox { list-style: none; text-align: center; padding: 0;  border-radius: 15px ; }
.optionBox img, .costumeBox img{ border-radius: 15px}
.optionBox .new {
	width: 32%;
	box-shadow: none;
	position: absolute;
	top: 10px;
	left: 10px; border-radius: 15px 0 0 0 ; 
}
.optionBox div { font-size: 18px; font-weight: 700; text-align: center ; line-height: 110% ; padding: 3px 0 0 }
.optionBox span { color: #ff0099 }
.costumeBox span { font-size: 18px; font-weight: 700; line-height: 110% }
 
.optionBox li{ display: inline-block ; width: 20% ; padding: 10px; position: relative;}
.costumeBox li{ display: inline-block ; width: 20% ; padding: 10px;}
.courseBox li{ display: inline-block ; width: 50% ; padding: 10px; font-size: 20px; font-weight: 700; line-height: 110% }

#systemBox .systemTitle {margin: 50px 0 20px ; position: relative; }
#systemBox .systemTitle hr { width: 100%; border-top: 1px solid #c80505 ; margin: 0 0 ; position: absolute ; top: 50% ; z-index: 10 } 
#systemBox .systemTitle div{ font-size: 30px; font-weight: 900 ; color: #ff0099 ; padding: 5px 0; margin: 0 250px ; text-align: center; position: relative; z-index: 20 }
#systemBox .systemTitle span{ color: #FFFFFF }

.system02Box { background: #fce2ef ; border: 1px solid #faa0bc ; margin-bottom: 15px; }
.system02Box p{ padding: 15px; font-size: 20px; font-weight: bold; line-height: 130% ; margin: 0 }
.system02Box table{ width: 100% ; }
.system02Box table th{ width: 20% ; text-align: center; font-size: 23px; background: #fbf9c6; color: #fc526f; padding: 5px; text-shadow: #FFFFFF 2px 0px 0, #FFFFFF -2px 0px 0,
    #FFFFFF 0px -2px 0, #FFFFFF -2px 0px 0,
    #FFFFFF 2px 2px 0, #FFFFFF -2px 2px 0,
    #FFFFFF 2px -2px 0, #FFFFFF -2px -2px 0,
    #FFFFFF 1px 2px 0, #FFFFFF -1px 2px 0,
    #FFFFFF 1px -2px 0, #FFFFFF -1px -2px 0,
    #FFFFFF 2px 1px 0, #FFFFFF -2px 1px 0,
    #FFFFFF 2px -1px 0, #FFFFFF -2px -1px 0,
    #FFFFFF 1px 1px 0, #FFFFFF -1px 1px 0,
    #FFFFFF 1px -1px 0, #FFFFFF -1px -1px 0; border: 5px solid #fce2ef ; font-weight: 900; font-family: 'M PLUS Rounded 1c', sans-serif }
.system02Box table td{ width: 20% ; text-align: center; font-size: 22px; color: #FFFFFF; padding: 1px; text-shadow: #ff8887 2px 0px 0, #ff8887 -2px 0px 0,
    #ff8887 0px -2px 0, #ff8887 -2px 0px 0,
    #ff8887 2px 2px 0, #ff8887 -2px 2px 0,
    #ff8887 2px -2px 0, #ff8887 -2px -2px 0,
    #ff8887 1px 2px 0, #ff8887 -1px 2px 0,
    #ff8887 1px -2px 0, #ff8887 -1px -2px 0,
    #ff8887 2px 1px 0, #ff8887 -2px 1px 0,
    #ff8887 2px -1px 0, #ff8887 -2px -1px 0,
    #ff8887 1px 1px 0, #ff8887 -1px 1px 0,
    #ff8887 1px -1px 0, #ff8887 -1px -1px 0; border: 5px solid #fce2ef ;  font-weight: 700; font-family: 'M PLUS Rounded 1c', sans-serif
	}
	
	
.attentionExp { color: #c80505 ; font-size: 16px; margin: 30px;} 
.ruleTitle { display: inline-block ; color: #f6fe21 ; font-size: 18px; margin: 30px; padding: 5px 50px;}
.ruleExp { font-size: 16px;margin: 0 30px;}
#attentionBox { padding: 15px ;}
#attentionBox h4 { color: #ff0099 ; font-size: 24px; font-weight: 700; font-family: 'M PLUS Rounded 1c', sans-serif ; margin-top: 20px; text-shadow: none ;}
#attentionBox h5 { color: #ff8887 ; font-size: 20px; font-weight: 700; font-family: 'M PLUS Rounded 1c', sans-serif ; margin-top: 20px; text-shadow: none ;}
#attentionBox h6 { color: #ff8887 ; font-size: 17px; font-weight: 700; font-family: 'M PLUS Rounded 1c', sans-serif ; margin-top: 20px; text-shadow: none ;}
#attentionBox ul { margin: 0 25px 25px;}

.deliverlyBox { height: 635px; margin: 0 30px; background: url(../images/shop/map.png) ; background-size: 800px; background-repeat: no-repeat; position: relative; margin-bottom: 15px; }
.deliverlyExp {color: #c80505 ; text-align: right; font-size: 25px;position: absolute; top: 15px; right: 15px; }
.deliverlyPrice { font-size: 19px;  text-align: right; position: absolute; bottom: 0; right: 0; }
.deliverlyPrice span{ font-size: 25px;  color: #ff0099 ; }

#hotelMap { width: 100%; font-size: 15px; }
#hotelMap th{ width: 100%; font-weight: bold ; padding: 5px 7px 2px; font-size: 22px; font-family: 'M PLUS Rounded 1c', sans-serif}
#hotelMap th span { width: 40px; text-align: center ; font-weight: 900 ; border-radius: 10px; background: #00c6ff ; padding: 1px 7px ; color: #fff ; display: inline-block; font-family: 'M PLUS Rounded 1c', sans-serif ; } 
#hotelMap td{ width: 100%; font-size: 17px ; padding: 2px 7px 5px; border-bottom: 2px dashed #cdcdcd }

.voiceLink table { margin: 0 auto; width: 100%;}
.voiceLink .title { font-size: 16px; padding: 0 15px 15px 0; text-align: right; width: 240px;}
.voiceLink .img { padding: 0 0 15px; text-align: left; width: 100px;}
.voiceLink table td { vertical-align: middle;}

h3 { font-weight: 900; font-family: 'M PLUS Rounded 1c', sans-serif }
h3.pink { background: #fc8abd none repeat scroll 0 0; color: #fff !important; margin-bottom: 25px; padding: 2px; text-align: center; border-radius: 15px; }
h3.orange { background: #ff9935 none repeat scroll 0 0; color: #fff !important; margin-bottom: 25px; padding: 2px; text-align: center; border-radius: 15px; }
.voiceLink { margin-bottom: 15px;}
.voiceLink span.orange { color: #ff9935;}


#kutikomi { color: #fd8c8a; margin-bottom: 20px; }
#kutikomiH { width: 785px; height: 60px; margin: 15px 0 0 ; color: #ff0099; font-size: 32px; font-weight: 
700; font-family: 'M PLUS Rounded 1c', sans-serif ; line-height: 60px; padding-left: 15px; }

.kutikomiBoxAll { }
.kutikomiBox { float: left; width: 49%; border: 1px solid #f8b; margin: 5px 1% 5px 0; padding: 5px; color: #fd8c8a ; font-size: 15px; box-sizing: border-box; }
.kutikomiBox:nth-child(2n) { float: right;  margin: 5px 0 5px 1%; } 
.kutikomiBox .date { color: #f8b; line-height: 1em; margin: 0 10px; display: inline-block}
.kutikomiBox p.post { display: inline-block; line-height: 1.5em; margin: 0 10px 10px; }
.kutikomiBox p.name { width: 230px; float: left ; background-color: #f80; color: #fff; font-weight: bold; line-height: 1em; margin: 0 5px !important; padding: 5px; text-align: center;}
.kutikomiBox div.nameAll { width: 160px; float: left ; padding-bottom: 10px; }
.kutikomiBox p.nameAll { width: 300px; background-color: #f80; color: #fff; font-weight: bold; line-height: 1em; margin: 0 0 5px; padding: 5px; text-align: center;}
.kutikomiBox .thum { width: 160px; }

.kutikomiBox p.site { float: left ; line-height: 1.5em; margin: 0 5px 10px; }
.kutikomiBox div.siteAll { width: 330px; float: left ; padding-left: 10px; }
.kutikomiBox p.siteAll { width: 300px; line-height: 1.5em; margin: 0 5px 10px; }

.kutikomiBox ul { margin: 5px 5px 10px; padding: 0 }
.kutikomiBox ul li { display: table; float: left; line-height: 1.2em; width: 50%; padding-bottom: 3px}
.kutikomiBox ul li span.ttx { display: table-cell; font-weight: bold; line-height: 1.2em; width: 120px; }
.kutikomiBoxAll ul li span.ttx { width: 120px !important;}
.kutikomiBox ul li span.star { color: #f80; display: table-cell; width: auto; }

.kutikomiBox ul.ulAll { margin: 5px 0 10px; }
.kutikomiBox ul.ulAll li { display: table; float: left; line-height: 1.2em; width: 100%; padding-bottom: 3px}
.kutikomiBoxAll ul.ulAll li span.ttx { width: 140px !important;}

.kutikomiBox div.comment { vertical-align: middle; margin-left: 0 ; }
.kutikomiBox div.comment p.ttx img { vertical-align: bottom; width: 100px; }
.kutikomiBox div.comment p { margin: 0; overflow: hidden; padding: 0 10px ; line-height: 150% }
.kutikomiVoice { width: 100px; }

.kutikomiVoice img{ width: 100%; }
.showmore { line-height:18px; font-size:15px; padding:5px; margin:0 0 10px 0; }
.showmore p {margin: 0 0 10px 0 ;}
.showmore_content { position:relative; overflow:hidden; }
.showmore_trigger { width:100%; height:25px; line-height:25px; cursor:pointer; }
.showmore_trigger span { display:block; text-align: right; }

#kutikomiPage { text-align: center; padding-bottom: 15px }
#kutikomiPage span { background: #eeeff7 none repeat scroll 0 0;  display: inline-block;  margin-bottom: 5px;  padding: 5px 13px; cursor: pointer; margin: 0 3px; text-decoration: none; vertical-align: middle; }
#kutikomiPage span a { width: 100%; display: block; }
#kutikomiPage span.on {  background: #dde0f7 none repeat scroll 0 0; font-weight: bold;}

#kutikomiPageAll { text-align: center; }
#kutikomiPageAll span { background: #eeeff7 none repeat scroll 0 0;  display: inline-block;  margin-bottom: 5px;  padding: 5px 13px; cursor: pointer; margin: 0 3px; text-decoration: none; vertical-align: middle; }
#kutikomiPageAll span a { width: 100%; display: block; }
#kutikomiPageAll span.on {  background: #dde0f7 none repeat scroll 0 0; font-weight: bold;}

.event { font-size: 18px; padding: 0 0 35px;margin-bottom: 35px;
	border-bottom: 3px solid #ff0099; }
.event img{ width: 100%}
.event .comment img{ width: auto}

.event .title{ font-size: 28px; padding: 0 ; margin: 0 }
.event .comment{ padding: 15px;}
.event table td{ border: none ; }
.event .table > tbody > tr > td, .event .table > tbody > tr > th, .event .table > tfoot > tr > td, .event .table > tfoot > tr > th, .event .table > thead > tr > td, .event .table > thead > tr > th {
	border-top: none;
}
.inputS { width: 190px; margin-right: 10px; }
.inputSS { width: 140px; margin-right: 10px; }

#enqueteBox h4  {
	font-size: 22px;
	color: #ff0099;
	font-weight: 900;
	margin: 10px 0 ; font-family: 'M PLUS Rounded 1c', sans-serif ;
}

.errorBox { text-align: center ; margin: 15px 0; background: #ededed ; border: 2px solid #FF2828 ; color:#FF2828 ; font-weight: 900 ; font-size: 18px; }
#enqueteBox .errorR{ border: 2px solid #FF2828 ; background: #ededed ; }
#enqueteBox div.errorR{ padding: 10px;}
#enqueteButton { margin-top: 15px; }
#enqueteBox { color: #111 ; font-size: 16px; padding: 25px 25px;}
#enqueteBox table { width: 100%; font-family:'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; margin-bottom: 65px; }
#enqueteBox button {  background: #ff8887 ; border: 2px solid #111 ; font-size: 20px; color: #FFF; box-shadow: 0 2px 0 #111 ; border-radius: 5px; font-weight: bold; margin-bottom: 15px; padding: 10px; width: 180px; }
#enqueteBox h3{ border-left: 10px solid #ff0099; color: #ff0099; padding-left: 10px; margin-bottom: 15px; }
#enqueteBox table { width: 100%;}
#enqueteBox tr { border-bottom: 1px dashed #cdcdcd}
#enqueteBox th { width: 500px ; padding: 10px 15px; font-weight: 700;font-family: 'M PLUS Rounded 1c', sans-serif ; font-size: 21px; color: #333 }
#enqueteBox th .req { display: inline-block ; padding: 0 5px; font-size: 10px; color: #222 ; font-weight: normal; border-radius: 5px; background: #dfdfdf}
#enqueteBox td { padding: 10px; font-size: 17px;}

#enqueteBox span.bold {
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 21px;
	color: #333;
}
#mmBox h4{ font-size: 33px; color: #fffdd2 ; font-weight: 900 ; line-height: 130% ; text-align: center ;
text-shadow: #ff8887 2px 0px 0, #ff8887 -2px 0px 0, #ff8887 0px -2px 0, #ff8887 -2px 0px 0, #ff8887 2px 2px 0, #ff8887 -2px 2px 0, #ff8887 2px -2px 0, #ff8887 -2px -2px 0, #ff8887 1px 2px 0, #ff8887 -1px 2px 0, #ff8887 1px -2px 0, #ff8887 -1px -2px 0, #ff8887 2px 1px 0, #ff8887 -2px 1px 0, #ff8887 2px -1px 0, #ff8887 -2px -1px 0, #ff8887 1px 1px 0, #ff8887 -1px 1px 0, #ff8887 1px -1px 0, #ff8887 -1px -1px 0 ; font-family: 'M PLUS Rounded 1c', sans-serif ; }


.mmExp { font-size: 22px; color: #fffdd2 ; font-weight: 700 ; padding: 10px; margin-bottom: 15px; border-radius: 25px; line-height: 130% ; text-align: center ;
text-shadow: #cac221 2px 0px 0, #cac221 -2px 0px 0, #cac221 0px -2px 0, #cac221 -2px 0px 0, #cac221 2px 2px 0, #cac221 -2px 2px 0, #cac221 2px -2px 0, #cac221 -2px -2px 0, #cac221 1px 2px 0, #cac221 -1px 2px 0, #cac221 1px -2px 0, #cac221 -1px -2px 0, #cac221 2px 1px 0, #cac221 -2px 1px 0, #cac221 2px -1px 0, #cac221 -2px -1px 0, #cac221 1px 1px 0, #cac221 -1px 1px 0, #cac221 1px -1px 0, #cac221 -1px -1px 0 ; font-family: 'M PLUS Rounded 1c', sans-serif ; }

#mmBox { padding: 0 5%;}
#mmBox p{ font-size: 22px; color: #111 ; font-weight: 700 ; text-align: center; margin-bottom: 5px }

#mmBox table { margin: 0 0 ; }
#mmBox th { width: 100% ; padding: 10px 10px 10px 0; }
#mmBox td { width: 350px; padding: 10px 0; }


#mmBox input[type=submit] {
	background: #ff8887;
	border: 2px solid #111;
	font-size: 18px;
	color: #FFF;
	box-shadow: 0 2px 0 #111;
	border-radius: 5px;
	padding: 0;
	width: 180px; font-family: 'M PLUS Rounded 1c', sans-serif ; font-weight: 700
}
#mmBox input[type=submit].ok { background: #87afff ;}
#mmBox input[type=submit]:hover { opacity: 0.8}
#mailMagazine00 { font-size: 16px; margin: 25px;
	margin-bottom: 20px;
	text-align: left;
}

#mailMagazine00 table { width: 100% ; }
#mailMagazine00 th, #mailMagazine00 td { width: 50% ; }
#mailMagazine00 th a {
	width: 95%;
	line-height: 35px;
	display: block;
	background: #4fb9fd;
	text-align: center;
	margin: 25px auto;
	box-shadow: 0 4px 0 #189cf0;
	color: #FFFFFF;
	font-weight: bold;
	padding: 7px;
	font-size: 20px; border-radius: 5px;
}
#mailMagazine00 td a {
	width: 95%;
	line-height: 35px;
	display: block;
	background: #ff3a3a;
	text-align: center;
	margin: 25px auto;
	box-shadow: 0 4px 0 #ed0d0d;
	color: #FFFFFF;
	font-weight: bold;
		padding: 7px;

	font-size: 20px; border-radius: 5px;
}
#mailMagazine01 { margin: 25px 100px ; margin-bottom: 20px; padding: 20px; text-align: left; border:2px solid #111;  }
#mailMagazine01 table { width: 735px ; font-size: 22px; font-weight: bold; margin: 0 auto; }
#mailMagazine01 table th { width: 335px ; padding: 5px; color: #f29337 ; }
#mailMagazine01 table td { width: 400px ; padding: 5px; text-align: left; }

.mobileExp { list-style: none; margin: 15px 0 ; text-align: center; }
.mobileExp li{ width: 150px; display: inline-block; padding: 3px 10px; }
.mobileExp li img { width: 100% ; border: #333333 solid 1px; }


#linksImg { margin:0 0; padding-top:15px; min-height:350px;}
#linksImg li{ width:125px; height:60px; overflow:hidden; text-align:center; display: inline-block; font-size:10px; list-style:none; line-height:13px; }
#linksImg li a { text-decoration:none; }
#linksNoImg li{ width:102px; height:15px; margin:10px 0 0; overflow:hidden; text-align:center; float:left; font-size:10px; }
#linksImg > a img { margin:3px;}

.linkExp { padding: 25px 15px ; }

.linkBnn { margin: 0 25px; text-align: left;  }
.shopExpTable { border-left: solid 1px #222222; ; border-right:solid 1px #ff004c; ;border-bottom:solid 1px #ff004c; margin: 0 15px 15px; box-shadow: 2px 2px 0 3px #222222 ; }
.shopExpTable th	{ width:130px ; background:#ff004c; padding:8px 0; text-align:center; font-weight:bold; border-top:solid 2px #ff004c;color: #ffffff; vertical-align: top ; }
.shopExpTable td	{ padding:8px 0 8px 15px; border-top:solid 2px #ff004c; ; background: #FFFFFF ; color: #111111 ; text-align: left; vertical-align: top ; }

#blog ul{ list-style: none; padding: 0 }
#blog ul li{ width: 19% ; height: 214px; padding: 3px; margin: 0 0.5%; border-radius: 10px; background: #ff0099 ; overflow: hidden; position: relative; display: inline-block; }
#blog ul li > a > div { border-radius: 10px; overflow: hidden; }
#blogInfo { text-align: center }
#blogInfo ul { margin: 0 }
#blogInfo ul li{ width: 168px ; height: 168px; padding: 1px; margin: 0 3px 3px; border-radius: 10px; background: #ff0099 ; overflow: hidden; position: relative; display: inline-block; }
#blogInfo ul li div.blogBox {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border: 1px solid #eeaa45;
}

#blog ul li .photo { width: 65px ; height: 65px; border-radius: 55px ; overflow: hidden; position: absolute ; top: 5px; right: 5px; border: 2px solid #FFF ; z-index: 10 ; }
#blog ul li .title, #blogInfo li div.blogBox div.title { width: 100%; height: 45px ; color: #FFF ; line-height: 20px; font-size: 14px;  position: absolute; bottom: 0; left: 0; z-index: 10 ; background: rgba(255,95,175,0.8) ; margin: 0 ; padding: 0 5px 0 10px; overflow: hidden; border: none ; border-radius: 0;}
#blog ul li .title span,#blogInfo ul li .title span{ display: block; font-size: 13px;}

.blogBox { padding: 2px;}
#blog { text-align: center }
#blog a.all {
	display: inline-block;
	background: #87afff;
	padding: 5px 10px;
	margin: 5px auto;
	color: #FFF;
	font-weight: 900;
	font-size: 18px;
}


	
.hotelTab { margin: 0 15px; padding:3px; list-style: none ; }

.hotel { display: none; }
.hotelTab ul { list-style: none ; }
.hotelTab li{ cursor: pointer;
	width:calc(100%/2);
	float:left;
	font-size:2rem;
	line-height:1.2em;
	font-weight:bold;
	text-align:center;
}

.hotelTab li span{
	display:block;
	background-color:#f88;
	color:#fff; 
	margin:2.5px;
	padding:10px 0;
	border-radius:5px;
}

.hotelTab li.select span{
	background-color:#f44;
}
.hotelBox { padding: 0 15px;}
.hotelBox h2{ margin: 15px 0 ; text-align: center; font-weight: 900; font-size: 22px;}
.hotelBox h3{ margin: 15px 0; text-align: center; font-weight: 900; font-size: 20px;}
.hotelBox table{ width: 100%; margin-bottom: 15px; font-size: 18px; }

.hotelBox table th  { text-align: center;
	background-color: #f69;
	color: #fff;
	box-sizing: border-box;
	padding: 5px 10px;
	font-weight: bold; border: solid 1px #d69
}
.hotelBox table td  {
	vertical-align: top;
	box-sizing: border-box;
	padding: 5px 10px;border: solid 1px #d69;
}
.hotelBox table td.tt {
	width: 120px;
	vertical-align: top;
	box-sizing: border-box;
	padding: 5px 10px;
	background-color: #f8b;
	color: #fff;
}

.hotelList h2{ margin: 15px 0 ; text-align: center; font-weight: 900; font-size: 22px;font-family: 'M PLUS Rounded 1c', sans-serif;}
.hotelList h3{ margin: 15px 0; text-align: center; font-weight: 900; font-size: 20px;}
.hotelList table{ width: 100%; margin-bottom: 15px; font-size: 15px; }

.hotelList table { width: 100%;}
.hotelList table th  { width: 320px; padding: 5px 10px; font-weight: bold; border: solid 1px #d69 ; text-align: left ; }
.hotelList table th a { color: #FFF ;}
.hotelList table th span { color: #111 ; display: inline-block; line-height: 20px ; text-align: center; padding: 0 5px ; margin-right: 5px ; background-color: #FFF ; border-radius: 5px; ;}
.hotelList table td.add  { width: 230px;}
.hotelList table td.com  { width: 300px; font-size: 90%;}
.hotelList table td  { vertical-align: top;	padding: 5px 10px; border: solid 1px #d69; }
.hotelList table td.exp { width: 100px; }
.hotelList table span.exp{ color: #fff ; display: inline-block; line-height: 20px ; text-align: center; padding: 0 5px ; margin-left: 5px ; background-color: #4382f4 ; border-radius: 5px; font-size: 90% ;  }
.hotelList table tr.osusume td { background: #fffd7e;} 

.hotelDetail h2{ margin: 15px 0 ; text-align: center; font-weight: 900; font-size: 24px; font-family: 'M PLUS Rounded 1c', sans-serif;}
.hotelDetail h3{ margin: 0 0 5px; text-align: center; font-weight: 900; font-size: 20px;}
.hotelDetail table { width: 100%; font-size: 16px ; margin-top: 10px;}
.hotelDetail table th  { width: 100%; padding: 10px; color: #FFF; text-align: center ; font-weight: bold; border: solid 1px #d69 ; background-color: #ff6398 ; }
.hotelDetail table th a { color: #FFF ;}
.hotelDetail table td  { vertical-align: top;	padding: 15px; border: solid 1px #d69; }

.fuzoku {
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 8px 37px;
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 20px;
	background: #111;
	color: #FFF;
}
.divider-d { background: #FFF ; border-top: 2px solid #ff0099; height: 1px; margin: 0;}
footer { border-top: 1px solid #FFF;}

#footerLink .widget { font-size: 16px;}
#footerLink .widget a{ color:#FFF ; }
#footerLink h2 { font-weight: 800; margin-top: 6px;font-family: 'M PLUS Rounded 1c', sans-serif}
#footerLink h3 { font-weight: 700; margin-top: 0;font-family: 'M PLUS Rounded 1c', sans-serif}
#footerLink h4 { font-size: 22px;}
#footerLink li{ display: inline-block; width: 150px; font-size: 13px; }
#footerLink li a { color: #fff; }
#footerLogo { }

.widget ul {
	list-style: none;
	padding: 0;
	margin: 0 0 15px;
}

.footer .copyright { margin: 0;	font-size: 13px;}

.widget .icon-list li a::before {
	content: "\00BB";
	color: #FFF;
	padding-right: 5px;
	font-size: 20px;
}

.shop-exp { width: 1000px; position:relative ;z-index: 20; font-size: 2.5rem ; padding: 1em 0 ; color: #ff8887 ; font-weight: 900 ; margin: 0 auto ; font-family: 'M PLUS Rounded 1c', sans-serif}
.shop-exp h2{ color: #ff0099 ; margin-top: 0 ; font-weight: 900 ; font-family: 'M PLUS Rounded 1c', sans-serif }

.module-small {	padding: 15px 0 10px; }
.widget .icon-list li {
	padding: 0 0;
}
.btn-circle.right-side-toggle {
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 25px;
}
.right-side-toggle i {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-animation-name: rotate;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotate;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	animation-name: rotate;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	position: absolute;
	top: 18px;
	left: 18px;
}

.nmnsBox { font-size: 20px; text-align: center; }
.scheduleWeekHead {
    margin: 15px auto;
    padding: 0;
    width: 100%;
}
.scheduleWeekHead p {
    font-size: 16px;
    font-weight: bold;
}


.scheWeekFrame table {
    border: medium none;
    margin: 0 auto 15px;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}
.scheWeekFrame table th {
    font-size: 16px;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.scheWeekFrame table th.scheWeekTodayTh {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fba0ba #fba0ba #fba0ba -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
}
.scheWeekFrame table th.scheWeekTh1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fba0ba #fba0ba #fba0ba -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
}
.scheWeekFrame table th.scheWeekTh2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fba0ba #fba0ba #fba0ba -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
}
.scheWeekFrame table th.weekday {
    color: #fba0ba;
}
.scheWeekFrame table th.saturday {
    color: #fba0ba;
}
.scheWeekFrame table th.sunday {
    color: #fba0ba;
}
.scheWeekFrame table th.ladyTh {
    background: #fce1ed none repeat scroll 0 0;
    border-right: 1px solid #fba0ba;
    height: 150px;
    margin: 0;
    padding: 5px 0 0;
    text-align: center;
    vertical-align: top;
    width: 200px;
}
.scheWeekFrame table th.ladyTh .ladyThImg {
    padding: 0 13px 0 10px;
}
.scheWeekFrame table th.ladyTh .ladyThImg img {
    margin: 0;
    padding: 0;
    width: 120px;
}
.scheWeekFrame table th.ladyTh .ladyThName {
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 2px;
}
.scheWeekFrame table td {
    color: #fba0ba;
    font-size: 16px;
    height: 115px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.scheWeekFrame table td.scheWeekTodayTd {
    border-bottom: 1px solid #fba0ba;
    border-right: 1px solid #fba0ba;
    font-weight: bold;
}
.scheWeekFrame table td.scheWeekTd1 {
    border-bottom: 1px solid #fba0ba;
    border-right: 1px solid #fba0ba;
}
.scheWeekFrame table td.scheWeekTd2 {
    border-bottom: 1px solid #fba0ba;
    border-right: 1px solid #fba0ba;
}


/* 横スクロール文字 
     ----------------------------------------------------------------- */
 .top-scroll-type-wrap { position: relative; z-index:10; overflow: hidden; width: 100%; top: 0 ; }
 .top-scroll-type-first { display: block; position: absolute;  top: 0; left: 0; z-index: 1;  color: rgba(0,0,0,0.8) ; font-size: 460px; font-family: brandon-grotesque, sans-serif; font-weight: 900; line-height: 1;    -webkit-transform: translateX(0); transform: translateX(0); -webkit-animation: bg-animation-first 90s 0s linear infinite normal; animation: bg-animation-first 90s 0s linear infinite normal; mix-blend-mode: overlay;  }
  
  .top-scroll-type-second {display: block; position: absolute; top: 0; left: 0; z-index: 1;   color: rgba(0,0,0,0.8); font-size: 460px; font-family: brandon-grotesque, sans-serif; font-weight: 900; line-height: 1; -webkit-transform: translateX(0); transform: translateX(0); -webkit-animation: bg-animation-second 90s -45s linear infinite normal; animation: bg-animation-second 90s -45s linear infinite normal;  mix-blend-mode: overlay;  }

.logoAnime { -webkit-animation : 1.7s ease 0s normal none 1 running bound;  animation: 1.7s ease 0s normal none 1 running bound; animation-iteration-count: infinite; }


@-webkit-keyframes bg-animation-first {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes bg-animation-first {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}


@-webkit-keyframes bg-animation-second {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes bg-animation-second {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes bound {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  1.388889% {
    -webkit-transform: matrix3d(1.05412, 0, 0, 0, 0, 1.06887, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05412, 0, 0, 0, 0, 1.06887, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.777778% {
    -webkit-transform: matrix3d(1.09288, 0, 0, 0, 0, 1.11451, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.09288, 0, 0, 0, 0, 1.11451, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: matrix3d(1.1156, 0, 0, 0, 0, 1.13462, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.1156, 0, 0, 0, 0, 1.13462, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  5.555556% {
    -webkit-transform: matrix3d(1.12321, 0, 0, 0, 0, 1.13112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.12321, 0, 0, 0, 0, 1.13112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.944444% {
    -webkit-transform: matrix3d(1.11787, 0, 0, 0, 0, 1.109, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.11787, 0, 0, 0, 0, 1.109, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(1.10255, 0, 0, 0, 0, 1.07507, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.10255, 0, 0, 0, 0, 1.07507, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.722222% {
    -webkit-transform: matrix3d(1.08057, 0, 0, 0, 0, 1.03656, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08057, 0, 0, 0, 0, 1.03656, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.111111% {
    -webkit-transform: matrix3d(1.05525, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05525, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: matrix3d(1.0296, 0, 0, 0, 0, 0.9704, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.0296, 0, 0, 0, 0, 0.9704, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.888889% {
    -webkit-transform: matrix3d(1.00607, 0, 0, 0, 0, 0.95079, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00607, 0, 0, 0, 0, 0.95079, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.277778% {
    -webkit-transform: matrix3d(0.98644, 0, 0, 0, 0, 0.94214, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98644, 0, 0, 0, 0, 0.94214, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(0.97182, 0, 0, 0, 0, 0.94365, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97182, 0, 0, 0, 0, 0.94365, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.055556% {
    -webkit-transform: matrix3d(0.96261, 0, 0, 0, 0, 0.95315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96261, 0, 0, 0, 0, 0.95315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.444444% {
    -webkit-transform: matrix3d(0.95865, 0, 0, 0, 0, 0.96774, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95865, 0, 0, 0, 0, 0.96774, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: matrix3d(0.95929, 0, 0, 0, 0, 0.98429, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95929, 0, 0, 0, 0, 0.98429, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.222222% {
    -webkit-transform: matrix3d(0.96362, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96362, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.611111% {
    -webkit-transform: matrix3d(0.97051, 0, 0, 0, 0, 1.01272, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97051, 0, 0, 0, 0, 1.01272, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(0.97885, 0, 0, 0, 0, 1.02115, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97885, 0, 0, 0, 0, 1.02115, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.388889% {
    -webkit-transform: matrix3d(0.98757, 0, 0, 0, 0, 1.02487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98757, 0, 0, 0, 0, 1.02487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.777778% {
    -webkit-transform: matrix3d(0.99579, 0, 0, 0, 0, 1.02422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99579, 0, 0, 0, 0, 1.02422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: matrix3d(1.00284, 0, 0, 0, 0, 1.02014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00284, 0, 0, 0, 0, 1.02014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30.555556% {
    -webkit-transform: matrix3d(1.00829, 0, 0, 0, 0, 1.01387, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00829, 0, 0, 0, 0, 1.01387, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.944444% {
    -webkit-transform: matrix3d(1.01192, 0, 0, 0, 0, 1.00675, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01192, 0, 0, 0, 0, 1.00675, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01375, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01375, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.722222% {
    -webkit-transform: matrix3d(1.01395, 0, 0, 0, 0, 0.99453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01395, 0, 0, 0, 0, 0.99453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.111111% {
    -webkit-transform: matrix3d(1.01281, 0, 0, 0, 0, 0.99091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01281, 0, 0, 0, 0, 0.99091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: matrix3d(1.01069, 0, 0, 0, 0, 0.98931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01069, 0, 0, 0, 0, 0.98931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  38.888889% {
    -webkit-transform: matrix3d(1.00797, 0, 0, 0, 0, 0.98959, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00797, 0, 0, 0, 0, 0.98959, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40.277778% {
    -webkit-transform: matrix3d(1.00503, 0, 0, 0, 0, 0.99135, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00503, 0, 0, 0, 0, 0.99135, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(1.00218, 0, 0, 0, 0, 0.99404, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00218, 0, 0, 0, 0, 0.99404, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.055556% {
    -webkit-transform: matrix3d(0.99967, 0, 0, 0, 0, 0.9971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99967, 0, 0, 0, 0, 0.9971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.444444% {
    -webkit-transform: matrix3d(0.99767, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99767, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: matrix3d(0.99626, 0, 0, 0, 0, 1.00235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99626, 0, 0, 0, 0, 1.00235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.222222% {
    -webkit-transform: matrix3d(0.99547, 0, 0, 0, 0, 1.00391, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99547, 0, 0, 0, 0, 1.00391, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  48.611111% {
    -webkit-transform: matrix3d(0.99526, 0, 0, 0, 0, 1.00459, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99526, 0, 0, 0, 0, 1.00459, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.99553, 0, 0, 0, 0, 1.00447, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99553, 0, 0, 0, 0, 1.00447, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  51.388889% {
    -webkit-transform: matrix3d(0.99616, 0, 0, 0, 0, 1.00372, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99616, 0, 0, 0, 0, 1.00372, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.777778% {
    -webkit-transform: matrix3d(0.99703, 0, 0, 0, 0, 1.00256, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99703, 0, 0, 0, 0, 1.00256, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: matrix3d(0.99802, 0, 0, 0, 0, 1.00125, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99802, 0, 0, 0, 0, 1.00125, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  55.555556% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.944444% {
    -webkit-transform: matrix3d(0.99988, 0, 0, 0, 0, 0.99899, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99988, 0, 0, 0, 0, 0.99899, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(1.00061, 0, 0, 0, 0, 0.99832, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00061, 0, 0, 0, 0, 0.99832, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.722222% {
    -webkit-transform: matrix3d(1.00115, 0, 0, 0, 0, 0.99803, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00115, 0, 0, 0, 0, 0.99803, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  61.111111% {
    -webkit-transform: matrix3d(1.00147, 0, 0, 0, 0, 0.99808, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00147, 0, 0, 0, 0, 0.99808, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1.0016, 0, 0, 0, 0, 0.9984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.0016, 0, 0, 0, 0, 0.9984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.888889% {
    -webkit-transform: matrix3d(1.00155, 0, 0, 0, 0, 0.9989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00155, 0, 0, 0, 0, 0.9989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  65.277778% {
    -webkit-transform: matrix3d(1.00137, 0, 0, 0, 0, 0.99946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00137, 0, 0, 0, 0, 0.99946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00109, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00109, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.055556% {
    -webkit-transform: matrix3d(1.00077, 0, 0, 0, 0, 1.00043, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00077, 0, 0, 0, 0, 1.00043, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.444444% {
    -webkit-transform: matrix3d(1.00043, 0, 0, 0, 0, 1.00072, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00043, 0, 0, 0, 0, 1.00072, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00085, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00085, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.222222% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1.00083, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1.00083, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.611111% {
    -webkit-transform: matrix3d(0.99966, 0, 0, 0, 0, 1.00069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99966, 0, 0, 0, 0, 1.00069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(0.99953, 0, 0, 0, 0, 1.00047, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99953, 0, 0, 0, 0, 1.00047, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.388889% {
    -webkit-transform: matrix3d(0.99947, 0, 0, 0, 0, 1.00023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99947, 0, 0, 0, 0, 1.00023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.777778% {
    -webkit-transform: matrix3d(0.99947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: matrix3d(0.99952, 0, 0, 0, 0, 0.99981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99952, 0, 0, 0, 0, 0.99981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.555556% {
    -webkit-transform: matrix3d(0.9996, 0, 0, 0, 0, 0.99969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9996, 0, 0, 0, 0, 0.99969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.944444% {
    -webkit-transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  84.722222% {
    -webkit-transform: matrix3d(0.99993, 0, 0, 0, 0, 0.9997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99993, 0, 0, 0, 0, 0.9997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.111111% {
    -webkit-transform: matrix3d(1.00003, 0, 0, 0, 0, 0.9998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00003, 0, 0, 0, 0, 0.9998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: matrix3d(1.0001, 0, 0, 0, 0, 0.9999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.0001, 0, 0, 0, 0, 0.9999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.888889% {
    -webkit-transform: matrix3d(1.00015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.277778% {
    -webkit-transform: matrix3d(1.00018, 0, 0, 0, 0, 1.00008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00018, 0, 0, 0, 0, 1.00008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(1.00018, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00018, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.055556% {
    -webkit-transform: matrix3d(1.00017, 0, 0, 0, 0, 1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00017, 0, 0, 0, 0, 1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  94.444444% {
    -webkit-transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: matrix3d(1.00011, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00011, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.222222% {
    -webkit-transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  98.611111% {
    -webkit-transform: matrix3d(1.00003, 0, 0, 0, 0, 1.00004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00003, 0, 0, 0, 0, 1.00004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes bound {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  1.388889% {
    -webkit-transform: matrix3d(1.05412, 0, 0, 0, 0, 1.06887, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05412, 0, 0, 0, 0, 1.06887, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.777778% {
    -webkit-transform: matrix3d(1.09288, 0, 0, 0, 0, 1.11451, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.09288, 0, 0, 0, 0, 1.11451, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: matrix3d(1.1156, 0, 0, 0, 0, 1.13462, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.1156, 0, 0, 0, 0, 1.13462, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  5.555556% {
    -webkit-transform: matrix3d(1.12321, 0, 0, 0, 0, 1.13112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.12321, 0, 0, 0, 0, 1.13112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.944444% {
    -webkit-transform: matrix3d(1.11787, 0, 0, 0, 0, 1.109, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.11787, 0, 0, 0, 0, 1.109, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(1.10255, 0, 0, 0, 0, 1.07507, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.10255, 0, 0, 0, 0, 1.07507, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.722222% {
    -webkit-transform: matrix3d(1.08057, 0, 0, 0, 0, 1.03656, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08057, 0, 0, 0, 0, 1.03656, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.111111% {
    -webkit-transform: matrix3d(1.05525, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05525, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: matrix3d(1.0296, 0, 0, 0, 0, 0.9704, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.0296, 0, 0, 0, 0, 0.9704, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.888889% {
    -webkit-transform: matrix3d(1.00607, 0, 0, 0, 0, 0.95079, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00607, 0, 0, 0, 0, 0.95079, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.277778% {
    -webkit-transform: matrix3d(0.98644, 0, 0, 0, 0, 0.94214, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98644, 0, 0, 0, 0, 0.94214, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(0.97182, 0, 0, 0, 0, 0.94365, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97182, 0, 0, 0, 0, 0.94365, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.055556% {
    -webkit-transform: matrix3d(0.96261, 0, 0, 0, 0, 0.95315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96261, 0, 0, 0, 0, 0.95315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.444444% {
    -webkit-transform: matrix3d(0.95865, 0, 0, 0, 0, 0.96774, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95865, 0, 0, 0, 0, 0.96774, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: matrix3d(0.95929, 0, 0, 0, 0, 0.98429, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95929, 0, 0, 0, 0, 0.98429, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.222222% {
    -webkit-transform: matrix3d(0.96362, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96362, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.611111% {
    -webkit-transform: matrix3d(0.97051, 0, 0, 0, 0, 1.01272, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97051, 0, 0, 0, 0, 1.01272, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(0.97885, 0, 0, 0, 0, 1.02115, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97885, 0, 0, 0, 0, 1.02115, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.388889% {
    -webkit-transform: matrix3d(0.98757, 0, 0, 0, 0, 1.02487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98757, 0, 0, 0, 0, 1.02487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.777778% {
    -webkit-transform: matrix3d(0.99579, 0, 0, 0, 0, 1.02422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99579, 0, 0, 0, 0, 1.02422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: matrix3d(1.00284, 0, 0, 0, 0, 1.02014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00284, 0, 0, 0, 0, 1.02014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30.555556% {
    -webkit-transform: matrix3d(1.00829, 0, 0, 0, 0, 1.01387, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00829, 0, 0, 0, 0, 1.01387, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.944444% {
    -webkit-transform: matrix3d(1.01192, 0, 0, 0, 0, 1.00675, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01192, 0, 0, 0, 0, 1.00675, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01375, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01375, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.722222% {
    -webkit-transform: matrix3d(1.01395, 0, 0, 0, 0, 0.99453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01395, 0, 0, 0, 0, 0.99453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.111111% {
    -webkit-transform: matrix3d(1.01281, 0, 0, 0, 0, 0.99091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01281, 0, 0, 0, 0, 0.99091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: matrix3d(1.01069, 0, 0, 0, 0, 0.98931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01069, 0, 0, 0, 0, 0.98931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  38.888889% {
    -webkit-transform: matrix3d(1.00797, 0, 0, 0, 0, 0.98959, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00797, 0, 0, 0, 0, 0.98959, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40.277778% {
    -webkit-transform: matrix3d(1.00503, 0, 0, 0, 0, 0.99135, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00503, 0, 0, 0, 0, 0.99135, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(1.00218, 0, 0, 0, 0, 0.99404, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00218, 0, 0, 0, 0, 0.99404, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.055556% {
    -webkit-transform: matrix3d(0.99967, 0, 0, 0, 0, 0.9971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99967, 0, 0, 0, 0, 0.9971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.444444% {
    -webkit-transform: matrix3d(0.99767, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99767, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: matrix3d(0.99626, 0, 0, 0, 0, 1.00235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99626, 0, 0, 0, 0, 1.00235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.222222% {
    -webkit-transform: matrix3d(0.99547, 0, 0, 0, 0, 1.00391, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99547, 0, 0, 0, 0, 1.00391, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  48.611111% {
    -webkit-transform: matrix3d(0.99526, 0, 0, 0, 0, 1.00459, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99526, 0, 0, 0, 0, 1.00459, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.99553, 0, 0, 0, 0, 1.00447, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99553, 0, 0, 0, 0, 1.00447, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  51.388889% {
    -webkit-transform: matrix3d(0.99616, 0, 0, 0, 0, 1.00372, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99616, 0, 0, 0, 0, 1.00372, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.777778% {
    -webkit-transform: matrix3d(0.99703, 0, 0, 0, 0, 1.00256, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99703, 0, 0, 0, 0, 1.00256, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: matrix3d(0.99802, 0, 0, 0, 0, 1.00125, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99802, 0, 0, 0, 0, 1.00125, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  55.555556% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.944444% {
    -webkit-transform: matrix3d(0.99988, 0, 0, 0, 0, 0.99899, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99988, 0, 0, 0, 0, 0.99899, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(1.00061, 0, 0, 0, 0, 0.99832, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00061, 0, 0, 0, 0, 0.99832, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.722222% {
    -webkit-transform: matrix3d(1.00115, 0, 0, 0, 0, 0.99803, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00115, 0, 0, 0, 0, 0.99803, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  61.111111% {
    -webkit-transform: matrix3d(1.00147, 0, 0, 0, 0, 0.99808, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00147, 0, 0, 0, 0, 0.99808, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1.0016, 0, 0, 0, 0, 0.9984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.0016, 0, 0, 0, 0, 0.9984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.888889% {
    -webkit-transform: matrix3d(1.00155, 0, 0, 0, 0, 0.9989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00155, 0, 0, 0, 0, 0.9989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  65.277778% {
    -webkit-transform: matrix3d(1.00137, 0, 0, 0, 0, 0.99946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00137, 0, 0, 0, 0, 0.99946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00109, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00109, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.055556% {
    -webkit-transform: matrix3d(1.00077, 0, 0, 0, 0, 1.00043, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00077, 0, 0, 0, 0, 1.00043, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.444444% {


    -webkit-transform: matrix3d(1.00043, 0, 0, 0, 0, 1.00072, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00043, 0, 0, 0, 0, 1.00072, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00085, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00085, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.222222% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1.00083, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1.00083, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.611111% {
    -webkit-transform: matrix3d(0.99966, 0, 0, 0, 0, 1.00069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99966, 0, 0, 0, 0, 1.00069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(0.99953, 0, 0, 0, 0, 1.00047, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99953, 0, 0, 0, 0, 1.00047, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.388889% {
    -webkit-transform: matrix3d(0.99947, 0, 0, 0, 0, 1.00023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99947, 0, 0, 0, 0, 1.00023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.777778% {
    -webkit-transform: matrix3d(0.99947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: matrix3d(0.99952, 0, 0, 0, 0, 0.99981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99952, 0, 0, 0, 0, 0.99981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.555556% {
    -webkit-transform: matrix3d(0.9996, 0, 0, 0, 0, 0.99969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9996, 0, 0, 0, 0, 0.99969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.944444% {
    -webkit-transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  84.722222% {
    -webkit-transform: matrix3d(0.99993, 0, 0, 0, 0, 0.9997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99993, 0, 0, 0, 0, 0.9997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.111111% {
    -webkit-transform: matrix3d(1.00003, 0, 0, 0, 0, 0.9998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00003, 0, 0, 0, 0, 0.9998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: matrix3d(1.0001, 0, 0, 0, 0, 0.9999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.0001, 0, 0, 0, 0, 0.9999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.888889% {
    -webkit-transform: matrix3d(1.00015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.277778% {
    -webkit-transform: matrix3d(1.00018, 0, 0, 0, 0, 1.00008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00018, 0, 0, 0, 0, 1.00008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(1.00018, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00018, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.055556% {
    -webkit-transform: matrix3d(1.00017, 0, 0, 0, 0, 1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00017, 0, 0, 0, 0, 1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  94.444444% {
    -webkit-transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: matrix3d(1.00011, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00011, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  97.222222% {
    -webkit-transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  98.611111% {
    -webkit-transform: matrix3d(1.00003, 0, 0, 0, 0, 1.00004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00003, 0, 0, 0, 0, 1.00004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}