@charset "UTF-8";
 @import url("https://use.typekit.net/ech8wbl.css");


/*! 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;
  /* 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;
	overflow: hidden;
  /* 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 {
  color: #6E6E6E;
  width: 100%;
  font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 62.5%; }

body {
  font-size: 14px;
  font-size: 1.4rem;}

* {
  box-sizing: border-box; }

li {
  list-style-type: none; }


a:hover {
  opacity: .8;
  text-decoration: none;
  transition: all .5s ease; }
  a:hover img {
    opacity: .8;
    transition: all .8s; }

.img-max {
	height: auto;
  width: 100%; }

/*================================

default

================================*/


img{
	border:0;
	margin:0;
	vertical-align: bottom;
  max-width: 100%;
	}

a{
	color:#1c3760;
	text-decoration: none;
	}


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: 640px) {
.pci{
	display: none;
	}
.spi{
	display: inline;
	}
	}

.pc{
	display: block !important;
	
	}
.sp{
	display: none  !important;
	}
@media screen and (max-width: 640px) {
.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:#fff;
	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:100px auto 80px;
	}

.main_img .caption_img img  {
	width:100%;
	margin: 0 auto;
	}





/*================================

content

================================*/

#content{
	color: #ccc;
	/*background-color: #fff;*/
	width: 90%;
	height: auto;
	margin:80px auto 0;
	padding: 0;
	}
@media screen and (max-width: 640px) {
#content{
	width: 100%;
	}
	}


/*================================

box

================================*/


/*================================

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: 70%;
	}

.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%;
	}
	}




/*================================

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;
	}






/*================================

custom-content

================================*/

.modal-content {
	display: block;
	position: relative;
	pointer-events: none;
	}

.basebg-menucontent01,
.basebg-menucontent02,
.basebg-menucontent03,
.basebg-menucontent04,
.basebg-menucontent05,
.basebg-menucontent06,
.basebg-menucontent07,
.basebg-menucontent08,
.basebg-menucontent09,
.basebg-menucontent10,
.basebg-menucontent10,
.basebg-menucontent11,
.basebg-menucontent12,
.basebg-menucontent13,
.basebg-menucontent14,
.basebg-menucontent15,
.basebg-menucontent16,
.basebg-menucontent17,
.basebg-menucontent18,
.basebg-menucontent19,
.basebg-menucontent20,
.basebg-menucontent21,
.basebg-menucontent22,
.basebg-menucontent23,
.basebg-menucontent24,
.basebg-menucontent25,
.basebg-menucontent26,
.basebg-menucontent27,
.basebg-menucontent28,
.basebg-menucontent29,
.basebg-menucontent30,
.basebg-menucontent31,
.basebg-menucontent32,
.basebg-menucontent33,
.basebg-menucontent34,
.basebg-menucontent35,
.basebg-menucontent36,
.basebg-menucontent37{
	position: fixed;
	width: 100%;
	height: 100%;
	pointer-events: auto;
	}

#custom-content {
	/*display: inline-block;*/
	width: auto;
	margin: 20px auto;
	pointer-events: auto;
	overflow-x: hidden;
	}

@media screen and (max-width: 640px) {
#custom-content {
	max-width:90%;
	}
	}

#custom-content img {
	width: auto;
    max-height: 78vh;
    margin-top: 20px;
    display: block;
	}
@media screen and (max-width: 640px) {
	#custom-content img {
	width: auto;
    max-height: 68vh;
    margin-top: 50px;
    display: block;
	}
}

#custom-content p{
	color: #666;
	line-height: 1.8;
	font-size: 11px;
	text-align: center;
	text-justify: inter-ideograph;
	margin: 20px auto 40px;
	}

#custom-content p a{
	color: #666;
	/*text-decoration: underline;*/
	}
#custom-content p a:hover{
	color: #666;
	/*text-decoration: underline;*/
	}

.close-menucontent01,
.close-menucontent02,
.close-menucontent03,
.close-menucontent04,
.close-menucontent05,
.close-menucontent06,
.close-menucontent07,
.close-menucontent08,
.close-menucontent09,
.close-menucontent10,
.close-menucontent10,
.close-menucontent11,
.close-menucontent12,
.close-menucontent13,
.close-menucontent14,
.close-menucontent15,
.close-menucontent16,
.close-menucontent17,
.close-menucontent18,
.close-menucontent19,
.close-menucontent20,
.close-menucontent21,
.close-menucontent22,
.close-menucontent23,
.close-menucontent24,
.close-menucontent25,
.close-menucontent26,
.close-menucontent27,
.close-menucontent28,
.close-menucontent29,
.close-menucontent30,
.close-menucontent31,
.close-menucontent32,
.close-menucontent33,
.close-menucontent34,
.close-menucontent35,
.close-menucontent36,
.close-menucontent37{
	position: fixed;
	z-index: 999999;
	top: 18px;
	right: 26px;
	cursor: pointer;
	}

