@charset "UTF-8";
html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,figure,figcaption{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { display: block }
caption { text-align: left; }
img { vertical-align: top; }
html {font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
main {display: block;/* for IE */}
abbr,acronym{border:0;font-variant:normal}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{font-size:100%}
input,button,textarea,select {font-size: 100%;font-family: inherit;color: inherit;}
input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0;}
input[type="button"],input[type="submit"] {border-radius: 0;-webkit-appearance: none;}
textarea {overflow: auto;vertical-align: top;}
li {list-style: none;}
i {font-style: normal;}
em { font-style: normal; font-weight: 700; }
input,textarea,button {
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	max-width: 100%;
	border-radius: 0;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
	background: transparent;
	border-radius: 0;
}
figure img {
	border-radius: 140px;
}
/*==================================================
Body_Bace
==================================================*/
html {
	font-size: 62.5%;
}
body {
	min-width: 100%;
	width: 100%;
	font-size:1.4rem;/* 14px*/
	line-height: 1em;
	letter-spacing: 0.1em;
	color: #545454;
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3" ,  Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

img { max-width: 100%; width : auto; height: auto; }

#wrapper {
	overflow: hidden;
	position: relative; 
}

#wrapper .jp {
	font-family: yu-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
}
#wrapper .en { font-family: 'EB Garamond', serif; }

/*------ media ------*/
@media screen and (max-width: 480px) {
	body { font-size: 1.3rem; }
}

/*------ link ------*/
a,a:hover { color: #545454; }
a { text-decoration: none; transition: all .3s; }

.skip,
.skip-ahchor,
.skip-ahchor > *,
.txt-description {
	overflow: hidden;
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	/*left: auto;*/
	/*white-space: nowrap;*/
}

/*------ animation ------*/
.fade-anim,
.fade-list li {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}
.fade-anim.init,
.fade-list li.init {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: opacity 1s ease 0s,transform 1s ease 0s;
}

/*=================================================
#loader
==================================================*/
#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 10000;
}
#logo_anime {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 30vw;
	height: 20vh;
	overflow: visible;
}
#loader-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 30vw;
	height: 20vh;
	overflow: visible;
	opacity: 0;
	transition: opacity 1s ease;
}
#loader.init #loader-logo {
	opacity: 1;
}
#loader-logo img {
	width: 100%;
	height: 100%;
}
#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100px;
	height: 100px;
	overflow: visible;
	opacity: 0;
	transition: opacity .2s ease;
}
#loader.init #circle {
	opacity: 1;
}

/*=================================================
#Header
==================================================*/ 
#header {
	position: relative;
	height: 90px;
	z-index: 50;
}
#header .logo {
	position: absolute;
	top: 10px;
	left: 35px;
	width: 226px;
	z-index: 10;
}
#header .logo a {
	display: block;
}
	@media screen and (max-width: 1100px) {
		#header .logo {
			width: 180px;
		}
	}
	@media screen and (max-width: 768px) {
		#header {
			height: auto;
			padding: 60px 0 0;
		}
		#header .logo {
			top: 5px;
			left: 5px;
			width: 30%;
		}
	}

/* gnav */
#gnav {
	position: relative;
	height: 100%;
}
.gnav {
	position: absolute;
	top: 50%;
	right: 165px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-family: yu-mincho-pr6n, sans-serif;
}
#gnav li {
	display: inline-block;
	margin: 0 0 0 25px;
	vertical-align: middle;
}
#gnav li a {
	position: relative;
	padding: 0 0 5px;
	font-size: 1.4rem;
	color: #555;
}
#gnav li a::after {
	position: absolute;
	bottom: -4px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background: #dd9500;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#gnav li.current a,
#gnav li a:hover {
	color: #dd9500;
}
#gnav li a:hover::after,
#gnav li.current a::after {
	width: 100%;
}
 	@media(min-width:1px) and (max-width: 1100px) {
 		#gnav {
			display: none;
		}
 		.gnav {
 			right: 130px;
 		}
		#gnav li {
			margin: 0 0 0 25px;
		}
	}

/*=================================================
menu
==================================================*/
/* menu-btn */
.menu-btn {
	position: fixed;
	right: 0;
	top: 0;
	width: 90px;
	height: 90px;
	background: #000000;
	z-index: 9999;
	border-radius: 45px;
}
.menu-line {
	display: block;
	position: absolute;
	top: 40%;
	left: 50%;
	width: 36px;
	height: 20px;
	-webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.menu-line span {
	background: #fff;
	display: block;
	height: 1px;
	position: absolute;
	transition:transform .3s;
	width: 100%;
}
.menu-line-center {
	top: 9px;
}
.menu-line-bottom {
	bottom: 0;
}
.menu-line-top.active {
	top: 8px;
	transform: rotate(45deg);
}
.menu-line-center.active {
	 transform:scaleX(0);
}
.menu-line-bottom.active {
	bottom: 10px;
	transform: rotate(135deg);
}
.menu-txt {
	display: block;
	position: absolute;
	top: 70%;
	left: 50%;
	color: #fff;
	font-size: 1rem;
	font-family: 'EB Garamond', serif;
	-webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
	@media screen and (max-width: 768px) {
		.menu-btn {
			width: 60px;
			height: 60px;
			background: none;
		}
		.menu-btn.on,
		.menu-btn.scroll {
			background: #000;
			border-bottom-left-radius: none;
		}
		.menu-line span {
			background: #000;
			height: 2px;
		}
		.menu-btn.on .menu-line span,
		.menu-btn.scroll .menu-line span {
			background: #fff;
		}
		.menu-line {
			top: 50%;
			width: 25px;
			height: 16px;
		}
		.menu-line-center {
			top: 7px;
		}
		.menu-line-bottom.active {
			bottom: 6px;
		}
		.menu-txt {
			display: none;
		}
	}

/* menu */
#menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: rgba(247,243,240,1);
	z-index: 9998;
}
.menu {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	margin-top: 20px;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.menu-nav li {
	margin: 0 0 40px;
}
#wrapper .menu-nav li .jp {
	font-size: 2.0rem;
	font-weight: 700;
}
.menu-nav li .en {
	display: block;
	padding: 10px 0 0;
	font-size: 1.4rem;
}
.menu-nav li a {
	display: inline-block;
	position: relative;
	padding: 0 0 5px;
	color: #dd9500;
	font-size: 1.8rem;
	text-decoration: none;
	transition: .5s;
}
.menu-nav li a:hover {
	color: #dd9500;
}

#wrapper .menu-nav.sub {
	margin: 50px 0;
}
#wrapper .menu-nav.sub li {
	margin: 0 0 30px;
}
#wrapper .menu-nav.sub li .jp {
	font-size: 1.6rem;
}
#wrapper .menu-nav.sub li .en {
	display: inline-block;
	padding: 0 0 0 5px;
}
.menu-sns {
	margin: 50px 0;
}
.menu-sns li {
	display: inline-block;
	margin: 0 5px;
}
.menu-sns li img {
	width: 25px;
	height: 25px;
}
	@media screen and (max-height: 650px) {
		.menu {
			position: relative;
			top: 0;
			left: 0;
			width: 90%;
			margin: 130px auto 0;
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}
	}

