@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css?family=Lora:400,400i");
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic');*/
@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,400i');
@import url('https://fonts.googleapis.com/css?family=Marcellus+SC&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Amatic+SC');

/*! sanitize.css v3.2.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
	display: none;
	Fw30
	/* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
	-webkit-appearance: button;
	/* iOS 8+ */
	overflow: visible;
	/* Internet Explorer 11- */
}

details {
	display: block;
	/* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
	-ms-overflow-style: -ms-autohiding-scrollbar;
	/* Edge 12+, Internet Explorer 11- */
	overflow-y: scroll;
	/* All browsers without overlaying scrollbars */
	-webkit-text-size-adjust: 100%;
	/* iOS 8+ */
}

input {
	-webkit-border-radius: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* iOS 8+ */
}

input[type="number"] {
	width: auto;
	/* Firefox 36+ */
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* Chrome 45+, Safari 9+ */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	/* Chrome 45+, Safari 9+ */
}

main {
	display: block;
	/* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
	overflow: auto;
	/* Internet Explorer 11- */
}

progress {
	display: inline-block;
	/* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
	font-size: 75%;
	/* All browsers */
}

summary {
	display: block;
	/* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
	overflow: hidden;
	/* Internet Explorer 11- */
}

template {
	display: none;
	/* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
	overflow: auto;
	/* Edge 12+, Internet Explorer 11- */
}

[hidden] {
	display: none;
	/* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
	box-sizing: inherit;
}

* {
	font-size: inherit;
	line-height: inherit;
}

:before,
:after {
	text-decoration: inherit;
	vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
	border-style: solid;
	border-width: 0;
}

/* specify the core styles of all elements */
* {
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

/* specify the root styles of the document */
:root {
	background-color: #ffffff;
	box-sizing: border-box;
	color: #000000;
	cursor: default;
	font: 100%/1.5 sans-serif;
}

/* specify the text decoration of anchors */
a {
	text-decoration: none;
	outline: none;
	/*cursor: pointer;*/
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
	background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
	min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
	list-style: none;
}

/* specify the standard appearance of selects */
select {
	-moz-appearance: none;
	/* Firefox 40+ */
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
	/* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
	color: currentColor;
	/* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
	resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
	background-color: #b3d4fc;
	/* required when declaring ::selection */
	color: #ffffff;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	/* required when declaring ::selection */
	color: #ffffff;
	text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
	cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
	clip: rect(0 0 0 0);
	display: inherit;
	position: absolute;
}

[hidden][aria-hidden="false"]:focus {
	clip: auto;
}

/* remove delay from tapping on clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

/*# sourceMappingURL=sanitize.css.map */
#wrapper {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	#wrapper {
		overflow: auto;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	#wrapper {
		overflow: auto;
	}
}

:root,
html,
body {
	background-color: #232323;
	color: #f6f6f6;
	width: 100%;
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 400;
	font-style: normal;


	font-size: 62.5%;
}

body {
	font-size: 14px;
	font-size: 1.4rem;
}

* {
	box-sizing: border-box;
}

li {
	list-style-type: none;
}

a {
	color: #191919;
	/*transition: all .5s ease;*/
}

a img {
	/*transition: all .8s ease-out;*/
}

a:hover {
	text-decoration: none;
	color: #191919;
	transition: all .5s ease;
	border-color: #191919;
}

/*a:hover img {
    opacity: .7;
    transition: all .8s; }*/

.img-max {
	width: 100%;
}

/*================================

default

================================*/


img {
	border: 0;
	margin: 0;
	vertical-align: bottom;
}

a {
	color: #777;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a img {
	-webkit-transition: filter .6s;
	-moz-transition: filter .6s;
	-o-transition: filter .6s;
	-ms-transition: filter .6s;
	transition: filter .6s;
}

a:hover img {
	/*opacity: 0.5;
	filter: alpha(opacity=50);*/
	-webkit-transition: filter .6s;
	-moz-transition: filter .6s;
	-o-transition: filter .6s;
	-ms-transition: filter .6s;
	transition: filter .6s;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}


/*================================

display

================================*/

.disphide {
	display: none;
}

.dispview {
	display: block;
}

.inline {
	display: inline;
}

.pconly {
	display: block;
}

.sponly {
	display: none;
}

.visibhide {
	visibility: hidden !important;
}

.visibview {
	display: visible !important;
}

.overflowhidden {
	overflow-y: hidden !important;
}

.pci {
	display: inline;
}

.spi {
	display: none;
}

@media screen and (max-width: 639px) {
	.pci {
		display: none;
	}

	.spi {
		display: inline;
	}
}

.pc {
	display: block !important;

}

.sp {
	display: none !important;
}

@media screen and (max-width: 639px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}


/*================================

clearfix

================================*/

.clearfloat {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.clearfix {
	display: inline-table;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*================================

wrapper

================================*/

#wrapper {
	width: 100%;
	background-color: #232323;
	height: auto;
}


/*================================

main

================================*/

#main {
	width: 100%;
	height: auto;
	position: relative;
}

.main_img {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto 0px;
}

@media screen and (max-width: 640px) {
	.main_img {
		width: 100%;
		height: auto;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto 0px;
	}
}

.main_img .caption_img img {
	width: 100%;
	margin: 0 auto;
}





/*================================

content

================================*/

#content {
	color: #f6f6f6;
	background-color: #232323;
	width: 90%;
	height: auto;
	margin: 80px auto 0;
	padding: 0;
}

@media screen and (max-width: 640px) {
	#content {
		width: 100%;
	}
}


/*================================

box

================================*/

#box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	font-weight: 400;
	overflow: hidden;
}

@media screen and (max-width: 639px) {
	#box {
		width: 95%;
	}
}

#box a:hover img {
	/*opacity:0.5;
	filter: alpha(opacity=50);*/
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

#box:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/*================================

block

================================*/

