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

body {
	background:#fff;
	color:#000;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	/*-webkit-text-size-adjust: 100%;*/
}
html,body {
	height:100%;
}
* {
	margin:0;
	padding:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*background:url(../img/dummy.gif);*/
}
ul,ol,li {
	list-style:none;
}
img {
	border:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
}
textarea {
	resize: none;
}
a {
	color:#000;
	text-decoration:none;
	outline:none;
}
a:hover {
	cursor:pointer;
}
.fade,
a.blackfade,
.bright {
	-webkit-transition: .4s ease-in-out;
	   -moz-transition: .4s ease-in-out;
		 -o-transition: .4s ease-in-out;
			transition: .4s ease-in-out;
}
.fade:hover {
	opacity: .6;
	filter: alpha(opacity=60);
}
img.fade:hover {
	background-color: #fff;
}
a.blackfade {
	opacity: 0;
	filter: alpha(opacity=0);
	background:#000;
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:10;
}
a.blackfade:hover {
	opacity: .4;
	filter: alpha(opacity=40);
}
.bright:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}
.vCenter {
	position: relative;
	top: 30%;
	transform: translateY(-30%);
	-webkit-transform: translateY(-30%);
}
.clear {
	float:none;
	clear:both;
}
.cssSprite {
	overflow:hidden;
	line-height:-1000px;
	font-size:0;
}
#loading {
	position:fixed;
	width:100%;
	height:100%;
	background:#fff url(../imgHtml/loading.gif) no-repeat center center fixed;
	z-index:2000;
}

/* all */

div.wrap {
	min-width:960px;
}
.girlsBlock {
	position:relative;
}
.girlsBlock div.photo img {
	width:100%;
	height:100%;
}
.girlsBlock div.state {
	position:absolute;
	right:10px;
	top:10px;
	color:#fff;
	font-size:20px;
	text-align:center;
	display:table;
}
.girlsBlock div.state > div {
	display:table-cell;
	vertical-align:middle;
	width:80px;
	height:80px;
	border-radius: 3px;
	background:rgba(92,194,207,.5);
}
.girlsBlock div.state div.reserve {
	line-height:120%;
}
.girlsBlock div.state div.reserve span {
	display:block;
	font-size:8px;
	line-height:110%;
}
.girlsBlock div.state div.tel {
	background:rgba(170,106,207,.5);
	line-height:110%;
	padding: 0 20px;
}
.girlsBlock div.state div.thanks {
	background:rgba(137,137,137,.5);
	line-height:110%;
	padding: 0 20px;
}
.girlsBlock div.option {
	position:absolute;
	left:10px;
	top: 10px;
	color:#fff;
	font-size:14px;
	line-height: 23px;
	text-align:center;
}
.girlsBlock div.option > div {
	margin-bottom: 2px;
	width:120px;
	height:23px;
	border-radius: 3px;
	background:rgba(238,163,39,.5);
}
.girlsBlock div.option div.no {
	background:rgba(141,192,123,.5);
}
.girlsBlock div.tag {
	position:absolute;
	right:10px;
	bottom:28px;
	color:#fff;
	font-size:14px;
	line-height: 100%;
	text-align:center;
	display:table;
	border-collapse: separate;
	border-spacing: 5px 0;
	z-index: 1;
}
.girlsBlock div.tag > div {
	display:table-cell;
	vertical-align:middle;
	width:52px;
	height:52px;
	border-radius: 52px;
	background:rgba(212,26,219,.5);
	margin: 10px;
}
.girlsBlock div.tag div.new {
	background:rgba(219,26,26,.5);
}
.girlsBlock div.tag div.add {
	background:rgba(163,143,31,.5);
	padding: 0 10px;
}
.girlsBlock div.tag div.skill {
	background:rgba(19,181,163,.5);
	padding: 0 10px;
}

/*header*/