.icon {
	font-size: 20px;
	}

/* リンクさせない時 disable付与 */
#custom-content a.disable{
	color: #888 !important;
	pointer-events: none !important;
	cursor: default;
	text-decoration: none !important;
	}



/*******************コレクション**********************/


/*!
 *  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; } */


/* 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 {
  flex: 0 1 1280px;
  margin: 0 auto;
  max-width: 1280px;
}

@media only screen and (max-width: 640px) {
  .l-column {
    flex: 0 1 auto;
    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-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%; }


.logo {
  display: inline-block;
  padding: 10px 0;
  color: #191919;
  
  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 0 80px 0;
  font-size: 22px;
  display: inline-block;
  letter-spacing: 0;
  color: #6E6E6E;
  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 #6E6E6E;
width: 100%;
	font-family: josefin-slab, serif;
	font-weight: 600;
	font-style: normal;
} */
  @media only screen and (max-width: 640px) {
    .articleLabelL {
      font-size: 20px;
      margin: 0 0 80px 0; } }

.articleLabelM {
font-size: 0.8em;
color: #191919;
font-family: 'Didact Gothic', sans-serif;
margin: 28px auto 30px;
text-align: center;
}
  @media only screen and (max-width: 640px) {
    .articleLabelM {
      font-size: 0.8em;
    margin: 50px 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-family: Marcellus;
	font-size: 1.5rem;
  font-weight: normal;
  display: inline-block;
  padding: 13px 20px;
  color: #1c3760;
  background-color: #fff;
  line-height: 1em;
  vertical-align: bottom;
  letter-spacing: .1rem;
  transition: all .5s;
  
}
  .linkButton:before {
    margin-right: 5px; }
  .linkButton:hover {
    color: #fff;
    background-color: #999; }
  @media only screen and (max-width: 640px) {
    .linkButton {
      padding: 15px 25px;
     } }



.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;
} */




.topBtn{
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 3;
}
.topBtn a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;

}
@media only screen and (max-width: 640px) {
.topBtn{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
}
}

@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: 40%;
  font-size: 13px;
  text-align: left;
  margin: 200px auto 0px;
  line-height: 1.8em;
  letter-spacing: .05em; 
  }
  @media only screen and (max-width: 640px) {
    .Preface__body {
		font-size: 12px;
      width: 100%;
      margin: 100px auto 20px;
		text-align: justify;
	  padding: 0 30px;}
}
    @media only screen and (min-width: 640px) and (max-width: 1024px) {
    .Preface__body {
		font-size: 12px;
      width: 70%;
      margin: 0 auto 20px;
		text-align: justify;}
}





/*******スライダー*************/
.swiper-container {
	width: 100%;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

@media only screen and (max-width: 640px) {
.swiper-container {
	width: 100%;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }
}

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 50%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: #f4f4f4;
  /* Center slide text vertically */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
     /* justify-content: center;*/
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 25px;
  background:rgba(225,225,225,0) }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 24px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 15px 24px;
  background-position: center;
  background-repeat: no-repeat; }

/*@media only screen and (max-width: 640px) {
.swiper-button-prev,
.swiper-button-next {
	display: none;
	}
}*/
	
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../images/prev.svg");
  left: 30%;
  right: auto;
  /*background-color: rgba(0, 0, 0, 0.8);*/
  width: 30px;
  height: 40px;
  border-radius: 0 5px 5px 0; }

@media only screen and (max-width: 640px) {
	.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../images/prev.svg");
  left: 0;
  right: auto;
  /*background-color: rgba(0, 0, 0, 0.8);*/
  width: 30px;
  height: 40px;
  border-radius: 0 5px 5px 0; }
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/next.svg");
  right: 30%;
  left: auto;
  /*background-color: rgba(0, 0, 0, 0.8);*/
  width: 30px;
  height: 40px;
  border-radius: 5px 0 0 5px; }

@media only screen and (max-width: 640px) {
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/next.svg");
  right: 0;
  left: auto;
  /*background-color: rgba(0, 0, 0, 0.8);*/
  width: 30px;
  height: 40px;
  border-radius: 5px 0 0 5px; }
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  width: 100%;
  background:rgba(225,225,225,0); }

