@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
/* bounce */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

/* tada */
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* zoomin */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* fadein */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* ================================================================================
init
================================================================================ */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #444;
  font-size: 1.6em;
  line-height: 1.6;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* aタグ */
a, a:visited {
  color: #5bc1d7;
  text-decoration: none;
}

a:hover, a:active {
  color: #99d8e6;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  a {
    display: block;
  }
}

/* input */
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
  padding: 4px 10px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  select,
  textarea {
    font-size: 12px;
  }
}

/* プレースホルダー */
:placeholder-shown {
  color: #aaa;
}

::-webkit-input-placeholder {
  color: #aaa;
}

:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaa;
}

/* ================================================================================
util
================================================================================ */
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* PC or SP Only */
.spOnly {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}

/* ================================================================================
common
================================================================================ */
hr.line {
  margin: 40px 0 0;
  border: none;
  border-bottom: 1px solid #efeeef;
}

.row {
  width: 100%;
  margin: 0 auto;
  max-width: 1080px;
}

.row--paragraph-center {
  text-align: center;
}

/* column */
.mainColumn {
  float: left;
  margin-top: 40px;
  margin-right: 50px;
  width: 730px;
}

.subColumn {
  float: left;
  margin-top: 40px;
  width: 300px;
}

@media only screen and (max-width: 767px) {
  .mainColumn {
    float: none;
    margin-top: 0;
    margin-right: 0;
    width: auto;
  }
  .subColumn {
    float: none;
    margin-top: 0;
    width: auto;
  }
}

/* ================================================================================
headline
================================================================================ */
.headline {
  overflow: hidden;
}

.headline__txt {
  float: left;
  font-size: 24px;
}

.headline__subtxt {
  position: relative;
  top: -4px;
  margin-left: 15px;
  font-size: 16px;
  font-weight: normal;
}

.headline__buttons {
  float: right;
}

.headline__button {
  display: inline-block;
  padding: 2px 20px;
  border: 2px solid #d7d5d6;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  font-weight: bold;
  margin-right: 20px;
}

.headline__button:last-child {
  margin-right: 0px;
}

.headline__button .fa {
  margin-right: 10px;
  position: relative;
  top: 1px;
  font-size: 20px;
}

a.headline__button {
  color: #878183;
  text-decoration: none;
}

a.headline__button:hover {
  color: #5bc1d7;
  border-color: #5bc1d7;
}

a.headline__button--ranking {
  border-color: #f0e9a4;
  color: #dccd2f;
}

a.headline__button--ranking:hover {
  border-color: #dccd2f;
  background: #dccd2f;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .headline__txt {
    font-size: 20px;
  }
  .headline__subtxt {
    top: -2px;
    margin-left: 10px;
    font-size: 12px;
  }
  .headline__button {
    display: block;
    padding: 2px 10px;
    border: 1px solid #d7d5d6;
    font-size: 12px;
  }
  .headline__button .fa {
    margin-right: 10px;
    font-size: 14px;
  }
  .headline__button--ranking {
    display: none;
  }
  a.headline__button:hover {
    color: #878183;
    border-color: #d7d5d6;
  }
}

/* ================================================================================
header
================================================================================ */
.header {
  position: relative;
  padding: 32px 0 36px;
  background: rgba(254, 254, 254, 0.9);
}

.header__wrap {
  position: relative;
}

.header__logo {
  position: relative;
  z-index: 1;
  line-height: 0;
}

.header__logo a {
  display: inline-block;
}

.header__logoImg {
  height: 60px;
}

.header__logoImg:hover {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: tada;
          animation-name: tada;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.header__description {
  position: absolute;
  top: 24px;
  left: 274px;
}

.header__description img {
  height: 15px;
}

.header__gnav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.header__gnav__icon {
  display: inline-block;
  margin-bottom: 4px;
  width: 45px;
  height: 45px;
  line-height: 40px;
  background: #e4f2f8;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}

.header__gnav__icon img {
  vertical-align: middle;
  height: 26px;
}

.header__gnavListItem {
  float: left;
  padding-left: 40px;
  margin-left: 40px;
  text-align: center;
  font-weight: bold;
  border-left: 1px solid #eee;
}

.header__gnavListItem:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}

.header__gnavListItem a {
  display: block;
  position: relative;
  color: #444;
  text-decoration: none;
}

.header__gnavListItem a:hover {
  color: #5bc1d7;
}

.header__gnavListItem a:hover .header__gnav__icon {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: bounce;
          animation-name: bounce;
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 20px 0;
    border-bottom: 4px solid #5bc1d7;
  }
  .header__logo {
    text-align: center;
    z-index: initial;
  }
  .header__logo a {
    position: relative;
    z-index: 3;
  }
  .header__logoImg {
    margin-right: -10px;
    height: 36px;
  }
  .header__logoImg:hover {
    -webkit-animation-name: none;
            animation-name: none;
  }
  .header__description {
    position: relative;
    top: 5px;
    left: 0;
    text-align: center;
  }
  .header__description img {
    height: 8px;
  }
  .header__gnav {
    left: 15px;
  }
  .header__gnav__icon {
    width: 44px;
    height: 44px;
  }
  .header__gnav__icon img {
    height: 24px;
  }
  .header__gnavListItem {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  .header__gnavListItem:nth-child(2) {
    position: absolute;
    right: 15px;
  }
  .header__gnavListItem a {
    color: #5bc1d7;
    font-size: 12px;
  }
  .header__gnavListItem a:hover .header__gnav__icon {
    -webkit-animation-name: none;
            animation-name: none;
  }
}

/* ================================================================================
footer
================================================================================ */
.footer {
  overflow: hidden;
  margin-top: 80px;
  background-color: #efeeef;
}

.footer__wrap {
  padding: 0 0 40px;
}

.footer__info {
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}

.footer__head {
  display: table;
}

.footer__logo {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

.footer__logoImg {
  width: 200px;
}

.footer__logoImg:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.footer__link {
  display: table-cell;
  vertical-align: middle;
  padding-left: 60px;
}

.footer__link__item {
  display: inline-block;
  border-right: 1px solid #444;
  padding: 0 20px;
}

.footer__link__item:first-child {
  border-left: 1px solid #444;
}

.footer__link a {
  color: #444;
}

.footer__social {
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 0;
}

.footer__social__btn {
  display: inline-block;
  margin-left: 30px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #fff;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  text-align: center;
  font-size: 22px;
}

.footer__social__btn:hover {
  background: #99d8e6;
}

.footer__social__btn:first-child {
  margin-left: 0;
}

.footer__social__btn--line {
  display: none;
}

.footer__social a {
  color: #f6c6d5;
  text-decoration: none;
}

.footer__social a:hover {
  background: #f6c6d5;
  color: #fff;
}

.footer__relationSite {
  display: block;
  padding: 10px 0 20px;
  background: #f6f6f6;
  text-align: center;
  font-size: 12px;
}

.footer__relationSite__headline {
  margin: 10px 0;
  font-size: 14px;
}

.footer__relationSite__item {
  padding-right: 10px;
  margin-left: 10px;
  border-right: solid 1px #ccc;
  color: #333 !important;
}

.footer__relationSite__item:nth-of-type(1) {
  padding-left: 10px;
  border-left: solid 1px #ccc;
}

.footer__contact {
  padding: 30px 0 0;
  background: #fff;
  text-align: center;
  font-size: 12px;
}

.footer__contact__btn {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #f6c6d5;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  font-size: 16px;
}

.footer__contact__btn:before {
  margin-right: 20px;
  color: #f6c6d5;
}

.footer__contact a {
  color: #444;
  text-decoration: none;
}

.footer__contact a:hover {
  background: #f6c6d5;
  color: #fff;
}

.footer__contact a:hover:before {
  color: #fff;
}

.footer__copyright {
  padding: 30px 0;
  background: #fff;
  text-align: center;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 30px;
    background-color: transparent;
  }
  .footer__wrap {
    padding: 0;
  }
  .footer__info {
    overflow: initial;
    position: relative;
    margin-top: 0;
  }
  .footer__head {
    display: block;
  }
  .footer__logo {
    display: none;
  }
  .footer__link {
    display: none;
  }
  .footer__spLink {
    display: table;
    vertical-align: middle;
    padding-left: 0;
    width: 100%;
    border-bottom: 1px solid #efeeef;
  }
  .footer__spLink__item {
    display: block;
    float: left;
    padding: 15px 0;
    width: 50%;
    border-top: 1px solid #efeeef;
    border-right: none;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }
  .footer__spLink__item:first-child {
    border-left: none;
  }
  .footer__spLink__item:nth-of-type(odd) {
    border-right: 1px solid #efeeef;
  }
  .footer__spLink__item--single {
    width: 100%;
    border-right: none;
  }
  .footer__spLink__item--news:before, .footer__spLink__item--listManga:before {
    content: "";
    display: block;
    margin: 0 auto 7px;
    width: 44px;
    height: 44px;
    background-color: #e5f3f8;
    background-repeat: no-repeat;
    background-size: auto 22px;
    background-position: center 50%;
    -webkit-border-radius: 100%;
            border-radius: 100%;
  }
  .footer__spLink__item--news:before {
    background-image: url(../img/icon/icon_bell.png);
  }
  .footer__spLink__item--listManga:before {
    background-image: url(../img/icon/icon_book.png);
  }
  .footer__spLink a {
    color: #5bc1d7;
  }
  .footer__social {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 0 15px;
    background: #efeeef;
    text-align: center;
  }
  .footer__social:before {
    content: "";
    display: block;
    margin-bottom: 15px;
    width: 100%;
    height: 25px;
    background: url(../img/pattern_stripe_gray.png);
  }
  .footer__social__btn {
    margin-left: 45px;
  }
  .footer__social__btn--line {
    display: inline-block;
  }
  .footer__social__btn--line:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    width: 24px;
    height: 22px;
    background: url(../img/icon/icon_line_pink.png) no-repeat;
    background-size: 100%;
  }
  .footer__social a:hover {
    background: #fff;
    color: #f6c6d5;
  }
  .footer__relationSite__item {
    position: relative;
    padding-right: 0;
    margin-left: 0;
    border-right: none;
    margin-top: 10px;
  }
  .footer__relationSite__item:nth-of-type(1) {
    padding-left: 0;
    border-left: none;
  }
  .footer__relationSite__item:before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 10px;
  }
  .footer__contact {
    padding: 20px 0 0;
    background: #fff;
    text-align: center;
    font-size: 12px;
  }
  .footer__contact__btn {
    font-size: 14px;
    font-weight: bold;
  }
  .footer__contact__btn:before {
    margin-right: 15px;
  }
  .footer__contact a {
    color: #444;
    text-decoration: none;
  }
  .footer__contact a:hover {
    background: #fff;
    color: #444;
  }
  .footer__contact a:hover:before {
    color: #f6c6d5;
  }
  .footer__copyright {
    padding: 20px 0 30px;
    font-size: 10px;
  }
}