div.wrap div.header ,
div.wrap div.footer {
	background:#fff;
	text-align:center;
}
div.wrap div.headBox {
	position: relative;
	height: 70px;
}
div.wrap div.header {
	background: rgba(255,255,255,.8);
	position:absolute;
	top: 0;
	left:0;
	z-index:1000;
	width:100%;
	min-width:960px;
	height:70px;
	padding-top:8px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
div.wrap div.header div.cssSprite {
	display:inline-block;
	vertical-align:middle;
}
div.wrap div.header ul.menu,
div.wrap div.footer ul.menu {
	font-size:0;
}
div.wrap div.header ul.menu {
	display:inline-block;
	margin:8px auto 0;
}
div.wrap div.header ul.menu li,
div.wrap div.footer ul.menu li {
    font-family: 'OstrichSansRounded-Medium';
	display:inline-block;
	font-size:20px;
	line-height:100%;
	letter-spacing:.04em;
	vertical-align:middle;
	position:relative;
}
div.wrap div.header ul.menu li a,
div.wrap div.footer ul.menu li a {
	display: block;
	color: #5cc2cf;
	padding:0 10px;
}
div.wrap div.header ul.menu li  a.tel {
	font-family: 'PalatinoLinotype-Roman';
	display:inline-block;
	color:#5cc2cf;
	margin-left: 20px;
	font-size:24px;
	line-height:100%;
	font-weight: normal;
}
div.wrap div.header ul.menu li  a.tel p {
	font-family: 'Baskerville';
	font-size:12px;
	line-height:100%;
	letter-spacing:.075em;
}
div.wrap div.header ul.menu li  a.tel p span {
	font-size:16px;
	line-height:100%;
	letter-spacing:.075em;
}
div.wrap div.header ul.menu li  a.tel div {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

/*footer*/

div.wrap div.footer {
	color:#686868;
	text-align:center;
	padding: 90px 0;
}
div.wrap div.footer ul.menu {
	display:block;
	margin:0 auto 40px;
}
div.wrap div.footer ul.menu li a {
	font-size: 18px;
	margin: 0 10px;
}
div.wrap div.footer ul.menu li:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	margin-top:4px;
	display:block;
	width:1px;
	height:12px;
	background:#5cc2cf;
	transform: rotate(25deg);
	-webkit-transform: rotate(25deg);
}
div.wrap div.footer ul.menu li:first-child:before {
	display: none;
}
.footer h2 {
	display:inline-block;
}
.footer a.tel {
	font-family: 'PalatinoLinotype-Roman';
	display:block;
	background:#5cc2cf;
	color:#fff;
	border-radius:3px;
	width:300px;
	height:70px;
	padding-top: 15px;
	margin:15px auto 25px;
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
	font-size:28px;
	letter-spacing: .1em;
	line-height:100%;
	font-weight: normal;
}
.footer a.tel p {
	font-family: 'Baskerville';
	font-size:12px;
	line-height:100%;
	letter-spacing:.08em;
}
.footer a.tel p span {
	font-size:18px;
	line-height:100%;
	letter-spacing:.08em;
}
.footer a.tel div {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.footer p.copy {
	font-family: 'Baskerville';
	font-size:12px;
	line-height:140%;
	letter-spacing:.15em;
	color: #c2c2c2;
}

/* news */

#news {
	width:100%;
	height:100%;
	position:fixed;
	z-index:9999;
}
#news div.bg {
	background:rgba(0,0,0,.8);
	position:absolute;
	width:100%;
	height:100%;
}
#news div.main {
	background:#fff;
	position:absolute;
	left:50%;
	top: 40px;
	margin-left:-300px;
	width:600px;
	height:90%;
	height:-webkit-calc( 100% - 80px );
	height:calc( 100% - 80px );
	overflow-y:auto;
	padding: 50px 0 70px;
}
#news div.close {
	position:absolute;
	right: 20px;
	top: 24px;
	width: 37px;
	height: 37px;
	z-index:1000;
}
#news div.main div.title {
	position:fixed;
	background: #5cc2cf;
	left:50%;
	top:40px;
	margin-left:-300px;
	width: 600px;
	height: 80px;
	z-index:1000;
}
#news div.main div.title h2 {
	font-family: 'OstrichSansRounded-Medium';
	font-size: 50px;
	letter-spacing: .2em;
	line-height: 80px;
	color: #fff;
	font-style: italic;
	padding-left: 20px;
}
#news div.main article {
	padding:50px 0 30px;
	border-bottom:1px dotted #a0a0a0;
	max-width:560px;
	margin:0 auto;
}
#news div.main article div.photo {
	margin-bottom:45px;
}
#news div.main article div.photo img {
	max-width:560px;
	display:block;
	margin:0 auto;
}
#news div.main article dl dt.date {
	font-family: 'UnicaOne-Regular';
	color: #494949;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 120%;
}
#news div.main article dl dt.title {
	font-size: 20px;
	line-height: 160%;
	font-weight: bold;
	margin: 15px 0;
}
#news div.main article dl dd {
	font-size: 12px;
	line-height: 180%;
}

/* index */