/* Bullets */
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  /*border-radius: 100%;*/
  background: black;
  opacity: 0.4; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: black; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.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 {
  -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 {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* 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), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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 {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  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 {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  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-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/*******スライダー*************/


.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 {
  margin: 15rem auto 0;
  padding: 8rem 0;
	font-weight: 400;
	font-style: normal;
	position: relative;
  background-color: #1c3760;
}

.Shoplist__block {
    text-align: left;
    /* width: 50rem;
    margin: 0 0 10rem; */
    letter-spacing: 0.1em;
    color: #fff;
    
}
@media only screen and (max-width: 640px) {
	.Shoplist__block {
		width: 100%;
		padding: 0 4%;}}


.Shoplist__shopwrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
	.Shoplist__shopwrapper {
    align-items: flex-start;
    flex-direction: column;
  }}

.Shoplist__shopName {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  padding-bottom: 1rem;
  margin-right: 5rem;
}
@media only screen and (max-width: 640px) {
	.Shoplist__shopName {
    margin: 0;
    font-size: 2.5rem;
  }}

.Shoplist__shopKana {
  font-size: 1rem;
}

.Shoplist__shopinfo dt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.Shoplist__shopinfo_right {
  margin-left: 5rem;
}
@media only screen and (max-width: 640px) {
	.Shoplist__shopinfo_right {
    margin-left: 0;
  }}


.Shoplist__shopinfo a {
  color: #fff;
  border-bottom: 1px solid;
}

.Shoplist__shopinfo {
    font-size: 1.3rem;
    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: #fff;
    margin: .5rem 0 0
}
.Shoplist__shopinfo dd {
    /* -ms-flex: 0 0 calc(100% - 8rem);
    flex: 0 0 calc(100% - 8rem); */
    line-height: 1.4;
    margin: .8rem 0 0
}

.Shoplist__shopinfo span {
  font-style: italic;
  margin: 0 1rem 0 0;
  font-weight: bold;
}

.Shoplist__shopinfo span:after {
  content: '/';
  margin: 0 0 0 1rem;
}



.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
}

.Shoplist__sns a {
  color: #fff;
}

@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.7em;
    margin-right: 10px;
}
@media only screen and(max-width:640px) {
    .Shoplist__btn {
        text-align: center
    }
}


.item__btn a {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1.5rem 2rem;
  line-height: 1em;
}

.brand__btn a {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1.5rem 2rem;
  line-height: 1em;
  vertical-align: bottom;
  letter-spacing: .1rem;
  transition: all .5s;
}
@media only screen and(max-width:640px) {
  .brand__btn a {
    font-size: 1.7rem;
    padding: 2rem 2.5rem;
  }
}


.btn a {
  color: #fff;
  background-color: #1c3760;
  border: 1px solid #1c3760;
  display: inline-block;
}

.btn a:hover {
  background-color: #fff;
  color: #1c3760;
  border: 1px solid #1c3760;
}


.Shoplist__btn a {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  padding: 1.2rem 1.6rem;
  color: #1c3760;
  background-color: #fff;
  border: 1px solid #fff;
  line-height: 1em;
  vertical-align: bottom;
  letter-spacing: .1rem;
  transition: all .5s;
}

.Shoplist__btn a:hover {
  background-color: #1c3760;
  color: #fff;
  border: 1px solid #fff;
}



.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: 9;
  font-family: Marcellus;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: margin-top 0.3s ease-out;
font-weight: 700;
font-style: normal;
}

   .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: 640px) {
     .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 {
  background-color: #1c3760;
	position: relative;
  padding: 15px 0;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #fff; }
  @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; }




.Link_All {
width:40%;
display:flex;
margin:0 auto;
  padding: 50px 0 80px; }

@media only screen and (max-width: 640px) {
    .Link_All {
        width:80%;
        display:block; } }

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Link_All {
		width:80%;
        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; }







.Section {
    margin: 0 auto;
    min-width: 1000px;
    /* width: calc(1080/1920*100%); */
    max-width: 1200px;
}

@media only screen and (max-width: 640px) {
    .Section {
		width: auto;
		min-width: auto;
    /* margin: 0 5%; */
  } }

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Section {
		width: auto;
		min-width: 700px; } }

.l-column {
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  margin: 0 auto;
  max-width: 100%; 
}

@media only screen and (max-width: 640px) {
    .l-column {
      /*padding: 0 10px;*/
      width: auto; } }

@media only screen and (min-width: 640px) and (max-width: 1024px) {
    .l-column {
      /*padding: 0 20px;*/
      width: auto; } }







.Hero {
  /* align-items: center;
  display: flex; */
  /* height: max(100vh,60rem); */
  /* justify-content: center; */
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 440px;
}

@media only screen and (max-width: 640px) {
  .Hero {
	  /* height: 100vh; */
    margin-bottom: 15rem;
	  }}

.Hero__img {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .Hero__img {
    flex-direction: column;
  }}