/* ================================================================================
page top button
================================================================================ */
.pagetop {
  position: relative;
  padding: 8px 0;
  height: 50px;
  background: url(../img/pattern_stripe_gray.png);
}

.pagetop .btnPageTop {
  float: right;
  display: block;
  padding: 5px 20px;
  background: #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}

.pagetop .btnPageTop i {
  margin-right: 10px;
  color: #f6c6d5;
  font-size: 20px;
  font-weight: bold;
}

.pagetop .btnPageTop:hover {
  color: #f6c6d5;
}

@media only screen and (max-width: 767px) {
  .pagetop {
    position: fixed;
    z-index: 100;
    right: 10px;
    bottom: 20px;
    padding: 0;
    height: auto;
    background: none;
  }
  .pagetop .btnPageTop {
    float: none;
    display: none;
    padding: 5px 0 0;
    width: 60px;
    height: 60px;
    background: rgba(91, 193, 216, 0.7);
    -webkit-border-radius: 100%;
            border-radius: 100%;
    text-align: center;
    cursor: pointer;
    color: #fff;
  }
  .pagetop .btnPageTop i {
    display: block;
    margin-right: 0;
    color: #fff;
    font-size: 20px;
  }
  .pagetop .btnPageTop:hover {
    color: #fff;
  }
}

/* ================================================================================
footer buttons
================================================================================ */
.footerBtnWrap {
  margin-top: 60px;
  text-align: center;
}

.footerBtnWrap--manga {
  margin-top: 40px;
}

a.footerBtn {
  position: relative;
  display: inline-block;
  border: 2px solid #5bc1d7;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  padding: 0 20px;
  margin-left: 40px;
  width: 327px;
  height: 54px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

a.footerBtn:first-child {
  margin-left: 0;
}

a.footerBtn > i {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -16px;
  font-size: 32px;
}

a.footerBtn:hover {
  border-color: #5bc1d7;
  background: #5bc1d7;
  color: #fff;
}

a.footerBtn--ranking {
  padding-left: 40px;
  border-color: #dccd2f;
  color: #dccd2f;
}

a.footerBtn--ranking:hover {
  border-color: #dccd2f;
  background: #dccd2f;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .footerBtnWrap {
    margin-top: 20px;
  }
  .footerBtnWrap--manga {
    margin-top: 20px;
  }
  a.footerBtn {
    display: inline-block;
    border-width: 1px;
    padding: 10px;
    margin-top: 15px;
    margin-left: 0;
    width: 64%;
    height: auto;
    line-height: initial;
    font-size: 14px;
  }
  a.footerBtn:first-child {
    margin-top: 0;
  }
  a.footerBtn > i {
    margin-top: -10px;
    font-size: 16px;
  }
  a.footerBtn:hover {
    border-color: #5bc1d7;
    background: transparent;
    color: #5bc1d7;
  }
  a.footerBtn--ranking {
    padding-left: 30px;
    border-color: #dccd2f;
    color: #dccd2f;
  }
  a.footerBtn--ranking:hover {
    border-color: #dccd2f;
    background: transparent;
    color: #dccd2f;
  }
}

/* ================================================================================
breadcrumbs
================================================================================ */
.breadcrumbs {
  padding: 10px 0;
  background: #f7f7f7;
  font-size: 14px;
}

.breadcrumbs i {
  display: inline;
  margin: 0 8px 0 6px;
  font-size: 16px;
}

.breadcrumbs__item {
  display: inline;
}

.breadcrumbs__link {
  display: inline;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 8px 10px;
    font-size: 12px;
  }
  .breadcrumbs i {
    margin: 0 5px;
    font-size: 14px;
  }
  .breadcrumbs a {
    display: inline-block;
  }
}

/* ================================================================================
sakuhin list
================================================================================ */
/* item */
.sakuhinItem {
  float: left;
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 30px;
  width: 350px;
}

.sakuhinItem:nth-of-type(1), .sakuhinItem:nth-of-type(2) {
  margin-top: 20px;
}

.sakuhinItem:nth-of-type(even) {
  margin-right: 0;
}

.sakuhinItem:after {
  content: "";
  display: block;
  clear: both;
}

.sakuhinItem__image {
  position: relative;
  width: inherit;
  height: 248px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 50%;
  -webkit-border-radius: 8px 8px 0 0;
          border-radius: 8px 8px 0 0;
}

.sakuhinItem__baloon {
  display: table;
  position: relative;
  z-index: 1;
  top: 10px;
  left: 50%;
  padding: 0 40px;
  margin-left: -165px;
  width: 330px;
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 0 0 #5bc1d7;
          box-shadow: 2px 2px 0 0 #5bc1d7;
  border: 2px solid #5bc1d7;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  line-height: 130%;
  color: #5bc1d7;
  font-size: 18px;
  font-weight: bold;
}

