@charset "UTF-8";
@import url("https://use.typekit.net/ggq0cqy.css");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

::-moz-selection {
  background: #b2b2b2;
  color: #fff;
}

::selection {
  background: #b2b2b2;
  color: #fff;
}

::-moz-selection {
  background: #b2b2b2;
  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: #494E58;
  font-size: 14px;
  font-size: 1.4rem;
}

a {
  color: #000;
  position: relative;
  text-decoration: none;
  transition: all .5s ease;
}

a :hover {
  opacity: 0.8;
  transition: 0.5s;
}


a img {
  transition: all .8s ease-out;
}

.img-max {
  height: auto;
  width: 100%;
}

/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.1");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
}

.fa {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  text-align: center;
  width: 1.28571em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.14286em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2.14286em;
  position: absolute;
  text-align: center;
  top: 0.14286em;
  width: 2.14286em;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.l-content {
  display: flex;
  flex: 0 1 1280px;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
}

@media only screen and (max-width: 640px) {
  .l-content {
    flex-direction: column;
  }
}

.l-main {
  flex: 0 2 auto;
  margin: 0 20px;
  max-width: 865px;
}

.l-sub {
  flex: 0 0 275px;
  margin: 0 20px;
  margin-left: 40px;
}

@media only screen and (max-width: 640px) {
  .l-sub {
    flex: 1 1 100%;
    margin: 10px;
  }
}

.l-column {
  flex: 0 1 1280px;
  margin: 0 auto;
  max-width: 1280px;
}

@media only screen and (max-width: 640px) {
  .l-column {
    flex: 0 1 auto;
    width: auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-column {
    padding: 0 20px;
    width: auto;
  }
}

.l-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .l-row {
    flex-direction: column;
  }
}

.l-halfColumn {
  flex: 1 0 0px;
  margin-right: 40px;
  max-width: 620px;
}

.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: 290px;
}

.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: 417.77778px;
}

@media only screen and (max-width: 640px) {
  .l-tripartitionColumn {
    flex: 1 1 100%;
    margin: 0;
    max-width: none;
  }
}

.l-tripartitionColumn:last-child {
  margin-right: 0;
}

.l-halfTile {
  display: flex;
  flex: 1 1 50%;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .l-halfTile {
    flex-basis: 100%;
  }
}

.l-fitImg {
  max-height: 100%;
  max-width: 100%;
}

.sectionLabel {
  align-items: center;
  color: #E4EDF2;
  display: flex;
  flex: 1 1 auto;
  font-family: "ltc-bodoni-175", 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: "ltc-bodoni-175", serif;
  font-size: 45px;
  font-weight: lighter;
  font-weight: 300;
  padding: 10px 0;
}

@media only screen and (max-width: 640px) {
  .logo {
    font-size: 30px;
  }
}

.articleLabelL {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1em;
  margin-bottom: 8rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .articleLabelL {
    font-size: 3rem;
  }
}