.block {
	display: flex;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

.block:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*=====

blockの幅

======*/

.block.w100 {
	width: 100%;
}

.block.w90 {
	width: 90%;
}

.block.w80 {
	width: 80%;
}

.block.w70 {
	width: 100%;
}

.block.w60 {
	width: 60%;
}

.block.w50 {
	width: 60%;
}

@media screen and (max-width: 639px) {

	.block.w100,
	.block.w90,
	.block.w80,
	.block.w70,
	.block.w60,
	.block.w50 {
		width: 100%;
	}
}



/*================================

look

================================*/

.block .look {

	align-items: flex-end;
	flex-direction: row;
	width: 100%;
	margin: 0 auto;
	vertical-align: top;
}


@media screen and (max-width: 639px) {
	.block .look {
		display: block;
		position: relative;
		margin-top: 0px !important;
	}

	.block .look2 {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
		margin: 40px auto 80px;
		padding: 0;
		vertical-align: top;
	}

	.block .look.topphoto {
		margin-top: 0 !important;
	}
}

.block .look .spphoto {
	display: none;
}

@media screen and (max-width: 639px) {
	.block .look .spphoto {
		display: none;
		position: absolute;
		z-index: 9999;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
}

@media screen and (max-width: 639px) {
	.block .look .spphoto .overlay {
		display: none;
		width: 100%;
		height: 100%;
	}

	.block .look .spphoto .cledit {
		display: table;
		background-color: rgba(255, 255, 255, 0.8);
		width: 100%;
		height: 100%;
		vertical-align: middle;
	}

	.block .look .spphoto .overlay p {
		display: table-cell;
		vertical-align: middle;
		font-size: 10px;
		line-height: 1.6;
		color: #666;
	}

	.block .look .spphoto .cledit p a {
		color: #000;
		text-decoration: underline;
	}

	.block .look .spphoto .cledit p a.disable {
		color: #666 !important;
		pointer-events: none;
		cursor: default;
		text-decoration: none !important;
	}
}

@media screen and (max-width: 639px) {
	.block .look .spphoto .aaa {
		display: block;
		width: 100%;
		height: 100%;
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		-ms-transition: all 1s;
		transition: all 1s;

	}

	.views {
		opacity: 1 !important;
		filter: alpha(opacity=100) !important;
	}

	.block .look .spphoto .aaa p {
		display: table-cell;
		vertical-align: middle;
		font-size: 10px;
		line-height: 1.6;
	}
}

/*=====

lookの幅

======*/

.block .look.w100 {
	width: 100%;
}

.block .look.w90 {
	width: 90%;
}

.block .look.w80 {
	width: 80%;
}

.block .look.w70 {
	width: 70%;
}

.block .look.w60 {
	width: 60%;
}

.block .look.w50 {
	width: 50%;
}

.block .look.w40 {
	width: 40%;
}

.block .look.w30 {
	width: 30%;
}

.block .look.w20 {
	width: 20%;
}

.block .look.w10 {
	width: 10%;
}

@media screen and (max-width: 639px) {

	.block .look.w100,
	.block .look.w90,
	.block .look.w80,
	.block .look.w70,
	.block .look.w60,
	.block .look.w50,
	.block .look.w40,
	.block .look.w30,
	.block .look.w20,
	.block .look.w10 {
		width: 100%;
	}
}



/*================================

img

================================*/


/*=====

imgの幅

======*/

.block .look img.w100 {
	width: 100%;
}

.block .look img.w90 {
	width: 90%;
}

.block .look img.w80 {
	width: 80%;
}

.block .look img.w70 {
	width: 70%;
}

.block .look img.w60 {
	width: 60%;
}

.block .look img.w50 {
	width: 50%;
}

.block .look img.w40 {
	width: 40%;
}

.block .look img.w30 {
	width: 30%;
}

.block .look img.w20 {
	width: 20%;
}

.block .look img.w10 {
	width: 10%;
}

@media screen and (max-width: 639px) {



	.block .look img.w50,
		{
		width: 100%;
	}

	.block .look img.w60,
		{
		width: 100%;
	}

	.block .look img.w70,
		{
		width: 100%;
	}

	.block .look img.w100 {
		width: 100%;
	}


}

.block .look .disable {
	pointer-events: none !important;
	cursor: default;
	text-decoration: none !important;
}

/*================================

margin-top

================================*/


.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mt110 {
	margin-top: 110px !important;
}

.mt120 {
	margin-top: 120px !important;
}

.mt130 {
	margin-top: 130px !important;
}

.mt140 {
	margin-top: 140px !important;
}

.mt150 {
	margin-top: 150px !important;
}

.mt160 {
	margin-top: 160px !important;
}

.mt170 {
	margin-top: 170px !important;
}

.mt180 {
	margin-top: 180px !important;
}

.mt190 {
	margin-top: 190px !important;
}

.mt200 {
	margin-top: 200px !important;
}

@media screen and (max-width: 639px) {

	.mt10,
	.mt20,
	.mt30,
	.mt40,
	.mt50,
	.mt60,
	.mt70,
	.mt80,
	.mt90,
	.mt100,
	.mt110,
	.mt120,
	.mt130,
	.mt140,
	.mt150,
	.mt160,
	.mt170,
	.mt180,
	.mt190,
	.mt200 {
		margin-top: 10px !important;
	}
}


/*================================

margin-bottom

================================*/


.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mb110 {
	margin-bottom: 110px !important;
}

.mb120 {
	margin-bottom: 120px !important;
}

.mb130 {
	margin-bottom: 130px !important;
}

.mb140 {
	margin-bottom: 140px !important;
}

.mb150 {
	margin-bottom: 150px !important;
}

.mb160 {
	margin-bottom: 160px !important;
}

.mb170 {
	margin-bottom: 170px !important;
}

.mb180 {
	margin-bottom: 180px !important;
}

.mb190 {
	margin-bottom: 190px !important;
}

.mb200 {
	margin-bottom: 200px !important;
}

@media screen and (max-width: 639px) {

	.mb10,
	.mb20,
	.mb30,
	.mb40,
	.mb50,
	.mb60,
	.mb70,
	.mb80,
	.mb90,
	.mb100,
	.mb110,
	.mb120,
	.mb130,
	.mb140,
	.mb150,
	.mb160,
	.mb170,
	.mb180,
	.mb190,
	.mb200 {
		margin-bottom: 50px !important;
	}
}


/*================================

margin-left

================================*/


.ml10 {
	margin-left: 10px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.ml70 {
	margin-left: 70px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.ml90 {
	margin-left: 90px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.ml110 {
	margin-left: 110px !important;
}

.ml120 {
	margin-left: 120px !important;
}

.ml130 {
	margin-left: 130px !important;
}

.ml140 {
	margin-left: 140px !important;
}

.ml150 {
	margin-left: 150px !important;
}

.ml160 {
	margin-left: 160px !important;
}

.ml170 {
	margin-left: 170px !important;
}

.ml180 {
	margin-left: 180px !important;
}

.ml190 {
	margin-left: 190px !important;
}

.ml200 {
	margin-left: 200px !important;
}

@media screen and (max-width: 639px) {

	.ml10,
	.ml20,
	.ml30,
	.ml40,
	.ml50,
	.ml60,
	.ml70,
	.ml80,
	.ml90,
	.ml100,
	.ml110,
	.ml120,
	.ml130,
	.ml140,
	.ml150,
	.ml160,
	.ml170,
	.ml180,
	.ml190,
	.ml200 {
		margin-left: auto !important;
	}
}


/*================================

margin-right

================================*/


.mr10 {
	margin-right: 10px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.mr70 {
	margin-right: 70px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.mr90 {
	margin-right: 90px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.mr110 {
	margin-right: 110px !important;
}

.mr120 {
	margin-right: 120px !important;
}

.mr130 {
	margin-right: 130px !important;
}

.mr140 {
	margin-right: 140px !important;
}

.mr150 {
	margin-right: 150px !important;
}

.mr160 {
	margin-right: 160px !important;
}

.mr170 {
	margin-right: 170px !important;
}

.mr180 {
	margin-right: 180px !important;
}

.mr190 {
	margin-right: 190px !important;
}

.mr200 {
	margin-right: 200px !important;
}

@media screen and (max-width: 639px) {

	.mr10,
	.mr20,
	.mr30,
	.mr40,
	.mr50,
	.mr60,
	.mr70,
	.mr80,
	.mr90,
	.mr100,
	.mr110,
	.mr120,
	.mr130,
	.mr140,
	.mr150,
	.mr160,
	.mr170,
	.mr180,
	.mr190,
	.mr200 {
		margin-right: auto !important;
	}
}


/*================================

sp only margin-top

================================*/

.spmt20 {}

.spmt30 {}

.spmt40 {}

.spmt50 {}

.spmt60 {}

.spmt70 {}

.spmt80 {}

@media screen and (max-width: 639px) {
	.spmt20 {
		margin-top: 20px !important;
	}

	.spmt30 {
		margin-top: 30px !important;
	}

	.spmt40 {
		margin-top: 40px !important;
	}

	.spmt50 {
		margin-top: 50px !important;
	}

	.spmt60 {
		margin-top: 60px !important;
	}

	.spmt70 {
		margin-top: 70px !important;
	}

	.spmt80 {
		margin-top: 80px !important;
	}
}


/*================================

sp only width

================================*/

.spw40 {}

.spw50 {}

.spw60 {}

.spw70 {}

.spw80 {}

.spw90 {}

.spw100 {}

@media screen and (max-width: 639px) {
	.spw40 {
		width: 40% !important;
	}

	.spw50 {
		width: 50% !important;
	}

	.spw60 {
		width: 60% !important;
	}

	.spw70 {
		width: 70% !important;
	}

	.spw80 {
		width: 80% !important;
	}

	.spw90 {
		width: 90% !important;
	}

	.spw100 {
		width: 100% !important;
	}
}


/*================================

float

================================*/

.f-rgt {
	float: right;
}

.f-lft {
	float: left;
}

.f-non {
	float: none;
}

@media screen and (max-width: 639px) {

	.f-rgt,
	.f-lft,
	.f-non {
		float: none;
	}
}


/*================================

vertical-align

================================*/

.v-mdl {
	vertical-align: middle !important;
}

.v-btm {
	vertical-align: bottom !important;
}

@media screen and (max-width: 639px) {

	.v-mdl,
	.v-btm {
		vertical-align: top !important;
	}
}


/*================================

share

================================*/

.share {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 60px 0 80px;
}

@media screen and (max-width: 639px) {
	.share {
		padding: 40px 0 40px;
	}
}

.share img {
	width: 30px;
	height: auto;
	margin: 0 10px;
}

@media screen and (max-width: 639px) {
	.share img {
		width: 20px;
		margin: 0 10px;
	}
}


/*================================

archive

================================*/

#archive {
	position: relative;
	width: 100px;
	height: auto;
	text-align: center;
	margin: 180px auto 0;
	padding: 10px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

@media screen and (max-width: 639px) {
	#archive {
		margin: 100px auto 0;
	}
}

#archive i {
	margin-right: 10px;
}


/*================================

copyright

================================*/

#copyright {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 120px 0 180px;
}

@media screen and (max-width: 639px) {
	#copyright {
		padding: 60px 0 90px;
	}
}

.page #copyright {
	margin-top: 0;
	padding: 100px 0 100px;
}

#copyright p {
	height: auto;
	margin: 0 auto;
	font-size: 10px;
	line-height: 40px;
}

@media screen and (max-width: 639px) {
	#copyright p {
		font-size: 9px;
	}
}

#copyright p.footlogo {
	width: 150px;
	height: auto;
	margin: 0 auto;
}

#copyright p.footlogo img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 639px) {
	#copyright p.footlogo {
		width: 100px;
	}
}




/*================================

back

================================*/

#back {
	text-align: center;
	font-size: 24px;
	text-decoration: underline;
}

#back a {
	color: #000;
}




/*================================

pagetop

================================*/

#pagetop {
	position: fixed;
	width: 50px;
	right: 0;
	bottom: -80px;
	*display: none;
	z-index: 9999;
	cursor: pointer;
}

#pagetop img {
	width: 50px;
	height: 50px;
}

#pagetopsp {
	display: none;
}

#pagetopsp img {
	width: 50px;
	height: 50px;
}









/*******************コレクション**********************/


/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.6.1");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: 0.14286em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before,
.fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before,
.fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before,
.fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before,
.fa-users:before {
	content: "";
}

.fa-chain:before,
.fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before,
.fa-scissors:before {
	content: "";
}

.fa-copy:before,
.fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "";
}