.Hero__img_ttl {
  z-index: 30;
  width: calc(655 / 1920 * 100%);
  margin-left: 5rem;
  position: absolute;
}
@media only screen and (max-width: 640px) {
  .Hero__img_ttl {
    z-index: 0;
	  width: calc(580 / 640 * 100%);
    margin: 4rem 0 0;
    position: static;
	  }}

.Hero__img_ttl_sub {
  width: 80%;
  margin-bottom: 1rem;
}

.Hero__img_mainvisual {
  margin: 0 auto 0 35%;
  width: calc(420 / 980 * 100%);
}
@media only screen and (max-width: 640px) {
  .Hero__img_mainvisual {
    width: 95vw;
    margin: 3rem auto 0;
  }}



.Hero__itemWrap {
  margin-top: 30rem;
}
@media only screen and (max-width: 640px) {
  .Hero__itemWrap {
    margin-top: 20rem;
  }
}

.Hero__itemWrap-img {
  max-width: 300px;
  margin: 0 auto 5rem;
}
@media only screen and (max-width: 640px) {
  .Hero__itemWrap-img {
    width: 65vw;
  }
}
/* 画像の親要素のスタイル */
/* .Hero__itemWrap-img {
  cursor: pointer;
  height: 200px;
  margin-inline: auto;
  margin: 0 auto 5rem;
  position: relative;
  max-width: 450px;
} */
/* 画像のスタイル */
/* .Hero__itemWrap-img img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  transition: 0.7s;
} */
/* 2枚目の画像は最初透明 */
/* .Hero__itemWrap-img:hover img:nth-of-type(2) {
  opacity: 0;
} */
/* hoverすると2枚目の画像が透明じゃなくなる */
/* .Hero__itemWrap-img:hover img {
  opacity: 1;
  transition: 0.7s;
} */





.Hero__item_credit {
  font-size: 1.8rem;
  text-align: left;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .Hero__item_credit {
    font-size: 1.5rem;
    margin: 0 4%;
  }
}

.Hero__item_credit li {
  margin: 1.5rem 0;
}


.Hero_wrap {
  margin: 0 auto;
}

.Hero__ttl_wrap {
  width: 60rem;
  margin: 0 auto;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  .Hero__ttl_wrap {
    width: 90vw;
  }
}

.Hero__ttl {
  font-size: 5rem;
  color: #1c3760;
}
@media only screen and (max-width: 640px) {
  .Hero__ttl {
    font-size: 3rem;
    color: #1c3760;
  }
}
.Hero__ttl span {
  color: #B7D97A;
}
.Hero__ttl span:nth-of-type(1) {
  margin: 0 .5rem;
}

.Hero__ttl-1 {
  text-align: left;
  margin-bottom: -2rem;
}

.Hero__ttl-2 {
  text-align: right;
}


.Hero__p {
  font-weight: 400;
  font-style: normal;
	font-size: 1.7rem;
  line-height: 2;
  letter-spacing: .2rem;
  text-align: justify;
  max-width: 815px;
	margin: 6rem auto 17rem;
}


@media only screen and (max-width: 840px) {
  .Hero__p {
    font-size: 	1.4rem;
    letter-spacing: .1rem;
    margin: 3rem 5% 6rem;
  }
}


.brand__p {
  margin-bottom: 5rem;
}


.Hero__ttlWrap {
  margin: 30rem 0 0;
}
@media only screen and (max-width: 640px) {
  .Hero__ttlWrap {
    margin: 20rem 0 0;
  }
}
/* 
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Hero__ttlWrap {
    padding: 3rem;
  }
} */

.Hero_wrapimg-01 {
  display: flex;
  justify-content: center;
}

.Hero_wrapimg-img-01 {
  width: 50rem;
  margin: 20rem -5rem 0 0;
}

.Hero_wrapimg-02 {
  margin: 10rem auto;
}
@media only screen and (max-width: 640px) {
  .Hero_wrapimg-02 {
    margin-top: calc(50 / 1200 * 100%);
    margin-bottom: calc(50 / 1200 * 100%);
  }
}

.Hero_wrapimg-img-03 {
  width: 45rem;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .Hero_wrapimg-img-03 {
    width: 70vw;
  }
}

.Hero_wrapimg-img-04 {
  width: calc(850/1200*100%);
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .Hero_wrapimg-img-04 {
    width: 100%;
  }
}


/* .Look__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
} */

.js-show {
	opacity : 0;
	transform : translate(0, 45px);
	transition : all 800ms;
  animation-name:fadeUpAnime;
}

.js-show.Look-scroll {
	opacity : 1;
	transform : translate(0, 0);
}


/* .js-show-b {
  -webkit-transform: translate(0, 4rem);
  transform: translate(0, 4rem);
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
} */


@keyframes fadeUpAnime{
from {
  opacity: 0;
transform: translateY(150px);
}

to {
  opacity: 1;
transform: translateY(0);
}
}