.articleLabelM {
  color: #aaa;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  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: #FD7D9D;
  display: inline-block;
  font-family: 'Roboto', 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: #494E58;
  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 {
  color: #fff;
}

.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 #000 #000;
  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 {
  border: 1px solid #000;
  color: #000;
  display: block;
  position: relative;
  text-align: left;
  width: 200px;
}

.BtnArr__arr {
  background-color: #000;
  bottom: 1em;
  height: 1px;
  position: absolute;
  right: 24px;
  transition: all .5s ease;
  width: 35px;
}

.BtnArr__arr:before {
  -webkit-transform: rotate(40deg);
  background-color: #000;
  bottom: 3px;
  content: "";
  height: 1px;
  position: absolute;
  right: -1px;
  transform: rotate(40deg);
  transition: all .5s ease;
  width: 10px;
}

.BtnArr__wrap {
  display: block;
  font-size: 1.2rem;
  height: 100%;
  letter-spacing: 0.08em;
  line-height: 3em;
  padding-left: 18px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.BtnArr:hover {
  background-color: #FD7D9D;
  border: 1px solid #FD7D9D;
  color: #fff;
}

.BtnArr:hover .BtnArr__arr,
.BtnArr:hover .BtnArr__arr:before {
  background-color: #000;
  transition: all .5s ease;
}

.newIcon {
  background-color: #FD7D9D;
  color: #fff;
  display: inline-block;
  font-family: "ltc-bodoni-175", serif;
  font-size: 1.4rem;
  line-height: 2em;
  margin-top: 2rem;
  padding: 0 12px;
}

.LoadWrap {
  background: #fff;
  bottom: 0;
  left: 0;
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.LoadWrap__inner {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}

.LoadWrap__logo {
  margin: 0 0 15px;
}

.LoadWrap__items {
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background-color: #aaa;
  border-radius: 100%;
  display: inline-block;
  height: 6px;
  margin: 0 5px;
  width: 6px;
}

.LoadWrap__items:first-of-type {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.LoadWrap__items:nth-of-type(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*--------------------------------------------------------------------------
   OPENIG
---------------------------------------------------------------------------*/
.Opening {
  -webkit-animation: Opening 6s ease-in-out both;
  animation: Opening 6s ease-in-out both;
  position: relative;
  z-index: 9999;
}

.Opening__layer {
  -webkit-animation: HiddenLayer 1s 5s ease-in-out both;
  animation: HiddenLayer 1s 5s ease-in-out both;
  background: white;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
}

.Opening__logoArea {
  -webkit-transform: translate(-50%, -50%);
  -webkit-animation: logo 5s ease-in-out both;
  animation: logo 5s ease-in-out both;
  color: #000;
  left: 50%;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 9999;
}

@media only screen and (min-width: 1024px) {
  .Opening__logoArea {
    width: 60rem;
  }
}

@media only screen and (min-width: 640px) {
.Opening__logoArea {
    width: 75%;
	display: block;
  }

	
}

@-webkit-keyframes Opening {
  0% {
  }
  100% {
    visibility: hidden;
  }
}

@keyframes Opening {
  0% {
  }
  100% {
    visibility: hidden;
  }
}

@-webkit-keyframes HiddenLayer {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes HiddenLayer {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@-webkit-keyframes logo {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes logo {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* header */
.Header__logo {
  left: 3rem;
  position: fixed;
  top: 3rem;
  width: 8rem;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .Header__logo {
    left: 1rem;
    position: absolute;
    top: 1rem;
  }
}

.Footer__copy {
  font-size: 1.2rem;
  margin: 1rem 0;
  text-align: center;
}

.Section {
  background: #fff;
  margin: 0 auto 4.44444vw;
  padding: 8rem 5.55556vw;
}

@media only screen and (min-width: 1024px) {
  .Section {
    background: #fff;
    margin: 0 auto 2rem;
  }
}

.Section__inner {
  margin: 0 auto;
  max-width: 850px;
  padding-bottom: 2rem;
}

.Section__inner--insta {
  padding-bottom: 0;
}

/*--------------------------------------------------------------------------
   メニュー
---------------------------------------------------------------------------*/
/* ------------------------------------------------ drawer menu */
.drawer-menu {
  background: #fff;
  background: #f7f7f7;
  box-sizing: border-box;
  height: 100%;
  padding: 12rem 2rem;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  transition: all .5s;
  visibility: hidden;
  width: 0;
}

.drawer-menu__inner {
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow-y: scroll;
  padding: 0 2rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .2s 0s;
  visibility: hidden;
}

@media only screen and (min-width: 1024px) {
  .drawer-menu__inner {
    padding: 0;
  }
}

.drawer-menu__backnumber > .ajax {
  -ms-grid-columns: 1fr 1.5rem 1fr;
  gap: 5rem 1.5rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .drawer-menu__backnumber > .ajax {
    -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
    gap: 5rem 3rem;
    grid-template-columns: repeat(3, 1fr);
    width: 110rem;
  }
}

.drawer-menu__ttl {
  font-family: "ltc-bodoni-175", serif;
  font-size: 3rem;
  font-weight: normal;
  padding: 5rem 0 3rem;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .drawer-menu__ttl {
    font-size: 3.5rem;
    padding: 10rem 0 5rem;
  }
}

.drawer-menu__foot {
  align-items: center;
  border-bottom: 0.1rem solid #000;
  border-top: 0.1rem solid #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8rem auto;
  padding: 1rem 0;
}

@media only screen and (min-width: 1024px) {
  .drawer-menu__foot {
    width: 30rem;
  }
}

.drawer-menu__hpLink a {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
}

.drawer-menu__hpLink a::before {
  content: '>>';
  display: inline-block;
  margin-right: 1rem;
  transition: all .2s;
}

.drawer-menu__hpLink a:hover:before {
  margin-right: 1.5rem;
}

.drawer-menu dl {
  display: inline-block;
  text-align: left;
}

.drawer-menu dt {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
}

.drawer-menu dt:not(:first-of-type) {
  margin-top: 4rem;
}

.drawer-menu dd {
  border-left: 5px solid #FD7D9D;
  font-size: 2rem;
  font-weight: 400;
  margin-left: 2rem;
  padding-left: 1rem;
}

.drawer-menu dd a {
  color: #999;
  display: inline-block;
  height: 5rem;
  line-height: 5rem;
  position: relative;
  transition: all .3s;
}

.drawer-menu dd a::after {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: left top;
  background: #333;
  bottom: 5px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100%;
}

.drawer-menu dd a:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* ------------------------------------------------ checkbox */
.check {
  display: none;
}

/* ------------------------------------------------ menu button */
.menu-btn {
  cursor: pointer;
  display: block;
  display: block;
  font-size: 10px;
  height: 30px;
  position: fixed;
  right: 3rem;
  text-align: center;
  top: 3rem;
  width: 30px;
  z-index: 10;
}

@media only screen and (max-width: 640px) {
  .menu-btn {
    right: 10px;
    top: 10px;
  }
}

.bar {
  -webkit-transform-origin: left top;
  background: #000;
  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;
  }
}

.bar.middle {
  opacity: 1;
  top: 10px;
}

.bar.bottom {
  -webkit-transform-origin: left bottom;
  top: 20px;
  transform-origin: left bottom;
}

.menu-btn__text {
  bottom: -15px;
  color: #000;
  display: block;
  left: 0;
  margin: auto;
  opacity: 1;
  position: absolute;
  right: 0;
  transition: all .5s;
  visibility: visible;
}

@media only screen and (min-width: 1024px) {
  .menu-btn:hover .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: 30%;
  top: 0;
  transition-delay: 0s;
  transition-duration: .3s;
  transition-property: all;
  visibility: hidden;
  width: 100%;
}

/* ------------------------------------------------ checked */
.check:checked ~ .drawer-menu {
  -webkit-transform: none;
  transform: none;
  transition-delay: .3s;
  visibility: visible;
  width: 30%;
  z-index: 5;
}


.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: 3;
}

@media only screen and (max-width: 640px) {
  .check:checked ~ .close-menu {
    opacity: 0;
  }
}

#androidBrowser_alert {
  background: rgba(73, 78, 88, 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;
}

.Hero {
  background: #fff;
  position: relative;
}

@media only screen and (max-width: 640px) {

}


.Hero::before, .Hero::after {
  content: '';
  display: block;
  height: .2rem;
  left: 0;
  position: absolute;
  top: 2rem;
  width: 100%;
}

.Hero::after {
  bottom: 2rem;
  top: auto;
}

.Hero__ttlWrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 3rem 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}

.Hero__mainTtl {
  width: 70%;
  margin: 0 auto;
}
.Hero__mainTtl_Logo {
  width: 65%;
  margin: 5rem 0 auto auto;
}



.Hero__ttlInner{
	margin: 55rem 41rem auto auto;
	width: 30%;
}



@media only screen and (max-width: 640px) {
.check:checked ~ .drawer-menu {
  -webkit-transform: none;
  transform: none;
  transition-delay: .3s;
  visibility: visible;
  width: 100%;
  z-index: 5;
}
	
.drawer-menu__foot{
  margin: 5rem auto;
}


.Hero__season_01{
	margin: 2.5rem auto;
}
	
.Hero__mainTtl {
  width: 80%;
  margin: 0 auto;
}
	
.Hero__mainTtl img{
	max-width: 100%;
}
	
}






.Hero__season {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  margin: 5rem 0 0 0;
}




.Hero__season_01 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  margin: 5rem auto;
  text-align: right;
}
.Hero__season_02 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  margin: 0 auto;
  text-align: right;
}

.Hero__conveyor {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.Hero__imgArea {
  -webkit-animation: loop-slide 20s infinite linear both;
  animation: loop-slide 40s infinite linear both;
  display: flex;
}

.Hero__img {
  margin: 0 2rem;
  width: 540px;
  height: 690px;
}

.Hero__img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
.Hero__img {
  width: 400px;
  height: 575px;
}
}

.Hero__descWrap {
  margin: 3rem auto;
  width: 60%;
  font-size: 2rem;
}


.Brand_list__descWrap {
  margin: 20rem auto;
  width: 60%;
}

.Brand_list__desc {
  line-height: 3;
  margin: 0 auto;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  border: solid 1px #232323;
  width: 20%;
}

.Brand_list__desc a {
	display: block;
}

.Brand_list__desc a:before{
	background:#232323;
 /*content:'';*/
 display:inline-block;
 height:1px;
 margin-right:10px;
 transition-duration:.3s;
 transition-timing-function:cubic-bezier(.7,0,.3,1);
 vertical-align:2px;
 width:6rem
}

.Brand_list__desc a:hover{
	opacity: 0.8;
	transition: 0.5s;
	color: #b2b2b2;
}


.Brand_list{
	width: 30%;
	margin: 0 auto;
}


@media only screen and (max-width: 640px) {
	.Hero__season {
		font-size: 1.5rem;
		margin: 2rem 0 0 0;
}
	.Hero__season_01 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  margin: 2rem 2rem 2rem 0;
  text-align: right;
  color: #fff;
}
.Hero__season_02 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  margin: 0 2rem;
  text-align: right;
  color: #fff;
}
	
}
























@media only screen and (max-width: 640px) {

	
	.Brand_list__descWrap{
		margin: 6rem auto;
		width: 100%;
	}
	
	.Brand_list{
		width: 50%;
	}

	

}





.Hero__desc {
  line-height: 3;
  margin: 0 auto;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width: 640px) {
  .Hero__desc {
    margin: 0;
    font-weight: 600;
  }

}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.Content {
  padding: 0;
  text-align: center;
  width: 49%;
  margin-bottom: 2rem;
  position: relative;
}

.Content_2 {
  padding: 0;
  text-align: center;
  width: 49%;
  margin-bottom: 2rem;
  position: relative;
}


.Content_Large {
  padding: 0;
  text-align: center;
  width: 80%;
  margin-bottom: 2rem;
  position: relative;
  margin: 0 auto 2rem auto;
}

.Content_Beside {
  padding: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
  margin: 0 auto 2rem auto;
}

.Modal__look {
	margin: 2rem auto;
	width: 65%;
}

.Modal__lookimg{
	width: 60%;
}

.Item__img_credit{
	width: 92%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	align-items: center;
}

.Modal__itemimg{
	width: 50%;
	padding-left: 3rem;
}

.Modal__credit_brand{
	font-weight: 600;
	font-size: 2rem;
	margin-bottom: 2rem;
	font-family: 'Roboto', sans-serif;
}


@media only screen and (max-width: 640px) {
  .Content {
    padding: 5rem 0;
  }
	
.Modal__look {
	margin: 1rem auto 0;
	width: 100%;
}
.Item__img_credit{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.Modal__lookimg{
	width: 100%;
	}
.Modal__itemimg{
	width: 100%;
	padding-left: 0;
}

.Content_Beside li{
display: none;
	}
	
.Item__Wrap{
	margin: 4rem auto;
}
.Item__Wrap{
	margin: 4rem auto;
}	
	
}

/*.Content:nth-last-of-type(even) {
  padding: 0;
  position: relative;
}*/



/*.Content:nth-last-of-type(even)::before {
  -webkit-transform: skewY(3deg);
  -webkit-transform-origin: top right;
  background: #E4EDF2;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewY(3deg);
  transform-origin: top right;
  width: 100%;
  z-index: -1;
}

.Content:nth-last-of-type(even)::after {
  -webkit-transform: skewY(-3deg);
  -webkit-transform-origin: bottom right;
  background: #E4EDF2;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewY(-3deg);
  transform-origin: bottom right;
  width: 100%;
  z-index: -1;
}*/




.Content__child {
            position: absolute;
            left: 30px;
            top: 25%;
            padding-left: 0;
            padding-bottom: 0;
			opacity: 0;
            transition: opacity .5s;
			color: #FFFFFF;
			z-index: 2;
			text-align: left;
        }

        .Content__child a {
			font-size: 15px;
			font-family: 'Roboto', sans-serif;
			font-weight: 500;
			display: block;
			height: 2em;
			letter-spacing: 0.02em;			
			color: #FFFFFF;
        }

.Content__child li{
	padding-bottom: 2rem;
	
}

.Credit_txt{
	transition: opacity .5s;
	text-align: left;
	line-height: 2.5em;
}



.Content__child a {
			font-size: 15px;
			font-family: 'Roboto', sans-serif;
			font-weight: 500;
			display: block;
			height: 2em;
			letter-spacing: 0.02em;
        }
.Credit__descWrap{
	margin: 3rem auto;
	width: 60%;
	font-family: 'Roboto', sans-serif;
}

.Model__look{
	margin: 2rem 0 0 0;
	
}

@media only screen and (max-width: 640px) {
	.Credit__descWrap{
		margin: 0;
	}
	.Credit_txt li{
		padding: 15px 0;
		border-bottom: solid 1px #ddd;
		line-height: 1.2em;
	}
}
@media only screen and (max-width: 1024px) {
	.Credit__descWrap{
		width: 100%;
	}
}

        .Content__child .left,.Content__child .right {
			display: block;
			height: 2em;
			letter-spacing: 0.02em;			
			color: #FFFFFF;
			margin-top: 20px;
        }

.Content__child a :hover {
  opacity: 0.8;
  content: '';
  transition: .3s;
  border-bottom: solid 1px #ddd;
}


.Content__icn i {
	position: absolute;
	right: 15px;
	bottom: 12px;
}

.Content__icn i:after {
	content: "+";
	font-size: 40px;
	font-style: normal;
}

@media only screen and (max-width: 640px) {
.Content__icn i {
	right: 20px;
	bottom: 15px;
}
}



        .Content:hover .Content__child {
            opacity: 1;
        }
        /*.Content:before {
            content: "";
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            transition: background-color .5s;
        }
        .Content:hover:before {
            background: rgba(000,000,000, .5);
			z-index: 1;
        }*/

.Content_2:hover .Content__child {
            opacity: 1;
        }
        /*.Content_2:before {
            content: "";
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            transition: background-color .5s;
        }
        .Content_2:hover:before {
            background: rgba(000,000,000, .5);
			z-index: 1;
        }*/


.Content_Large:hover .Content__child {
            opacity: 1;
        }
/*.Content_Large:before {
            content: "";
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            transition: background-color .5s;
        }
.Content_Large:hover:before {
            background: rgba(000,000,000, .5);
			z-index: 1;
        }*/

.Content_Beside:hover .Content__child {
            opacity: 1;
        }
/*.Content_Beside:before {
            content: "";
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            transition: background-color .5s;
        }
.Content_Beside:hover:before {
            background: rgba(000,000,000, .5);
			z-index: 1;
        }*/

@media only screen and (max-width: 640px) {
	.Content i{
		display: none;
	}
	.Content_2 i{
		display: none;
	}
	.Content_Beside i{
		display: none;
	}
	
	.Content_2:hover .Content__child {
            opacity: 0;
        }
	.Content:hover .Content__child {
            opacity: 0;
        }
	.Content_Beside:hover .Content__child {
            opacity: 0;
        }
	.Content_Beside:hover:before {
			z-index: 0;
        }
}



@media screen and (max-width: 960px) {
	  .Hero__descWrap {
    margin: 3rem 0 1rem 0;
  }
	.check:checked ~ .drawer-menu {
  width: 100%;
}
	.drawer-menu__foot{
		margin: 6rem auto;
	}
	.Hero__mainTtl_Logo{
		width: 80%;
		margin: 0 auto 0 6rem;
	}
	.Hero__ttlInner{
		margin: 55rem 5rem auto auto;
		width: 40%;
	}
	.Content__child{
		left: 5%;
	}
	.Section{
		padding: 4rem 5.55556vw;
	}
	.Brand_list__descWrap{
		margin: 8rem auto;
		width: 80%;
	}
	.Brand_list__desc{
		margin: 2rem auto;
		width: 45%;
	}
}




@media only screen and (max-width: 640px) {

	.drawer-menu{
		padding: 3rem 2rem;
	}
	.Content__child{
		width: 95%;
		left: 3%;
		top: 0;
		height: 100%;
		padding-top: 2rem;
		line-height: 1.2em;
		
	}
	
	
	.Content__child li{
		height: 0;
		padding-bottom: 4.5rem;
		text-align: center;
	}
	
	.Content li{
		display: none;
	}
	
	.Content_2 li{
		display: none;
	}
	
	.Styling__catName{
		line-height: 0.8em;
	}
	.Hero__ttlInner{
	width: 100%;
	margin: 33rem auto;
}
		.Brand_list{
		width: 60%;
	}
	.Section{
		padding: 3rem 5.55556vw;
	}
	.Hero__mainTtl_Logo{
	width: 70%;
	margin: 0 2rem auto auto;
	filter: brightness(0) invert(1);
}
	.Hero__descWrap {
    margin: 2rem 0 0 0;
	width: 100%;
  }
	
	.Brand_list__desc{
		width: 55%;
	}
}




/***********************************/


.look_box{
	display: flex;
	flex-wrap: wrap;
	width: 60%;
	justify-content: space-between;
	margin: 0 auto;
	position: relative;
}


/*****************ルック************************/


*, *:before, *:after {
	box-sizing: border-box;
}
.look_box {
	width: 60%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin: 0 auto;
	justify-content: space-between;
	position: relative;
	/*padding: 0 2%;*/
}



@media screen and (max-width: 960px) {
	.look_box {
	width: 100%;
	}

}

@media screen and (max-width: 680px) {
	.look_box {
	width: 100%;
	}
	.Content{
		width: 50%;
		padding: 0;
	}
	.Content_Large{
		width: 100%;
		margin: 0 auto 2rem;
	}
	
	.Content_2{
		width: 85%;
		margin: 0 auto 2rem;
	}
}



.look_box img {
	width: 100%;
	height: 100%;
}












.Content__ttl {
  -webkit-transform: translateY(2rem);
  margin: 0 auto 3rem;
  opacity: 0;
  transform: translateY(2rem);
  transition: all 1s;
  width: calc(129 / 1280 * 100%);
}

.Content__ttl.is-show {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
}

.Content__ttl--06 {
  -webkit-transform: translate(-50%, 2rem);
  left: 50%;
  position: absolute;
  top: 1rem;
  transform: translate(-50%, 2rem);
  z-index: 1;
}

.Content__ttl--06.is-show {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media only screen and (max-width: 640px) {
  .Content__ttl {
    width: calc(129 / 390 * 100%);
  }
}

.Content__box {
  margin: 0 auto 8rem;
  position: relative;
}

.Content__box:last-of-type {
  margin: 0 auto 0;
}

.Content__box--last {
  align-items: flex-end;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.Content__box--last .Content__img {
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .Content__box--last {
    align-items: center;
    flex-direction: column;
  }
}

.Content__box--04_03 {
  margin-bottom: 20%;
}

@media only screen and (max-width: 640px) {
  .Content__box--04_03 {
    margin-bottom: 30%;
  }
}

.Content__box--05_03 {
  margin-bottom: 10%;
}

@media only screen and (max-width: 640px) {
  .Content__box--05_03 {
    margin-bottom: 20%;
  }
}

.Content__pantWrap {
  display: flex;
  margin: 0 auto;
  text-align: center;
  width: calc(848 / 1280 * 100%);
}

@media only screen and (max-width: 640px) {
  .Content__pantWrap {
    width: 100%;
  }
}

.Content__img {
  -webkit-transform: translateY(3rem);
  margin: 0 auto;
  opacity: 0;
  transform: translateY(3rem);
  transition: all 1s;
}

.Content__img.is-show {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
}

.Content__img--3 {
  -webkit-transform: translateX(18rem);
  transform: translateX(18rem);
}

.Content__img--pant {
  width: calc(268 / 848 * 100%);
}

.Content .w-col-3 {
  width: 24.0625%;
}

@media only screen and (max-width: 640px) {
  .Content .w-col-3 {
    width: 70%;
  }
}

.Content .w-col-4 {
  width: 32.5%;
}

@media only screen and (max-width: 640px) {
  .Content .w-col-4 {
    width: 80%;
  }
}

.Content .w-col-5 {
  width: 40.9375%;
}

@media only screen and (max-width: 640px) {
  .Content .w-col-5 {
    width: 90%;
  }
}

.Content__brand {
  -webkit-transform: translateX(-2rem);
  bottom: 0;
  color: #FD7D9D;
  font-family: "ltc-bodoni-175", serif;
  font-size: 2.5rem;
  font-style: italic;
  left: 25%;
  line-height: 1.2;
  opacity: 0;
  position: absolute;
  text-align: left;
  transform: translateX(-2rem);
  transition: all 1s;
}

.Content__brand.is-show {
  -webkit-transform: translateX(0);
  opacity: 1;
  transform: translateX(0);
}

@media only screen and (max-width: 640px) {
  .Content__brand {
    font-size: 1.8rem;
    left: 5%;
  }
}

.Content__brand--r {
  bottom: -10%;
  left: auto;
  right: 25%;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .Content__brand--r {
    right: 5%;
  }
}

.Content__brand--06 {
  display: inline-block;
  margin: 3rem auto 0;
  position: initial;
}

.Content__name {
  -webkit-transform: translateX(2rem);
  opacity: 0;
  position: absolute;
  transform: translateX(2rem);
  transition: all 1s;
}

.Content__name.is-show {
  -webkit-transform: translateX(0);
  opacity: 1;
  transform: translateX(0);
}

.Content__name--01_02 {
  left: 30%;
  top: 30%;
  width: calc(118 / 1280 * 100%);
}

@media only screen and (max-width: 640px) {
  .Content__name--01_02 {
    left: 3%;
    top: 25%;
    width: calc(118 / 390 * 100%);
  }
}

.Content__name--01_03 {
  left: 25%;
  top: 50%;
  width: calc(175 / 1280 * 100%);
}

@media only screen and (max-width: 640px) {
  .Content__name--01_03 {
    left: 5%;
    top: 50%;
    width: calc(175 / 390 * 100%);
  }
}

.Content__name--01_04 {
  left: 25%;
  top: 10%;
  width: calc(229 / 1280 * 100%);
}

@media only screen and (max-width: 640px) {
  .Content__name--01_04 {
    left: 5%;
    top: -5%;
    width: calc(229 / 390 * 100%);
  }
}

.Content__name--02_02 {
  left: 38%;
  top: 60%;
  width: calc(195 / 1280 * 100%);
}

@media only screen and (max-width: 640px) {
  .Content__name--02_02 {
    left: 25%;
    top: 60%;
    width: calc(195 / 390 * 100%);
  }
}

.Content__name--02_03 {
  left: 55%;
  top: 55%;
  width: calc(227 / 1280 * 100%);
}

@media only screen and (max-width: 640px) {
  .Content__name--02_03 {
    left: 30%;
    top: 55%;
    width: calc(227 / 390 * 100%);
  }
}

.Content__name--02_04 {
  margin: 0 auto 1rem;
  position: relative;
  width: calc(287 / 1280 * 100%);
}

@media only screen and (max-width: 640px) {
  .Content__name--02_04 {
    width: calc(287 / 390 * 100%);
  }
}

.Content__name--03_02 {
  left: 35%;
  top: 65%;
  width: calc(86 / 1280 * 100%);
}

@media only screen and (max-width: 640px) {
  .Content__name--03_02 {
    left: 8%;
    top: 65%;
    width: calc(86 / 390 * 100%);
  }
}

.Content__name--03_03 {
  left: 35%;
  top: 30%;
  width: calc(130 / 1280 * 100%);
}

@media only screen and (max-width: 640px) {
  .Content__name--03_03 {
    left: 10%;
    top: 25%;
    width: calc(130 / 390 * 100%);
  }
}

.Content__name--03_04 {
  bottom: -5%;
  right: 30%;
  width: calc(196 / 1280 * 100%);
}

@media only screen and (max-width: 640px) {
  .Content__name--03_04 {
    bottom: -10%;
    right: 3%;
    width: calc(196 / 390 * 100%);
  }
}

.Content__name--04_02 {
  right: 33%;
  top: 20%;
  width: calc(130 / 1280 * 100%);
}

@media only screen and (max-width: 640px) {
  .Content__name--04_02 {
    right: 5%;
    top: 15%;
    width: calc(130 / 390 * 100%);
  }
}

.Content__name--04_03 {
  bottom: -25%;
  right: 35%;
  width: calc(270 / 1280 * 100%);
}

@media only screen and (max-width: 640px) {
  .Content__name--04_03 {
    bottom: -25%;
    right: 5%;
    width: calc(250 / 390 * 100%);
  }
}

.Content__name--04_04 {
  left: 38%;
  top: 10%;
  width: calc(136 / 1280 * 100%);
}

@media only screen and (max-width: 640px) {
  .Content__name--04_04 {
    left: 10%;
    top: 10%;
    width: calc(136 / 390 * 100%);
  }
}

.Content__name--05_02 {
  left: 25%;
  top: 15%;
  width: calc(178 / 1280 * 100%);
}

@media only screen and (max-width: 640px) {
  .Content__name--05_02 {
    left: 5%;
    top: 5%;
    width: calc(178 / 390 * 100%);
  }
}

.Content__name--05_03 {
  bottom: -15%;
  left: 35%;
  width: calc(142 / 1280 * 100%);
}

@media only screen and (max-width: 640px) {
  .Content__name--05_03 {
    bottom: -15%;
    left: 3%;
    width: calc(142 / 390 * 100%);
  }
}

.Content__name--05_04 {
  left: 38%;
  top: 38%;
  width: calc(46 / 1280 * 100%);
}

@media only screen and (max-width: 640px) {
  .Content__name--05_04 {
    left: 20%;
    top: 50%;
    width: calc(46 / 390 * 100%);
  }
}

.Content__name--05_04-02 {
  right: 35%;
  top: 38%;
  width: calc(95 / 1280 * 100%);
}

@media only screen and (max-width: 640px) {
  .Content__name--05_04-02 {
    right: 10%;
    top: 45%;
    width: calc(95 / 390 * 100%);
  }
}

.Content__name--06_02 {
  bottom: 5%;
  left: 38%;
  width: calc(156 / 1280 * 100%);
}

@media only screen and (max-width: 640px) {
  .Content__name--06_02 {
    bottom: 5%;
    left: 13%;
    width: calc(156 / 390 * 100%);
  }
}

.Content__name--06_03-01 {
  -webkit-transform: translate(-50%, -80%);
  left: 50%;
  top: 0;
  transform: translate(-50%, -80%);
  width: calc(162 / 1280 * 100%);
}

.Content__name--06_03-01.is-show {
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

@media only screen and (max-width: 640px) {
  .Content__name--06_03-01 {
    width: calc(162 / 390 * 100%);
  }
}

.Content__name--06_03-02 {
  -webkit-transform: translate(-50%, 100%);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: calc(125 / 1280 * 100%);
}

.Content__name--06_03-02.is-show {
  -webkit-transform: translate(-50%, 120%);
  transform: translate(-50%, 120%);
}

@media only screen and (max-width: 640px) {
  .Content__name--06_03-02 {
    width: calc(125 / 390 * 100%);
  }
}

.Content__name--06_04 {
  bottom: 0;
  right: 25%;
  width: calc(194 / 1280 * 100%);
}

@media only screen and (max-width: 640px) {
  .Content__name--06_04 {
    bottom: 5%;
    right: 5%;
    width: calc(194 / 390 * 100%);
  }
}

.Content__creditArea {
  margin: 0 2rem 0;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .Content__creditArea {
    margin: 1.5rem auto 0;
    width: 80%;
  }
}

.Content__credit a::after {
  background: #FD7D9D;
  bottom: 2px;
  content: '';
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: .3s;
  visibility: hidden;
  width: 100%;
}

.Content__credit a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.Content__height {
  -webkit-transform: translateX(-2rem);
  color: #FD7D9D;
  font-family: "ltc-bodoni-175", serif;
  font-size: 2rem;
  margin: 0 0 1rem;
  opacity: 0;
  transform: translateX(-2rem);
  transition: all 1s;
}

.Content__height.is-show {
  -webkit-transform: translateX(0);
  opacity: 1;
  transform: translateX(0);
}

.Content__credit {
  -webkit-transform: translateX(-2rem);
  opacity: 0;
  transform: translateX(-2rem);
  transition: all 1s;
}

.Content__credit.is-show {
  -webkit-transform: translateX(0);
  opacity: 1;
  transform: translateX(0);
}

.Content__credit a {
  color: #FD7D9D;
  font-size: 1.2rem;
}

.Item {
  font-size: 4.44444vw;
  letter-spacing: 0;
  padding: 2rem;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .Item {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Item {
    font-size: 2rem;
  }
}

.Item__img {
  margin: 0 auto 2rem;
  width: 51.64444vw;
}

@media only screen and (min-width: 1024px) {
  .Item__img {
    margin: 0 auto 3rem;
    width: 30rem;
  }
}

.Item__brandName {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  margin: 0 0 1rem;
}

.Item__itemName {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 1rem;
}

.Item__price {
  font-weight: 500;
}

.Item__link a {
  margin: 1rem 0 0;
}

.Brandlist__ul {
  -ms-grid-columns: 1fr 1.5rem 1fr;
  gap: 1.5rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .Brandlist__ul {
    -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr 3rem 1fr 3rem 1fr;
    gap: 3rem 3rem;
    grid-template-columns: repeat(5, 1fr);
    width: 110rem;
  }
}

.Brandlist__li a {
  align-items: center;
  background: #fff;
  border-radius: .3rem;
  display: flex;
  height: 6rem;
  padding: 1rem 2rem;
}

.Brandlist__li:hover {
  opacity: .7;
}

.Brandlist__li p {
  display: none;
}

.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: #FD7D9D;
  color: white;
  display: inline-block;
  padding: 1rem 2rem;
}

.Shoplist:before{
	display: none;
}

.Shoplist {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  margin: 10rem auto;
}

.Shoplist__block {
  letter-spacing: .1em;
  margin: 0 0 10rem;
  text-align: left;
  width: 50rem;
}

@media only screen and (max-width: 640px) {
  .Shoplist__block {
    margin: 0 auto 10rem;
    width: 90%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Shoplist__block {
    margin: 0 auto 10rem;
    width: 90%;
  }
.Modal__look {
		width: 100%;
	}
}

.Shoplist__shopName {
  border-bottom: 1px solid;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1em;
  padding-bottom: 1rem;
}

.Shoplist__kana {
  font-size: 1rem;
  margin: 0 0 0 1rem;
}

@media only screen and (max-width: 640px) {
  .Shoplist__kana {
    display: block;
    margin: .5rem 0 0 0;
  }
}

.Shoplist__shopinfo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto;
}

.Shoplist__shopinfo dt {
  align-items: center;
  color: #555;
  display: flex;
  flex: 0 0 8rem;
  font-size: 1.2rem;
  font-style: italic;
  margin: 1rem 0 0 0;
  max-width: 8rem;
}

.Shoplist__shopinfo dd {
  flex: 0 0 calc(100% - 8rem);
  line-height: 1.4;
  margin: 1rem 0 0 0;
  width: calc(100% - 8rem);
}

.Shoplist__map {
  border-bottom: 1px solid;
  font-style: italic;
  margin-left: .5rem;
}

.Shoplist__sns ul {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0 20px;
}

.Shoplist__sns li {
  font-size: 2rem;
  margin-right: 10px;
}

.Shoplist a {
  color: #494E58;
}

.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;
}

.w7 {
  width: 57.8125%;
}

@media only screen and (max-width: 640px) {
  .w7 {
    width: 100%;
  }
}

.w6 {
  width: 49.375%;
}

@media only screen and (max-width: 640px) {
  .w6 {
    width: 95%;
  }
}

.w5 {
  width: 40.9375%;
}

@media only screen and (max-width: 640px) {
  .w5 {
    width: 90%;
  }
}

.w4 {
  width: 32.5%;
}

@media only screen and (max-width: 640px) {
  .w4 {
    width: 85%;
  }
}

.w3 {
  width: 24.0625%;
}

@media only screen and (max-width: 640px) {
  .w3 {
    width: 80%;
  }
}

.w2 {
  width: 15.625%;
}

@media only screen and (max-width: 640px) {
  .w2 {
    width: 50%;
  }
}
