@charset "utf-8";

html,
body {
	margin: 0;
	padding: 0
}

body {
	font-family: sans-serif;
	font-size: 14px
}

div,
span {
	margin: 0;
	padding: 0
}

address {
	font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal
}

div,
span,
p,
pre,
code,
blockquote,
q {
	margin: 0;
	padding: 0
}

article,
aside,
figure,
main,
figcaption,
footer,
header,
nav,
section {
	display: block
}

code {
	font-style: normal;
	font-weight: normal
}

cite,
dfn,
em,
strong,
var {
	font-style: normal;
	font-weight: normal
}

ins,
del {
	text-decoration: none
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

.btn_c {
	display: block;
	width: 95%;
	margin: auto;
	margin-bottom: 20px;
}

.btn_c2 {
	border-bottom: 1px dashed #ddd;
	margin-bottom: 20px;
}

sup {
	vertical-align: top
}

sub {
	vertical-align: baseline
}

img {
	border: 0;
	vertical-align: bottom
}

a,
a:link,
a:visited,
a:hover,
a:active {
	outline: 0;
	text-decoration: none;
	color: #454545
}

a:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: .8;
	-khtml-opacity: .8;
	zoom: 1
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background: none;
	font-size: 12px
}

select::-ms-expand {
	display: none
}

input,
select {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}

ul,
ol,
dl,
dt,
dd {
	margin: 0;
	padding: 0
}

li {
	margin: 0;
	padding: 0;
	list-style: none
}

table {
	margin: 0;
	padding: 0;
	border-spacing: 0
}

tr,
td,
thead,
tfoot,
tbody {
	margin: 0;
	padding: 0
}

th {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: left
}

caption {
	font-weight: normal;
	text-align: left
}


.sp_dn {
	display: block;
}

.pc_dn {
	display: none;
}

.osusume {
	display: flex;
	margin: 10px 0;
	border: solid 1px #28704c;
	padding: 10px;
	border-radius: 15px;
	align-items: center;
}

.osusume dt {
	padding-right: 10px;
	width: 25%;
}

.osusume dd {
	width: 80%;
}





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

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

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

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

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

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

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

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

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

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

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

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

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

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

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	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");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	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");
	right: 10px;
	left: auto
}

.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-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")
}

.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-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-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

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

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

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

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

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

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

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

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

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

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

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

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-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-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

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

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

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

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

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

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

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

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

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

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-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;
	content: '';
	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
}

.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);
		transform: rotate(360deg)
	}
}

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

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

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

.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
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

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

.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-active .swiper-slide-active {
	pointer-events: auto
}

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

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

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

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

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

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

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

@charset "UTF-8";

.pc {
	display: none
}

body {
	background: #fff;
	font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif;
	font-size: 13px;
	color: #454545;
	line-height: 1.9;

}

img {
	max-width: 100%
}

.wrapper {
	padding: 53px 0 0
}

header {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 100000;
	border-top: 4px solid #fff;
	padding-bottom: 10px
}

header .header--inner {
	border-top: 2px solid #58ceb9;
	border-bottom: 1px solid #d8d8d8;
	overflow: hidden;
	position: relative;
	padding: 7px 0;
	position: relative
}

header h1 {
	width: inherit;
	padding: 2px 0 0 10px;
	margin-bottom: 10px;
	width: 336px
}

header .menu__sub {
	width: 50%;
	text-align: right;
	padding: 0 10px 0 0;
	position: absolute;
	top: 22px;
	right: 0
}

header .menu__sub li {
	display: inline-block;
	width: 40px
}

header .menu__sub .menu__sub__more.is--show {
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_close.png) no-repeat center center;
	background-size: 23px auto
}

header .menu__sub .menu__sub__more.is--show img {
	opacity: 0
}

header .menu__sub .menu__sub__menu,
header .menu__sub .menu__sub__menu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box
}

header .menu__sub .menu__sub__menu {
	position: relative;
	width: 25px;
	height: 22px;
	margin: 0 6px 3px 4px
}

header .menu__sub .menu__sub__menu span {
	position: absolute;
	left: 0;
	width: 25px;
	height: 2px;
	background-color: #28704c;
}

header .menu__sub .menu__sub__menu span:nth-of-type(1) {
	top: 0
}

header .menu__sub .menu__sub__menu span:nth-of-type(2) {
	top: 9px
}

header .menu__sub .menu__sub__menu span:nth-of-type(3) {
	bottom: 0
}

header .menu__sub .menu__sub__menu.is--show span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg)
}

header .menu__sub .menu__sub__menu.is--show span:nth-of-type(2) {
	opacity: 0
}

header .menu__sub .menu__sub__menu.is--show span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg)
}

header .menu__sub .menu__sub__text {
	display: none
}

header .menu_global {
	display: none
}

header .menu_sp {
	display: none;
	position: fixed;
	top: 73px;
	left: 0;
	width: 100%;
	height: 88vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10000;
	overflow-y: auto
}

header .menu_sp nav {
	width: 235px;
	margin: 0 0 0 auto
}

header .menu_sp nav ul {
	width: 235px;
	overflow: hidden;
	background: #fff
}

header .menu_sp nav ul li {
	border-top: 1px solid #d8d8d8
}

header .menu_sp nav>ul>li:first-child {
	border-top: 0
}

header .menu_sp nav ul li.col--1 {
	clear: both
}

header .menu_sp nav ul li.col--2 {
	float: left;
	width: 50%
}

header .menu_sp nav ul li.col--2.col--2--l {
	border-right: 1px solid #d8d8d8;
	margin: 0 0 0 -1px
}

header .menu_sp nav ul li a,
header .menu_sp nav ul li span {
	display: block;
	padding: 13px 0 13px 15px;
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_arrow_gray.png) no-repeat 95% center;
	background-size: 5px auto
}

header .menu_sp nav ul li span.under {
	background: url("../../../../wp-content/uploads/2018/06/icon_arrow_under.png") no-repeat 95% center, #f7f8ff;
	background-size: 10px auto;
	font-weight: bold
}

header .menu_sp nav ul li a:hover,
header .menu_sp nav ul li span:hover {
	opacity: 1
}

header .menu_sp nav ul li a.white,
header .menu_sp nav ul li span.is--open {
	background-color: #28704c;
	background-image: url("../../../../wp-content/uploads/2018/06/icon_arrow_white_under.png");
	color: #fff
}

header .menu_sp nav ul ul {
	display: none
}

aside {
	padding: 0 10px 25px
}

.side__banner p {
	padding: 0 0 10px
}

.side__banner p img {
	width: 100%
}

.side__title {
	font-size: 15px;
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_h_category_ranking.png) no-repeat 11px center;
	background-size: 20px auto;
	padding: 6px 0 6px 40px;
	margin: 0 0 7px
}

.side__ranking {
	padding: 0 0 15px
}

.side__ranking--inner {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 15px 10px 5px;
	overflow: hidden
}

.side__ranking ul {
	display: flex;
	flex-wrap: wrap
}

.side__ranking li {
	width: 50%;
	position: relative;
	margin: 0 0 10px
}

.side__ranking li a {
	display: block;
	margin: 0 5px;
	position: relative
}

.side__ranking li:nth-child(even) {
	float: right
}

.side__ranking a {
	display: block
}

.side__ranking .side__ranking__image {
	border-radius: 5px
}

.side__ranking .side__ranking__title {
	border-radius: 0 0 5px 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #f76b75;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	padding: 3px 0 2px
}

.side__ranking .side__ranking__title span {
	display: block;
	font-size: 11px
}

.side__column {
	padding: 0 0 25px
}

.side__column .side__title {
	background-image: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_h_column.png)
}

.column__item,
.side__column__item {
	overflow: hidden;
	padding: 0 0 10px
}

.column__item__link,
.side__column__item__link {
	display: block;
	padding: 0;
	background: #fff;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: nowrap
}

.column__item__image,
.side__column__item__image {
	width: 50px;
	padding: 0 10px 0 0;
	position: relative
}

.column__item__image.is--new:after,
.side__column__item__image.is--new:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	font-size: 15px;
	background-size: 30px 30px;
	position: absolute;
	top: -1.5px;
	left: -1.5px
}

.column__item__title,
.side__column__item__title {
	font-size: 14px;
	flex: 1
}

.column__item__date,
.side__column__item__date {
	font-size: 11px;
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 100%
}

.side__column__more a {
	display: block;
	margin: 0 auto;
	width: 130px;
	font-size: 15px;
	background: #848484 url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_arrow_w_down.png) no-repeat 80% center;
	background-size: 8.5px auto;
	text-align: center;
	color: #fff;
	padding: 6px 0
}

.breadcrumb {
	padding: 8px 0
}

.breadcrumb ul {
	overflow: hidden
}

.breadcrumb ul li {
	display: inline-block;
	padding: 0 5px 0 0;
	font-size: 11px
}

.breadcrumb ul li a {
	display: inline-block;
	padding: 0 8px 0 0;
	color: #4f75ac;
	text-decoration: underline
}

.pagination {
	padding: 0 0 10px;
	overflow: hidden
}

.pagination--prev {
	width: 15%;
	float: left;
	text-align: center
}

.pagination--inner {
	text-align: center;
	width: auto;
	float: none
}

.pagination--next {
	width: 15%;
	float: right;
	text-align: center
}

.pagination a {
	display: inline-block;
	color: black;
	padding: 5px 0;
	text-align: center;
	width: 30px;
	border: 1px solid #b4b4b4;
	background: #fff;
	margin: 0 2.5px
}

.pagination a.active {
	background: #58ceb9;
	color: #fff
}

.pagination a:hover {
	opacity: 1
}

.subpage__title {
	font-size: 15px;
	padding: 0 0 10px 5px;
	border-bottom: 1px solid #dadada;
	margin: 0 0 15px
}

.salon {
	overflow: hidden;
	padding: 10px;
	margin: 0 0 10px;
	background: #fff;
	border-radius: 0 0 10px 10px;
	position: relative
}

.salon__title {
	font-size: 15px;
	padding: 0 0 6px
}

.salon--rank0 {
	background-color: #fff5d5
}

.salon--rank0 .salon__title,
.salon--rank1 .salon__title,
.salon--rank2 .salon__title,
.salon--rank3 .salon__title,
.salon--rank4 .salon__title,
.salon--rank5 .salon__title,
.salon--rank6 .salon__title,
.salon--rank7 .salon__title,
.salon--rank8 .salon__title,
.salon--rank9 .salon__title,
.salon--rank10 .salon__title {
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_rank1.png) no-repeat left bottom;
	background-size: 32px auto;
	padding: 10px 0 0 40px;
	margin: 0 0 10px
}

.salon--rank0 .salon__title {
	background-image: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_rank0.png);
	background-size: 65px 55px;
	text-align: center;
	padding: 60px 0 0;
	background-position: center top
}

.salon--rank2 .salon__title {
	background-image: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_rank2.png)
}

.salon--rank3 .salon__title {
	background-image: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_rank3.png)
}

