/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-family: "游明朝", "Cardo", "Yu Mincho", "YuMincho" ;
}

/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*-------------------------------------------------
general
------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	/*margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	vertical-align: baseline;
	line-height: 1;
	font-size: 100%;*/
}

html {
	font-size: 62.5%;
	height: 100%;
}

/*
font-family: "din-2014",sans-serif;
font-style: normal;
font-weight: 600;
*/


body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 1.3rem;
	line-height: 1.2;
	font-family: "Cardo",游明朝, "Yu Mincho", "YuMincho", serif;
	background-color: #fff;
	color: #000;
	-webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	vertical-align: bottom;
	height: auto;
	max-width: 100%;
}
.magazine{
	vertical-align: bottom;
	height: auto;
	max-width: 70%;
}

ol, ul {
	margin: 0;
	padding: 20px 0 0 0;/*0*/
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.screen-reader-text {
	display: none;
}

svg {
	max-width: 100%;
	height:auto;
}
img[src$=".svg"] {
  width: 100%;
}

@media screen and (min-width: 736px) {
	.sp { display:none;}
}

/*波リンク*/

.shover {
	padding: 0 0 2px;
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.shover a {
	padding: 0 2px 2px;
	position: relative;
}

.shover:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #222;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .6s cubic-bezier(.19,1,.22,1);
}
.shover:hover a{
}
.shover:hover:before {
    will-change: transform;
    transform: scaleX(1);
}

.visible01 {
    opacity: 0;
    -webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.visible_visible {
	opacity: 1;
    -webkit-transform: none;
	transform: none;
}


#nav_mask {
	display: none;
}


#loading .bar{
background: url('../imgs/common/loading.png') repeat-x;
height: 97px;
left: 0;
position: absolute;
top: 50%;
-webkit-transform: translate(0,-50%);
transform: translate(0,-50%);
background-size: auto 100%;

-webkit-transition: .5s width ease-out;
transition: .5s width ease-out;
}
body.is-opend {
	width: 100%;
	height: 100%;
	overflow: hidden;
}


#intro {
	position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9998;
	display: block;
}

#intro .introimg, #intro .designer {
	width: 100%;
	height: 100%;
	background-color: #b90613;
	position: absolute;
	top:0;
	left:0;
	visibility: hidden; 
}

#intro .introimg div, #intro .designer div{
	position: absolute;
	top: 10%; right: 10%; bottom: 10%; left: 10%; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
#intro .introimg img, #intro .designer img { display: inline-block; margin: 0 auto; }

#intro .designer div {
	max-width: 1000px;
    margin: 0 auto;
}

#intro .designer .designer_image {
	float: left;
	width:42%;
	text-align: center;
	box-sizing: border-box;
	display: block;
}

#intro .designer .designer_image img {
	width:80%;
}

#intro .designer .designer_logo {
	float: right;
	width:42%;
	text-align: center;
	box-sizing: border-box;
	display: block;
}

#intro .designer .designer_logo img {
	width:80%;
}

#intro .logo{
	visibility: hidden;
	width: 160px;
	margin: 0 auto;
	position: fixed;
	top:50%;
	left:50%;
	margin:-80px 0 0 -80px;
}
#intro .logo img {
	display: block;
}
#intro .logo .logo_bottom {
	margin: 16px 0 0;
}

/* = Selected Text
----------------------------------------------- */
::selection {
    background: #ff0534;
    /* Safari */
}

::-moz-selection {
	background:#ff0534; /* Firefox */
}

/*-------------------------------------------------
header
------------------------------------------------*/
header {
	position: fixed;
	top:0;
	right: 0;
	left: 0;
	height: 120px;
	z-index: 7000;
	-webkit-transition: .3s height ease;
	transition: .3s height ease;
	background: #fff;
}
header .inner {
	position: relative;
	height: 100%;
}
header .inner h1 {
	width: 60px;
	margin: 0 auto;
	padding: 14px 0 0;
	overflow: hidden;
	-webkit-transition: .3s padding ease;
	transition: .3s padding ease;
}
header .inner h1 img {
	display: block;
}
header .inner h1 .logo_bottom {
	margin: 8px 0 0;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
header .inner #nav-btn {
  position: absolute;
  top: 50%;
  left: 82px;
  width: 40px;
  height: 25px;
  cursor: pointer;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  z-index: 9;
}

header .inner #nav-btn .line {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #231815;
  transition: all 0.4s ease-out, color 0.5s ease-in;
 }

