@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	line-height: 1.15;

	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

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

progress {
	vertical-align: baseline;
}

template,
[hidden] {
	display: none;
}

a {
	background-color: transparent;

	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

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

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

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

code,
kbd,
pre,
samp {
	font-size: 1em;
	font-family: monospace, monospace;
}

figure {
	margin: 1em 40px;
}

hr {
	overflow: visible;
	box-sizing: content-box;
	height: 0;
}

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

optgroup {
	font-weight: bold;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid #c0c0c0;
}

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

textarea {
	overflow: auto;
}

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

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

[type="search"] {
	outline-offset: -2px;

	-webkit-appearance: textfield;
}

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

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54;
}

::-webkit-file-upload-button {
	font: inherit;

	-webkit-appearance: button;
}

/* EVOWORX Reset */
html,
button,
input,
select,
textarea {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

dl,
ul,
ol {
	margin-top: 0;
	margin-bottom: 0;
}

img,
iframe {
	vertical-align: top;
}

body > iframe {
	display: none;
}

em {
	font-style: italic;
}

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

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
	position: relative;
	/* Fix of Webkit flickering */
	z-index: 1;
	overflow: hidden;
	margin: 0 auto;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	z-index: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	-ms-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	margin: 0 auto;
	transition-timing-function: ease-out;
}

.swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;

	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-ms-flex-align: start;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;

	-webkit-align-items: flex-start;
	align-items: flex-start;
}

/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1000;
	opacity: 0;
	pointer-events: none;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	z-index: 10;
	margin-top: -22px;
	width: 27px;
	height: 44px;
	background-position: center;
	background-size: 27px 44px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	right: auto;
	left: 10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
	position: absolute;
	z-index: 10;
	text-align: center;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}

button.swiper-pagination-bullet {
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;

	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff;
}

.swiper-pagination-bullet-active {
	background: #007aff;
	opacity: 1;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	top: 50%;
	right: 10px;
	-webkit-transform: translate3d(0px, -50%, 0);
	-ms-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: 5px 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
	position: absolute;
	background: rgba(0, 0, 0, .25);
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #007aff;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progress {
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000;
}

/* 3D Container */
.swiper-container-3d {
	-webkit-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
	/* Safari 4+, Chrome */
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	/* Firefox 3.6-15 */
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent);
	/* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
	/* Safari 4+, Chrome */
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	/* Firefox 3.6-15 */
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent);
	/* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
	/* Safari 4+, Chrome */
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	/* Firefox 3.6-15 */
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent);
	/* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	/* Safari 4+, Chrome */
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	/* Firefox 3.6-15 */
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent);
	/* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	/* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
	overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	z-index: 1;
	pointer-events: none;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
	visibility: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	visibility: visible;
	pointer-events: auto;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	transition-property: opacity;
	pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
	position: relative;
	border-radius: 10px;
	background: rgba(0, 0, 0, .1);

	-ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	bottom: 3px;
	left: 1%;
	z-index: 50;
	width: 98%;
	height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	top: 1%;
	right: 3px;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: rgba(0, 0, 0, .5);
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
	content: "";
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Magnific Popup CSS */
.mfp-bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1042;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1043;
	width: 100%;
	height: 100%;
	outline: none !important;

	-webkit-backface-visibility: hidden;
}