/*=================================================
#main
==================================================*/
#main {
	position: relative; 
}
.main,
.main .inner {
	position: relative;
	z-index: 10;
}
.main h1,
.main h2, 
.main h3,
.main h4 { 
	line-height: 1.2em;
}
.main p,
.main li,
.main dt,
.main dd {
	line-height: 2em;
}
	@media screen and (max-width: 768px) {
		.main p,
		.main li,
		.main dt,
		.main dd {
			line-height: 1.7em;
		}
	}


/* ttl */
.ttl {
	font-size: 2.6rem;
	color: #dd9500;
}
.ttl .jp {
	display: block;
	font-size: 2.6rem;
}
.ttl .jp span {
	font-size: 2.0rem;
}
.ttl .en {
	font-size: 1.4rem;
}
	@media screen and (max-width: 768px) {
		.ttl {
			font-size: 2.4rem;
		}
	}

	@media screen and (max-width: 640px) {
		.ttl .jp {
			font-size: 2.2rem;
		}
	}
	@media screen and (max-width: 480px) {
		.ttl {
			font-size: 2.0rem;
		}
		.ttl .jp {
			font-size: 2.0rem;
		}
		.ttl .jp span {
			font-size: 1.8rem;
		}
		.ttl .en {
			font-size: 1.3rem;
		}
	}

/* subttl */
.about .column02 h3,
.fruits h3,
.shop .section02 h3 {
	margin: 0 0 25px;
	font-size: 2.0rem;
	color: #dd9500;
}
	@media screen and (max-width: 640px) {
		.about .column02 h3,
		.fruits h3,
		.shop .section02 h3 {
			font-size: 1.8rem;
		}
	}
	@media screen and (max-width: 480px) {
		.about .column02 h3,
		.fruits h3,
		.shop .section02 h3 {
			font-size: 1.6rem;
		}
	}

/*=================================================
page-contents
==================================================*/
/* bg-right
------------------------------------------------------------------------*/
.page .bg-right {
	position: relative;
}
.page .bg-right:before {
	display: block;
	position: absolute;
	top: -90px;
	right: 0;
	width: 61.875%;
	height : -webkit-calc(100% - 10px) ;
 	height : calc(100% - 10px) ;
	content: "";
	background: #fbf7ee;
	z-index: 1;
}
	@media (min-width: 769px) {
		.page .contact .bg-right:before {
			height: 543px;
		}
		.page .about .bg-right:before,
		.page .fruits .bg-right:before {
			height: 800px;
		}
		.page .news .bg-right:before,
		.page .blog .bg-right:before {
			height : -webkit-calc(100% + 285px) ;
		 	height : calc(100% + 285px) ;
		}
	}
	@media (min-width: 769px) and (max-width: 1100px) {
		.page .about .bg-right:before,
		.page .fruits .bg-right:before {
			height: 700px;
		}
		.page .news .bg-right:before,
		.page .blog .bg-right:before {
			height : -webkit-calc(100% + 195px) ;
		 	height : calc(100% + 195px) ;
		}
	}
	@media (min-width: 769px) and (max-width: 1100px) {
		.page .about .bg-right:before,
		.page .fruits .bg-right:before {
			height: 700px;
		}
	}
	@media screen and (max-width: 768px) {
		.dealer .bg-right:before,
		.shop .bg-right:before,
		.news .bg-right:before,
		.company .bg-right:before,
		.blog .bg-right:before {
			display: none;
		}
		.bg-right-sp {
			position: relative;
		}
		.bg-right-sp:before {
			display: block;
			position: absolute;
			top: -90px;
			right: 0;
			width: 61.875%;
			height : -webkit-calc(100% - 10px) ;
		 	height : calc(100% - 10px) ;
			content: "";
			background: #fbf7ee;
			z-index: 1;
		}
	}