.Section {
  max-width: 1200px;
}

.Item__detail {
  display: flex;
  text-align: left;
  margin-top: 7rem;
  align-items: center;
  font-weight: normal;
}

.Item__detail ul {
  margin-right: 3rem;
}

@media screen and (max-width: 640px){
  .Item__detail li {
    font-size: 3.6vw;
  }
}


@media screen and (max-width: 1024px){
  .Item__detail {
    margin: 2rem auto 0;
    padding: 10px;
  }
}

.Item__price {
  font-size: 1.3rem;
}


.Item__name {
  font-size: 1.5rem;
}

.Item__itemTax {
  font-size: 1rem;
}

.Item__link {
  margin: 1rem auto 0;
}


.Styling_Wrap {
  margin-bottom: 40rem;
}
@media only screen and (max-width: 640px) {
  .Styling_Wrap {
    margin-bottom: 20rem;
  }
}

.Styling_no {
  color: #B7D97A;
  font-size: 5rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  align-items: center;
  margin-bottom: -2.5rem;
}
@media only screen and (max-width: 640px) {
  .Styling_no {
    font-size: 2rem;
    margin-bottom: -2.5rem;
  }
}

.Styling_no span {
  font-size: 7rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  .Styling_no span {
    font-size: 4rem;
    padding-bottom: 2rem;
  }
}


/* ---------- Styling01 ---------- */
.Styling01-img-01 {
  margin: 0 auto 7rem;
  width: calc(500/1200*100%);
}

@media only screen and (max-width: 640px) {
  .Styling01-img-01 {
    margin: 0 auto 2rem;
    width: 90vw;
  }
}

/* .Styling01_02 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
} */
.Styling01-img-03 {
  width: calc(580/1200*100%);
  margin: 0 10% 0 auto;
}
@media only screen and (max-width: 640px) {
  .Styling01-img-03 {
    width: 80vw;
    margin: 0 0 0 auto;
  }
}

.Styling01-img-04 {
  width: calc(470/1200*100%);
  margin-top: calc(-80 / 1200 * 100%);
  margin-left: calc(150 / 1200 * 100%);
}
@media only screen and (max-width: 640px) {
  .Styling01-img-04 {
    width: 65vw;
    margin-top: calc(100 / 1200 * 100%);
    margin-left: calc(60 / 1200 * 100%);
  }
}




/* .Styling01-img-02 {
  width: calc(450/1200*100%);
}

.Styling01-img-03 {
  width: calc(600/1200*100%);
  margin-top: calc(300 / 1200 * 100%);
  margin-bottom: calc(60 / 1200 * 100%);
}
@media only screen and (max-width: 640px) {
  .Styling01-img-01 {
    padding: 0 5%;
    width: 100%;
}

  .Styling01-img-02 {
    width: 100%;
    padding-left: 9rem;
}

  .Styling01_02 {
    flex-direction: column;
}

  .Styling01-img-03 {
    width: 100%;
    margin: 0;
    padding: 3rem 3rem 0 0;
}
} */


/* ---------- Styling02 ---------- */
.Styling02-img-01 {
  width: calc(560/1200*100%);
  margin: 0 auto 7rem;
}
@media only screen and (max-width: 640px) {
  .Styling02-img-01 {
    width: 100%;
    margin-bottom: calc(120 / 1200 * 100%);
    padding: 0 4%;
  }
}

.Styling02_02 {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .Styling02_02 {
    flex-direction: column;
    justify-content: normal;
    align-items: normal
  }
}

.Styling02-img-02 {
  width: calc(550/1200*100%);
}
@media only screen and (max-width: 640px) {
  .Styling02-img-02 {
    width: 70vw;
}
}

.Styling02-img-03 {
  width: calc(430/1200*100%);
  margin-top: calc(600/1200*100%);
  margin-left: calc(-50/1200*100%);
}
@media only screen and (max-width: 640px) {
  .Styling02-img-03 {
    width: 70vw;
    margin: 2rem auto 0;
}
}

.Styling02-img-04 {
  width: calc(900/1200*100%);
  margin: 15rem auto 0;
}
@media only screen and (max-width: 640px) {
  .Styling02-img-04 {
    margin-top: calc(120 / 1200 * 100%);
    width: 100vw;
  }
}


/* ---------- Styling03 ---------- */
.Styling03_01 {
	max-width: 800px;
	margin: 0 auto;
}

.Styling03_ul {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr); */
  display: flex; /* 要素を横並びにする */
	flex-wrap: wrap; /* 要素を折り返す */
}
/* @media only screen and (max-width: 640px) {
  .Styling03_ul {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 1rem;
  }
} */