.salon--rank4 .salon__title {
	background-image: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_rank4.png)
}

.salon--rank5 .salon__title {
	background-image: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_rank5.png)
}

.salon--rank6 .salon__title {
	background-image: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_rank6.png)
}

.salon--rank7 .salon__title {
	background-image: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_rank7.png)
}

.salon--rank8 .salon__title {
	background-image: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_rank8.png)
}

.salon--rank9 .salon__title {
	background-image: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_rank9.png)
}

.salon--rank10 .salon__title {
	background-image: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_rank10.png)
}

.salon--detail .salon__title,
.salon--default .salon__title {
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_salon.png) no-repeat left center;
	background-size: 15px auto;
	padding: 0 0 0 24px;
	margin: 0 0 10px
}

.salon--default {
	position: relative
}

.salon--default .recommend {
	position: absolute;
	width: 50px;
	left: 5px;
	top: 0
}

.salon--default .recommend {
	right: 5px;
	top: 0;
	left: auto
}

.salon--default .recommend img {
	display: block;
	margin-top: -10px
}

.salon--detail .salon__title,
.salon--default .salon__title {
	padding: 15px 0 15px 24px
}

.salon__end {
	width: 75px;
	position: absolute;
	top: 10px;
	right: 10px
}

.salon__end p {
	padding: 2px;
	border: 1px solid #f76b75;
	color: #f76b75;
	text-align: center
}

.salon__category {
	overflow: hidden;
	padding: 20px 0 10px;
	clear: both
}

.salon__category li {
	width: 30%;
	float: left;
	margin: 0 2.5% 4px 0;
	text-align: center
}

.salon__category li span {
	display: block;
	font-size: 11px;
	padding: 4px 0 2px;
	background: #c3a548;
	color: #fff;
	border-radius: 30px
}

.salon__category li span.is--off {
	background: #dadada
}

.salon__image {
	background: #e3e3e3;
	margin: 0 0 10px
}

.salon__value {
	overflow: hidden;
	padding: 0 0 10px
}

.salon__value__title {
	float: left;
	width: 75px;
	border: 1px solid #f76b75;
	color: #f76b75;
	text-align: center;
	padding: 2px 0;
	background-color: #fff
}

.salon__value__star {
	padding: 0 0 0 83px
}

.salon__value__star span {
	display: inline-block;
	width: 21.5px
}

.salon__desc {
	padding: 0 0 10px
}

.salon__info {
	padding: 0 0 10px
}

.salon__info table {
	width: 100%
}

.salon__info table th,
.salon__info table td {
	border: 1px solid #b6b6b6;
	text-align: center
}

.salon__info table th {
	background: #eee;
	font-size: 12px;
	padding: 2px 0
}

.salon__info table td {
	font-size: 16px;
	padding: 5px 0;
	background-color: #fff
}

.salon__info table .col3 th {
	width: 33.333333%
}

.salon__info table .col5 th {
	width: 20%
}

.salon__info table .col2 th {
	width: 50%
}

.salon__graf {
	clear: both;
	margin: 10px auto 20px;
	text-align: center;
	max-width: 420px;
	__display: none
}

.salon__campaign {
	clear: both
}

.salon__campaign li {
	display: inline-block;
	margin: 2px
}

.salon__campaign li a {
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	background: #ffdf00;
	font-weight: bold;
	color: #000;
	background: #f76b75;
	color: #FFF;
	border-radius: 3px
}

.salon__recommend {
	padding: 0 0 10px
}

.salon__recommend__title {
	font-size: 16px;
	padding: 2px 0 10px 37px;
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/point.png) no-repeat left top;
	background-size: 25px auto
}

.salon__recommend li {
	padding: 0 0 4px 28px;
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_heart.png) no-repeat 5px 2px;
	background-size: 16.5px auto
}

.salon__link {
	padding: 0 0 10px;
	margin: 10px 0 0
}

.salon__link__detail,
.salon__link__official {
	background-image: url(../../../../wp-content/themes/hikakunavi2/css/../images/ranking/salon__link__detail.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center
}

.salon__link__official {
	margin: 18px 0 0;
	background-image: url(../../../../wp-content/themes/hikakunavi2/css/../images/ranking/salon__link__official.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center
}

.salon__link__detail a,
.salon__link__official a {
	display: block;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	padding: 13px 0;
	font-size: 19px;
	font-weight: bold;
	position: relative
}

.salon__link__official a:before {
	content: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/yoyaku.png);
	position: absolute;
	width: 200px;
	top: -12px;
	left: -6px;
	z-index: 99999999
}

.salon__link__detail a:after,
.salon__link__official a:after {
	content: "";
	display: block;
	width: 7.5px;
	height: 7.5px;
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_btn_arrow_right.png) no-repeat left center;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 9px;
	margin: -4px 0 0
}

article {
	padding: 0 10px;
	margin: 6px 0 20px
}

.mv {
	padding: 0 0 7.5px;
	padding: 0;
	margin: 0 -10px
}

.mv__main {
	padding: 0 0 10px
}

.mv__main img {
	width: 100%
}

.mv__banner .swiper-slide {
	width: 290px
}

.mv__banner .swiper-button-prev,
.mv__banner .swiper-button-next {
	width: 14.5px;
	height: 23.5px;
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_arrow_left.png);
	background-size: cover;
	margin-top: -11.7px
}

.mv__banner .swiper-button-prev {
	left: 10px
}

.mv__banner .swiper-button-next {
	background-image: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_arrow_right.png);
	right: 10px
}

.mv .mv__description {
	padding: 0 10px
}

.search {
	margin: 0 0 10px
}

.search__title {
	font-size: 15px;
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_h_search.png) no-repeat 11px center;
	background-size: 20px auto;
	padding: 6px 0 6px 40px;
	margin: 0 0 7px
}

.search--inner {
	padding: 5px;
	background: #fff;
	border-radius: 0 0 10px 10px
}

.search .search--inner {
	overflow: hidden
}

.search__text {
	padding: 0 0 10px;
	position: relative
}

.search__text input {
	border: 1px solid #73d5c7;
	padding: 10px 20px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 30px;
	font-size: 17px;
	height: 42px;
	line-height: 1
}

.search__text button {
	width: 140px;
	background: #73d5c7 url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_searchbox_w.png) no-repeat 20px center;
	padding: 11px 0 11px 28px;
	line-height: 1;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	font-size: 17px;
	border-radius: 30px;
	cursor: pointer;
	height: 42px
}

.search__text.search__text--small button {
	background-position: center center;
	width: 50px
}

.search__form {
	padding: 5px;
	background: #eaf6f6;
	border-radius: 5px;
	display: none
}

.search .search__form {
	display: block
}

.search__link {
	overflow: hidden;
	padding: 0 0 10px
}

.search__link__detail,
.search__link__map {
	width: 48%;
	float: left;
	border: 1px solid #58ceb9;
	border-radius: 5px
}

.search__link__map {
	float: right
}

.search__link__detail a,
.search__link__map a {
	display: block;
	border: 1px solid #fff;
	background: linear-gradient(to bottom, #58ceb9, #1db499);
	text-align: center;
	border-radius: 5px;
	color: #fff;
	padding: 12px 0 15px;
	font-size: 14px;
	line-height: 1.2;
	position: relative
}

.search__link__detail.is--active a,
.search__link__map.is--active a {
	background: linear-gradient(to bottom, #1db499, #58ceb9)
}

.search__link__detail a:after,
.search__link__map a:after {
	content: "";
	display: block;
	width: 7.5px;
	height: 7.5px;
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_btn_arrow_down.png);
	background-size: cover;
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin: 0 0 0 -3px
}

.search__link__detail.is--active a:after,
.search__link__map.is--active a:after {
	background-image: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_btn_arrow_up.png)
}

.search__form h3 {
	font-size: 16px;
	color: #5bcfbe;
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_triangle_green.png) no-repeat left 10px center;
	background-size: 10px;
	padding: 0 0 0 15px;
	margin: 0 0 10px
}

.search__form h3:hover {
	cursor: pointer
}

.search__form h3.active {
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_triangle_green_active.png) no-repeat left 10px center;
	background-size: 10px
}

.search__form__box {
	padding: 10px 10px;
	background: #FFF
}

.search__form__select {
	padding: 0 0 4px
}

.search__form .accordion {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px
}

.search__form .accordion h3 {
	padding: 10px 10px;
	border: 1px solid #4ea99c;
	margin: 0 0 -1px;
	position: relative;
	background: #74cccc;
	color: #fff;
	font-weight: bold
}

.search__form .accordion h3:after {
	content: "＋";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	color: #fff
}

.search__form .accordion h3.active:after {
	content: "ー"
}

.search__form__select span {
	display: inline-block;
	width: 20%
}

.search__form__select select {
	border: 1px solid #a1a1a1;
	padding: 8px 10px;
	border-radius: 5px;
	width: 75%;
	background: #fff url(../../../../wp-content/themes/hikakunavi2/css/../images/common/select_arrow.png) right 50% no-repeat;
	background-size: auto 100%;
	font-size: 17px
}

.search__form__check label {
	display: inline-block;
	padding: 0 0 9px
}

.search__form__check label.is--full {
	width: 100%
}

.search__form__parts label {
	width: 28%;
	margin-right: 5%
}

.search__form__check input {
	display: none
}

.search__form__check span {
	padding: 0 0 0 30px;
	position: relative;
	margin: 0 10px 0 0
}

.search__form__check span::before {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #a1a1a1;
	border-radius: 5px;
	background: #fff
}

.search__form__check input:checked+span:after {
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: 6px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #464b9a;
	border-right: 3px solid #464b9a
}

.search__form__text input {
	border: 1px solid #a1a1a1;
	padding: 8px 10px;
	border-radius: 5px;
	width: 90%;
	font-size: 17px
}

.search__form__submit {
	width: 157px;
	border: 1px solid #f76b75;
	border-radius: 5px;
	margin: 0 auto 10px
}

.search__form__submit input span {
	display: block;
	width: 100%;
	background-size: 19px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	padding: 13px 0;
	margin: 0;
	font-size: 14px;
	position: relative;
	background: url(../../../../wp-content/uploads/2018/06/icon_tri.png) 95% center no-repeat, #d85a97;
	background-size: 19px;
	box-shadow: 0 5px #f5a7cd;
	border: 0;
	cursor: pointer
}

.search__form__submit img {
	display: block;
	width: 100%;
	border: 1px solid #fff;
	background: url(../../../../wp-content/uploads/2018/06/icon_tri.png) 95% center no-repeat, linear-gradient(to bottom, #f76b75, #f84955);
	background-size: 19px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	padding: 13px 0;
	margin: 0;
	font-size: 14px;
	position: relative
}

.ranking__bord {
	background: #fff;
	margin: 0 0 10px;
	border-radius: 10px;
	padding: 1px
}

.ranking__bord--inner {
	border: 1px solid #ead696;
	border-radius: 10px;
	padding: 1px
}

.ranking__bord--content {
	border: 1px solid #ead696;
	border-radius: 10px
}

.ranking__bord__title {
	__background: #f5f1e4;
	border-bottom: 1px solid #c3a548;
	border-radius: 10px 10px 0 0;
	position: relative
}

.ranking__bord__title:before,
.ranking__bord__title:after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_h_ranking.png) no-repeat left top;
	background-size: cover;
	position: absolute;
	top: 8px;
	left: 50%;
	margin: 0 0 0 -122px
}

