@charset 'UTF-8';
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html{
  overflow-y: scroll;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before{
  box-sizing: inherit; 
  background-repeat: no-repeat;
}

:after,
:before{
  vertical-align: inherit; 
  text-decoration: inherit;
}

*{
  margin: 0; 
  padding: 0;
}

audio:not([controls]){
  display: none;
  height: 0;
}

hr{
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary{
  display: block;
}

summary{
  display: list-item;
}

small{
  font-size: 80%;
}

[hidden],
template{
  display: none;
}

abbr[title]{
  border-bottom: 1px dotted;
  text-decoration: none;
}

a{
  background-color: transparent;

  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover{
  outline-width: 0;
}

code,
kbd,
pre,
samp{
  font-family: monospace,monospace;
}

b,
strong{
  font-weight: bolder;
}

dfn{
  font-style: italic;
}

mark{
  background-color: #ff0;
  color: #000;
}

sub,
sup{
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;
}

sub{
  bottom: -.25em;
}

sup{
  top: -.5em;
}

input{
  border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button{
  cursor: pointer;
}

[disabled]{
  cursor: default;
}

[type=number]{
  width: auto;
}

[type=search]{
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration{
  -webkit-appearance: none;
}

textarea{
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea{
  font: inherit;
}

optgroup{
  font-weight: 700;
}

button{
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner{
  padding: 0; 
  border-style: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring{
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button]{
  -webkit-appearance: button;
}

button,
select{
  text-transform: none;
}

button,
input,
select,
textarea{
  border-style: none;
  background-color: transparent;
  color: inherit;
}

select{
  -webkit-appearance: none; 
     -moz-appearance: none;
}

select::-ms-expand{
  display: none;
}

select::-ms-value{
  color: currentColor;
}

legend{
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button{
  font: inherit; 

  -webkit-appearance: button;
}

[type=search]{
  outline-offset: -2px; 

  -webkit-appearance: textfield;
}

img{
  border-style: none;
}

progress{
  vertical-align: baseline;
}

svg:not(:root){
  overflow: hidden;
}

audio,
canvas,
progress,
video{
  display: inline-block;
}

[aria-busy=true]{
  cursor: progress;
}

[aria-controls]{
  cursor: pointer;
}

[aria-disabled]{
  cursor: default;
}

::-moz-selection{
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection{
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

@font-face{
  font-weight: 400;
  font-style: normal; 
  font-family: ForkAwesome;
  src: url(assets/fonts/fork-awesome/forkawesome-webfont.eot?v=1.1.7);
  src: url(assets/fonts/fork-awesome/forkawesome-webfont.eot?#iefix&v=1.1.7) format('embedded-opentype'), url(assets/fonts/fork-awesome/forkawesome-webfont.woff2?v=1.1.7) format('woff2'), url(assets/fonts/fork-awesome/forkawesome-webfont.woff?v=1.1.7) format('woff'), url(assets/fonts/fork-awesome/forkawesome-webfont.ttf?v=1.1.7) format('truetype'), url(assets/fonts/fork-awesome/forkawesome-webfont.svg?v=1.1.7#forkawesomeregular) format('svg');
}

.fa{
  display: inline-block;
  font: normal normal normal 14px/1 ForkAwesome;
  font-size: inherit;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  text-rendering: auto;
}

.fa-lg{
  vertical-align: -15%; 
  font-size: 1.33333333em;
  line-height: .75em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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(0);
            transform: rotate(0);
  }
  100%{
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

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

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

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

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

.fa-flip-horizontal{
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  -webkit-transform: scale(-1, 1);
      -ms-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);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

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

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

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

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

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

.fa-inverse{
  color: #fff;
}

.fa-glass:before{
  content: '\f000';
}

.fa-music:before{
  content: '\f001';
}

.fa-search:before{
  content: '\f002';
}

.fa-envelope-o:before{
  content: '\f003';
}

.fa-heart:before{
  content: '\f004';
}

.fa-star:before{
  content: '\f005';
}

.fa-star-o:before{
  content: '\f006';
}

.fa-user:before{
  content: '\f007';
}

.fa-film:before{
  content: '\f008';
}

.fa-th-large:before{
  content: '\f009';
}

.fa-th:before{
  content: '\f00a';
}

.fa-th-list:before{
  content: '\f00b';
}

.fa-check:before{
  content: '\f00c';
}

.fa-close:before,
.fa-remove:before,
.fa-times:before{
  content: '\f00d';
}

.fa-search-plus:before{
  content: '\f00e';
}

.fa-search-minus:before{
  content: '\f010';
}

.fa-power-off:before{
  content: '\f011';
}

.fa-signal:before{
  content: '\f012';
}

.fa-cog:before,
.fa-gear:before{
  content: '\f013';
}

.fa-trash-o:before{
  content: '\f014';
}

.fa-home:before{
  content: '\f015';
}

.fa-file-o:before{
  content: '\f016';
}

.fa-clock-o:before{
  content: '\f017';
}

.fa-road:before{
  content: '\f018';
}

.fa-download:before{
  content: '\f019';
}

.fa-arrow-circle-o-down:before{
  content: '\f01a';
}

.fa-arrow-circle-o-up:before{
  content: '\f01b';
}

.fa-inbox:before{
  content: '\f01c';
}

.fa-play-circle-o:before{
  content: '\f01d';
}

.fa-repeat:before,
.fa-rotate-right:before{
  content: '\f01e';
}

.fa-refresh:before,
.fa-sync:before{
  content: '\f021';
}

.fa-list-alt:before{
  content: '\f022';
}

.fa-lock:before{
  content: '\f023';
}

.fa-flag:before{
  content: '\f024';
}

.fa-headphones:before{
  content: '\f025';
}

.fa-volume-off:before{
  content: '\f026';
}

.fa-volume-down:before{
  content: '\f027';
}

.fa-volume-up:before{
  content: '\f028';
}

.fa-qrcode:before{
  content: '\f029';
}

.fa-barcode:before{
  content: '\f02a';
}

.fa-tag:before{
  content: '\f02b';
}

.fa-tags:before{
  content: '\f02c';
}

.fa-book:before{
  content: '\f02d';
}

.fa-bookmark:before{
  content: '\f02e';
}

.fa-print:before{
  content: '\f02f';
}

.fa-camera:before{
  content: '\f030';
}

.fa-font:before{
  content: '\f031';
}

.fa-bold:before{
  content: '\f032';
}

.fa-italic:before{
  content: '\f033';
}

.fa-text-height:before{
  content: '\f034';
}

.fa-text-width:before{
  content: '\f035';
}

.fa-align-left:before{
  content: '\f036';
}

.fa-align-center:before{
  content: '\f037';
}

.fa-align-right:before{
  content: '\f038';
}

.fa-align-justify:before{
  content: '\f039';
}

.fa-list:before{
  content: '\f03a';
}

.fa-dedent:before,
.fa-outdent:before{
  content: '\f03b';
}

.fa-indent:before{
  content: '\f03c';
}

.fa-video-camera:before,
.fa-video:before{
  content: '\f03d';
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before{
  content: '\f03e';
}

.fa-pencil:before{
  content: '\f040';
}

.fa-map-marker:before{
  content: '\f041';
}

.fa-adjust:before{
  content: '\f042';
}

.fa-tint:before{
  content: '\f043';
}

.fa-edit:before,
.fa-pencil-square-o:before{
  content: '\f044';
}

.fa-share-square-o:before{
  content: '\f045';
}

.fa-check-square-o:before{
  content: '\f046';
}

.fa-arrows:before{
  content: '\f047';
}

.fa-step-backward:before{
  content: '\f048';
}

.fa-fast-backward:before{
  content: '\f049';
}

.fa-backward:before{
  content: '\f04a';
}

.fa-play:before{
  content: '\f04b';
}

.fa-pause:before{
  content: '\f04c';
}

.fa-stop:before{
  content: '\f04d';
}

.fa-forward:before{
  content: '\f04e';
}

.fa-fast-forward:before{
  content: '\f050';
}

.fa-step-forward:before{
  content: '\f051';
}

.fa-eject:before{
  content: '\f052';
}

.fa-chevron-left:before{
  content: '\f053';
}

.fa-chevron-right:before{
  content: '\f054';
}

.fa-plus-circle:before{
  content: '\f055';
}

.fa-minus-circle:before{
  content: '\f056';
}

.fa-times-circle:before{
  content: '\f057';
}

.fa-check-circle:before{
  content: '\f058';
}

.fa-question-circle:before{
  content: '\f059';
}

.fa-info-circle:before{
  content: '\f05a';
}

.fa-crosshairs:before{
  content: '\f05b';
}

.fa-times-circle-o:before{
  content: '\f05c';
}

.fa-check-circle-o:before{
  content: '\f05d';
}

.fa-ban:before{
  content: '\f05e';
}

.fa-arrow-left:before{
  content: '\f060';
}

.fa-arrow-right:before{
  content: '\f061';
}

.fa-arrow-up:before{
  content: '\f062';
}

.fa-arrow-down:before{
  content: '\f063';
}

.fa-mail-forward:before,
.fa-share:before{
  content: '\f064';
}

.fa-expand:before{
  content: '\f065';
}

.fa-compress:before{
  content: '\f066';
}

.fa-plus:before{
  content: '\f067';
}

.fa-minus:before{
  content: '\f068';
}

.fa-asterisk:before{
  content: '\f069';
}

.fa-exclamation-circle:before{
  content: '\f06a';
}

.fa-gift:before{
  content: '\f06b';
}

.fa-leaf:before{
  content: '\f06c';
}

.fa-fire:before{
  content: '\f06d';
}

.fa-eye:before{
  content: '\f06e';
}

.fa-eye-slash:before{
  content: '\f070';
}

.fa-exclamation-triangle:before,
.fa-warning:before{
  content: '\f071';
}

.fa-plane:before{
  content: '\f072';
}

.fa-calendar:before{
  content: '\f073';
}

.fa-random:before{
  content: '\f074';
}

.fa-comment:before{
  content: '\f075';
}

.fa-magnet:before{
  content: '\f076';
}

.fa-chevron-up:before{
  content: '\f077';
}

.fa-chevron-down:before{
  content: '\f078';
}

.fa-retweet:before{
  content: '\f079';
}

.fa-shopping-cart:before{
  content: '\f07a';
}

.fa-folder:before{
  content: '\f07b';
}

.fa-folder-open:before{
  content: '\f07c';
}

.fa-arrows-v:before{
  content: '\f07d';
}

.fa-arrows-h:before{
  content: '\f07e';
}

.fa-bar-chart-o:before,
.fa-bar-chart:before{
  content: '\f080';
}

.fa-twitter-square:before{
  content: '\f081';
}

.fa-facebook-square:before{
  content: '\f082';
}

.fa-camera-retro:before{
  content: '\f083';
}

.fa-key:before{
  content: '\f084';
}

.fa-cogs:before,
.fa-gears:before{
  content: '\f085';
}

.fa-comments:before{
  content: '\f086';
}

.fa-thumbs-o-up:before{
  content: '\f087';
}

.fa-thumbs-o-down:before{
  content: '\f088';
}

.fa-star-half:before{
  content: '\f089';
}

.fa-heart-o:before{
  content: '\f08a';
}

.fa-sign-out:before{
  content: '\f08b';
}

.fa-linkedin-square:before{
  content: '\f08c';
}

.fa-thumb-tack:before{
  content: '\f08d';
}

.fa-external-link:before{
  content: '\f08e';
}

.fa-sign-in:before{
  content: '\f090';
}

.fa-trophy:before{
  content: '\f091';
}

.fa-github-square:before{
  content: '\f092';
}

.fa-upload:before{
  content: '\f093';
}

.fa-lemon-o:before{
  content: '\f094';
}

.fa-phone:before{
  content: '\f095';
}

.fa-square-o:before{
  content: '\f096';
}

.fa-bookmark-o:before{
  content: '\f097';
}

.fa-phone-square:before{
  content: '\f098';
}

.fa-twitter:before{
  content: '\f099';
}

.fa-facebook-f:before,
.fa-facebook:before{
  content: '\f09a';
}

.fa-github:before{
  content: '\f09b';
}

.fa-unlock:before{
  content: '\f09c';
}

.fa-credit-card:before{
  content: '\f09d';
}

.fa-feed:before,
.fa-rss:before{
  content: '\f09e';
}

.fa-hdd-o:before{
  content: '\f0a0';
}

.fa-bullhorn:before{
  content: '\f0a1';
}

.fa-bell-o:before{
  content: '\f0f3';
}

.fa-certificate:before{
  content: '\f0a3';
}

.fa-hand-o-right:before{
  content: '\f0a4';
}

.fa-hand-o-left:before{
  content: '\f0a5';
}

.fa-hand-o-up:before{
  content: '\f0a6';
}

.fa-hand-o-down:before{
  content: '\f0a7';
}

.fa-arrow-circle-left:before{
  content: '\f0a8';
}

.fa-arrow-circle-right:before{
  content: '\f0a9';
}

.fa-arrow-circle-up:before{
  content: '\f0aa';
}

.fa-arrow-circle-down:before{
  content: '\f0ab';
}

.fa-globe:before{
  content: '\f0ac';
}

.fa-globe-e:before{
  content: '\f304';
}

.fa-globe-w:before{
  content: '\f305';
}

.fa-wrench:before{
  content: '\f0ad';
}

.fa-tasks:before{
  content: '\f0ae';
}

.fa-filter:before{
  content: '\f0b0';
}

.fa-briefcase:before{
  content: '\f0b1';
}

.fa-arrows-alt:before{
  content: '\f0b2';
}

.fa-community:before,
.fa-group:before,
.fa-users:before{
  content: '\f0c0';
}

.fa-chain:before,
.fa-link:before{
  content: '\f0c1';
}

.fa-cloud:before{
  content: '\f0c2';
}

.fa-flask:before{
  content: '\f0c3';
}

.fa-cut:before,
.fa-scissors:before{
  content: '\f0c4';
}

.fa-copy:before,
.fa-files-o:before{
  content: '\f0c5';
}

.fa-paperclip:before{
  content: '\f0c6';
}

.fa-floppy-o:before,
.fa-save:before{
  content: '\f0c7';
}

.fa-square:before{
  content: '\f0c8';
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before{
  content: '\f0c9';
}

.fa-list-ul:before{
  content: '\f0ca';
}

.fa-list-ol:before{
  content: '\f0cb';
}

.fa-strikethrough:before{
  content: '\f0cc';
}

.fa-underline:before{
  content: '\f0cd';
}

.fa-table:before{
  content: '\f0ce';
}

.fa-magic:before{
  content: '\f0d0';
}

.fa-truck:before{
  content: '\f0d1';
}

.fa-pinterest:before{
  content: '\f0d2';
}

.fa-pinterest-square:before{
  content: '\f0d3';
}

.fa-google-plus-square:before{
  content: '\f0d4';
}

.fa-google-plus-g:before,
.fa-google-plus:before{
  content: '\f0d5';
}

.fa-money:before{
  content: '\f0d6';
}

.fa-caret-down:before{
  content: '\f0d7';
}

.fa-caret-up:before{
  content: '\f0d8';
}

.fa-caret-left:before{
  content: '\f0d9';
}

.fa-caret-right:before{
  content: '\f0da';
}

.fa-columns:before{
  content: '\f0db';
}

.fa-sort:before,
.fa-unsorted:before{
  content: '\f0dc';
}

.fa-sort-desc:before,
.fa-sort-down:before{
  content: '\f0dd';
}

.fa-sort-asc:before,
.fa-sort-up:before{
  content: '\f0de';
}

.fa-envelope:before{
  content: '\f0e0';
}

.fa-linkedin:before{
  content: '\f0e1';
}

.fa-rotate-left:before,
.fa-undo:before{
  content: '\f0e2';
}

.fa-gavel:before,
.fa-legal:before{
  content: '\f0e3';
}

.fa-dashboard:before,
.fa-tachometer:before{
  content: '\f0e4';
}

.fa-comment-o:before{
  content: '\f0e5';
}

.fa-comments-o:before{
  content: '\f0e6';
}

.fa-bolt:before,
.fa-flash:before{
  content: '\f0e7';
}

.fa-sitemap:before{
  content: '\f0e8';
}

.fa-umbrella:before{
  content: '\f0e9';
}

.fa-clipboard:before,
.fa-paste:before{
  content: '\f0ea';
}

.fa-lightbulb-o:before{
  content: '\f0eb';
}

.fa-exchange:before{
  content: '\f0ec';
}

.fa-cloud-download:before{
  content: '\f0ed';
}

.fa-cloud-upload:before{
  content: '\f0ee';
}

.fa-user-md:before{
  content: '\f0f0';
}

.fa-stethoscope:before{
  content: '\f0f1';
}

.fa-suitcase:before{
  content: '\f0f2';
}

.fa-bell:before{
  content: '\f0a2';
}

.fa-coffee:before{
  content: '\f0f4';
}

.fa-cutlery:before,
.fa-utensils:before{
  content: '\f0f5';
}

.fa-file-text-o:before{
  content: '\f0f6';
}

.fa-building-o:before{
  content: '\f0f7';
}

.fa-hospital-o:before{
  content: '\f0f8';
}

.fa-ambulance:before{
  content: '\f0f9';
}

.fa-medkit:before{
  content: '\f0fa';
}

.fa-fighter-jet:before{
  content: '\f0fb';
}

.fa-beer:before{
  content: '\f0fc';
}

.fa-h-square:before{
  content: '\f0fd';
}

.fa-plus-square:before{
  content: '\f0fe';
}

.fa-angle-double-left:before{
  content: '\f100';
}

.fa-angle-double-right:before{
  content: '\f101';
}

.fa-angle-double-up:before{
  content: '\f102';
}

.fa-angle-double-down:before{
  content: '\f103';
}

.fa-angle-left:before{
  content: '\f104';
}

.fa-angle-right:before{
  content: '\f105';
}

.fa-angle-up:before{
  content: '\f106';
}

.fa-angle-down:before{
  content: '\f107';
}

.fa-desktop:before{
  content: '\f108';
}

.fa-laptop:before{
  content: '\f109';
}

.fa-tablet:before{
  content: '\f10a';
}

.fa-mobile-phone:before,
.fa-mobile:before{
  content: '\f10b';
}

.fa-circle-o:before{
  content: '\f10c';
}

.fa-quote-left:before{
  content: '\f10d';
}

.fa-quote-right:before{
  content: '\f10e';
}

.fa-spinner:before{
  content: '\f110';
}

.fa-circle:before{
  content: '\f111';
}

.fa-mail-reply:before,
.fa-reply:before{
  content: '\f112';
}

.fa-github-alt:before{
  content: '\f113';
}

.fa-folder-o:before{
  content: '\f114';
}

.fa-folder-open-o:before{
  content: '\f115';
}

.fa-smile-o:before{
  content: '\f118';
}

.fa-frown-o:before{
  content: '\f119';
}

.fa-meh-o:before{
  content: '\f11a';
}

.fa-gamepad:before{
  content: '\f11b';
}

.fa-keyboard-o:before{
  content: '\f11c';
}

.fa-flag-o:before{
  content: '\f11d';
}

.fa-flag-checkered:before{
  content: '\f11e';
}

.fa-terminal:before{
  content: '\f120';
}

.fa-code:before{
  content: '\f121';
}

.fa-mail-reply-all:before,
.fa-reply-all:before{
  content: '\f122';
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before{
  content: '\f123';
}

.fa-location-arrow:before{
  content: '\f124';
}

.fa-crop:before{
  content: '\f125';
}

.fa-code-fork:before{
  content: '\f126';
}

.fa-chain-broken:before,
.fa-unlink:before{
  content: '\f127';
}

.fa-question:before{
  content: '\f128';
}

.fa-info:before{
  content: '\f129';
}

.fa-exclamation:before{
  content: '\f12a';
}

.fa-superscript:before{
  content: '\f12b';
}

.fa-subscript:before{
  content: '\f12c';
}

.fa-eraser:before{
  content: '\f12d';
}

.fa-puzzle-piece:before{
  content: '\f12e';
}

.fa-microphone:before{
  content: '\f130';
}

.fa-microphone-slash:before{
  content: '\f131';
}

.fa-shield:before{
  content: '\f132';
}

.fa-calendar-o:before{
  content: '\f133';
}

.fa-fire-extinguisher:before{
  content: '\f134';
}

.fa-rocket:before{
  content: '\f135';
}

.fa-maxcdn:before{
  content: '\f136';
}

.fa-chevron-circle-left:before{
  content: '\f137';
}

.fa-chevron-circle-right:before{
  content: '\f138';
}

.fa-chevron-circle-up:before{
  content: '\f139';
}

.fa-chevron-circle-down:before{
  content: '\f13a';
}

.fa-html5:before{
  content: '\f13b';
}

.fa-css3:before{
  content: '\f13c';
}

.fa-anchor:before{
  content: '\f13d';
}

.fa-unlock-alt:before{
  content: '\f13e';
}

.fa-bullseye:before{
  content: '\f140';
}

.fa-ellipsis-h:before{
  content: '\f141';
}

.fa-ellipsis-v:before{
  content: '\f142';
}

.fa-rss-square:before{
  content: '\f143';
}

.fa-play-circle:before{
  content: '\f144';
}

.fa-ticket:before{
  content: '\f145';
}

.fa-minus-square:before{
  content: '\f146';
}

.fa-minus-square-o:before{
  content: '\f147';
}

.fa-level-up:before{
  content: '\f148';
}

.fa-level-down:before{
  content: '\f149';
}

.fa-check-square:before{
  content: '\f14a';
}

.fa-pencil-square:before{
  content: '\f14b';
}

.fa-external-link-square:before{
  content: '\f14c';
}

.fa-share-square:before{
  content: '\f14d';
}

.fa-compass:before{
  content: '\f14e';
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before{
  content: '\f150';
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before{
  content: '\f151';
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before{
  content: '\f152';
}

.fa-eur:before,
.fa-euro:before{
  content: '\f153';
}

.fa-gbp:before,
.fa-pound:before{
  content: '\f154';
}

.fa-dollar:before,
.fa-usd:before{
  content: '\f155';
}

.fa-inr:before,
.fa-rupee:before{
  content: '\f156';
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before{
  content: '\f157';
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before{
  content: '\f158';
}

.fa-krw:before,
.fa-won:before{
  content: '\f159';
}

.fa-bitcoin:before,
.fa-btc:before{
  content: '\f15a';
}

.fa-file:before{
  content: '\f15b';
}

.fa-file-text:before{
  content: '\f15c';
}

.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before{
  content: '\f15d';
}

.fa-sort-alpha-desc:before,
.fa-sort-alpha-up:before{
  content: '\f15e';
}

.fa-sort-amount-asc:before,
.fa-sort-amount-down:before{
  content: '\f160';
}

.fa-sort-amount-desc:before,
.fa-sort-amount-up:before{
  content: '\f161';
}

.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before{
  content: '\f162';
}

.fa-sort-numeric-desc:before,
.fa-sort-numeric-up:before{
  content: '\f163';
}

.fa-thumbs-up:before{
  content: '\f164';
}

.fa-thumbs-down:before{
  content: '\f165';
}

.fa-youtube-square:before{
  content: '\f166';
}

.fa-youtube:before{
  content: '\f167';
}

.fa-xing:before{
  content: '\f168';
}

.fa-xing-square:before{
  content: '\f169';
}

.fa-youtube-play:before{
  content: '\f16a';
}

.fa-dropbox:before{
  content: '\f16b';
}

.fa-stack-overflow:before{
  content: '\f16c';
}

.fa-instagram:before{
  content: '\f16d';
}

.fa-flickr:before{
  content: '\f16e';
}

.fa-adn:before{
  content: '\f170';
}

.fa-bitbucket:before{
  content: '\f171';
}

.fa-bitbucket-square:before{
  content: '\f172';
}

.fa-tumblr:before{
  content: '\f173';
}

.fa-tumblr-square:before{
  content: '\f174';
}

.fa-long-arrow-down:before{
  content: '\f175';
}

.fa-long-arrow-up:before{
  content: '\f176';
}

.fa-long-arrow-left:before{
  content: '\f177';
}

.fa-long-arrow-right:before{
  content: '\f178';
}

.fa-apple:before{
  content: '\f179';
}

.fa-windows:before{
  content: '\f17a';
}

.fa-android:before{
  content: '\f17b';
}

.fa-linux:before{
  content: '\f17c';
}

.fa-dribbble:before{
  content: '\f17d';
}

.fa-skype:before{
  content: '\f17e';
}

.fa-foursquare:before{
  content: '\f180';
}

.fa-trello:before{
  content: '\f181';
}

.fa-female:before{
  content: '\f182';
}

.fa-male:before{
  content: '\f183';
}

.fa-gittip:before,
.fa-gratipay:before{
  content: '\f184';
}

.fa-sun-o:before{
  content: '\f185';
}

.fa-moon-o:before{
  content: '\f186';
}

.fa-archive:before{
  content: '\f187';
}

.fa-bug:before{
  content: '\f188';
}

.fa-vk:before{
  content: '\f189';
}

.fa-weibo:before{
  content: '\f18a';
}

.fa-renren:before{
  content: '\f18b';
}

.fa-pagelines:before{
  content: '\f18c';
}

.fa-stack-exchange:before{
  content: '\f18d';
}

.fa-arrow-circle-o-right:before{
  content: '\f18e';
}

.fa-arrow-circle-o-left:before{
  content: '\f190';
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before{
  content: '\f191';
}

.fa-dot-circle-o:before{
  content: '\f192';
}

.fa-wheelchair:before{
  content: '\f193';
}

.fa-vimeo-square:before{
  content: '\f194';
}

.fa-try:before,
.fa-turkish-lira:before{
  content: '\f195';
}

.fa-plus-square-o:before{
  content: '\f196';
}

.fa-space-shuttle:before{
  content: '\f197';
}

.fa-slack:before{
  content: '\f198';
}

.fa-envelope-square:before{
  content: '\f199';
}

.fa-wordpress:before{
  content: '\f19a';
}

.fa-openid:before{
  content: '\f19b';
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before{
  content: '\f19c';
}

.fa-graduation-cap:before,
.fa-mortar-board:before{
  content: '\f19d';
}

.fa-yahoo:before{
  content: '\f19e';
}

.fa-google:before{
  content: '\f1a0';
}

.fa-reddit:before{
  content: '\f1a1';
}

.fa-reddit-square:before{
  content: '\f1a2';
}

.fa-stumbleupon-circle:before{
  content: '\f1a3';
}

.fa-stumbleupon:before{
  content: '\f1a4';
}

.fa-delicious:before{
  content: '\f1a5';
}

.fa-digg:before{
  content: '\f1a6';
}

.fa-drupal:before{
  content: '\f1a9';
}

.fa-joomla:before{
  content: '\f1aa';
}

.fa-language:before{
  content: '\f1ab';
}

.fa-fax:before{
  content: '\f1ac';
}

.fa-building:before{
  content: '\f1ad';
}

.fa-child:before{
  content: '\f1ae';
}

.fa-paw:before{
  content: '\f1b0';
}

.fa-spoon:before,
.fa-utensil-spoon:before{
  content: '\f1b1';
}

.fa-cube:before{
  content: '\f1b2';
}

.fa-cubes:before{
  content: '\f1b3';
}

.fa-behance:before{
  content: '\f1b4';
}

.fa-behance-square:before{
  content: '\f1b5';
}

.fa-steam:before{
  content: '\f1b6';
}

.fa-steam-square:before{
  content: '\f1b7';
}

.fa-recycle:before{
  content: '\f1b8';
}

.fa-automobile:before,
.fa-car:before{
  content: '\f1b9';
}

.fa-cab:before,
.fa-taxi:before{
  content: '\f1ba';
}

.fa-tree:before{
  content: '\f1bb';
}

.fa-spotify:before{
  content: '\f1bc';
}

.fa-deviantart:before{
  content: '\f1bd';
}

.fa-soundcloud:before{
  content: '\f1be';
}

.fa-database:before{
  content: '\f1c0';
}

.fa-file-pdf-o:before{
  content: '\f1c1';
}

.fa-file-word-o:before{
  content: '\f1c2';
}

.fa-file-excel-o:before{
  content: '\f1c3';
}

.fa-file-powerpoint-o:before{
  content: '\f1c4';
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before{
  content: '\f1c5';
}

.fa-file-archive-o:before,
.fa-file-zip-o:before{
  content: '\f1c6';
}

.fa-file-audio-o:before,
.fa-file-sound-o:before{
  content: '\f1c7';
}

.fa-file-movie-o:before,
.fa-file-video-o:before{
  content: '\f1c8';
}

.fa-file-code-o:before{
  content: '\f1c9';
}

.fa-vine:before{
  content: '\f1ca';
}

.fa-codepen:before{
  content: '\f1cb';
}

.fa-jsfiddle:before{
  content: '\f1cc';
}

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

.fa-circle-o-notch:before{
  content: '\f1ce';
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before{
  content: '\f1d0';
}

.fa-empire:before,
.fa-ge:before{
  content: '\f1d1';
}

.fa-git-square:before{
  content: '\f1d2';
}

.fa-git:before{
  content: '\f1d3';
}

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

.fa-tencent-weibo:before{
  content: '\f1d5';
}

.fa-qq:before{
  content: '\f1d6';
}

.fa-wechat:before,
.fa-weixin:before{
  content: '\f1d7';
}

.fa-paper-plane:before,
.fa-send:before{
  content: '\f1d8';
}

.fa-paper-plane-o:before,
.fa-send-o:before{
  content: '\f1d9';
}

.fa-history:before{
  content: '\f1da';
}

.fa-circle-thin:before{
  content: '\f1db';
}

.fa-header:before,
.fa-heading:before{
  content: '\f1dc';
}

.fa-paragraph:before{
  content: '\f1dd';
}

.fa-sliders:before{
  content: '\f1de';
}

.fa-share-alt:before{
  content: '\f1e0';
}

.fa-share-alt-square:before{
  content: '\f1e1';
}

.fa-bomb:before{
  content: '\f1e2';
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before{
  content: '\f1e3';
}

.fa-tty:before{
  content: '\f1e4';
}

.fa-binoculars:before{
  content: '\f1e5';
}

.fa-plug:before{
  content: '\f1e6';
}

.fa-slideshare:before{
  content: '\f1e7';
}

.fa-twitch:before{
  content: '\f1e8';
}

.fa-yelp:before{
  content: '\f1e9';
}

.fa-newspaper-o:before{
  content: '\f1ea';
}

.fa-wifi:before{
  content: '\f1eb';
}

.fa-calculator:before{
  content: '\f1ec';
}

.fa-paypal:before{
  content: '\f1ed';
}

.fa-google-wallet:before{
  content: '\f1ee';
}

.fa-cc-visa:before{
  content: '\f1f0';
}

.fa-cc-mastercard:before{
  content: '\f1f1';
}

.fa-cc-discover:before{
  content: '\f1f2';
}

.fa-cc-amex:before{
  content: '\f1f3';
}

.fa-cc-paypal:before{
  content: '\f1f4';
}

.fa-cc-stripe:before{
  content: '\f1f5';
}

.fa-bell-slash:before{
  content: '\f1f6';
}

.fa-bell-slash-o:before{
  content: '\f1f7';
}

.fa-trash:before{
  content: '\f1f8';
}

.fa-copyright:before{
  content: '\f1f9';
}

.fa-at:before{
  content: '\f1fa';
}

.fa-eyedropper:before{
  content: '\f1fb';
}

.fa-paint-brush:before{
  content: '\f1fc';
}

.fa-birthday-cake:before{
  content: '\f1fd';
}

.fa-area-chart:before{
  content: '\f1fe';
}

.fa-pie-chart:before{
  content: '\f200';
}

.fa-line-chart:before{
  content: '\f201';
}

.fa-lastfm:before{
  content: '\f202';
}

.fa-lastfm-square:before{
  content: '\f203';
}

.fa-toggle-off:before{
  content: '\f204';
}

.fa-toggle-on:before{
  content: '\f205';
}

.fa-bicycle:before{
  content: '\f206';
}

.fa-bus:before{
  content: '\f207';
}

.fa-ioxhost:before{
  content: '\f208';
}

.fa-angellist:before{
  content: '\f209';
}

.fa-cc:before,
.fa-closed-captioning:before{
  content: '\f20a';
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before{
  content: '\f20b';
}

.fa-meanpath:before{
  content: '\f20c';
}

.fa-buysellads:before{
  content: '\f20d';
}

.fa-connectdevelop:before{
  content: '\f20e';
}

.fa-dashcube:before{
  content: '\f210';
}

.fa-forumbee:before{
  content: '\f211';
}

.fa-leanpub:before{
  content: '\f212';
}

.fa-sellsy:before{
  content: '\f213';
}

.fa-shirtsinbulk:before{
  content: '\f214';
}

.fa-simplybuilt:before{
  content: '\f215';
}

.fa-skyatlas:before{
  content: '\f216';
}

.fa-cart-plus:before{
  content: '\f217';
}

.fa-cart-arrow-down:before{
  content: '\f218';
}

.fa-diamond:before,
.fa-gem:before{
  content: '\f219';
}

.fa-ship:before{
  content: '\f21a';
}

.fa-user-secret:before{
  content: '\f21b';
}

.fa-motorcycle:before{
  content: '\f21c';
}

.fa-street-view:before{
  content: '\f21d';
}

.fa-heartbeat:before{
  content: '\f21e';
}

.fa-venus:before{
  content: '\f221';
}

.fa-mars:before{
  content: '\f222';
}

.fa-mercury:before{
  content: '\f223';
}

.fa-intersex:before,
.fa-transgender:before{
  content: '\f224';
}

.fa-transgender-alt:before{
  content: '\f225';
}

.fa-venus-double:before{
  content: '\f226';
}

.fa-mars-double:before{
  content: '\f227';
}

.fa-venus-mars:before{
  content: '\f228';
}

.fa-mars-stroke:before{
  content: '\f229';
}

.fa-mars-stroke-v:before{
  content: '\f22a';
}

.fa-mars-stroke-h:before{
  content: '\f22b';
}

.fa-neuter:before{
  content: '\f22c';
}

.fa-genderless:before{
  content: '\f22d';
}

.fa-facebook-official:before{
  content: '\f230';
}

.fa-pinterest-p:before{
  content: '\f231';
}

.fa-whatsapp:before{
  content: '\f232';
}

.fa-server:before{
  content: '\f233';
}

.fa-user-plus:before{
  content: '\f234';
}

.fa-user-times:before{
  content: '\f235';
}

.fa-bed:before,
.fa-hotel:before{
  content: '\f236';
}

.fa-viacoin:before{
  content: '\f237';
}

.fa-train:before{
  content: '\f238';
}

.fa-subway:before{
  content: '\f239';
}

.fa-medium:before{
  content: '\f23a';
}

.fa-medium-square:before{
  content: '\f2f8';
}

.fa-y-combinator:before,
.fa-yc:before{
  content: '\f23b';
}

.fa-optin-monster:before{
  content: '\f23c';
}

.fa-opencart:before{
  content: '\f23d';
}

.fa-expeditedssl:before{
  content: '\f23e';
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before{
  content: '\f240';
}

.fa-battery-3:before,
.fa-battery-three-quarters:before{
  content: '\f241';
}

.fa-battery-2:before,
.fa-battery-half:before{
  content: '\f242';
}

.fa-battery-1:before,
.fa-battery-quarter:before{
  content: '\f243';
}

.fa-battery-0:before,
.fa-battery-empty:before{
  content: '\f244';
}

.fa-mouse-pointer:before{
  content: '\f245';
}

.fa-i-cursor:before{
  content: '\f246';
}

.fa-object-group:before{
  content: '\f247';
}

.fa-object-ungroup:before{
  content: '\f248';
}

.fa-sticky-note:before{
  content: '\f249';
}

.fa-sticky-note-o:before{
  content: '\f24a';
}

.fa-cc-jcb:before{
  content: '\f24b';
}

.fa-cc-diners-club:before{
  content: '\f24c';
}

.fa-clone:before{
  content: '\f24d';
}

.fa-balance-scale:before{
  content: '\f24e';
}

.fa-hourglass-o:before{
  content: '\f250';
}

.fa-hourglass-1:before,
.fa-hourglass-start:before{
  content: '\f251';
}

.fa-hourglass-2:before,
.fa-hourglass-half:before{
  content: '\f252';
}

.fa-hourglass-3:before,
.fa-hourglass-end:before{
  content: '\f253';
}

.fa-hourglass:before{
  content: '\f254';
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before{
  content: '\f255';
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before{
  content: '\f256';
}

.fa-hand-scissors-o:before{
  content: '\f257';
}

.fa-hand-lizard-o:before{
  content: '\f258';
}

.fa-hand-spock-o:before{
  content: '\f259';
}

.fa-hand-pointer-o:before{
  content: '\f25a';
}

.fa-hand-peace-o:before{
  content: '\f25b';
}

.fa-trademark:before{
  content: '\f25c';
}

.fa-registered:before{
  content: '\f25d';
}

.fa-creative-commons:before{
  content: '\f25e';
}

.fa-gg:before{
  content: '\f260';
}

.fa-gg-circle:before{
  content: '\f261';
}

.fa-tripadvisor:before{
  content: '\f262';
}

.fa-odnoklassniki:before{
  content: '\f263';
}

.fa-odnoklassniki-square:before{
  content: '\f264';
}

.fa-get-pocket:before{
  content: '\f265';
}

.fa-wikipedia-w:before{
  content: '\f266';
}

.fa-safari:before{
  content: '\f267';
}

.fa-chrome:before{
  content: '\f268';
}

.fa-firefox:before{
  content: '\f269';
}

.fa-opera:before{
  content: '\f26a';
}

.fa-internet-explorer:before{
  content: '\f26b';
}

.fa-television:before,
.fa-tv:before{
  content: '\f26c';
}

.fa-contao:before{
  content: '\f26d';
}

.fa-500px:before{
  content: '\f26e';
}

.fa-amazon:before{
  content: '\f270';
}

.fa-calendar-plus-o:before{
  content: '\f271';
}

.fa-calendar-minus-o:before{
  content: '\f272';
}

.fa-calendar-times-o:before{
  content: '\f273';
}

.fa-calendar-check-o:before{
  content: '\f274';
}

.fa-industry:before{
  content: '\f275';
}

.fa-map-pin:before{
  content: '\f276';
}

.fa-map-signs:before{
  content: '\f277';
}

.fa-map-o:before{
  content: '\f278';
}

.fa-map:before{
  content: '\f279';
}

.fa-commenting:before{
  content: '\f27a';
}

.fa-commenting-o:before{
  content: '\f27b';
}

.fa-houzz:before{
  content: '\f27c';
}

.fa-vimeo-v:before,
.fa-vimeo:before{
  content: '\f27d';
}

.fa-black-tie:before{
  content: '\f27e';
}

.fa-fonticons:before{
  content: '\f280';
}

.fa-reddit-alien:before{
  content: '\f281';
}

.fa-edge:before{
  content: '\f282';
}

.fa-credit-card-alt:before{
  content: '\f283';
}

.fa-codiepie:before{
  content: '\f284';
}

.fa-modx:before{
  content: '\f285';
}

.fa-fort-awesome:before{
  content: '\f286';
}

.fa-usb:before{
  content: '\f287';
}

.fa-product-hunt:before{
  content: '\f288';
}

.fa-mixcloud:before{
  content: '\f289';
}

.fa-scribd:before{
  content: '\f28a';
}

.fa-pause-circle:before{
  content: '\f28b';
}

.fa-pause-circle-o:before{
  content: '\f28c';
}

.fa-stop-circle:before{
  content: '\f28d';
}

.fa-stop-circle-o:before{
  content: '\f28e';
}

.fa-shopping-bag:before{
  content: '\f290';
}

.fa-shopping-basket:before{
  content: '\f291';
}

.fa-hashtag:before{
  content: '\f292';
}

.fa-bluetooth:before{
  content: '\f293';
}

.fa-bluetooth-b:before{
  content: '\f294';
}

.fa-percent:before{
  content: '\f295';
}

.fa-gitlab:before{
  content: '\f296';
}

.fa-wpbeginner:before{
  content: '\f297';
}

.fa-wpforms:before{
  content: '\f298';
}

.fa-envira:before{
  content: '\f299';
}

.fa-universal-access:before{
  content: '\f29a';
}

.fa-wheelchair-alt:before{
  content: '\f29b';
}

.fa-question-circle-o:before{
  content: '\f29c';
}

.fa-blind:before{
  content: '\f29d';
}

.fa-audio-description:before{
  content: '\f29e';
}

.fa-phone-volume:before,
.fa-volume-control-phone:before{
  content: '\f2a0';
}

.fa-braille:before{
  content: '\f2a1';
}

.fa-assistive-listening-systems:before{
  content: '\f2a2';
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before{
  content: '\f2a3';
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before{
  content: '\f2a4';
}

.fa-glide:before{
  content: '\f2a5';
}

.fa-glide-g:before{
  content: '\f2a6';
}

.fa-sign-language:before,
.fa-signing:before{
  content: '\f2a7';
}

.fa-low-vision:before{
  content: '\f2a8';
}

.fa-viadeo:before{
  content: '\f2a9';
}

.fa-viadeo-square:before{
  content: '\f2aa';
}

.fa-snapchat:before{
  content: '\f2ab';
}

.fa-snapchat-ghost:before{
  content: '\f2ac';
}

.fa-snapchat-square:before{
  content: '\f2ad';
}

.fa-first-order:before{
  content: '\f2b0';
}

.fa-yoast:before{
  content: '\f2b1';
}

.fa-themeisle:before{
  content: '\f2b2';
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before{
  content: '\f2b3';
}

.fa-fa:before,
.fa-font-awesome:before{
  content: '\f2b4';
}

.fa-handshake-o:before{
  content: '\f2b5';
}

.fa-envelope-open:before{
  content: '\f2b6';
}

.fa-envelope-open-o:before{
  content: '\f2b7';
}

.fa-linode:before{
  content: '\f2b8';
}

.fa-address-book:before{
  content: '\f2b9';
}

.fa-address-book-o:before{
  content: '\f2ba';
}

.fa-address-card:before,
.fa-vcard:before{
  content: '\f2bb';
}

.fa-address-card-o:before,
.fa-vcard-o:before{
  content: '\f2bc';
}

.fa-user-circle:before{
  content: '\f2bd';
}

.fa-user-circle-o:before{
  content: '\f2be';
}

.fa-user-o:before{
  content: '\f2c0';
}

.fa-id-badge:before{
  content: '\f2c1';
}

.fa-drivers-license:before,
.fa-id-card:before{
  content: '\f2c2';
}

.fa-drivers-license-o:before,
.fa-id-card-o:before{
  content: '\f2c3';
}

.fa-quora:before{
  content: '\f2c4';
}

.fa-free-code-camp:before{
  content: '\f2c5';
}

.fa-telegram:before{
  content: '\f2c6';
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before{
  content: '\f2c7';
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before{
  content: '\f2c8';
}

.fa-thermometer-2:before,
.fa-thermometer-half:before{
  content: '\f2c9';
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before{
  content: '\f2ca';
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before{
  content: '\f2cb';
}

.fa-shower:before{
  content: '\f2cc';
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before{
  content: '\f2cd';
}

.fa-podcast:before{
  content: '\f2ce';
}

.fa-window-maximize:before{
  content: '\f2d0';
}

.fa-window-minimize:before{
  content: '\f2d1';
}

.fa-window-restore:before{
  content: '\f2d2';
}

.fa-times-rectangle:before,
.fa-window-close:before{
  content: '\f2d3';
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before{
  content: '\f2d4';
}

.fa-bandcamp:before{
  content: '\f2d5';
}

.fa-grav:before{
  content: '\f2d6';
}

.fa-etsy:before{
  content: '\f2d7';
}

.fa-imdb:before{
  content: '\f2d8';
}

.fa-ravelry:before{
  content: '\f2d9';
}

.fa-eercast:before{
  content: '\f2da';
}

.fa-microchip:before{
  content: '\f2db';
}

.fa-snowflake-o:before{
  content: '\f2dc';
}

.fa-superpowers:before{
  content: '\f2dd';
}

.fa-wpexplorer:before{
  content: '\f2de';
}

.fa-meetup:before{
  content: '\f2e0';
}

.fa-mastodon:before{
  content: '\f2e1';
}

.fa-mastodon-alt:before{
  content: '\f2e2';
}

.fa-fork-awesome:before,
.fa-fork-circle:before{
  content: '\f2e3';
}

.fa-peertube:before{
  content: '\f2e4';
}

.fa-diaspora:before{
  content: '\f2e5';
}

.fa-friendica:before{
  content: '\f2e6';
}

.fa-gnu-social:before{
  content: '\f2e7';
}

.fa-liberapay-square:before{
  content: '\f2e8';
}

.fa-liberapay:before{
  content: '\f2e9';
}

.fa-scuttlebutt:before,
.fa-ssb:before{
  content: '\f2ea';
}

.fa-hubzilla:before{
  content: '\f2eb';
}

.fa-social-home:before{
  content: '\f2ec';
}

.fa-artstation:before{
  content: '\f2ed';
}

.fa-discord:before{
  content: '\f2ee';
}

.fa-discord-alt:before{
  content: '\f2ef';
}

.fa-patreon:before{
  content: '\f2f0';
}

.fa-snowdrift:before{
  content: '\f2f1';
}

.fa-activitypub:before{
  content: '\f2f2';
}

.fa-ethereum:before{
  content: '\f2f3';
}

.fa-keybase:before{
  content: '\f2f4';
}

.fa-shaarli:before{
  content: '\f2f5';
}

.fa-shaarli-o:before{
  content: '\f2f6';
}

.fa-cut-key:before,
.fa-key-modern:before{
  content: '\f2f7';
}

.fa-xmpp:before{
  content: '\f2f9';
}

.fa-archive-org:before{
  content: '\f2fc';
}

.fa-freedombox:before{
  content: '\f2fd';
}

.fa-facebook-messenger:before{
  content: '\f2fe';
}

.fa-debian:before{
  content: '\f2ff';
}

.fa-mastodon-square:before{
  content: '\f300';
}

.fa-tipeee:before{
  content: '\f301';
}

.fa-react:before{
  content: '\f302';
}

.fa-dogmazic:before{
  content: '\f303';
}

.fa-zotero:before{
  content: '\f309';
}

.fa-nodejs:before{
  content: '\f308';
}

.fa-nextcloud:before{
  content: '\f306';
}

.fa-nextcloud-square:before{
  content: '\f307';
}

.fa-hackaday:before{
  content: '\f30a';
}

.fa-laravel:before{
  content: '\f30b';
}

.fa-signalapp:before{
  content: '\f30c';
}

.fa-gnupg:before{
  content: '\f30d';
}

.fa-php:before{
  content: '\f30e';
}

.fa-ffmpeg:before{
  content: '\f30f';
}

.fa-joplin:before{
  content: '\f310';
}

.fa-syncthing:before{
  content: '\f311';
}

.fa-inkscape:before{
  content: '\f312';
}

.fa-matrix-org:before{
  content: '\f313';
}

.fa-pixelfed:before{
  content: '\f314';
}

.fa-bootstrap:before{
  content: '\f315';
}

.fa-dev-to:before{
  content: '\f316';
}

.fa-hashnode:before{
  content: '\f317';
}

.fa-jirafeau:before{
  content: '\f318';
}

.fa-emby:before{
  content: '\f319';
}

.fa-wikidata:before{
  content: '\f31a';
}

.fa-gimp:before{
  content: '\f31b';
}

.fa-c:before{
  content: '\f31c';
}

.fa-digitalocean:before{
  content: '\f31d';
}

.fa-att:before{
  content: '\f31e';
}

.fa-gitea:before{
  content: '\f31f';
}

.fa-file-epub:before{
  content: '\f321';
}

.fa-python:before{
  content: '\f322';
}

.fa-archlinux:before{
  content: '\f323';
}

.fa-pleroma:before{
  content: '\f324';
}

.fa-unsplash:before{
  content: '\f325';
}

.fa-hackster:before{
  content: '\f326';
}

.fa-spell-check:before{
  content: '\f327';
}

.fa-moon:before{
  content: '\f328';
}

.fa-sun:before{
  content: '\f329';
}

.fa-f-droid:before{
  content: '\f32a';
}

.fa-biometric:before{
  content: '\f32b';
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus{
  position: static;
  overflow: visible;
  clip: auto; 
  margin: 0;
  width: auto;
  height: auto;
}
*{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html.is-fixed,
body.is-fixed{
  overflow: hidden;
}

.no-sp{
  display: none;
}

.no_br_sp br{
  display: none;
}

.no_br_pc br{
  display: block;
}

*,
*:before,
*:after{
  box-sizing: border-box;
}

em,
strong{
  font-weight: 700;
}

address{
  font-style: normal;
}

.ff-en{
  font-family: 'Oswald', sans-serif;
}

em,
strong{
  font-style: normal;
}

ol,
ul{
  list-style: none;
}

p{
  margin: 0 0 1.5em;
}
p:last-child{
  margin-bottom: 0;
}

img,
iframe{
  vertical-align: bottom;
  line-height: 1;
}

a{
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.link-1:link,
.link-1:visited{
  color: #555;
  text-decoration: none;
}

.link-1:hover,
.link-1:active{
  color: #00beb1; 
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.link-2,
.link-blank{
  font-weight: 400;
}
.link-2:link,
.link-blank:link,
.link-2:visited,
.link-blank:visited{
  color: #f09;
  text-decoration: underline;
}

.link-blank{
  position: relative; 
  margin-right: 1.3em;
}
.link-blank::after{
  position: absolute;
  right: -1.3em;
  color: #999;
  content: '\f08e';
  text-decoration: none; 
  font-family: 'ForkAwesome';
}

a img{
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

input::-webkit-input-placeholder{
  color: #ddd; 
  font-weight: normal;
  font-size: 22.4px;
  font-size: 1.4rem;
}

input:-ms-input-placeholder{
  color: #ddd; 
  font-weight: normal;
  font-size: 22.4px;
  font-size: 1.4rem;
}

input::-moz-placeholder{
  color: #ddd; 
  font-weight: normal;
  font-size: 22.4px;
  font-size: 1.4rem;
}

input::-placeholder{
  color: #ddd; 
  font-weight: normal;
  font-size: 22.4px;
  font-size: 1.4rem;
}

#searchform{
  position: relative;
  margin: 0 auto; 
  width: 90%;
}
#searchform .search_input{
  padding: 3px 0 3px 10px;
  width: calc( 100% - 50px);
  border: none;
  background-color: rgba(255, 255, 255, .2); 
  color: #fff;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 35px;
}
#searchform #searchsubmit{
  position: absolute;
  top: 0; 
  right: 0;
  padding: 0;
  width: 40px;
  border: none;
  border: none;
  background-color: rgba(255, 255, 255, .2);
  color: #fff;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 41px;
}
#searchform #searchsubmit:hover{
  color: #999;
}

.btn__wrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  margin: 0 auto;

  align-items: stretch; 
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
}

.btn{
  padding: 8px 12px;
  text-align: center; 
  font-size: 12px;
}
.btn:link,
.btn:visited{
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: .15s;
}
.btn:hover,
.btn:active{
  border-color: #333;
  background-color: #333;
  color: #fff; 
  text-decoration: none;
}
.btn01{
  margin: 10px 15px;
}
.btn02{
  margin: 30px 0 0;
  padding: 22px 10px;
  width: 100%;
  font-size: 14px;
}

span.btn{
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  transition: .15s;
}
span.btn:hover{
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.btn__menu{
  display: none;
}

.sns{
  flex-basis: 100%; 
  -ms-flex-preferred-size: 100%;
}
.sns ul li a{
  line-height: 1;
}
.sns ul li a:hover,
.sns ul li a:active{
  text-decoration: none;
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}
.sns ul li a::before{
  color: #000;
  vertical-align: middle; 
  font-family: 'ForkAwesome';
}
.sns ul li a.twlogo::before{
  content: '\f099';
  font-size: 28px;
}
.sns ul li a.fblogo::before{
  content: '\f082';
  font-size: 25px;
}
.sns ul li a.instlogo::before{
  content: '\f16d';
  font-size: 26px;
}

.check__cart{
  position: absolute;
  top: 0; 
  right: 94px;
}
.check__cart .check__cart__button{
  position: relative; 
  display: block;
  height: 100%;
}
.check__cart .check__cart__button .incart__count{
  position: absolute;
  top: -7px;
  left: -9px;
  z-index: 1; 
  display: block;
  min-width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f09;
  color: #fff;
  font-size: 11px;
  font-family: serif;
  line-height: 1;
}
.check__cart .check__cart__button svg{
  position: relative; 
  width: auto;
  height: 18px;
}
.check__cart .check__cart__button svg path{
  fill: #414141;
}
.check__cart--sp{
  display: none;
}

.main__header{
  position: relative; 
  margin: 30px auto 0;
  padding: 0 30px;
  max-width: 1260px;
}
.main__header #title_logo{
  margin-top: 0;
}

.mobile__sub__header{
  display: none;
}

.navi__wrapper{
  position: relative;
}
.navi__wrapper #global-nav{
  margin-top: -2px;
  margin-bottom: -2px;
}
.navi__wrapper #global-nav li a{
  vertical-align: bottom; 
  line-height: 1.4;
}

main{
  margin-top: 40px;
  margin-bottom: 30px;
}

input{
  font-family: 'ForkAwesome', 'M PLUS 1p', sans-serif;
}

#content{
  margin-bottom: 60px;
}
#content .entry{
  margin-top: 40px;
  margin-right: auto; 
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: calc(1080px + 60px);
  width: 100%;
}

.cart_page_title{
  margin: 20px 0 10px 0;
  padding: 60px 0;
  background-color: #f5f5f5; 
  text-align: center;
}

p{
  line-height: 1.6;
}

.sec{
  margin-right: auto; 
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: calc(1080px + 60px);
  width: 100%;
}

.hl01{
  position: relative;
  margin: 20px auto;
  text-align: center; 
  font-weight: bolder;
  font-size: 24px;
}

.bread__navi__list{
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: calc(1080px + 60px);
  width: 100%;
  color: #777; 
  font-size: 11px;
  line-height: 1.2;
}
.bread__navi__list li{
  display: inline-block;
}
.bread__navi__list li a:link,
.bread__navi__list li a:visited{
  color: #777;
}
.bread__navi__list li a:hover,
.bread__navi__list li a:active{
  color: #f09;
}
.bread__navi__list li .spacer{
  display: inline-block;
  margin: 0 4px;
}

.bread__navi{
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: calc(1080px + 60px);
  width: 100%;
  color: #777; 
  font-size: 11px;
  line-height: 1.2;
}
.bread__navi span a:link,
.bread__navi span a:visited{
  color: #777;
}
.bread__navi span a:hover,
.bread__navi span a:active{
  color: #f09;
}

.post__mainvisual{
  position: relative; 
  margin-bottom: 40px;
  background-color: #f1f1f1;
  text-align: center;
}
.post__mainvisual img{
  width: 100%;
}
.post__mainvisual span{
  display: block;
  padding: 25% 0;
  width: 100%;
  height: 100%;
  color: #ccc;
}

.post__title{
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.4;
}

.post__date{
  display: inline-block;
  margin-right: 8px;
  font-size: 15px;
  line-height: 1.5;
}
.post__date::after{
  display: inline-block;
  margin-left: 10px;
  color: #ddd; 
  content: '|';
  font-weight: lighter;
  font-size: 90%;
}

.post__author{
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
}
.post__author span{
  color: #ab1362;
}

.post__category{
  font-weight: bold; 
  font-size: 14px;
}
.post__category li:first-of-type::before{
  content: 'CATEGORY : ';
}
.post__category li:first-of-type a:hover,
.post__category li:first-of-type a:active{
  color: #f09;
}

.post__body{
  margin-top: 60px;
}
.post__body--in_list{
  position: relative;
  overflow-y: hidden;
}
.post__body--in_list::after{
  position: absolute;
  bottom: 0; 
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, white 95%);
  content: '';
}
.post__body--in_list.is-close{
  height: 1600px;
}
.post__body--in_list.is-open{
  height: 100%;
}
.post__body--in_list.is-open::after{
  content: none;
}

.btn__show.is-close::before{
  content: '続きを見る';
}

.btn__show.is-open::before{
  content: '閉じる';
}

.sec-single{
  margin-right: auto; 
  margin-left: auto;
  padding-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
  max-width: calc(860px + 60px);
  width: 100%;
}

.pagenation{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: stretch;
  margin-top: 60px;
  margin-bottom: 80px;
  padding-top: 30px;
  border-top: 1px solid #d1d1d1;

  align-items: stretch; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: space-between;
}
.pagenation .prev,
.pagenation .next{
  padding: 0 100px;

  flex-basis: 50%; 
  -ms-flex-preferred-size: 50%;
}
.pagenation .prev a,
.pagenation .next a{
  position: relative; 
  display: block;
  font-size: 13px;
  line-height: 1.6;
}
.pagenation .prev a::before,
.pagenation .next a::before{
  position: absolute;
  top: 3px; 
  color: #777;
  content: '\f104';
  font-size: 14px;
  font-family: 'ForkAwesome';
  line-height: 1;
}
.pagenation .prev{
  padding-left: 0;
}
.pagenation .prev a{
  padding-left: 18px;
}
.pagenation .prev a::before{
  left: 0;
}
.pagenation .next{
  padding-right: 0;
  text-align: right;
}
.pagenation .next a{
  padding-right: 18px;
}
.pagenation .next a::before{
  right: 0; 
  content: '\f105';
}

.to-old-blog{
  margin: 40px auto 0;
  padding: 15px 0;
  max-width: 860px;
  background-color: #f09;
  color: #fff;
  text-align: center; 
  font-weight: bold;
  font-size: 95%;
  line-height: 1.6;
}
.to-old-blog p{
  margin-bottom: .3em;
}
.to-old-blog a{
  margin-left: .3em;
  font-size: 120%;
  transition: opacity .15s;
}
.to-old-blog a:link,
.to-old-blog a:visited{
  color: #fff;
  text-decoration: underline;
}
.to-old-blog a:hover,
.to-old-blog a:active{
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.post__body *,
.page-content *{
  line-height: 1.75;
}

.post__body p:not(:last-of-type),
.page-content p:not(:last-of-type){
  margin-bottom: 1.5em;
}

.post__body img,
.page-content img{
  max-width: 100%;
  width: auto;
  height: auto;
}

.post__body strong,
.page-content strong{
  font-weight: bold;
}

.post__body em,
.page-content em{
  display: inline;
  background: linear-gradient(transparent 60%, #fe0 60%); 
  font-weight: lighter;
}

.page-content{
  margin-right: auto; 
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: calc(1080px + 60px);
  width: 100%;
}
.page-content h3{
  margin-bottom: .8em;
  padding-bottom: .3em;
  border-bottom: 1px dotted #ddd; 
  color: #111;
  font-size: 120%;
}
.page-content h3:not(:first-child){
  margin-top: 2em;
}

#frontpage{
  margin-right: auto; 
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: calc(1200px + 60px);
  width: 100%;
}

.news__wrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;
  margin-top: 50px;

  align-items: stretch; 
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: flex-start;
}
.news__wrap .block__list__title{
  margin-top: 5px;
  text-align: center;
  font-weight: bolder; 
  font-size: 18px;

  -ms-flex: 0 0 200px;
      flex: 0 0 200px;
}
.news__wrap .post__list{
  padding: 0;
  max-width: none; 

  flex-basis: calc(100% - 200px);
  -ms-flex-preferred-size: calc(100% - 200px);
}
.news__wrap .post__list .post{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;
  margin: 0 0 10px;
  padding: 0;
  border-bottom: none;

  align-items: stretch; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.news__wrap .post__list .post .post__meta{
  margin-right: 13px;
  padding-bottom: 0;
  border: none; 
  line-height: 22px;
}
.news__wrap .post__list .post .post__meta .post__date{
  color: #777;
  white-space: nowrap; 
  font-weight: lighter;
}
.news__wrap .post__list .post .post__meta .post__date::after{
  content: none;
}
.news__wrap .post__list .post .post__title{
  margin-bottom: 0;
  font-size: 16px;
}
.news__wrap .btn__wrap{
  margin-top: 10px; 

  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}

.list__thumbnail{
  margin-top: 60px;
}
.list__thumbnail .post__list{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;

  align-items: stretch; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.list__thumbnail .post__list .post{
  margin-right: 30px;
  text-align: center; 

  flex-basis: calc(33.333% - 15px);
  -ms-flex-preferred-size: calc(33.333% - 15px);
}
.list__thumbnail .post__list .post:last-of-type{
  margin-right: 0;
}
.list__thumbnail .post__list .post a{
  display: block;
}
.list__thumbnail .post__list .post a:link,
.list__thumbnail .post__list .post a:visited{
  color: #333;
  transition: .15s;
}
.list__thumbnail .post__list .post a:hover,
.list__thumbnail .post__list .post a:active{
  text-decoration: none;
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}
.list__thumbnail .post__list .post .post__image{
  padding-top: 74%;
  width: 100%;
  height: 0;
  background-position: center center;
  background-size: cover;
}
.list__thumbnail .post__list .post .post__title{
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}
.list__thumbnail .btn__wrap{
  margin-top: 10px;
}

.instagram__wrap{
  margin-top: 60px;
}

.post__list__base .post__list{
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-right: 0; 
  padding-left: 30px;
  padding-left: 0;
  max-width: calc(800px + 60px);
  width: 100%;
}
.post__list__base .post__list .post{
  margin-top: 140px;
}
.post__list__base .post__list .post:first-of-type{
  margin-top: 100px;
}
.post__list__base .post__list .post .post__category{
  margin-top: 40px;
  padding-bottom: 15px; 
  border-bottom: 1px solid #ddd;
}
.post__list__base .post__list .post .post__body a{
  color: #f09;
  text-decoration: underline;
}
.post__list__base .post__list .post .post__body a:hover,
.post__list__base .post__list .post .post__body a:active{
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.list__thumbnail__wrap{
  margin-right: auto; 
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: calc(1080px + 60px);
  width: 100%;
}
.list__thumbnail__wrap .post__list{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;

  align-items: stretch; 
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: flex-start;
}
.list__thumbnail__wrap .post__list .post{
  margin-bottom: 35px;
  text-align: center; 

  flex-basis: calc(25% - 22.5px);
  -ms-flex-preferred-size: calc(25% - 22.5px);
}
.list__thumbnail__wrap .post__list .post:nth-of-type(4n){
  margin-right: 0;
}
.list__thumbnail__wrap .post__list .post .post__image{
  position: relative;
}
.list__thumbnail__wrap .post__list .post .post__image.no__image{
  background-color: #f1f1f1;
}
.list__thumbnail__wrap .post__list .post .post__image.no__image span{
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ccc;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.items__list{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;

  align-items: stretch; 
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: flex-start;
}
.items__list .item{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; 
  -ms-flex-pack: end;
  -ms-flex-align: stretch;
  margin: 0 20px 35px 0;

  align-items: stretch;
  flex-basis: calc(20% - 16px);
  -ms-flex-preferred-size: calc(20% - 16px);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-end;
}
.items__list .item:nth-of-type(5n){
  margin-right: 0;
}
.items__list .item .item__link{
  display: block;
}
.items__list .item .item__link:hover,
.items__list .item .item__link:active{
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}
.items__list .item .item__img{
  padding-top: 133.33%;
  width: 100%;
  height: 0;
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
}
.items__list .item .item__name{
  margin-top: 4px;
  margin-bottom: 8px;
  color: #555; 
  font-size: 15px;
  line-height: 1.3;
}
.items__list .item .item__sku__color{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  margin-top: auto;
  margin-bottom: 6px;

  align-items: center; 
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: flex-end;
}
.items__list .item .item__sku__color .item__sku__color__label{
  margin: 0 4px 3px 0;
  padding: 2px 4px;
  background-color: #d1d1d1; 
  color: #fff;
  letter-spacing: .05em;
  font-size: 10px;
  line-height: 1;
}
.items__list .item .item__sku__color .item__sku__color__dot{
  position: relative; 
  margin: 0 0 3px 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
.items__list .item .item__sku__color .item__sku__color__dot.color-ffffff{
  border: 1px solid #d5d5d5;
}
.items__list .item .item__sku__color .item__sku__color__dot::after{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 5px;
  width: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  color: #555;
  content: attr(data-color);
  white-space: nowrap;
  font-size: 11px;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  transition: opacity .15s, -webkit-transform .15s;
  transition: transform .15s, opacity .15s;
  transition: transform .15s, opacity .15s, -webkit-transform .15s; 
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}
.items__list .item .item__sku__color .item__sku__color__dot:hover{
  position: relative;
  z-index: 9999;
}
.items__list .item .item__sku__color .item__sku__color__dot:hover::after{
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; 
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
}
.items__list .item .item__sku__color .item__sku__color__dot .item__sku_color__dot2{
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; 
  width: 100%;
  height: 100%;
  border-radius: 50%;
  pointer-events: none;
}
.items__list .item .item__sku__color .item__sku__color__dot .item__sku_color__dot2 i{
  position: absolute;
  top: 0; 
  left: calc(50% - .5px);
  width: 100%;
  height: 100%;
}
.items__list .item .item__price{
  margin-left: auto;
  color: #000;
  text-align: right; 
  font-weight: 700;
  font-size: 16px;
}
.items__list .item .item__price span{
  margin-left: 2px;
  font-weight: 300; 
  font-size: 10px;
}
.items__list .item .item__price--soldout span{
  margin: 0;
  border-radius: 1px; 
  font-weight: 400;
  font-size: 14px;
}
.items__list .item .item__price--sale{
  color: #e00;
}
.items__list .item .item__price--sale span{
  color: #333;
}
.items__list .item .item__price--sale .ss_cprice_label{
  margin-bottom: 2px;
  color: #333; 
  font-weight: 300;
  font-size: 10px;
  line-height: 14px;
}
.items__list .item .item__price--sale .ss_cprice_label .ss_cprice{
  margin-left: 0; 
  text-decoration: line-through;
  font-size: 11px;
  line-height: 14px;
}

input.skubutton,
.back_to_top_button,
.send input,
input.search-zipcode{
  display: inline-block !important;
  margin: 0 3px !important;
  padding: .8em 1em !important;
  min-width: 140px !important;
  border: 1px solid #444 !important;
  border-radius: 2px !important;
  background-color: #444 !important;
  color: #fff !important; 
  font-size: 14px !important;
}
input.skubutton:hover,
input.skubutton:active,
.back_to_top_button:hover,
.back_to_top_button:active,
.send input:hover,
.send input:active,
input.search-zipcode:hover,
input.search-zipcode:active{
  background-color: #000 !important;
  text-decoration: none !important;
}
input.skubutton.continue_shopping_button,
input.skubutton.back_cart_button,
input.skubutton.back_to_customer_button,
input.skubutton.back_to_delivery_button,
.back_to_top_button.continue_shopping_button,
.back_to_top_button.back_cart_button,
.back_to_top_button.back_to_customer_button,
.back_to_top_button.back_to_delivery_button,
.send input.continue_shopping_button,
.send input.back_cart_button,
.send input.back_to_customer_button,
.send input.back_to_delivery_button,
input.search-zipcode.continue_shopping_button,
input.search-zipcode.back_cart_button,
input.search-zipcode.back_to_customer_button,
input.search-zipcode.back_to_delivery_button{
  border-color: #bbb !important;
  background-color: #fff !important;
  color: #555 !important;
}
input.skubutton.continue_shopping_button:hover,
input.skubutton.continue_shopping_button:active,
input.skubutton.back_cart_button:hover,
input.skubutton.back_cart_button:active,
input.skubutton.back_to_customer_button:hover,
input.skubutton.back_to_customer_button:active,
input.skubutton.back_to_delivery_button:hover,
input.skubutton.back_to_delivery_button:active,
.back_to_top_button.continue_shopping_button:hover,
.back_to_top_button.continue_shopping_button:active,
.back_to_top_button.back_cart_button:hover,
.back_to_top_button.back_cart_button:active,
.back_to_top_button.back_to_customer_button:hover,
.back_to_top_button.back_to_customer_button:active,
.back_to_top_button.back_to_delivery_button:hover,
.back_to_top_button.back_to_delivery_button:active,
.send input.continue_shopping_button:hover,
.send input.continue_shopping_button:active,
.send input.back_cart_button:hover,
.send input.back_cart_button:active,
.send input.back_to_customer_button:hover,
.send input.back_to_customer_button:active,
.send input.back_to_delivery_button:hover,
.send input.back_to_delivery_button:active,
input.search-zipcode.continue_shopping_button:hover,
input.search-zipcode.continue_shopping_button:active,
input.search-zipcode.back_cart_button:hover,
input.search-zipcode.back_cart_button:active,
input.search-zipcode.back_to_customer_button:hover,
input.search-zipcode.back_to_customer_button:active,
input.search-zipcode.back_to_delivery_button:hover,
input.search-zipcode.back_to_delivery_button:active{
  border-color: #ddd !important; 
  background-color: #ddd !important;
}
input.skubutton.checkout_button,
.back_to_top_button.checkout_button,
.send input.checkout_button,
input.search-zipcode.checkout_button{
  min-width: 262px !important;
}

input.search-zipcode{
  padding: 2px 8px !important;
  min-width: auto !important;
  border-radius: 2px !important;
}

.send{
  margin-top: 30px !important;
  padding-top: 0;
  border-top: none !important;
}
.send input{
  font-size: 16px !important;
}

.item__content{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: calc(1080px + 60px);
  width: 100%;

  align-items: stretch; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}

.side__content{
  -ms-flex-order: 1;
  margin-right: 40px; 

  -ms-flex: 0 0 150px;
      flex: 0 0 150px;
  order: 1;
}

.item__list__column{
  -ms-flex-order: 2;

  flex-basis: 100%; 
  -ms-flex-preferred-size: 100%;
  order: 2;
}

.item__column{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 2;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;

  align-items: stretch; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
  order: 2;
}

.item__column__main{
  -ms-flex: 0 1 450px;
      flex: 0 1 450px;
}

.item__column__sub{
  margin-left: 6%; 

  flex-basis: fill;
  -ms-flex-preferred-size: fill;
}
.item__column__sub .item-title{
  margin-bottom: 20px; 
  font-size: 23px;
  line-height: 1.5;
}

.item-multisku{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  margin-top: 25px;
  padding-top: 25px;
  padding-right: 5px;
  border-top: 1px solid #ddd;
  text-align: right;

  align-items: center; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-end;
}
.item-multisku:last-of-type{
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.item-multisku .item-price{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  padding-right: 20px;
  text-align: left;

  align-items: center; 
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: flex-start;
}
.item-multisku .item-price> b{
  margin-right: 10px !important;
  color: #777; 
  font-size: 12px;
  line-height: 1;
}
.item-multisku .item-price .font-bigger{
  white-space: nowrap;
  font-size: 17px;
  line-height: 1;
}
.item-multisku .item-price .tax{
  color: #777;
  font-size: 10px;
  line-height: 1;
}
.item-multisku input.skubutton{
  margin: 0 !important; 
  width: 142px !important;
  white-space: nowrap;
}
.item-multisku .item__soldout{
  margin: 0 3px;
  padding: .8em 1em;
  min-width: 140px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #ddd;
  color: #fff;
  text-align: center; 
  font-size: 14px;
}

.field_price{
  margin-bottom: 20px;
  text-align: right;
}
.field_price .ss_cprice .on_price{
  text-decoration: line-through; 
  font-weight: bolder;
  font-size: 15px;
}
.field_price .ss_cprice .on_price::after{
  display: inline-block;
  margin: 0 2px 0 8px;
  color: #777;
  content: '→';
  text-decoration: none; 
  font-weight: normal;
  font-size: 80%;
}
.field_price .ss_price{
  font-weight: bold; 
  font-size: 17px;
}
.field_price .ss_price .on_sell{
  color: #e00;
}
.field_price .tax{
  margin-left: -5px;
  color: #777;
  font-size: 10px;
  line-height: 1;
}

.item-sku{
  display: block !important;
  margin-top: 15px !important;
  padding: 0 !important;
  border: none !important;
}
.item-sku dt,
.item-sku dd{
  display: block !important;
  border-right: none !important;
  border-bottom: none !important;
  font-size: 15px;
}
.item-sku dt{
  padding-right: 0 !important;
  padding-left: 0 !important;
  background-color: transparent !important;
}
.item-sku dd{
  position: relative; 
  margin-top: 8px !important;
  padding-left: 0 !important;
}
.item-sku dd select{
  position: relative;
  padding: 12px 40px 12px 15px;
  width: 100%;
  background-color: #fff; 

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.item-sku dd select-ms-expand{
  display: none;
}
.item-sku dd::before,
.item-sku dd::after{
  position: absolute;
  top: 23px;
  right: 15px;
  z-index: 999;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #555;
  content: '';
  cursor: pointer; 
  pointer-events: none;
}
.item-sku dd::after{
  top: 22px; 
  border-top-color: #fff;
}

.wcss_loading{
  margin: 5px 0;
}

.zaiko_status .ss_status_2{
  display: block;
  margin-top: 10px;
  padding: 15px 10px;
  background-color: #eee;
  text-align: center;
}

.item__quentity{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  margin-top: 15px;

  align-items: center; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-end;
}
.item__quentity .item__quentity__label{
  font-weight: bolder; 
  font-size: 14px;
}
.item__quentity .item-quentity__input{
  margin-left: 1em;
}
.item__quentity .item-quentity__input input{
  margin-right: 0;
  padding: 8px;
  width: 3.5em !important;
  text-align: right;
}

.item__to__cart{
  margin-top: 20px;
  text-align: center;
}
.item__to__cart .skubutton{
  margin: 0 !important;
  padding: 15px !important;
  min-width: 75% !important;
}

.btn__to__contact .btn{
  margin: 0;
  padding: 10px;
  min-width: 75%;
}

.free__shipping{
  margin-bottom: 40px;
  padding: 3px 10px;
  border: 1px solid #e00; 
  color: #e00;
  text-align: center;
  font-size: 13px;
}

.item__description{
  margin-top: 40px;
  font-size: 14px;
}

.side__content{
  padding-top: 5px;
}

.block__title{
  font-weight: bold; 
  font-size: 13px;
}

.side__navi{
  margin-top: 15px;
}
.side__navi .menu .menu-item{
  position: relative; 
  margin-top: 10px;
  padding-right: 22px;
  word-break: break-all;
  font-size: 14px;
}
.side__navi .menu .menu-item a{
  line-height: 1.4;
}
.side__navi .menu .menu-item.menu-item-has-children .js-tgl-item_cat{
  position: absolute;
  top: 1px;
  right: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #cfcfcf;
  border-radius: 1px;
  background-color: #cfcfcf;
  color: #fff;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  transition: .15s;
}
.side__navi .menu .menu-item.menu-item-has-children .js-tgl-item_cat::before{
  content: '+';
}
.side__navi .menu .menu-item.menu-item-has-children .js-tgl-item_cat:hover{
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}
.side__navi .menu .menu-item.menu-item-has-children .js-tgl-item_cat.is-open{
  border-color: ddd; 
  background-color: #fff;
  color: #999;
}
.side__navi .menu .menu-item.menu-item-has-children .js-tgl-item_cat.is-open::before{
  content: '-';
}
.side__navi .menu .menu-item.menu-item-has-children .sub-menu{
  display: none; 
  margin-left: 1.3em;
}
.side__navi .menu .menu-item.menu-item-has-children .sub-menu .menu-item{
  padding-right: 0;
}
.side__navi .menu .menu-item.menu-item-has-children .sub-menu .menu-item::before{
  position: absolute;
  top: 2px;
  left: -9px; 
  content: '-';
  font-size: 10px;
}

.usces_content{
  margin-top: 80px;
  margin-bottom: 60px;
}
.usces_content .post{
  margin-right: auto; 
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: calc(1080px + 60px);
  width: 100%;
}

div.usccart_navi{
  margin: 0 auto;
}
div.usccart_navi ol.ucart{
  display: -ms-flexbox !important;
  display: flex !important;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  height: auto !important;

  align-items: stretch; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
div.usccart_navi ol.ucart li.ucart{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  float: none;
  -ms-flex-align: center;
  margin: 0 10px;
  padding: 10px;
  width: 70px !important;
  height: 70px;
  border-radius: 50%;
  background-color: #ddd;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.3;

  align-items: center; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
div.usccart_navi ol.ucart li.ucart.usccart_cart,
div.usccart_navi ol.ucart li.ucart.usccart_customer,
div.usccart_navi ol.ucart li.ucart.usccart_delivery,
div.usccart_navi ol.ucart li.ucart.usccart_confirm{
  background-color: #f09; 
  background-image: none;
}

.catbox .post .entry{
  border-bottom: none !important;
}

.upbutton{
  padding: 0 !important;
}
.upbutton::before{
  content: '＊';
}
.upbutton input{
  margin-right: 0 !important;
  font-size: 14px !important;
}

.error_message{
  margin-bottom: 1em; 
  color: #f09;
  line-height: 1.3;
}

#cart_table{
  margin-top: 20px;
  width: 100%;
  font-weight: normal !important;
}
#cart_table th{
  font-size: 14px !important;
}
#cart_table td{
  font-size: 14px;
}
#cart_table .num{
  border-left-color: #ccc;
}
#cart_table .action input{
  margin: 0 !important;
  font-size: 14px !important;
}
#cart_table .thumbnail{
  min-width: 100px !important;
  max-width: 100px !important; 
  width: 100px !important;
}
#cart_table .stock{
  font-size: 13px !important;
}
#cart_table tfoot th{
  padding: 6px 5px;
  font-size: 16px !important;
}

.currency_code{
  display: none;
}

.total_box{
  margin-top: 15px;
  text-align: right;
}
.total_box .total_txt{
  padding: 5px 3px 3px;
  border-bottom: 1px solid #eee; 
  font-size: 14px;
}
.total_box .total_txt.total_price_all{
  padding: 8px 3px 6px;
  font-weight: bold; 
  font-size: 16px;
}
.total_box .total_price{
  padding: 5px 3px 4px;
  border-bottom: 1px solid #ccc; 
  color: 333;
  font-weight: bold;
  font-size: 14px;
}
.total_box .total_price.total_price_all{
  padding: 10px 3px 8px;
  border-bottom-color: #777; 
  font-size: 29px;
}

.postage_free_txt{
  margin-top: 20px;
  font-size: 15px;
}

.postage_free_txt{
  text-align: right;
}

table.customer_form,
table#confirm_table{
  width: 100%;
  font-weight: lighter;
}
table.customer_form th,
table.customer_form td,
table#confirm_table th,
table#confirm_table td{
  padding: 6px 8px !important;
  vertical-align: middle;
  font-size: 15px !important;
}
table.customer_form th *,
table.customer_form td *,
table#confirm_table th *,
table#confirm_table td *{
  font-size: 15px !important;
}
table.customer_form th,
table#confirm_table th{
  font-weight: normal !important;
}
table.customer_form p,
table#confirm_table p{
  margin-bottom: .5em;
}
table.customer_form #zipcode,
table#confirm_table #zipcode{
  width: 8em !important;
}
table.customer_form #tel,
table.customer_form #fax,
table#confirm_table #tel,
table#confirm_table #fax{
  width: 14em !important;
}

table.customer_form .payment_0:first-of-type{
  padding-top: 0 !important;
}

.confiem_notice{
  margin-bottom: 25px;
  text-align: center;
}

table#confirm_table{
  margin-top: 30px !important;
}
table#confirm_table th,
table#confirm_table td{
  padding: 3px 8px !important;
  color: #333;
}
table#confirm_table th{
  background-color: #f3f3f3;
}
table#confirm_table td{
  text-align: left;
}
table#confirm_table .ttl td,
table#confirm_table td.ttl{
  background-color: #999;
}
table#confirm_table .ttl td h3,
table#confirm_table td.ttl h3{
  color: #fff;
  text-align: center; 
  font-weight: normal;
}

#cart_completion{
  text-align: center;
}

footer{
  margin-top: 120px;
}
footer small{
  color: #777; 
  font-size: 11px;
}

.footer-nav{
  margin-bottom: 40px;
  text-align: center; 
  font-size: 13px;
}
.footer-nav .menu li{
  display: inline-block;
}
.footer-nav .menu li::after{
  display: inline-block;
  margin: 0 2em;
  color: #ddd; 
  content: '|';
  vertical-align: middle;
  font-size: 80%;
}
.footer-nav .menu li:last-of-type::after{
  content: none;
}

.screen-reader-text{
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important; 

  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.navigation.pagination{
  margin-top: 100px;
  margin-bottom: 80px;
}
.navigation.pagination .nav-links{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;

  align-items: stretch; 
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
}
.navigation.pagination .nav-links .page-numbers{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 0 3px 6px;
  padding: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #ccc;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-size: 15px;

  align-items: center; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
.navigation.pagination .nav-links .page-numbers:link,
.navigation.pagination .nav-links .page-numbers:visited{
  border-color: #ccc; 
  color: #ccc;
  text-decoration: none;
}
.navigation.pagination .nav-links .page-numbers:hover,
.navigation.pagination .nav-links .page-numbers:active{
  border-color: #f09; 
  background-color: #f09;
  color: #fff;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.navigation.pagination .nav-links .prev,
.navigation.pagination .nav-links .next{
  white-space: nowrap;
}
.navigation.pagination .nav-links .current{
  border-color: #f09; 
  background-color: #f09;
  color: #fff;
  font-weight: bolder;
}

.wp-pagenavi{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  margin-top: 50px;
  margin-bottom: 60px;

  align-items: stretch; 
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
}

.wp-pagenavi span,
.wp-pagenavi a{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 0 3px 6px;
  padding: 0;
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-size: 15px;

  align-items: center; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}

.wp-pagenavi a:link,
.wp-pagenavi a:visited{
  border-color: #ccc; 
  color: #ccc;
  text-decoration: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:active{
  border-color: #f09; 
  background-color: #f09;
  color: #fff;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink{
  white-space: nowrap;
}

.wp-pagenavi span.current{
  border-color: #f09; 
  background-color: #f09;
  color: #fff;
}

.wp-pagenavi span.pages{
  display: none;
  padding: 0 20px;
  width: auto;
  color: #ccc;
  white-space: nowrap;
}

input[type='text'],
input[type='password'],
textarea,
select{
  outline: none !important;
}

*:focus{
  outline: none !important;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal{
  display: none;
}

input[type='button'],
input[type='text'],
input[type='email'],
input[type='url'],
input[type='tel'],
input[type='submit'],
textarea{
  border-radius: 0; 

  -webkit-appearance: none;
}

input::-webkit-input-placeholder,
input:placeholder-shown{
  color: #999 !important;
  font-weight: 400 !important;
}

input:-ms-input-placeholder,
input:placeholder-shown{
  color: #999 !important;
  font-weight: 400 !important;
}

input::placeholder,
input:placeholder-shown{
  color: #999 !important;
  font-weight: 400 !important;
}

form{
  margin: 0; 
  padding: 0;
}
form p{
  margin: 0;
}

input:not([type='checkbox']):not([type='radio']):not([type='button']):not([type='submit']):not([type='hidden']),
select,
textarea{
  box-sizing: border-box;
  padding: 4px 10px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff; 
  font-size: 15px;
  line-height: 1.6;
}
input:not([type='checkbox']):not([type='radio']):not([type='button']):not([type='submit']):not([type='hidden']):focus,
select:focus,
textarea:focus{
  background-color: #f1f1f1;
}

textarea{
  height: 240px;
  height: 15rem;
}

.mwform-zip-field input:not([type='checkbox']):not([type='radio']),
.mwform-tel-field input:not([type='checkbox']):not([type='radio']){
  display: inline-block;
  width: auto !important;
}

.form__wrap{
  margin-right: auto; 
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: calc(860px + 60px);
  width: 100%;
}

.mw_wp_form{
  margin-top: 60px;
}

.form__item{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: stretch;
  margin-bottom: 25px;

  align-items: stretch; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: space-between;
}

.form__item__label{
  position: relative;
  margin-bottom: 0;
  padding: 5px 40px 0 0;
  border-top: none;
  background-color: transparent; 
  font-weight: bolder;
  font-size: 14px;

  -ms-flex: 0 0 210px;
      flex: 0 0 210px;
}
.form__item__label .required,
.form__item__label .optional{
  position: absolute;
  top: 8px; 
  right: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-left: 6px;
  padding: 2px 4px;
  height: 17px;
  vertical-align: .1em;
  font-size: 11px;

  align-items: center;
  justify-content: center;
}
.form__item__label .required{
  background-color: #f09; 
  color: #fff;
}
.form__item__label .optional{
  border: 1px solid #ccc; 
  background-color: #fff;
  color: #999;
}

.form__item__input{
  margin-left: 40px; 

  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

select{
  position: relative; 

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select-ms-expand{
  display: none;
}

.custom-select{
  position: relative; 
  margin-bottom: 10px;
  width: 85%;
}
.custom-select select{
  padding-right: 20px;
  background-color: #ddd;
  cursor: pointer;
  transition: .15s;
}
.custom-select::before,
.custom-select::after{
  position: absolute;
  top: 15px;
  right: 12px;
  z-index: 999;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #555;
  content: '';
  cursor: pointer;
  transition: .15s; 
  pointer-events: none;
}
.custom-select::after{
  top: 14px; 
  border-top-color: #ddd;
}
.custom-select--pref{
  width: 200px;
}

.mwform-radio-field,
.mwform-checkbox-field{
  display: block;
  margin: 1em !important;
}
.mwform-radio-field:first-of-type,
.mwform-checkbox-field:first-of-type{
  margin-top: 1.5em !important;
}

.mwform-radio-field,
.mwform-checkbox-field{
  margin: 8px 0 8px 10px !important;
}
.mwform-radio-field label,
.mwform-checkbox-field label{
  position: relative;
  margin-right: 18px;
  line-height: 1em;
  cursor: pointer;
}
.mwform-radio-field label input,
.mwform-checkbox-field label input{
  display: none;
}
.mwform-radio-field label span.mwform-radio-field-text,
.mwform-radio-field label span.mwform-checkbox-field-text,
.mwform-checkbox-field label span.mwform-radio-field-text,
.mwform-checkbox-field label span.mwform-checkbox-field-text{
  padding-left: 22px;
}
.mwform-radio-field label span.mwform-radio-field-text::before,
.mwform-radio-field label span.mwform-checkbox-field-text::before,
.mwform-checkbox-field label span.mwform-radio-field-text::before,
.mwform-checkbox-field label span.mwform-checkbox-field-text::before{
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%; 
  content: '';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mwform-radio-field label span.mwform-checkbox-field-text::before,
.mwform-checkbox-field label span.mwform-checkbox-field-text::before{
  border-radius: 2px;
}
.mwform-radio-field label input:checked+ span.mwform-radio-field-text::before,
.mwform-radio-field label input:checked+ span.mwform-checkbox-field-text::before,
.mwform-checkbox-field label input:checked+ span.mwform-radio-field-text::before,
.mwform-checkbox-field label input:checked+ span.mwform-checkbox-field-text::before{
  border-color: #f09;
}
.mwform-radio-field label input:checked+ span.mwform-radio-field-text::after,
.mwform-radio-field label input:checked+ span.mwform-checkbox-field-text::after,
.mwform-checkbox-field label input:checked+ span.mwform-radio-field-text::after,
.mwform-checkbox-field label input:checked+ span.mwform-checkbox-field-text::after{
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%; 
  background-color: #f09;
  content: '';
}
.mwform-radio-field label input:checked+ span.mwform-checkbox-field-text::before,
.mwform-checkbox-field label input:checked+ span.mwform-checkbox-field-text::before{
  z-index: -1; 
  background-color: #f09;
}
.mwform-radio-field label input:checked+ span.mwform-checkbox-field-text::after,
.mwform-checkbox-field label input:checked+ span.mwform-checkbox-field-text::after{
  position: absolute;
  top: 1px;
  z-index: 1; 
  display: block;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  content: '\f00c';
  font-size: 12px;
  font-family: 'ForkAwesome';
}

.input-inline-field{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;

  align-items: center; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.input-inline-field .input-inline-item{
  margin-right: .5em;
  white-space: nowrap;
  font-weight: 400;
}
.input-inline-field span.input-inline-item{
  font-size: 80%;
}

.mwform-zip-field{
  display: block;
  margin-bottom: 10px;
}
.mwform-zip-field input{
  margin: 0 10px;
}
.mwform-zip-field input:first-of-type{
  margin-left: 5px;
}

.zip1,
.zip2{
  margin: 0 5px;
  text-align: center;
}

.zip1{
  width: 4em !important;
}

.zip2{
  width: 5em !important;
}

.zip-button{
  display: block;
  margin: 15px 0 0 0;
  padding: 3px 14px;
  border: 1px solid #e8f9f8;
  border-radius: 2px;
  background-color: #e8f9f8;
  color: #fff;
  font-size: 90%;
  transition: .15s;
}
.zip-button:hover,
.zip-button:active,
.zip-button:focus{
  border-color: #00beb1; 
  background-color: #00beb1;
}

.mwform-tel-field{
  display: block;
}
.mwform-tel-field input{
  margin: 0 2px;
  max-width: 4.5em !important;
  text-align: right;
}
.mwform-tel-field input:first-of-type{
  margin-left: 0;
}
.mwform-tel-field input:last-of-type{
  margin-right: 0;
}

.hint-text1{
  margin: 8px 0 3px;
  font-size: 85%;
}

.agree{
  margin: 10px 0;
  text-align: center;
}
.agree .form__item__input{
  margin: 0;
}
.agree .mwform-checkbox-field{
  margin: 0 !important;
}
.agree .mwform-checkbox-field .mwform-checkbox-field-text{
  font-weight: bold; 
  font-size: 15px;
}
.agree .agree__txt{
  margin-top: 15px;
  text-align: center; 
  font-size: 13px;
}
.agree .agree__txt br{
  display: none;
}
.agree .agree__txt a:link,
.agree .agree__txt a:visited{
  color: #f09;
  text-decoration: underline;
}
.agree .agree__txt a:hover,
.agree .agree__txt a:active{
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.form__button__wrap{
  margin: 40px auto 0;
  text-align: center;
}

.form__button input,
.form__button button{
  width: 200px;
  border: 1px solid #444;
  border-radius: 2px;
  background-color: #444;
  color: #fff;
  text-align: center;
  font-weight: bolder;
  font-size: 14px;
  line-height: 46px;
  transition: .15s linear;
}
.form__button input:hover,
.form__button button:hover{
  border-color: #000;
  background-color: #000;
  color: #fff; 
  text-decoration: none;
}

.mw_wp_form_confirm .form__button--confirm{
  display: none;
}
.mw_wp_form_confirm .form__button--confirm input{
  display: none !important;
}

.mw_wp_form_confirm .custom-select{
  margin-bottom: 0; 
  width: auto;
}
.mw_wp_form_confirm .custom-select::before{
  display: none;
}

.mw_wp_form_confirm .zip-button{
  display: none;
}

.mw_wp_form_confirm .form__item__input{
  padding: 4px 10px;
  min-height: 2em;
}

.mw_wp_form_confirm .agree{
  display: none;
}

.mw_wp_form_confirm .hint-text1{
  display: none;
}

.mw_wp_form_complet{
  padding: 20px;
  border: 1px solid #ddd;
}

.error{
  display: block !important;
  color: #e00;
  line-height: 1.4;
}

.form__item__input .error{
  margin: 4px 0 0;
}

.input-inline-item{
  position: relative;
}
.input-inline-item .error{
  position: absolute;
  margin: 2px 0 1em;
}

.agree{
  position: relative;
}
.agree .error{
  position: absolute;
  top: 0;
  left: 0;
  margin: -1.2em 0 0 0;
}

.form__note{
  margin-top: 3px; 
  font-size: 80%;
}

.form-step{
  position: relative;
  z-index: 1; 
  margin: 40px auto 110px;
  min-width: 190px;
  max-width: 300px;
  width: 50%;
}
.form-step::before,
.form-step::after{
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1; 
  width: 50%;
  height: 3px;
  background-color: #ddd;
  content: '';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-step::after{
  right: 0; 
  left: auto;
}
.form-step .step-item{
  position: absolute;
  top: -7px;
  z-index: 1; 
  width: 14px;
  height: 14px;
}
.form-step .step-item .step-item-text{
  position: absolute;
  bottom: -23px;
  left: 50%;
  color: #999;
  white-space: nowrap;
  letter-spacing: .1em;
  font-weight: 500;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.form-step .step-item::before{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; 
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ddd;
  content: '';
}
.form-step .step-item--entry{
  left: 0;
}
.form-step .step-item--confirm{
  left: calc(50% - 7px);
}
.form-step .step-item--thanks{
  right: 0;
}
.form-step .step-item--entry{
  color: #00beb1;
}
.form-step .step-item--entry .step-item-text{
  color: #555;
}
.form-step .step-item--entry::before{
  background-color: #00beb1;
}
.form-step--confirm::before{
  background-color: #00beb1;
}
.form-step--confirm .step-item--entry,
.form-step--confirm .step-item--confirm{
  color: #00beb1;
}
.form-step--confirm .step-item--entry .step-item-text,
.form-step--confirm .step-item--confirm .step-item-text{
  color: #555;
}
.form-step--confirm .step-item--entry::before,
.form-step--confirm .step-item--confirm::before{
  background-color: #00beb1;
}
.form-step--thanks::before,
.form-step--thanks::after{
  background-color: #00beb1;
}
.form-step--thanks .step-item--confirm,
.form-step--thanks .step-item--thanks{
  color: #00beb1;
}
.form-step--thanks .step-item--confirm .step-item-text,
.form-step--thanks .step-item--thanks .step-item-text{
  color: #555;
}
.form-step--thanks .step-item--confirm::before,
.form-step--thanks .step-item--thanks::before{
  background-color: #00beb1;
}

.items__slider__wrap{
  width: 100%;
}

.items__slider{
  margin: 0 auto 10px; 
  width: 450px;
}

.slider__item img{
  width: 100%;
  height: auto;
}

.thumbnail__list{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  margin: 0 auto 0 -10px;
  width: calc(450px + 10px);

  -ms-flex-wrap: wrap;
      flex-wrap: wrap; 
  justify-content: flex-start;
}

.thumbnail__list__item{
  position: relative;
  overflow: hidden;
  margin: 0 0 10px 10px;
  cursor: pointer;
  -webkit-transform: .15s;
      -ms-transform: .15s;
          transform: .15s; 

  flex-basis: calc(12.5% - 10px);
  -ms-flex-preferred-size: calc(12.5% - 10px);
}
.thumbnail__list__item img{
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.thumbnail__list__item:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #333;
  content: '';
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  transition: .15s opacity linear;
}
.thumbnail__list__item.thumbnail__current:after{
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thumbnail__list__item:hover{
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.slick-arrow{
  z-index: 1;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .2);
  vertical-align: middle;
  transition: .15s;
}
.slick-arrow:hover,
.slick-arrow:focus{
  border: 1px solid rgba(255, 255, 255, .8); 
  background-color: rgba(0, 0, 0, .2);
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.slick-arrow::before{
  color: #fff;
  font-size: 24px; 
  font-family: 'ForkAwesome';
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.slick-prev{
  left: 12px;
}
.slick-prev::before{
  content: '\f104';
}

.slick-next{
  right: 12px;
}
.slick-next::before{
  content: '\f105';
}
@media screen{
  [hidden~=screen]{
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target){
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
@media only screen and (min-width: 768px){
  .no-pc{
    display: none;
  }
  .no-sp{
    display: inline;
  }
  .no_br_sp br{
    display: block;
  }
  .no_br_pc br{
    display: none;
  }
  a img{
    transition: opacity .15s linear 0s;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  a img:hover{
    opacity: .7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  }
  #searchform{
    margin-right: 10px;
    width: auto;
    line-height: 37px;
  }
  #searchform .search_input{
    display: block;
    padding: 0 42px 0 10px;
    width: 280px;
    height: 37px;
    border: 1px solid #ccc; 
    background-color: #fff;
    color: #555;
  }
  #searchform #searchsubmit{
    position: absolute;
    top: 1px; 
    right: 11px;
    padding: 0 10px;
    width: auto;
    border: none;
    border: none;
    background-color: #fff;
    color: #555;
    font-size: 1.8rem;
    line-height: 37px;
  }
  #searchform #searchsubmit:hover{
    color: #999;
  }
  .wp-pagenavi{
    margin-top: 100px;
    margin-bottom: 80px;
  }
  .wp-pagenavi span,
  .wp-pagenavi a{
    width: 28px;
    height: 28px;
  }
  .custom-select{
    margin-bottom: 15px; 
    width: 65%;
  }
  .custom-select:hover select{
    background-color: #ddd;
  }
  .custom-select:hover::after{
    border-top-color: #ddd;
  }
  .custom-select--pref{
    width: 200px;
  }
  .mwform-radio-field,
  .mwform-checkbox-field{
    display: inline-block;
    margin: 5px 2em 10px 0 !important;
  }
  .mwform-radio-field:first-of-type,
  .mwform-checkbox-field:first-of-type{
    margin-top: 0 !important;
  }
  .form__item-field--radio> span,
  .form__item-field--check> span{
    display: block;
    margin: 0 0 6px !important;
  }
  .input-inline-field .input-inline-item{
    margin-right: .8em;
  }
  .input-inline-field span.input-inline-item{
    font-size: 100%;
  }
  .zip-button{
    display: inline-block;
    margin: 0 0 0 8px; 
    padding: 2px 11px;
  }
  .form__item__input .error{
    margin: 6px 0 0;
  }
  .input-inline-item .error{
    margin: 4px 0 1em;
  }
  .agree .error{
    position: relative;
    margin: 0 0 0 1em;
    line-height: 1.7;
  }
  .form-step{
    margin: 60px auto 150px; 
    max-width: 310px;
  }
  .form-step .step-item{
    top: -10px; 
    width: 20px;
    height: 20px;
  }
  .form-step .step-item--confirm{
    left: calc(50% - 10px);
  }
  .form-intro-text{
    text-align: center;
  }
}
@media only screen and (max-width: 768px){
  .btn__menu{
    z-index: 9999; 
    display: block;

    -ms-flex: 0 0 22px;
        flex: 0 0 22px;
  }
  .btn__menu span{
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #666;
    transition: all .15s ease-out;
  }
  .btn__menu span::before,
  .btn__menu span::after{
    position: absolute;
    left: 0; 
    width: 100%;
    height: 1px;
    background-color: #666;
    content: '';
  }
  .btn__menu span::before{
    top: -6px;
  }
  .btn__menu span::after{
    bottom: -6px;
  }
  .btn__menu.is-active{
    z-index: 9999;
  }
  .btn__menu.is-active span{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .btn__menu.is-active span::before{
    top: 0; 
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .btn__menu.is-active span::after{
    display: none;
  }
  .check__cart{
    position: relative;
    top: auto; 
    right: auto;
    display: none;
  }
  .check__cart--sp{
    display: block;
    margin-left: 0;

    -ms-flex: 0 0 22px;
        flex: 0 0 22px;
  }
  .check__cart--sp .check__cart__button svg{
    width: 100%;
    height: auto;
  }
  .main__header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 20px;
    width: 100%;
    height: 80px;
    background-color: rgba(255, 255, 255, .85);

    align-items: center; 
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
  }
  .main__header #title_logo{
    -ms-flex-order: 2;
    margin-bottom: 0; 

    order: 2;
  }
  .main__header #title_logo a{
    display: block;
  }
  .main__header #title_logo img{
    width: auto;
    height: 40px;
  }
  .main__header .btn__menu{
    -ms-flex-order: 1;

    order: 1;
  }
  .main__header .check__cart{
    -ms-flex-order: 3;

    order: 3;
  }
  .main__header.is-fixed{
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
  }
  .mobile__sub__header{
    display: block;
    margin-top: 85px;
    padding: 0 20px;
    text-align: center;
  }
  .mobile__sub__header .mobile__sub__navi .menu li{
    display: inline;
    padding: 0 12px;
    font-size: 105%;
    font-family: 'Julius Sans One', sans-serif;
  }
  .navi__wrapper{
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 9998;
    -ms-flex-direction: column;
        flex-direction: column;
    overflow-y: scroll;
    padding-top: 60px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .95);
    transition: all .15s; 
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    pointer-events: none;

    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navi__wrapper #global-nav{
    margin: 0;
  }
  .navi__wrapper #global-nav .menu li{
    display: block;
    margin-bottom: 2em;
  }
  .navi__wrapper #global-nav .menu li a{
    color: #fff; 
    font-size: 18px;
  }
  .navi__wrapper.is-active{
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    pointer-events: visible;
  }
  .navi__wrapper.is-active .sns ul li a::before{
    color: #fff;
  }
  .navi__wrapper.is-active .sns ul li a.twlogo::before{
    font-size: 32px;
  }
  .navi__wrapper.is-active .sns ul li a.fblogo::before{
    font-size: 27px;
  }
  .navi__wrapper.is-active .sns ul li a.instlogo::before{
    font-size: 28px;
  }
  main{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cart_page_title{
    margin: 10px 0;
    padding: 30px 0;
  }
  .sec{
    padding: 0 15px;
  }
  .hl01{
    font-size: 18px;
  }
  .bread__navi__list{
    margin-top: 25px; 
    padding: 0 15px;
  }
  .bread__navi{
    padding-right: 10px; 
    padding-left: 10px;
  }
  .post__mainvisual{
    margin: 0 -15px 20px;
  }
  .post__title{
    margin-bottom: 10px;
    font-size: 22px;
  }
  .post__date{
    font-size: 12px;
  }
  .post__author{
    font-size: 12px;
  }
  .post__category{
    font-size: 12px;
  }
  .post__body{
    margin-top: 30px;
  }
  .post__body--in_list{
    height: 758px;
  }
  .post__body--in_list::after{
    height: 80px;
  }
  .sec-single{
    padding-top: 0;
  }
  .pagenation{
    display: block; 
    margin: 60px -15px 40px;
    padding: 0;
  }
  .pagenation .prev,
  .pagenation .next{
    padding: 0;
    border-bottom: 1px solid #d1d1d1;
  }
  .pagenation .prev a,
  .pagenation .next a{
    padding: 25px 30px;
  }
  .pagenation .prev a::before,
  .pagenation .next a::before{
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pagenation .prev a::before{
    left: 15px;
  }
  .pagenation .next a::before{
    right: 15px;
  }
  .to-old-blog{
    margin: 20px 15px 0;
    padding: 15px;
    font-size: 90%;
  }
  .to-old-blog p{
    margin-bottom: .8em;
  }
  .to-old-blog a{
    display: block;
    margin-left: 0;
  }
  .page-content{
    padding: 0 15px;
  }
  .page-content h3{
    margin-bottom: .5em;
    padding-bottom: .1em;
  }
  .page-content h3:not(:first-child){
    margin-top: 1.5em;
  }
  #frontpage{
    padding-right: 15px; 
    padding-left: 15px;
  }
  .news__wrap{
    display: block; 
    margin-top: 40px;
  }
  .news__wrap .block__list__title{
    margin-top: 0;
  }
  .news__wrap .post__list{
    margin-top: 20px;
  }
  .news__wrap .post__list .post{
    display: block;
  }
  .news__wrap .post__list .post .post__meta{
    margin-right: 0;
    line-height: 1;
  }
  .news__wrap .post__list .post .post__meta .post__date{
    margin-right: 0;
  }
  .news__wrap .post__list .post .post__title{
    margin-bottom: 0;
    font-size: 15px;
  }
  .news__wrap .btn__wrap{
    margin-top: 0;
  }
  .list__thumbnail{
    margin-top: 40px;
  }
  .list__thumbnail .post__list{
    display: block;
  }
  .list__thumbnail .post__list .post{
    margin-top: 15px; 
    margin-right: 0;
  }
  .list__thumbnail .post__list .post .post__title{
    margin-top: 2px;
    font-size: 15px;
  }
  .list__thumbnail .btn__wrap{
    margin-top: 10px;
  }
  .instagram__wrap{
    margin-top: 40px;
  }
  .post__list__base .post__list .post{
    margin-top: 70px;
    padding: 0 15px;
  }
  .post__list__base .post__list .post:first-of-type{
    margin-top: 40px;
  }
  .post__list__base .post__list .post:last-of-type{
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .post__list__base .post__list .post .post__category{
    padding-bottom: 10px;
  }
  .list__thumbnail__wrap{
    padding-right: 15px; 
    padding-left: 15px;
  }
  .list__thumbnail__wrap .post__list .post{
    margin-right: 0;
    margin-bottom: 25px;
  }
  .list__thumbnail__wrap .post__list .post .post__title{
    margin-top: 2px;
    font-size: 15px;
  }
  .list__thumbnail__wrap .btn__wrap{
    margin-top: 10px;
  }
  .items__list{
    padding: 0 15px;
  }
  .items__list .item{
    display: block;
    margin: 0 4% 8% 0; 

    flex-basis: calc(50% - 2%);
    -ms-flex-preferred-size: calc(50% - 2%);
  }
  .items__list .item:nth-of-type(5n){
    margin-right: 4%;
  }
  .items__list .item:nth-of-type(2n){
    margin-right: 0;
  }
  .items__list .item .item__name{
    margin-top: 6px;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .items__list .item .item__sku__color .item__sku__color__dot::after{
    content: none;
  }
  input.skubutton,
  .back_to_top_button,
  .send input,
  input.search-zipcode{
    display: block !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important; 
    min-width: 200px !important;
  }
  input.skubutton.checkout_button,
  .back_to_top_button.checkout_button,
  .send input.checkout_button,
  input.search-zipcode.checkout_button{
    min-width: 262px !important;
  }
  input.search-zipcode{
    padding: 1px 6px !important;
  }
  input.skubutton{
    display: inline-block !important;
  }
  .send input{
    margin: 0 auto 15px !important;
  }
  .send input.to_customerinfo_button{
    margin-top: -15px !important;
  }
  .item__content{
    display: block;
    padding-right: 0; 
    padding-left: 0;
  }
  .side__content{
    margin-right: 0; 
    width: auto;
  }
  .item__list__column{
    display: block;
  }
  .item__column{
    display: block; 
    padding: 0 15px;
  }
  .item__column__main{
    width: auto;
  }
  .item__column__sub{
    margin-top: 25px;
    margin-left: 0; 
    width: 100%;
  }
  .item__column__sub .item-title{
    margin-bottom: 20px; 
    font-size: 18px;
  }
  .item-multisku .item-price{
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
    padding-right: 15px;

    align-items: flex-end;
  }
  .item-multisku .item-price> b{
    margin-right: 0;
  }
  .item-multisku .item-price> span{
    margin-top: 5px;
  }
  .item-multisku input.skubutton{
    min-width: 142px !important;
    max-width: 145px !important;
  }
  .field_price{
    margin-bottom: 15px;
  }
  .field_price .ss_cprice .on_price{
    font-size: 13px;
  }
  .field_price .ss_cprice .on_price::after{
    margin: 0 0 0 6px;
  }
  .field_price .ss_price{
    font-size: 16px;
  }
  .item-sku{
    margin-top: 10px !important;
  }
  .item-sku dt,
  .item-sku dd{
    font-size: 14px;
  }
  .item-sku dd{
    margin-top: 6px !important;
  }
  .item-sku dd select{
    position: relative;
    padding: 8px 40px 8px 12px;
    width: 100%;
    background-color: #fff; 

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .item-sku dd select-ms-expand{
    display: none;
  }
  .item-sku dd::before,
  .item-sku dd::after{
    position: absolute;
    top: 19px; 
    right: 12px;
  }
  .item-sku dd::after{
    top: 18px;
  }
  .zaiko_status .ss_status_2{
    padding: 12px 10px;
    font-size: 15px;
  }
  .item__quentity{
    margin-top: 10px;
  }
  .item__quentity .item__quentity__label{
    font-size: 13px;
  }
  .item__quentity .item-quentity__input input{
    padding: 6px;
  }
  .item__to__cart{
    margin-top: 25px;
  }
  .item__to__cart .skubutton{
    min-width: 65% !important;
  }
  .btn__to__contact .btn{
    margin: 0;
    padding: 10px;
    min-width: 65%;
  }
  .free__shipping{
    margin-bottom: 30px;
    font-size: 12px;
  }
  .side__content{
    margin-top: 30px;
    padding: 30px 15px 0;
    border-top: 1px solid #ccc;
  }
  .block__title{
    text-align: center; 
    font-size: 13px;
  }
  .side__navi{
    margin-top: 30px;
  }
  .side__navi .menu{
    padding-left: 0;
  }
  .side__navi .menu .menu-item{
    margin-top: 12px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dfdfdf;
  }
  .side__navi .menu .menu-item.menu-item-has-children .js-tgl-item_cat{
    width: 16px;
    height: 16px;
  }
  .side__navi .menu .menu-item.menu-item-has-children .sub-menu{
    margin-left: 2.5em;
    padding-top: 5px;
  }
  .side__navi .menu .menu-item.menu-item-has-children .sub-menu .menu-item{
    padding-bottom: 5px; 
    border-bottom: none;
  }
  .side__navi .menu .menu-item.menu-item-has-children .sub-menu .menu-item::before{
    left: -12px; 
    font-size: 14px;
  }
  .usces_content{
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .usces_content .post{
    padding-right: 15px; 
    padding-left: 15px;
  }
  div.usccart_navi{
    width: 100%;
  }
  div.usccart_navi ol.ucart li.ucart{
    margin: 0 4px; 
    padding: 5px;
    width: 65px !important;
    height: 65px;
    font-size: 12px;
  }
  .catbox .post .entry{
    padding: 0 15px !important;
  }
  .upbutton{
    font-size: 12px;
  }
  .upbutton input{
    display: inline-block !important; 
    margin: 10px;
  }
  .table__wrap::after{
    display: block;
    color: #777;
    content: '< > 左右にスワイプできます';
    text-align: center; 
    font-size: 13px;
  }
  .table__wrap table{
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; 
    white-space: nowrap;
  }
  #cart_table th,
  #cart_table td{
    width: auto !important; 
    font-size: 12px !important;
  }
  #cart_table .action input{
    font-size: 13px;
  }
  #cart_table .thumbnail{
    min-width: 70px !important;
    max-width: 70px !important; 
    width: 70px !important;
  }
  #cart_table .productname{
    min-width: 100px;
  }
  #cart_table tfoot th{
    padding: 5px;
    font-size: 14px !important;
  }
  .total_box{
    margin-top: 15px;
    text-align: right;
  }
  .total_box .total_txt{
    padding: 5px 3px 3px;
    border-bottom: 1px solid #eee; 
    font-size: 14px;
  }
  .total_box .total_txt.total_price_all{
    padding: 8px 3px 6px;
    font-weight: bold; 
    font-size: 16px;
  }
  .total_box .total_price{
    padding: 5px 3px 4px;
    border-bottom: 1px solid #ccc; 
    color: 333;
    font-weight: bold;
    font-size: 14px;
  }
  .total_box .total_price.total_price_all{
    padding: 10px 3px 8px;
    border-bottom-color: #777; 
    font-size: 29px;
  }
  table.customer_form{
    border-top: 1px solid #e6e6e6;
  }
  table.customer_form th,
  table.customer_form td{
    display: block;
    width: 100% !important;
    border-top: none !important;
  }
  footer{
    margin: 60px 0 0;
    padding: 0 15px 10px;
  }
  footer small{
    color: #777; 
    font-size: 11px;
  }
  .footer-nav{
    margin-bottom: 35px;
  }
  .footer-nav .menu li{
    display: block;
    margin-bottom: 20px;
  }
  .footer-nav .menu li::after{
    content: none;
  }
  textarea{
    height: 10rem;
  }
  .form__wrap{
    padding-right: 0; 
    padding-left: 0;
  }
  .mw_wp_form{
    margin-top: 40px;
  }
  .form__item{
    display: block;
    margin-bottom: 20px;
  }
  .form__item__label{
    padding: 0 40px 0 0;
  }
  .form__item__label .required,
  .form__item__label .optional{
    position: relative;
    top: auto; 
    right: auto;
    left: 0;
    margin-left: 2px;
    vertical-align: middle;
  }
  .form__item__input{
    margin-top: 3px; 
    margin-left: 0;
  }
  .agree{
    margin: 30px 0 0;
  }
  .agree .mwform-checkbox-field .mwform-checkbox-field-text{
    font-size: 14px;
  }
  .agree .agree__txt br{
    display: block;
  }
  .form__button__wrap{
    margin-top: 50px;
  }
  .items__slider__wrap{
    width: auto;
  }
  .items__slider{
    margin-bottom: 5px; 
    width: 100%;
  }
  .thumbnail__list{
    margin: 0 auto 0 -5px; 
    width: calc(100% + 5px);
  }
  .thumbnail__list__item{
    margin: 0 0 5px 5px; 

    flex-basis: calc(12.5% - 5px);
    -ms-flex-preferred-size: calc(12.5% - 5px);
  }
}