.Styling03_li {
  padding: 1rem;
  width: calc(100% / 3);
}
@media only screen and (max-width: 640px) {
  .Styling03_li {
  width: 50%;
	padding: 10px;
	color: #fff;
	text-align: center;
	/* border: solid 2px #fff; */
}
.Styling03_li:nth-child(2n+1):last-child {
	width: 100%;
}
}

/* .Styling03_01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(80 / 1200 * 100%);
}
@media only screen and (max-width: 640px) {
  .Styling03_01 {
    flex-direction: column;
  }
}

.Styling03-img-01, .Styling03-img-02 {
  width: calc(600/1200*100%);
}
@media only screen and (max-width: 640px) {
  .Styling03-img-01, .Styling03-img-02 {
    width: 70vw;
    margin: 0 auto;
  }
}

.Styling03_02 {
  display: flex;
  flex-direction: row-reverse;
}

.Styling03-img-03 {
  width: calc(500/1200*100%);
  margin: 0 15% 0 auto;
}
@media only screen and (max-width: 640px) {
  .Styling03-img-03 {
    width: 52vw;
    margin: 0 0 0 auto;
  }
}

.Styling03-img-04 {
  width: calc(600/1200*100%);
  margin-top: calc(-100 / 1200 * 100%);
}
@media only screen and (max-width: 640px) {
  .Styling03-img-04 {
    width: 65vw;
    margin-top: calc(-100 / 1200 * 100%);
  }
} */






.Styling__style1 {
  margin: 0 auto;
}

.Look {
  margin-bottom: 60rem;
}
@media only screen and (max-width: 640px) {
  .Look {
    margin-bottom: 30rem;
  }
}

.Look-cmnt {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: .1rem;




}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  .Look-cmnt {
    font-size: 2.3vw;
}
}
@media only screen and (max-width: 640px) {
  .Look-cmnt {
    font-size: 3.6vw;
    /* padding: 0 2%; */
}
}
@media only screen and (min-width: 450px) and (max-width: 640px) {
  .Look-cmnt-6 {
    font-size: 1.5rem;
  }
}

/* =======Look1======== */
.Look__image1_1 {
  width: calc(800/1200*100%);
  margin: 0 auto;
}

.Look-cmnt-1 {
  margin: 5% auto;
  width: calc(720/1200*100%);
}

.Look_1-2 {
  display: flex;
  justify-content: space-between;
}

.Look_1-2--left {
  width: calc(533/1200*100%);
}

.Look_1-2--right {
  width: calc(607/1200*100%);
}


@media only screen and (max-width: 640px) {
  .Look__image1_1 {
    width: 100%;
    margin: 0 auto 3rem;
  }
  .Look-cmnt-1 {
    margin: 0 auto 5%;
    width: calc(600/640*100%);
  }
  .Look_1-2 {
    flex-direction: column;
  }
  .Look_1-2--left{
    width: 100%;
    padding-right: 3rem;
  }
  .Look_1-2--right {
    width: 100%;
    padding: 0 2rem;
    margin-top: 3rem;
  }
}


/* =======Look2======== */
.Look2-1 {
  position: relative;
}

.Look__image2_2 {
  position: absolute;
  width: calc(324/1200*100%);
  bottom: 9%;
  left: 5%;
}

.Look__image2_ttl {
  width: calc(720/1200*100%);
  margin: 0 0 0 auto;
}

.Look-cmnt-2 {
  color: #E2AA00;
  margin: 5% auto;
  text-align: left;
}

.Look2-2 {
  width: calc(650/1200*100%);
  margin: 10rem auto 0;
}

.Item__detail-look2 {
  justify-content: center;
}

@media only screen and (max-width: 640px) {
  .Look__image2_ttl {
    width: calc(580/640*100%);
    margin: 3rem auto 0;
  }
  .Look__image2_2 {
    width: calc(180/640*100%);
  }
  .Look2-2 {
    width: calc(550/640*100%);
    margin: 5rem auto 0;
  }
.Item__detail-look2 {
  margin-top: 7rem;
}
}


/* =======Look3======== */
.Look_3-1 {
  width: calc(825/1200*100%);
  margin: 0 auto -4rem;
}

.Look__image3_ttl {
  width: calc(825/1200*100%);
  margin: 0 auto;
}

.Look-cmnt-3 {
  color: #D7140F;
  width: calc(643/840*100%);
  margin: 5% auto;
}

.Look_3-2 {
  display: flex;
  justify-content: space-between;
}

.Look_3-2--left {
  width: calc(700/1200*100%);
  padding-top: calc(100/1200*100%);
}

.Look_3-2--right {
  width: calc(470/1200*100%);
}

.Look3-Item__detail {
  margin-top: -5rem;
}