.fa-legal:before,
.fa-gavel:before {
	content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before,
.fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before,
.fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before,
.fa-usd:before {
	content: "";
}

.fa-rupee:before,
.fa-inr:before {
	content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "";
}

.fa-won:before,
.fa-krw:before {
	content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before,
.fa-car:before {
	content: "";
}

.fa-cab:before,
.fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before,
.fa-rebel:before {
	content: "";
}

.fa-ge:before,
.fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before,
.fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before,
.fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before,
.fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

/*.fadein {
    opacity : 0;
    /*transform : translate(0, 50px);*
    transition : all 700ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}*/

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.l-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex: 0 1 1180px;
	flex: 0 1 1180px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0 auto;
	max-width: 1180px;
}

@media only screen and (max-width: 640px) {
	.l-content {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}






.l-main {
	-ms-flex: 0 2 auto;
	flex: 0 2 auto;
	margin: 0 20px;
	max-width: 865px;
}

.l-sub {
	-ms-flex: 0 0 275px;
	flex: 0 0 275px;
	margin: 0 20px;
	margin-left: 40px;
}

@media only screen and (max-width: 640px) {
	.l-sub {
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin: 10px;
	}
}

.l-column {
	-ms-flex: 0 1 1180px;
	flex: 0 1 1180px;
	margin: 0 auto;
	max-width: 1180px;
}

@media only screen and (max-width: 640px) {
	.l-column {
		padding: 0px;
		width: auto;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.l-column {
		padding: 0 20px;
		width: auto;
	}
}

.l-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
}

@media only screen and (max-width: 640px) {
	.l-row {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.l-halfColumn {
	-ms-flex: 1 0 0px;
	flex: 1 0 0px;
	max-width: 570px;
	margin-right: 40px;
}

.l-halfColumn:nth-child(even) {
	margin-right: 0;
}

@media only screen and (max-width: 640px) {
	.l-halfColumn {
		display: block;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: none;
		margin-right: 0;
	}
}

.l-quaterColumn {
	-ms-flex: 1 0 0px;
	flex: 1 0 0px;
	max-width: 265px;
	margin-right: 40px;
}

.l-quaterColumn:nth-child(4n) {
	margin-right: 0;
}

@media only screen and (max-width: 640px) {
	.l-quaterColumn {
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: none;
		margin: 0;
	}
}

.l-tripartitionColumn {
	-ms-flex: 1 0 0px;
	flex: 1 0 0px;
	max-width: 384.44444px;
	margin-right: 26.66667px;
}

@media only screen and (max-width: 640px) {
	.l-tripartitionColumn {
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: none;
		margin: 0;
	}
}

.l-tripartitionColumn:last-child {
	margin-right: 0;
}

.l-halfTile {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 640px) {
	.l-halfTile {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

.l-fitImg {
	max-width: 100%;
	max-height: 100%;
}

.sectionLabel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-top: 20px;
	padding-bottom: 40px;
	color: #191919;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1;
	font-family: 'Didact Gothic', sans-serif;
	font-weight: 300;
}

.sectionLabel::before,
.sectionLabel::after {
	display: block;
	-ms-flex: 1 0 10%;
	flex: 1 0 10%;
	height: 0;
	border-bottom: 1px solid #191919;
	content: '';
}

.sectionLabel::before {
	margin-right: 22px;
}

.sectionLabel::after {
	margin-left: 22px;
}

.logo {
	display: inline-block;
	padding: 10px 0;
	color: #191919;
	font-weight: lighter;
	font-size: 45px;
	font-family: 'Didact Gothic', sans-serif;
	font-weight: 300;
}

@media only screen and (max-width: 640px) {
	.logo {
		font-size: 30px;
	}
}

.articleLabelL {
	margin: 0 auto 80px auto;
	font-weight: 500;
	font-size: 22px;
	/*font-style: italic;*/
	display: inline-block;
	letter-spacing: 0;
	color: #f6f6f6;
	text-align: center;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.articleLabelL::after {
	margin: 6px auto 0;
	content: " ";
	display: block;
	border-bottom: solid 1px #f6f6f6;
	width: 100%;
}

@media only screen and (max-width: 640px) {
	.articleLabelL {
		font-size: 20px;
		margin: 0 0 80px 0;
	}
}

.articleLabelM {
	font-size: 15px;
	color: #f6f6f6;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 10px auto 10px;
}

.articleLabel {
	font-size: 30px;
	color: #f6f6f6;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 10px auto 20px auto;
}

.articleLabel_center {
	font-size: 30px;
	color: #f6f6f6;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	margin: 20px auto 20px auto;
}

@media only screen and (max-width: 640px) {
	.articleLabel_center {
		font-weight: 700;
		font-style: normal;
		text-align: center;
		margin: 100px auto 20px auto;
	}
}

@media only screen and (max-width: 640px) {
	.articleLabelM {
		font-size: 0.8em;
		margin: 30px auto 0px auto;
		line-height: 1.5em;
	}
}

.articleLabelS {
	font-weight: bold;
	font-size: 20px;
	font-family: 'Didact Gothic', sans-serif;
	letter-spacing: 0.02em;
	line-height: 1.6em;
	/*font-style: italic;*/
}

@media only screen and (max-width: 640px) {
	.articleLabelS {
		font-weight: bold;
		font-size: 1em;
		/*font-style: italic;*/
	}
}

.articleTxt {
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
}

@media only screen and (max-width: 640px) {
	.articleTxt {
		text-align: left;
		line-height: 1.5;
		font-size: 16px;
	}
}

.linkButton {
	font-size: 0.8em;
	display: inline-block;
	padding: 13px 20px;
	border-radius: 3px;
	border: 1px solid #f6f6f6;
	color: #fff;
	background-color: #232323;
	line-height: 1em;
	vertical-align: bottom;
}

.linkButton:before {
	margin-right: 5px;
}

.linkButton:hover {
	color: #fff;
	background-color: #999;
}

@media only screen and (max-width: 640px) {
	.linkButton {
		padding: 15px 25px;
		width: 100%;
		width: 100%;
	}
}

.linkButton_all {
	width: 250px;
	display: block;
	z-index: 2;
	border: 1px solid #f6f6f6;
	/*border-radius: 2px;*/
	/*	border: 0.5px solid #191919;*/
	color: #f6f6f6;
	/*background: #fff;*/
	/*background: #fff;*/
	line-height: 30px;
	overflow: hidden;
	cursor: pointer;

	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;

	border-radius: 3px;
	padding: 10px 20px;
	margin: 40px auto;
	position: relative;
}

.linkButton_all i {
	margin-left: 20px;
	font-weight: bold;
}

.linkButton_all:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	transition: all .3s;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
}

.linkButton_all:hover {
	color: #fff;
	background: #ddd;
}

.linkButton_all:hover:after {
	width: 100%;
	top: 0;
	left: 0;
	background: #191919;
}

@media only screen and (max-width: 640px) {
	.linkButton_all {
		font-size: 15px;
		background-color: rgba(0, 0, 0, 0);
		color: #f6f6f6;
		padding: 3px 0;
		text-align: center;
		margin: 10px auto;
		width: 100%;
	}
}



@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Section .flex li .linkButton_all {
		font-size: 11px;
		border: 1px solid #191919;
		color: #191919;
		background: rgba(0, 0, 0, 0);
		padding: 3px 0;
		text-align: center;
		margin: 10px auto;
		width: 100%;
	}

	.Section .flex li .linkButton_all i {
		margin-left: 10px;
		font-weight: bold;
	}

	.Section .flex li .linkButton_all:after {
		position: absolute;
		z-index: -1;
		display: block;
		content: '';
		transition: all .3s;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
	}

	.Section .flex li .linkButton_all:hover {
		color: #fff;
		background: #191919;
	}

	.Section .flex li .linkButton_all:hover:after {
		width: 100%;
		top: 0;
		left: 0;
		background: #191919;
	}
}


.w30 {
	width: 30%;
	margin: 0 auto;
}

.w35 {
	width: 35%;
	margin: 0 auto;
}

.w40 {
	width: 40%;
	margin: 0 auto;
}

.w45 {
	width: 45%;
	margin: 0 auto;
}

.w50 {
	width: 50%;
	margin: 0 auto;
}

.w70 {
	width: 70%;
	margin: 0 auto;
}

.w90 {
	width: 90%;
	margin: 0 auto;
}

.w100 {
	width: 100%;
	margin: 0 auto;
}

.margin80 {
	margin-top: 80px;
}

.margin100 {
	margin-top: 100px;
}

.margin120 {
	margin-top: 120px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

/*#section_1,#section_2 {
		  background:#d3dbde;
	  }

#section_3,#section_4 {
		  background:#e1e0d8;
	  }

#section_5,#section_6 {
		  background:#d0dbe8;
	  }

#section_7,#section_8 {
		  background:#FFE9EA;
	  }*/

.Section .style {
	width: 80%;
	margin: 0 auto 120px;
}

.Section .style2 {
	width: 80%;
	margin: 0 auto 60px;
}

.style .wrap .flex {
	width: 90%;
	margin: 60px auto 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.Section .flex {
	width: 65%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.style .text {
	width: 45%;
	line-height: 1.81818;
	font-family: "Helvetica LT W01 Roman", HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 40px auto 0;
	text-align: left;
}

.style .num {
	line-height: 3.11111;
	font-family: "Garamond_3 LT W01 Regular", "Times New Roman", Times, Georgia, serif;
	font-size: 20px;
	font-size: 2rem;
}

.style .btn {
	line-height: 2.2;
	font-family: "Garamond_3 LT W01 Regular", "Times New Roman", Times, Georgia, serif;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: -.02em;
	border-bottom: 1px solid #000;
	display: inline;
}

.LookList {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.LookList li {
	flex-basis: 25%;
}

.LookList img {
	width: 100%;
	padding: 1%;
	box-sizing: border-box;
}


/*.style .btn a {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #000;
	line-height: 1.4em;
}

.style .btn a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #999;
  opacity: 0;
  visibility: visible;
  transition: .3s;
}
.style .btn a:hover::after {
  bottom: -1px;
  opacity: 1;
  visibility: visible;
}

  @media only screen and (max-width: 640px) {
.style .btn {
line-height: 2.2;
font-family: "Garamond_3 LT W01 Regular","Times New Roman",Times,Georgia,serif;
font-size: 24px;
font-size: 2.4rem;
letter-spacing: -.02em;
border-bottom: 1px solid #000;
	display: inline;
}

.style .btn a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	line-height: 1.4em;
}
.style .btn a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.style .btn a:hover::after {
  bottom: -1px;
  opacity: 1;
  visibility:hidden;
}  
	  
}*/

@media only screen and (max-width: 768px) {

	.w30 {
		width: 30%;
		margin: 0 auto;
	}

	.w35 {
		width: 55%;
		margin: 0 auto;
	}

	.w40 {
		width: 60%;
		margin: 0 auto;
	}

	.w45 {
		width: 65%;
		margin: 0 auto;
	}

	.w50 {
		width: 70%;
		margin: 0 auto;
	}

	.w70 {
		width: 80%;
		margin: 0 auto;
	}

	.w90 {
		width: 90%;
		margin: 0 auto;
	}

	.w100 {
		width: 100%;
		margin: 0 auto;
	}

	.margin80 {
		margin-top: 40px;

	}

	.margin100 {
		margin-top: 50px;
	}

	.margin120 {
		margin-top: 60px;
	}

	.right {
		float: none;
	}

	.left {
		float: none;
	}

	.clear {
		clear: none;
	}


	.Section .style {
		width: 100%;
		margin: 0 auto 60px;
	}

	.style .wrap .flex {
		width: 90%;
		margin: 20px auto 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.style .wrap .flex .w90 {
		margin: 20px auto;
	}

	.style .text {
		width: 90%;
		line-height: 1.81818;
		font-family: "Helvetica LT W01 Roman", HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
		font-size: 11px;
		font-size: 1.1rem;
		margin: 0px auto 0;
	}

	.Section .style2 {
		width: 100%;
		margin: 0 auto 30px;
	}

	.Section .flex {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-around;
	}

	.Section .flex li {
		flex-basis: 50%;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.LookList {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.LookList li {
		flex-basis: 25%;
	}

	.LookList img {
		width: 100%;
		padding: 1%;
		box-sizing: border-box;
	}

	#section_14 {
		display: none;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1280px) {

	.w30 {
		width: 30%;
		margin: 0 auto;
	}

	.w35 {
		width: 35%;
		margin: 0 auto;
	}

	.w40 {
		width: 40%;
		margin: 0 auto;
	}

	.w45 {
		width: 45%;
		margin: 0 auto;
	}

	.w50 {
		width: 50%;
		margin: 0 auto;
	}

	.w70 {
		width: 70%;
		margin: 0 auto;
	}

	.w90 {
		width: 90%;
		margin: 0 auto;
	}

	.w100 {
		width: 100%;
		margin: 0 auto;
	}

	.margin80 {
		margin-top: 80px;
	}

	.margin100 {
		margin-top: 100px;
	}

	.margin120 {
		margin-top: 120px;
	}

	.right {
		float: right;
	}

	.left {
		float: left;
	}

	.clear {
		clear: both;
	}

	.Section .style {
		width: 90%;
		margin: 0 auto 30px;
	}

	.Section .style2 {
		width: 90%;
		margin: 0 auto 15px;
	}

	.style .wrap .flex {
		width: 80%;
		margin: 60px auto 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.Section .flex {
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		/*justify-content:space-between;*/
	}

	.Section .flex li {
		flex-basis: 20%;
		padding: 0;
		box-sizing: border-box;
	}

	.style .text {
		width: 100%;
		line-height: 1.81818;
		font-family: "Helvetica LT W01 Roman", HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
		font-size: 11px;
		font-size: 1.1rem;
		margin: 40px auto 0;
	}

	.style .num {
		line-height: 3.11111;
		font-family: "Garamond_3 LT W01 Regular", "Times New Roman", Times, Georgia, serif;
		font-size: 20px;
		font-size: 2rem;
	}

	.style .btn {
		line-height: 2.2;
		font-family: "Garamond_3 LT W01 Regular", "Times New Roman", Times, Georgia, serif;
		font-size: 24px;
		font-size: 2.4rem;
		letter-spacing: -.02em;
		border-bottom: 1px solid #000;
		display: inline;
	}

	.LookList {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.LookList li {
		flex-basis: 25%;
	}

	.LookList img {
		width: 100%;
		padding: 1%;
		box-sizing: border-box;
	}

	#section_14 {
		display: block;
	}
}




.topBtn {
	display: inline-block;
	width: 60px;
	position: fixed;
	bottom: 40px;
	right: 40px;
}

@media only screen and (max-width: 640px) {
	.topBtn {
		width: 45px;
		bottom: 10px;
		right: 10px;
	}
}


@media only screen and (min-width: 1024px) {
	.nonePc {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	.noneSp {
		display: none;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.noneTl {
		display: none;
	}
}

.MainVisual {
	height: 100vh;
	position: relative;
}

@media only screen and (max-width: 640px) {
	.MainVisual {
		height: 100vw;
		margin-top: 70px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.MainVisual {
		height: 100vw;
		/*margin-top: 85px;*/
	}
}

.MainVisual__item {
	width: 100%;
	height: calc(100vh - 85px);
	position: absolute;
	/*margin-top: 85px;*/
	top: 0;
	left: 0;
	z-index: 0;
	/*
    &:before {
      content: '';
      width: 100%;
      height: 100%;
      background-color: rgba(#000,.4);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
    }*/
}

.MainVisual__item--01 {
	background: url(../images/mainVisual_01.jpg) 50%;
	background-size: cover;
}

.MainVisual__item--02 {
	background: url(../images/mainVisual_02.jpg) 50%;
	background-size: cover;
}

.MainVisual__item--03 {
	background: url(../images/mainVisual_03.jpg) 50%;
	background-size: cover;
}

.MainVisual__item--04 {
	background: url(../images/mainVisual_04.jpg) 50%;
	background-size: cover;
}

@media only screen and (max-width: 640px) {
	.MainVisual__item {
		height: 100vw;
		margin-top: 0;
	}

	.MainVisual__item--01 {
		background: url(../images/mainVisual_sp_01.jpg) 50%;
		background-size: cover;
	}

	.MainVisual__item--02 {
		background: url(../images/mainVisual_sp_02.jpg) 50%;
		background-size: cover;
	}

	.MainVisual__item--03 {
		background: url(../images/mainVisual_sp_03.jpg) 50%;
		background-size: cover;
	}

	.MainVisual__item--04 {
		background: url(../images/mainVisual_sp_04.jpg) 50%;
		background-size: cover;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.MainVisual__item {
		background-size: cover;
		height: 100vw;
		margin-top: 0;
	}

	.MainVisual__item--01 {
		background: url(../images/mainVisual_sp_01.jpg) 50%;
		background-size: cover;
	}

	.MainVisual__item--02 {
		background: url(../images/mainVisual_sp_02.jpg) 50%;
		background-size: cover;
	}

	.MainVisual__item--03 {
		background: url(../images/mainVisual_sp_03.jpg) 50%;
		background-size: cover;
	}
}

.MainVisual__body {
	width: 400px;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.MainVisual__body--sp {
	display: none;
}

@media only screen and (max-width: 640px) {
	.MainVisual__body--sp {
		display: block;
		width: 50%;
		z-index: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

@media only screen and (max-width: 640px) {
	.MainVisual__body {
		display: none;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.MainVisual__body {
		width: 50%;
	}
}

/*--------------パララックス-----------------*/


.banner-wrapper-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-image: url('../images/mainVisual_01.jpg');
	background-position: center;
	background-size: cover;
	transition: all 0.1s ease 0s;
}

@media only screen and (max-width: 768px) {
	.banner-wrapper-fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-image: url('../images/mainVisual_sp_01.jpg');
		background-position: center;
		background-size: cover;
		transition: all 0.1s ease 0s;
	}
}

.foreground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-wrapper-fixed .foreground h1 {
	text-align: center;
	color: white;
	font-family: 'Amatic SC', cursive;
	/*font-style: italic;*/
	/*margin-top: 250px;*/
	font-size: 8rem;
	padding: 0px 30px;
	line-height: 1.1em;
	letter-spacing: -0.02em;
}

.banner-wrapper-fixed .foreground h1 .season {
	font-size: 3rem;
	line-height: 1.2em;
	letter-spacing: -0.02em;
}

@media only screen and (max-width: 768px) {
	.banner-wrapper-fixed .foreground h1 {
		font-size: 3.5rem;
		padding: 0px 30px;
		line-height: 1.2em;
	}

	.banner-wrapper-fixed .foreground h1 .season {
		font-size: 1.8rem;
		letter-spacing: -0.02em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.banner-wrapper-fixed .foreground h1 {
		font-size: 6rem;
		padding: 0px 30px;
		line-height: 1.1em;
	}

	.banner-wrapper-fixed .foreground h1 .season {
		font-size: 2.8rem;
		letter-spacing: -0.02em;
	}
}

.wrapper {
	position: relative;
	height: 100vh;
}


/*--------------パララックス-----------------*/

.Preface__logo {
	width: 180px;
	margin: 80px auto 0px;
}

@media only screen and (max-width: 640px) {
	.Preface__logo {
		width: 46%;
		margin: 30px auto;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Preface__logo {
		width: 150px;
		margin: 30px auto;
	}
}

@media only screen and (min-width: 1024px) {
	.Preface__label {
		font-size: 45px;
	}
}

.Preface__labelSub {
	margin: 10px auto 25px;
}

@media only screen and (max-width: 640px) {
	.Preface__labelSub {
		margin: 0 auto 5px;
	}
}


.Preface__body {
	width: 100%;
	font-size: 15px;
	text-align: left;
	margin: 50px auto 0px;
	line-height: 1.8em;
	letter-spacing: .05em;
	position: relative;
}
.Preface__body .Shoplist__btn {
	margin: 30px auto 30px auto;
	
}



@media only screen and (max-width: 640px) {
	.Preface__body {
		font-size: 12px;
		width: 100%;
		margin: 00px auto 50px;
		text-align: justify;
		padding: 0 20px;
	}
}



.Catalog {
	width: 800px;
	display: block;
	margin: 20px auto 40px;
}

@media only screen and (max-width: 640px) {
	.Catalog {
		width: 100%;
		display: block;
		margin: 60px auto 40px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Catalog {
		width: 100%;
		display: block;
		margin: 60px auto 40px;
	}
}

.Catalog img {
	width: 100%;
}

.MainCont {
	/*font-family: 'Didact Gothic', sans-serif;}*/
	font-family: 'Marcellus SC', serif;
}

.MainCont__F {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.MainCont:nth-child(odd) .MainCont__W35 {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.MainCont__head {
	width: 50%;
}

@media only screen and (max-width: 640px) {
	.MainCont__head {
		width: 100%;
	}
}

.MainCont__head .Number {
	font-family: 'EB Garamond', serif;
	/*font-family: 'Marcellus SC', serif;*/
	font-style: italic;
	background: #191919;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	width: 80px;
	padding: 20px 10px;
	position: absolute;
	z-index: 777;
}

@media only screen and (max-width: 640px) {
	.MainCont__head .Number {
		font-family: 'EB Garamond', serif;
		font-style: italic;
		background: #000000;
		color: #fff;
		font-size: 1em;
		text-align: center;
		width: 60px;
		padding: 20px 10px;
		position: absolute;
		z-index: 7777;
	}
}

.MainCont__head .Number .slash {
	font-size: 2.6em;
	vertical-align: middle;
	margin: 0px 4px;
	vertical-align: -7px;
}

.MainCont__body {
	width: 45%;
}

@media only screen and (max-width: 640px) {
	.MainCont__body {
		width: 100%;
		padding: 0 20px;
	}
}

.MainCont__bodyImg {
	display: block;
	width: 50%;
}

@media only screen and (max-width: 640px) {
	.MainCont__bodyImg {
		width: 100%;
	}
}

.Styling__credit {
	/*font-family: 'Crimson Text', serif;*/
	width: 60%;
	font-size: 11px;
	line-height: 2;
	text-align: left;
	/*padding: 10px 0;*/
	letter-spacing: 0.02em;
	display: inline-block;
}

@media only screen and (max-width: 640px) {
	.Styling__credit {
		width: 90%;
		text-align: center;
		margin: 20px auto 0px;
		padding: 10px 0;
		letter-spacing: 0.02em;
	}
}

/*.Styling__credit dd:last-child {
      margin-top: 10px;
      display: inline-block; }
      .Styling__credit dd:last-child:before {
        margin-bottom: 10px;
        content: '';
        display: block;
        width: 50px;
        height: 1px;
        background-color: #252525; }*/
.Styling__credit a {
	position: relative;
	display: inline-block;
}

/*.Styling__credit a:after {
        position: absolute;
        bottom: 3px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #252525;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s; }
      .Styling__credit a:hover:after {
        transform: scale(1, 1); }*/
.Styling__catName {
	font-weight: bold;
	margin-right: 5px;
}

.Pc_slash {
	display: inline-block;
}

@media only screen and (max-width: 640px) {
	.Pc_slash {
		display: none;
	}
}

.Sp_br {
	display: none;
}

@media only screen and (max-width: 768px) {
	.Sp_br {
		display: block;
	}
}

.Pc_br {
	display: block;
}

@media only screen and (max-width: 1024px) {
	.Pc_br {
		display: none;
	}
}



.ItemList {
	width: 1180px;
	margin: 0 auto;
	padding-top: 80px;
	font-size: 10px;
	font-family: 'Didact Gothic', sans-serif;
	font-weight: 200;
}

@media only screen and (max-width: 640px) {
	.ItemList {
		width: 100%;
		padding: 50px 10px 0;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.ItemList {
		width: 100%;
		padding: 50px 10% 0;
	}
}

.ItemList__ul {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media only screen and (max-width: 640px) {
	.ItemList__ul {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.ItemList__li {
	width: 16%;
	width: calc(100% / 6);
	-ms-flex: 0 1 16.66%;
	flex: 0 1 16.66%;
	margin-bottom: 40px;
	text-align: center;
	padding: 0 10px 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

@media only screen and (max-width: 640px) {
	.ItemList__li {
		width: 48%;
		-ms-flex: 0 1 48%;
		flex: 0 1 48%;
		padding: 0;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.ItemList__li {
		width: 25%;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
	}
}

.ItemList__li a {
	display: inline-block;
	overflow: hidden;
	width: 100%;
}

.ItemList__brand {
	color: #191919;
	margin-top: 10px;
}

.ItemList__price {
	margin: 5px 0;
}

.ItemList__sex--mens {
	color: #0068B7;
}

.ItemList__sex--lady {
	color: #E4007F;
}

.BrandPage__img {
	width: 150px;
	display: block;
	margin: 0 auto 30px;
}

@media only screen and (max-width: 640px) {
	.BrandPage__img {
		width: 50%;
		display: block;
		margin: 0 auto 30px;
	}
}

.Shoplist {
	font-family: 'Roboto', sans-serif;
	position: relative;
}

.Shoplist__block {
	text-align: left;
	width: 50rem;
	margin: 0 0 10rem;
	letter-spacing: 0.1em
}

@media only screen and (max-width: 640px) {
	.Shoplist__block {
		text-align: left;
		width: 90%;
		margin: 0 auto 10rem;
		letter-spacing: 0.1em
	}
}


.Shoplist__shopName {
	color: #f6f6f6;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0.05em;
	border-bottom: 1px solid;
	padding-bottom: 1rem
}

.Shoplist__kana {
	font-size: 1rem;
	margin: 0 0 0 1rem
}

@media only screen and(max-width:640px) {
	.Shoplist__kana {
		display: block;
		margin: 0.5rem 0 0
	}
}

.Shoplist__shopinfo,
.Shoplist__shopinfo dt {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.Shoplist__shopinfo {
	margin: 15px auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.Shoplist__shopinfo dt {
	-ms-flex: 0 0 8rem;
	flex: 0 0 8rem;
	font-style: italic;
	color: #555;
	margin: 1rem 0 0
}

.Shoplist__shopinfo dd {
	-ms-flex: 0 0 calc(100% - 8rem);
	flex: 0 0 calc(100% - 8rem);
	line-height: 1.4;
	margin: 1rem 0 0
}

.Shoplist__map {
	border-bottom: 2px solid;
	margin-left: 0.5rem;
	font-style: italic
}

.Shoplist__sns ul {
	margin: 10px 0 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media only screen and(min-width:1024px) and(max-width:1580px) {
	.Shoplist__sns ul {
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media only screen and(min-width:640px) and(max-width:1024px) {
	.Shoplist__sns ul {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media only screen and(max-width:640px) {
	.Shoplist__sns ul {
		-ms-flex-pack: center;
		justify-content: center
	}
}

.Shoplist__sns li {
	font-size: 1.6em;
	margin-right: 10px;
}

@media only screen and(max-width:640px) {
	.Shoplist__btn {
		text-align: center
	}
}

.LoadWrap {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #949494;
	/*background: url(../images/bg.jpg);*/
	z-index: 9999;
	overflow: scroll;
}

.LoadWrap__inner {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.LoadWrap__logo {
	margin: 0 0 50px;
}

/*.LoadWrap__items {
    width: 6px;
    height: 6px;
    background-color: #aaa;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    margin: 0 5px; }
    .LoadWrap__items:first-of-type {
      animation-delay: -0.32s; }
    .LoadWrap__items:nth-of-type(2) {
      animation-delay: -0.16s; }*/

/*@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }*/


/*----SVG ロゴ-----*/

.Logo__inner {
	width: 180px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media all and (-ms-high-contrast:none) {
	.Logo__inner {
		width: 180px;
		margin: 0 auto;
		text-align: center;
		position: absolute;
		top: 55%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	/* IE10~ */
}

.ie_loader {
	display: none;
}

@media all and (-ms-high-contrast:none) {
	.ie_loader {
		display: block;
		width: 140px;
	}

	/* IE10~ */
}

@media only screen and (max-width: 640px) {
	.Logo__inner {
		width: 120px;
		margin: 0 auto;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

#Loader_logo {
	stroke-width: 0px;
	stroke: #FFFFFF;
	fill: transparent;
	stroke-dasharray: 1425px;
	stroke-dashoffset: 1425px;
	animation: anim 4s ease-in 0s 1;
	-webkit-animation: anim 4s ease-in 0s 1;
	-ms-animation: anim 4s ease-in 0s 1;
}

@keyframes anim {
	0% {
		stroke-dashoffset: 1425px;
	}

	15% {
		fill: transparent;
	}

	30% {
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dashoffset: 0;
		fill: #FFFFFF;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-width: 0;
		fill: #FFFFFF;
	}
}

@-webkit-keyframes anim {
	0% {
		stroke-dashoffset: 1425px;
	}

	15% {
		fill: transparent;
	}

	30% {
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dashoffset: 0;
		fill: #FFFFFF;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-width: 0;
		fill: #FFFFFF;
	}
}

@-ms-keyframes anim {
	0% {
		stroke-dashoffset: 1425px;
	}

	15% {
		fill: transparent;
	}

	30% {
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dashoffset: 0;
		fill: #FFFFFF;
	}

	100% {
		stroke-dashoffset: 0;
		fill: #FFFFFF;
		stroke-width: 0;
	}
}

/*----SVG ロゴ-----*/


/* header */
.Header {
	width: 100%;
	position: absolute;
	top: 85px;
	right: 0;
	padding: 0 30px;
	z-index: 1;
	font-family: 'Didact Gothic', sans-serif;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	transition: margin-top 0.3s ease-out;

}

.Header__logo {
	/*width: 100%;*/
	margin: 0 auto;
	padding: 0;
	position: fixed;
	top: 54px;
	left: 50%;
	transform: translate(-50%, -50%);
	display: -ms-flexbox;
	display: none;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.Header__logo a {
	width: 160px;
	height: 85px;
	display: inline-block;
	background: url(../images/brandLogo.svg) no-repeat 50%;
	background-size: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	transition: none;
}


@media only screen and (max-width: 639px) {
	.Header__logo {
		width: 24%;
		margin: 0 auto;
		padding: 0;
		position: fixed;
		top: 44px;
		left: 50%;
		transform: translate(-50%, -50%);
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		z-index: 2;
	}

	.Header__logo a {
		width: 120px;
		height: 85px;
		display: none;
		background: url(../images/brandLogo.svg) no-repeat 50%;
		background-size: 100%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		transition: none;
	}
}



.footer {
	position: relative;
	padding: 15px 0;
	font-size: 13px;
	text-align: center;
	background-color: #f5f5f5;
	color: #191919;
}

@media only screen and (max-width: 640px) {
	.footer {
		font-size: 10px;
	}
}

.footer--fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0;
}

.Section {
	position: relative;
	/*background:#d3dbde;*/
	padding: 50px 0 100px 0;
}

@media only screen and (max-width: 640px) {
	.Section {
		padding: 20px 0px 10px;
	}
}

.Link_All {
	width: 90%;
	margin: 0 auto;
}

.Link_All .vol_box {
	width: 80%;
	margin: 160px auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.Link_All .vol_box img {
	width: 80%;
}


@media only screen and (max-width: 640px) {
	.Link_All {
		width: 80%;
		margin: 0 auto;
	}

	.Link_All .vol_box {
		width: 100%;
		margin: 80px auto;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		flex-flow: column;
		-ms-flex-flow: column;
		height: 400px;
	}

	.Link_All .vol_box img {
		width: 100%;
		display: block;
	}
}

/*--------------------------------------------------------------------------
   ページナビゲーション
---------------------------------------------------------------------------*/
.PageNavi {
	position: fixed;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	margin-right: -40px;
	transition: margin-right 0.2s ease-in;
}

@media only screen and (max-width: 640px) {
	.PageNavi {
		display: none;
	}
}

.PageNavi.display {
	margin-right: 0;
	transition: margin-right 0.3s ease-out;
}

.PageNavi__link {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 23px;
	font-size: 10px;
	font-family: 'Didact Gothic', sans-serif;
	font-weight: 200;
	text-align: center;
	border-radius: 50%;
	color: #191919;
	border: 1px solid;
	margin-bottom: 5px;
}

#androidBrowser_alert {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(34, 34, 34, 0.8);
	z-index: 9999;
}

#androidBrowser_alert div.wrap {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -160px;
	background: #313131;
	max-width: 320px;
}

#androidBrowser_alert div.con {
	border: solid 1px #fff;
	padding: 20px;
	line-height: 150%;
	font-size: 14px;
	color: #fff;
}

#androidBrowser_alert a.go2chrome {
	display: block;
	text-align: center;
	background: #2492c8;
	color: #fff;
	padding: 5px;
}

.u-mt60px {
	margin-top: 60px;
}

.u-mb100px {
	margin-bottom: 100px;
}









































































































/*slider枠*/


@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");

/*! sanitize.css v3.2.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
* Normalization
*/
audio:not([controls]) {
	display: none;
	/* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
	-webkit-appearance: button;
	/* iOS 8+ */
	overflow: visible;
	/* Internet Explorer 11- */
}

details {
	display: block;
	/* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
	-ms-overflow-style: -ms-autohiding-scrollbar;
	/* All browsers without overlaying scrollbars */
	-webkit-text-size-adjust: 100%;
	/* Edge 12+, Internet Explorer 11- */
	overflow-y: scroll;
	/* iOS 8+ */
}

input {
	-webkit-border-radius: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* iOS 8+ */
}

input[type="number"] {
	width: auto;
	/* Firefox 36+ */
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* Chrome 45+, Safari 9+ */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	/* Chrome 45+, Safari 9+ */
}

main {
	display: block;
	/* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
	overflow: auto;
	/* Internet Explorer 11- */
}

progress {
	display: inline-block;
	/* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
	font-size: 75%;
	/* All browsers */
}

summary {
	display: block;
	/* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
	overflow: hidden;
	/* Internet Explorer 11- */
}

template {
	display: none;
	/* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
	overflow: auto;
	/* Edge 12+, Internet Explorer 11- */
}

[hidden] {
	display: none;
	/* Internet Explorer 10- */
}

/*
* Universal inheritance
*/
*,
:before,
:after {
	box-sizing: inherit;
}

* {
	font-size: inherit;
	line-height: inherit;
}

:before,
:after {
	text-decoration: inherit;
	vertical-align: inherit;
}

/*
* Opinionated defaults
*/
/* specify the border style and width of all elements */
*,
:before,
:after {
	border-style: solid;
	border-width: 0;
}

/* specify the core styles of all elements */
* {
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

/* specify the root styles of the document */
:root {
	background-color: #ffffff;
	box-sizing: border-box;
	color: #000000;
	cursor: default;
	font: 100%/1.5 sans-serif;
}

/* specify the text decoration of anchors */
a {
	cursor: pointer;
	text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
	background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
	min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
	list-style: none;
}

/* specify the standard appearance of selects */
select {
	-moz-appearance: none;
	/* Firefox 40+ */
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
	/* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
	color: currentColor;
	/* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
	resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
	background-color: #b3d4fc;
	/* required when declaring ::selection */
	color: #ffffff;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	/* required when declaring ::selection */
	color: #ffffff;
	text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
	cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
	clip: rect(0 0 0 0);
	display: inherit;
	position: absolute;
}

[hidden][aria-hidden="false"]:focus {
	clip: auto;
}

/* remove delay from tapping on clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
	touch-action: manipulation;
}

/*# sourceMappingURL=sanitize.css.map */
::-moz-selection {
	background: #eee;
}

::selection {
	background: #eee;
}

::-moz-selection {
	background: #eee;
}

#wrapper {
	overflow: hidden;
	text-align: center;
	width: 100%;
}

@media only screen and (max-width: 640px) {
	#wrapper {
		overflow: auto;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	#wrapper {
		overflow: auto;
	}
}

:root,
html,
body {
	background-color: #FAF6EF;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 62.5%;
	letter-spacing: .05em;
	line-height: 180%;
	width: 100%;
}

body {
	background: #FAF6EF;
	font-size: 14px;
	font-size: 1.4rem;
}

* {
	box-sizing: border-box;
}

li {
	list-style-type: none;
}

a {
	color: #f6f6f6;
	transition: all .5s ease;
}

a img {
	transition: all .8s ease-out;
}

a:hover {
	border-color: #ddd;
	color: #ddd;
	text-decoration: none;
	transition: all .5s ease;
}

a:hover img {
	opacity: .88;
	transition: all .8s;
}

.img-max {
	border-radius: 2px;
	height: auto;
	width: 100%;
}

/*!
*  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
	src: url("../fonts/fontawesome-webfont.eot?v=4.6.1");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
}

.fa {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	text-align: center;
	width: 1.28571em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.14286em;
	padding-left: 0;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	left: -2.14286em;
	position: absolute;
	text-align: center;
	top: 0.14286em;
	width: 2.14286em;
}

.fa-li.fa-lg {
	left: -1.85714em;
}

.fa-border {
	border: solid 0.08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before,
.fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before,
.fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before,
.fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before,
.fa-users:before {
	content: "";
}

.fa-chain:before,
.fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before,
.fa-scissors:before {
	content: "";
}

.fa-copy:before,
.fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "";
}

.fa-legal:before,
.fa-gavel:before {
	content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before,
.fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before,
.fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before,
.fa-usd:before {
	content: "";
}

.fa-rupee:before,
.fa-inr:before {
	content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "";
}

.fa-won:before,
.fa-krw:before {
	content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before,
.fa-car:before {
	content: "";
}

.fa-cab:before,
.fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before,
.fa-rebel:before {
	content: "";
}

.fa-ge:before,
.fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before,
.fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before,
.fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before,
.fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.sr-only {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.l-content {
	display: flex;
	flex: 0 1 1076px;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1076px;
}

@media only screen and (max-width: 640px) {
	.l-content {
		flex-direction: column;
	}
}

.l-main {
	flex: 0 2 auto;
	margin: 0 20px;
	max-width: 865px;
}

.l-sub {
	flex: 0 0 275px;
	margin: 0 20px;
	margin-left: 40px;
}

@media only screen and (max-width: 640px) {
	.l-sub {
		flex: 1 1 100%;
		margin: 10px;
	}
}

.l-column {
	flex: 0 1 1076px;
	margin: 0 auto;
	max-width: 1076px;
}

@media only screen and (max-width: 640px) {
	.l-column {
		width: auto;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.l-column {
		padding: 0 20px;
		width: auto;
	}
}

.l-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

@media only screen and (max-width: 640px) {
	.l-row {
		flex-direction: column;
	}
}

.l-halfColumn {
	flex: 1 0 0px;
	margin-right: 40px;
	max-width: 518px;
}

.l-halfColumn:nth-child(even) {
	margin-right: 0;
}

@media only screen and (max-width: 640px) {
	.l-halfColumn {
		display: block;
		flex: 1 1 100%;
		margin-right: 0;
		max-width: none;
	}
}

.l-quaterColumn {
	flex: 1 0 0px;
	margin-right: 40px;
	max-width: 239px;
}

.l-quaterColumn:nth-child(4n) {
	margin-right: 0;
}

@media only screen and (max-width: 640px) {
	.l-quaterColumn {
		flex: 1 1 100%;
		margin: 0;
		max-width: none;
	}
}

.l-tripartitionColumn {
	flex: 1 0 0px;
	margin-right: 26.66667px;
	max-width: 349.77778px;
}

@media only screen and (max-width: 640px) {
	.l-tripartitionColumn {
		flex: 1 1 100%;
		margin: 0;
		max-width: none;
	}
}

.l-tripartitionColumn:last-child {
	margin-right: 0;
}

.l-halfTile {
	display: flex;
	flex: 1 1 50%;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 640px) {
	.l-halfTile {
		flex-basis: 100%;
	}
}

.l-fitImg {
	max-height: 100%;
	max-width: 100%;
}

.sectionLabel {
	align-items: center;
	color: #222;
	display: flex;
	flex: 1 1 auto;
	font-family: Lato, sans-serif;
	font-size: 4.5rem;
	font-weight: 300;
	justify-content: center;
	line-height: 1;
	padding-bottom: 80px;
	padding-top: 20px;
}

@media only screen and (max-width: 640px) {
	.sectionLabel {
		font-size: 3rem;
		padding: 0 2rem 2.5rem;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.sectionLabel {
		font-size: 3.5rem;
		padding: 0 2rem 4rem;
	}
}

.logo {
	color: #222;
	display: inline-block;
	font-family: Lato, sans-serif;
	font-size: 45px;
	font-weight: lighter;
	font-weight: 300;
	padding: 10px 0;
}

@media only screen and (max-width: 640px) {
	.logo {
		font-size: 30px;
	}
}

.articleLabelL {
	display: inline-block;
	font-family: Lato, sans-serif;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1em;
	margin-bottom: 8rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

@media only screen and (max-width: 640px) {
	.articleLabelL {
		font-size: 3rem;
	}
}

.articleLabelM {
	color: #f6f6f6;
	font-family: din-2014, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5em;
	z-index: 50;
}

@media only screen and (max-width: 640px) {
	.articleLabelM {
		line-height: 1.5em;
	}
}

.articleLabelS {
	font-size: 1.2rem;
	font-weight: 100;
	margin-right: 10px;
}

.articleTxt {
	color: #666;
	font-size: 1.4rem;
	line-height: 1.8em;
}

@media only screen and (max-width: 640px) {
	.articleTxt {
		font-size: 16px;
		line-height: 1.5;
		text-align: left;
	}
}

.linkButton {
	font-size: 1.2rem;
	font-weight: 700;
}

.linkButton a:before {
	background: #000;
	content: '';
	display: inline-block;
	height: 1px;
	margin-right: 10px;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	vertical-align: 2px;
	width: 6rem;
}

.linkButton a:hover {
	color: #000;
}

.linkButton a:hover:before {
	width: 11rem;
}

.topBtn {
	bottom: 40px;
	display: inline-block;
	position: fixed;
	right: 40px;
	width: 30px;
}

@media only screen and (max-width: 640px) {
	.topBtn {
		bottom: 20px;
		right: 20px;
		width: 30px;
	}
}

@media only screen and (min-width: 1024px) {
	.nonePc {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	.noneSp {
		display: none;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.noneTl {
		display: none;
	}
}

.BtnArr {
	border: 1px solid #000;
	color: #000;
	display: block;
	position: relative;
	text-align: left;
	width: 200px;
}

.BtnArr__arr {
	background-color: #000;
	bottom: 1em;
	height: 1px;
	position: absolute;
	right: 24px;
	transition: all .5s ease;
	width: 35px;
}

.BtnArr__arr:before {
	-webkit-transform: rotate(40deg);
	background-color: #000;
	bottom: 3px;
	content: "";
	height: 1px;
	position: absolute;
	right: -1px;
	transform: rotate(40deg);
	transition: all .5s ease;
	width: 10px;
}

.BtnArr__wrap {
	display: block;
	font-size: 1.2rem;
	height: 100%;
	letter-spacing: 0.08em;
	line-height: 3em;
	padding-left: 18px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.BtnArr:hover {
	background-color: #ddd;
	border: 1px solid #ddd;
	color: #fff;
}

.BtnArr:hover .BtnArr__arr,
.BtnArr:hover .BtnArr__arr:before {
	background-color: #000;
	transition: all .5s ease;
}

.newIcon {
	background-color: #eee;
	color: #fff;
	display: inline-block;
	font-family: Lato, sans-serif;
	font-size: 1.4rem;
	line-height: 2em;
	margin-top: 2rem;
	padding: 0 12px;
}

.LoadWrap {
	background: #fff;
	bottom: 0;
	left: 0;
	overflow: scroll;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.LoadWrap__inner {
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 150px;
}

.LoadWrap__logo {
	margin: 0 0 15px;
}

.LoadWrap__items {
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	background-color: #aaa;
	border-radius: 100%;
	display: inline-block;
	height: 6px;
	margin: 0 5px;
	width: 6px;
}

.LoadWrap__items:first-of-type {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.LoadWrap__items:nth-of-type(2) {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*--------------------------------------------------------------------------
OPENIG
---------------------------------------------------------------------------*/
.HiddenLayer {
	background: #E3D6C4;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
}

.logoArea {
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
	opacity: 0;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	z-index: 9999;
}

@media only screen and (max-width: 640px) {
	.logoArea {
		width: 100%;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.logoArea {
		width: 100%;
	}
}

.mainvisualMono {
	background: url(../images/heroImgMono.jpg) no-repeat center center/cover;
	display: block;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9997;
}

.mainvisual {
	background: url(../images/heroImg.jpg) no-repeat center center/cover;
	display: block;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9996;
}

/* header */
.Header__ttl {
	margin: 0 auto;
	padding: 8rem 0;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.Header__ttl {
		padding: 6rem 0 4rem;
	}
}

.Header__logo {
	margin: 0 auto 3rem;
	width: 38rem;
}

@media only screen and (max-width: 640px) {
	.Header__logo {
		margin: 0 auto 1rem;
		width: 60%;
	}
}

.Header__subTtl {
	font-family: Lato, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
}

@media only screen and (max-width: 640px) {
	.Header__subTtl {
		font-size: 1.2rem;
	}
}

.footer {
	background: #232323;
	font-size: 13px;
	padding: 15px 0;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.footer {
		font-size: 10px;
	}
}

.footer--fixed {
	bottom: 0;
	height: 40px;
	line-height: 40px;
	padding: 0;
	position: fixed;
	width: 100%;
}

.Section {
	/*	border-bottom: 2px solid;*/
	padding: 80px 0 80px 0;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.Section {
		padding: 40px 0;
	}
}

/*--------------------------------------------------------------------------
メニュー
---------------------------------------------------------------------------*/
/* ------------------------------------------------ drawer menu */
.drawer-menu {
	background: #fff;
	box-sizing: border-box;
	height: 100%;
	opacity: 0;
	padding: 120px 0;
	position: fixed;
	right: 0;
	top: 0;
	transition-delay: 0s;
	transition-duration: .5s;
	transition-property: all;
	visibility: hidden;
	width: 300px;
}

.drawer-menu li {
	text-align: center;
}

.drawer-menu li a {
	color: #000;
	display: block;
	font-family: Lato, sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	transition: all .8s;
}

.drawer-menu li a:hover {
	background: #FAF6EF;
}

/* ------------------------------------------------ checkbox */
.check {
	display: none;
}

/* ------------------------------------------------ menu button */
.menu-btn {
	cursor: pointer;
	display: block;
	display: block;
	font-size: 10px;
	height: 30px;
	position: fixed;
	right: 40px;
	text-align: center;
	top: 40px;
	width: 30px;
	z-index: 10;
}

@media only screen and (max-width: 640px) {
	.menu-btn {
		right: 20px;
		top: 20px;
	}
}

.bar {
	-webkit-transform-origin: left top;
	background: #000;
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	top: 0;
	transform-origin: left top;
	transition: all .5s;
	width: 30px;
}

.bar.middle {
	opacity: 1;
	top: 10px;
}

.bar.bottom {
	-webkit-transform-origin: left bottom;
	top: 20px;
	transform-origin: left bottom;
}

.menu-btn__text {
	bottom: -15px;
	color: #000;
	display: block;
	left: 0;
	margin: auto;
	opacity: 1;
	position: absolute;
	right: 0;
	transition: all .5s;
	visibility: visible;
}

@media only screen and (min-width: 1024px) {
	.menu-btn:hover .bar {
		background: #999;
	}
}

@media only screen and (min-width: 1024px) {
	.menu-btn:hover .menu-btn__text {
		color: #999;
	}
}

.close-menu {
	background: rgba(0, 0, 0, 0);
	cursor: url(../images/cross.svg), auto;
	height: 100vh;
	opacity: 0;
	position: fixed;
	right: 300px;
	top: 0;
	transition-delay: 0s;
	transition-duration: .3s;
	transition-property: all;
	visibility: hidden;
	width: 100%;
}

/* ------------------------------------------------ checked */
.check:checked ~ .drawer-menu {
	-webkit-transform: none;
	opacity: 1;
	transform: none;
	transition-delay: .3s;
	visibility: visible;
	z-index: 5;
}

.check:checked ~ .contents {
	transition-delay: 0s;
}

.check:checked ~ .menu-btn .menu-btn__text {
	opacity: 0;
	visibility: hidden;
}

.check:checked ~ .menu-btn .bar.top {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 35px;
}

.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
	-webkit-transform: rotate(-45deg);
	top: 23px;
	transform: rotate(-45deg);
	width: 35px;
}

.check:checked ~ .close-menu {
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
	transition-delay: .3s;
	transition-duration: 1s;
	visibility: visible;
	z-index: 3;
}

@media only screen and (max-width: 640px) {
	.check:checked ~ .close-menu {
		opacity: 0;
	}
}

#androidBrowser_alert {
	background: rgba(17, 17, 17, 0.8);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#androidBrowser_alert div.wrap {
	background: #313131;
	left: 50%;
	margin-left: -160px;
	margin-top: -150px;
	max-width: 320px;
	position: fixed;
	top: 50%;
}

#androidBrowser_alert div.con {
	border: solid 1px #fff;
	color: #fff;
	font-size: 14px;
	line-height: 150%;
	padding: 20px;
}

#androidBrowser_alert a.go2chrome {
	background: #2492c8;
	color: #fff;
	display: block;
	padding: 5px;
	text-align: center;
}

.swiper-container {
	/*	margin: 50px auto 0;*/
	overflow: hidden;
	position: relative;
	/* Fix of Webkit flickering */
}

@media only screen and (max-width: 640px) {
	.swiper-container {
		margin: 0 auto;
	}
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	box-sizing: content-box;
	display: flex;
	height: 100%;
	position: relative;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 100%;
	z-index: 1;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	margin: 0 auto;
	transition-timing-function: ease-out;
}

.swiper-slide {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	font-size: 18px;
	height: 100%;
	justify-content: center;
	padding: 0 30px 35px;
	position: relative;
	text-align: center;
	width: 100%;
}

@media only screen and (max-width: 640px) {
	.swiper-slide {
		padding: 0 0 35px;
	}
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

/* a11y */
.swiper-container .swiper-notification {
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px 24px;
	cursor: pointer;
	height: 24px;
	margin-top: -22px;
	position: absolute;
	top: 50%;
	width: 15px;
	z-index: 10;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	cursor: auto;
	opacity: 0.35;
	pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	border-radius: 0 5px 5px 0;
	height: 50px;
	left: 0;
	right: auto;
	width: 25px;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("../images/next.svg");
	border-radius: 5px 0 0 5px;
	height: 50px;
	left: auto;
	right: 0;
	width: 25px;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
	-webkit-transform: translate3d(0, 0, 0);
	position: absolute;
	text-align: center;
	transform: translate3d(0, 0, 0);
	transition: 300ms;
	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: 0;
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
	border: 1px solid;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	width: 10px;
}

@media only screen and (max-width: 640px) {
	.swiper-pagination-bullet {
		border-radius: 50%;
		height: 5px;
		width: 5px;
	}
}

button.swiper-pagination-bullet {
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	background: #f6f6f6;
	opacity: 1;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	-webkit-transform: translate3d(0px, -50%, 0);
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: 5px 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 2px;
}

/* Progress */
.swiper-pagination-progress {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform: scale(0);
	-webkit-transform-origin: left top;
	background: #007aff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0);
	transform-origin: left top;
	width: 100%;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
	height: 4px;
	left: 0;
	top: 0;
	width: 100%;
}

.swiper-container-vertical > .swiper-pagination-progress {
	height: 100%;
	left: 0;
	top: 0;
	width: 4px;
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000;
}

/* 3D Container */
.swiper-container-3d {
	-webkit-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	/* Safari 4+, Chrome */
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	/* Firefox 3.6-15 */
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
	/* Safari 4+, Chrome */
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	/* Firefox 3.6-15 */
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
	/* Safari 4+, Chrome */
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	/* Firefox 3.6-15 */
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	/* Safari 4+, Chrome */
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	/* Firefox 3.6-15 */
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow 
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
/* Windows 8 IE 10 fix 
-ms-perspective: 1200px;
}*/
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
	overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: none;
	z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 0;
}

/* Cube */
.swiper-container-cube .swiper-slide {
	-webkit-transform-origin: 0 0;
	height: 100%;
	transform-origin: 0 0;
	visibility: hidden;
	width: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
	-webkit-filter: blur(50px);
	background: #000;
	bottom: 0px;
	filter: blur(50px);
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	width: 100%;
	z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	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-ttl {
	text-align: left;
}

.swiper-ttl:last-of-type {
	margin: 8rem 0 0;
}

.swiper-block {
	flex: 0 0 90%;
	justify-content: space-between;
	width: 90%;
}

.swiper-blockS {
	flex: 0 0 31%;
	width: 31%;
}

@media only screen and (max-width: 640px) {
	.swiper-blockS {
		flex: 0 0 70%;
		margin: 2.5rem auto 0;
		width: 70%;
	}
}

.swiper-txt {
	font-size: 1.3rem;
	line-height: 1.8;
	margin: 1.5rem 0 0;
	text-align: left;
	word-break: break-all;
}

@media only screen and (max-width: 640px) {
	.swiper-txt {
		display: none;
	}
}

.swiper-brandName {
	font-family: Lato, sans-serif;
	font-size: 1.6rem;
	margin-top: 2rem;
}

.swiper-brandName span {
	display: block;
	font-size: 1rem;
	font-weight: normal;
}

@media only screen and (max-width: 640px) {
	.swiper-brandName {
		line-height: 1.5;
		margin-top: 1rem;
	}
}

.swiper-zoom-container {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	-o-object-fit: contain;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	position: relative;
}

.swiper-container-horizontal > .swiper-scrollbar {
	bottom: 3px;
	height: 5px;
	left: 1%;
	position: absolute;
	width: 98%;
	z-index: 50;
}

.swiper-container-vertical > .swiper-scrollbar {
	height: 98%;
	position: absolute;
	right: 3px;
	top: 1%;
	width: 5px;
	z-index: 50;
}

.swiper-scrollbar-drag {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
	-webkit-transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
	height: 42px;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	position: absolute;
	top: 50%;
	transform-origin: 50%;
	width: 42px;
	z-index: 10;
}

.swiper-lazy-preloader: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'%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-repeat: no-repeat;
	background-size: 100%;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.Hero__body {
	position: relative;
}

.Hero__image {
	margin: 0 auto;
	padding-top: 42.86458%;
	position: relative;
	width: 100%;
}

@media only screen and (max-width: 640px) {
	.Hero__image {
		padding-top: 75%;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Hero__image {
		padding-top: 75%;
	}
}

.Hero__image::before {
	content: "";
	display: block;
}

.Hero__image img {
	position: absolute;
	top: 0;
}

.Hero__sentence {
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
	left: 5rem;
	min-width: 50rem;
	position: absolute;
	top: 5rem;
	width: 30%;
}

@media only screen and (max-width: 640px) {
	.Hero__sentence {
		-webkit-filter: drop-shadow(0px 0px 10px rgba(250, 246, 239, 0.9));
		filter: drop-shadow(0px 0px 10px rgba(250, 246, 239, 0.9));
		margin: 3rem auto;
		min-width: auto;
		position: static;
		width: 90%;
	}
}

.Hero__side {
	-webkit-transform: translate(-50%, 50%) rotate(-90deg);
	font-family: Lato, sans-serif;
	font-weight: 700;
	left: 1.5rem;
	position: fixed;
	top: 50%;
	transform: translate(-50%, 50%) rotate(-90deg);
}

@media only screen and (max-width: 640px) {
	.Hero__side {
		display: none;
	}
}

.Hero__side--right {
	-webkit-transform: translate(50%, 50%) rotate(-90deg);
	left: auto;
	right: 1.5rem;
	transform: translate(50%, 50%) rotate(-90deg);
}

.Introduction {
	font-family: Lato, sans-serif;
}

.Introduction__inner {
	border-bottom: 2px solid;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 3rem 5rem;
}

.Introduction__inner:first-child {
	border-right: 2px solid;
}

@media only screen and (max-width: 640px) {
	.Introduction__inner {
		flex: 0 0 100%;
		padding: 3rem 2rem;
		width: 100%;
	}

	.Introduction__inner:first-child {
		border-right: none;
	}
}

.Introduction__itemName {
	font-size: 2rem;
}

.Introduction__txt {
	font-size: 1.4rem;
	line-height: 2;
	margin: 3rem auto 0;
	text-align: left;
}

.Introduction__txt span {
	display: inline-block;
	font-size: 1.2rem;
	margin-top: 2rem;
}

@media only screen and (max-width: 640px) {
	.Introduction__txt span {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 640px) {
	.Introduction__txt {
		font-size: 1.3rem;
	}
}

.Styling__head {
	align-items: center;
	margin: 0 auto;
	position: relative;
	width: 90%;
}

@media only screen and (max-width: 640px) {
	.Styling__head {
		width: auto;
	}
}

.Styling__ttlWrap {
	-webkit-transform: translate(0, -50%);
	position: absolute;
	text-align: left;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
}

@media only screen and (max-width: 640px) {
	.Styling__ttlWrap {
		-webkit-transform: inherit;
		margin: 0 1rem 3rem;
		position: inherit;
		transform: inherit;
	}
}

.Styling__ttl {
	font-family: Lato, sans-serif;
	font-size: 3rem;
	width: 100%;
}

@media only screen and (max-width: 640px) {
	.Styling__ttl {
		border-bottom: 2px solid;
		display: inline-block;
		font-size: 2rem;
		margin: 0 0 1.5rem;
		width: auto;
	}
}

.Styling__ttl:after {
	background: #232323;
	content: '';
	display: block;
	height: 3px;
	margin: 3rem 0;
	width: 100%;
}

@media only screen and (max-width: 640px) {
	.Styling__ttl:after {
		display: none;
	}
}

.Styling__ttl--itme {
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1.2;
}

@media only screen and (max-width: 640px) {
	.Styling__ttl--itme {
		font-size: 2rem;
	}
}

.Styling__ttl--itme span {
	font-size: 3rem;
}

@media only screen and (max-width: 640px) {
	.Styling__ttl--itme span {
		font-size: 1.5rem;
	}
}

.Styling__headImg {
	margin: 0 0 0 auto;
	width: 70%;
}

@media only screen and (max-width: 640px) {
	.Styling__headImg {
		width: 100%;
	}
}

.Styling__img {
	margin: 8rem auto 0;
}

.Styling__slide {
	/*	margin: 8rem auto 0;*/
}

@media only screen and (max-width: 640px) {
	.Styling__slide {
		margin: 5rem 10px 0;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Styling__slide {
		margin: 5rem 10px 0;
	}
}

.Styling__item {
	margin-top: 8rem;
}

@media only screen and (max-width: 640px) {
	.Styling__item {
		margin-top: 3rem;
	}
}

.Styling__item > a {
	display: block;
}

.Styling__creditWrap {
	margin: 1rem 0 0;
	text-align: left;
}

@media only screen and (max-width: 640px) {
	.Styling__creditWrap {
		margin: 1rem 1rem 0;
	}
}

.Styling__name {
	font-size: 1.6rem;
	font-weight: 700;
}

.Styling__link {
	margin: 3rem 0 0;
}

@media only screen and (max-width: 640px) {
	.Styling__link {
		margin: 1rem 0 0;
	}
}

.Products__inner {
	align-items: center;
	background: #fff;
	border-top: 2px solid;
	justify-content: flex-start;
	margin: 2rem auto 0;
	padding: 2rem;
}

.Products__inner:last-of-type {
	border-bottom: 2px solid;
}

@media only screen and (max-width: 640px) {
	.Products__inner {
		flex-direction: row;
		width: 90%;
	}
}

.Products__img {
	flex: 0 0 10rem;
	margin: 0 .5rem 0 0;
	width: 10rem;
}

@media only screen and (max-width: 640px) {
	.Products__img {
		flex: 0 0 32%;
		margin: 0 2% 0 0;
		width: 32%;
	}

	.Products__img:nth-child(3n) {
		margin: 0 0 0 0;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Products__img {
		flex: 0 0 10rem;
		width: 10rem;
	}
}

.Products__txtArea {
	font-family: Lato, sans-serif;
	font-size: 1.2rem;
	margin: 0 0 0 3rem;
	text-align: left;
}

@media only screen and (max-width: 640px) {
	.Products__txtArea {
		flex: 0 0 100%;
		margin: 0 0 0 0;
		width: 100%;
	}
}

.Products__name {
	font-size: 1.6rem;
	font-weight: 700;
	margin: 1.5rem 0 .5rem 0;
}

.Brand__logo {
	margin: 0 auto 30px;
	width: 30rem;
}

@media only screen and (max-width: 640px) {
	.Brand__logo {
		max-width: 30rem;
		width: 50%;
	}
}

.Brand__linkWrap {
	margin: 30px auto 0;
	text-align: left;
	width: 30rem;
}

@media only screen and (max-width: 640px) {
	.Brand__linkWrap {
		max-width: 30rem;
		width: 50%;
	}
}

.Shoplist {
	font-family: Lato, sans-serif;
}

.Shoplist__block {
	letter-spacing: .1em;
	margin: 0 0 10rem;
	text-align: left;
	width: 50rem;
}

@media only screen and (max-width: 640px) {
	.Shoplist__block {
		margin: 0 auto 10rem;
		width: 90%;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Shoplist__block {
		margin: 0 auto 10rem;
		width: 90%;
	}
}

.Shoplist__shopName {
	border-bottom: 1px solid;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .15em;
	line-height: 1em;
	padding-bottom: 1rem;
}

.Shoplist__kana {
	font-size: 1rem;
	margin: 0 0 0 1rem;
}

@media only screen and (max-width: 640px) {
	.Shoplist__kana {
		display: block;
		margin: .5rem 0 0 0;
	}
}

.Shoplist__shopinfo {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 15px auto;
}

.Shoplist__shopinfo dt {
	align-items: center;
	color: #f6f6f6;
	display: flex;
	flex: 0 0 8rem;
	font-size: 1.2rem;
	font-style: italic;
	margin: 1rem 0 0 0;
	max-width: 8rem;
}

.Shoplist__shopinfo dd {
	flex: 0 0 calc(100% - 8rem);
	line-height: 1.4;
	margin: 1rem 0 0 0;
	width: calc(100% - 8rem);
}

.Shoplist__map {
	border-bottom: 2px solid;
	font-style: italic;
	margin-left: .5rem;
}

.Shoplist__sns ul {
	display: flex;
	justify-content: flex-start;
	margin: 10px 0 20px;
}

.Shoplist__sns li {
	font-size: 2rem;
	margin-right: 10px;
}

.u-mt10px {
	margin-top: 10px;
}

.u-mt20px {
	margin-top: 20px;
}

.u-mt30px {
	margin-top: 30px;
}

.u-mt60px {
	margin-top: 60px;
}

.u-mb100px {
	margin-bottom: 100px;
}

.u-crWht {
	color: #fff;
}

.u-clGry {
	background: #f7f7f7;
}







.staff_icon {
	display: flex;
	margin: 0 auto 60px auto;
}


@media only screen and (max-width: 640px) {
	.staff_icon {
		display: flex;
		margin: 0 auto 30px auto;
	}

	.staff_icon ul {
		margin: auto auto 0px 15px;
	}

}


.staff_icon img {
	border-radius: 100px;
	width: 100px;
	height: 100px;
}

@media only screen and (max-width: 640px) {
	.staff_icon img {
		display: flex;
		margin: 0 0 0 0;
		margin-right: 30%;
	}
}

.staff_comment {
	text-align: left;
	font-family: kozuka-gothic-pro, sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin: auto auto 50px auto;
}

@media only screen and (max-width: 640px) {
	.staff_comment {
		text-align: left;
		font-family: kozuka-gothic-pro, sans-serif;
		font-size: 13px;
		font-weight: 500;
		margin: auto auto 20px auto;
	}
}


.icon_flex {
	display: flex;
	margin: auto 20px auto 0px;
}
@media only screen and (max-width: 640px) {
.icon_flex {
	display: flex;
	margin: auto 10px auto 0px;
}
}

.item_credit {
	text-align: left;
	font-family: din-2014, sans-serif;
	font-weight: 500;
	margin: auto 0px 20px 0px;
}




.item_credit dt {
	text-align: left;
	font-size: 40px;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	margin: auto 0px 20px 0px;
}




@media only screen and (max-width: 640px) {
	.item_credit dt {
		text-align: left;
		font-size: 20px;
		font-family: din-2014, sans-serif;
		font-weight: 700;
		margin: auto 0px 5px 0px;
	}
}



.item_credit dd {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 25px;
}

.item_credit dd:hover {
	opacity: 0.3 ;
	transition: 0.2s ;
}



@media only screen and (max-width: 640px) {
	.item_credit dd {
		font-size: 0.7em;
		letter-spacing: 0.1em;
		line-height: 12px;
		font-family: din-2014, sans-serif;
		font-weight: 200;
		margin: auto 0px 5px 0px;
	}
}


.other_styling {
	text-align: left;
	font-size: 23px;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	margin: 50px 0px 0px 0px;
}

.other_styling :hover{
	opacity: 0.3 ;
	transition: 0.5s ;
}
	
.other_styling i { margin-left: 10px; font-weight: bold; }


@media only screen and (max-width: 640px) {
	.other_styling {
		font-size: 20px;
		font-family: din-2014, sans-serif;
		font-weight: 600;
		margin: 30px 0px 0px 0px;
	}
}

.icon_flex_s {
	text-align: left;
	font-size: 20px;
	color: #f6f6f6;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 0px auto 0px;
}


.icon_flex_l {
	text-align: left;
	font-size: 40px;
	color: #f6f6f6;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 10px auto 10px;
}

@media only screen and (max-width: 640px) {

	.icon_flex_s {
		text-align: left;
		font-size: 14px;
		color: #f6f6f6;
		font-family: din-2014, sans-serif;
		font-weight: 700;
		font-style: normal;
		margin: 0px auto 0px;
	}

	.icon_flex_l {
		text-align: left;
		font-size: 30px;
		color: #f6f6f6;
		font-family: din-2014, sans-serif;
		font-weight: 700;
		font-style: normal;
		margin: 5px auto 5px;
	}

}

.staff_introduction_box {
	width: 85%;
	display: flex;
	border-bottom: solid 0.5px #f6f6f6;
	padding-bottom: 10px;
	margin: 50px auto 50px auto;
}

@media only screen and (max-width: 640px) {
	.staff_introduction_box {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		border-bottom: solid 0.5px #f6f6f6;
		padding-bottom: 10px;
		margin: 0px auto 10px auto;
	}

	.staff_introduction_box .w50 {
		width: 100%;
		height: 100%;
	}

	.swiper-container {
		height: 100%;
	}

	.swiper-container img {
		width: 100%;
		height: 100%;
	}


}

.staff_introduction_flexbox {
	width: 100%;
	margin-bottom: 30px;
	padding: 10px;
}

@media only screen and (max-width: 640px) {
	.staff_introduction_flexbox {
		width: 100%;
		margin-bottom: 50x;
		padding: 0px;
	}
}


.swiper-container {
	margin-right: 10px;
}


.Preface__Text {
	font-family: sans-serif;
	font-weight: 300;
	font-style: normal;
}

@media only screen and (max-width: 640px) {
	.w90 .mt140 {
		width: 100%;
	}
}

.swiper-button-next {
	background-color: aliceblue;
	border-radius: 30px;
	opacity: 0.50;
	/* 55％不透明度(＝45％透過) */
}

.swiper-button-prev {
	background-color: #f6f6f6;
	border-radius: 30px;
	opacity: 0.50;
	/* 55％不透明度(＝45％透過) */
}

@media only screen and (max-width: 640px) {
	.block .look img.w50 {
		width: 100%;
	}
	.block .look img.w80 {
		width: 100%;
	}
	.block .look img.w60 {
		width: 100%;
	}
}


.copylight {
	color: #f6f6f6;
}
