@charset "euc-jp";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);

/* --------------------------------------------------- */
/* reset */
/* --------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

body {
	font: 12px/1.7 "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
	text-align: left;
	color: #302f35;
	background: #fff;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #1d3994;
	-webkit-transition: color .5s;
	transition: color .5s;
}

a:hover {
	color: #e45125;
}

a:focus {
	outline: none;
}

img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

b, em, strong {
	font-weight: bold;
}

input, textarea, select {
	font-family: inherit;
	vertical-align: middle;
	border: 0;
	outline: none;
}

input[type="submit"] {
	cursor: pointer;
	border-radius: 0;
}

input::-ms-clear {
	visibility: hidden;
}

noscript.no-script {
	display: block;
	width: 100%;
	height: 40px;
	padding: 20px 0;
	background: #e45125;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

/* --------------------------------------------------- */
/* under ie9 -common */
/* --------------------------------------------------- */
.under-ie9 {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(228, 81, 37, .95);
	z-index: 9999;
}

.under-ie9__inner {
	width: 100%;
	max-width: 1000px;
	margin: 200px auto 0;
	color: #fff;
	text-align: center;
}

.under-ie9__inner h3 {
	max-width: 160px;
	margin: 0 auto;
}

.under-ie9__inner h4 {
	margin: 20px 0 40px;
}

.under-ie9__inner p {
	margin-bottom: 10px;
}


/* --------------------------------------------------- */
/* common -common */
/* --------------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.event-none {
	pointer-events: none;
}

br.visible-420,
br.visible-620 {
	display: none;
}

@media screen and (max-width: 620px) {
	br.visible-620 {
		display: block;
	}
}

@media screen and (max-width: 420px) {
	br.visible-420 {
		display: block;
	}
}

/* --------------------------------------------------- */
/* base -common */
/* --------------------------------------------------- */
.layer {
	overflow: hidden;
}

.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	-webkit-transition: all .5s .1s;
	transition: all .5s .1s;
	overflow: hidden;
}

.side-open .wrapper {
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translate3d(250px,0,0);
	transform: translate3d(250px,0,0);
}

.svg-defs {
	display: none;
}

.test {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 4px 4px 8px rgba(0,0,0,.3);
	color: #ff0000;
	z-index: 9999;
}

/* --------------------------------------------------- */
/* social -common */
/* --------------------------------------------------- */
.sns--fb,
.sns--tw,
.sns--insta,
.sns--pinta {
	width: 16px;
	max-height: 20px;
	fill: #302f35;
	-webkit-transition: all .5s;
	transition: all .5s;
}

a:hover .sns--fb {
	fill: #3B5998;
}

a:hover .sns--tw {
	fill: #55ACEE;
}

a:hover .sns--insta {
	fill: #231F20;
}

a:hover .sns--pinta {
	fill: #BD081C;
}

/* --------------------------------------------------- */
/* s-menu btn -common */
/* --------------------------------------------------- */
.s-menu-btn {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 70px;
	height: 20px;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: all .5s .1s;
	transition: all .5s .1s;
	z-index: 12;
	display: none;
}

.s-menu-btn > div {
	position: relative;
	height: 20px;
}

.s-menu-btn--bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 2px;
	background: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.s-menu-btn--bar.mid {
	top: 0;
	bottom: 0;
	margin: auto;
}

.s-menu-btn--bar.bot {
	top: auto;
	bottom: 0;
}

.s-menu-btn > div:hover .top,
.s-menu-btn > div:focus .top {
	-webkit-transform: translate3d(0,-1px,0);
	transform: translate3d(0,-1px,0);
}

.s-menu-btn > div:hover .bot,
.s-menu-btn > div:focus .bot {
	-webkit-transform: translate3d(0,1px,0);
	transform: translate3d(0,1px,0);
}

.side-open .s-menu-btn {
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translate3d(250px,0,0);
	transform: translate3d(250px,0,0);
}

.side-open .s-menu-btn > div .top {
	-webkit-transform: translate3d(0,8px,0) rotate(45deg);
	transform: translate3d(0,8px,0) rotate(45deg);
}

.side-open .s-menu-btn > div .mid {
	opacity: 0;
}

.side-open .s-menu-btn > div .bot {
	-webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
	transform: translate3d(0,-10px,0) rotate(-45deg);
}

.s-menu-btn--text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 35px;
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}

/* --------------------------------------------------- */
/* smart phone nav -common */
/* --------------------------------------------------- */
.s-nav {
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #302f35;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 11;
}

.side-open .s-nav {
	-webkit-transition: all .5s .1s;
	transition: all .5s .1s;
	-webkit-transform: translate3d(250px,0,0);
	transform: translate3d(250px,0,0);
}

.s-nav ul {
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: auto;
}

.s-nav ul li > a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 11px;
	color: #fff;
}

.s-nav ul li > a:hover {
	background: #222;
}

.s-nav__social-icon {
	display: inline-block;
	margin: 0 10px;
	padding: 13px 0;
}