/* page-header / section
------------------------------------------------------------------------*/
@keyframes page_header {
	0% {
		width: 100%;
	}
	100% {
		width: 0;
	}
}
.page .page-header {
	position: relative;
	margin-left: 90px;
	margin-right: 90px;
	z-index: 10;
}
.page .page-header::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fbf7ee;
}
body.init .page .page-header:after {
	animation: page_header 1s cubic-bezier(.8,0,.3,1) forwards;
	
}
body.init .page .page-header.contact:after {
	
	display: none;
}
.page section {
	padding-left: 90px;
	padding-right: 90px;
}
	@media screen and (max-width: 768px) {
		.page .page-header {
			margin-left: 20px;
			margin-right: 20px;
		}
		.page section {
			padding-left: 20px;
			padding-right: 20px;
		}
	}

/* page-header
------------------------------------------------------------------------*/
.page-header {
	position: relative;
	height: 542px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
	.about .page-header {
		background: url(../img/page/bg_about_main.jpg) no-repeat 50% 50% / cover;
	}
	.fruits .page-header {
		background: url(../img/page/bg_fruits_main.jpg) no-repeat 50% 50% / cover;
	}
	.processed.about_us .page-header {
		background: url(../img/page/bg_about_us.jpg) no-repeat 50% 50% / cover;
	}
	.processed.cultivation .page-header {
		background: url(../img/page/bg_cultivation.jpg) no-repeat 50% 50% / cover;
	}
	.processed.thought .page-header {
		background: url(../img/page/bg_thought.jpg) no-repeat 50% 50% / cover;
	}
	.processed.thought .page-header h1 {
		color: #000;
	}
	.shop .page-header,
	.dealer .page-header {
		height: 800px;
	}
	.company .page-header {
		height: 945px;
		background: url(../img/page/bg_company_main.jpg) no-repeat 50% 50% / cover;
	}
	.contact .page-header {
		background: url(../img/page/bg_contact_main.jpg) no-repeat 50% 50% / cover;
	}
	.news .page-header {
		background: url(../img/page/bg_news_main.jpg) no-repeat 50% 50% / cover;
	}
	.blog .page-header {
		background: url(../img/page/bg_blog_main.jpg) no-repeat 50% 50% / cover;
	}
	.faq .page-header {
		background: url(../img/page/bg_faq_main.jpg) no-repeat 50% 50% / cover;
	}
	@media screen and (max-width: 1300px) {
		.company .page-header {
			height: 542px;
		}
	}
	@media screen and (max-width: 768px) {
		#wrapper .page-header {
			height: auto;
			padding: 80% 0 0;
			border-radius: 6px;
		}
	}