@media only screen and (max-width: 640px) {
  .Look__image3_ttl {
    width: calc(620/640*100%);
  }
  .Look-cmnt-3 {
    width: calc(600/640*100%);
  }
  .Look3-Item__detail {
    justify-content: center;
    margin-top: 2rem;
  }
}


/* =======Look4======== */
.Look_4 {
  margin-bottom: 70rem;
}

.Look_4-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.Look_4-1--left {
  width: calc(620/1200*100%);
  padding-top: calc(100/1200*100%);
}

.Look_4-1--right {
  width: calc(558/1200*100%);
}

.Look-cmnt-4 {
  color: #0DB513;
  margin: 5% auto;
  text-align: left;
}

@media only screen and (max-width: 640px){
  .Look_4 {
    margin-bottom: 50rem;
  }
  .Look_4-1 {
    position: static;
    flex-direction: column;
  }
  .Look_4-1--left {
    width: calc(620/640*100%);
    padding-right: calc(40/600*100%);
  }
  
  .Look_4-1--right {
    width: 100%;
  }

  .Look-cmnt-4 {
    width: calc(600/640*100%);
  }

  .Look__image4_1 {
    padding: 3rem auto 0 3rem;
  }
}

/* =======Look5======== */
.Look_5-1 {
  margin: 0 auto;
  position: relative;
}

.Look__image5_1 {
  width: calc(1150/1200*100%);
}

.Look__image5_ttl {
  width: calc(643/1200*100%);
  position: absolute;
  right: 0;
  top: 3%;
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .Look__image5_ttl {
    width: calc(560/768*100%);
    top: -20%;
  }
}

.Look-cmnt-5 {
  color: #A16B00;
  margin-top: 10%;
  text-align: left;
}


.Look_5-2 {
  position: absolute;
  right: 5%;
  bottom: 3%;
}

@media only screen and (max-width: 640px){
  .Look__image5_1 {
    width: calc(600/640*100%);
  }

  .Look__image5_ttl {
    width: calc(560/640*100%);
    top: -20%;
  }

  .Look-cmnt-5 {
    margin-top:5%;
  }

  .Item__detail-look5 {
    position: static;
    justify-content: center;
    margin-top: 7rem;
  }
}


/* =======Look6======== */
.Look_6-1 {
  position: relative;
}

.Look__image6_1 {
  width: calc(1200/1200*100%);
  margin: 0 auto;
}

.Look__image6_ttl {
  width: calc(860/1200*100%);
  position: absolute;
  bottom: -24%;
  z-index: 1;
}

.Look-cmnt-6 {
  color: #1C8BDF;
  margin-top: 1%;
  margin-right: calc(120/800*100vw);
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .Look-cmnt-6 {
    margin: 1% auto 1% 2%;
    width: 100%;
  }
}

.Look_6-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 9%;
}

.Look_6-2--left {
  width: calc(100% / 2);
}

.Look_6-2--left.Item__detail {
  justify-content: flex-start;
}

.Look_6-2--left.Item__detail:nth-child(2) {
  margin-top: 7rem;
}

.Look_6-2--right {
  width: calc(630/1200*100%);
}

@media only screen and (max-width: 640px){
  .Look__image6_ttl {
    width: calc(620/640*100%);
    bottom: -32%;
  }
  .Look_6-2 {
    flex-direction: column-reverse;
    margin-top: calc(160/640*100%);
  }
  .Look_6-2--left {
    width: 100%;
  }
  .Look_6-2--right {
    width: calc(620/640*100%);
  }
}

/* =======Look7======== */
.Look_7-1 {
  display: flex;
  justify-content: space-between;
}

.Look_7-ttl {
  display: flex;
  width: calc(758/840*100%);
  margin:5rem 0 1rem auto;
}

.Look_7-1--left {
  width: calc(310/1200*100%);
}

.Look_7-1--right {
  width: calc(840/1200*100%);
  position: relative;
}

.Look_7-2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.Look__image7-2 {
  padding-left: 10%;
}


.Look__image7_ttl {
  width: calc(758/840*100%);
  position: absolute;
  right: 0;
  bottom: 7%;
}

.Look__image7_ttl-2 {
  margin: 5% 0 0 4%;
}

.Look_7-2--right {
  width: calc(100% / 2);
  padding: 0 3% 0 0%;
}

.Look-cmnt-7 {
  color: #8B1CDF;
  margin: 2% 2% 5% auto;
  width: calc(656/1200*100%);
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .Look_7-ttl {
    flex-direction: column;
    width: calc(450/580*100%);
    margin: -2% auto 0;
  }
  .Look__image7_ttl-1 {
    margin: 0 5% 0 0;
  }
  .Look__image7_ttl-2 {
    margin: 3% 0 0 20%;
  }

  .Look-cmnt-7 {
    color: #8B1CDF;
    margin: 5% auto 0;
    width: calc(600/640*100%);
  }

  .Look_7-2 {
    flex-direction: column-reverse;
  }
  .Look_7-2--right {
    width: 100%;
    padding: 10%;
}
}