.ranking__bord__title:after {
	left: auto;
	right: 50%;
	margin: 0 -122px 0 0
}

.ranking__bord__title h2 {
	text-align: center;
	color: #b88c3d;
	font-size: 15px;
	padding: 6px 0 4px
}

.ranking__bord__more {
	padding: 0 0 16px
}

.ranking__bord__more a {
	display: block;
	margin: 0 auto;
	width: 130px;
	font-size: 15px;
	background: #848484 url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_arrow_w_down.png) no-repeat 80% center;
	background-size: 8.5px auto;
	text-align: center;
	color: #fff;
	padding: 6px 0
}

.ranking__bord__sign:before,
.ranking__bord__sign:after {
	content: "";
	display: block;
	width: 43px;
	height: 43px;
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/bg_ranking_l.png) no-repeat left top;
	background-size: cover;
	position: absolute;
	top: 4px;
	left: 0
}

.ranking__bord__sign:after {
	background-image: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/bg_ranking_r.png);
	left: auto;
	right: 0
}

.ranking__bord__sign {
	overflow: hidden;
	padding: 28px 11px 10px;
	position: relative;
	text-align: center
}

.ranking__bord__sign li {
	overflow: hidden;
	position: relative;
	padding: 0 0 0 15%;
	margin: 0 0 10px;
	display: inline-block
}

.ranking__bord__sign .ranking__bord__sign__image {
	width: 100px;
	padding: 0 10px 0 0;
	float: left;
	display: block;
	z-index: 1;
	position: relative
}

.ranking__bord__sign .ranking__bord__sign__star {
	display: block;
	min-width: 110px
}

.ranking__bord__sign__text {
	text-align: left;
	display: block;
	margin-left: 100px
}

.ranking__bord__sign .ranking__bord__sign__name a {
	text-decoration: underline;
	color: #126e60
}

.ranking__bord__sign .ranking__bord__sign__star span {
	display: inline-block;
	width: 17px
}

.ranking__bord__sign .ranking__bord__sign--rank0 {
	background-color: #fff5d5
}

.ranking__bord__sign .ranking__bord__sign--rank0:before,
.ranking__bord__sign .ranking__bord__sign--rank1:before,
.ranking__bord__sign .ranking__bord__sign--rank2:before,
.ranking__bord__sign .ranking__bord__sign--rank3:before,
.ranking__bord__sign .ranking__bord__sign--rank4:before,
.ranking__bord__sign .ranking__bord__sign--rank5:before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 23.5px;
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_rank1.png) no-repeat left bottom;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 3px;
	margin: -13px 0 0
}

.ranking__bord__sign .ranking__bord__sign--rank0:before {
	width: 33.5px;
	height: 28.5px;
	left: 10px;
	background-image: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_rank0.png)
}

.ranking__bord__sign .ranking__bord__sign--rank2:before {
	background-image: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_rank2.png)
}

.ranking__bord__sign .ranking__bord__sign--rank3:before {
	background-image: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_rank3.png)
}

.ranking__bord__sign .ranking__bord__sign--rank4:before {
	background-image: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_rank4.png)
}

.ranking__bord__sign .ranking__bord__sign--rank5:before {
	background-image: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_rank5.png)
}

.ranking__bord__sign .ranking__bord__sign--rank0 {
	__border: 1px #fbc61c double;
	background: #fffaeb;
	padding: 20px 10px 20px 60px;
	box-shadow: inset 0 0 0 1px #fbc61c, 0px 0 0 1px #fffaeb, 0px 0 0 2px #fbc61c, inset 0 0 8px 0 #fbc61c, 0px 1px 3px rgba(0, 0, 0, 0.4);
	__border-radius: 4px;
	position: relative
}

.campaign__bord {
	background: #fff;
	margin: 0 0 10px;
	border-radius: 10px;
	padding: 1px
}

.campaign__bord--inner {
	border: 1px solid #ffc2c6;
	border-radius: 10px;
	padding: 1px
}

.campaign__bord--content {
	border: 1px solid #ffc2c6;
	border-radius: 10px
}

.campaign__bord__title {
	background: #fff3f3;
	border-bottom: 1px solid #f76b75;
	border-radius: 10px 10px 0 0;
	position: relative
}

.campaign__bord__title h2 {
	text-align: center;
	color: #f76b75;
	font-size: 15px;
	padding: 6px 0 4px
}

.campaign__bord__list {
	overflow: hidden;
	padding: 12px 10px 10px;
	position: relative
}

.campaign__bord__list li {
	overflow: hidden;
	position: relative;
	margin: 0 0 10px
}

.campaign__bord__list .campaign__bord__image {
	width: 112px;
	float: left
}

.campaign__bord__list .campaign__bord__name {
	position: relative;
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_square.png) no-repeat left 5px;
	background-size: 10px 10px;
	margin: 0 0 0 122px;
	padding: 0 0 0 16px
}

.campaign__bord__list .campaign__bord__name a {
	font-size: 15px;
	text-decoration: underline;
	color: #126e60
}

.campaign__bord__list .campaign__bord__price {
	margin: 0 0 0 122px;
	padding: 0 0 0 16px;
	font-size: 15px;
	color: #f76b75
}

.campaign__group {
	padding: 20px
}

.campaign__group h3 {
	font-size: 19px;
	font-weight: bold;
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_square.png) no-repeat left 5px;
	margin: 14px 0 15px 0;
	background-size: 16px 16px;
	padding: 0 0 0 22px
}

.campaign__group ul {
	overflow: hidden
}

.campaign__group ul .campaign_image {
	display: none;
	margin-bottom: 10px
}

.campaign__group ul .campaign_image:first-child {
	display: block
}

.campaign__group ul .campaign_text {
	margin-bottom: 5px;
	font-size: 16px
}

.campaign__group ul .campaign_text a {
	display: block;
	padding: 11px;
	font-size: 16px;
	background: #ffdf00;
	border-left: dotted 3px #FFF;
	border-right: dotted 3px #FFF;
	font-weight: bold;
	color: #000;
	background: #f76b75;
	color: #FFF
}

.column__detail__title {
	font-size: 18px;
	line-height: 1.2
}

.column__detail__date {
	font-size: 11px;
	color: #767676;
	text-align: right;
	padding: 0 0 10px
}

.column__detail--inner {
	padding: 10px 10px 0;
	margin: 0 0 15px;
	background: #fff;
	border-radius: 0 0 10px 10px
}

.column__detail--inner h2 {
	font-size: 17px;
	color: #000;
	padding: 6px 0 8px 20px;
	border-bottom: 1px solid #58ceb9;
	border-left: 4px solid #58ceb9;
	margin: 0 0 10px;
	font-weight: bold
}

.column__detail--inner h3 {
	font-size: 15px;
	color: #000;
	padding: 0 0 0 20px;
	margin: 0 0 10px;
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_square.png) no-repeat left 5px;
	background-size: 10px 10px;
	font-weight: bold
}

.column__detail--inner p {
	font-size: 14px;
	padding: 0 4px 16px
}

.column__detail__back {
	text-align: center
}

.column__detail__back a {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	padding: 10px 24px 10px 35px;
	background: #848484 url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_arrow_back.png) no-repeat 13px center;
	background-size: 5px auto
}

.search__number p {
	font-size: 18px;
	padding: 10px 2%;
	font-weight: bold;
	color: #004e1e;
}

.search__number p span {
	color: #fe9315;
	font-size: 24px;
	padding-left: .5em
}

.search__bord {
	padding: 0 0 10px;
	border-bottom: 0;
	background: #fff
}

.search__bord h2.chapter_title {
	margin-top: 0 !important
}

.search__bord--inner {
	width: 96%;
	margin-left: auto;
	margin-right: auto
}

.search__bord--head {
	overflow: hidden;
	padding: 0 0 5px
}

.search__bord__title {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 25px;
	margin: 4px 0 0;
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_search_h.png) no-repeat left center;
	background-size: 15px auto;
	width: 50%;
	float: left
}

.search__bord__link {
	width: 40%;
	float: right
}

.search__bord__link {
	border: 1px solid #58ceb9;
	border-radius: 5px
}

.search__bord__link a {
	display: block;
	border: 1px solid #fff;
	background: url(../../../../wp-content/uploads/2018/06/icon_tri.png) 95% center no-repeat, linear-gradient(to bottom, #58ceb9, #1db499);
	background-size: 19px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	padding: 4px 0;
	font-size: 12px;
	position: relative
}

.search__bord table {
	width: 100%
}

.search__bord table th {
	width: 35%;
	border: 1px solid #b6b6b6;
	text-align: center;
	padding: 4px 8px;
	font-weight: bold;
	background: #eee
}

.search__bord table td {
	border: 1px solid #b6b6b6;
	padding: 4px 8px
}

.search_sort {
	margin: 25px 0;
	text-align: center
}

.search_sort p {
	font-size: 17px;
	font-weight: bold;
	color: #5bcfbe;
	margin-bottom: 10px
}

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

.search_sort ul li {
	float: left;
	box-sizing: border-box;
	width: 22%;
	font-size: 12px;
	margin-right: 4%;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	padding: 10px 0;
	background-color: #fff;
	cursor: pointer
}

.search_sort ul li:last-child {
	margin-right: 0
}

.sitemap--inner {
	padding: 10px 10px 20px;
	background: #fff;
	border-radius: 0 0 10px 10px
}

.sitemap--inner .subpage__title {
	margin: 0
}

.sitemap--inner>ul {
	padding: 0 10px
}

.sitemap--inner ul a,
.sitemap--inner ul p {
	display: block;
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_square.png) no-repeat 4px center;
	background-size: 10px 10px;
	border-bottom: 2px dotted #dadada;
	padding: 10px 0 10px 22px
}

.sitemap--inner>ul ul {
	padding: 0 0 0 30px
}

.sitemap--inner ul ul a {
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_border.png) no-repeat 4px center;
	background-size: 10px auto
}

.about--inner {
	padding: 10px 10px 20px;
	background: #fff;
	border-radius: 0 0 10px 10px
}

.about table {
	width: 100%
}

.about table th {
	width: 35%;
	border: 1px solid #b6b6b6;
	text-align: center;
	padding: 10px 0;
	background: #eee
}

.about table td {
	border: 1px solid #b6b6b6;
	padding: 10px
}

.legalnotice--inner {
	padding: 10px;
	background: #fff;
	border-radius: 0 0 10px 10px
}

.legalnotice--inner h2 {
	font-size: 14px;
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_square.png) no-repeat 4px center;
	background-size: 10px 10px;
	padding: 0 0 0 22px;
	margin: 0 0 5px
}

.legalnotice--inner p {
	margin: 0 0 10px
}