.page-header h1 {
	position: absolute !important;
	top: 50%;
	left: 50%;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.page-header h1 .jp {
	font-size: 3.4rem;
}
.page-header h1 .en {
	display: block;
	padding: 5px 0 0;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
	@media screen and (max-width: 640px) {
		.page-header h1 .jp {
			font-size: 3.0rem;
		}
		.page-header h1 .en {
			font-size: 1.4rem;
		}
	}
	@media screen and (max-width: 480px) {
		.page-header h1 .jp {
			font-size: 2.8rem;
		}
		.page-header h1 .en {
			font-size: 1.3rem;
		}
	}

/* page-cont
------------------------------------------------------------------------*/
.page .base-white {
	position: relative;
	margin: -100px auto 0;
	padding-top: 100px;
	padding-bottom: 100px;
	border-radius: 6px;
	z-index: 50;
}
.page .base-white:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 81.25%;
	height: 100%;
	content: "";
	border-radius: 6px;
	background: #fff;
}
.page .base-white .inner {
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
}
	@media screen and (max-width: 1500px) {
		.page  .base-white:before {
			width : -webkit-calc(100% - 210px) ;
  			 width : calc(100% - 210px) ;
		}
		.page .base-white .inner {
			padding-right: 140px;
			box-sizing: border-box;
		}
	}
	@media screen and (max-width: 1100px) {
		.page  .base-white:before {
			width : -webkit-calc(100% - 180px) ;
  			 width : calc(100% - 180px) ;
		}
	}
	@media screen and (max-width: 768px) {
		.page .base-white {
			margin: 0;
			padding: 60px 5%;
		}
		.page .base-white h2 {
			text-align: center;
		}
		.page .base-white:before {
			width : 100%;
			margin-left: 0;
			border-radius: 0;
		}
		.page .base-white .inner {
			padding-right: 0;
		}
	}

/*=================================================
section-harvest ( page :  about / fruit )
==================================================*/
.section-harvest {
	padding: 0 0 100px;
	background: #f9f9f9;
}
.section-harvest .viewSp {
	display: none;
}
.section-harvest .ttl-wrap {
	text-align: center;
	-webkit-transform: translate(0, 10%);
   	transform: translate(0, 10%);
}
.section-harvest .ttl-wrap.init {
	-webkit-transform: translate(0, -20%);
	transform: translate(0, -20%); 
}
.section-harvest h2 .jp {
	font-size: 2.4rem;
}
.section-harvest .ttl-wrap p {
	color: #dd9500;
	margin: 5px 0 50px;
}
	@media screen and (max-width: 1100px) {
		.section-harvest {
			margin: 0 0 80px;
		}
	}
	@media screen and (max-width: 768px) {
		.section-harvest .viewPc {
			display: none;
		}
		.section-harvest .viewSp {
			display: block;
		}
		.section-harvest {
			padding-bottom: 13%;
			margin: 0 0 13%;
		}
		.section-harvest .ttl-wrap p {
			margin: 5px 0 30px;
		}
	}

/* table */
.section-harvest table {
	width: 100%;
}
.section-harvest .txt-note {
	display: none;
}
.section-harvest th {
	padding: 15px;
	font-weight: 300;
	color: #dd9500;
	text-align: center;
}
.section-harvest td figcaption {
	padding: 5px 0 0;
	font-size: 1.3rem;
}
.section-harvest td .fruit01 { color: #f4422f; }
.section-harvest td .fruit02 { color: #b20000; }
.section-harvest td .fruit03 { color: #ab6203; }
.section-harvest td .fruit04 { color: #587500; }
.section-harvest td .fruit05 { color: #3d415a; }
.section-harvest td .fruit06 { color: #d27900; }
.section-harvest td .fruit07 { color: #f85330; }
.section-harvest td .fruit08 { color: #ad8f01; }
.section-harvest td .fruit09 { color: #798c1a; }

	@media (min-width: 769px) {/* for PC */
		.section-harvest .table-wrap {
			max-width: 1200px;
			width: 100%;
			margin: 0 auto;
		}
		.section-harvest th {
			width: 8.3%;
			border-bottom: 1px solid #dd9500;
		}
		.section-harvest td {
			padding: 10px 5px;
			text-align: center;
		}
		.section-harvest th:nth-child(odd),
		.section-harvest td:nth-child(odd) {
			border-right: 1px dotted #ccc;
			background: #fff;
		}
		.section-harvest th:nth-child(even),
		.section-harvest td:nth-child(even) {
			border-right: 1px dotted #ccc;
			background: #faf8f5;
		}
		.section-harvest th:last-child,
		.section-harvest td:last-child {
			border-right: none;
		}
		.section-harvest tr:first-child td {
			padding-top: 30px;
		}
		.section-harvest td .fruit03-01 {
			-webkit-transform: translate(-35px, 0);
			transform: translate(-35px, 0);
		}
		.section-harvest td .fruit05 {
			-webkit-transform: translate(-15px, 0);
			transform: translate(-15px, 0);
		}
		.section-harvest td .fruit07 {
			-webkit-transform: translate(-30px, 0);
			transform: translate(-30px, 0);
		}
	}
	@media (min-width: 769px) and (max-width: 1100px) {/* for PC */
		.section-harvest .txt-note {
			display: block;
			margin: 0 0 5px;
			font-size: 1.2rem;
			color: #dd9500;
		}
		.section-harvest table {
			width: 1000px;
		}
		.section-harvest .table-wrap {
		overflow: auto;
		}
		.section-harvest .table-wrap::-webkit-scrollbar {
		 height: 5px;
		}
		.section-harvest .table-wrap::-webkit-scrollbar-track {
		 background: #F1F1F1;
		}
		.section-harvest .table-wrap::-webkit-scrollbar-thumb {
		 background: #BCBCBC;
		}
	}
	@media screen and (max-width: 768px) {/* for SP */
		.section-harvest .table-wrap {
			max-width: 500px;
			width: 100%;
			margin: 0 auto;
		}
		.section-harvest tr {
			border-bottom: 1px dotted #ccc;
		}
		.section-harvest tr:nth-child(odd) {
			background: #fff;
		}
		.section-harvest tr:nth-child(even) {
			background: #faf8f5;
		}
		.section-harvest th {
			width: 60px;
			border-right: 1px solid #dd9500;
		}
		.section-harvest td {
			width: 33.3%;
			padding: 5px;
			text-align: center;
		}
		.section-harvest td .fruit03-01 {
			-webkit-transform: translate(0, -50px);
			transform: translate(0, -50px);
		}
		.section-harvest td .fruit05 {
			-webkit-transform: translate(0, -30px);
			transform: translate(0, -30px);
		}
		.section-harvest td .fruit07 {
			-webkit-transform: translate(0, -30px);
			transform: translate(0, -30px);
		}
	}
	@media screen and (max-width: 360px) {
		.section-harvest td figure img {
			display: block;
			width: 80%;
			margin: 0 auto;
		}
	}

/*=================================================
Parts
==================================================*/
/* btn-base */
.btn-base {
	overflow: hidden;
	position: relative;
	display: block;
	width: 265px;
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
	color: #dd9500;
	font-family: 'EB Garamond', serif;
	font-size: 1.4rem;
	border: 1px solid #dd9500;
	background: #fff;
	border-radius: 30px; 
	box-sizing: border-box;
	transition: all .3s;
}
.btn-base::before {
	position: absolute;
	content: "";
	background: #dd9500;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 30px; 
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	transition:all .5s ease;
}
.btn-base span {
	position: relative;
	z-index: 10;
}
.btn-base:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 49px;
	height: 18px;
	content: "";
	background: url(../img/icn_arrow.svg) no-repeat 0 0;
	background-size: contain;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: all .3s;
}
.sp-base .btn-base:hover {
	background-color: #00572b;
}
.sp-base .btn-base:before {
	display: none;
}
.sp-base .btn-base:hover:after {
	right: 20px;
	background: url(../img/icn_arrow.svg) no-repeat 0 0;
	background-size: contain;
}
	@media(min-width:769px) and (max-width: 9999px) {
		.btn-base:hover {
			color: #fff;
		}
		.btn-base:hover::before {
			width: 100%;
		}
		.btn-base:hover:after {
			right: 10px;
			background: url(../img/icn_arrow_wt.svg) no-repeat 0 0;
			background-size: contain;
		}
	}

/* movie */
#movie {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url(../img/page/bg_shop_main.jpg) no-repeat 50% bottom / cover;
    border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	z-index: 1;
}
#movie::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1;
}
#movie .movie {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
	@media screen and (max-width: 768px) {
		#movie {
			border-radius: 6px;
		}
	}

/* popup */
#popup {
	overflow: scroll;
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background: rgba(255,255,255,0.7);
	z-index: 9999;
	opacity: 0;
	transition: all .3s;
	z-index: -1;
}
body.init #popup {
	opacity: 1;
	z-index: 9999;
}
#popup.close {
	display: none;
}
#popup .inner {
    position:absolute;
    top: 50%;
    left: 50%;
	max-width: 600px;
	max-height: 600px;
	min-height: 430px;
	box-sizing: border-box;
	width: 76%;
	height: 76%;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}
#popup .cont {
	position: absolute;
	width: 100%;
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 0 3%;
	box-sizing: border-box;
}
#popup .cont p {
	font-size: 1.1em;
	line-height: 170%
}
#popup .cont p span {
	color: #e85508;
	font-weight: 600;
}
#popup .cont figure {
	max-width: 70px;
	width: 20%;
	margin: 8% auto 5%;
}
#popup .cont .ttl {
	color: #7f451b;
	font-size: 1.7em;
	line-height: 170%;
	text-align: center;
	padding: 0 0 9%;
}
#popup .cont .txt {
	width: 90%;
	margin: 0 auto;
}
#popup .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    height: 17px;
	margin: 3%;
	cursor: pointer;
}
#popup .btn_close span {
    position: absolute;
    background: #7f451b;
    top: 50%;
    left: 0;
    display: block;
    width: 24px;
    height: 2px;
    margin: -2px 0 0 -3px;
}
#popup .btn_close span:first-child {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}
#popup .btn_close span:last-child {
    -webkit-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
	@media screen and (max-width:480px) {
		#popup .cont p {
			font-size: 1em;
		}
		#popup .cont .ttl {
			font-size: 1.1em;
		}
		#popup .btn_close {
			margin: 6%;
		}
	}

