@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap");
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  tab-size: 4;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Show the overflow in Edge and IE */
  height: 0;
  overflow: visible;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type='search'] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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='true'] {
  cursor: default;
}

::-moz-selection {
  background: #232323;
  color: #fff;
}

::selection {
  background: #232323;
  color: #fff;
}

::-moz-selection {
  background: #232323;
  color: #fff;
}

:root, html, body {
  font-family: 'Hiragino Kaku Gothic ProN',"Noto Sans","Koburina Gothic W3 JIS2004","游ゴシック Medium","Yu Gothic Medium","游ゴシック体","Yu Gothic",YuGothic,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 62.5%;
  letter-spacing: .05em;
  line-height: 180%;
  width: 100%;
}

body {
  color: #232323;
  font-size: 14px;
  font-size: 1.4rem;
}

a {
  color: #00A6FF;
  position: relative;
  text-decoration: none;
  transition: all .5s ease;
}

a img {
  transition: all .8s ease-out;
}

a img:hover {
  opacity: .7;
}

li {
  list-style: none;
}

.js-show-b {
  -webkit-transform: translate(0, 4rem);
  opacity: 0;
  transform: translate(0, 4rem);
  transition: all 1000ms;
}

.js-show-b.is-show-b {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

.js-show-l {
  -webkit-transform: translate(-4rem, 0);
  opacity: 0;
  transform: translate(-4rem, 0);
  transition: all 1000ms;
}

.js-show-l.is-show-l {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

.js-show-r {
  -webkit-transform: translate(4rem, 0);
  opacity: 0;
  transform: translate(4rem, 0);
  transition: all 1000ms;
}

.js-show-r.is-show-r {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

.link {
  color: black;
  display: inline-block;
  padding: 0 1px;
  position: relative;
  text-decoration: none;
  transition: color ease 0.3s;
}

.link::before, .link::after {
  background-color: #ddd;
  content: '';
  height: .1rem;
  position: absolute;
}

.link::before {
  bottom: 0;
  left: 0;
  transition: width ease 0.4s;
  width: 0%;
}

.link::after {
  bottom: 0;
  left: 0;
  transition: all ease 0.6s;
  width: 100%;
}

.link:hover::before {
  background-color: #232323;
  width: 100%;
}

.link:hover::after {
  background-color: #232323;
  left: 100%;
  transition: all ease 0.2s;
  width: 0%;
}

body::after {
  background-color: #fff;
  content: '';
  height: 100%;
  left: 0;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 一番手前に */
  pointer-events: none;
  position: fixed;
  top: 0;
  /* 初期値 : 透過状態 */
  /* アニメーション時間は 0.8秒 */
  transition: opacity .8s ease;
  width: 100%;
  /* 背景カラー */
  z-index: 9999;
}

body.fadeout::after {
  opacity: 1;
}

/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.1");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
}

.fa {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  text-align: center;
  width: 1.28571em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.14286em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2.14286em;
  position: absolute;
  text-align: center;
  top: 0.14286em;
  width: 2.14286em;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.l-content {
  display: flex;
  flex: 0 1 1920;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1920;
}

@media only screen and (max-width: 640px) {
  .l-content {
    flex-direction: column;
  }
}

.l-main {
  flex: 0 2 auto;
  margin: 0 0 0 auto;
  max-width: calc(100% - 28rem);
  width: 83.85417vw;
}

@media only screen and (max-width: 640px) {
  .l-main {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-main {
    max-width: 100%;
    width: 100%;
  }
}

.l-sub {
  flex: 0 0 275px;
  margin: 0 20px;
  margin-left: 40px;
}

@media only screen and (max-width: 640px) {
  .l-sub {
    flex: 1 1 100%;
    margin: 10px;
  }
}

.l-column {
  flex: 0 1 1920;
  margin: 0 auto;
  max-width: 1920;
}

@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-halfColumn {
  flex: 1 0 0px;
  margin-right: 40px;
  max-width: 940px;
}

.l-halfColumn:nth-child(even) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .l-halfColumn {
    display: block;
    flex: 1 1 100%;
    margin-right: 0;
    max-width: none;
  }
}

.l-quaterColumn {
  flex: 1 0 0px;
  margin-right: 40px;
  max-width: 450px;
}

.l-quaterColumn:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .l-quaterColumn {
    flex: 1 1 100%;
    margin: 0;
    max-width: none;
  }
}

.l-tripartitionColumn {
  flex: 1 0 0px;
  margin-right: 26.66667px;
  max-width: 631.11111px;
}

@media only screen and (max-width: 640px) {
  .l-tripartitionColumn {
    flex: 1 1 100%;
    margin: 0;
    max-width: none;
  }
}

.l-tripartitionColumn:last-child {
  margin-right: 0;
}

.l-halfTile {
  display: flex;
  flex: 1 1 50%;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .l-halfTile {
    flex-basis: 100%;
  }
}

.l-fitImg {
  max-height: 100%;
  max-width: 100%;
}

.sectionLabel {
  align-items: center;
  color: #E4EDF2;
  display: flex;
  flex: 1 1 auto;font-family: "quasimoda", sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
  justify-content: center;
  line-height: 1;
  padding-bottom: 80px;
  padding-top: 20px;
}

@media only screen and (max-width: 640px) {
  .sectionLabel {
    font-size: 3rem;
    padding: 0 2rem 2.5rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .sectionLabel {
    font-size: 3.5rem;
    padding: 0 2rem 4rem;
  }
}

.logo {
  display: inline-block;font-family: "quasimoda", sans-serif;
  font-size: 45px;
  font-weight: lighter;
  font-weight: 300;
  padding: 10px 0;
}

@media only screen and (max-width: 640px) {
  .logo {
    font-size: 30px;
  }
}

.articleLabelL {font-family: "quasimoda", sans-serif;
  font-size: 11.2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1em;
  position: relative;
  text-align: right;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .articleLabelL {
    font-size: 5rem;
    margin: 0 1.5rem 3rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .articleLabelL {
    font-size: 8rem;
    margin: 0 3rem 3rem;
  }
}

.articleLabelM {
  color: #aaa;font-family: "quasimoda", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
  z-index: 50;
}

@media only screen and (max-width: 640px) {
  .articleLabelM {
    line-height: 1.5em;
  }
}

.articleLabelS {
  font-size: 1.2rem;
  font-weight: 100;
  margin-right: 10px;
}

.articleTxt {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.8em;
}

@media only screen and (max-width: 640px) {
  .articleTxt {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }
}

.linkButton {
  color: #232323;
  display: inline-block;font-family: "quasimoda", sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1em;
  position: relative;
  text-align: center;
  transition: .3s;
  z-index: 2;
}

.linkButton::after {
  background: #232323;
  bottom: 2px;
  content: '';
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: .3s;
  visibility: hidden;
  width: 100%;
}

.linkButton:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.linkButton:hover:before {
  -webkit-transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: left top;
}

.topBtn {
  -webkit-transform-origin: left center;
  -webkit-transform: rotate(135deg);
  border: .2rem solid;
  border-color: transparent transparent #232323 #232323;
  bottom: 1.5rem;
  font-size: 9px;
  height: 2rem;
  position: fixed;
  right: 1.5rem;
  transform: rotate(135deg);
  transform-origin: left center;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  width: 2rem;
}

@media only screen and (min-width: 1024px) {
  .topBtn {
    bottom: 3rem;
    right: 3rem;
  }
}

.topBtn:hover:before {
  opacity: .8;
}

@media only screen and (min-width: 1024px) {
  .nonePc {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .noneSp {
    display: none;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .noneTl {
    display: none;
  }
}

.BtnArr {
  background: #232323;
  border: 1px solid #fff;
  color: #fff;
  color: #fff;
  display: block;font-family: "quasimoda", sans-serif;
  position: relative;
  text-align: left;
  width: 200px;
}

.BtnArr__arr {
  background-color: #fff;
  bottom: 1em;
  height: 1px;
  position: absolute;
  right: 24px;
  transition: all .5s ease;
  width: 35px;
}

.BtnArr__arr:before {
  -webkit-transform: rotate(40deg);
  background-color: #fff;
  bottom: 3px;
  content: "";
  height: 1px;
  position: absolute;
  right: -1px;
  transform: rotate(40deg);
  transition: all .5s ease;
  width: 10px;
}

.BtnArr__wrap {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  height: 100%;
  letter-spacing: 0.08em;
  line-height: 3em;
  padding-left: 18px;
  position: relative;
  text-transform: capitalize;
  width: 100%;
  z-index: 1;
}

.BtnArr:hover .BtnArr__arr,
.BtnArr:hover .BtnArr__arr:before {
  -webkit-transform: translateX(1rem);
  background-color: #fff;
  transform: translateX(1rem);
  transition: all .5s ease;
}

.BtnArr:hover .BtnArr__arr:before {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.LoadWrap {
  background: #fff;
  bottom: 0;
  left: 0;
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.LoadWrap__inner {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}

.LoadWrap__logo {
  margin: 0 0 15px;
}

.LoadWrap__items {
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background-color: #aaa;
  border-radius: 100%;
  display: inline-block;
  height: 6px;
  margin: 0 5px;
  width: 6px;
}

.LoadWrap__items:first-of-type {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.LoadWrap__items:nth-of-type(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*--------------------------------------------------------------------------
   OPENIG
---------------------------------------------------------------------------*/
.Opening {
  -webkit-animation: Opening 4s ease-in-out both;
  animation: Opening 4s ease-in-out both;font-family: "quasimoda", sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 9999;
	text-align: center;
}


.Opening__layer {
  -webkit-animation: HiddenLayer 1s 3s ease-in-out both;
  animation: HiddenLayer 1s 3s ease-in-out both;
  background: #Fff;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
}

@media only screen and (max-width: 640px) {

}



.Opening__logoArea {
  -webkit-transform: translate(-50%, -50%);
  -webkit-animation: logo 3s ease-in-out both;
  animation: logo 3s ease-in-out both;
  color: #514C48;
  left: 50%;
  opacity: 0;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

@media only screen and (min-width: 1024px) {
  .Opening__logoArea {
    width: auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Opening__logoArea {
    width: 60%;
  }
}

.Opening__ttl {
  -webkit-animation: ttl 5s ease-in-out both;
  animation: ttl 5s ease-in-out both;
  font-size: 6rem;
  letter-spacing: 1.5rem;
  opacity: 0;
}

@media only screen and (max-width: 640px) {
  .Opening__ttl {
    font-size: 4rem;
    letter-spacing: 1.2rem;
  }
}

.Opening__ttlSub {
  -webkit-animation: ttl 5s ease-in-out both;
  animation: ttl 5s ease-in-out both;
  font-size: 1rem;
  letter-spacing: .35rem;
  margin: 2rem 0 0;
  opacity: 0;
}
.Opening__subttl {
	font-weight: normal;
}
@media only screen and (max-width: 640px) {
  .Opening__subttl {
	  font-size: 1.1rem;
  }
}
.Opening__logo {
  margin: 0 auto 2.2rem;
  width: clamp(35.9rem, calc( 359 / 1920 * 100vw), 40rem);
}
.Opening__logo svg {
  fill: #514C48;
  color: transparent;
}
@media only screen and (max-width: 640px) {
  .Opening__logo {
    width: 100%;
  }
}

@-webkit-keyframes Opening {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes Opening {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes HiddenLayer {
  0% {
    opacity: 1;
  }
  35% {
    background: #fff;
    opacity: 1;
  }
  70% {
    background: #232323;
    opacity: .2;
  }
  100% {
    background: #232323;
    opacity: .2;
  }
}

@keyframes HiddenLayer {
  0% {
    opacity: 1;
  }
  35% {
    background: #fff;
    opacity: 1;
  }
  70% {
    background: #232323;
    opacity: .2;
  }
  100% {
    background: #232323;
    opacity: .2;
  }
}

@-webkit-keyframes ttl {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    color: #232323;
  }
  70% {
    color: #fff;
    opacity: 1;
  }
  100% {
    color: #fff;
    opacity: 1;
  }
}

@keyframes ttl {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    color: #232323;
  }
  70% {
    color: #fff;
    opacity: 1;
  }
  100% {
    color: #fff;
    opacity: 1;
  }
}

@-webkit-keyframes logo {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    fill: #232323;
  }
  70% {
    fill: #fff;
    opacity: 1;
  }
  100% {
    fill: #fff;
    opacity: 1;
  }
}

@keyframes logo {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    fill: #232323;
  }
  70% {
    fill: #fff;
    opacity: 1;
  }
  100% {
    fill: #fff;
    opacity: 1;
  }
}

/* header */
.Header {font-family: "quasimoda", sans-serif;
  left: 0;
  min-width: 28rem;
  padding: 5rem 0 0 5rem;
  position: fixed;
  text-align: center;
  text-align: left;
  top: 0;
  width: 16.14583vw;
  z-index: 999;
}

@media only screen and (max-width: 640px) {
  .Header {
    background: rgba(255, 255, 255, 0.9);
    padding: 1.5rem;
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Header {
    background: rgba(255, 255, 255, 0.9);
    padding: 2rem;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .Header__head {
    margin: 0;
  }
}

.Header__ttl {
  font-size: 3.2rem;
  letter-spacing: .8rem;
}

@media only screen and (max-width: 640px) {
  .Header__ttl {
    font-size: 2.2rem;
    letter-spacing: .6rem;
  }
}

.Header__ttl img {
	width: 16rem;
}

@media only screen and (max-width: 640px) {
  .Header__ttl img {
	  width: 14rem;
	  margin-top: 1rem;
  }
}

.Header__ttlSub {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .35rem;
  line-height: 1;
  margin: 1rem 0 0;
}

@media only screen and (max-width: 640px) {
  .Header__ttlSub {
    line-height: 1;
    margin: .5rem 0 0;
  }
}

.Footer {
  background: rgba(255, 255, 255, 0.9);
  bottom: 3rem;font-family: "quasimoda", sans-serif;
  left: 3rem;
  letter-spacing: .15rem;
  position: fixed;
}

@media only screen and (max-width: 640px) {
  .Footer {
    position: relative;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Footer {
    position: relative;
  }
}

@media only screen and (max-width: 640px) {
  .Footer {
    bottom: 0;
    left: 0;
    padding: 1.5rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Footer {
    bottom: 0;
    left: 0;
    padding: 1.5rem;
  }
}

@media only screen and (max-width: 640px) {
  .Footer__inner {
    align-items: center;
    display: flex;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Footer__inner {
    align-items: center;
    display: flex;
  }
}

.Footer__logo {
  margin: 0 0 3rem;
  width: 10rem;
}

@media only screen and (max-width: 640px) {
  .Footer__logo {
    margin: 0 1.5rem 0 0;
    width: 7rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Footer__logo {
    margin: 0 1.5rem 0 0;
    width: 7rem;
  }
}

.Footer__link a {
  color: #232323;
  font-size: 1.4rem;
}

@media only screen and (max-width: 640px) {
  .Footer__link a {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Footer__link a {
    font-size: 1rem;
  }
}

.Footer__copy {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  padding: 0 0 1rem;
  text-align: center;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .Footer__copy {
    letter-spacing: .05rem;
    line-height: 1;
    padding: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Footer__copy {
    letter-spacing: .05rem;
    line-height: 1;
    padding: 0;
  }
}

.Section {
  margin: 0 auto;
  margin: 0 auto;
  max-width: 1920px;
  padding: 8rem 0;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .Section {
    overflow: hidden;
    padding: 5rem 0;
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Section {
    overflow: hidden;
    padding: 5rem 0;
    width: 100%;
  }
}

/*--------------------------------------------------------------------------
   メニュー
---------------------------------------------------------------------------*/
.drawer-menu {
  margin: 5rem 0 0 0;
  text-align: center;
  transition: all .5s;
  z-index: -1;
}

@media only screen and (max-width: 640px) {
  .drawer-menu {
    background: #f7f7f7;
    height: 100vh;
    margin: 0;
    opacity: 0;
    padding: 9.7rem 3rem 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .drawer-menu {
    background: #f7f7f7;
    height: 100vh;
    margin: 0;
    opacity: 0;
    padding: 9.7rem 3rem 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 0;
  }
}

.drawer-menu__body {
  margin: 0 auto;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .drawer-menu__body {
    opacity: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .drawer-menu__body {
    opacity: 0;
  }
}

.drawer-menu__hpLink {
  line-height: 1;
  padding: 1.5rem 0;
}

.drawer-menu__hpLink a {
  color: #232323;
  display: inline-block;font-family: "quasimoda", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .15rem;
  position: relative;
}

.drawer-menu__parent {
  color: #232323;
  display: block;font-family: "quasimoda", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  padding: 1.5rem 0;
  position: relative;
}

.drawer-menu__parent button {
  font-size: 1.4rem;
  letter-spacing: .15rem;
}

.drawer-menu__parent dl {
  line-height: 1.4;
  max-height: 0;
  opacity: 0;
  transition: opacity .3s ease-out, max-height .3s ease-out .1s;
  visibility: hidden;
}

.drawer-menu__parent dl dt {
  color: #666;
  font-size: 1.2rem;
  padding: 0 0 0 1.5rem;
}

.drawer-menu__parent dl a {
  color: #666;
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 0 0 1.5rem;
  padding: 0;
}

.drawer-menu__parent dl a::before {
  content: '-';
  margin-right: .5rem;
}

.drawer-menu__parent dl.is-expand {
  margin-top: 1.5rem;
  opacity: 1;
  transition: opacity .3s ease-out .1s, max-height .3s ease-out;
  visibility: visible;
}

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

/* ------------------------------------------------ menu button */
.menu-btn {
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  display: none;
  font-size: 10px;
  height: 1.7rem;
  position: absolute;
  right: 1.5rem;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  z-index: 10;
}

@media only screen and (max-width: 640px) {
  .menu-btn {
    display: block;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .menu-btn {
    display: block;
    right: 2rem;
  }
}

.bar {
  -webkit-transform-origin: left top;
  background: #232323;
  display: block;
  height: .1rem;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: left top;
  transition: all .5s;
  width: 3rem;
}

@media only screen and (max-width: 640px) {
  .bar {
    width: 3rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .bar {
    width: 3rem;
  }
}

.bar.middle {
  opacity: 1;
  top: .8rem;
}

.bar.bottom {
  -webkit-transform-origin: left bottom;
  top: 1.6rem;
  transform-origin: left bottom;
}

.menu-btn__text {
  bottom: -15px;
  color: #000;
  display: block;
  left: 0;
  margin: auto;
  opacity: 1;
  position: absolute;
  right: 0;
  transition: all .5s;
  visibility: visible;
}

@media only screen and (min-width: 1024px) {
  .menu-btn:hover .menu-btn__text {
    color: #999;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .menu-btn:hover .menu-btn__text {
    color: #999;
  }
}

.close-menu {
  background: rgba(0, 0, 0, 0);
  cursor: url(../images/cross.svg), auto;
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition-delay: 0s;
  transition-duration: .3s;
  transition-property: all;
  visibility: hidden;
  width: 100%;
}

/* ------------------------------------------------ checked */
.check:checked ~ .drawer-menu {
  -webkit-transform: none;
  opacity: 1;
  transform: none;
  transition-delay: .3s;
  visibility: visible;
  width: 40rem;
}

@media only screen and (max-width: 640px) {
  .check:checked ~ .drawer-menu {
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .check:checked ~ .drawer-menu {
    width: 100%;
  }
}

.check:checked ~ .drawer-menu .drawer-menu__body {
  opacity: 1;
}

.check:checked ~ .drawer-menu .drawer-menu__inner {
  opacity: 1;
  transition: all .5s .5s;
  visibility: visible;
}

.check:checked ~ .contents {
  transition-delay: 0s;
}

.check:checked ~ .menu-btn .menu-btn__text {
  opacity: 0;
  visibility: hidden;
}

.check:checked ~ .menu-btn .bar.top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 35px;
}

.check:checked ~ .menu-btn .bar.middle {
  opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
  -webkit-transform: rotate(-45deg);
  top: 23px;
  transform: rotate(-45deg);
  width: 35px;
}

.check:checked ~ .close-menu {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition-delay: .3s;
  transition-duration: 1s;
  visibility: visible;
  z-index: -2;
}

#androidBrowser_alert {
  background: rgba(35, 35, 35, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#androidBrowser_alert div.wrap {
  background: #313131;
  left: 50%;
  margin-left: -160px;
  margin-top: -150px;
  max-width: 320px;
  position: fixed;
  top: 50%;
}

#androidBrowser_alert div.con {
  border: solid 1px #fff;
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  padding: 20px;
}

#androidBrowser_alert a.go2chrome {
  background: #2492c8;
  color: #fff;
  display: block;
  padding: 5px;
  text-align: center;
}

@-webkit-keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transform-origin: left top;
  }
  49% {
    -webkit-transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left top;
  }
  50% {
    -webkit-transform-origin: right top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: right top;
  }
  100% {
    -webkit-transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transform-origin: right top;
  }
}

@keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transform-origin: left top;
  }
  49% {
    -webkit-transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left top;
  }
  50% {
    -webkit-transform-origin: right top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: right top;
  }
  100% {
    -webkit-transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transform-origin: right top;
  }
}

@-webkit-keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}

@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}

.mask-inner {
  display: inline-block;
  position: relative;
  visibility: hidden;
}

.mask-inner::after {
  -webkit-transform-origin: left top;
  -webkit-transform: scale(0, 1);
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all 0.3s ease 0s;
  visibility: visible;
  width: 100%;
}

.mask-inner.start {
  -webkit-animation-name: animate-content;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: hidden;
  animation-delay: 0s;
  animation-direction: normal;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-name: animate-content;
  animation-play-state: running;
  animation-timing-function: ease;
  backface-visibility: hidden;
}

.mask-inner.start::after {
  -webkit-animation-name: animate-panel;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: hidden;
  animation-delay: 0s;
  animation-direction: normal;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-name: animate-panel;
  animation-play-state: running;
  animation-timing-function: ease;
  backface-visibility: hidden;
}

.Top {
  height: max(100vh,60rem);
  padding: 0 8rem 0 0;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .Top {
    height: calc(100vh - 6.7rem - 6.6rem);
    margin-top: 6.7rem;
    padding: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Top {
    height: calc(100vh - 8.5rem - 6.6rem);
    margin-top: 6.7rem;
    padding: 0;
  }
}

.Top .swiper {
  height: 100%;
  padding: 0 8rem;
}

@media only screen and (max-width: 640px) {
  .Top .swiper {
    padding: 0;
  }
}

.Top .swiper-slide {
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 5rem 0;
  width: 66.45833vw;
}

.Top .swiper-slide img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 640px) {
  .Top .swiper-button-prev, .Top .swiper-button-next {
    display: none;
  }
}

.Top .swiper-pagination {font-family: "quasimoda", sans-serif;
  font-style: italic;
  font-weight: 300;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .Top .swiper-pagination {
    padding: 0 2rem 0 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Top .swiper-pagination {
    padding: 0 2rem 0 0;
  }
}

.Collection {font-family: "quasimoda", sans-serif;
  margin: 7vw auto;
  width: 66.45833vw;
}

@media only screen and (max-width: 640px) {
  .Collection {
    margin: 9.7rem auto;
    width: 100%;
	padding: 0 2rem;  
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Collection {
    margin: 11.5rem 2rem;
    width: auto;
  }
}

.Collection__ttl {
	font-size: 1.8rem;
	font-weight: 400;
	margin: 5rem auto 0;
	padding: 0 0 10rem;
	width: max(50vw);
	text-align: center;
}

@media only screen and (max-width: 640px) {
  .Collection__ttl {
    font-size: 1.4rem;
	 /*text-align: center;*/
    /*padding: 0 1.5rem;*/
    flex: 0 0 calc((100% - 1.5rem) / 1);
    margin: -6rem auto 0;
    padding: 10rem 0 5rem;
    width: calc((100% - 1.5rem) / 1);  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Collection__ttl {
    flex: 0 0 calc((100% - 4rem) / 1);
    width: calc((100% - 4rem) / 1);	
		padding: 10rem 0 ;
	}
}

@media only screen and (max-width: 640px) {
  .Collection__wrap {
    flex-direction: row;
  }
}

.Collection__item {
  flex: 1 0 50%;
  width: 50%;
}

.Collection__item img:hover {
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  .Collection__item {
    flex: 0 0 100%;
    width: 100%;
  }
}

.Itemlist {font-family: "quasimoda", sans-serif;
  margin: 8.38542vw auto;
  width: 66.45833vw;
}

@media only screen and (max-width: 640px) {
  .Itemlist {
    margin: 0 1.5rem;
    width: auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Itemlist {
    margin: 0 2rem;
    width: auto;
  }
}

.Itemlist__ttl {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0 0 5rem;
}

@media only screen and (max-width: 640px) {
  .Itemlist__ttl {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 640px) {
  .Itemlist__wrap {
    flex-direction: row;
  }
}

.Itemlist__item {

  margin: -10rem auto 0;
  padding: 10rem 0;
	width: max(600px, 51%, 860px);
}

.Itemlist__item_wd {

  margin: -10rem auto 0;
  padding: 10rem 0;
	width: max(600px, 51%, 1100px);
}

@media only screen and (max-width: 640px) {
  .Itemlist__item {
    flex: 0 0 calc((100% - 1.5rem) / 1);
    margin: -10rem auto 0;
    padding: 10rem 0 10rem;
    width: calc((100% - 1.5rem) / 1);
  }
	
.Itemlist__item_wd {
    flex: 0 0 calc((100% - 1.5rem) / 1);
    margin: -10rem auto 0;
    padding: 10rem 0 10rem;
    width: calc((100% - 1.5rem) / 1);
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Itemlist__item {
    flex: 0 0 calc((100% - 4rem) / 1);
    width: calc((100% - 4rem) / 1);
  }
	
	.Itemlist__item_wd {
    flex: 0 0 calc((100% - 4rem) / 1);
    width: calc((100% - 4rem) / 1);
  }
}

.Itemlist__item img:last-of-type {
	margin-top: 40px;
}


.Itemlist__credit {
  /*border-bottom: solid 1px #333;*/
  font-size: 1.1rem;
  /*padding: 0 1rem 3rem;*/
}

.Itemlist__credit:first-of-type {
  /*border-bottom: solid 1px #333;*/
  margin: 1.6rem 0 0;
  /*padding: 0 1rem 3rem;*/
}

.Itemlist__credit:last-of-type {
  margin-bottom: 0;
}

.Itemlist__credit span {
  /*display: block;*/
  margin-left: 1rem;
  line-height: 1rem;
}

.Itemlist__name_wm{
	font-size: 1.1rem;
	padding-top: 2rem;
	margin-left: 1rem;
}

/*.Itemlist__credit span:not(:first-child) {
  color: #666;
  font-size: 1.1rem;
  margin-top: 1rem;
  padding-left: 1rem;
  position: relative;
}

.Itemlist__credit span:not(:first-child)::before {
  color: #555;
  content: '-';
  left: 0;
  margin-right: .5rem;
  *position: absolute;*
}*/

.Itemlist__credit span:last-of-type {
  margin-top: .5rem;
}

@media only screen and (max-width: 640px) {
  .Itemlist__credit {
    font-size: 1rem;
    padding: 0 0.5rem 0.8rem 0;
  }
}

.Itemlist__brand {
  font-weight: 400;
}

.Itemlist__link {
  font-size: 1rem;
  margin: 1rem 0 0;
	margin-left: 1rem;
}

.IeAlert {
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 0;
  opacity: 9.9;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.IeAlert__wrap {
  max-width: 90%;
}

.IeAlert__ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 3rem;
}

.IeAlert__txt {
  font-size: 1.4rem;
  margin: 0 0 3rem;
}

.IeAlert__link a {
  background: #232323;
  color: white;
  display: inline-block;
  padding: 1rem 2rem;
}

.Shoplist {
  margin: 0 auto;
  padding: 8rem 0;
  width: 49.6875vw;
}

@media only screen and (max-width: 640px) {
  .Shoplist {
    margin: 9.7rem 2rem;
    padding: 0;
    width: auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Shoplist {
    margin: 11.5rem 5rem;
    padding: 0;
    width: auto;
  }
}

.Shoplist__ttl {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0 0 5rem;
}

@media only screen and (max-width: 640px) {
  .Shoplist__ttl {
    font-size: 1.6rem;
  }
}

.Shoplist__inner {
  justify-content: center;
}

.Shoplist__block {
  align-items: center;
  border-top: 1px solid #ccc;
  margin: 0 0 5rem;
  padding: 5rem 0 0;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .Shoplist__block {
    width: auto;
  }
  .Shoplist__block:last-of-type {
    margin-bottom: 0;
  }
}

.Shoplist__block:last-of-type {
  border-bottom: 1px solid #ccc;
  padding: 5rem 0;
}

.Shoplist__overview {
  flex: 0 0 calc(50% - 2rem);
  width: calc(50% - 2rem);
}

@media only screen and (max-width: 640px) {
  .Shoplist__overview {
    flex: 0 0 100%;
    width: 100%;
  }
}

.Shoplist__imgArea {
  flex: 0 0 calc(50% - .5rem);
  width: calc(50% - .5rem);
}

@media only screen and (max-width: 640px) {
  .Shoplist__imgArea {
    flex: 0 0 100%;
    margin: 3rem 0 0;
    width: 100%;
  }
}

.Shoplist__shopName {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1em;
  padding-bottom: 1rem;
}

.Shoplist__shopKana {
  display: none;
  font-size: 1rem;
}

@media only screen and (max-width: 640px) {
  .Shoplist__shopKana {
    display: block;
    margin: .5rem 0 0 0;
  }
}

.Shoplist__shopinfo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin: 3rem auto 1.5rem;
}

.Shoplist__shopinfo dt {
  align-items: center;
  color: #555;
  display: flex;
  flex: 0 0 8rem;
  font-size: 1.2rem;
  font-style: italic;
  margin: .5rem 0 0 0;
  max-width: 8rem;
}

.Shoplist__shopinfo dd {
  flex: 0 0 calc(100% - 8rem);
  line-height: 1.4;
  margin: .5rem 0 0 0;
  width: calc(100% - 8rem);
}

.Shoplist__map {
  font-style: italic;
  margin-left: .5rem;
}

.Shoplist__sns ul {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0 20px;
}

.Shoplist__sns li {
  font-size: 2rem;
  margin-right: 10px;
}

.Shoplist a {
  color: #232323;
}

/**
 * Swiper 7.0.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 18, 2021
 */
@font-face {
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-family: 'swiper-icons';
  font-style: normal;
  font-weight: 400;
}

:root {
  --swiper-theme-color: #333;
}

.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  overflow: auto;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  height: var(--swiper-virtual-size);
  width: 1px;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}

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

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: initial;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
  text-transform: none;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  -webkit-transform: rotate(45deg) skew(15deg, 15deg);
  border-bottom: .1rem solid;
  border-left: .1rem solid;
  content: '';
  height: 3rem;
  transform: rotate(45deg) skew(15deg, 15deg);
  width: 3rem;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  -webkit-transform: rotate(45deg) skew(15deg, 15deg);
  border-right: .1rem solid;
  border-top: .1rem solid;
  content: '';
  height: 3rem;
  transform: rotate(45deg) skew(15deg, 15deg);
  width: 3rem;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: 50%;
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

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

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

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

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform: scale(0);
  -webkit-transform-origin: left top;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

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

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

.swiper-pagination-lock {
  display: none;
}

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

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

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

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

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

.swiper-scrollbar-lock {
  display: none;
}

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

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

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  -webkit-transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

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

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

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

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

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

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

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

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

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

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

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

.swiper-cube .swiper-cube-shadow {
  bottom: 0px;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  -webkit-filter: blur(50px);
  background: #000;
  bottom: 0;
  content: '';
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.swiper-flip {
  overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
}

.img-max {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.u-mt10px {
  margin-top: 10px;
}

.u-mt20px {
  margin-top: 20px;
}

.u-mt30px {
  margin-top: 30px;
}

.u-mt60px {
  margin-top: 60px;
}

.u-mb100px {
  margin-bottom: 100px;
}

.u-crWht {
  color: #fff;
}

.u-clGry {
  background: #f7f7f7;
}