#index div.main div.mainImg {
	position:relative;
	min-height:540px;
}
#index div.main div.mainImg div.bg {
	background:#000;
}
#index div.main div.mainImg div.bg img {
	width:100%;
	height:auto;
}
#index div.main div.mainImg img.logo {
	position:absolute;
	margin:0 auto;
	left:50%;
	margin-left:-150px;
}
#index div.main div.mainImg img.arrow {
	position:absolute;
	margin:0 auto;
	left:50%;
	bottom: 60px;
	margin-left:-13px;
}
#index div.main div.news {
	background: #5cc2cf;
	color: #fff;
	height: 160px;
	position: relative;
}
#index div.main div.news a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}
#index div.main div.news div.width {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
#index div.main div.news h2 {
	font-family: 'OstrichSansRounded-Medium';
	position: absolute;
	left: 30px;
	font-size: 50px;
	letter-spacing: .2em;
	line-height: 100%;
	font-style: italic;
}
#index div.main div.news article {
	margin-left: 205px;
	padding-top: 35px;
}
#index div.main div.news article:after {
	content: '';
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	background: url(../imgHtml/topNewsArrow.png) no-repeat left center;
	position: absolute;
	right: 30px;
	top: 65px;
	height: 30px;
	width: 30px;
	border-radius: 30px;
}
#index div.main div.news article div.icon {
	float: left;
	width: 90px;
	height: 90px;
}
#index div.main div.news article div.icon img {
	display: block;
	width: 100%;
	height: 100%;
}
#index div.main div.news article dl {
	margin-left: 120px;
	width: 500px;
	height: 90px;
	overflow: hidden;
}
#index div.main div.news article dl dt.date {
	font-family: 'UnicaOne-Regular';
	font-size: 14px;
	letter-spacing: .1em;
	font-weight: bold;
}
#index div.main div.news article dl dt.title {
	font-size: 18px;
	letter-spacing: .05em;
	line-height: 120%;
	font-weight: bold;
	margin: 10px 0;
}
#index div.main div.news article dl dd {
	font-size: 12px;
	letter-spacing: .05em;
	line-height: 140%;
}
#index div.main div.list {
	position: relative;
}
#index div.main div.list a.btn {
	position: absolute;
	right: 60px;
	top: 150px;
	width: 130px;
	height: 130px;
	border-radius: 130px;
	background: #5cc2cf;
	color: #fff;
	padding-top: 60px;
	text-align: center;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 140%;
}
#index div.main div.list a.btn:after {
	content: '';
	position: absolute;
	left: 64px;
	top: 35px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #ffffff;
}
#index div.main div.list dl.title {
	padding: 120px;
	text-align:center;
}
#index div.main div.list dl.title dt.date {
	font-family: 'UnicaOne-Regular';
	font-size: 24px;
	letter-spacing: .2em;
	padding-bottom: 25px;
	margin: 0 auto 20px;
	border-bottom: 1px solid #757575;
	color: #494949;
	width: 600px;
}
#index div.main div.list dl.title dt.title h2 {
	font-family: 'OstrichSans-Medium';
	font-size: 60px;
	line-height: 100%;
	letter-spacing: .1em;
	font-style: italic;
	margin-bottom: 8px;
}
#index div.main div.list dl.title dt.title span {
	font-size: 14px;
	letter-spacing: .1em;
	color: #5cc2cf;
}
#index div.main div.list dl.title dd.num {
	font-family: 'UnicaOne-Regular';
	font-size: 18px;
	letter-spacing: .15em;
	color: #494949;
	margin-top: 10px;
}
#index div.main div.list dl.title dd.num span {
	font-size: 24px;
	letter-spacing: .15em;
	color: #5cc2cf;
}
#index div.main div.list div.tile {
	background:#fff;
	position:relative;
	font-size:0;
	width:100%;
	text-align:left;
	padding-right: 10px;
}
#index div.main div.list div.tile div.box {
	background:#fff;
	display:inline-block;
	width:50%;
	min-width: 465px;
	min-height: 312px;
	margin-left: 10px;
	margin-bottom: 10px;
	position:relative;
	overflow:hidden;
	vertical-align:top;
	box-shadow: 0 2px 7px rgba(0,0,0,.15);
}
#index div.main div.list div.tile div.space {
	background:#fff url(../imgHtml/topListBg.png) no-repeat right bottom;
	background-size: contain;
}
#index div.main div.list div.box > a {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	z-index:100;
}
#index div.main div.list div.box > a:hover {
	background: #fff;
	opacity: .4;
}
#index div.main div.list div.box div.photo {
	width:100%;
	min-height:0;
	overflow:hidden;
}
#index div.main div.list div.box div.photo img {
	width:100%;
	height:auto;
	display:block;
}
#index div.main div.list div.box div.blur {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 110px;
	overflow: hidden;
	-webkit-filter: blur(6px);
	-ms-filter: blur(6px);
	filter: blur(6px);
    -webkit-transform: translate(0);
}
#index div.main div.list div.box div.blur img {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
#index div.main div.list div.box dl.data {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 110px;
	text-align:left;
	font-size:14px;
	padding-top:20px;
	padding-left:10px;
	color:#494949;
	background: rgba(255,255,255,.5);
}
#index div.main div.list div.box dl.data dt.name {
	font-family: 'OstrichSansRounded-Medium';
	font-size:28px;
	line-height:120%;
	letter-spacing: .1em;
}
#index div.main div.list div.box dl.data dd.name {
	font-size:12px;
	line-height:140%;
}
#index div.main div.list div.box dl.data dd.size {
	font-size:12px;
	line-height:160%;
}
#index div.main div.other {
	position: relative;
	text-align: center;
	font-size: 0;
}
#index div.main div.other div.course {
	padding: 120px 0;
}
#index div.main div.other div.course a {
	display: block;
}
#index div.main div.other div.course > dl.title {
	padding-bottom: 70px;
	text-align:center;
}
#index div.main div.other div.course > dl.title dt {
	font-size: 14px;
	letter-spacing: .1em;
	color: #5cc2cf;
	border-bottom: 1px solid #757575;
	width: 600px;
	margin: 0 auto;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#index div.main div.other div.course > dl.title dt p {
	font-family: 'OstrichSans-Medium';
	font-size: 60px;
	line-height: 100%;
	letter-spacing: .15em;
	font-style: italic;
	margin-bottom: 8px;
	color: #000;
}
#index div.main div.other div.course > dl.title dd {
	font-size: 24px;
	line-height: 120%;
	letter-spacing: .05em;
	color: #494949;
	font-weight: bold;
}
#index div.main div.other div.course div.box {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 250px;
}
#index div.main div.other div.course div.box .num {
	position: absolute;
	top: 0;
	left: 10px;
	transform: translateY(-60%);
	font-family: 'OstrichSansRounded-Medium';
	font-size: 120px;
	line-height: 1;
	color: #53bdca;
	mix-blend-mode: multiply;
	z-index: 2;
}
#index div.main div.other div.course div.box dl.title {
	background: #5cc2cf;
	height: 390px;
	color: #fff;
	padding-top: 150px;
	position: relative;
}
#index div.main div.other div.course div.box dl.title dt {
	font-family: 'OstrichSansRounded-Medium';
	font-size: 40px;
	letter-spacing: .075em;
	line-height: 120%;
	font-style: italic;
	padding-bottom: 10px;
}
#index div.main div.other div.course div.box dl.title dd {
	font-size: 20px;
	line-height: 120%;
	font-style: italic;
	font-weight: bold;
}
#index div.main div.other div.course div.box p {
	text-align: left;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 160%;
	color: #494949;
	margin-top: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#index div.main div.other div.course div.box+div.box {
	margin-left: 60px;
}
#index div.main div.other div.course div.box+div.box dl.title::before,
#index div.main div.other div.course div.box+div.box dl.title::after {
	content: '';
	position: absolute;
	left: -80px;
	top: 45%;
	transform: rotate(45deg);
	background: #aaa;
	width: 100px;
	height: 1px;
}
#index div.main div.other div.course div.box+div.box dl.title::after {
	transform: rotate(-45deg);
}
#index div.main div.other div.course div.box:nth-child(3) dl.title {
	background: #6cd3e0;
}
#index div.main div.other div.course div.box:nth-child(4) dl.title {
	background: #97deec;
}
#index div.main div.other div.bnr {
	line-height: 0;
}
#index div.main div.other div.bnr a {
	display: inline-block;
	width: 50%;
	color: #494949;
	position: relative;
}
#index div.main div.other div.bnr a div.photo {
	width: 100%;
}
#index div.main div.other div.bnr a div.photo img {
	display: block;
	width: 100%;
}
#index div.main div.other div.bnr a dl {
	position: absolute;
	right: 30px;
	bottom: 30px;
	text-align: right;
}
#index div.main div.other div.bnr a dl dt {
	font-family: 'OstrichSans-Black';
	font-size: 36px;
	letter-spacing: .075em;
	line-height: 120%;
	font-style: italic;
}
#index div.main div.other div.bnr a dl dd {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 120%;
	font-weight: bold;
}
#index div.main div.other div.bnr a:after {
	content: "";
	position:absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #5cc2cf transparent transparent transparent;
}
#index div.main div.other a.btn {
	position: absolute;
	right: 60px;
	top: 150px;
	width: 130px;
	height: 130px;
	border-radius: 130px;
	background: #5cc2cf;
	color: #fff;
	padding-top: 70px;
	text-align: center;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 140%;
}
#index div.main div.other a.btn:after {
	content: '';
	position: absolute;
	left: 64px;
	top: 45px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #ffffff;
}
#index div.main div.job {
	background: url(../imgHtml/topJobBg.jpg) no-repeat center top;
	position: relative;
	height: 640px;
}
#index div.main div.job a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}
#index div.main div.job > img {
	position: absolute;
	left: 50%;
	top: 80px;
	margin-left: -452px;
}
#index div.main div.job div.arrow {
	position: absolute;
	left: 50%;
	top: 396px;
	margin-left: -100px;
	width: 82px;
	height: 82px;
	border-radius: 82px;
	z-index: 11;
	pointer-events: none;
}
#index div.main div.job:hover div.arrow {
	opacity: 1;
}
#index div.main div.job div.arrow {
	position: absolute;
	left: 50%;
	top: 396px;
	margin-left: -100px;
	width: 82px;
	height: 82px;
	border-radius: 82px;
}