/*==================================================
news & blog
==================================================*/
/* pager */
.pager {
	margin: 80px 0 0;
	text-align: center;
}
.pager li {
	display: inline-block;
	margin: 0 8px;
	vertical-align: middle;
}
.pager .prev,
.pager .next {
	width: 50px;
}
.pager .prev {
	margin-right: 20px;
}
.pager .next {
	margin-left: 20px;
}
.pager .prev a img,
.pager .next a img {
	display: block;
}
.pager .prev {
	transform: scale(-1, 1);
}
.pager .number a,
.pager .number span {
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #dd9500;
	text-align: center;
	font-family: yu-mincho-pr6n, sans-serif;
	border: 1px solid #dd9500;
	border-radius: 50%;
	transition: all .3s;
}
.pager .number a:hover,
.pager .number span {
	color: #fff;
	background: #dd9500;
}
	@media screen and (max-width: 768px) {
		.pager li {
			margin: 0 5px;
		}
		.pager .prev,
		.pager .next {
			width: 35px;
		}
		.pager .prev {
			margin-right: 15px;
		}
		.pager .next {
			margin-left: 15px;
		}
		.pager .number a,
		.pager .number span {
			width: 35px;
			height: 35px;
			line-height: 35px;
		}
	}

/* pager-dtail */
.pager-detail:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.pager-detail li {
	overflow: hidden;
	position: relative;
	display: block;
	width: 265px;
	height: 45px;
	line-height: 45px;
	color: #dd9500;
	font-family: 'EB Garamond', serif;
	font-size: 1.4rem;
	border: 1px solid #dd9500;
	background: #fff;
	border-radius: 30px; 
	box-sizing: border-box;
	transition: all .3s;
}
.pager-detail li.prev {
	float: left;
}
.pager-detail li.next {
	float: right;
}
.pager-detail li::before {
	position: absolute;
	content: "";
	background: #dd9500;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 30px; 
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	transition:all .5s ease;
	pointer-events: none;
}
.pager-detail li a {
	display: block;
	padding: 0 30px;
}
.pager-detail li span {
	position: relative;
	z-index: 10;
}
.pager-detail li:after {
	display: block;
	position: absolute;
	top: 50%;
	width: 49px;
	height: 9px;
	content: "";
	margin-top: -5px;
	background: url(../img/icn_arrow.svg) no-repeat 0 0;
	background-size: contain;
	transition: all .3s;
	pointer-events: none;
}
.pager-detail li.prev {
	text-align: right;
}
.pager-detail li.prev:after {
	left: 20px;
	transform: scale(-1, 1);
}
.pager-detail li.next:after {
	right: 20px;
}
.pager-detail li a {
	color :#dd9500;
}
.sp-base .pager-detail li:hover {
	background-color: #00572b;
}
.sp-base .pager-detail li:hover a {
	color :#dd9500;
}
.sp-base .pager-detail li:before {
	display: none;
}
.sp-base .pager-detail li:hover:after {
	right: 20px;
	background: url(../img/icn_arrow.svg) no-repeat 0 0;
	background-size: contain;
}
	@media(min-width:769px) and (max-width: 9999px) {
		.pager-detail li:hover {
			color: #fff;
		}
		.pager-detail li:hover a {
			color :#fff;
		}
		.pager-detail li:hover::before {
			width: 100%;
		}
		.pager-detail li:hover:after {
			right: 10px;
			background: url(../img/icn_arrow_wt.svg) no-repeat 0 0;
			background-size: contain;
		}
	}
	@media screen and (max-width: 1100px) {
		.pager-detail li {
			width: 200px;
		}
	}
	@media screen and (max-width: 480px) {
		.pager-detail li {
			width: 48%;
		}
		.pager-detail li:after {
			width: 30px;
			height: 7px;
		}
		.pager-detail li.prev:after {
			left: 10px;
		}
		.pager-detail li.next:after {
			right: 10px;
		}
		.pager-detail li a {
			padding: 0 15px;
		}
	}
	@media screen and (max-width: 360px) {
		.pager-detail li {
			max-width: 300px;
			width: 94%;
			margin: 0 auto 10px;
		}
		.pager-detail li.prev {
			float: none;
		}
		.pager-detail li.next {
			float: none;
		}
	}