.salon--detail__header {
	overflow: hidden;
	position: relative
}

.salon--detail__header .salon__title {
	padding: 10px 0 10px 24px
}

.salon--detail__header .salon__value {
	width: 80px;
	position: absolute;
	top: 0;
	right: 0
}

.salon--detail__header .salon__value__title {
	float: none;
	width: 55px;
	padding: 0;
	font-size: 10px;
	margin: 0 auto
}

.salon--detail__header .salon__value__star {
	padding: 0;
	text-align: center
}

.salon--detail__header .salon__value__star span {
	display: inline-block;
	width: 15px
}

.salon--detail__section {
	margin: 0 0 10px;
	border-bottom: 1px solid #dadada
}

.salon--detail__section .salon__link__official {
	float: none;
	width: 250px;
	margin: 0 auto
}

.salon--detail__section .salon__link__official a:after {
	right: 50%;
	margin-right: -90px
}

.salon--detail__section .section__title {
	font-size: 16px;
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_triangle_green.png) no-repeat left center;
	background-size: 4.5px auto;
	padding: 0 0 0 10px;
	margin: 0 0 10px
}

.salon--detail__about h3 {
	font-size: 15px;
	font-weight: bold;
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_square.png) no-repeat 0 center;
	background-size: 10px 10px;
	padding: 0 0 0 22px;
	margin: 0 0 5px
}

.salon--detail__about__image {
	padding: 0 0 10px
}

.salon--detail__about__text {
	padding: 0 6px 10px
}

.salon--detail__about__text span {
	background: #fbff00;
	padding: 1px 1px;
	color: #000
}

.salon--detail__review .salon__value {
	width: 220px;
	margin: 0 auto
}

.salon--detail__review table {
	width: 100%;
	margin: 0 0 10px
}

.salon--detail__review th,
.salon--detail__review td {
	border: 1px solid #b6dcdc;
	text-align: center;
	padding: 4px 0
}

.salon--detail__review th {
	width: 13%;
	font-size: 11px;
	background: #eaf6f6
}

.salon--detail__review td {
	width: 35%
}

.salon--detail__review td .salon__value__star {
	padding: 0
}

.salon--detail__review td .salon__value__star span {
	width: 14px;
	font-size: 10px
}

.salon--detail__review td .salon__value__star .point {
	width: 24px;
	font-size: 10px
}

.salon--detail__review__item {
	background: #eaf6f6 url(../../../../wp-content/themes/hikakunavi2/css/../images/detail/review.png) no-repeat 14px 14px;
	background-size: 35px auto;
	border-radius: 5px;
	padding: 14px;
	margin: 0 0 10px
}

.salon--detail__review__item__title {
	padding: 0 0 0 43px;
	font-size: 14px;
	font-weight: bold;
	color: #000
}

.salon--detail__review__item__age {
	padding: 0 0 0 43px;
	font-size: 11px
}

.salon--detail__review__item__text {
	padding: 10px 0
}

.salon--detail__review__more {
	padding: 0 0 10px
}

.salon--detail__review__more a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 13px;
	padding: 8px 0;
	width: 150px;
	background: #848484 url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_more.png) no-repeat 28px center;
	background-size: 11.5px auto;
	margin: 0 auto
}

.salon--detail__store {
	border-bottom: 1px solid #b6b6b6
}

.salon--detail__store__title {
	background: #eee;
	padding: 10px 15px;
	border: 1px solid #b6b6b6;
	border-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	display: block
}

.salon--detail__store__title:after {
	content: "＋";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	color: #58ceb9
}

.salon--detail__store__title.is--open:after {
	content: "ー"
}

.salon--detail__store__list {
	border: 1px solid #b6b6b6;
	border-bottom: 0;
	display: none
}

.salon--detail__store__list ul {
	padding: 10px 18px 0
}

.salon--detail__store__list ul li {
	padding: 0 0 10px 16px;
	background: url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_square.png) no-repeat left 4px;
	background-size: 10px 10px;
	line-height: 2.2em
}

.salon--detail__store__list ul li span {
	font-weight: bold
}

.salon--detail__store__list ul li a {
	border: #2dab94 1px solid;
	border-radius: 4px;
	padding: 2px 5px;
	font-size: 12px;
	color: #41bba5;
	margin: 0 6px;
	vertical-align: 1px
}

.salon--detail__store__list ul li a:before {
	content: '店舗ページへ'
}

.ranking-list .ranking {
	display: none
}

.ranking-list #ranking0,
.ranking-list #ranking1,
.ranking-list #ranking2,
.ranking-list #ranking3,
.ranking-list #ranking4,
.ranking-list #ranking5 {
	display: block
}

.ranking-list.active .ranking {
	display: block
}

.ranking-list .footer {
	text-align: center
}

.ranking-list .footer .button {
	display: inline-block;
	border-radius: 4px
}

.ranking-list .footer .button a {
	color: #FFF;
	line-height: 60px;
	padding: 0 60px 0 40px;
	font-size: 19px;
	border-radius: 4px;
	font-weight: bold;
	background: #848484 url(../../../../wp-content/themes/hikakunavi2/css/../images/common/icon_arrow_w_down.png) no-repeat 240px center;
	text-align: center;
	display: block;
	cursor: pointer;
	background-size: 10px auto
}

.ranking-list.active .footer {
	display: none
}

.search-form {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-top: 1px solid #4ea99c
}

.search-form li {
	background: #FFF;
	border: 1px solid #4ea99c;
	border-top: 0
}

.search-form dt {
	padding: 10px 10px;
	margin: 0;
	position: relative;
	background: #74cccc;
	color: #fff;
	font-weight: bold
}

.search-form dt:after {
	content: "＋";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	color: #fff
}

.search-form dt.active:after {
	content: "ー"
}

.search-form dd {
	padding: 10px;
	display: none
}

.search-form li {
	overflow: hidden
}

.search-form li .search__form__box {
	float: left;
	width: 50%;
	box-sizing: border-box
}

.search-form li .search__form__box:first-child {
	border-right: 1px solid #4ea99c
}

.search-form .search__form__select {
	width: 100%
}

.search-form .search__form__select {
	padding-bottom: 0
}

.search-form .search__form__select select {
	width: 100%;
	font-size: 13px
}

.search-form li>div {
	padding: 5px;
	box-sizing: border-box
}

.search-form .search__form__text {
	width: 55%;
	padding-right: 0;
	float: left
}

.search-form .submit {
	width: 45%;
	float: right
}

.search-form .search__form__text input {
	width: 100%;
	box-sizing: border-box
}

.search-form .search__form__submit {
	margin: 0;
	width: 100%
}

.search__form__text input {
	line-height: 22px
}

#page-index .ranking__bord--inner {
	border-radius: 0
}

#page-index .ranking__bord--content {
	border-radius: 0
}

#page-index .ranking__bord__title h2 {
	padding: 0;
	margin: 0
}

#page-index .ranking__bord__title:before,
#page-index .ranking__bord__title:after {
	display: none
}

.search__form__text input {
	line-height: 22px;
	font-size: 14px;
	padding: 7px 5px
}

.search__form__submit input {
	padding: 7px 0
}

.search__form__submit img {
	padding: 7px 0
}

.search__salon .search__location {
	margin: 20px 0
}

.search__salon .search__location .search--inner {
	padding: 0
}

.reviews {
	margin-top: 10px
}

.salon--detail__review__item.review2 {
	display: none
}

.ranking-list #ranking0 .salon--detail__review__item {
	background-color: #FFF
}

.ranking-list #ranking0 .salon--detail__review__item.review2 {
	display: block
}

.search__salon .salon__campaign {
	margin-bottom: 20px
}

.ranking-board {
	padding: 50px 70px 30px;
	text-align: center;
	position: relative
}

.ranking-board:before,
.ranking-board:after {
	content: "";
	display: block;
	width: 43px;
	height: 43px;
	background: url(//datsumou-salon-hikakunavi.net/wp../../../../wp-content/themes/hikakunavi/css/../images/common/bg_ranking_l.png) no-repeat left top;
	background-size: cover;
	position: absolute;
	top: 4px;
	left: 0
}

.ranking-board:after {
	background-image: url(//datsumou-salon-hikakunavi.net/wp../../../../wp-content/themes/hikakunavi/css/../images/common/bg_ranking_r.png);
	left: auto;
	right: 0
}

.ranking-board li {
	display: inline-block;
	margin: auto;
	width: auto;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #EEE
}

.ranking-board li>div {
	display: flex;
	align-items: center
}

.ranking-board li .rank {
	width: 60px
}

.ranking-board li .image {
	width: 300px;
	text-align: center;
	flex: 1
}

.ranking-board li .image a {
	display: block;
	margin-bottom: 5px
}

.ranking-board li .star {
	display: block
}

.ranking-board li .star span {
	width: 34px;
	display: inline-block
}

.ranking-board li.rank0 {
	background: #fffaeb;
	box-shadow: inset 0 0 0 1px #fbc61c, 0px 0 0 1px #fffaeb, 0px 0 0 2px #fbc61c, inset 0 0 8px 0 #fbc61c, 0px 1px 3px rgba(0, 0, 0, 0.4);
	__border-radius: 4px;
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-bottom: 10px
}

.ranking-board li.rank0 .rank {
	width: 78px;
	margin-right: 10px
}

.ranking-board li.rank0 .image {
	width: 350px
}

.ranking-board li.rank1 {
	margin-bottom: 5px;
	padding-top: 0
}

.ranking-board li.rank1 .star {
	margin-top: -10px
}

.ranking-board li.rank1 .rank {
	align-items: center
}

.ranking-board li.rank2,
.ranking-board li.rank3 {
	width: 49%;
	box-sizing: border-box
}

.ranking-board li.rank0 .rank {
	margin-top: -20px
}

.ranking-board li.rank1 .rank {
	margin-top: -10px
}

.ranking-board li.rank2 .rank,
.ranking-board li.rank3 .rank {
	width: 30px;
	margin-top: -20px
}

.rakuten-research {
	display: none !important
}

.ranking-board li.rank0 .rakuten-research {
	display: block !important;
	width: 80px;
	position: absolute;
	right: -10px;
	top: -20px
}

.shijiritsu {
	margin: 0 0 0 4px;
	float: right;
	font-size: 11px;
	line-height: 2em
}

.ranking-board li.rank2 .star .shijiritsu,
.ranking-board li.rank3 .star .shijiritsu {
	margin-top: 4px
}

.shijiritsupc {
	margin: 4px 0 0 4px;
	float: left;
	font-size: 11px;
	line-height: 2em
}

.wrapper_ginzacalla .salon-hikaku {
	display: none !important
}

.salon-hikaku {
	background: #FFF;
	padding: 20px;
	border-radius: 10px
}

.salon-hikaku .table {
	width: 100%;
	border: 2px solid #73d5c7
}

.tsImgArea {
	line-height: 1
}

.tsImg {
	display: inline-block;
	width: 8px;
	height: 6px;
	background: #eee;
	border: 1px solid #777;
	margin: 1px 3px;
	padding: 3px;
	cursor: pointer
}

.tsImg:hover {
	background: #ffdaf3
}

.tsImg path {
	fill: #888
}

.ChangeElem_Panel {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 10px;
	background: #FFF;
	margin-bottom: 0
}

.ChangeElem_Panel th {
	text-align: center;
	font-weight: bold;
	padding: 6px 0;
	border: 1px #b6b6b6 solid;
	background: #eee;
	width: 20%;
	font-size: 10px;
	word-break: break-all
}

.ChangeElem_Panel td {
	text-align: center;
	padding: 6px 0;
	border: 1px #b6b6b6 solid;
	width: 20%;
	font-size: 10px;
	word-break: break-all
}

.ChangeElem_Panel {
	display: none
}

.ChangeElem_Btn_Content {
	overflow: hidden;
	__border-bottom: 3px solid #73d5c7
}

.ChangeElem_Btn_Content li {
	width: 20%;
	float: left
}

.ChangeElem_Btn {
	margin: 0 1px;
	display: block;
	background: #a3e8de;
	border: 0;
	padding: 15px 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 10px
}

.ChangeElem_Btn.is-active {
	background: #73d5c7;
	color: #FFF
}

a.hikaku_btn {
	padding: 6px;
	background-color: #f76b75;
	color: #fff;
	border-radius: 4px
}

.hikaku_logo {
	margin-bottom: 4px
}

.hikaku_star {
	margin-top: 0;
	width: 100%
}

.hikaku_star img {
	float: left;
	width: 19%;
	margin-right: 1%
}

.min {
	font-family: "A-OTF A1明朝 Std";
	font-weight: bold
}

h2.chapter_title {
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	color: #004e1e;
	border-bottom: 2px solid #004e1e;
	margin: 20px auto;
	width: 95%;
}

@media (max-width: 760px) {
	h2.chapter_title {
		width: 100%;
	}
}

header .menu__sub .menu__sub__text input.menu__sub__text--input {
	background: url(../../../../wp-content/uploads/2018/06/icon_roupe.png) no-repeat 3% center, #fff
}

.side_navi_area {
	width: 300px;
	margin-left: 20px;
	float: right
}

.side_navi_area dl {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	box-shadow: 0px 5px 9px 5px rgba(0, 0, 0, 0.05);
}

.side_navi_area dl.side_item {
	font-size: 18px;
}

.side_navi_area dl dt {
	text-align: center;
	color: #fff;
	font-size: 21px;
	background: #004e1e;
	line-height: 1.2;
	padding: 0.6em 0;
}

.side_navi_area dl dd {
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd
}

#side-tyousa>dt {
	text-align: center;
	color: #787878;
	font-size: 16px;
	background: #f6f5f4;
	border: 1px solid #ddd;
	border-bottom: none;
	padding-top: 20px;
}

#side-tyousa>dd {
	text-align: left;
	color: #787878;
	background: #f6f5f4;
	padding: 4px 10px;
	font-size: 13px;
}