.s-nav__social-icon a .sns--fb,
.s-nav__social-icon a .sns--tw,
.s-nav__social-icon a .sns--insta,
.s-nav__social-icon a .sns--pinta {
	fill: #fff;
}

a:hover .sns--fb {
	fill: #3B5998;
}

a:hover .sns--tw {
	fill: #55ACEE;
}

a:hover .sns--insta {
	fill: #231F20;
}

a:hover .sns--pinta {
	fill: #BD081C;
}

/* --------------------------------------------------- overlay */
.overlay {
	opacity: 0;
	visibility: hidden;
	background: transparent;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: -1;
}

.side-open .overlay {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	background: rgba(0,0,0,.6);
	opacity: 1;
	z-index: 100;
}

/* --------------------------------------------------- */
/* header -common */
/* --------------------------------------------------- */
.header {
	padding-top: 40px;
}

.header__inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

/* --------------------------------------------------- gnav */
.gnav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #302f35;
	font-size: 11px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	z-index: 10;
}

.gnav__inner {
	width: 100%;
	max-width: 1000px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
}

.gnav__sitemap {
	float: left;
	width: 30px;
	max-height: 40px;
}

.gnav__sitemap-icon {
	width: 20px;
	height: 20px;
	fill: #fff;
	-webkit-transition: fill .5s;
	transition: fill .5s;
}

.gnav__menu {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 700px;
	margin: 0 auto;
}

.gnav__menu > ul {
	text-align: center;
}

.gnav__menu > ul > li {
	position: relative;
	float: left;
}