/* pager-dtail02 */
.pager-detail02 {
	display: flex;
/* 	justify-content: space-between; */
	justify-content: center;
}
.pager-detail02 li {
	overflow: hidden;
	position: relative;
	display: block;
	max-width: 180px;
	margin: 0 20px;
	width: 31.333%;
	height: 45px;
	line-height: 45px;
	color: #dd9500;
	font-family: 'EB Garamond', serif;
	font-size: 1.4rem;
	border: 1px solid #dd9500;
	background: #fff;
	border-radius: 30px; 
	box-sizing: border-box;
	transition: all .3s;
}
.pager-detail02 li::before {
	position: absolute;
	content: "";
	background: #dd9500;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 30px; 
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	transition:all .5s ease;
	pointer-events: none;
}
.pager-detail02 li.back::before {
	position: absolute;
	content: "";
	background: #fff;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 30px; 
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	transition:all .5s ease;
	pointer-events: none;
}
.pager-detail02 li a {
	display: block;
	padding: 0 20px;
}
.pager-detail02 li span {
	position: relative;
	z-index: 10;
}
.pager-detail02 li.prev:after,
.pager-detail02 li.next:after {
	display: block;
	position: absolute;
	top: 50%;
	width: 49px;
	height: 9px;
	content: "";
	margin-top: -5px;
	background: url(../img/icn_arrow.svg) no-repeat 0 0;
	background-size: contain;
	transition: all .3s;
	pointer-events: none;
}
.pager-detail02 li.back a {
	color: #fff;
	text-align: center;
	background: #dd9500;
}
.pager-detail02 li.prev {
	text-align: right;
}
.pager-detail02 li.prev:after {
	left: 10px;
	transform: scale(-1, 1);
}
.pager-detail02 li.next:after {
	right: 10px;
}
.pager-detail02 li a {
	color :#dd9500;
}
.sp-base .pager-detail02 li:hover {
	background-color: #00572b;
}
.sp-base .pager-detail02 li:hover a {
	color: #dd9500;
}
.sp-base .pager-detail02 li:before {
	display: none;
}
.sp-base .pager-detail02 li:hover:after {
	right: 20px;
	background: url(../img/icn_arrow.svg) no-repeat 0 0;
	background-size: contain;
}


	@media(min-width:769px) and (max-width: 9999px) {
		.pager-detail02 li:hover {
			color: #fff;
		}
		.pager-detail02 li:hover a {
			color :#fff;
		}
		.pager-detail02 li.back:hover a {
			color: #dd9500;
		}
		.pager-detail02 li:hover::before {
			width: 100%;
		}
		.pager-detail02 li:hover:after {
			right: 10px;
			background: url(../img/icn_arrow_wt.svg) no-repeat 0 0;
			background-size: contain;
		}
	}
	@media screen and (max-width: 640px) {
		.pager-detail02 {
			position: relative;
			padding: 0 0 55px;
		}
		.pager-detail02 li {
			width: 40%;
			margin: 0 4%;
		}
		.pager-detail02 li.back {
			position: absolute;
			bottom: 0;
			left: 50%;
			-webkit-transform: translate(-50%, 0);
   			transform: translate(-50%, 0);
		}
	}
	@media screen and (max-width: 480px) {
		.pager-detail02 li {
			width: 48%;
			margin: 0;
		}
		.pager-detail02 li:after {
			width: 30px;
			height: 7px;
		}
		.pager-detail02 li a {
			padding: 0 15px;
		}
	}
	@media screen and (max-width: 360px) {
		.pager-detail02 {
			display: block;
		}
		.pager-detail02 li {
			max-width: 300px;
			width: 94%;
			margin: 0 auto 10px;
		}
	}



/* pagetop */
.news #pagetop,
.blog #pagetop {
	margin-top: 5%;
}

/* btn-back */
.btn-back {
	position: absolute;
	bottom: -180px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 100;
}
.btn-back a {
	font-size: 1.5rem;
}
.btn-back span {
	position: relative;
	padding-left: 70px;
}
.btn-back span:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	height: 9px;
	margin-top: -5px;
	content: "";
	transform: scale(-1, 1);
	background: url(../img/icn_arrow_bk.svg) no-repeat 0 0 / contain;
}
	@media screen and (max-width: 1100px) {
		.btn-back {
			position: relative;
			bottom: auto;
			left: auto;
			text-align: center;
			margin: 50px 0 0;
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}
	}
	@media screen and (max-width: 768px) {
		.btn-back a {
			display: block;
			max-width: 300px;
			width: 94%;
			margin: 0 auto;
			padding: 10px 20px 10px 0;
			font-size: 1.4rem;
			color: #dd9500;
			border: 1px solid #dd9500;
			border-radius: 30px;
			box-sizing: border-box;
		}
		.btn-back span:before {
			background: url(../img/icn_arrow.svg) no-repeat 0 0 / contain;
		}
	}

/* list */
.news .list li {
	border-bottom: 1px dotted #eee;
}
.blog .list li {
	border-bottom: 1px dotted #DFCFC3;
}
.news .list li > a,
.news .list li > div,
.blog .list li > a,
.blog .list li > div {
	display: block;
	padding: 20px 15px;
}
.news .list time,
.blog .list time {
	display: block;
	font-family: 'EB Garamond', serif; 
}
.news .list time br,
.blog .list time br {
	display: none;
}
.news .list .txt .tag,
.blog .list .txt .tag {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 10px 10px 0;
	font-size: 1.3rem;
	line-height: 100%;
	border: 1px solid #545454;
}
.news .list .txt p + p,
.blog .list .txt p + p {
	margin-top: 1em;
}
.news .list .txt a,
.blog .list .txt a  {
	color: #dd9500;
	text-decoration: underline;
}
	@media screen and (max-width: 1100px) {
		.news .list time,
		.blog .list time {
			width: 100%;
		}
		.news .list time br,
		.blog .list time br {
			display: none;
		}
		.news .list .txt,
		.blog .list .txt  {
			padding: 5px 0 0;
		}
	}