.side_navi_area dl dd:last-child a {
	border-bottom: 0
}

.side_navi_area dl dd a {
	color: #2d4260;
	padding: .5em 0;
	display: block;
	box-sizing: border-box;
	border-bottom: 1px dashed #ddd;
	margin: 0 .7em
}

.side_navi_area dl.side_item dd a img {
	border: 1px solid #ddd;
	margin-right: 10px;
	vertical-align: middle;
	width: 20%;
}

.side_navi_area dl.side_column dd a {
	display: table
}

.side_navi_area dl.side_column dd a span {
	display: table-cell;
	vertical-align: middle;
	width: 204px;
	padding-left: 1em;
	line-height: 1.6;
}

.side_navi_area dl.side_column dd a img {
	border: 1px solid #ddd;
	margin-right: 10px;
	width: 92%;
}

footer {
	background: #004e1e;
	padding: 10px
}

.footer__logo {
	width: inherit;
	padding: 0 0 20px
}

.footer__logo img {
	width: 227px
}

.footer__link {
	text-align: center;
	padding: 0 0 10px
}

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

.footer__link li {
	display: inline-block;
	padding: 0 9px
}

.footer__link li:last-child {
	border-left: 1px solid #fff
}

.footer_link_area {
	display: flex;
	width: 90%;
	margin: 0 auto
}

.footer_link_area dl,
.footer_link_area dl a {
	color: #fff
}

.footer_link_area dl:nth-of-type(1) {
	width: 20%
}

.footer_link_area dl:nth-of-type(2) {
	margin: 0 10%
}

.footer_link_area dl dt {
	font-weight: bold;
	margin-bottom: 5px
}

.footer_link_area dl dt:before {
	content: "■";
	margin-left: .5em
}

.footer_link_area dl dd {
	margin-left: .5em;
	padding-left: 1em;
	margin-bottom: 5px
}

.footer_link_area dl dd a:before {
	content: "-"
}

p.address {
	text-align: center;
	background: #004e1e;
	padding-top: 10px;
	color: #fff
}

.footer__copyright {
	text-align: center;
	color: #fff;
	background: #004e1e;
	color: #fff;
	padding-top: 10px
}

.go__top {
	display: none;
	width: 47.5px;
	position: fixed;
	bottom: 10px;
	right: 10px
}

.mv__main img {
	border: 1px solid #ddd
}

.hello-world .mv__main img {
	border: 0
}

/* .profile_area {
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	display: flex;
	padding: 5px 16px
} */

/* .profile_area .photo_area {
	width: 12%;
	margin-right: 4%
} */

.profile_area .text_area {
	width: 84%
}

.profile_area .text_area h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid #494ea1;
	color: #494ea1;
	font-size: 18px;
	font-weight: bold
}

.profile_area .text_area h3:before {
	content: "■";
	margin-right: .3em
}

.point3_area {
	background: #fff;
	border: 1px solid #ddd;
	margin: 40px auto;
	width: 95%;
}

.chapter_title h2{
	padding: 3%;
	margin: 0 0 10px
}


.point3_area h2 {
	padding: 3%;
	margin: 0 0 10px
}

.point3_area h2 span {
	color: #ffe787;
}

.point3_area ul li {
	font-size: 18px;
	font-weight: bold;
	padding: 1em 0 1em 150px;
	width: 94%;
	margin: 0 auto;
	box-sizing: border-box
}

.point3_area ul li span {
	font-size: 24px;
	color: #d85a97
}

.point3_area ul li:nth-of-type(1) {
	background: url(../../../../wp-content/uploads/2018/06/point1.png)30px center no-repeat;
	background-size: 80px
}

.point3_area ul li:nth-of-type(2) {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	background: url(../../../../wp-content/uploads/2018/06/point2.png)30px center no-repeat;
	background-size: 80px
}

.point3_area ul li:nth-of-type(3) {
	background: url(../../../../wp-content/uploads/2018/06/point3.png)30px center no-repeat;
	border-bottom: 2px solid #ddd;
	background-size: 80px
}

.point3_area ul li:nth-of-type(4) {
	background: url(../../../../wp-content/uploads/2018/06/point4.png)30px center no-repeat;
	border-bottom: 2px solid #ddd;
	background-size: 80px
}

.point3_area ul li:nth-of-type(5) {
	background: url(../../../../wp-content/uploads/2018/06/point5.png)30px center no-repeat;
	background-size: 80px
}

.top3_area {
	background: #fff;
	margin-bottom: 30px;
	padding-bottom: 30px;

}

.top3_area h2 span {
	color: #ffe787
}

.top3_area .top3_inner {
	padding: 2%
}

.top3_area ul li {
	display: flex;
	padding-bottom: 30px;
	position: relative;
    align-items: flex-end;
	border-bottom: solid 1px #ededed;
}

.top3_area ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0
}

.top3_area ul li figure.ribbon {
	top: -.3em;
	left: -25px;
	position: absolute;
	margin: 0;
	z-index: 9999
}

.top3_area ul li .photo_area {
	width: 294px;
	position: relative
}

.top3_area ul li .photo_area figure {
	margin: 0
}

.top3_area ul li .photo_area figure img {
	border: 1px solid #ddd;
	box-sizing:border-box;
}

.top3_area ul li .photo_area p.score_text {
	position: absolute;
	bottom: .2em;
	right: .5em;
	font-size: 18px;
	text-shadow: 1px 0 0 rgba(255, 255, 255, 1), 1px 1px 0 rgba(255, 255, 255, 1), 0px 1px 0 rgba(255, 255, 255, 1), -1px 1px 0 rgba(255, 255, 255, 1), -1px 0 0 rgba(255, 255, 255, 1), -1px -1px 0 rgba(255, 255, 255, 1), 0px -1px 0 rgba(255, 255, 255, 1), 1px -1px 0 rgba(255, 255, 255, 1);
	font-weight: bold;
	color: #464b9a
}

.top3_area ul li .photo_area p.score_text span {
	font-size: 24px
}

.top3_area ul li .text_area {
	width: 350px;
	margin-left: 20px;
	position: relative
}

.top3_area ul li .text_area figure {
	margin: 0;
	position: absolute
}

.top3_area ul li .text_area figure.score {
	left: 0;
	width: 120px
}

.top3_area ul li .text_area h3 {
	font-size: 48px;
	color: #3c2810;
}

.top3_area ul li .btn_area {
	width: 250px;
	bottom: 0;
	right: 0;
	padding-bottom: 15px;
	padding-right: 10px;
}

.top3_area ul li .btn_area a {
	font-size: 18px;
	display: block;
	padding: .2em 1em;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	background: url(../../../../wp-content/uploads/2018/06/icon_tri.png) 95% center no-repeat, #f4872f;
	background-size: 19px;
	box-shadow: 0 5px #f8b782
}

.rank_area {
	width: 13%;
	padding-left: 10px;
}
@media (max-width: 670px) {
	.rank_area {
		width: 40%;
	}
	.rank2 .rank_area, .rank3 .rank_area {
		width: 35%;
		margin-top: 5%;
	}
}


.breadcrumb h3{
	font-size: 21px;
	font-weight: bold;
	padding: 0em 0.4em;
	border-left: solid 3px #004e1e;
	margin: 1% 0;
}

.item_area .rank_non,
.item_detail_title {
	background: #28704c;
	color: #fff;
	font-size: 28px;
	padding: .2em 0;
	background: #28704c;
	background-size: 50px;
	position: relative;
	padding-left: .7em;
}


.item_area h3.no01,
.crown1 {
	/*background: url(../../../../wp-content/uploads/2018/06/item_rank1.png) 1% center no-repeat, #494ea1;
	background-size: 52px;
	padding-left: 2.5em;*/
}