header .inner #nav-btn .line_01 { top: 0;}
header .inner #nav-btn .line_02 { top: 12px; z-index: 102;}
header .inner #nav-btn .line_03 { top: 24px; z-index: 103;}
header #menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #b90613;
	-webkit-transform: translate(-100%,0);
	transform: translate(-100%,0);
	opacity: 0;
}
header #menu .inner {
	margin: 0 0 0 80px;
}
header #menu .inner nav {
	padding: 21vh 0 0;
}
header #menu .inner nav > ul {
	padding: 0 ;
}
header #menu .inner nav > ul > li {
	font-size: 2.4rem;
	letter-spacing: 0.07em;
	opacity: 0;
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
	color: #fff;
	line-height: 1;
	margin: 0 0 1em;
}
header #menu .inner nav > ul > li.show {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
header #menu .inner nav > ul > li > a {
	color: inherit;
	position: relative;
}
 header #menu .inner nav > ul > li > a span {
	font-size: 1rem;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

header #menu .inner nav > ul > li > a:after {
	content:"";
	display: block;
	height: 1px;
	width: 0;
	position: absolute;
	bottom:0;
	left:0;
  transition: width .6s cubic-bezier(.19,1,.22,1);
}

header #menu .inner nav > ul > li > a:hover:after {
	background-color: #fff;
	width:100%;
}
header #menu .inner .sns {
	position: absolute;
	left: 0;
	bottom: 4%;
}
header #menu .inner .sns::after {
	display: none;
}
header #menu .inner .sns ul li {
	float: left;
}
header #menu .inner .sns ul li.facebook {
	width: 10px;
}
header #menu .inner .sns ul li.instagram {
	width: 18px;
	margin: 0 20px;
}
header #menu .inner .sns ul li.twitter {
	width: 19px;
	margin: 0 20px 0 0;
}
header #menu .inner .sns ul li.youtube {
	width: 22px;
}
header #menu .inner .sns ul li a {
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
header #menu .inner .sns ul li a:hover {
	opacity: 0.5;
}
.is-opend header #nav-btn .line_01,
.is-opend header #nav-btn .line_03 {
  top: 50%;
  width: 36px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
.is-opend header #nav-btn .line_02 {
  opacity: 0;
}
.is-opend header #nav-btn .line_03 {
  top: 50%;
  width: 36px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-opend header #menu {
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}
header.small {
	height: 60px;
}
header.small h1 {
	padding: 10px 0 0;
}
header.small h1 .logo_bottom {
	-webkit-transform: scale(0,0);
	transform: scale(0,0);
}

/*-------------------------------------------------
#wrapper
------------------------------------------------*/
#wrapper {
	width: 100vw;
	position: relative;
	background:#fff;
	overflow-x: hidden;
}

/*-------------------------------------------------
#content
------------------------------------------------*/
#content {
	padding: 120px 0 0;
}


/*-------------------------------------------------
Slider
------------------------------------------------*/
#slider img {
	width: 	100%;
}
/* 画像左右で二枚の場合はこのコメントアウトを解除 */
/*#slider_top img {
	width: 50%;
}*/



/*-------------------------------------------------
footer
------------------------------------------------*/
footer {
  position: relative;
  padding: 115px 0 30px;
  text-align: center;
  z-index: 10;
}
footer >a {
	display: block;
	font-size: 1.2rem;
	line-height: 1;
	margin: 0 0 10px;
}
footer p {
	font-size: 1rem;
	margin: 0 0 15px;
}
footer li {
	display: inline-block;
	vertical-align: middle;
}
footer li a {
	-webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

footer li a:hover {
	opacity: 0.5;
}

footer li.logo {
	width: 21px;
	padding: 0 17px 0 0;
	border-right: 1px solid #231815;
}
footer li.facebook {
	width: 9px;
	margin: 0 0 0 20px;
}
footer li.instagram {
	width: 16px;
	margin: 0 0 0 20px;
}
footer li.twitter {
	width: 17px;
	margin: 0 0 0 15px;
}
footer li.youtube {
	width: 22px;
	margin: 0 0 0 15px;
}

/*-------------------------------------------------
ToTop
------------------------------------------------*/
#totop {
	display: block;
	background: #b9000c;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 50px;
	bottom: 50px;
	line-height: 45px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	z-index: 7004;
	-webkit-transform: translate(0,100px);
	transform: translate(0,100px);
	-webkit-transition: .3s ease;
	transition: .3s ease;
	opacity: 0;
}
#totop.show {
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}
#totop.show:hover {
	opacity: 0.5;
}
#totop span {
	color: #fff;
	font-size: 30px;
	display: block;
	text-align: center;
	-webkit-transform: scale(1.3,1);
	transform: scale(1.3,1);
}