.gnav__menu > ul > li > a {
	display: block;
	padding: 0 20px;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.gnav__menu span.visible {
	position: relative;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.gnav__menu span.invisible {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.gnav__menu > ul > li:hover {
	background: #222;
}

.gnav__menu > ul > li:hover span.visible {
	visibility: hidden;
	opacity: 0;
}

.gnav__menu > ul > li:hover span.invisible {
	opacity: 1;
	visibility: visible;
}

/* modal */
.modal--check {
    display: none;
}

.modal--btn {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 10px;
	cursor: pointer;
}

.modal--btn:hover .gnav__sitemap-icon {
	fill: #bbb;
}

.modal__inner {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding-top: 5%;
	color: #fff;
	text-align: center;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	visibility: hidden;
	opacity: 0;
}

.modal__col {
	float: left;
	width: 22%;
	margin-left: 4%;
	margin-bottom: 30px;
}

.modal__col:first-child {
	margin-left: 0;
}

.modal__col dt {
	margin-top: 30px;
	font-size: 14px;
}

.modal__col dt:first-child {
	margin-top: 0;
}

.modal__col dt {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

.modal__col dd {
	color: #bbb;
}

.modal__col dd a {
	display: block;
	color: #fff;
}

.modal__col dd a:hover {
	color: #e45125;
}

.modal--check:checked ~ .modal__inner {
	visibility: visible;
    opacity: 1;
	z-index: 12;
}

.modal--close {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	background-image: url(https://img14.shop-pro.jp/PA01077/576/etc/zz_close.png), url(https://img14.shop-pro.jp/PA01077/576/etc/zz_cuccuma.png);
	background-position: 95% 5%, 95% 95%;
	background-repeat: no-repeat;
	background-size: 30px 30px, auto 200px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	visibility: hidden;
	opacity: 0;
}

.modal--check:checked ~ .modal--close {
    background-color: rgba(0,0,0,.8);
	cursor: pointer;
	visibility: visible;
	opacity: 1;
	z-index: 11;
}

/* drop down */
.drp__single .drp__second-lv,
.drp__multi .drp__second-lv {
    position: absolute;
    top: 40px;
	left: 0;
    width: 100%;
	text-align: center;
	z-index: -1;
}

.drp__single .drp__second-lv > li > a,
.drp__multi .drp__second-lv > li > a {
	display: block;
	box-sizing: border-box;
	width: 240px;
	height: 0;
	padding: 0 10px;
	color: transparent;
    background: #222;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.drp__second-lv,
.drp__second-lv > li > a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	visibility: hidden;
}

.drp__mega .drp__second-lv {
	position: absolute;
	left: -265px;
	width: 600px;
	margin: auto;
	text-align: center;
	background: #222;
}

.drp__mega .drp__second-lv li a {
	float: left;
	display: block;
	box-sizing: border-box;
    width: 200px;
	height: 0;
	padding: 0 10px;
	color: transparent;
    background: #222;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.drp > li:hover .drp__second-lv {
	visibility: visible;
	z-index: 1;
}

.drp > li:hover .drp__second-lv > li > a {
	height: 40px;
	visibility: visible;
	color: #fff;
}

.drp__second-lv > li:hover a {
	background: #000;
}

.drp__multi .drp__second-lv > li {
	position: relative;
}

.drp__third-lv {
	position: absolute;
	top: 0;
	left: 240px;
	width: 100%;
}

.drp__third-lv > li > a {
	display: block;
	color: transparent;
	width: 200px;
	height: 0;
	background: #000;
}

.drp__third-lv,
.drp__third-lv > li > a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	visibility: hidden;
}

.drp__second-lv > li:hover .drp__third-lv {
	visibility: visible;
}

.drp__second-lv > li:hover .drp__third-lv > li > a {
	height: 40px;
	color: #fff;
	visibility: visible;
}

.drp__third-lv > li:hover a {
	background: #333;
}

.drp__mega .visible::after,
.drp__multi .visible::after,
.drp__single .visible::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -10px;
	width: 2px;
	height: 2px;
	margin: auto;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.drp__arrow > a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 220px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.drp > li:hover .drp__arrow > a::after {
	width: 2px;
	height: 2px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* search */
.drp__search {
	margin-left: 10px;
	margin-right: 0 !important;
}

.gnav__menu > ul > li.drp__search:hover {
	background: none;
}

.search-box {
	position: relative;
	width: 30px;
	height: 40px;
}

.search-box__text {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 24px;
	height: 24px;
	margin: auto 0;
	padding: 0;
	font-size: 10px;
	border: 2px solid #302f35;
	border-radius: 24px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.search-box__submit[disabled] {
	cursor: auto;
	background-image: url(https://img14.shop-pro.jp/PA01077/576/etc/zz_search-dis.png), url(https://img14.shop-pro.jp/PA01077/576/etc/zz_search.png);
	background-size: 12px, 0;
}

.search-box__submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2px;
	width: 24px;
	height: 24px;
	margin: auto 0;
	background-color: #fff;
	background-image: url(https://img14.shop-pro.jp/PA01077/576/etc/zz_search.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 12px;
	border-radius: 24px !important;
	z-index: 1;
}

.drp__search:hover .search-box__text,
.search-box__text:focus {
	width: 200px;
	padding: 0 10px;
}

.drp__search:hover,
.search-box__text:focus ~ .search-box__submit {
	background-color: transparent;
}

/* cart */
.gnav__cart {
	position: relative;
	float: right;
	z-index: 2;
}

.gnav__cart a {
	display: block;
	color: #fff;
}

.gnav__cart img {
	height: 28px;
	margin: 6px 5px 6px 0;
}

.gnav__cart span {
	position: absolute;
	top: 6px;
	left: 0;
	width: 13px;
	height: 13px;
	line-height: 13px;
	font-size: 10px;
	text-align: center;
	background: #e45125;
	border: 1px solid #fff;
	border-radius: 50%;
	z-index: -1;
}

/* --------------------------------------------------- s-search */
.s-search {
	display: none;
}

.s-search .search-box {
	position: relative;
	width: 45%;
	height: 40px;
	margin: 0 auto;
}

.s-search .search-box__text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 93%;
	height: 24px;
	margin: auto 0;
	padding: 0 10px;
	font-size: 10px;
	border: 2px solid #302f35;
	border-radius: 24px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.s-search .search-box__submit[disabled] {
	cursor: auto;
	background-image: url(https://img14.shop-pro.jp/PA01077/576/etc/zz_search-dis.png), url(https://img14.shop-pro.jp/PA01077/576/etc/zz_search.png);
	background-size: 12px, 0;
}

.s-search .search-box__submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 24px;
	height: 24px;
	margin: auto 0;
	background-color: #fff;
	background-image: url(https://img14.shop-pro.jp/PA01077/576/etc/zz_search.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 12px;
	border-radius: 24px !important;
	z-index: 1;
}

/* --------------------------------------------------- note */
.header__note {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #e45125;
}

.header__note p {
	text-align: center;
	color: #fff;
	font-size: 11px;
}

.header__note p a {
	display: block;
	color: #fff;
	background: #e45125;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.header__note p a:hover {
	background: #dd7c5f;
}

/* --------------------------------------------------- h-head */
.h-head__member,
.h-head__country {
	float: left;
	width: 50%;
	margin-top: 5px;
	font-size: 11px;
}

.h-head__country {
	text-align: right;
	font-weight: bold;
}

.h-head__member a {
	color: #302f35;
	text-decoration: underline;
}

.h-head__member a:first-child {
	margin-right: 8px;
}

.h-head__member a:hover {
	color: #bbb;
}

.h-head__country span {
	margin: 0 8px;
}

.h-head__country a {
	color: #bbb;
	font-weight: normal;
}

/* --------------------------------------------------- h-body */
.h-body {
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-top: 20px;
	text-align: center;
}

.h-body__s-menu,
.h-body__h1 {
	position: relative;
	display: inline-block;
	height: 60px;
}

.h-body__h1 {
	width: 160px;
	vertical-align: middle;
}

.h-body__h1 img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.h-body__s-menu a {
	display: block;
	color: #666;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.h-body__s-menu:nth-child(-n+2) {
	margin-right: 32px;
}

.h-body__s-menu:nth-child(n+3) {
	margin-left: 32px;
}

.h-body__s-menu::after {
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	width: 0;
	height: 1px;
	background: #302f35;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.h-body__s-menu:hover::after {
	width: 100%;
}

/* --------------------------------------------------- h-foot */
.h-foot {
	position: relative;
	width: 100%;
	height: 20px;
	margin-top: 24px;
	text-align: center;
}

.h-foot__h2 img {
	height: 11px;
}

.h-foot__h2::after {
	content: '';
	position: absolute;
	top: 38px;
	left: 0;
	right: 0;
	width: 50px;
	height: 1px;
	margin: 0 auto;
	background: #302f35;
	z-index: -1;
}

.h-foot__social {
	position: absolute;
	top: 0;
	right: 0;
}

.h-foot__social-icon {
	float: left;
	margin-left: 8px;
}

/* --------------------------------------------------- media query */
@media screen and (max-width: 1020px) {
	.header__inner {
		box-sizing: border-box;
		padding: 0 10px;
	}
	.gnav {
		box-sizing: border-box;
		padding: 0 10px;
	}
}

@media screen and (max-width: 820px) {
	.gnav__sitemap {
		display: none;
	}
	.s-menu-btn {
		display: block;
	}
	.gnav__menu {
		position: fixed;
		top: 0;
		left: -300px;
		right: auto;
		box-sizing: border-box;
		width: 300px;
		height: 100%;
		margin: 0;
		padding-top: 60px;
		background: #302f35;
		-webkit-transition: all .5s;
		transition: all .5s;
		display: none;
	}
	.s-search {
		display: block;
	}
	.h-head__member--ship {
		display: none;
	}
}

@media screen and (max-width: 520px) {
	.h-body__s-menu {
		display: none;
	}
	.h-foot__social {
		display: none;
	}
}

/* --------------------------------------------------- */
/* section -common */
/* --------------------------------------------------- */
.section,
.section--mt,
.section--mtb,
.section--mb {
	width: 100%;
	height: 100%;
}

.section--mt {
	margin-top: 80px;
}

.section--mt40 {
	margin-top: 40px;
}

.section--mtb {
	margin: 80px 0;
}

.section--mt40b {
	margin: 40px 0 80px;
}

.section--mb {
	margin-bottom: 80px;
}

.section__breadcrumb {
	width: 100%;
	max-width: 1000px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	color: #bbb;
	font-size: 10px;
}

.section__breadcrumb a {
	color: #302f35;
}

.section__breadcrumb a:hover {
	color: #e45125;
}

.section__breadcrumb span {
	margin: 0 10px;
	color: #302f35;
}

.section__header {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.section__inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.section--bg-f5 {
	padding: 80px 0;
	background: #f5f5f5;
}

.section--bg-e5 {
	position: relative;
	padding: 40px 0;
	background: #e5e5e5;
	z-index: 1;
}

.section__h3,
.section__h3--list {
	position: relative;
	text-align: center;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
}

.section__h4--list {
	margin-top: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.section__h3--list {
	margin-top: 20px;
}

.section__p {
	margin-top: 32px;
	text-align: center;
	font-size: 11px;
}

.section__h3 span,
.section__h3 a,
.section__h3--list span,
.section__h3--list a {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 10px;
}

.section__header--free {
	width: 100%;
	height: 200px;
	line-height: 200px;
	margin: 0 auto;
	background: -webkit-linear-gradient(45deg, #fff 1%, #f5f5f5 50%, #fff 100%);
	background: linear-gradient(45deg, #fff 1%, #f5f5f5 50%, #fff 100%);
}

.section__header--free span {
	top: 60%;
	width: 300px;
	height: 20px;
	line-height: 1;
}

.section__header--free .section__h3 span {
	bottom: -25px;
}

.section__link {
	width: 120px;
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #302f35;
	overflow: hidden;
}

.section__link a {
	position: relative;
	display: block;
	color: #302f35;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	-webkit-transition: color .5s;
	transition: color .5s;
}

.section__link a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #302f35;
	-webkit-transition: left .5s ease;
	transition: left .5s ease;
	z-index: -1;
}

.section__link a:hover {
	color: #fff;
}

.section__link a:hover::before {
	left: 0;
}

@media screen and (max-width: 1020px) {
	.section__inner,
	.section__breadcrumb,
	.section__h3,
	.section__h3--list,
	.section__p {
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 620px) {
	.section__h3,
	.section__h3--list {
		font-size: 20px;
	}
	.section__p {
		text-align: left;
	}
	.section__p br {
		display: none;
	}
}

/* --------------------------------------------------- */
/* product list -common */
/* --------------------------------------------------- */
.product-list__inner {
	margin-top: 40px;
}

.product-list__inner.no-product p {
	height: 100px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.product-list__inner li {
	position: relative;
	float: left;
	max-width: 238px;
	margin: 0 0 32px 16px;
	overflow: hidden;
	cursor: pointer;
}

.product-list__inner li:nth-child(4n+1) {
	margin-left: 0;
}

.product-list__inner li a {
	display: block;
	text-align: center;
	vertical-align: middle;
}

/* old site hacks */
.product-list__inner li > a > img {
	width: 238px;
	height: 238px;
}

.product-list__bname {
	box-sizing: border-box;
	height: 20px;
	line-height: 20px;
	margin-top: 16px;
	padding: 0 10px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-list__ttl {
	box-sizing: border-box;
	height: 60px;
	margin-top: 8px;
	padding: 0 10px;
}

.product-list__price {
	position: relative;
	box-sizing: border-box;
	height: 60px;
	margin-top: 16px;
	padding: 0 10px;
	font-weight: bold;
}

.product-list__price.soldout {
	color: #e45125;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.product-list__price del {
	font-weight: normal;
	text-decoration: line-through;
}

.product-list__price span {
	margin-left: 5px;
	color: #e45125;
	font-size: 10px;
	font-weight: bold;
}

.product-list__inner li::before,
.product-list__inner li::after {
	position: absolute;
	left: 0;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
}

.product-list__inner li::before {
	content: '';
	top: 0;
	height: 100%;
	background: rgba(0,0,0,.5);
}

.product-list__inner li::after {
	content: 'VIEW';
	top: 50%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.product-list__inner li:hover::before,
.product-list__inner li:hover::after {
	visibility: visible;
	opacity: 1;
}

.product-list__inner li:hover::after {
	top: 45%;
}

.product-list__ranking {
	position: absolute;
	top: 5px;
	right: 15px;
	line-height: 1;
	font-size: 50px;
	font-family: 'Times New Roman';
	font-style: italic;
	color: rgba(0,0,0,.2);
}

/* --------------------------------------------------- new mark */
.product-list__icon {
	position: absolute;
	top: -46px;
	left: -46px;
	width: 0px;
	height: 0px;
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
	border-top: 46px solid transparent;
	border-right: 46px solid transparent;
	border-left: 46px solid transparent;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
}

.product-list__icon.new {
	border-bottom: 46px solid #f9f8a8;
}

.product-list__icon.restock {
	color: #fff;
	border-bottom: 46px solid #856651;
}

.product-list__icon.sale {
	color: #fff;
	border-bottom: 46px solid #5d6b5e;
}

.product-list__icon.reserved {
	color: #fff;
	border-bottom: 46px solid #4a454c;
}

.product-list__icon span {
	position: absolute;
	top: 25px;
	left: -41px;
	width: 80px;
	text-align: center;
}

/* --------------------------------------------------- media query */
@media screen and (max-width: 1020px) {
	.product-list__inner li {
		width: 23.5%;
		margin: 0 0 32px 2%;
	}
	/* old site hacks */
	.product-list__inner li > a > img {
		width: 100%;
		max-width: 238px;
		height: auto;
	}
	.product-list__ttl {
		display: none;
	}
	.product-list__bname {
		margin-top: 8px;
		padding: 0;
		font-weight: normal;
	}
	.product-list__price {
		margin-top: 5px;
		padding: 0;
	}
}

@media screen and (max-width: 720px) {
	.product-list__inner li {
		width: 32%;
	}
	.product-list__inner li:nth-child(4n+1) {
		margin: 0 0 32px 2%;
	}
	.product-list__inner li:nth-child(3n+1) {
		margin-left: 0;
	}
	.product-list__inner li::after {
		font-size: 20px;
	}
}

@media screen and (max-width: 516px) {
	.product-list__inner li {
		width: 48%;
		margin: 0 0 32px 4%;
	}
	.product-list__inner li:nth-child(3n+1) {
		margin: 0 0 32px 4%;
	}
	.product-list__inner li:nth-child(2n+1) {
		margin-left: 0;
	}
}

/* --------------------------------------------------- */
/* free page -common */
/* --------------------------------------------------- */
.section__inner.help,
.section__inner.about,
.section__inner.brand,
.section__inner.contact {
	padding-bottom: 40px;
	border-bottom: 1px solid #e1e1e1;
}

.about__inner,
.press__inner,
.brand__inner,
.contact__inner,
.size-guide__inner,
.hele__inner {
	width: 100%;
	margin-top: 40px;
}

.help__contents {
	margin-bottom: 40px;
	text-align: center;
}

.help__contents h4 {
	height: 80px;
	line-height: 80px;
	font-size: 22px;
	text-align: center;
}

.help__contents h5 {
	margin-top: 20px;
	font-size: 11px;
}

.about__contents--single,
.press__contents--single,
.size-guide__contents--single,
.help__contents--single {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 40px;
	padding-bottom: 56px;
	border-bottom: 1px solid #e1e1e1;
}

.size-guide__contents--single h4,
.help__contents--single h4 {
	height: 80px;
	line-height: 80px;
	font-size: 22px;
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
}

/* --------------------------------------------------- about */
.about__box {
	text-align: center;
}

.about__box p {
	margin-bottom: 20px;
}

.about--cuccuma {
	margin-bottom: 40px !important;
}

.about--cuccuma img {
	height: 120px;
}

.about--logo {
	margin-top: 56px;
}

.about--logo img {
	width: 200px;
}

.about__social {
	
}

.about__social-icon {
	display: inline-block;
	margin: 0 5px;
}

/* --------------------------------------------------- press */
.press__box {
	padding: 40px;
	text-align: center;
	border-top: 1px solid #eee;
}

.press__box h4 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

.press--p {
	margin-top: 10px;
}

.press--p p:nth-child(n+2) {
	margin-top: 20px;
}

/* --------------------------------------------------- brand */
.brand__contents li {
	float: left;
	width: 23.2%;
	margin: 0 2.4% 40px 0;
	text-align: center;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.brand__contents li:nth-child(4n) {
	margin-right: 0;
}

.brand__contents li > a {
	display: block;
	border: 2px solid #e1e1e1;
}

.brand__contents li p a {
	display: block;
	padding: 10px 0;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.brand__contents li:hover {
	opacity: .6;
}

/* --------------------------------------------------- size guide */
.size-guide__box {
	max-width: 540px;
	margin: 30px auto 0;
}

.size-guide__box p {
	margin: 0 auto 10px;
}

.size-guide__box table {
	width: 100%;
	margin: 30px 0;
	text-align: center;
	border: 1px solid #e1e1e1;
}

.size-guide__box table th {
	background: #f5f5f5;
}

.size-guide__box table th,
.size-guide__box table td {
	padding: 5px 0;
	vertical-align: middle;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}

/* --------------------------------------------------- faq */
.faq .help__box--outline > ul > li {
	margin-top: 30px;
}

.faq .help__box--outline > ul > li:first-child {
	margin-top: 0;
}

.help__box--faq dt {
	margin: 0 0 10px;
    padding-top: 50px;
	font-size: 14px;
	font-weight: bold;
}

.help__box--faq dd {
	margin-bottom: 10px;
}

.help__box--faq h5 {
	margin: 80px 0 0 0;
	font-size: 18px;
	font-weight: bold;
}

.help__box--faq p span {
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
}

/* --------------------------------------------------- help detail */
.help__box {
	margin-top: 30px;
}

.help__box h5 {
	margin-bottom: 16px;
    padding-top: 50px;
	font-weight: bold;
	font-size: 18px;
}

.help__box > p:nth-child(n+3) {
	margin-top: 24px;
}

.help__box > p.mt10 {
	margin-top: 10px !important;
}

.help__box > dl {
	margin-top: 24px;
}

.help__box > dl dt {
	font-weight: bold;
}

.help__box > dl dt:nth-child(n+3) {
	margin-top: 24px;
}

.help__box > dl dd {
	position: relative;
	margin-top: 5px;
	padding-left: 12px;
}

.help__box > dl dd::before {
	content: '¡¦';
	position: absolute;
	top: 0;
	left: 0;
}

.help__box--outline {
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e1e1e1;
}

.help__box--outline ul li {
	margin-top: 8px;
}

/* --------------------------------------------------- help top faq */
.help__def--faq {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 40px;
}

.help__def--faq li {
	box-sizing: border-box;
	float: left;
	width: 45%;
	text-align: left;
	border-top: 1px solid #e1e1e1;
}

.help__def--faq li:nth-child(2n) {
	margin-left: 5%;
}

.help__def--faq li:nth-child(n+5) {
	border-bottom: 1px solid #e1e1e1;
}

.help__def--faq li a {
	display: block;
	padding: 10px 0 10px 20px;
	color: #302f35;
	-webkit-transition: background .3s;
	transition: background .3s;
}

.help__def--faq li a:hover {
	background: #e1e1e1;
}

/* --------------------------------------------------- help list */
.help__defs--all {
	padding: 20px;
	border: 1px solid #e1e1e1;
}

.help__def--list {
	float: left;
	width: 32%;
	margin: 0 0 0 2%;
}

.help__def--list:first-child {
	margin-left: 0;
}

.help__def--list > li {
	box-sizing: border-box;
	margin: 0 0 20px 0;
	padding: 20px;
	text-align: left;
	background: #f5f5f5;
}

.help__def--list > li > p {
	margin-bottom: 10px;
	font-size: 15px;
}

.help__def--list ul li a {
	display: block;
	padding: 8px;
	color: #999;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.help__def--list ul li a:hover {
	background: #e5e5e5;
}

/* --------------------------------------------------- page under inq */
.page-inquiry {
	margin-bottom: 40px;
	text-align: center;
}

.page-inquiry--mt {
	position: relative;
	margin-top: 40px;
}

.page-inquiry--mt::before {
	content: '';
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	width: 100px;
	height: 1px;
	margin: 0 auto;
	background: #e1e1e1;
}

.page-inquiry h4 {
	height: 80px;
	line-height: 80px;
	font-size: 22px;
	text-align: center;
}

.page-inquiry h5 {
	margin-top: 20px;
	font-size: 11px;
}

.page-inquiry__defs {
	width: 80%;
	margin: 20px auto;
}

.page-inquiry__def--mail,
.page-inquiry__def--form {
	box-sizing: border-box;
	float: left;
	width: 48%;
	height: 120px;
	border: 1px solid #ccc;
}

.page-inquiry__def--form {
	float: right;
}

.page-inquiry__def--mail p a {
	position: relative;
	display: block;
	width: 250px;
	height: 40px;
	line-height: 40px;
	margin: 10px auto 0;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}

.page-inquiry__def--mail p a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #1d3994;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.page-inquiry__def--mail p a:hover::after {
	width: 100%;
	background: #e45125;
}

.page-inquiry__def--form p {
	width: 180px;
	height: 40px;
	line-height: 40px;
	margin: 10px auto 0;
	text-align: center;
	border: 1px solid #302f35;
	overflow: hidden;
}

.page-inquiry__def--form p a {
	position: relative;
	display: block;
	color: #302f35;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: color .5s;
	transition: color .5s;
}

.page-inquiry__def--form p a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #302f35;
	-webkit-transition: left .5s ease;
	transition: left .5s ease;
	z-index: -1;
}

.page-inquiry__def--form p a:hover {
	color: #fff;
}

.page-inquiry__def--form p a:hover::before {
	left: 0;
}

/* --------------------------------------------------- privacy and sk */
.privacy > p {
	margin-top: 40px;
}

.privacy .help__box {
	margin-top: 60px;
}

.sk .help__box--outline {
	border: none;
}

.sk h4:nth-child(n+3) {
	margin-top: 80px;
}

.sk.help__contents--single h4 {
	padding-top: 20px;
}

/* --------------------------------------------------- media query */
@media screen and (max-width: 1020px) {
	.brand__contents li {
		width: 23.2%;
		margin: 0 2.4% 40px 0;
	}
	.page-inquiry__defs {
		width: 100%;
	}
}

@media screen and (max-width: 720px) {
	.brand__contents li {
		width: 31.6%;
		margin: 0 2.6% 40px 0;
	}
	.brand__contents li:nth-child(4n) {
		margin-right: 2.6%;
	}
	.brand__contents li:nth-child(3n) {
		margin-right: 0;
	}
	.help__def--list {
		float: none;
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width: 660px) {
	.page-inquiry__def--mail,
	.page-inquiry__def--form {
		float: none;
		width: 100%;
	}
	.page-inquiry__def--form {
		margin-top: 20px;
	}
}

@media screen and (max-width: 520px) {
	.brand__contents li {
		width: 48%;
		margin: 0 4% 40px 0;
	}
	.brand__contents li:nth-child(3n) {
		margin-right: 4%;
	}
	.brand__contents li:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 420px) {
	.page-inquiry__defs {
		width: 100%;
	}
	.help__def--faq li {
		float: none;
		width: 100%;
	}
	.help__def--faq li:nth-child(2n) {
		margin-left: 0;
	}
	.help__def--faq li:nth-child(6) {
		border-top: none;
	}
}

/* --------------------------------------------------- */
/* recent -common */
/* --------------------------------------------------- */
.recent__inner {
	margin-top: 40px;
}

.recent__inner li {
	float: left;
	width: 16.4%;
	margin-left: 2%;
	padding: 1%;
	background: #e5e5e5;
	-webkit-transition: background .5s;
	transition: background .5s;
}

.recent__inner li:first-child {
	margin-left: 0;
}

.recent__inner li a {
	display: block;
	text-align: center;
	vertical-align: middle;
}

.recent__inner li > a > img {
	width: 100%;
}

.recent__inner li:hover {
	background: #302f35;
}

@media screen and (max-width: 620px) {
	.recent__inner li {
		width: 20%;
		margin-left: 0;
		padding: 0;
	}
}

/* --------------------------------------------------- */
/* instagram -common */
/* --------------------------------------------------- */
.insta .section__h3 {
	font-size: 20px;
}

.insta .section__h3::before {
	height: 0;
}

.insta .section__h3 a {
	display: block;
	width: 100px;
	bottom: -15px;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
}

.instagram {
	margin-top: 40px;
}

@media screen and (max-width: 600px) {
	.instagram div {
  		width: calc(50% - 10px) !important;
      padding-top: calc(50% - 10px) !important;
  }
}

.instagram div {
    width: calc(25% - 10px);
    height: 0;
    padding-top: calc(25% - 10px);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    float: left;
    margin: 5px;
    background-size: cover;
}

.instagram div:hover {
	opacity: .7;
}

img.insta_img {
    width: 100%;
    height: 200px;
  	object-fit: cover;
}

video.insta_img {
    width: 100%;
    height: 200px;
}

.insta__inner {
	margin-top: 40px;
	text-align: center;
}

/* --------------------------------------------------- media query */
@media screen and (max-width: 620px) {
	.instagram div {
		width: 25%;
	}
}

/* --------------------------------------------------- */
/* banner -common */
/* --------------------------------------------------- */
.banner__box {
	float: left;
	width: 32%;
	height: 100%;
	margin-left: 2%;
}

.banner__box:first-child {
	margin-left: 0;
}

.banner__box a {
	-webkit-transition: opacity .5s;
	transition: opacity .5s; 
}

.banner__box a:hover {
	opacity: .7;
}

/* --------------------------------------------------- media query */
@media screen and (max-width: 660px) {
	.banner__box {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
}

/* --------------------------------------------------- */
/* under info -common */
/* --------------------------------------------------- */
.under-info__inner {
	margin-top: 80px;
}

.under-info__box {
	float: left;
	width: 50%;
}

.under-info__col {
	float: left;
	width: 50%;
	height: 100%;
	border-top: 1px solid #302f35;
}

.under-info__h4,
.under-info__h4--unb,
.under-info__h4--s-unb,
.under-info__h4--in {
	box-sizing: border-box;
	height: 32px;
	line-height: 40px;
	margin-bottom: 20px;
	padding: 0 16px;
	font-weight: bold;
	border-left: 1px solid #302f35;
}

.under-info__h4--unb,
.under-info__h4--in {
	border-left: none;
}

.under-info__h4--in {
	margin-top: 24px;
}

.under-info__col p,
.under-info__col h5,
.under-info__col .under-info__table {
	box-sizing: border-box;
	margin-top: 10px;
	padding: 0 16px;
	font-size: 11px;
}

.under-info__table table {
	width: 100%;
	margin-bottom: 16px;
	text-align: center;
	border: 1px solid #eee;
}

.under-info__table table caption {
	font-weight: bold;
}

.under-info__table table th {
	background: #eee;
}

.under-info__table table th,
.under-info__table table td {
	font-size: 10px;
	border: 1px solid #eee;
}

.under-info__col h5 {
	margin-top: 16px;
	font-weight: bold;
}

.under-info__more {
	margin-top: 10px;
	font-size: 10px;
}

.fb-page-plugin {
	box-sizing: border-box;
	width: 100%;
	padding: 0 16px;
}

.fb-page {
	width: 100%;
}

/* --------------------------------------------------- media query */
@media screen and (max-width: 1020px) {
	.under-info__box {
		width: 100%;
		margin-bottom: 40px;
	}
	.under-info__h4--s-unb {
		border-left: none;
	}
}

@media screen and (max-width: 420px) {
	.under-info__box {
		margin-bottom: 0;
	}
	.under-info__col {
		width: 100%;
		margin-bottom: 40px;
	}
	.under-info__h4,
	.under-info__h4--unb,
	.under-info__h4--s-unb{
		border: none;
	}
	.under-info__h4--in {
		margin-top: 40px;
		border-top: 1px solid #302f35;
	}
}

/* --------------------------------------------------- */
/* footer -common */
/* --------------------------------------------------- */
.footer {
	width: 100%;
	height: 100%;
	margin-top: 80px;
	background: #f5f5f5;
}

.footer__inner {
	position: relative;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 80px 0 150px;
}

.footer__row--top {
	height: 100%;
	padding: 0 5px;
	border-bottom: 1px solid #302f35;
}

.footer__nav {
	float: left;
}

.footer__nav li {
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 20px;
}

.footer__nav li a {
	color: #302f35;
	font-size: 11px;
}

.footer__nav li a:hover {
	color: #bbb;
}

.footer__term {
	float: right;
	height: 40px;
	line-height: 40px;
	font-size: 10px;
}

.footer__term a {
	color: #302f35;
}

.footer__term a:hover {
	color: #bbb;
}

.footer__term span {
	margin: 0 5px;
}

.footer__row--bot {
	padding: 0 5px;
}

.footer__copy {
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 10px;
}

.footer__social {
	float: right;
	height: 16px;
	padding: 12px 0;
}

.footer__social-icon {
	float: left;
	margin-left: 8px;
}

.page-top {
	position: absolute;
	top: -30px;
	right: 0;
	width: 30px;
	height: 30px;
}

.page-top a {
	display: block;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	-webkit-transition: background .5s;
	transition: background .5s;
}

.page-top a:hover {
	background: #e5e5e5;
}

.page-top a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 1px solid #302f35;
	border-right: 1px solid #302f35;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* --------------------------------------------------- media query */
@media screen and (max-width: 1020px) {
	.footer__inner {
		box-sizing: border-box;
		padding: 80px 10px 150px;
	}
}

@media screen and (max-width: 750px) {
	.footer__inner {
		padding: 40px 10px;
	}
	.footer__row--top {
		border-bottom: none;
	}
	.footer__nav {
		float: none;
		height: 100%;
	}
	.footer__nav li {
		width: 16.66666666666666%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-right: 0;
	}
	.footer__nav li a {
		display: block;
		background: #fff;
	}
	.footer__term {
		float: none;
		text-align: center;
		margin-top: 10px;
	}
	.footer__copy {
		float: none;
		margin-top: 80px;
		padding-top: 20px;
		text-align: center;
		border-top: 1px solid #e1e1e1;
	}
	.footer__social {
		float: none;
		width: 104px;
		margin: 0px auto 0;
		padding: 0;
	}
}

@media screen and (max-width: 520px) {
	.footer__nav li {
		width: 33.33333333333333%;
	}
}

@media screen and (max-width: 420px) {
	.footer__nav li {
		width: 50%;
	}
}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
    	-ms-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
@media screen and (max-width: 480px) {
   .bx-wrapper .bx-viewport {
           border: none;
           left: 0;
   }
}