/*.item_area h3.no02, .crown2 {
	background: url(../../../../wp-content/uploads/2018/06/item_rank2.png) 1% center no-repeat, #494ea1;
	background-size: 52px
}
.item_area h3.no03, .crown3 {
	background: url(../../../../wp-content/uploads/2018/06/item_rank3.png) 1% center no-repeat, #494ea1;
	background-size: 52px
}
.item_area h3.no04, .crown4 {
	background: url(../../../../wp-content/uploads/2018/06/item_rank4.png) 1% center no-repeat, #494ea1;
	background-size: 48px
}
.item_area h3.no05, .crown5 {
	background: url(../../../../wp-content/uploads/2018/06/item_rank5.png) 1% center no-repeat, #494ea1;
	background-size: 48px
}
.item_area h3.no06, .crown6 {
	background: url(../../../../wp-content/uploads/2018/06/item_rank6.png) 1% center no-repeat, #494ea1;
	background-size: 48px
}
.item_area h3.no07, .crown7 {
	background: url(../../../../wp-content/uploads/2018/06/item_rank7.png) 1% center no-repeat, #494ea1;
	background-size: 48px
}*/
.item_area h3 span {
	position: absolute;
	top: 3px;
	left: 4px
}

.item_area h3.no01 span img {
	width: 60px
}

.item_area figure {
	margin: 0
}


.detail_area_wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px
}

.item_area .text_area,
.detail_area_wrapper .text_area {
	width: 335px;
	margin-right: 10px;
	box-sizing: border-box
}

.item_area .text_area p.rank {
	color: #2d4260;
	font-size: 26px;
	margin-bottom: 0
}

.item_area .text_area p.rank:before {
	margin-right: .3em
}

.item_area .text_area p.item_name {
	font-size: 36px;
	color: #2d4260;
	margin-bottom: 20px
}

.item_area .text_area figure,
.detail_area_wrapper .text_area figure {
	margin-bottom: 20px
}

.item_area .text_area figure img,
.detail_area_wrapper .text_area figure img {
	box-sizing: border-box
}

.item_area .photo_area,
.detail_area_wrapper .photo_area {
	width: 325px;
	box-sizing: border-box
}

.item_area .photo_area img,
.detail_area_wrapper .photo_area img {
	border: 1px solid #ddd;
	box-sizing: border-box
}

.item_area .osusume_area h4,
.detail_page_out_box .osusume_area h4 {
	background: inherit;
	margin-bottom: 10px;
}

.item_kutikomi_area03 h4 {
	margin-top: 20px;
}

.item_area .osusume_area ul li,
.detail_page_out_box .osusume_area ul li {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
	position: relative;
}

.hello-world .item_area .osusume_area {
	margin-bottom: 10px
}

.item_area .text_box {
	margin-bottom: 20px;
	margin-top: 20px;
}

.item_area .text_box p {
	margin-bottom: 10px;
}

.text_box p {
	padding: 0 1%;
}

.item_area .item_kutikomi_area {
	margin-bottom: 30px;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.3);

}

.item_area .item_kutikomi_area ul li {
	border-radius: 10px;
	padding: 1em 2% 1em 100px;
	margin-bottom: 20px;
	min-height: 40px
}

.item_area .item_kutikomi_area ul li.type_m {
	background: url("../../../../wp-content/uploads/2018/06/icon_good_m.png") 2% center no-repeat, #ecefff;
	background-size: 60px
}

.item_area .item_kutikomi_area ul li.type_f {
	background: url("../../../../wp-content/uploads/2018/06/icon_good_f.png") 2% center no-repeat, #ffecf9;
	background-size: 60px
}

.item_area ul.item_btn_area {
	display: flex;
	width: 600px;
	margin: 30px auto
}

.item_area ul.item_btn_area li {
	width: 300px
}

.item_area ul.item_btn_area li:nth-of-type(1) {
	margin-right: 20px
}

.item_area ul.item_btn_area li a {
	display: block;
	padding: 13px 0;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-size: 21px;
	background: url(../../../../wp-content/uploads/2018/06/icon_tri.png) 95% center no-repeat, #004e1e;
	background-size: 19px;
	box-shadow: 0 5px #a3bdad;
}

.item_area ul.item_btn_area li:nth-of-type(2) a {
	background: url(../../../../wp-content/uploads/2018/06/icon_tri.png) 95% center no-repeat, #fe961b;
	background-size: 19px;
	box-shadow: 0 5px #f8b782;
}


.item_under_rank_btn {
	width: 280px;
	margin: 0 auto
}

.item_under_rank_btn a {
	display: block;
	font-size: 21px;
	padding: .3em 0;
	color: #fff;
	background: #838383;
	border-radius: 5px;
	text-align: center;
	background: url(../../../../wp-content/uploads/2018/06/icon_plus.png) 95% center no-repeat, #253a57;
	background-size: 19px;
	box-shadow: 0 5px #1a2a3f;
}

.item_under_rank_btn a img {
	vertical-align: middle;
	margin-left: .3em;
	margin-top: -5px
}

.detail_article_area {
margin-top: 10px;
margin-bottom: 30px
}

.detail_article_area:last-child {
margin-bottom: 0
}

.detail_article_area figure {
margin-bottom: 30px
}

.detail_article_area p {
	margin-bottom: 5px;
	line-height: 1.5;
}

.detail_article_area p span.mark {
	background: linear-gradient(transparent 60%, #ff0 0);
	font-weight: bold
}

.detail_article_area figure {
	margin: 30px 0;
}

.detail-kumo .detail_article_area .little_wrap {
	margin-bottom: 20px
}

.detail-kumo .detail_article_area .little_wrap .photo_area {
	float: right;
	margin-left: 20px
}

.detail-kumo .detail_article_area .little_wrap .test_area {
	clear: both
}

figure.column_mv {
	margin: 0 0 20px
}

h2.column_title {
	background: #28704c;
	color: #fff;
	padding-left: 1em;
	font-size: 28px
}

.item_data_area {
	/* width: 95%; */
	display: flex;
	padding: 0 2%;
	font-size: 15px;
}

.item_data_area dl {
	border: 1px solid #aaa;
	border-right: 0;
	box-sizing: border-box
}

.item_data_area dl:nth-of-type(1),
.item_data_area dl:nth-of-type(2),
.item_data_area dl:nth-of-type(3) {
	width: 26%
}

.item_data_area dl:nth-of-type(4),
.item_data_area dl:nth-of-type(5) {
	width: 11%
}

.item_data_area dl:nth-of-type(5) {
	border-right: 1px solid #aaa
}

.item_data_area dl dt {
	text-align: center;
	border-bottom: 1px solid #aaa;
	background: #f5f5f5;
	box-sizing: border-box;
	padding: .5em;
	font-weight: bold;
	color: #28704c;
}

.item_data_area dl dd {
	text-align: center;
	box-sizing: border-box;
	padding: 1em .5em
}

.item_data_area table {
	border: 1px solid #aaa;
	border-right: 0;
	width: 100%
}

.item_data_area table th {
	text-align: center;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #dedede;
	width: 20%;
	box-sizing: border-box;
	padding: .5em;
	font-weight: bold;
	color: #2d4260
}

.item_data_area table td {
	text-align: center;
	border-right: 1px solid #aaa;
	width: 20%;
	box-sizing: border-box;
	padding: 1em .5em
}

.detail_page_out_box {
	background-color: #e8f2e5;
	box-sizing: border-box
}

.detail_page_out_box .detail_area_wrapper figure {
	margin: 0
}

.detail_page_out_box .intro h3 {
	font-size: 28px;
	color: #2d4260;
	margin-bottom: 10px
}

.detail_page_out_box .mv {
	padding-bottom: 0
}

.detail_page_out_box .mv img {
	border: 1px solid #ddd
}

.detail_page_out_box .detail_area_wrapper .text_area figure {
	margin-bottom: 0
}

.intro {
	margin-bottom: 30px
}

.intro .osusume_area {
	padding: 0
}

.intro .intro_wrapper {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 30px;
	border-bottom: 1px solid #aaa;
	padding-bottom: 20px
}

.intro .intro_wrapper .photo_area {
	width: 340px;
	box-sizing: border-box
}

.intro .intro_wrapper .photo_area figure {
	margin: 0
}

.intro .intro_wrapper .text_area {
	width: 300px;
	margin-right: 24px
}

.intro .intro_wrapper .text_area dl dt {
	margin-bottom: 30px
}

.intro .intro_wrapper .text_area dl dd {
	font-size: 18px;
	color: #2d4260;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
	padding-left: 1em
}

.intro .intro_wrapper .text_area dl dd:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0
}

.detail_page_out_box .item_kutikomi_area {
	margin-bottom: 30px;
	border-bottom: 1px solid #aaa;
	padding-bottom: 20px
}

.detail_page_out_box .item_kutikomi_area h3 {
	margin-bottom: 20px;
	font-size: 24px
}

.detail_page_out_box .item_kutikomi_area h3 img {
	vertical-align: middle;
	margin-right: .5em
}

.detail_page_out_box .item_kutikomi_area h4 {
	margin-bottom: 10px;
	font-weight: bold
}

.detail_page_out_box .item_kutikomi_area ul li {
	border-radius: 10px;
	padding: 1em 2% 1em 100px;
	margin-bottom: 20px;
	min-height: 40px
}

.detail_page_out_box .item_kutikomi_area ul li.type_m {
	background: url("../../../../wp-content/uploads/2018/06/icon_good_m.png") 2% center no-repeat, #ecefff;
	background-size: 60px
}

.detail_page_out_box .item_kutikomi_area ul li.type_f {
	background: url("../../../../wp-content/uploads/2018/06/icon_good_f.png") 2% center no-repeat, #ffecf9;
	background-size: 60px
}

.detail_page_out_box .item_kutikomi_area h4 img {
	width: 30px;
	margin-right: .5em;
	vertical-align: middle
}

.detail_page_out_box .item_kutikomi_area h4.normal,
.detail_page_out_box .item_kutikomi_area h4.bad {
	margin-top: 20px
}

.detail_page_out_box .item_kutikomi_area ul.normal li.type_m {
	background: url("../../../../wp-content/uploads/2018/06/icon_normal_m.png") 2% center no-repeat, #ecedf3;
	background-size: 60px
}

.detail_page_out_box .item_kutikomi_area ul.normal li.type_f {
	background: url("../../../../wp-content/uploads/2018/06/icon_normal_f.png") 2% center no-repeat, #f3ecef;
	background-size: 60px
}

.detail_page_out_box .item_kutikomi_area ul.bad li.type_m {
	background: url("../../../../wp-content/uploads/2018/06/icon_bad_m.png") 2% center no-repeat, #dedede;
	background-size: 60px
}

.detail_page_out_box .item_kutikomi_area ul.bad li.type_f {
	background: url("../../../../wp-content/uploads/2018/06/icon_bad_f.png") 2% center no-repeat, #e2dddd;
	background-size: 60px
}

.detail_page_out_box .item_data_area {
	padding: 0
}

.btn_go_official {
	width: 60%;
	margin: 30px auto
}

.btn_go_official a {
	font-size: 27px;
	display: block;
	padding: .5em 1em;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	background: url(../../../../wp-content/uploads/2018/06/icon_tri.png) 95% center no-repeat, #f4872f;
	background-size: 19px;
	box-shadow: 0 5px #f8b782
}