.sakuhinItem__baloon:before, .sakuhinItem__baloon:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0px;
}

.sakuhinItem__baloon:before {
  z-index: 1;
  top: 58px;
  margin-left: -16px;
  border-color: #5bc1d7;
  border-width: 16px;
  border-style: solid;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.sakuhinItem__baloon:after {
  z-index: 2;
  top: 56px;
  margin-left: -12px;
  border-color: #fff;
  border-width: 12px;
  border-style: solid;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.sakuhinItem__baloon p {
  display: table-cell;
  vertical-align: middle;
}

.sakuhinItem__link {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
}

.sakuhinItem__link:hover {
  background: rgba(255, 255, 255, 0.3);
}

.sakuhinItem__update {
  display: table;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 8px 12px;
  width: 128px;
  height: 56px;
  line-height: 120%;
  background: #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  text-align: center;
  color: #5bc1d7;
  font-size: 18px;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sakuhinItem__update span {
  display: table-cell;
  vertical-align: middle;
}

.sakuhinItem__btn {
  display: block;
  position: relative;
  width: 330px;
  height: 38px;
  border-bottom: 2px solid #b93f27;
  line-height: 38px;
  background: #f65534;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.sakuhinItem__btn--relation {
  background: #5bc1d7;
  border-bottom-color: #2e616c;
}

.sakuhinItem__info {
  padding: 10px;
  width: 100%;
  background: url(../img/pattern_stripe_gray.png);
}

.sakuhinItem__infoTxt {
  margin-top: 10px;
  background: #fff;
  text-align: center;
  font-size: 14px;
}

.sakuhinItem--new .sakuhinItem__btn:after {
  content: "NEW";
  position: absolute;
  top: -4px;
  left: 10px;
  width: 44px;
  height: 44px;
  line-height: 42px;
  background: #fff;
  border: 2px solid #f65534;
  -webkit-box-shadow: 0 2px 0 0 #b93f27;
          box-shadow: 0 2px 0 0 #b93f27;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  color: #f65534;
  font-size: 14px;
  font-weight: bold;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.sakuhinItem--new .sakuhinItem__btn:hover:after {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

a.sakuhinItem__btn {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

a.sakuhinItem__btn:hover:after {
  font-weight: bold;
}

a.sakuhinItem__btn:hover .sakuhinItem__label {
  display: block;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

a.sakuhinItem__btn--relation {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

a.sakuhinItem__btn--relation:hover:after {
  font-weight: bold;
}

a.sakuhinItem__btn--relation:hover .sakuhinItem__label--relation {
  display: block;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

@media only screen and (max-width: 767px) {
  .sakuhinItem {
    margin-top: 3%;
    margin-bottom: 0;
    margin-right: 3%;
    width: 48.5%;
    height: auto;
  }
  .sakuhinItem:nth-of-type(1), .sakuhinItem:nth-of-type(2) {
    margin-top: 10px;
  }
  .sakuhinItem:after {
    content: "";
    display: block;
    clear: both;
  }
  .sakuhinItem__image {
    padding: 35% 0;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 50%;
    -webkit-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
  }
  .sakuhinItem__baloon {
    top: 0;
    left: 0;
    padding: 4px 5px;
    margin-left: 0;
    width: 100%;
    height: auto;
    min-height: 38px;
    -webkit-box-shadow: 0 2px 0 0 #5bc1d7;
            box-shadow: 0 2px 0 0 #5bc1d7;
    border: 1px solid #5bc1d7;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    line-height: 120%;
    font-size: 10px;
  }
  .sakuhinItem__baloon:before, .sakuhinItem__baloon:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 0px;
  }
  .sakuhinItem__baloon:before {
    top: 38px;
    margin-left: -12px;
    border-width: 12px;
    border-style: solid;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
  }
  .sakuhinItem__baloon:after {
    top: 36px;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
  }
  .sakuhinItem__baloon p {
    display: table-cell;
    vertical-align: middle;
  }
  .sakuhinItem__link {
    display: block;
    z-index: 1;
    top: 0;
    width: 100%;
  }
  .sakuhinItem__link:hover {
    background: rgba(255, 255, 255, 0.3);
  }
  .sakuhinItem__update {
    padding: 5px;
    right: 5px;
    bottom: 5px;
    width: 46%;
    height: auto;
    line-height: 120%;
    background: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
  }
  .sakuhinItem__btn {
    margin: 0 auto;
    width: 100%;
    height: 30px;
    line-height: 28px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    font-size: 14px;
  }
  .sakuhinItem__btn--relation {
    width: 100%;
    height: 28px;
    line-height: 26px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    font-size: 14px;
  }
  .sakuhinItem__info {
    padding: 5px;
    height: auto;
    background-size: 18px;
  }
  .sakuhinItem__infoTxt {
    position: relative;
    top: 0;
    margin-top: 5px;
    background: transparent;
    font-size: 10px;
  }
  .sakuhinItem--new .sakuhinItem__btn {
    padding-left: 10px;
  }
  .sakuhinItem--new .sakuhinItem__btn:after {
    top: -3px;
    left: 5px;
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-size: 10px;
  }
  .sakuhinItem--new .sakuhinItem__btn:hover:after {
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  a.sakuhinItem__btn {
    color: #fff;
    text-decoration: none;
  }
  a.sakuhinItem__btn:hover:after {
    font-weight: bold;
  }
  a.sakuhinItem__btn:hover .sakuhinItem__label {
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  a.sakuhinItem__btn--relation {
    color: #fff;
    text-decoration: none;
  }
  a.sakuhinItem__btn--relation:hover:after {
    font-weight: bold;
  }
  a.sakuhinItem__btn--relation:hover .sakuhinItem__label--relation {
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

/* sakuhin list */
.sakuhinList--complete {
  margin-top: 10px;
}

.sakuhinList--nameOrder {
  margin-top: 40px;
}

.sakuhinList--nameOrder .sakuhinItem {
  margin-right: 10px;
}

.sakuhinList--nameOrder .sakuhinItem:nth-of-type(1), .sakuhinList--nameOrder .sakuhinItem:nth-of-type(2), .sakuhinList--nameOrder .sakuhinItem:nth-of-type(3) {
  margin-top: 20px;
}

.sakuhinList--relation {
  margin: 0 auto;
  width: 740px;
}

.sakuhinList--relation .sakuhinItem {
  margin-right: 40px;
}

.sakuhinList--relation .sakuhinItem:nth-of-type(1), .sakuhinList--relation .sakuhinItem:nth-of-type(2) {
  margin-top: 0;
}

.sakuhinList--relation .sakuhinItem:nth-of-type(even) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .sakuhinList {
    padding: 0 10px;
  }
  .sakuhinList--complete {
    margin-top: 20px;
  }
  .sakuhinList--nameOrder {
    margin-top: 20px;
  }
  .sakuhinList--nameOrder .headline {
    margin-bottom: 10px;
  }
  .sakuhinList--nameOrder .sakuhinItem {
    margin-right: 3%;
  }
  .sakuhinList--nameOrder .sakuhinItem:nth-of-type(3) {
    margin-top: 10px;
  }
  .sakuhinList--nameOrder .sakuhinItem:nth-child(odd) {
    margin-right: 0;
  }
  .sakuhinList--relation {
    padding: 0;
    width: 100%;
  }
  .sakuhinList--relation .sakuhinItem {
    width: 48.5%;
    margin-top: 10px;
    margin-right: 3%;
  }
  .sakuhinList--relation .sakuhinItem:nth-of-type(even) {
    margin-right: 0;
  }
  .sakuhinList--relation .sakuhinItem__image {
    -webkit-border-radius: 4px;
            border-radius: 4px;
  }
}

/* ================================================================================
banner
================================================================================ */
/* sakuhin list */
.bnrAera {
  overflow: hidden;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.bnrAera--manga {
  float: none;
}

@media only screen and (max-width: 767px) {
  .bnrAera {
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    line-height: 0;
  }
  .bnrAera img {
    width: 100%;
  }
  .bnrAera--manga {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}

/* sub column */
.bnrAeraSub {
  margin-top: 20px;
  text-align: center;
}

.bnrAeraSub img {
  max-width: 96%;
}

/* ================================================================================
wp-pagenavi
================================================================================ */
.wp-pagenavi {
  position: relative;
  margin-top: 60px;
  text-align: center;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi > span, .wp-pagenavi > a {
  display: inline-block;
  padding: 4px 12px !important;
  margin-left: 15px !important;
  border-color: #888 !important;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #888;
}

.wp-pagenavi > span:hover, .wp-pagenavi > a:hover {
  border-color: #5bc1d7 !important;
  color: #5bc1d7;
}

.wp-pagenavi .current {
  background: #5bc1d7;
  border-color: #5bc1d7 !important;
  color: #fff;
}

.wp-pagenavi .current:hover {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    position: relative;
    margin: 30px 0 10px;
    text-align: center;
  }
  .wp-pagenavi .pages {
    display: none;
  }
  .wp-pagenavi > span, .wp-pagenavi > a {
    display: inline-block;
    padding: 4px 12px !important;
    margin-left: 15px !important;
    margin-bottom: 20px !important;
    border-color: #888 !important;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    color: #888;
  }
  .wp-pagenavi > span:first-child, .wp-pagenavi > a:first-child {
    margin-left: 0 !important;
  }
  .wp-pagenavi > span:hover, .wp-pagenavi > a:hover {
    border-color: #5bc1d7 !important;
    color: #5bc1d7;
  }
  .wp-pagenavi .current {
    background: #5bc1d7;
    border-color: #5bc1d7 !important;
    color: #fff;
  }
  .wp-pagenavi .current:hover {
    color: #fff;
  }
}

/* ================================================================================
404
================================================================================ */
.error-404, .not-found {
  padding: 60px 0 0;
  text-align: center;
}

/* ================================================================================
home
================================================================================ */
/* news */
.topNews {
  background: #f7f7f7;
}

.topNews__headline {
  float: left;
  padding: 12px 0 40px;
  margin-right: 30px;
  font-size: 18px;
}

.topNews__slide {
  padding: 12px 0 40px;
  position: relative;
  top: 2px;
}

.topNews__slide .bx-wrapper {
  margin: 0;
}

.topNews__slide .bx-viewport {
  width: auto !important;
  background: none !important;
}

.topNews__slideItem {
  position: relative;
  padding-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topNews__slideItem:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: -1px;
  right: 0;
  margin-left: 40px;
}

.topNews__link {
  font-size: 14px;
}

.topNews__link:hover {
  color: #5bc1d7;
}

a.topNews__link {
  color: #444;
}

@media only screen and (max-width: 767px) {
  .topNews {
    overflow: hidden;
    height: 60px;
  }
  .topNews__headline {
    padding: 10px 0 18px;
    margin-left: 10px;
    margin-right: 15px;
    font-size: 14px;
  }
  .topNews__slide {
    padding: 10px 0 30px;
    top: 0;
  }
  .topNews__slideItem:after {
    right: 10px;
  }
  .topNews__slideItem a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .topNews__link {
    font-size: 12px;
  }
  .topNews__link:hover {
    color: #5bc1d7;
  }
  a.topNews__link {
    color: #444;
  }
}

/* mainvisual */
.topMainVisual {
  position: relative;
  top: -30px;
  width: 100%;
  height: 413px;
}

.topMainVisual .bx-viewport {
  left: 50%;
  margin: 0 auto 0 -540px;
  overflow: visible !important;
  position: absolute;
  top: 0;
  width: 1080px !important;
}

.topMainVisual__wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 413px;
}

.topMainVisual__item {
  width: 1080px;
  height: 413px;
  margin-right: 30px;
}

.topMainVisual__item a {
  display: block;
}

.topMainVisual__item[aria-hidden="true"] > a, .topMainVisual__item[aria-hidden="true"] > div {
  pointer-events: none;
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.topMainVisual__image {
  width: 1080px;
  height: 413px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-position: center 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.topMainVisual:after {
  content: "";
  display: block;
  position: relative;
  bottom: 50px;
  width: 100%;
  height: 80px;
  background: url(../img/pattern_stripe_pink.png);
}

@media only screen and (max-width: 767px) {
  .topMainVisual {
    top: -20px;
    height: 161px;
    overflow: hidden;
  }
  .topMainVisual .bx-wrapper {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .topMainVisual .bx-wrapper .bx-pager {
    position: absolute;
    top: 103px;
    width: 100%;
  }
  .topMainVisual .bx-wrapper .bx-pager .bx-pager-item a {
    width: 15px;
    height: 15px;
    border-width: 2px;
  }
  .topMainVisual .bx-viewport {
    left: 50%;
    margin-bottom: 45px;
    margin-left: -150px;
    width: auto !important;
  }
  .topMainVisual__wrap {
    width: 100%;
    height: auto;
  }
  .topMainVisual__item {
    width: 290px !important;
    height: auto;
    margin-right: 5px;
  }
  .topMainVisual__item a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .topMainVisual__item[aria-hidden="true"] a {
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  .topMainVisual__image {
    width: 100%;
    height: auto;
    padding: 20% 0;
    -webkit-border-radius: 4px;
            border-radius: 4px;
  }
  .topMainVisual:after {
    position: absolute;
    bottom: 5px;
    height: 60px;
  }
}

/* ranking */
.ranking__item {
  position: relative;
  height: 120px;
  border-bottom: 1px solid #eee;
}

.ranking__link {
  padding: 10px 0;
  display: table;
  vertical-align: middle;
  text-decoration: none;
}

.ranking__rank {
  display: table-cell;
  vertical-align: middle;
}

.ranking__rank .ranking__count {
  width: 44px;
  height: 44px;
  line-height: 38px;
  border: 2px solid #5bc1d7;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

.ranking__info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  width: 136px;
  color: #444;
}

.ranking__name {
  line-height: 130%;
  font-weight: bold;
  text-decoration: none;
}

.ranking__author {
  line-height: 130%;
  font-size: 14px;
}

.ranking__image {
  margin-left: 20px;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 50%;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.ranking__views {
  position: absolute;
  right: -65px;
  top: 40px;
  padding: 2px 10px;
  background: #5bc1d7;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #fff;
  font-size: 14px;
}

.ranking__views:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -6px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right: 6px solid #5bc1d7;
}

.ranking__item:nth-child(2) {
  margin-top: 30px;
  border-top: 1px solid #eee;
}

.ranking__item:nth-child(2) .ranking__count {
  border-color: #dccd2f;
  color: #dccd2f;
}

.ranking__item:nth-child(3) .ranking__count {
  border-color: #9eb0b6;
  color: #9eb0b6;
}

.ranking__item:nth-child(4) .ranking__count {
  border-color: #90883b;
  color: #90883b;
}

a.ranking__link {
  text-decoration: none;
}

a.ranking__link:hover {
  background: #fffef3;
}

a.ranking__link:hover .ranking__image {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

a.ranking__link:hover .ranking__name {
  color: #5bc1d7;
}

a.ranking__link:hover .ranking__author {
  color: #5bc1d7;
}

@media only screen and (max-width: 767px) {
  .ranking__item {
    height: auto;
    min-height: 90px;
  }
  .ranking__link {
    width: 100%;
  }
  .ranking__rank {
    padding-left: 4%;
    width: 14%;
  }
  .ranking__rank .ranking__count {
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 20px;
  }
  .ranking__info {
    padding: 0 4%;
    width: 60%;
  }
  .ranking__name {
    font-size: 14px;
  }
  .ranking__author {
    font-size: 12px;
  }
  .ranking__image {
    margin-left: 0;
    width: 70px;
    height: 70px;
  }
  .ranking__views {
    display: none;
  }
  .ranking__item:nth-child(2) {
    margin-top: 0;
    border-top: none;
  }
  a.ranking__link {
    text-decoration: none;
  }
  a.ranking__link:hover {
    background: none;
  }
  a.ranking__link:hover .ranking__image {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  a.ranking__link:hover .ranking__name {
    color: inherit;
  }
  a.ranking__link:hover .ranking__author {
    color: inherit;
  }
}

/* menu(sp) */
@media only screen and (max-width: 767px) {
  .menuHide {
    display: none;
  }
  .topMenu {
    margin-top: -25px;
  }
  .topMenu__item {
    float: left;
    width: 50%;
    text-align: center;
  }
  .topMenu__link {
    padding: 4px 0 3px;
    background: #fadee6;
    border-top: 1px solid #b996a1;
    border-bottom: 1px solid #5bc1d7;
    color: #b996a1;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
  }
  .topMenu__labelEn {
    margin-bottom: -2px;
    font-size: 10px;
  }
  .menuActv {
    position: relative;
    top: -10px;
  }
  .menuActv .topMenu__link {
    padding: 7px 0;
    background: #fff;
    border-bottom-color: transparent;
    border-top-color: #5bc1d7;
    border-right: 1px solid #5bc1d7;
    color: #444;
    font-size: 16px;
    -webkit-border-radius: 0 4px 0 0;
            border-radius: 0 4px 0 0;
  }
  .menuActv .topMenu__link .topMenu__labelEn {
    color: #5bc1d7;
  }
  .menuActv a {
    text-decoration: none;
  }
  .menuActv:nth-child(2) .topMenu__link {
    -webkit-border-radius: 4px 0 0 0;
            border-radius: 4px 0 0 0;
    border-right: none;
    border-left: 1px solid #5bc1d7;
  }
}

/* twitter timeline */
.topTwitter {
  margin-top: 60px;
}

.topTwitter .topTwitterWrap {
  padding: 10px;
  background: #ddedf9;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .topTwitter {
    overflow: hidden;
    padding: 10px;
    margin-top: 30px;
    width: 100%;
    background: #ddedf9;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  .topTwitter .topTwitterWrap {
    padding: 0;
    margin-top: 10px;
    width: 100%;
  }
  .topTwitter .topTwitterWrap iframe {
    height: 280px !important;
  }
}

/* add to home screen */
.addToHomeScreen {
  display: none;
}

@media only screen and (max-width: 767px) {
  .addToHomeScreen {
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-name: tada;
            animation-name: tada;
    display: table;
    position: fixed;
    z-index: 200;
    left: 50%;
    padding: 0 25px 0 10px;
    bottom: 20px;
    margin-left: -44%;
    width: 88%;
    height: 95px;
    background-color: rgba(210, 222, 237, 0.92);
    border: 2px solid #5bc1d7;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px 0 #aaa;
            box-shadow: 0 1px 1px 0 #aaa;
    -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
            animation: fadeIn 0.5s ease 0s 1 normal;
  }
  .addToHomeScreen__icon {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
  }
  .addToHomeScreen__icon img {
    width: 64px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    border: 2px solid #fff;
  }
  .addToHomeScreen__txt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    line-height: 150%;
    font-size: 12px;
  }
  .addToHomeScreen__txt:first-letter {
    margin-left: -6px;
  }
  .addToHomeScreen__close {
    position: fixed;
    z-index: 201;
    right: 10px;
    bottom: 90px;
    border-bottom: 20px;
    width: 44px;
    height: 44px;
    background: #5bc1d7;
    border: none;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    -webkit-tap-highlight-color: transparent;
    outline: transparent;
  }
  .addToHomeScreen__close:before, .addToHomeScreen__close:after {
    content: "";
    position: absolute;
    bottom: 10px;
    width: 2px;
    height: 25px;
    background: #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .addToHomeScreen__close:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .addToHomeScreen__close:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .addToHomeScreen--ios:before {
    content: "";
    position: fixed;
    bottom: -10px;
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-top: 16px solid #5bc1d7;
  }
}

/* ================================================================================
sakuhin
================================================================================ */
/* main visual */
.mainVisual {
  position: relative;
}

.mainVisual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 34px;
  background: #f7f7f7;
}

.mainVisual:after {
  content: "";
  position: absolute;
  top: 34px;
  left: 0;
  width: 100%;
  height: 450px;
  background: url(../img/pattern_stripe_gray.png);
}

.mainVisual__image {
  position: relative;
  z-index: 1;
  width: 1080px;
  height: 413px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 50%;
}

.mainVisual__baloon {
  display: table;
  position: absolute;
  z-index: 1;
  bottom: -50px;
  left: 50%;
  padding: 20px;
  margin-left: -481px;
  width: 962px;
  height: 70px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 0 0 #5bc1d7;
          box-shadow: 2px 2px 0 0 #5bc1d7;
  border: 2px solid #5bc1d7;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  line-height: 130%;
  color: #5bc1d7;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.mainVisual__baloon:before, .mainVisual__baloon:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0px;
}

.mainVisual__baloon:before {
  z-index: 1;
  right: -33px;
  margin-top: -16px;
  border-color: #5bc1d7;
  border-width: 16px;
  border-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.mainVisual__baloon:after {
  z-index: 2;
  right: -24px;
  margin-top: -12px;
  border-color: #fff;
  border-width: 12px;
  border-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.mainVisual__baloon p {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .mainVisual {
    border-top: 2px solid #e7e6e6;
  }
  .mainVisual:before {
    display: none;
  }
  .mainVisual:after {
    top: initial;
    bottom: -11px;
    height: 57px;
    background-size: 20px;
  }
  .mainVisual__image {
    padding: 20% 0;
    width: 100%;
    height: auto;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  .mainVisual__baloon {
    position: relative;
    bottom: initial;
    left: initial;
    padding: 6px 20px;
    margin: -10px auto 0;
    width: 85%;
    height: auto;
    -webkit-box-shadow: 0px 1px 0 0 #5bc1d7;
            box-shadow: 0px 1px 0 0 #5bc1d7;
    line-height: 130%;
    font-size: 16px;
    text-align: left;
  }
  .mainVisual__baloon:before, .mainVisual__baloon:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0px;
  }
  .mainVisual__baloon:before {
    right: -21px;
    margin-top: -10px;
    border-width: 10px;
  }
  .mainVisual__baloon:after {
    right: -16px;
    margin-top: -8px;
    border-width: 8px;
  }
}

/* functions */
.sakuhinFuncs {
  margin-top: 110px;
}

.sakuhinFuncs__wrap {
  display: table;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.sakuhinFuncs__btnLatest {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  max-width: 230px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sakuhinFuncs__btnLatest a {
  display: block;
  padding: 8px;
  width: 340px;
  height: 74px;
  line-height: 120%;
  background: #f65534;
  border-bottom: 4px solid #8e2a17;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}

.sakuhinFuncs__btnLatest a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.sakuhinFuncs__btnLatest__lastUpdate {
  font-size: 14px;
}

.sakuhinFuncs__btnFirst {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  max-width: 200px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sakuhinFuncs__btnFirst a {
  display: block;
  width: 340px;
  height: 60px;
  line-height: 56px;
  background: #5bc1d7;
  border-bottom: 4px solid #2e616c;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}

.sakuhinFuncs__btnFirst:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.sakuhinFuncs__btnFirst--disable:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.sakuhinFuncs__btnFirst--disable a {
  background: #ddd;
  border-bottom-color: #ccc;
  color: #bbb;
}

.sakuhinFuncs__date {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.sakuhinFuncs__date p {
  display: inline-block;
  border-bottom: 1px solid #444;
}

.sakuhinFuncs__social {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  max-width: 100px;
}

.sakuhinFuncs__social__btn {
  display: inline-block;
  margin-left: 20px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border: 2px solid #e7e7e7;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  text-align: center;
  font-size: 22px;
}

.sakuhinFuncs__social__btn:hover {
  background: #99d8e6;
}

.sakuhinFuncs__social__btn:first-child {
  margin-left: 0;
}

.sakuhinFuncs__social__btn.fa-twitter:before {
  color: #82beea;
}

.sakuhinFuncs__social__btn.fa-facebook:before {
  color: #236ea5;
}

.sakuhinFuncs__social__btn--line {
  display: inline-block;
}

.sakuhinFuncs__social__btn--line:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 24px;
  height: 22px;
  background: url(../img/icon/icon_line_green.png) no-repeat;
  background-size: 100%;
}

.sakuhinFuncs__social--center {
  display: block;
  margin-top: -10px;
  max-width: 100%;
  text-align: center;
}

.sakuhinFuncs__social--center .sakuhinFuncs__social__labelBtn {
  display: inline-block;
  margin-left: 60px;
  text-align: center;
  font-weight: bold;
}

.sakuhinFuncs__social--center .sakuhinFuncs__social__labelBtn--line {
  display: none;
}

.sakuhinFuncs__social--center .sakuhinFuncs__social__labelBtn:first-child {
  margin-left: 0;
}

.sakuhinFuncs__social--center .sakuhinFuncs__social__labelBtn:hover i {
  border-color: #5bc1d7;
  background: #def3f7;
}

.sakuhinFuncs__social--center .sakuhinFuncs__social__labelBtn i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #ddd;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  font-size: 22px;
}

.sakuhinFuncs__social--center .sakuhinFuncs__social__labelBtn i.fa-twitter:before {
  color: #82beea;
}

.sakuhinFuncs__social--center .sakuhinFuncs__social__labelBtn i.fa-facebook:before {
  color: #236ea5;
}

.sakuhinFuncs__social--center .sakuhinFuncs__social__labelBtn .sakuhinFuncs__social__btnLabel {
  margin-top: 10px;
  line-height: 120%;
  color: #444;
  font-size: 14px;
}

.sakuhinFuncs__social--center .sakuhinFuncs__social__labelBtn .sakuhinFuncs__social__icon--line {
  display: inline-block;
}

.sakuhinFuncs__social--center .sakuhinFuncs__social__labelBtn .sakuhinFuncs__social__icon--line:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 24px;
  height: 22px;
  background: url(../img/icon/icon_line_green.png) no-repeat;
  background-size: 100%;
}

.sakuhinFuncs__social a {
  color: #f6c6d5;
  text-decoration: none;
}

a.sakuhinFuncs__social__btn:hover {
  background: #def3f7;
  border-color: #5bc1d7;
}

a.sakuhinFuncs__social__btn.fa-facebook:before {
  color: #236ea5;
}

@media only screen and (max-width: 767px) {
  .sakuhinFuncs {
    padding: 0 10px;
    margin-top: 30px;
  }
  .sakuhinFuncs__wrap {
    display: block;
    padding: 0 0 15px;
  }
  .sakuhinFuncs__btnLatest {
    display: inline-block;
    max-width: 100%;
    width: 56%;
    margin-right: 2%;
  }
  .sakuhinFuncs__btnLatest a {
    display: block;
    padding: 8px;
    width: 100%;
    height: 55px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    line-height: 110%;
    font-size: 18px;
  }
  .sakuhinFuncs__btnLatest a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .sakuhinFuncs__btnLatest__lastUpdate {
    font-size: 10px;
  }
  .sakuhinFuncs__btnFirst {
    display: inline-block;
    max-width: 100%;
    width: 40%;
  }
  .sakuhinFuncs__btnFirst a {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 48px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }
  .sakuhinFuncs__btnFirst:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .sakuhinFuncs__date {
    display: block;
    width: 100%;
    text-align: center;
  }
  .sakuhinFuncs__date p {
    margin-top: 10px;
    font-size: 12px;
  }
  .sakuhinFuncs__social.pcOnly {
    display: none;
  }
  .sakuhinFuncs__social--center {
    margin-top: 30px;
  }
  .sakuhinFuncs__social--center .sakuhinFuncs__social__labelBtn {
    margin-left: 30px;
    font-size: 12px;
  }
  .sakuhinFuncs__social--center .sakuhinFuncs__social__labelBtn--line {
    display: inline-block;
  }
  .sakuhinFuncs__social--center .sakuhinFuncs__social__labelBtn:hover {
    background: transparent;
  }
  .sakuhinFuncs__social--center .sakuhinFuncs__social__labelBtn:hover i {
    border-color: #e7e7e7;
    background: transparent;
    color: #fff;
  }
  .sakuhinFuncs__social--center .sakuhinFuncs__social__labelBtn .sakuhinFuncs__social__btnLabel {
    font-size: 12px;
  }
  a.sakuhinFuncs__social__btn:hover {
    background: transparent;
    border-color: #e7e7e7;
  }
}

/* details */
.sakuhinDtails {
  padding: 40px 0;
}

.sakuhinDtails__name {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 4px solid #f6c6d5;
  font-size: 24px;
}

.sakuhinDtails__name .sakuhinDtails__author {
  font-size: 16px;
  font-weight: normal;
}

.sakuhinDtails__summarytxt {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .sakuhinDtails {
    padding: 20px 0;
    text-align: center;
  }
  .sakuhinDtails__name {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: none;
    font-size: 18px;
  }
  .sakuhinDtails__name .sakuhinDtails__author {
    display: block;
    padding-top: 5px;
    margin-top: 5px;
    border-top: 4px solid #f6c6d5;
    font-size: 14px;
  }
  .sakuhinDtails__summarytxt {
    padding: 0 10px;
    margin-top: 15px;
    text-align: left;
    font-size: 14px;
  }
}

/* manga list */
.mangaList__item {
  margin-top: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.mangaList__item:first-child {
  margin-top: 0;
}

.mangaList__image {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 50%;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.mangaList__title {
  display: table-cell;
  vertical-align: middle;
  padding: 0 60px 0 45px;
}

a.mangaList__link {
  display: table;
  position: relative;
  padding: 10px;
  width: 100%;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  color: #444;
  font-weight: bold;
  text-decoration: none;
}

a.mangaList__link:after {
  content: "\f105";
  font-family: "FontAwesome";
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 50%;
  right: 21px;
  width: 13px;
  color: #5bc1d7;
  font-size: 34px;
}

a.mangaList__link:hover {
  background: #fdf4f7;
  color: #5bc1d7;
}

@media only screen and (max-width: 767px) {
  .mangaList {
    padding: 20px 10px;
    background: url(../img/pattern_stripe_gray.png);
  }
  .mangaList__item {
    margin-top: 10px;
    border: none;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background: #fff;
  }
  .mangaList__image {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
  }
  .mangaList__title {
    padding: 0 25px 0 15px;
    line-height: 120%;
    font-size: 14px;
  }
  a.mangaList__link {
    display: block;
    -webkit-border-radius: 4px;
            border-radius: 4px;
  }
  a.mangaList__link:after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -19px;
    width: 12px;
    font-size: 24px;
  }
  a.mangaList__link:hover {
    background: #fff;
    color: #444;
  }
}

/* profile */
.sakuhinProfile {
  overflow: hidden;
  margin-top: 60px;
}

.sakuhinProfile__wrap {
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  min-height: 240px;
}

.sakuhinProfile__head {
  display: table;
  float: left;
  width: 425px;
}

.sakuhinProfile__image {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 50%;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.sakuhinProfile__name {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
  line-height: 130%;
  font-size: 24px;
}

.sakuhinProfile__summarytxt {
  overflow: hidden;
}

.sakuhinProfile__links {
  position: absolute;
  top: 146px;
  left: 0;
}

.sakuhinProfile__links__btn {
  display: inline-block;
  margin-left: 30px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.sakuhinProfile__links__btn:first-child {
  margin-left: 0;
}

.sakuhinProfile__links__btn:hover i {
  background: #5bc1d7;
  color: #fff;
}

.sakuhinProfile__links__btn i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #5bc1d7;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  font-size: 22px;
}

.sakuhinProfile__links__btnLabel {
  margin-top: 10px;
  line-height: 120%;
}

a.sakuhinProfile__links__btn {
  text-decoration: none;
}

a.sakuhinProfile__links__btn:hover .sakuhinProfile__links__btnLabel {
  filter: alpha(opacity=100);
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .sakuhinProfile {
    padding: 0 10px;
    margin-top: 30px;
  }
  .sakuhinProfile__wrap {
    margin-top: 20px;
  }
  .sakuhinProfile__head {
    display: block;
    float: initial;
    width: 100%;
  }
  .sakuhinProfile__image {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
  }
  .sakuhinProfile__name {
    padding: 0 10px;
    font-size: 16px;
  }
  .sakuhinProfile__summarytxt {
    margin-top: 20px;
    font-size: 14px;
  }
  .sakuhinProfile__links {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
  .sakuhinProfile__links__btn {
    margin-left: 20px;
  }
  .sakuhinProfile__links__btn:hover i {
    background: transparent;
    color: #5bc1d7;
  }
}

/* relation item */
.headline--relationItem {
  padding: 20px 0;
  width: 100%;
  background: #fadfe8;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  text-align: center;
}

.headline__txt--relationItem {
  display: inline-block;
  border-bottom: 4px solid #f6c7d5;
  letter-spacing: 2px;
}

.relationItem {
  overflow: hidden;
  padding: 20px;
  margin-top: 60px;
  background: url(../img/pattern_stripe_pink.png);
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.relationItem__item {
  overflow: hidden;
  padding: 20px;
  margin-top: 20px;
  background: #fff;
}

.relationItem__head {
  display: block;
}

.relationItem__imageWrap {
  display: table-cell;
  vertical-align: middle;
}

.relationItem__image {
  width: 150px;
  height: 242px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 50%;
}

.relationItem__txtWrap {
  display: table-cell;
  vertical-align: middle;
  min-width: 480px;
}

.relationItem__name {
  padding-left: 40px;
  margin-bottom: 10px;
  font-size: 24px;
}

.relationItem__summarytxt {
  padding: 0 40px;
}

.relationItem__btnWrap {
  display: table-cell;
  vertical-align: middle;
  min-width: 370px;
}

.relationItem__btn {
  display: block;
  float: left;
  padding: 5px 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  width: 180px;
  height: 48px;
  line-height: 120%;
  border: 2px solid #f6c6d5;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.relationItem__btn:nth-child(odd) {
  margin-left: 0;
}

.relationItem__btn:hover {
  background: #f6c6d5;
  color: #f8775d;
  text-decoration: none;
}

.relationItem__btn__inner {
  display: table;
  width: 100%;
  height: 100%;
}

.relationItem__btn__inner span {
  display: table-cell;
  vertical-align: middle;
}

a.relationItem__btn {
  color: #444;
}

@media only screen and (max-width: 767px) {
  .headline--relationItem {
    padding: 10px 0 15px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
  }
  .headline__txt--relationItem {
    font-size: 20px;
  }
  .relationItem {
    padding: 20px 10px;
    margin-top: 20px;
    background-size: 20px;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  .relationItem__item {
    padding: 20px 10px;
    margin-top: 10px;
  }
  .relationItem__imageWrap {
    display: block;
    float: left;
  }
  .relationItem__image {
    width: 75px;
    height: 121px;
  }
  .relationItem__txtWrap {
    overflow: hidden;
    display: block;
    min-width: initial;
  }
  .relationItem__name {
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .relationItem__summarytxt {
    padding: 0 10px;
    line-height: 140%;
    font-size: 14px;
  }
  .relationItem__btnWrap {
    overflow: hidden;
    display: block;
    padding-top: 10px;
    min-width: initial;
    width: 100%;
    text-align: center;
  }
  .relationItem__btn {
    overflow: hidden;
    display: inline-block;
    float: initial;
    padding: 6px 10px;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 3%;
    width: 47%;
    height: 48px;
    line-height: 120%;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    font-size: 14px;
  }
  .relationItem__btn:nth-child(odd) {
    margin-left: 0;
  }
  .relationItem__btn:hover {
    background: #f6c6d5;
    color: #f8775d;
    text-decoration: none;
  }
  a.relationItem__btn {
    color: #444;
  }
}

/* relation item */
.headline--relationSakuhin {
  padding: 40px 0;
  margin-bottom: 10px;
  width: 100%;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  text-align: center;
}

.headline__txt--relationSakuhin {
  display: inline-block;
  border-bottom: 4px solid #f6c7d5;
  letter-spacing: 2px;
}

.relationSakuhin {
  overflow: hidden;
  padding: 20px;
  margin-top: 60px;
  background: #f7f7f7;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .headline--relationSakuhin {
    padding: 0;
    margin-bottom: 20px;
    -webkit-border-radius: 0;
            border-radius: 0;
    text-align: center;
  }
  .headline__txt--relationSakuhin {
    display: inline-block;
    border-bottom: 4px solid #f6c7d5;
    font-size: 20px;
    letter-spacing: 2px;
  }
  .relationSakuhin {
    overflow: hidden;
    padding: 20px 10px 10px;
    margin-top: 0;
    margin-bottom: 20px;
    background: #f7f7f7;
    -webkit-border-radius: 8px;
            border-radius: 8px;
  }
}

/* ================================================================================
manga
================================================================================ */
/* head */
.headline__txt--mangaHead {
  padding: 30px 0;
  background: #f7f7f7;
}

.headline__txt__name--mangaHead {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 4px solid #f6c6d5;
  font-size: 24px;
  font-weight: bold;
}

.headline__txt__name--mangaHead a {
  color: #444;
}

.headline__txt__author--mangaHead {
  margin-top: 10px;
}

.mangaHead {
  text-align: center;
}

.mangaHead__updated {
  display: inline-block;
  padding: 2px 20px;
  margin-top: 30px;
  border: 2px solid #ddd;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  color: #aaa;
}

.mangaHead__title {
  margin-top: 15px;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .headline__txt--mangaHead {
    padding: 20px 0;
  }
  .headline__txt__name--mangaHead {
    padding-bottom: 5px;
    font-size: 16px;
  }
  .headline__txt__author--mangaHead {
    margin-top: 5px;
    font-size: 12px;
  }
  .mangaHead__updated {
    margin-top: 20px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    font-size: 12px;
  }
  .mangaHead__title {
    margin-top: 10px;
    font-size: 14px;
  }
}

/* manga */
.manga {
  overflow: hidden;
  margin-top: 30px;
  text-align: center;
}

.manga img {
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  opacity: 0;
  display: block;
  margin: 60px auto;
}

.manga img:nth-of-type(1) {
  margin-top: 0;
}

.manga img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}

.manga img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 0;
}

.manga img.aligncenter {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .manga {
    padding: 0 20px;
    margin-top: 20px;
    font-size: 14px;
  }
  .manga img {
    margin: 60px auto;
  }
}

/* next update */
.mangaNextUpdate {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mangaNextUpdate {
    margin-top: 10px;
    font-size: 14px;
  }
}

/* functions */
.mangaFuncs {
  margin-top: 40px;
  text-align: center;
}

.mangaFuncs__btn {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  padding: 0 20px;
  margin-left: 40px;
  width: 327px;
  height: 54px;
  line-height: 50px;
  background: #5bc1d7;
  border: 2px solid #5bc1d7;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mangaFuncs__btn:first-child {
  margin-left: 0;
}

.mangaFuncs__btn > i {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -16px;
  font-size: 32px;
}

.mangaFuncs__btn:hover {
  background: transparent;
  color: #5bc1d7;
}

.mangaFuncs__btn--prev {
  padding-left: 40px;
}

.mangaFuncs__btn--next {
  padding-right: 40px;
}

.mangaFuncs__btn--next > i {
  left: inherit;
  right: 20px;
}

.mangaFuncs__btn--disabled {
  background: transparent;
  border-color: #eee;
  color: #ddd;
}

.mangaFuncs__btn--disabled:hover {
  background: transparent;
  border-color: #eee;
  color: #ddd;
}

a.mangaFuncs__btn {
  color: #fff;
  text-decoration: none;
}

a.mangaFuncs__btn--disabled {
  color: #ddd;
}

@media only screen and (max-width: 767px) {
  .mangaFuncs {
    padding: 0 10px;
    margin-top: 20px;
  }
  .mangaFuncs__btn {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    padding: 0 10px;
    margin-left: 4%;
    width: 47%;
    height: 44px;
    line-height: 40px;
    font-size: 14px;
  }
  .mangaFuncs__btn > i {
    left: 10px;
    margin-top: -10px;
    font-size: 20px;
  }
  .mangaFuncs__btn:hover {
    background: #5bc1d7;
    color: #fff;
  }
  .mangaFuncs__btn--prev {
    padding-left: 30px;
  }
  .mangaFuncs__btn--next {
    padding-right: 30px;
  }
  .mangaFuncs__btn--next > i {
    left: initial;
    right: 10px;
  }
  .mangaFuncs__btn--disabled {
    background: transparent;
    border-color: #eee;
    color: #ddd;
  }
  .mangaFuncs__btn--disabled:hover {
    background: transparent;
    border-color: #eee;
    color: #ddd;
  }
}

.not_resizing > img {
  max-width: 960px;
}

@media only screen and (max-width: 767px) {
  .not_resizing > img {
    max-width: 100%;
  }
}

.hidden_image {
  display: none;
}

/* ================================================================================
news
================================================================================ */
/* list */
.newsList {
  margin-top: 60px;
}

.newsItem {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.newsItem:nth-of-type(1) {
  margin-top: 20px;
  border-top: 1px solid #ddd;
}

.newsItem__link {
  position: relative;
  display: table;
  vertical-align: middle;
  padding: 10px 60px 10px 10px;
  width: 100%;
  height: 120px;
}

.newsItem__link:hover {
  background: #f6fbfd;
  text-decoration: none;
}

.newsItem__link:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -27px;
  color: #5bc1d7;
  font-size: 34px;
}

.newsItem__imageWrap {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  width: 90px;
}

.newsItem__image {
  display: block;
  width: 80px;
  min-height: 80px;
  background-size: cover;
  background-position: center 50%;
  background-repeat: no-repeat;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.newsItem__txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  color: #444;
}

.newsItem__date {
  margin-bottom: 2px;
  color: #5bc1d7;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .newsList {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .newsList .headline {
    padding: 0 10px;
  }
  .newsItem__link {
    padding-right: 40px;
    height: auto;
  }
  .newsItem__link:hover {
    background: transparent;
  }
  .newsItem__link:after {
    right: 10px;
    margin-top: -19px;
    font-size: 24px;
  }
  .newsItem__imageWrap {
    padding-left: 0;
    width: 75px;
  }
  .newsItem__image {
    width: 75px;
    min-height: 75px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
  }
  .newsItem__date {
    font-size: 14px;
  }
  .newsItem__title {
    font-size: 14px;
    line-height: 140%;
  }
}

/* article */
.news {
  width: 100%;
  margin: 60px auto 0;
  max-width: 764px;
}

.news__article {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
}

.news__date {
  margin-bottom: 10px;
  color: #5bc1d7;
  font-weight: bold;
}

.news__title {
  line-height: 150%;
  font-size: 24px;
  font-weight: bold;
}

.news__thumbnail {
  margin-top: 30px;
  text-align: center;
}

.news__thumbnail img {
  max-width: 100%;
}

.news__bodytxt {
  overflow: hidden;
  margin-top: 30px;
}

.news__bodytxt image {
  max-width: 100%;
}

.news__bodytxt p {
  margin-top: 20px;
}

.news__bodytxt p:nth-of-type(1) {
  margin-top: 0;
}

.news__bodytxt b {
  color: #5bc1d7;
}

.news__bodytxt strong {
  font-size: 20px;
}

.news__bodytxt em {
  color: #5bc1d7;
  font-size: 20px;
}

.news__bodytxt hr {
  border: none;
  border-bottom: 1px dashed #ccc;
}

.news__bodytxt h2 {
  border-bottom: 1px dashed #5bc1d7;
  color: #5bc1d7;
  font-size: 22px;
}

.news__bodytxt h3 {
  display: inline-block;
  border-bottom: 1px dashed #5bc1d7;
  color: #5bc1d7;
  font-size: 20px;
}

.news__bodytxt h4 {
  color: #5bc1d7;
  font-size: 18px;
}

.news__bodytxt h5 {
  color: #5bc1d7;
  font-size: 16px;
}

.news__bodytxt ul {
  padding-left: 20px;
}

.news__bodytxt ul li {
  list-style-type: disc;
}

.news__bodytxt table tr:nth-of-type(odd) {
  background: #e7e7e7;
}

.news__bodytxt table th {
  padding: 8px 20px;
  font-size: 18px;
}

.news__bodytxt table td {
  padding: 8px 20px;
}

@media only screen and (max-width: 767px) {
  .news {
    padding: 0 10px;
    margin: 20px auto 30px;
    max-width: 100%;
  }
  .news__article {
    margin-top: 10px;
    padding: 20px 0;
  }
  .news__date {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .news__title {
    line-height: 140%;
    font-size: 16px;
  }
  .news__thumbnail {
    margin-top: 20px;
  }
  .news__bodytxt {
    margin-top: 20px;
    font-size: 14px;
  }
  .news__bodytxt p {
    margin-top: 20px;
  }
  .news__bodytxt strong {
    font-size: 16px;
  }
  .news__bodytxt em {
    font-size: 16px;
  }
  .news__bodytxt h2 {
    padding-bottom: 5px;
    font-size: 16px;
  }
  .news__bodytxt h3 {
    font-size: 16px;
  }
  .news__bodytxt h4 {
    color: #5bc1d7;
    font-size: 15px;
  }
  .news__bodytxt h5 {
    color: #5bc1d7;
    font-size: 14px;
  }
  .news__bodytxt ul {
    padding-left: 20px;
  }
  .news__bodytxt table {
    width: 100%;
  }
  .news__bodytxt table tr:nth-of-type(odd) {
    background: #e7e7e7;
  }
  .news__bodytxt table th {
    padding: 5px 10px;
    line-height: 140%;
    font-size: 14px;
  }
  .news__bodytxt table td {
    padding: 8px 10px;
    line-height: 140%;
    font-size: 12px;
  }
}

/* ================================================================================
カルーセル（slick）
================================================================================ */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  position: relative;
  margin: 0 auto;
  padding-top: 20px;
  width: 1080px;
  text-align: center;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  top: 351px;
  width: 100%;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ddd;
  text-indent: -9999px;
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 5px;
  outline: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 4px solid #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f6c7d5;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #f8d3de;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
a.bx-prev, a.bx-next {
  width: 80px;
  height: 80px;
  line-height: 80px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  outline: 0;
  position: absolute;
  z-index: 100;
  top: 165px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 40px;
  text-decoration: none;
}

.bx-wrapper .bx-prev {
  left: 50%;
  margin-left: -660px;
}

.bx-wrapper .bx-prev:after {
  content: "\f104";
  font-family: "FontAwesome";
  color: #5bc1d7;
}

.bx-wrapper .bx-next {
  right: 50%;
  margin-right: -660px;
}

.bx-wrapper .bx-next:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #5bc1d7;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* ================================================================================
// ライトボックス（photoswipe）
================================================================================ */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