/* banner */

#index div.main div.banner a{
	display:block;
	background:#000;
	overflow:hidden;
}
#index div.main div.banner a img{
	position:relative;
	width:100%;
	height:auto;
	min-width:960px;
	vertical-align:middle;
	display:block;
	-webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition:  .4s ease-in-out;
}
#index div.main div.banner a img:hover{
	opacity:0.6;
}


/* entrance */

#entrance {
	position:fixed;
	height:100%;
	width:100%;
	z-index:1900;
	left:0;
	top:0;
	background:rgba(0,0,0,.8);
}
#entrance div.wrap {
	min-width:400px;
	width:400px;
	height:220px;
	margin:0 auto;
	text-align:center;
	background:#fff;
	padding:10px;
}
#entrance div.wrap div.bg {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	border:2px solid #000;
	font-size:18px;
	line-height:100%;
	height:100%;
}
#entrance div.wrap div.R18 {
	margin:20px auto;
}
#entrance div.wrap a {
	font-family: 'PlayfairDisplay-Bold';
	font-size:44px;
	line-height:160%;
}

/* font */

@font-face {
	font-family: 'OstrichSans-Medium';
	src: url('../font/OstrichSans-Medium.eot');
	src: url('../font/OstrichSans-Medium.eot?#iefix') format('embedded-opentype'), url('../font/OstrichSans-Medium.woff') format('woff'), url('../font/OstrichSans-Medium.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OstrichSans-Black';
	src: url('../font/OstrichSans-Black.eot');
	src: url('../font/OstrichSans-Black.eot?#iefix') format('embedded-opentype'), url('../font/OstrichSans-Black.woff') format('woff'), url('../font/OstrichSans-Black.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OstrichSansRounded-Medium';
	src: url('../font/OstrichSansRounded-Medium.eot');
	src: url('../font/OstrichSansRounded-Medium.eot?#iefix') format('embedded-opentype'), url('../font/OstrichSansRounded-Medium.woff') format('woff'), url('../font/OstrichSansRounded-Medium.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PalatinoLinotype-Roman';
	src: url('../font/PalatinoLinotype-Roman.eot');
	src: url('../font/PalatinoLinotype-Roman.eot?#iefix') format('embedded-opentype'), url('../font/PalatinoLinotype-Roman.woff') format('woff'), url('../font/PalatinoLinotype-Roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'UnicaOne-Regular';
	src: url('../font/UnicaOne-Regular.eot');
	src: url('../font/UnicaOne-Regular.eot?#iefix') format('embedded-opentype'), url('../font/UnicaOne-Regular.woff') format('woff'), url('../font/UnicaOne-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Baskerville';
	src: url('../font/Baskerville.eot');
	src: url('../font/Baskerville.eot?#iefix') format('embedded-opentype'), url('../font/Baskerville.woff') format('woff'), url('../font/Baskerville.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PlayfairDisplay-Bold';
	src: url('../font/PlayfairDisplay-Bold.eot');
	src: url('../font/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../font/PlayfairDisplay-Bold.woff') format('woff'), url('../font/PlayfairDisplay-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