/*GDPR*/
#gdpr_wrap {
    position: fixed;
    right:0;
    top:120px;
    background-color:rgba(0,0,0,0.7);
    color:#fff;
    z-index: 7001;
    width:34%;
    padding:25px 2%;
    line-height: 1.8;
    font-size: 1.2rem;
    -webkit-transition: .3s top ease;
    transition: .3s top ease;
}
header.small+#gdpr_wrap {
    top:60px;
}
#gdpr_wrap p {
    margin:0 0 20px;
}
#gdpr_wrap a {
    color:#fff;
    text-decoration: underline;
}
#gdpr_wrap #gdpr_ok_wrap {
    text-align: center;
}
#gdpr_wrap #gdpr_ok {
    padding: 2px 40px;
    text-align: center;
    border:1px solid #fff;
    display: inline-block;
    cursor: pointer;
    font-size: 1.6rem;
    transition:background-color .4s,color .4s;
}
#gdpr_wrap #gdpr_ok:hover {
    background-color: #fff;
    color:#222;
}

/*-------------------------------------------------

SmartPohne

------------------------------------------------*/
@media screen and (max-width: 735px) {
	#slider_top img {
		width: 100%;
	}


	.pc { display: none;}
	
	#slider img {
	width: 100%;
	}


	/* Loading */
	#loading .bar{
		height: 31px;
	}
	#intro .logo{
		visibility: hidden;
		width: 30%;
		margin: 0 auto;
		position: fixed;
		top:50%;
		left:50%;
		margin:-18% 0 0 -15%;
	}
	#intro .designer div {
		max-width: 100%;
	    margin: 0 auto;
	}

	#intro .designer .designer_image {
		width:50%;
	}

	#intro .designer .designer_logo {
		width:50%;
	}

	/*  Header */
	header {
		height: 93px;
	}
	header .inner h1 {
		width: 44px;
		padding: 12px 0 0;
	}
	header .inner #nav-btn {
		left: 10px;
		width: 25px;
		height: 19px;
	}
	header .inner #nav-btn .line_02 {
		top: 9px;
	}
	header .inner #nav-btn .line_03 {
		top: 18px;
	}
	header #menu .inner {
		margin: 0 0 0 30px;
	}
	header #menu .inner nav {
		padding: 25% 0 0;
	}
	header #menu .inner nav > ul > li {
		font-size: 1.5rem;
		margin: 0 0 2em;
		-webkit-transform: translateX(-20px);
    transform: translateX(-20px);
	}
	.is-opend header #nav-btn .line_01,
	.is-opend header #nav-btn .line_03 {
		top: 50%;
		width: 26px;
	}
	header.small {
		height: 47px;
	}
	header.small .inner h1 {
		padding: 13px 0 0;
	}

	/* content */
	#content {
  font-family: "游明朝", "Cardo", "Yu Mincho", "YuMincho" ;
		padding: 93px 0 0;
	}

	/* footer */
	footer {
		padding: 75px 0 25px;
	}
	footer >a {
		font-size: 1.4rem;
		margin: 0 0 15px;
	}
	footer p {
		font-size: 0.9rem;
		margin: 0 0 20px;
	}

	/* ToTop */
	#totop {
		width: 46px;
		height: 46px;
		right: 13px;
		bottom: 13px;
		line-height: 40px;
	}

    #gdpr_wrap {
        top:auto;
        bottom:0;
        width:100%;
        box-sizing: border-box;
        font-size: 1.1rem;
        padding:15px 4%;
    }
    header.small+#gdpr_wrap {
        top:auto;
    }

}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	background-image: url(../imgs/fancy/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../imgs/fancy/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 4%;
	right: 3%;
	cursor: pointer;
	z-index: 8050;
	font-size: 1.8rem;
	color: #fff;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: -120px;
}

.fancybox-next span:after {
	content: "\3009";
	color:#fff;
	font-size: 2.2rem;
}

.fancybox-prev span:after {
	content: "\3008";
	color:#fff;
	font-size: 2.2rem;
}

.fancybox-next {
	right: -120px;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-prev span {
	left: 10px;
}

.fancybox-next span {
	right: 10px;
    text-align: right;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(51,51,51,0.95);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media screen and (max-width: 735px) {
	   	.fancybox-next {
	   		right:-40px;
    		text-align: right;
    		overflow: hidden;
	   	}
		.fancybox-next span:after {
			font-size: 3rem;
		    position: relative;
		    left: 15px;
		}
		.fancybox-prev {
			left:-40px;
		}

		.fancybox-prev span:after {
			font-size: 3rem;
		    position: relative;
		    left: -15px;
    		overflow: hidden;
		}
}


@media screen and (max-width: 320px) {
		header #menu .inner nav > ul > li {
			font-size: 1.2rem;
			margin: 0 0 2rem;
		}

		header #menu .inner nav > ul > li > a span {
			font-size: 0.8rem;
		}

}