.detail_page_out_box .item_under_rank_btn a {
	display: block;
	font-size: 24px;
	padding: .3em 0;
	color: #fff;
	background: #838383;
	border-radius: 5px;
	text-align: center;
	background: url(../../../../wp-content/uploads/2018/06/icon_plus.png) 95% center no-repeat, #d85a97;
	background-size: 19px;
	box-shadow: 0 5px #f5a7cd
}

.search {
	margin-bottom: 30px
}

.search h2 {
	margin: 0;
	text-align: left;
	background: #356e4d;
	color: #fff;
	font-size: 28px;
	padding-left: 1em
}

.search--inner {
	border-radius: 0;
	border: 1px solid #ddd
}

.search--inner .search__form {
	padding: 0
}

.search--inner .search-form {
	border-top: 1px solid #ddd
}

.search--inner .search-form li {
	border: 1px solid #ddd
}

.search--inner .search-form dt {
	background: #efecec;
	color: #454545
}

.search--inner .search-form dt:after {
	color: #454545
}

.search--inner .search-form {
	border-top: 1px solid #ddd
}

.search--inner .search__form__submit {
	border: 0
}

.search--inner .search-form .submit {
	float: none;
	margin: 10px auto
}

.search--inner .search__form__submit span {
	width: 100%;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	padding: .2em 0;
	margin: 0;
	font-size: 21px;
	background: url(../../../../wp-content/uploads/2018/06/icon_tri.png) 95% center no-repeat, #004e1e;
	background-size: 19px;
	box-shadow: 0 5px #003b17;
	border: 0;
	cursor: pointer;
	display: block
}

.search--inner .search__form__submit span:hover {
	background: url(../../../../wp-content/uploads/2018/06/icon_tri.png) 95% center no-repeat, #1e6138;
	background-size: 19px;
	box-shadow: 0 5px #0f552a;
}

.search--inner .search__form__submit img {
	width: 100%;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	padding: .2em 0;
	margin: 0;
	font-size: 21px;
	background: url(../../../../wp-content/uploads/2018/06/icon_tri.png) 95% center no-repeat, #d85a97;
	background-size: 19px;
	box-shadow: 0 5px #f5a7cd;
	border: 0;
	cursor: pointer
}

.search--inner .search__form__submit img:hover {
	background: url(../../../../wp-content/uploads/2018/06/icon_tri.png) 95% center no-repeat, #d480a8;
	background-size: 19px;
	box-shadow: 0 5px #f3cfe0
}

.search__bord h3 {
	color: #004e1e;
	font-size: 18px;
	font-weight: bold
}

.search__bord .go_again_btn {
	width: 40%;
	margin: 10px auto 20px
}

.search__bord .go_again_btn a {
	width: 100%;
	display: block;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	padding: .2em 0;
	margin: 0;
	font-size: 21px;
	background: url(../../../../wp-content/uploads/2018/06/icon_tri.png) 95% center no-repeat, #fe9315;
	background-size: 19px;
	box-shadow: 0 5px #f58b12;
	border: 0;
	cursor: pointer
}

.search__bord .search__now table tr th {
	background: #efecec;
	font-size: inherit
}

.stlassh-2 .search__salon {
	border: 4px solid #d0c6aa;
	border-top: 0;
	background: #fff;
	padding-bottom: 30px;
	margin-bottom: 20px
}

.search__salon {
	margin-bottom: 50px;
	background: #fff;
	border: 1px solid #ddd;
	border-top: 0
}

.search__salon table {
	width: 96%;
	margin: 0 auto;
	border-bottom: 1px solid #ddd;
	background: #fff
}

.search__salon table th {
	text-align: center;
	padding: .5em;
	border: 1px solid #ddd;
	border-bottom: 0;
	background: #efecec;
	font-weight: bold
}

.search__salon table td {
	text-align: center;
	padding: .2em;
	border: 1px solid #ddd;
	border-bottom: 0
}

.search__salon table td span {
	display: block
}

.search__salon table td:last-child {
	width: 60px
}

.search__salon table td a.result_btn {
	display: block;
	width: 65%;
	margin: 0 auto
}

#search_area {
	background: #fff;
	border: 1px solid #ddd;
	padding: 2%
}

.search__form_again .search-form {
	border-top: 1px solid #ddd
}

.search__form_again .search-form li {
	border: 1px solid #ddd
}

.search__form_again .search-form dt {
	background: #efecec;
	color: #000
}

.search__form_again .search-form dt:after {
	color: #000
}

.search__form_again .search-form {
	border-top: 1px solid #ddd
}

.search__form_again .search__form__submit {
	border: 0
}

.search__form_again .search-form .submit {
	float: none;
	width: 245px;
	margin: 20px auto
}

.search__form_again .search__form__submit span {
	width: 100%;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	padding: .2em 0;
	margin: 0;
	font-size: 21px;
	background: url(../../../../wp-content/uploads/2018/06/icon_tri.png) 95% center no-repeat, #fe9315;
	background-size: 19px;
	box-shadow: 0 5px #f58b12;
	border: 0;
	cursor: pointer;
	display: block
}

.search__form_again .search__form__submit span:hover {
	background: url(../../../../wp-content/uploads/2018/06/icon_tri.png) 95% center no-repeat, #fe9315;
	background-size: 19px;
	box-shadow: 0 5px #f3cfe0
}

p.kumo_recomend {
	position: absolute;
	bottom: 5px;
	font-size: .9rem;
	color: #d85a97
}

.item_under_rank_area.item_kutikomi_area h4 {
	font-weight: bold;
	font-size: 1.1rem;
	color: #686868
}