/* =======Look8======== */
.Look__image8_1 {
  width: calc(1200/1200*100%);
}

.Look__image8_ttl {
  width: calc(725/1200*100%);
  margin: 5% auto;
}

.Look-cmnt-8 {
  color: #F543D1;
  margin: 5% auto;
  width: calc(720/1200*100%);
}

.Look_8-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Look_8-2--left {
  width: calc(514/1200*100%);
}

.Look_8-2--right {
  width: calc(100% / 2);
}

@media only screen and (max-width: 640px) {
  .Look__image8_ttl {
    width: calc(600/640*100%);
    margin: 5% auto;
  }
  .Look-cmnt-8 {
    width: calc(620/640*100%);
  }
  .Look_8-2 {
    flex-direction: column-reverse;
  }
  .Look_8-2--left {
    width: 100%;
    padding: 10%;
  }
  .Look_8-2--right {
    width: 100%;
}
.Item__detail-look8 {
  justify-content: center;
  width: calc(590 / 640*100%);
}
}



.articleLabelL {
  font-family: Marcellus;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  margin: 0 0 5rem;
}


/*--------------------------------------------------------------------------
   イベント
---------------------------------------------------------------------------*/
.Event-wrapper {
margin: 50rem auto ;
}

.Event-wrapper-ttl {
  font-size: 10rem;
  font-family: Marcellus;
  font-weight: 400;
}

.Event__image {
  width: calc(1000/1200*100%);
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .Event-wrapper {
    margin: 25rem auto;
}
  .Event__image {
    width: 100%;
}}

.Event_btn {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}




/* 商品紹介 */
.item-wrapper {
  margin: 200px auto 0;
  /* padding: 8rem 0; */
}

@media screen and (max-width: 640px){
  .item-wrapper {
    margin: 0;
    padding-bottom:0;
  }
}


.item_bk {
  background: #f7f7f7;
  padding-bottom: 5rem;
}

.articleLabelL {
  font-family: 'Marcellus', serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  margin: 0 0 5rem;
  color: #6E6E6E;;
}
@media screen and (max-width: 640px){
  .articleLabelL {
    font-size: 3rem;
  }
}


.Shoplist_bottom {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 8rem;
  color: #fff;
}

/* .l-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


@media only screen and (max-width: 1024px){
  .l-row {
    flex-direction: column;
    }
  } */


@media only screen and (min-width: 640px) and (max-width: 1024px){
.Item__box {
  margin: 0;
  }
}


.Item__inner {
  align-items: center;
}

.Item__inner img {
  mix-blend-mode: multiply;
  margin-right: 20px;
}
@media only screen and (max-width: 640px){
  .Item__inner img {
    margin: 0 0 30px;
    }
  }


.Item__imgWrap {
  width: 10%;
  margin: 0;
}

.Item__img {
  flex: 0 0 15rem;
  margin-right: 1rem;
  mix-blend-mode: multiply;
  width: 15rem;
}

.img-max {
  height: auto;
  width: 100%;
}


/* ブランド紹介 */
.brond_logo {
  width: calc(400/1200*100%);
  margin: 0 auto;
}
@media only screen and (max-width: 640px){
  .brond_logo {
    width: calc(400/640*100%);
  }
  }

.brand_text {
  font-weight: 400;
  font-style: normal;
  margin: 10rem auto 4rem;
  font-size: 1.7rem;
  line-height: 2.3;
  width: 757px;
  text-align: justify;
}
@media only screen and (max-width: 640px){
.brand_text {
  padding: 2rem;
  width: 100%;
  font-size: 14px;
  margin-top: 40px;
}}







.Products__img {
	margin: 0 calc(50% - 50vw);
	
}

@media only screen and (max-width: 640px) {
  .Products__img {
    width: 130%;
}}
	
	
.Products__desc {
	text-align: left;
	margin: 5rem auto;
}


.Products__inner {
	width: 50%;
	font-size: 13px;
	text-align: left;
	margin: 200px auto 0px;
	line-height: 1.8em;
	letter-spacing: .05em; 
	font-family :YuMincho,'Yu Mincho',serif;
  }

@media only screen and (max-width: 640px) {
	.Products__inner {
		font-size: 12px;
		width: 90%;
		margin: 50px auto 20px;
		text-align: justify;
		padding: 0 30px;}
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
    .Products__inner {
		font-size: 12px;
		width: 70%;
		margin: 0 auto 20px;
		text-align: justify;}
}

	
  .wrap_original {
    overflow: hidden;
    }