/*==================================================
sidenav
==================================================*/
.fixnav {
	position: fixed;
	top: 125px;
	right: 0;
	width: 90px;
	text-align: center;
	z-index: 100;
}
.fixnav .cart {
	margin: 0 0 35px;
}
.fixnav .cart img {
	width: 36px;
	height: 36px;
}
.fixnav .cart span {
	display: block;
	padding-left: 4px;
	font-family: 'EB Garamond', serif; 
	color: #dd9500;
	font-size: 10px;
}
.fixnav .sns li {
	display: inline-block;
}
.fixnav .sns li img {
	width: 25px;
	height: 25px;
}
	@media screen and (max-width: 768px) {
		.fixnav {
			top: 100px;
			width: 60px;
		}
		.fixnav .cart {
			margin: 0 0 20px;
		}
		.fixnav .sns li {
			display: block;
			margin: 0 0 10px;
		}
	}
	@media screen and (max-width: 768px) {
		.fixnav {
			display: none;
		}
	}

/*==================================================
pagetop
==================================================*/
#pagetop {
	display: block;
	width: 94px;
	margin: 0 auto;
	padding: 25px 0;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 0.2em;
	transition: all .3s;
	color: #dd9500;
	font-family: 'EB Garamond', serif;
}
.page #pagetop {
	margin-top: 80px;
	visibility: hidden;
}
#pagetop:hover {
	color: #999;
}
#pagetop span {
	position: relative;
	display: block;
	padding: 30px 0 0;
}
#pagetop span:before {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 18px;
	height: 16px;
	content: "";
	background: url(../img/icn_pagetop.svg) no-repeat 0 0 / contain;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	transition: all .3s;
}
#pagetop:hover span:before {
	background: url(../img/icn_pagetop_bk.svg) no-repeat 0 0 / contain;
}

	@media screen and (max-width: 768px) {
		#pagetop {
			font-size: 1.1rem;
		}
		.page #pagetop {
			margin-top: 12%;
		}
	}

/*==================================================
Footer 
==================================================*/
#footer {
	position: relative;
	z-index: 10;
}
#footer .visualimg {
	width: 100%;
	height: 380px;
	background: url(../img/img_footer.jpg) no-repeat 50% 50% / cover;
}
.footer {
	padding: 0 0 83px;
	/* background: #fbf7ee url(../img/bg_footer.jpg) repeat-x 50% bottom; */
}
.footer .logo {
	width: 226px;
	margin: 0 auto 40px;
}
.footer .logo img {
	margin-top: -82px;
}
.footnav {
	margin: 0 0 50px;
	text-align: center;
}
.footnav li {
	display: inline-block;
	margin: 0 20px;
	font-size: 1.4rem;
}
.footnav li a {
	position: relative;
	padding: 0 0 3px;
	color: #dd9500;
}
.footnav li a::after {
	position: absolute;
	bottom: -4px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background: #dd9500;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.footnav li a:hover::after {
	width: 100%;
}
.footnav.sub li {
	font-size: 1.3rem;
}
.footer .sns {
	margin: 0 0 40px;
	text-align: center;
}
.footer .sns li {
	display: inline-block;
	margin: 0 3px;
}
.footer .sns li img {
	width: 25px;
	height: 25px;
}
.footer .address {
	margin: 0 0 50px;
	text-align: center;
	color: #dd9500;
	line-height: 140%;
}
.footer .address span {
	padding-right: 0.5em;
}

#copy {
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0;
}
	@media screen and (max-width: 768px) {
		#footer .visualimg {
			height: auto;
			padding: 40% 0 0;
		}
		.footer .logo {
			max-width: 226px;
			width: 35%;
		}
		.footer .logo img {
			margin-top: -40%;
		}
		.footnav li {
			display: block;
			margin: 0;
			border-bottom: 1px dotted #dd9500;
		}
		.footnav li:first-child {
			border-top: 1px dotted #dd9500;
		}
		.footnav li a {
			position: relative;
			display: block;
			padding: 15px 3%;
			text-align: left;
		}
		.footnav li a:before {
			display: block;
			position: absolute;
			top: 50%;
			right: 15px;
			width: 11px;
			height: 9px;
			content: "";
			margin-top: -4.5px;
			background: url(https://nakahara-seika.com/common/img/icn_pagetop.png) no-repeat 0 0 / contain;
			transition: all .3s;
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
	}
	@media screen and (max-width:768px) {
		.footnav {
			max-width: 400px;
			width: 90%;
			margin: 0 auto;
		}
		.footnav.sub {
			margin-bottom: 50px;
		}
		.footnav.sub li:first-child {
			border-top: none;
		}
		.footnav li {
			font-size: 1.3rem;
		}
		.footnav li a {
			color: #dd9500;
		}
		.footer .address span {
			display: block;
			padding-right: 0;
		}
		#copy {
			font-size: 1rem;
		}
	}