.marker_y {
	background: linear-gradient(transparent 60%, #fff4b8 0);
	font-weight: bold;
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

@-webkit-keyframes bounce {

	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(0.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(0.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {

	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(0.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(0.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {

	from,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	from,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {

	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {

	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(0.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(0.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
	}
}

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes bounceIn {

	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, .3, .3);
		transform: scale3d(0.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(0.9, .9, .9);
		transform: scale3d(0.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(0.97, .97, .97);
		transform: scale3d(0.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {

	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, .3, .3);
		transform: scale3d(0.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(0.9, .9, .9);
		transform: scale3d(0.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(0.97, .97, .97);
		transform: scale3d(0.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInDown {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInLeft {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInRight {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, .9, .9);
		transform: scale3d(0.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, .3, .3);
		transform: scale3d(0.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, .9, .9);
		transform: scale3d(0.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, .3, .3);
		transform: scale3d(0.3, .3, .3)
	}
}

.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, .95, .95);
		transform: perspective(400px) scale3d(0.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, .95, .95);
		transform: perspective(400px) scale3d(0.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

@keyframes rollOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, .3, .3);
		transform: scale3d(0.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, .3, .3);
		transform: scale3d(0.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, .3, .3);
		transform: scale3d(0.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, .3, .3);
		transform: scale3d(0.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

img.wp-smiley,
img.emoji {
	display: inline !important;
	border: 0 !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -.1em !important;
	background: none !important;
	padding: 0 !important
}

.async-hide {
	opacity: 0 !important
}

.jisya {
	font-size: 0.7em;
	color: #ffffff;
}

.top3_area h2 span.jisya {
	font-size: 0.7em;
	color: #ffffff;
}

.paragraph_mt20 {
	margin-top: 20px;
}

.paragraph_fwb {
	font-weight: bold;
}

.osusume_area h7 {
	font-size: 1.4em;
	color: #2d4260;
	font-weight: bold;
	margin: 5px 0;
}

/*2020.0214*/
.osusume_area.mB20 {
	margin-bottom: 20px !important;
}

.item_area .text_box p.small {
	font-size: 0.8rem;
}


.pr_i {
	position: relative;
}

.ab_i {
	position: absolute;
	width: 16%;
	top: -1%;
}


.tokutyou .ttl {
	font-size: 1.3rem;
	color: #454545;
	font-weight: bold;
	margin-bottom: 1%;
}

.tokutyou p {
	margin-bottom: 2%;
	font-weight: bold;
	font-size: 16px;
}

.pc_dp_n {
	display: none;
}

@media only screen and (max-width: 768px) {
	.ab_i {
		position: absolute;
		width: 16%;
		top: -0.5%;
	}

	.pc_dp_n {
		display: block;
	}
}

.detail_flex {
	display: flex;
	justify-content: center;
}

.detail_flex p {
	width: 50%;
}

@media (max-width: 620px) {
	.detail_flex {
		display: block;
	}

	.detail_flex figure {
		text-align: center;
		margin-bottom: -1em;
	}

	.detail_flex p {
		width: unset;
	}

	.pc_dn {
		display: block;
	}

	.sp_dn {
		display: none;
	}

	.features_box {
		display: flex;
		flex-wrap: wrap;
	}

	.features h2 {
		position: relative;
		padding: 0 65px;
		text-align: center;
		color: #01037a;
		margin-bottom: 5px;
		margin-top: 10px
	}

	.features h2:before {
		position: absolute;
		top: calc(50% - 1px);
		left: 0;
		width: 100%;
		height: 2px;
		content: '';
		background: #01037a;
	}

	.features h2 span {
		position: relative;
		padding: 0 1em;
		background: #fff;
	}

	@media screen and (min-width:640px) {
		.red_features span {
			background: #e31010;
			padding: 8px 20px;
			color: #fff;
			border-radius: 50px;
			margin-right: 10px;
		}

		.ora_features span {
			background: #ffa800;
			padding: 8px 20px;
			color: #fff;
			border-radius: 50px;
			margin-right: 10px;
		}

		.pur_features span {
			background: #fb00ff;
			padding: 8px 20px;
			color: #fff;
			border-radius: 50px;
			margin-right: 10px;
		}

		h2.mokuji_title {
			margin: 0;
			background: #1a74c8;
			margin: 40px 0 0;
			text-align: center;
			color: #fff;
			padding: 10px;
		}

		.mokuzi_naiyou p {
			margin-left: 40px;
			padding-left: 15px;
			border-left: 5px solid #090b46;
			margin-bottom: 10px
		}

		img.btn {
			width: 50%;
			display: block;
			margin: auto;
		}

		img.btn2 {
			width: 80%;
			display: block;
			margin: auto;
		}

	}

	.btn_toptext {
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		color: #01037a;
		margin-bottom: 0;
		margin-top: 30px;
	}

	.insta h7 {
		margin-top: 30px;
		color: #fff;
		padding: 1rem 1rem;
		background-image: linear-gradient(to left, #FFDD83 0%, #F26939 20%, #CF2E92 40%, #4C64D3 100%);
	}

	.new {
		margin: -6px auto;
		color: red;
	}

	@media screen and (max-width:640px) {
		.new {
			font-size: 13px;
		}
	}
}

.mokuji,
.news_com {
	padding: 15px 20px;
	border: 2px solid #1a74c8;
}

@media screen and (max-width:640px) {
	h6 {
		position: relative;
		background: #ff9000;
		color: #fff;
		padding: 15px 10px 13px 75px;
		font-size: 19px;
		margin: 50px 0 0;
		line-height: 1.4;
	}

	h6:before {
		position: absolute;
		left: 10px;
		bottom: 10px;
		content: "";
		width: 3em;
		height: 3em;
		background: url(../img/point_icon.png) no-repeat;
		background-size: contain;
	}

	.news {
		position: relative;
		background: #e31010;
		color: #fff;
		padding: 15px 0 15px 45px;
		font-size: 19px;
		margin: 50px 0 0;
		line-height: 1.4;
		text-align: center;
	}

	.news:before {
		position: absolute;
		left: 8px;
		bottom: 9px;
		content: "";
		width: 3.5em;
		height: 2.5em;
		background: url(../img/news.png) no-repeat;
		background-size: contain;
	}

	.sliderArea {
		max-width: 100%;
		margin: 0 auto;
		margin-top: 40px;
		margin-bottom: 50px;

	}

	.sliderArea.w300 {
		max-width: 300px;
	}

}

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



h2.chapter_title_text {
	padding: 1% 1%;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	color: #fff;
	margin: 0px 0 20px 0;
	background: #28704c;
  }

/* コンサルタント監修 */
.profile_area {
	border: 1px solid #ddd;
	width: 95%;
	margin: 0 auto;
  }

  .photo_area {
	padding: 15px;
}
  
  .chapter_text {
	padding: 15px;
	line-height: 1.6;
  }
  .red {
	color: #de1c1c;
	font-weight: bold;
  }

  
  /* rankTable */
  .scloll_text {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #999999;
	margin-bottom: 5px;
  }
  
  .rankTable {
	width: 100%;
	max-width: 95%;
	overflow-x: auto;
	border: 2px solid #ddd;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 14px;
	position: relative;
	margin: 0 auto 15px;
  }

  @media (max-width: 670px) {
	.rankTable {
		max-width: 100%;
	}
  }
  
  .rankTable table {
	line-height: 1.2;
	font-size: 14px;
  }
  
  .rankTable th {
	position: sticky;
	left: 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #146b36;
	color: #fff;
	padding: 10px;
	letter-spacing: 1.3px;
  }
  
  .rankTable th:nth-of-type(1) {
	border-right: 1px solid #ddd;
  }
  
  .rankTable td {
	padding: 5px 21px 5px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	/* font-size: 13px; */
	letter-spacing: 1.3px;
  }

  .rankTable tr {
	border: 1px solid #ddd;
  }
  
  .rankTable tr:nth-of-type(1) td {
	background-color: #146b36;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
  }
  
  .rankTable tr:nth-of-type(2) td {
	background-color: #fffbe8;
	font-weight: bold;
  }
  
  .rankTable td:nth-of-type(11),
  .rankTable td:nth-of-type(12),
  .rankTable td:nth-of-type(13),
  .rankTable td:nth-of-type(14),
  .rankTable td:nth-of-type(15) {
	font-size: 19px;
  }
  /* .rankTable .table tr:nth-of-type(n+2) td:nth-of-type(5),
  .rankTable .table tr:nth-of-type(n+2) td:nth-of-type(6),
  .rankTable .table tr:nth-of-type(n+2) td:nth-of-type(7),
  .rankTable .table tr:nth-of-type(n+2) td:nth-of-type(8),
  .rankTable .table tr:nth-of-type(n+2) td:nth-of-type(9){
	border-width: 0 0px;
  } */
  
  .rankTable .table tr td:nth-of-type(10){
	border-right: 5px solid #ff0000;
  }
  .rankTable .table tr td:nth-of-type(4){
	border-right: 5px solid #ff0000;
  }

  .rankTable .table tr:first-of-type td:nth-of-type(5),
  .rankTable .table tr:first-of-type td:nth-of-type(6),
  .rankTable .table tr:first-of-type td:nth-of-type(7),
  .rankTable .table tr:first-of-type td:nth-of-type(8),
  .rankTable .table tr:first-of-type td:nth-of-type(9),
  .rankTable .table tr:first-of-type td:nth-of-type(10) {
	border-top: 5px solid red;
  }

  
  .rankTable .table tr:last-of-type td:nth-of-type(5),
  .rankTable .table tr:last-of-type td:nth-of-type(6),
  .rankTable .table tr:last-of-type td:nth-of-type(7),
  .rankTable .table tr:last-of-type td:nth-of-type(8),
  .rankTable .table tr:last-of-type td:nth-of-type(9),
  .rankTable .table tr:last-of-type td:nth-of-type(10) {
	border-bottom: 5px solid red;
  }


  .rankTable td:nth-of-type(2) a {
	display: block;
    font-weight: bold;
    border-radius: 7px;
    color: #fff;
    background-color: #f87b07;
    padding: 6px 13px;
    box-shadow: #b53900 0px 0.2em;
    font-size: 13px;
    line-height: 1.1;
  }
  
  /* 比較表注釈 */
  .min_text {
      display:block;
      padding:0 3%;
      margin-bottom:60px;
  }

  .t_l {
	font-size:14px;
	text-align:left;
	font-family:'sans-serif', sans-serif;
}

.min_t_r {
	display:block;
	margin-top:10px;
	margin: 10px 0 20px 0;
}

.t_r {
	font-size:14px;
	text-align:right;
	font-family:'sans-serif', sans-serif;
}

  
  .min_t_r_02 {
	display:block;
      padding:0 3%;
	  margin-bottom: 20px;
  }

  .t_r_02 {
	font-size:14px;
	text-align:right;
	font-family:'sans-serif', sans-serif;
	line-height: 1.3;
  }

  .min_t_r_03 {
	display:block;
	margin-bottom: 20px;
  }
  
  .text_red {
	color: #ff0000;
  }

  .t_r_03 {
	font-size:14px;
	text-align:right;
	font-family:'sans-serif', sans-serif;
  }

  .star_yellow {
	color: #ff9900;
	font-size: 11px;
  }

  /* 1位雲のやすらぎ */
  .item_area01  {
	border: 1px solid #ddd;
  }

  .icon_rankingu {
	width:23%;
	position: absolute;
	top: -35px;
	left: 15px;
	z-index: 10;
  }

  .icon_rankingu img {
	width: 100%;
  }

  /* .hello-world .item_area01 .osusume_area {
	margin-bottom:10px;
  }

  section.item_area01 h3.item_title01.no01.min {
	padding:2% 0% 2% 30%;
  }
  section.item_area01 h3.item_title01 {
	background-color: rgba(37, 58, 87, 1);
		background-image: repeating-linear-gradient(136deg, transparent, transparent 6px, rgba(46, 66, 94, 1) 6px, rgba(46, 66, 94, 1) 14px );
		padding: 2% 0% 2% 2%;
		background-size: auto auto;
		font-size: 43px;
		color: #fff;
  } */

  .item_area_text {
	font-size: 38px;
  }

  /* 2位エアウィーヴ */
  .icon_rankingu02 {
	width: 20%;
	position: absolute;
	top: -38px;
	left: 20px;
	z-index: 10;
  }

  .icon_rankingu02 img {
	width: 100%;
  }
  

  /* 口コミ */
  .item_kutikomi_area {
	margin: 20px 0 20px 25px;
	width: 89%;
	height: 330px;
	overflow-y: scroll;
  }

  .item_kutikomi_area02 {
	margin: 20px 25px 10px 25px;
	padding: 1px 2%;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  }

  .kutikomi_area_block {
	border-bottom: 1px solid #ddd;
  }
  .kutikomi_area_box {
	display: flex;
	align-items: center;
	margin-top: 10px;
  }
  
  .kutikomi_name {
	font-size: 20px;
	font-weight: bold;
  }
  
  .kutikomi_icon {
	width: 80px;
	height: 80px;
	margin: 10px 10px 10px 0px;
  }
  .kutikomi_icon img {
	width: 100%;
  }
  
  .kutikomi_text {
	margin-bottom: 10px;
  }
  

  /* 商品一覧 */

  /* 雲のやすらぎ */
  .item_kutikomi_area03 {
	margin: 20px 0px 10px 0px;
	padding: 1px 2%;
	height: 330px;
	overflow-y: scroll;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  }

  .detail_page_out_box .item_kutikomi_area03 h4 img {
	width: 30px;
	margin-right: .5em;
	vertical-align: middle
  }

  /* Instagram */
  .insta p {
	margin: 0 3%;
  }

  @media only screen and (max-width:768px){
	.photo_area {
		padding: 0;
	}

	/* 口コミ */
	.kutikomi_area_block {
		margin: 0 3% 0;
	}

	.item_kutikomi_area02 {
		margin: 10px 0 ;
	}
}

@media only screen and (max-width:768px) {
	.t_r_03 {
		font-size:12px;
	}
}


/*------20241119-----------*/
.item_area pr_i {
	background-color: #ecf2ea;
	padding: 3%;
}

.item_area01_bg {
	background-color: #e8f2e5;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.item_area02_bg {
	background-color: #f0f0f0;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.item_area03_bg {
	background-color: #f0f0f0;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.item_area04_bg {
	background-color: #f0f0f0;
	padding-bottom: 50px;
}

.item_area05_bg {
	background-color: #e8f2e5;
    padding-bottom: 50px;
}

.insta .sliderArea {
	margin-top: 0px;
}

.detail_flex .taiken_txt {
	padding: 3% 3% 0 3%;
}

.crownicon img {
 max-width: 4%;
 padding-bottom: 1%;
}
.item_area .osusume_area .taiken h4 {
	margin-bottom: 0px;
	margin-top: 20px;
}
.small {
	margin: 30px auto;
	padding: 3%;
}
.item_area_wrapper img {
	width: 94%;
    margin: 0 auto;
    text-align: center;
    padding: 3%;
}
.item_area .osusume_area {
	margin: 3%!important;
	padding: 3%!important;
	background: #fff;
}

.item_area .column_area {
	margin: 3%!important;
	padding: 3%!important;
	background: #fff;
}

@media (max-width: 677px) {
	.content_ttl {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}

	.item_area01_bg,.item_area02_bg, .item_area03_bg, .item_area04_bg,.item_area05_bg {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		padding-bottom: 30px;
	}

	.crownicon img {
		max-width: 8%;
	   }
	   
}

.content_ttl {
    box-shadow: none !important;
}
.column_area h3 {
	font-weight: bold;
    padding: 0em 0.4em;
    border-left: solid 3px #004e1e;
    margin: 1% 0;
}

.detail_article_area h3, .column_area h3 {
	margin-bottom: 20px;
}

.detail_article_area h4 {
	font-weight: bold;
	margin: 2% 0 1% 0;
	color: #004e1e;
}

@media (max-width: 670px) {
	.detail_article_area h3, .column_area h3 {
		margin-bottom: 15px;
	}
}

.search_ttl {
	padding: 3%;
}

.search__salon td:last-child span {
	display: block;
    font-weight: bold;
    border-radius: 7px;
    color: #fff;
    background-color: #fe9315;
    padding: 6px 13px;
    box-shadow: #f58b12 0px 0.2em;
    font-size: 13px;
    line-height: 1.3;
}