.mfp-container {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding: 0 8px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.mfp-container:before {
	display: inline-block;
	height: 100%;
	content: "";
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	z-index: 1045;
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
	text-align: left;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	position: absolute;
	top: 50%;
	right: 8px;
	left: 8px;
	z-index: 1044;
	margin-top: -.8em;
	width: auto;
	color: #ccc;
	text-align: center;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	z-index: 1046;
	display: block;
	overflow: visible;
	padding: 0;
	outline: none;
	border: 0;
	background: transparent;
	box-shadow: none;
	cursor: pointer;

	-webkit-appearance: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 0 18px 10px;
	width: 44px;
	height: 44px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
	line-height: 44px;
	opacity: .65;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	right: -6px;
	padding-right: 6px;
	width: 100%;
	color: #fff;
	text-align: right;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	white-space: nowrap;
	font-size: 12px;
	line-height: 18px;
}

.mfp-arrow {
	position: absolute;
	top: 50%;
	margin: 0;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	opacity: .65;

	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin-top: 35px;
	margin-left: 35px;
	width: 0;
	height: 0;
	border: medium inset transparent;
	content: "";
}

.mfp-arrow:after {
	top: 8px;
	border-top-width: 13px;
	border-bottom-width: 13px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	margin-left: 31px;
	border-right: 17px solid #fff;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	margin-left: 39px;
	border-left: 17px solid #fff;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	max-width: 900px;
	width: 100%;
	line-height: 0;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	overflow: hidden;
	padding-top: 56.25%;
	width: 100%;
	height: 0;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

/* Main image in popup */
img.mfp-img {
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 40px 0 40px;
	max-width: 100%;
	width: auto;
	height: auto;
	line-height: 0;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	position: absolute;
	top: 40px;
	right: 0;
	bottom: 40px;
	left: 0;
	z-index: -1;
	display: block;
	width: auto;
	height: auto;
	background: #444;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	content: "";
}

.mfp-figure small {
	display: block;
	color: #bdbdbd;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: -36px;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	padding-right: 36px;
	color: #f3f3f3;
	text-align: left;
	word-wrap: break-word;
	line-height: 18px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

/* Sticky Footer
================================================== */
html,
body {
	margin: 0;
	height: 100%;
}

.us-container {
	margin-bottom: -60px;
	min-height: 100%;
}

.us-container:after {
	display: block;
	clear: both;
	width: 100%;
	height: 60px;
	content: "";
}

.us-footer {
	position: relative;
	box-sizing: border-box;
	min-height: 60px;
}

/* Layouts
================================================== */
body {
	min-width: 1024px;
	width: 100%;
}

.us-container {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.ie-notify {
	position: relative;
	margin: 20px auto;
	padding: 9px;
	width: 1002px;
	border: 1px solid #000;
	background-color: #333;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.5;
}

.ie-notify a {
	color: #fff;
	text-decoration: underline;
}

.ie-notify a:hover {
	text-decoration: none;
}

/* Header
================================================== */
.us-header {
	padding-bottom: 180px;
	width: 100%;
	background-color: #fff;
}

.us-header:before {
	position: absolute;
	top: 84px;
	left: 0;
	z-index: 9;
	min-width: 1024px;
	width: 100%;
	height: 180px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
}

.us-header__body {
	position: relative;
	z-index: 10;
	overflow: visible;
	margin: 0 auto;
	min-width: 1024px;
	width: 100%;
	height: 84px;
}

.us-header__body .tagline {
	position: absolute;
	top: 30px;
	right: 20px;
	margin: 0;
	padding: 0;
	width: 225px;
	height: 20px;
}

.us-header__body .tagline img {
	width: 225px;
	height: 20px;
}

.us-header__body .logo {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -260px;
	width: 520px;
	height: 95px;
}

.us-header__body .logo img {
	width: 100%;
	height: auto;
}

/* Hambuger
================================================== */
.us-hmbgr {
	position: fixed;
	top: 16px;
	left: 10px;
	z-index: 100;
	box-sizing: border-box;
	margin: 0;
	padding: 14px 10px;
	width: 56px;
	height: 52px;
	outline: none;
	border: none;
	background: #fff;
	cursor: pointer;
	transition: background .3s ease;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.us-hmbgr > span,
.us-hmbgr:before,
.us-hmbgr:after {
	position: absolute;
	left: 50%;
	margin-top: -2px;
	margin-left: -18px;
	width: 36px;
	height: 4px;
	background-color: #333;
	opacity: 1;
	transition: all .3s ease;
}

.us-hmbgr > span {
	top: 26px;
}

.us-hmbgr:before {
	top: 16px;
	content: "";
}

.us-hmbgr:after {
	top: 36px;
	content: "";
}

.is-open .us-hmbgr {
	background-color: transparent;
}

.is-open .us-hmbgr > span {
	opacity: 0;
}

.is-open .us-hmbgr:before,
.is-open .us-hmbgr:after {
	top: 26px;
	background-color: #fff;
}

.is-open .us-hmbgr:before {
	content: " ";
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

.is-open .us-hmbgr:after {
	content: " ";
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

/* Nav
================================================== */
.us-gnav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.us-gnav__body {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding: 88px 0 0;
	width: 1024px;
}

.us-gnav__logo {
	margin: 0 auto 63px;
	width: 416px;
	height: 76px;
}

.us-gnav__logo img {
	width: 100%;
	height: auto;
}

.us-gnav__list {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.us-gnav__item {
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 42px;
	font-size: 2.625rem;
	font-family: "Lato",sans-serif;
	line-height: 1.2380952381;
}

.us-gnav__item--reserve {
	display: none;
}

.us-gnav__item a {
	color: #fff;
	text-decoration: none;
	transition: all .3s ease;
}

.us-gnav__item span {
	color: #fff;
}

.us-gnav__copy {
	margin: 5px 0;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.4285714286;
}

.us-gnav-sub {
	margin: 30px 0 0;
	padding: 0;
}

.us-gnav-sub__item {
	margin: 0 0 5px;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.4166666667;
}

/* CONTENTS
================================================== */
.us-contents {
	position: relative;
}

/* PAGETOP
================================================== */
.us-pagetop {
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 60px;
	height: 60px;
}

.us-pagetop a {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	overflow: hidden;
	width: 60px;
	height: 60px;
	background: #034ea2;
	background-image: url(/international/promotions/usaana/image/common/ico_arw-t_wh-18-12.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	word-wrap: normal;
	transition: all .3s ease;
}

/* PAGER
================================================== */
.pager {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.pager .prev,
.pager .next {
	display: inline-block;
	width: 34px;
	height: 46px;
	vertical-align: top;
}

.pager .prev a,
.pager .next a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-image: url(/international/promotions/usaana/image/common/btn_pager.png);
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: 110%;
	white-space: nowrap;
	word-wrap: normal;
}

.pager .prev a {
	background-position: 0 0;
}

.pager .prev a.is-disable {
	background-position: 0 -46px;
}

.pager .next a {
	background-position: -34px 0;
}

.pager .next a.is-disable {
	background-position: -34px -46px;
}

.pager .paging {
	display: inline-block;
	margin: 0 18px;
	width: auto;
	height: 46px;
	vertical-align: top;
}

.pager .paging a {
	display: inline-block;
	padding: 3px 7px 7px;
	color: #999;
	vertical-align: top;
	text-decoration: none;
	font-size: 26px;
	font-size: 1.625rem;
	font-family: "Lato",sans-serif;
	line-height: 1.3846153846;
}

.pager .paging a:hover {
	text-decoration: underline;
}

.pager .paging a.is-active {
	color: #333;
	text-decoration: none;
	cursor: default;
}

/* Footer
================================================== */
.us-footer {
	min-width: 1024px;
	background-color: #000;
	color: #fff;
}

.us-footer__logo {
	position: absolute;
	top: 50%;
	left: 20px;
	margin: -11px 0 0;
	padding: 0;
	width: 88px;
	height: 22px;
}

.us-footer__logo img {
	width: 100%;
	height: auto;
}

.us-footer__copyright {
	margin: auto;
	padding: 18px 100px 18px 0;
	color: #fff;
	text-align: right;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.7142857143;
}

/* RESERVATION
================================================== */
.us-reserve {
	position: fixed;
	top: 174px;
	right: 0;
	z-index: 91;
	width: 80px;
	height: 200px;
}

.us-reserve a {
	display: block;
	background: #ed7300;
	transition: background .3s ease;
}

/* PARTS
================================================== */
/* DISPLAY
////////////////////////////// */

/* TEXT LINK
////////////////////////////// */
a {
	color: #014099;
	text-decoration: underline;
}

/* SHARE
////////////////////////////// */
.share-btns {
	position: relative;
	margin: 0;
	padding: 0;
	height: 20px;
	text-align: left;
	white-space: nowrap;
	font-size: 0;
	line-height: 1;
}

.share-btns li {
	display: inline-block;
	margin-right: 10px;
	height: 20px;
	vertical-align: top;
}

.share-btns li img,
.share-btns li iframe {
	vertical-align: top;
}

/* PAGE
////////////////////////////// */
.page {
	min-width: 1024px;
}

.page__hdr {
	padding: 75px 0 55px;
}

.page__cat {
	margin: 0 auto;
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	font-size: 1.5rem;
	font-family: "Lato",sans-serif;
	line-height: 1.4166666667;
}

.page__ttl {
	margin: 0 auto 30px;
	text-align: center;
	font-weight: normal;
	font-size: 52px;
	font-size: 3.25rem;
	font-family: "Lato",sans-serif;
	line-height: 1.1923076923;
}

.page__catch {
	text-align: center;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5555555556;
}

/* FOOTER MENU
================================================== */
.fmenu__list {
	margin: 0 auto 200px;
	padding: 0;
	width: 840px;
	text-align: center;
	font-size: 0;
	line-height: 1;
}

.fmenu__item {
	display: inline-block;
	margin: 0 40px;
	width: 200px;
	list-style: none;
	font-size: 1rem;
}

.fmenu__item a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 184px;
	height: 184px;
	border: 8px solid #eee;
	border-radius: 50%;
	background-color: #eee;
	text-decoration: none;
	transition: all .3s ease;
}

.fmenu__item a img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.fmenu--side {
	position: absolute;
	top: 0;
	right: 0;
	padding: 80px 0 60px;
	width: 200px;
}

.fmenu--side .fmenu__list {
	margin: 0;
	width: 200px;
}

.fmenu--side .fmenu__item {
	margin: 0 0 20px;
}

/* FEATURES LIST
================================================== */
.ft-idx {
	margin: 0 auto 60px;
	min-width: 1024px;
}

.ft-idx__wrap {
	display: table;
	width: 100%;
}

.ft-idx__name {
	display: table-cell;
	width: 25%;
	background-color: #000;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	font-size: 36px;
	font-size: 2.25rem;
	font-family: "Lato",sans-serif;
	line-height: 1.2777777778;
}

.ft-idx__name--ny {
	background-image: url(/international/promotions/usaana/image/top/bg_ft-ny.jpg);
}

.ft-idx__name--chicago {
	background-image: url(/international/promotions/usaana/image/top/bg_ft-chicago.jpg);
}

.ft-idx__body {
	display: table-cell;
	width: 75%;
}

.ft-idx__item {
	position: relative;
	box-sizing: border-box;
	padding: 112px 20px 20px;
	width: 100%;
	height: 320px;
}

.ft-idx__item a {
	color: #fff;
	text-decoration: none;
}

.ft-idx__item .ft-update {
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 2;
}

.ft-idx__item .ttl {
	position: relative;
	z-index: 2;
	margin: 0 0 10px;
	color: #fff;
	font-size: 100%;
	line-height: 1;
}

.ft-idx__item .ttl span {
	padding: 2px 10px;
	background: #000;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.25;
	transition: background .3s ease;
}

.ft-idx__item .lead {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 2px 10px;
	background: #000;
	color: #fff;
	letter-spacing: .1em;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.4285714286;
	transition: background .3s ease;
}

.ft-idx__item .cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.ft-idx__item .cover img {
	display: none;
}

.ft-update {
	display: block;
	box-sizing: border-box;
	padding: 9px 0 12px;
	width: 92px;
	height: 92px;
	background-color: #000;
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	font-family: "Lato",sans-serif;
}

.ft-update:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
}

.ft-update span {
	display: block;
}

.ft-update .m {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.1428571429;
}

.ft-update .d {
	font-style: italic;
	font-size: 42px;
	font-size: 2.625rem;
	line-height: 1.0476190476;
}

.ft-update .y {
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.1666666667;
}

.ft-update--ny:after {
	background-image: url(/international/promotions/usaana/image/common/ico_ft-ny.png);
}

.ft-update--chicago:after {
	background-image: url(/international/promotions/usaana/image/common/ico_ft-chicago.png);
}

/* 6VALUES
================================================== */
.val-list {
	margin: 0 auto 50px;
	padding: 0;
	width: 1024px;
	text-align: center;
	font-size: 0;
	line-height: 1;
}

.val-list__item {
	display: inline-block;
	display: inline-block;
	margin: 0 40px 50px;
	width: 256px;
	list-style: none;
	font-size: 1rem;
}

.val-list__item a {
	position: relative;
	text-align: center;
	text-decoration: none;
}

.val-list__item a .no {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 0 15px;
	width: 236px;
	height: 236px;
	border: 10px solid #034da2;
	border-radius: 50%;
	background-color: #034da2;
}

.val-list__item a .no img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.val-list__item a .no:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 10px solid #fff;
	border-radius: 50%;
	content: "";
	transition: border .3s ease;
}

.val-list__item a .ttl {
	margin: 0 0 5px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.7142857143;
}

.val-list__item a .arw {
	font-weight: 1rem;
	line-height: 1;
}

.val-list__item a .arw img {
	width: auto;
	height: 28px;
}

.val-list__item a .arw:after {
	display: inline-block;
	box-sizing: border-box;
	margin-left: 10px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #000;
	background-repeat: no-repeat;
	content: "";
	vertical-align: top;
	transition: background .3s ease;
}

.val-list__item a .arw--r:after {
	background-image: url(/international/promotions/usaana/image/common/ico_arw-r_wh-8-12.png);
	background-position: 10px center;
}

.val-list__item a .arw--b:after {
	background-image: url(/international/promotions/usaana/image/common/ico_arw-b_wh-12-8.png);
	background-position: center 10px;
}

/* BUTTON
================================================== */
.btn-more {
	width: 100%;
	height: 68px;
}

.btn-more a {
	position: relative;
	display: block;
	padding: 20px;
	min-height: 28px;
	background-color: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-size: 1rem;
	font-family: "Lato",sans-serif;
	line-height: 1.75;
	transition: all .3s ease;
}

.btn-more a:after {
	display: inline-block;
	box-sizing: border-box;
	margin-left: 10px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #fff;
	background-image: url(/international/promotions/usaana/image/common/ico_arw-r_bk-8-12.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	content: "";
	vertical-align: -8px;
}

.btn-more--down a:after {
	background-image: url(/international/promotions/usaana/image/common/ico_arw-b_bk-12-8.png);
	background-position: center 10px;
}

.link-next {
	position: relative;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	font-family: "Lato",sans-serif;
	line-height: 1.625;
	transition: all .3s ease;
}

.link-next:after {
	display: inline-block;
	box-sizing: border-box;
	margin-left: 10px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #000;
	background-image: url(/international/promotions/usaana/image/common/ico_arw-r_wh-8-12.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	content: "";
	vertical-align: -7px;
	transition: all .3s ease;
}

.link-next--s {
	font-weight: normal;
	font-size: 12px;
	font-size: .75rem;
	line-height: 2.3333333333;
}

.link-next--s:after {
	margin-left: 5px;
	width: 18px;
	height: 18px;
	background-image: url(/international/promotions/usaana/image/common/ico_arw-r_wh-5-8.png);
	background-position: 7px center;
	vertical-align: -4px;
}

/* LIST
================================================== */
.list {
	margin: 0 0 20px;
	padding: 0;
}

.list li {
	position: relative;
	list-style: none;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: none;
}

.list li.ast {
	padding-left: 1.5em;
}

.list li.ast:before {
	content: "※";
}

.list li.astn {
	padding-left: 2em;
	counter-increment: astn;
}

.list li.astn:first-of-type {
	counter-reset: astn;
}

.list li.astn:before {
	content: "※" counter(astn);
}

.list li.str {
	padding-left: 1em;
}

.list li.str:before {
	content: "*";
}

.list li.strn {
	padding-left: 1.5em;
	counter-increment: strn;
}

.list li.strn:first-of-type {
	counter-reset: strn;
}

.list li.strn:before {
	content: "*" counter(strn);
}

.list--s li {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5714285714;
}

.list--xs li {
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.6666666667;
}

.list--disc {
	padding-left: 40px;
}

.list--disc li {
	list-style-type: disc;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-right: 0;
		padding-left: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		position: fixed;
		top: auto;
		bottom: 0;
		box-sizing: border-box;
		margin: 0;
		padding: 3px 5px;
		background: rgba(0, 0, 0, .6);
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		top: 3px;
		right: 5px;
	}
	.mfp-img-mobile .mfp-close {
		position: fixed;
		top: 0;
		right: 0;
		padding: 0;
		width: 35px;
		height: 35px;
		background: rgba(0, 0, 0, .6);
		text-align: center;
		line-height: 35px;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		-ms-transform: scale(.75);
		transform: scale(.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-right: 6px;
		padding-left: 6px;
	}
}

@media screen and (max-width: 767px) {
	.us-container {
		margin-bottom: -90px;
	}
	.us-container:after {
		height: 90px;
	}
	.us-footer {
		min-height: 90px;
	}
	body {
		min-width: 320px;
	}
	.us-header {
		position: relative;
		margin-top: 24px;
		padding-bottom: 80px;
	}
	.us-header:before {
		top: 52px;
		min-width: 320px;
		height: 80px;
	}
	.us-header__body {
		min-width: 320px;
		width: 100%;
		height: 52px;
	}
	.us-header__body .tagline {
		position: absolute;
		top: -24px;
		left: 0;
		float: none;
		box-sizing: border-box;
		margin: 0;
		padding: 6px 10px;
		width: 100%;
		height: 24px;
		background-color: #eee;
		text-align: right;
	}
	.us-header__body .tagline img {
		width: 135px;
		height: 12px;
	}
	.us-header__body .logo {
		top: 27px;
		margin-left: -104px;
		width: 208px;
		height: 38px;
	}
	.us-hmbgr {
		position: absolute;
		top: 0;
		left: 0;
	}
	.us-hmbgr.is-fixed {
		position: fixed;
	}
	.us-gnav__body {
		box-sizing: border-box;
		padding-top: 51px;
		width: 320px;
	}
	.us-gnav__logo {
		margin: 0 auto 40px;
		width: 208px;
		height: 38px;
	}
	.us-gnav__item {
		margin-bottom: 15px;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 1.4166666667;
	}
	.us-gnav__item--reserve {
		display: block;
		display: block;
		margin-top: 50px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.625;
	}
	.us-gnav__copy {
		display: none;
	}
	.us-gnav-sub {
		margin-top: 10px;
	}
	.us-gnav-sub__item {
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.7142857143;
	}
	.us-gnav-rsv {
		margin: 10px 0 0;
		padding: 0;
	}
	.us-gnav-rsv__item {
		margin: 0 auto 10px;
		padding: 0;
		width: 160px;
		height: 36px;
		list-style: none;
	}
	.us-gnav-rsv__item a {
		display: block;
		padding: 8px;
		width: 100%;
		height: 20px;
		color: #fff;
		text-align: center;
		font-size: 12px;
		font-size: .75rem;
		line-height: 1.6666666667;
	}
	.us-gnav-rsv__item a:after {
		display: inline-block;
		margin-left: 10px;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background-color: #fff;
		background-position: 8px center;
		background-size: 6px 9px;
		background-repeat: no-repeat;
		content: "";
		vertical-align: -5px;
	}
	.us-gnav-rsv__item--search a {
		background-color: #ed7300;
	}
	.us-gnav-rsv__item--search a:after {
		background-image: url(/international/promotions/usaana/image/common/ico_arw-r_or-12-18.png);
	}
	.us-gnav-rsv__item--award a {
		background-color: #0a479d;
	}
	.us-gnav-rsv__item--award a:after {
		background-image: url(/international/promotions/usaana/image/common/ico_arw-r_bl2-12-18.png);
	}
	.us-pagetop {
		position: absolute;
		top: 0;
		right: 0;
		bottom: auto;
		width: 100%;
		height: 50px;
	}
	.us-pagetop a {
		width: 100%;
		height: 50px;
		background-image: url(/international/promotions/usaana/image/common/ico_arw-t_wh-36-24.png);
		background-size: 18px 12px;
	}
	.pager {
		box-sizing: border-box;
		padding: 0 60px;
		width: 100%;
		height: 60px;
	}
	.pager .prev,
	.pager .next {
		position: absolute;
		top: 0;
		display: block;
		width: 60px;
		height: 60px;
	}
	.pager .prev a,
	.pager .next a {
		width: 58px;
		height: 58px;
		border: 1px solid #ccc;
		background-color: #eee;
		background-image: url(/international/promotions/usaana/image/common/btn_pager_sp.png);
		background-size: 116px 116px;
	}
	.pager .prev {
		left: 0;
	}
	.pager .prev a {
		border-radius: 5px 0 0 5px;
		background-position: 0 0;
	}
	.pager .prev a.is-disable {
		background-color: #fff;
		background-position: 0 -58px;
	}
	.pager .next {
		right: 0;
	}
	.pager .next a {
		border-radius: 0 5px 5px 0;
		background-position: -58px 0;
	}
	.pager .next a.is-disable {
		background-color: #fff;
		background-position: -58px -58px;
	}
	.pager .paging {
		display: block;
		margin: 0;
		width: 100%;
		height: 58px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.pager .paging a {
		display: none;
		padding: 10px 0 14px;
		text-align: center;
	}
	.pager .paging a:hover {
		text-decoration: none;
	}
	.pager .paging a.is-active {
		display: block;

		-webkit-tap-highlight-color: transparent;
	}
	.us-footer {
		position: relative;
		padding-top: 50px;
		padding-bottom: 15px;
		min-width: 320px;
	}
	.us-footer__logo {
		position: relative;
		top: auto;
		left: auto;
		margin: 20px auto 5px;
		padding: 0;
		width: 72px;
		height: 18px;
	}
	.us-footer__copyright {
		margin: 0 auto;
		padding: 0;
		text-align: center;
		font-size: 12px;
		font-size: .75rem;
		line-height: 1.8333333333;
	}
	.us-reserve {
		display: none;
	}
	.is-pc {
		display: none;
	}
	.page {
		min-width: 320px;
	}
	.page__hdr {
		box-sizing: border-box;
		padding: 30px 10px;
		width: 100%;
	}
	.page__cat {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.5555555556;
	}
	.page__ttl {
		margin-bottom: 5px;
		font-size: 32px;
		font-size: 2rem;
		line-height: 1.3125;
	}
	.page__catch {
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.7142857143;
	}
	.fmenu__list {
		margin-bottom: 60px;
		min-width: 320px;
		width: auto;
	}
	.fmenu__item {
		margin: 0 10px 20px;
		width: 128px;
		vertical-align: top;
	}
	.fmenu__item a {
		width: 118px;
		height: 118px;
		border-width: 4px;
	}
	.fmenu--side {
		position: relative;
		top: auto;
		right: auto;
		padding: 0;
		width: auto;
	}
	.fmenu--side .fmenu__list {
		margin-bottom: 100px;
		min-width: 320px;
		width: auto;
	}
	.fmenu--side .fmenu__item {
		margin: 0 10px 20px;
		width: 128px;
		vertical-align: top;
	}
	.ft-idx {
		margin-bottom: 30px;
		min-width: 320px;
	}
	.ft-idx__wrap {
		display: block;
	}
	.ft-idx__name {
		display: block;
		box-sizing: border-box;
		padding: 25px 0 24px;
		width: 100%;
		height: 80px;
		font-size: 21px;
		font-size: 1.3125rem;
		line-height: 1.4761904762;
	}
	.ft-idx__body {
		display: block;
		width: 100%;
	}
	.ft-idx__item {
		padding: 70px 10px 30px;
		min-height: 190px;
		height: auto;
	}
	.ft-idx__item .ft-update {
		left: 10px;
	}
	.ft-idx__item .ttl {
		margin-bottom: 5px;
	}
	.ft-idx__item .ttl span {
		padding: 2px 5px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.375;
	}
	.ft-idx__item .lead {
		box-sizing: border-box;
		padding: 2px 5px;
		max-width: none;
		width: auto;
		font-size: 12px;
		font-size: .75rem;
		line-height: 1.5;
	}
	.ft-update {
		padding: 4px 0;
		width: 60px;
		height: 60px;
	}
	.ft-update .m {
		font-size: 11px;
		font-size: .6875rem;
		line-height: 1.1818181818;
	}
	.ft-update .d {
		font-size: 27px;
		font-size: 1.6875rem;
		line-height: 1;
	}
	.ft-update .y {
		font-size: 10px;
		font-size: .625rem;
		line-height: 1.2;
	}
	.val-list {
		margin-bottom: 20px;
		min-width: 320px;
		max-width: 444px;
		width: auto;
	}
	.val-list__item {
		margin: 0 5px 20px;
		width: 138px;
		vertical-align: top;
	}
	.val-list__item a .no {
		margin: 0 auto 7px;
		width: 118px;
		height: 118px;
		border-width: 5px;
	}
	.val-list__item a .no:after {
		border-width: 5px;
	}
	.val-list__item a .ttl {
		margin-bottom: 3px;
		font-size: 10px;
		font-size: .625rem;
		line-height: 1.4;
	}
	.val-list__item a .arw img {
		height: 18px;
	}
	.val-list__item a .arw:after {
		margin-left: 5px;
		width: 18px;
		height: 18px;
	}
	.val-list__item a .arw--r:after {
		background-image: url(/international/promotions/usaana/image/common/ico_arw-r_wh-12-18.png);
		background-position: 7px center;
		background-size: 6px 9px;
	}
	.val-list__item a .arw--b:after {
		background-image: url(/international/promotions/usaana/image/common/ico_arw-b_wh-18-12.png);
		background-position: center 7px;
		background-size: 9px 6px;
	}
	.btn-more {
		height: 50px;
	}
	.btn-more a {
		padding: 15px;
		min-height: 20px;
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.4285714286;
	}
	.btn-more a:after {
		width: 20px;
		height: 20px;
		background-image: url(/international/promotions/usaana/image/common/ico_arw-r_bk-12-18.png);
		background-position: 8px center;
		background-size: 6px 9px;
		vertical-align: -5px;
	}
	.btn-more--down a:after {
		background-image: url(/international/promotions/usaana/image/common/ico_arw-b_bk-18-12.png);
		background-position: center 8px;
		background-size: 9px 6px;
	}
	.link-next {
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.7142857143;
	}
	.link-next:after {
		margin-left: 5px;
		width: 20px;
		height: 20px;
		background-image: url(/international/promotions/usaana/image/common/ico_arw-r_wh-12-18.png);
		background-position: 8px center;
		background-size: 6px 9px;
		vertical-align: -5px;
	}
	.link-next--s {
		font-size: 12px;
		font-size: .75rem;
		line-height: 2;
	}
	.link-next--s:after {
		width: 16px;
		height: 16px;
		background-image: url(/international/promotions/usaana/image/common/ico_arw-r_wh-8-12.png);
		background-position: 7px center;
		background-size: 4px 6px;
		vertical-align: -3px;
	}
	.list li {
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.5714285714;
	}
	.list--s li {
		font-size: 12px;
		font-size: .75rem;
		line-height: 1.6666666667;
	}
	.list--xs li {
		font-size: 10px;
		font-size: .625rem;
		line-height: 1.8;
	}
}

@media screen and (min-width: 768px) {
	.us-gnav__item a:hover {
		color: #034ea2;
	}
	.us-pagetop a:hover {
		background-color: #fff;
		background-image: url(/international/promotions/usaana/image/common/ico_arw-t_bl-18-12.png);
	}
	.us-reserve a:hover {
		background: #000;
	}
	.is-sp {
		display: none;
	}
	a:hover {
		text-decoration: none;
	}
	.fmenu__item a:hover {
		border-color: #034da2;
		background-color: #034da2;
	}
	.ft-idx__item a:hover .lead,
	.ft-idx__item a:hover .ttl span {
		background: #034ea2;
	}
	.val-list__item a:hover .no:after {
		border-width: 0;
		border-color: transparent;
	}
	.val-list__item a:hover .arw:after {
		background-color: #034ea2;
	}
	.btn-more a:hover {
		background: #034da2;
	}
	.btn-more a:hover:after {
		background-image: url(/international/promotions/usaana/image/common/ico_arw-r_bl-8-12.png);
	}
	.btn-more--down a:hover:after {
		background-image: url(/international/promotions/usaana/image/common/ico_arw-b_bl-12-8.png);
	}
	.link-next:hover {
		color: #034da2;
	}
	.link-next:hover:after {
		background-color: #034da2;
	}
}