/* link-netshop */
/* #menu .link-netshop,
.footer .link-netshop {
	margin: 0 0 45px;
	text-align: center;
}
#menu .link-netshop a,
.footer .link-netshop a {
	position: relative;
	display: inline-block;
	padding: 0 71px 0 52px;
	font-size: 1.6rem;
	color: #dd9500;
}
#menu .link-netshop a:before,
.footer .link-netshop a:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 32px;
	height: 30px;
	content: "";
	background: url(../img/icn_cart.svg) no-repeat 50% 50% / contain;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#menu .link-netshop a:after,
.footer .link-netshop a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 49px;
	height: 9px;
	content: "";
	background: url(../img/icn_arrow.svg) no-repeat 50% 50% / contain;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#menu .link-netshop a span,
.footer .link-netshop a span {
	position: relative;
	padding: 0 0 3px;
}
#menu .link-netshop a span::after,
.footer .link-netshop a span::after {
	position: absolute;
	bottom: -4px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background: #545454;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#menu .link-netshop a:hover span::after,
.footer .link-netshop a:hover span::after {
	width: 100%;
}
	@media screen and (max-width: 768px) {
		#menu .link-netshop,
		.footer .link-netshop {
			display: block;
			position: relative;
			top: auto;
			right: auto;
			height: 50px;
			line-height: 50px;
			padding: 0 10px;
			margin: 30px auto;
			max-width: 400px;
			width: 90%;
			background: #dd9500;
			border-radius: 30px;
			box-sizing: border-box;
		}
		#menu .link-netshop a,
		.footer .link-netshop a {
			padding: 0 65px 0 46px;
			color: #fff;
			font-size: 1.4rem;
		}
		#menu .link-netshop a:before,
		.footer .link-netshop a:before {
			width: 26px;
			height: 24px;
			background: url(../img/icn_cart_wt.svg) no-repeat 50% 50% / contain;
		}
		#menu .link-netshop a:after,
		.footer .link-netshop a:after {
			width: 45px;
			height: 7px;
			background: url(../img/icn_arrow_wt.svg) no-repeat 50% 50% / contain;
		}
	}
	
#menu  .link-netshop a:hover span::after,
.device-sp .footnav li a:hover::after,
.device-sp .footer .link-netshop a:hover span::after {
	width: 0;
} */

#menu .link-netshop,
.footer .link-netshop {
	margin: 0 0 45px;
	display: block;
	width: 260px;
	margin: 0 auto 40px;
	text-align: center;
}
#menu .link-netshop a,
.footer .link-netshop a {
	display: block;
	position: relative;
	height: 44px;
	line-height: 44px;
	font-size: 1.5rem;
	color: #dd9500;
	font-family: yu-mincho-pr6n, sans-serif;
	border: 1px solid #dd9500;
	border-radius: 30px;
	transition: all .3s;
}
#menu .link-netshop a span,
.footer .link-netshop a span {
	position: relative;
	padding: 0 0 0 42px;
}
#menu .link-netshop a span:before,
.footer .link-netshop a span:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 32px;
	height: 30px;
	content: "";
	background: url(../img/icn_cart.svg) no-repeat 50% 50% / contain;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: all .3s;
}
#menu .link-netshop a:hover,
.footer .link-netshop a:hover {
	color: #fff;
	background: #dd9500;
}
#menu .link-netshop a:hover span:before,
.footer .link-netshop a:hover span:before {
	background: url(../img/icn_cart_wt.svg) no-repeat 50% 50% / contain;
}

	@media screen and (max-width: 768px) {
		.footer .link-netshop {
			max-width: 400px;
			width: 90%;
			box-sizing: border-box;
		}
		#menu .link-netshop a,
		.footer .link-netshop a {
			font-size: 1.4rem;
		}
	}






/*==================================================
device-sp
==================================================*/
	@media screen and (max-width: 768px) {
		.footnav li a:hover::after,
		.footer .link-netshop a:hover span::after,
		#main .section-news .link-base:hover span::after {
			width: 0;
		}
	}

/*==================================================
Swiper
==================================================*/
/* Swiper 4.4.5*/
 .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	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(0px, 0, 0);
	transform: translate3d(0px, 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-slide-invisible-blank {
	visibility: hidden;
  }
  /* Auto Height */
  .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;
  }
  /* 3D Effects */
  .swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
  }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
  }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	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, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  /* IE10 Windows Phone 8 Fixes */
  .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-prev,
  .swiper-button-next {
	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-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
	opacity: 0.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: 300ms opacity;
	-o-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
  }
  /* Common Styles */
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
  }
  /* Bullets */
  .swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.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(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
  }
  .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.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(0px, -50%, 0);
	transform: translate3d(0px, -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: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -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: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
  }
  .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
  }
  /* Progress */
  .swiper-pagination-progressbar {
	background: rgba(0, 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,
  .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
  }
  .swiper-container-vertical > .swiper-pagination-progressbar,
  .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
  }
  .swiper-pagination-white .swiper-pagination-bullet-active {
	background: #ffffff;
  }
  .swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
  }
  .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #ffffff;
  }
  .swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000000;
  }
  .swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
  }
  .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000000;
  }
  .swiper-pagination-lock {
	display: none;
  }
  /* Scrollbar */
  .swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 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, 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 > img,
  .swiper-zoom-container > svg,
  .swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
  }
  .swiper-slide-zoomed {
	cursor: move;
  }
  /* Preloader */
  .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);
	}
  }
  /* a11y */
  .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-prev,
  .swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
  }
  .swiper-container-cube .swiper-slide-shadow-top,
  .swiper-container-cube .swiper-slide-shadow-bottom,
  .swiper-container-cube .swiper-slide-shadow-left,
  .swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }
  .swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.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-top,
  .swiper-container-flip .swiper-slide-shadow-bottom,
  .swiper-container-flip .swiper-slide-shadow-left,
  .swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }
  .swiper-container-coverflow .swiper-wrapper {
	/* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
  }

/*==================================================
clearfix
==================================================*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}