@charset "UTF-8";
/* import settings
2016/09/27 created by Yusuke Maeda @ recus-groove.inc
*****************************************/
/* reset  */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import "https://fonts.googleapis.com/css?family=Crimson+Text";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* plugins */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#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;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

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

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

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

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

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

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

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

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-rss:before {
  content: "\f09e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hacker-news:before {
  content: "\f1d4";
}

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

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

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

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

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

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

.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-transgender:before {
  content: "\f224";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 *  Remodal - v0.6.4
 *  Flat, responsive, lightweight, easy customizable modal window plugin with declarative state notation and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  /*overflow: hidden;*/
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Hide scroll bar */
/* Anti FOUC */
.remodal, [data-remodal-id] {
  visibility: hidden;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay, .remodal-wrapper {
  -webkit-transform: translateZ(0px);
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  display: inline-block;
}
.remodal select, .remodal textarea, .remodal input, .remodal select:focus, .remodal textarea:focus, .remodal input:focus {
  font-size: 16px;
}

/* Anti-zoom. Font-size should be >= 16px. */
/* ==========================================================================
   Remodal default theme
   ========================================================================== */
/* Background for effects */
.remodal-bg {
  -webkit-transition: -webkit-filter 0.2s ease-out;
  transition: -webkit-filter 0.2s ease-out;
  transition: filter 0.2s ease-out;
  transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
}

body.remodal-is-active .remodal-bg {
  -webkit-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  /*background: rgba(33, 36, 46, 0.7);*/
  background: rgba(255, 255, 255, 0.7);
}

body.remodal-is-active .remodal-overlay {
  opacity: 1;
}

/* Default theme styles of the modal dialog */
.remodal {
  font-size: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
  color: #182a3c;
  background: #fff;
  background-clip: padding-box;
}

body.remodal-is-active .remodal {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.85;
}

/* Vertical align of the modal dialog */
.remodal, .remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  width: 28px;
  height: 28px;
  background: transparent;
  text-decoration: none;
  /*  
  	-webkit-transition: background 0.2s ease-out;
      -moz-transition: background 0.2s ease-out;
      -o-transition: background 0.2s ease-out;
      transition: background 0.2s ease-out;

      -webkit-border-radius: 50%;
      border-radius: 50%;
  */
}
.remodal-close:after {
  font-size: 28px;
  line-height: 28px;
  display: block;
  content: "×";
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: #333;
  /*color: #565656;*/
}
.remodal-close:hover, .remodal-close:active {
  /*background: #595959;*/
  text-decoration: none;
}
.remodal-close:hover.remodal-close:after, .remodal-close:active.remodal-close:after {
  color: #333;
}

/* Dialog buttons */
.remodal-confirm, .remodal-cancel {
  font-size: 10pt;
  display: inline-block;
  width: 120px;
  margin: 0 0 5px 0;
  padding: 9px 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  background-clip: padding-box;
}

.remodal-confirm {
  /*color: #16a085;*/
  /*border: 2px solid #16a085;*/
  /*background: #f4f4f4;*/
}
.remodal-confirm:hover, .remodal-confirm:active {
  /*color: #f4f4f4;*/
  /*background: #16a085;*/
}

.remodal-cancel {
  color: #c0392b;
  border: 2px solid #c0392b;
  background: #f4f4f4;
}
.remodal-cancel:hover, .remodal-cancel:active {
  color: #f4f4f4;
  background: #c0392b;
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 800px;
    /* 20150604 */
    min-height: 0;
    margin: 20px auto;
    border-radius: 6px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F021242E, endColorstr=#F021242E);
}
.lt-ie9 .remodal {
  width: 600px;
  min-height: 0;
  margin: 20px auto;
}
.lt-ie9 .remodal-close:after {
  margin: auto;
  text-align: center;
}
.lt-ie9 .remodal-close:hover, .lt-ie9 .remodal-close:active {
  background: transparent;
}
.lt-ie9 .remodal-close:hover.remodal-close:after, .lt-ie9 .remodal-close:active.remodal-close:after {
  color: #3e5368;
}

/**
 * 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 15px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  /*background: url(http://www.p-a-f.org/peppy/img/slider/bx_loader.gif) center center no-repeat #fff;*/
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/** THEME
===================================*/
/* LOADER */
/* PAGER */
.bx-pager {
  text-align: center;
}

.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 a {
  background: #dadada;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  outline: 0;
  border-radius: 10px;
}
.bx-wrapper .bx-pager a.active {
  background: #ff1225;
}
.bx-wrapper .bx-prev {
  left: 10px;
  /*background: url(../../../../img/top_slide/arrow_white_ds.png) no-repeat 0 0;*/
  background-size: 200%;
}
.bx-wrapper .bx-next {
  right: 10px;
  /*background: url(../../../../img/top_slide/arrow_white_ds.png) no-repeat 100% 0;*/
  background-size: 200%;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 2.2%;
  height: 8.01%;
  text-indent: -9999px;
  z-index: 100;
  -webkit-transition: none;
  transition: none;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.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(http://www.p-a-f.org/peppy/img/slider/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(http://www.p-a-f.org/peppy/img/slider/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;
}
.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;
}
.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: 0.85em;
  padding: 10px;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* AUTO CONTROLS (START / STOP) */
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* IMAGE CAPTIONS */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(images/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}
#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

.vegas-wrapper, .vegas-overlay, .vegas-timer, .vegas-slide, .vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}

.vegas-overlay {
  opacity: 0.5;
  background: transparent url("overlays/02.png") center center repeat;
}

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}

.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  -webkit-transition: width ease-out;
  transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}

.vegas-slide, .vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

body .vegas-container {
  overflow: hidden !important;
  position: relative;
}

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}
body.vegas-container > .vegas-timer, body.vegas-container > .vegas-overlay, body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
_::full-page-media, _:future {
  bottom: -76px;
}

:root body.vegas-container > .vegas-slide, :root body.vegas-container > .vegas-overlay {
  bottom: -76px;
}

/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur, .vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px);
  filter: blur(32px);
}

.vegas-transition-blur-in, .vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.vegas-transition-blur2-out {
  opacity: 0;
}

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn, .vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in, .vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade, .vegas-transition-fade2 {
  opacity: 0;
}

.vegas-transition-fade-in, .vegas-transition-fade2-in {
  opacity: 1;
}

.vegas-transition-fade2-out {
  opacity: 0;
}

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash, .vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}

.vegas-transition-flash-in, .vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative, .vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.vegas-transition-negative-in, .vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0);
}

.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown, .vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.vegas-transition-slideDown-in, .vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft, .vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.vegas-transition-slideLeft-in, .vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.vegas-transition-slideLeft2-out, .vegas-transition-slideRight, .vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight-in, .vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp, .vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.vegas-transition-slideUp-in, .vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft, .vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

.vegas-transition-swirlLeft-in, .vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlLeft2-out, .vegas-transition-swirlRight, .vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight-in, .vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn, .vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.vegas-transition-zoomIn-in, .vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomIn2-out, .vegas-transition-zoomOut, .vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut-in, .vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out;
}

@-webkit-keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*
@import "plugins/slick";
@import "plugins/slick-theme";
*/
/*fonts*/
/* common */
/******************************
Common
******************************/
html {
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  font-family: Crimson Text, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #fff;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: 0;
}
a:hover, a:focus {


  outline: 0;
}
a.here_is {
  color: #b2812b;
}

img {
  outline: 0;
  border: none;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

a:hover img, a:focus img {
  outline: 0;
  border: none;
}

/*
a:hover img {
    opacity:0.7;
    filter: alpha(opacity=70);
    -moz-filter: "alpha( opacity=70 )";
    -webkit-filter: "alpha( opacity=70 )";
    -o-filter: "alpha( opacity=70 )";
    -ms-filter: "alpha( opacity=70 )";
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
*/
/* ieスクロールバー非表示対策 */
textarea {
  overflow: auto;
}

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

/* Font
----------------------------- */
/* Space
----------------------------- */
/*IE9に適用される*/
:root .mgb_0_ie {
  margin-bottom: 0px \0 /IE9;
  /*background:;*/
}

/*IE10以降に適用される*/
@media all and (-ms-high-contrast: none) {
  .mgb_0_ie {
    margin-bottom: 0px;
    /*background:;*/
  }
}
/* Style
----------------------------- */
/* Title *************/
/* Btn *************/
.btn {
  display: block;
  padding: 10px;
  margin: 0 auto;
  color: #666;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background-color: #f4f4f4;
  cursor: pointer;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
}
.btn:hover, .btn:focus, .btn:active {
  text-decoration: none;
}
.btn:hover, .btn:focus {
  color: #666;
  background-color: #CCC;
}
.btn:active, .btn.is-active, .btn.active {
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  background: #eeeeee;
  color: #bbbbbb;
}
.btn:focus {
  outline: none;
}

/*ボタンサイズ*/
.btn_ss {
  padding: 5px;
}

.btn_m {
  padding: 20px 0;
}

.btn_l {
  padding: 30px 10px;
}

/*back_btn*/
.back_btn {
  text-align: center;
}
.back_btn a {
  display: inline-block;
  text-decoration: none;
  background: url(../../img/aro_left.png) no-repeat left center;
  background-size: 10px;
  width: 70px;
  height: 25px;
  font-size: 16px;
  padding-left: 20px;
  vertical-align: middle;
  line-height: 25px;
}

/* Section *************/
.section {
  width: 100%;
  overflow: hidden;
}

/* frame *************/
.frame {
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
}

/*共通利用*/
a {
  display: block;
}

p {
  text-align: center;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

ol, ul, ol li, ul li {
  list-style: none;
  list-style-type: none;
}

/* base */
/*width relations*/
.sp_hidden {
  display: block;
}

.tb_hidden {
  display: block;
}

.pc_hidden {
  display: none;
}

/*locale relations*/
.locale_nav p a.locale_selected {
  font-weight: bold;
  font-size: 13px;
  pointer-events: none;
  text-decoration: none;
}

.parts_en,
.parts_tw {
  display: none;
}

.parts_ja,
body.en_page .parts_en,
body.tw_page .parts_tw {
  display: block;
}

body.en_page .parts_ja,
body.en_page .parts_tw {
  display: none;
}

body.tw_page .parts_ja,
body.tw_page .parts_en {
  display: none;
}

/*//locale relations*/
/* top only element */
#top .top_hidden {
  display: none;
}

/* // top only element*/
/*for bxslider*/
.slideimg {
  display: none;
}

/******************************
#wrapper
******************************/
#wrapper {
  width: 100%;
  position: relative;
}

/******************************
#header
******************************/
#header {
  /*float:left;*/
  /*width:17%;*/
  width: 220px;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.45);
  height: 100%;
}
#header #h_locale {
  position: fixed;
  left: 3%;
  bottom: 3%;
}
#header #h_locale h5 {
  margin-bottom: 5px;
  font-size: 17px;
}
#header #h_locale .locale_nav li {
  margin-bottom: 5px;
}
#header #h_locale .locale_nav li a {
  display: block;
  font-size: 1.4rem;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
#header #h_locale .locale_nav li a.locale_selected {
  font-size: 15px;
  font-weight: bold;
  pointer-events: none;
  text-decoration: none;
}

.pc_nav {
  padding: 30px 19%;
}
.pc_nav .logo_company {
  width: 80%;
  margin: 0 0 20px;
  padding-left: 3%;
}
.pc_nav > ul > li {
  margin-bottom: 10px;
}
.pc_nav > ul > li.parts_ja a {
  color: #000 !important;
}
.pc_nav > ul > li a {
  text-decoration: none;
}
.pc_nav > ul > li h3 {
  cursor: pointer;
  font-weight: normal;
}
.pc_nav > ul > li h3:hover {
  color: #b2812b;
}

/*pc_nav accordion bliock*/
.lb_nav, .store_nav {
  padding-left: 20%;
  display: none;
}

#lookbook_bradelis .lb_nav, #lookbook_select .lb_nav, #lookbook_goldlabel .lb_nav, #store .store_nav {
  display: block;
}

.lb_nav a, .store_nav a {
  text-decoration: none;
}

/*sp_menu*/
#top .sp_menu {
  position: absolute;
  right: 4%;
  top: 20px;
  z-index: 10;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.45);
  margin: 0;
}
#top .sp_menu a {
  width: 25px;
  height: 25px;
  display: inline-block;
}
#top .sp_menu p {
  font-size: 1.2rem;
  font-size: 12px;
}

.sp_menu {
  position: absolute;
  right: 0;
  top: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 22px 5px 0 0;
}
.sp_menu a {
  width: 25px;
  height: 25px;
  display: inline-block;
}
.sp_menu p {
  font-size: 1.2rem;
  font-size: 12px;
}

/*スマホ用モーダルメニュー*/
.remodal-wrapper {
  padding: 0;
}

#modal-area.remodal {
  /*display:none;*/
}
#modal-area h3 {
  font-size: 18px;
}
#modal-area .locale_nav p a {
  text-decoration: none;
}
#modal-area .locale_nav p a.locale_selected {
  background: url(../../img/ico_locale_selected.png) no-repeat center bottom -5px;
  padding-bottom: 4px;
}
#modal-area .modal_lb_wrap {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #a39c98;
  margin-bottom: 20px;
}
#modal-area .modal_lb_wrap .modal_lb_bx h3 {
  padding: 3% 10%;
  background-color: #ededec;
  height: 115px;
  border: 1px solid #a39c98;
  border-bottom: none;
  position: relative;
  text-align: left;
}
#modal-area .modal_lb_wrap .modal_lb_bx h3 img {
  max-width: 95px;
  height: auto;
}
#modal-area .modal_lb_wrap .modal_lb_bx h3 span {
  position: absolute;
  display: inline-block;
  width: 160px;
  height: 35px;
  line-height: 35px;
  left: 0;
  top: 0;
  right: -50%;
  bottom: 0;
  margin: auto;
}
#modal-area .modal_lb_wrap .modal_lb_bx h3 span:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 25px;
  background: url(../../img/sp_menu/aro_right.png) no-repeat center center;
  background-size: 13px 25px;
  margin-left: 10px;
  margin-bottom: -6px;
}
#modal-area .modal_lb_wrap .modal_lb_bx h3.active span:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 13px;
  background: url(../../img/sp_menu/aro_down.png) no-repeat center center;
  background-size: 25px 13px;
  margin-left: 10px;
  margin-bottom: 0px;
}
#modal-area .modal_lb_wrap .modal_lb_bx ul {
  display: none;
  padding: 20px 0;
  border-right: 1px solid #a39c98;
  border-left: 1px solid #a39c98;
}
#modal-area .modal_lb_wrap .modal_lb_bx li {
  margin-bottom: 20px;
}
#modal-area .modal_lb_wrap .modal_lb_bx li:last-child {
  margin-bottom: 0px;
}
#modal-area .modal_lb_wrap .modal_lb_bx li a {
  font-size: 18px;
  text-decoration: none;
}
#modal-area .modal_nav {
  margin-bottom: 15px;
}
#modal-area .modal_nav ul li {
  margin-bottom: 20px;
  font-size: 18px;
}
#modal-area .modal_nav ul li a {
  text-decoration: none;
}
#modal-area .modal_nav02 {
  padding-left: 33%;
  margin-bottom: 15px;
}
#modal-area .modal_nav02 ul {
  text-align: left;
  margin-bottom: 20px;
}
#modal-area .modal_nav02 ul li {
  margin-bottom: 10px;
  font-size: 18px;
}
#modal-area .modal_nav02 ul li.s_list {
  font-size: 16px;
}
#modal-area .modal_nav02 ul li a {
  text-decoration: none;
}
#modal-area .sns_nav {
  width: 80%;
  position: relative;
}

/*modal sp_menu*/
/*LOOK BOOK*/
/* //LOOK BOOK*/
/* //09/08更新 LOOK BOOKスマホのNEWモダールナビ */
.remodal {
  max-width: 375px;
  padding: 35px 0px 80px 0px;
}
.remodal .locale_nav {
  margin-bottom: 20px !important;
}

.remodal-close {
  color: #000;
  width: 30px;
  height: 30px;
}

#modal-area .remodal-close:after {
  font-size: 60px;
  line-height: 30px;
}

.remodal-close.close_btm {
  top: 250%;
  left: 43%;
  width: 25%;
  font-size: 18px;
  font-family: Crimson Text;
  font-weight: lighter;
  border: none;
  cursor: pointer;
}
.remodal-close.close_btm:after {
  position: absolute;
  font-size: 60px;
  left: -70%;
  line-height: 30px;
  top: -7px;
}
/******************************
#contents
******************************/
#contents {
  /*float:right;*/
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  /*padding-left: 220px;*/
}

#contents_inner {
  width: 980px;
  margin: 0 auto 150px;
  padding-right: 41.797px;
}

/******************************
#footer
******************************/
#footer {
  padding-bottom: 10px;
  padding-top: 10px;
}

.logo_campany {
  width: 10%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
}

.main_nav {
  width: 100%;
  margin-bottom: 30px;
}
.main_nav ul {
  width: 100%;
}
.main_nav ul li {
  float: left;
  text-align: center;
}
.main_nav ul li a {
  text-decoration: none;
  font-weight: normal;
}
.main_nav ul li:first-child {
  width: 34.5%;
  text-align: right;
  padding-right: 2.58%;
}
.main_nav ul li:nth-child(2) {
  width: 9.1333333%;
}
.main_nav ul li:nth-child(3) {
  width: 9.8%;
}
.main_nav ul li:nth-child(4) {
  width: 12.4666667%;
}
.main_nav ul li:last-child {
  width: 34.1%;
  text-align: left;
  padding-left: 2.58%;
}

.sns_nav {
  width: 15.333333333%;
  /*width:25.333333333%;*/
  margin: 0 auto;
}
.sns_nav ul {
  margin-bottom: 20px;
}
.sns_nav ul li {
  float: left;
  width: 10.8695652174%;
  /*width:7%;	*/
  margin-right: 11.3043478261%;
}
.sns_nav ul li:last-child {
  margin-right: 0;
}
.sns_nav ul li a img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.locale_nav p a {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: nomal;
}

#footer hr {
  width: 70%;
  border-top: 1px solid #999;
  margin: 0 auto 20px;
}

.f_nav {
  margin-bottom: 20px;
}
.f_nav p a {
  display: inline-block;
}

#footer p small {
  font-size: 10px;
}

/*index*/
/* index.html #contents
******************************/
#top #contents {
  margin-bottom: 60px;
  float: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#top #contents h1 {
  text-indent: -9999999px;
}

#top #footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 960px;
  z-index: 10;
}

.top_logo {
  max-width: 250px;
  max-height: 250px;
  position: fixed;
  left: 0;
  right: -70%;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.02);
}

.vegas_pager {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: -80%;
  margin: auto;
  max-width: 96px;
  height: 12px;
}

.vegas_pager a {
  position: relative;
  background: #FFF;
  border: 1px solid #CCC;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  text-indent: -9999px;
  display: inline-block;
  outline: 0;
  border-radius: 10px;
}

.vegas_pager a.active {
  background: #333;
}

.logo_main a:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* top_bxslider */
.top_slider ul li {
  position: relative;
}
.top_slider ul li span {
  display: block;
}
.top_slider ul li span.logo {
  position: absolute;
  top: -40%;
  bottom: 0;
  left: -50%;
  right: 0;
  margin: auto;
  max-width: 250px;
  max-height: 250px;
  text-align: center;
}
.top_slider .bx-wrapper .bx-pager {
  bottom: -50px;
}
.top_slider .bx-wrapper .bx-pager a {
  background: #FFF;
  border: 1px solid #CCC;
  width: 12px;
  height: 12px;
  margin: 0 10px;
}
.top_slider .bx-wrapper .bx-pager a.active {
  background: #333;
}
.top_slider .bx-wrapper .bx-controls-auto {
  bottom: -50px;
}
.top_slider .bx-wrapper .bx-controls-direction a {
  top: 108%;
  width: 6%;
  height: 10%;
}
.top_slider .bx-wrapper .bx-prev {
  background: url(../../img/lb_brad/slide_prev.png) no-repeat 0 0;
  background-size: 20px;
}
.top_slider .bx-wrapper .bx-next {
  background: url(../../img/lb_brad/slide_next.png) no-repeat 0 0;
  background-size: 20px;
}

/* // index contents */
/* lookbook_bradelis
**************************/
.lb_wrap {
  padding-top: 85px;
  /*2016/01/27　臨時*/
  max-width: 920px;
}
.lb_wrap h2 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}
.lb_wrap .lb_logo {
  width: 7%;
  margin: 0 auto 40px;
}

.lb_movie_box {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0;
  /* topを0、bottomをcalc()としてもOK */
  margin-bottom: 100px;
}
.lb_movie_box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.lb_wrap .lb_box ul li {
  float: left;
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 100px;
  padding: 10px 3%;
}
.lb_wrap .lb_box ul li:nth-child(even) {
  margin-right: 0;
  border-right: none;
}
.lb_wrap .lb_box ul li p {
  text-align: left;
  font-size: 18px;
}

/*2016/01/27　一旦追加*/
.lb_show_box {
  margin-bottom: 100px;
}

.lb_wrap .lb_box ul.row_4 li {
  float: left;
  width: 25%;
  margin-right: 0;
  padding: 0 2px 0 0;
  margin-bottom: 0;
}
.lb_wrap .lb_box ul.row_4 li:last-child {
  margin-right: 0;
  padding: 0;
  border-right: none;
}
.lb_wrap .lb_box ul.r3_col2 {
  max-width: 540px;
}
.lb_wrap .lb_box ul.r3_col2 li {
  float: left;
  width: 33.33333333%;
  margin-right: 0;
  padding: 0 2px 3px 0;
  margin-bottom: 0;
}
.lb_wrap .lb_box ul.r3_col2 li:nth-child(3n) {
  padding-right: 0;
}
.lb_wrap .lb_box ul.r3_col2 li:nth-child(n+4) {
  padding-bottom: 0;
}

.left_box {
  width: 41.3043478261%;
  float: left;
  padding: 0 2px 0 0;
}

.right_box {
  width: 58.6956521739%;
  float: left;
}

.left_box p {
  overflow: hidden;
}

/*2016/02/22　追加*/
.lb_notes_bx .lb_notes_ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  font-size: 110%;
}
.lb_notes_bx .lb_notes {
  text-align: center;
  margin-bottom: 20px;
}

/* lookbook_select
********************/
#lookbook_select .lb_wrap h2 span {
  font-size: 80%;
  font-weight: normal;
}
#lookbook_select .lb_wrap .lb_box ul.row_3 {
  width: 75%;
}
#lookbook_select .lb_wrap .lb_box ul.row_2 {
  width: 50%;
}
#lookbook_select .lb_wrap .lb_box ul.row_3, #lookbook_select .lb_wrap .lb_box ul.row_2 {
  margin: 0 auto;
}
#lookbook_select .lb_wrap .lb_box ul.row_3 li {
  width: 33.3333333333%;
}
#lookbook_select .lb_wrap .lb_box ul.row_2 li {
  width: 50%;
}
#lookbook_select .lb_wrap .lb_box ul.row_3 li, #lookbook_select .lb_wrap .lb_box ul.row_2 li {
  float: left;
  padding: 0 1px 0 1px;
  margin-right: 0;
  margin-bottom: 0;
}
#lookbook_select .lb_wrap .lb_box ul.row_3 li:last-child, #lookbook_select .lb_wrap .lb_box ul.row_2 li:last-child {
  margin-right: 0;
  border-right: none;
}
#lookbook_select .lb_notes_bx .lb_notes_logo {
  width: 15%;
  height: auto;
  margin: 0 auto 20px;
}
#lookbook_select .lb_notes_bx .lb_notes_ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  font-size: 110%;
}
#lookbook_select .lb_notes_bx .lb_notes {
  text-align: center;
  margin-bottom: 20px;
}
#lookbook_select .lb_wrap .lb_logo.yukine {
  width: 20%;
}

/*store_movie_box
**********************/
.store_movie_box {
  display: block;
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}
.store_movie_box a {
  display: inline;
}
.store_movie_box dl {
  line-height: 1.5em;
}
.store_movie_box dl dd {
  text-align: left;
  padding-bottom: 5px;
}

dl.store_movie_box dl dt {
  text-align: left;
  padding-bottom: 5px;
}

.store_movie_box dl dt {
  width: 100px;
}
.store_movie_box dl dd {
  margin-left: 110px;
  margin-top: -1.5em;
}

h4.store_name_movie {
  text-align: center;
  font-size: 110%;
  line-height: 1.5em;
  padding-bottom: 3%;
}
h4.store_name_movie a {
  text-decoration: none;
  font-weight: bold;
}

/*2016/09/07　追加*/
.lb_wrap .lb_gold_box ul li {
  float: left;
  margin: 0;
  padding: 0;
}
.lb_wrap .bx-wrapper .bx-pager {
  bottom: -40px;
}
.lb_wrap .bx-wrapper .bx-pager a {
  background: #FFF;
  border: 1px solid #CCC;
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
.lb_wrap .bx-wrapper .bx-pager a.active {
  background: #333;
}
.lb_wrap .bx-wrapper .bx-controls-auto {
  bottom: -40px;
}
.lb_wrap .bx-wrapper .bx-controls-direction a {
  top: 104%;
  width: 6%;
}
.lb_wrap .bx-wrapper .bx-prev {
  background: url(../../img/lb_brad/slide_prev.png) no-repeat 0 0;
  background-size: 20px;
}
.lb_wrap .bx-wrapper .bx-next {
  background: url(../../img/lb_brad/slide_next.png) no-repeat 0 0;
  background-size: 20px;
}

/*スマホのスライド部分*/
/*スクロールするサムネイル*/
/*.bx-has-pager{
  overflow-x: auto;
  overflow-y: hidden;
  width:250% !important;
}
.bx-pager{
  width:150% !important;
	  -webkit-overflow-scrolling: touch;
}
.bx-pager > * {
  -webkit-transform: translateZ(0px);
}
.bx-has-pager::-webkit-scrollbar {
  display: none;
  height: 0 !important;
}
*/
@media only screen and (max-width: 800px) {
  #contents_inner {
    margin-bottom: 80px;
  }
  .lb_movie_box {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 680px) {
  .lb_wrap {
    padding-top: 0px;
    margin-bottom: 40px;
  }
  .lb_wrap h2 {
    font-size: 18px;
    font-weight: normal;
  }
  .lb_wrap .lb_logo {
    width: 15%;
    margin: 0 auto 20px;
  }
  .lb_wrap .lb_box ul li {
    margin-right: 0;
    margin-bottom: 0px;
    padding: 0;
  }
  .lb_wrap .lb_box ul li p {
    text-align: center;
    font-size: 14px;
  }
  .lb_wrap .lb_box ul li p.brand_name {
    padding: 10px 0;
    font-size: 16px;
  }
  p.brand_name img {
    display: inline-block;
    height: 18px;
  }
  p.step_num {
    font-size: 110%;
  }
}
/* store.html
************************/
body#store::before {
  background: url(../../img/store/store_logo.png) no-repeat left top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 220px;
  bottom: 0;
  right: 0;
  width: 480px;
  height: 670px;
  max-width: 40%;
  max-height: 50%;
  margin: auto;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
  overflow: visible;
}

#store #wrapper {
  background-color: rgba(255, 255, 255, 0.95);
}

#contents_inner {
  margin-bottom: 50px;
  padding-right: 0;
}

.store_wrap {
  padding: 85px 0px 0;
}
.store_wrap h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 25px;
  text-align: center;
}

/*store menu 2016/02/02追加*/
.store_menu {
  width: 290px;
  margin: 0 auto 40px;
}
.store_menu .store_cate {
  float: left;
}
.store_menu .store_cate a {
  display: block;
  width: 90px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
}
.store_menu .store_cate a:hover {
  display: block;
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.store_menu .store_cate a[href="#j_tyubu"] {
  margin-right: 0;
}
.store_menu .store_cate a[href="#j_kansai"] {
  width: 140px;
}
.store_menu .store_cate a[href="#j_kyusyu"] {
  width: 140px;
  margin-right: 0;
}
.store_menu .store_cate a[href="#usa"] {
  width: 140px;
}
.store_menu .store_cate a[href="#taiwan"] {
  width: 140px;
  margin-right: 0;
}
.store_menu .store_cate a[href="#partner"] {
  width: 140px;
}
.store_menu .store_cate a[href="#dealer"] {
  width: 140px;
  margin-right: 0;
}
.store_menu .store_cate a[href="#newopen"] {
  width: 290px;
}

/*store_category*/
.store_category {
  margin-bottom: 40px;
}
.store_category h3 {
  border: 1px solid #000;
  width: 65px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  margin: 0 auto 40px;
  font-size: 12px;
}
.store_category h3.w6em {
  width: 130px;
}
.store_category .store_box {
  float: left;
  width: 45%;
  padding-left: 0%;
  margin-bottom: 40px;
  margin-right: 10%;
}
.store_category .store_box:nth-child(odd) {
  margin-right: 0;
}

.store_box h4.store_name {
  margin-bottom: 10px;
}
.store_box h4.store_name a {
  text-decoration: underline;
}
.store_box h4.store_name.store_view {
  width: auto;
  height: auto;
}
.store_box p {
  text-align: left;
}
.store_box div.store_address {
  margin-bottom: 10px;
}
.store_box div.store_address p {
  font-size: 90%;
}
.store_box p.store_tel a {
  display: inline-block;
}
.store_box .store_info ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.store_icon a {
  display: block;
  width: 87px;
  height: 30px;
  border: 1px solid #000;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  font-size: 80%;
}
.store_icon a:hover {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

.store_view {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.store_box a {
  text-decoration: none;
}

/**/
.shop_sns li {
  width: 25px;
  height: 25px;
}

/*modal slide*/
.photo_area {
  display: none;
}

#cboxOverlay {
  background: #000;
}

#cboxLoadedContent {
  background: #fff;
  padding: 0;
  overflow: auto;
  -webkit-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose, #cboxTitle {
  top: -30px;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible;
}

#cboxTitle {
  color: #fff;
}

#inline-content {
  /* インラインを使用する時のみ */
  margin: 20px;
}

#ajax-wrap {
  /* ajaxを使用する時のみ */
  margin: 20px;
}

/*矢印系*/
#cboxPrevious {
  background: url(../../img/store/colorbox/aro_prev.png) no-repeat left top;
  background-size: 80%;
  width: 38px;
  height: 70px;
  top: 45%;
  left: -58px;
}

#cboxNext {
  background: url(../../img/store/colorbox/aro_next.png) no-repeat right top;
  background-size: 80%;
  width: 38px;
  height: 70px;
  top: 45%;
  right: -58px;
}

#cboxPrevious:hover {
  background-position: 0 0;
  opacity: 0.7;
}

#cboxNext:hover {
  background-position: right 0 top 0;
  opacity: 0.7;
}

#cboxClose {
  background: url(../../img/ico_close.png) no-repeat center center;
  background-size: 20px;
  right: 10px;
}
#cboxClose:hover {
  background: url(../../img/ico_close.png) no-repeat center center;
  background-size: 20px;
}

#cboxCurrent {
  color: #fff;
  text-indent: 0;
  right: 50%;
  top: 104%;
}

/*写真サイズ*/
/*0914更新　MAPURL*/
.map_url a {
  display: inline;
  text-decoration: underline;
}

/* concept.html
**********************************/
.concept_wrap {
  padding-top: 85px;
  margin-bottom: 150px;
}
.concept_wrap p {
  line-height: 2.5;
}
.concept_wrap h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 40px;
  text-align: center;
}

.concept_main {
  margin-bottom: 6%;
  padding: 0 15px;
}
.concept_main h3 {
  font-size: 140%;
  margin-bottom: 20px;
  text-align: center;
  font-weight: normal;
}

.cocept_box {
  width: 100%;
  margin-bottom: 6%;
  position: relative;
}
.cocept_box .concept_logo {
  max-width: 138px;
  margin: 0 0 21.4285714286%;
}
.cocept_box .concept_visual {
  float: left;
  max-width: 480px;
  width: 48.9795918367%;
  margin-bottom: 30px;
}
.cocept_box .concept_text {
  float: left;
  max-width: 500px;
  width: 51.0204081633%;
  padding-left: 5.8163265306%;
}
.cocept_box .concept_msg {
  margin-bottom: 50px;
}
.cocept_box .concept_msg h3.concept_ttl {
  text-align: left;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 24px;
}
.cocept_box .concept_msg p {
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
}

.concept_nav ul li {
  float: left;
  margin-right: 20px;
}
.concept_nav ul li:last-child {
  margin-right: 0;
}
.concept_nav ul li a {
  text-align: center;
}
.concept_nav ul li a:hover {
  text-decoration: none;
}

/* contact
*********************/
#contact {
  padding-top: 85px;
  margin: 0 auto 40px;
  width: 765px;
}
#contact h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 25px;
  text-align: center;
}

#contact_form input[type=radio] {
  width: 15px;
  height: 15px;
  border: 2px solid #19283C;
  border-radius: 15px;
  background: transparent;
  opacity: 0.5;
}
#contact_form input[type=radio]:checked {
  background: #aaa;
  border: 2px solid #aaa;
  opacity: 1;
}

/* =contact
-------------------------------------------------------------------------------------------- */
#contact .h3_str {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #b58532;
  /* color:#ff69a3;*/
  font-size: 90%;
  letter-spacing: 0.1em;
  line-height: 150%;
}
#contact .h3_str a {
  /*color:#0066CC;*/
}

#contact_form input[type=text], #contact_form textarea {
  border: 1px solid #CCC;
  width: 30em;
  line-height: 170%;
  padding: 0.3em;
}
#contact_form select {
  margin: 10px 0;
}

.shoplist {
  margin: 10px 0;
  border: 1px solid #000;
  width: 250px;
  height: 25px;
  padding: 5px 10px;
  text-align: center;
  line-height: 15px;
  background: url(../../img/contact/select_updown.png) no-repeat right 5% center;
  background-size: 5px;
  font-size: 95%;
}

#contact_form {
  padding: 5px;
}

#store_form {
  /*display: none;*/
}

#contact_form table {
  width: 100%;
  background-color: #fff;
  line-height: 170%;
  font-size: 14px;
}
#contact_form table .c03 {
  color: #ff69a3;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#contact_cat label {
  letter-spacing: 0.1em;
  display: block;
  padding: 10px 10px;
  margin: 5px 0;
  width: 27em;
  margin-right: 10px;
  border: 1px solid #000;
  line-height: 1;
  cursor: pointer;
  font-size: 90%;
}
#contact_cat label span {
  vertical-align: middle;
}
#contact_cat label.on {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

#contact_form table th {
  text-align: left;
  padding: 0.5em 20px;
  border-bottom: 1px solid #eee;
  width: 17em;
  vertical-align: middle;
  font-weight: normal;
}
#contact_form table td {
  padding: 0.5em 20px;
  border-bottom: 1px solid #eee;
}
#contact_form table th .caution {
  color: #ff69a3;
  font-size: 10px;
}
#contact_form p {
  /*width:725px;*/
  width: 100%;
  padding: 20px 20px;
  background-color: #fff;
}

#btn_chk_postalcode {
  padding: 5px 15px;
  border: 1px solid #000;
  background: #000;
  color: #FFF;
  cursor: pointer;
}
#btn_chk_postalcode:hover {
  background: #FFF;
  color: #000;
}

#contact_form div#confirm_btn {
  text-align: center;
}
#contact_form div#confirm_btn input {
  padding: 5px 15px;
  border: 1px solid #000;
  background: #000;
  color: #FFF;
  cursor: pointer;
  vertical-align: middle;
  font-family: Crimson Text, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#contact_form div#confirm_btn input:hover {
  background: #FFF;
  color: #000;
}
#contact_form div#confirm_btn input[type=submit], #contact_form div#confirm_btn input[type=button] {
  width: 200px;
  height: 50px;
  font-size: 18px;
  border-radius: 5px;
}

p.center > input[type=submit] {
  margin-bottom: 30px;
}

#contact_form p#fitting_alert {
  display: none;
  width: auto;
  font-weight: normal;
  font-size: 90%;
  border: none;
  text-align: left;
}

.center.notice {
  font-size: 70%;
}

/* greeting
************************************/
#contact #greeting {
  padding: 3em 0;
  color: #ff69a3;
  text-align: center;
  display: none;
}
#contact #greeting h3 {
  text-align: center;
  font-size: 150%;
  line-height: 1.7;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#contact #greeting .date {
  text-align: center;
  font-size: 120%;
  margin: 2em 0;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

/*php生成部分*/
.ERR {
  color: #ff1125;
}

/*iOSズーム対策*/
input[type=text], textarea {
  font-size: 14px;
}

@media only screen and (max-width: 800px) {
  #contact {
    width: 95%;
    margin: 0 auto 30px;
    padding-top: 0px;
  }
  #contact_form table th, #contact_form table td {
    display: block;
  }
  p.center > input {
    display: block;
  }
  #contact_form div#confirm_btn input.back_btn {
    position: static;
  }
}
@media only screen and (max-width: 680px) {
  #contact h2 {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
    padding-left: 0;
  }
  #contact_form table {
    margin: 0 auto;
  }
  #contact_cat label {
    width: 100%;
  }
  #contact_form input[type=text], #contact_form textarea {
    border: 1px solid #CCC;
    width: 100%;
    line-height: 170%;
    padding: 0.3em;
  }
  #contact_form table th {
    font-weight: bold;
  }
}
@media only screen and (max-width: 320px) {
  #zip {
    width: 5em !important;
  }
}
/*contact_completion*/
#contact_completion #contact h2 {
  margin-bottom: 60px;
}
#contact_completion .sent_msg_wrap {
  text-align: center;
}
#contact_completion .sent_hdr {
  font-size: 500%;
  margin-bottom: 40px;
}
#contact_completion .sent_thank {
  font-size: 200%;
  margin-bottom: 40px;
}
#contact_completion .sent_msg p {
  font-size: 90%;
}
#contact_completion .sent_msg p.col01, #contact_completion .sent_msg p.col02 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 680px) {
  #contact_completion #contact h2 {
    margin-bottom: 30px;
  }
  #contact_completion .sent_hdr {
    font-size: 400%;
  }
  #contact_completion .sent_thank {
    font-size: 150%;
  }
  #contact_completion .sent_msg p {
    font-size: 80%;
  }
}
/*new_info.html
**********************/
#news_info #contents {
  margin-bottom: 40px;
}
#news_info .news_wrap {
  padding: 85px 30px 0;
}
#news_info .news_wrap h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 40px;
  text-align: center;
}
#news_info .news_wrap li.news_box {
  margin-bottom: 30px;
}
#news_info .news_wrap li.news_box hr {
  display: none;
}
#news_info .news_wrap li.news_box .news_ico_dt {
  display: inline-block;
  margin-right: 20px;
}
#news_info .news_wrap li.news_box .news_ico_dt span.ico_info, #news_info .news_wrap li.news_box .news_ico_dt span.ico_shop {
  display: inline-block;
  border: 1px solid #000;
  width: 60px;
  height: 20px;
  line-height: 1.5;
  text-align: center;
  margin-right: 20px;
  font-size: 80%;
}
#news_info .news_wrap li.news_box .news_ico_dt span.ico_shop {
  color: #FFF;
  background-color: #000;
}
#news_info .news_wrap li.news_box .news_hline {
  display: inline-block;
  background: url(../../img/news_aro_right.png) no-repeat;
  background-position: right center;
  background-size: 10px;
  padding-right: 20px;
  font-size: 90%;
}

/* news_detail.html
*********************/
#news_detail #contents {
  margin-bottom: 40px;
}

.news_detail_wrap {
  padding: 85px 30px 0;
}
.news_detail_wrap h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 40px;
  text-align: center;
}

.news_detail_box {
  margin-bottom: 40px;
}

/* 20160620以降のニュース記事に適用リンクを改行させない*/
.news_detail_box02 {
  margin-bottom: 40px;
}
.news_detail_box02 a {
  display: inline;
}

.news_ico_dt {
  text-align: center;
  margin-bottom: 20px;
}

.news_ttl {
  text-align: center;
  margin-bottom: 40px;
}

.news_ico_dt span.ico_info {
  display: inline-block;
  border: 1px solid #000;
  width: 60px;
  height: 20px;
  line-height: 1.5;
  text-align: center;
  margin-right: 20px;
  font-size: 80%;
}
.news_ico_dt span.ico_shop {
  display: inline-block;
  border: 1px solid #000;
  width: 60px;
  height: 20px;
  line-height: 1.5;
  text-align: center;
  margin-right: 20px;
  font-size: 80%;
  color: #FFF;
  background-color: #000;
}

.news_contents {
  text-align: center;
}
.news_contents table {
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
}
.news_contents table tr {
  border-bottom: 1px solid #000;
}
.news_contents table th {
  border: 1px solid #000;
  vertical-align: middle;
  background: #f8f6ee;
  padding: 10px;
}
.news_contents table td {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  vertical-align: middle;
  padding: 10px;
}

.inline_tbl_hidden {
  display: none;
}

/* //base end */
/* USA original */
/* TOP ************************/
.en_page .sns_nav {
  width: 25.333333333%;
}
.en_page .sns_nav ul li {
  width: 7%;
}
.en_page .genbook_wrap {
  display: none;
  text-align: center;
}
.en_page .concept_wrap .concept_main p {
  width: 80%;
  margin: 0 auto;
}

/* store.en_page ************************/
#store.en_page .store_menu .store_cate a[href="#j_kanto"] {
  width: 140px;
}
#store.en_page .store_menu .store_cate a[href="#j_kansai"] {
  width: 140px;
  margin-right: 0;
}
#store.en_page .store_menu .store_cate a[href="#j_kyusyu"] {
  margin-right: 0;
}
#store.en_page .store_menu .store_cate a[href="#usa"] {
  width: 140px;
}
#store.en_page .store_menu .store_cate a[href="#taiwan"] {
  width: 140px;
  margin-right: 0;
}
#store.en_page .store_menu .store_cate a[href="#partner"] {
  width: 290px;
}

#store.en_page .store_icon a.bk_on_appo {
  width: 174px;
}

/* // end of USA original */
/* TAIWAN original */
/* TOP ************************/
.tw_page .sns_nav ul {
  text-align: center;
}
.tw_page .sns_nav ul li {
  float: none;
  display: inline-block;
}

@media only screen and (max-width: 680px) {
  .tw_page .main_nav ul li:first-child {
    width: 26.666666666%;
  }
}
/* store.tw_page ************************/
#store.tw_page .store_menu .store_cate a[href="#j_kanto"] {
  width: 140px;
}
#store.tw_page .store_menu .store_cate a[href="#j_kansai"] {
  width: 140px;
  margin-right: 0;
}
#store.tw_page .store_menu .store_cate a[href="#j_kyusyu"] {
  margin-right: 0;
}
#store.tw_page .store_menu .store_cate a[href="#usa"] {
  width: 140px;
  margin-right: 0;
}
#store.tw_page .store_menu .store_cate a[href="#taiwan"] {
  width: 140px;
  margin-right: 10px;
}
#store.tw_page .store_menu .store_cate a[href="#partner"] {
  width: 290px;
}

/* // end of TAIWAN original */
/* set PC mode. Rewirte min-width to fit the aishipR setting*/
/* set PC mode. Rewirte min-width to fit the aishipR setting*/
@media only screen and (min-width: 960px) and (max-width: 1280px) {
  /*
  	PC mode
  *********************************/
  #contents h1 {
    max-width: 1500px;
    max-height: 920px;
  }
  /* top_bxslider */
  .bx-wrapper .bx-viewport {
    max-height: 900px;
  }
  .top_slider .bx-wrapper .bx-prev, .top_slider .bx-wrapper .bx-next {
    display: none;
  }
  /* news_detail.html
  *********************/
}
@media only screen and (min-width: 960px) and (max-width: 1280px) and (max-width: 1080px) {
  .inline_tbl_hidden {
    display: inherit;
  }
  .news_contents table {
    width: 100%;
  }
  .news_contents table tr {
    margin-bottom: 20px;
    padding: 10px 0;
    border-radius: 5px;
    border: 1px solid #000;
    display: block;
  }
  .news_contents table tr.blk_tbl_hidden {
    display: none;
  }
  .news_contents table tr:nth-child(3n+2) {
    background: #555;
    border: 1px solid #555;
    color: #fff;
  }
  .news_contents table td {
    display: block;
  }
  .news_contents table thead {
    display: none;
  }
  .news_contents table td {
    border-left: none;
    border-right: none;
    vertical-align: middle;
    padding: 0 10px 5px;
  }
}
/* set Tablet mode. Rewirte min-width and max-width to fit the aishipR setting*/
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .tb_hidden {
    display: none !important;
  }
  .sp_hidden {
    display: block;
  }
  .pc_hidden {
    display: block;
  }
  #header {
    float: none;
    width: 100%;
    position: static;
  }
  .logo_campany {
    width: 17.33333333%;
    height: auto;
    margin: 0 auto 0;
    margin-bottom: 0px;
    padding: 20px 0 0 0;
  }
  .locale_nav {
    margin-bottom: 20px;
  }
  .locale_nav p a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .locale_nav p a.locale_selected {
    background: url(../../img/ico_locale_selected.png) no-repeat center bottom -5px;
    padding-bottom: 4px;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .main_nav {
    margin-bottom: 0;
  }
  .main_nav ul {
    padding: 10px 0;
    margin: 10px 0;
  }
  .main_nav ul li {
    margin-right: 0%;
    padding: 5px 0 0 0;
    text-align: center;
  }
  .main_nav ul li:last-child {
    margin-right: 0%;
  }
  .main_nav ul li a {
    border-right: 1px solid #000;
    font-size: 14px;
    line-height: 1;
  }
  .main_nav ul li:nth-child(n+4) a {
    border-right: none;
  }
  .main_nav ul li:first-child {
    width: 26.666666666%;
    text-align: center;
    padding-right: 0;
  }
  .main_nav ul li:nth-child(2) {
    width: 19.2%;
  }
  .main_nav ul li:nth-child(3) {
    width: 21%;
  }
  .main_nav.sp_nav ul li:nth-child(n+4) {
    width: 33%;
    text-align: center;
  }
  .main_nav ul li:last-child {
    padding-left: 0;
  }
  /* TOP index.html */
  #top #header {
    float: none;
    width: 100%;
    position: fixed;
    background: none;
  }
  #top .logo_campany {
    width: 27.33333333%;
    height: auto;
    margin: 0 auto 0 20px;
    margin-bottom: 0px;
    padding: 20px 0 0 0;
  }
  #top #footer {
    background-color: rgba(255, 255, 255, 0.4);
  }
  /* // TOP index.html */
  #contents {
    margin-bottom: 80px;
    padding-left: 0;
  }
  #contents_inner {
    margin-bottom: 70px;
    padding-top: 0;
    width: 100%;
    padding: 0 5%;
  }
  #contents h1 {
    max-width: 100%;
  }
  .top_logo {
    max-width: 200px;
    max-height: 200px;
    right: 0%;
  }
  .sp_hidden.pc_hidden {
    display: inherit;
  }
  h1 p.sp_hidden {
    display: none;
  }
  #top #contents_inner {
    margin-bottom: 40px;
  }
  /* news_info.html
  **********************************/
  #news_info .news_wrap {
    padding-top: 0;
  }
  /* concept.html
  **********************************/
}
/* set SmartPhone mode. Rewirte max-width to fit the aishipR setting*/
@media only screen and (max-width: 599px) {
  #contents_inner {
    padding-right: 0px;
    width: 100%;
  }
  body {
    font-size: 1.4rem;
    font-size: 14px;
  }
  .mode_switch {
    padding-bottom: 1px;
  }
  .sp_hidden {
    display: none !important;
  }
  .pc_hidden {
    display: block;
  }
  .tb_hidden {
    display: block;
  }
  #header {
    float: none;
    width: 100%;
    position: static;
  }
  #top #header {
    float: none;
    width: 100%;
    position: fixed;
    background: none;
  }
  /*会社ロゴ*/
  #top .logo_campany {
    /*width: 37.33333333%;*/
    width: 27.33333333%;
    height: auto;
    margin: 0 auto 0 20px;
    margin-bottom: 0px;
    padding: 20px 0 0 0;
  }
  .logo_campany {
    width: 37.33333333%;
    height: auto;
    margin: 0 auto 0;
    margin-bottom: 0px;
    padding: 20px 0 0 0;
  }
  .main_nav {
    margin-bottom: 0;
  }
  .main_nav ul {
    padding: 10px 0;
    margin: 10px 0;
  }
  .main_nav ul li {
    margin-right: 0%;
    padding: 5px 0 0 0;
    text-align: center;
  }
  .main_nav ul li:last-child {
    margin-right: 0%;
  }
  .main_nav ul li a {
    border-right: 1px solid #000;
    font-size: 14px;
    line-height: 1;
  }
  .main_nav ul li:nth-child(n+4) a {
    border-right: none;
  }
  .main_nav ul li:first-child {
    width: 26.666666666%;
    text-align: center;
    padding-right: 0;
  }
  .main_nav ul li:nth-child(2) {
    width: 19.2%;
  }
  .main_nav ul li:nth-child(3) {
    width: 21%;
  }
  .main_nav.sp_nav ul li:nth-child(n+4) {
    width: 33%;
    text-align: center;
  }
  .main_nav ul li:last-child {
    padding-left: 0;
  }
  #contents {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  #contents h1 {
    padding: 0;
    margin-bottom: 20%;
    max-width: 100%;
  }
  /*index.html */
  #top #header {
    position: fixed;
  }
  .top_logo {
    max-width: 200px;
    max-height: 200px;
    right: 0%;
  }
  #top .locale_nav {
    margin-bottom: 0;
  }
  .locale_nav {
    margin-bottom: 20px;
  }
  .locale_nav p a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .locale_nav p a.locale_selected {
    background: url(../../img/ico_locale_selected.png) no-repeat center bottom -5px;
    padding-bottom: 4px;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .vegas_pager {
    bottom: -70%;
  }
  #top #footer {
    background-color: rgba(255, 255, 255, 0.4);
  }
  #footer a {
    text-decoration: none;
  }
  /* store.html
  ************************/
  body::before {
    top: 200px;
    left: 0;
  }
  #contents_inner.store_wrap {
    padding: 0px 30px 0;
  }
  .store_wrap h2 {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
    padding-left: 0;
  }
  .store_category {
    width: 320px;
    margin: 0 auto 40px;
  }
  .store_category .store_box {
    float: none;
    width: 100%;
    padding-left: 0%;
    margin-bottom: 20px;
  }
  .store_view.pc_hidden {
    display: inline-block;
  }
  /*矢印系*/
  #cboxPrevious {
    background-size: 20px;
    top: 105%;
    left: 5px;
  }
  #cboxNext {
    background-size: 20px;
    top: 105%;
    right: 5px;
  }
  #cboxCurrent {
    top: 108%;
  }
  /* concept.html
  **********************************/
  /*new_info.html
  **********************/
  /* news_detail.html
  *********************/
  /* for iphone5 and Android etc..*/
}
@media only screen and (max-width: 599px) and (max-width: 414px) {
  body#store::before {
    top: 200px;
    left: 0;
  }
  #store #contents {
    background-position: left 12% top 0px;
    background-size: 80px;
    background-attachment: local;
  }
  #store #contents_inner {
    background-color: rgba(255, 255, 255, 0);
  }
  .store_category {
    width: 100%;
  }
  /*各リンクボタンのサイズ、位置変更*/
  .store_box .store_info ul li {
    float: left;
    display: block;
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 10px;
  }
  .store_box .store_info ul li:nth-child(2) {
    margin-right: 0;
  }
  .store_box .store_info ul.shop_sns li:nth-child(2) {
    margin-right: 5%;
  }
  .store_box .store_info ul li:nth-child(3) {
    width: 100%;
    margin-bottom: 0;
  }
  .store_icon a {
    display: block;
    width: 100%;
    height: 30px;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
    font-size: 80%;
  }
  .store_icon a:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
  }
  .store_view {
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .store_box .store_info ul.shop_sns li {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .concept_wrap {
    padding-top: 0px;
    margin-bottom: 0px;
  }
  .concept_wrap h2 {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
    padding-left: 0;
  }
  .concept_main h3 {
    font-size: 20px;
  }
  .concept_sp_menu {
    max-width: 271px;
    margin: 0 auto 8%;
  }
  .concept_sp_menu ul li {
    float: left;
    max-width: 77px;
    margin-right: 20px;
  }
  .concept_sp_menu ul li a {
    display: block;
  }
  .concept_sp_menu ul li:last-child {
    margin-right: 0;
  }
  .cocept_box {
    float: none;
    width: 100%;
    padding: 0;
  }
  .cocept_box .concept_logo {
    display: block;
    width: 25%;
    margin: 0;
    position: absolute;
    right: 30px;
    top: 90px;
  }
  .cocept_box .concept_visual {
    float: none;
    width: 100%;
  }
  .cocept_box .concept_visual > img {
    width: 63.3333333333%;
  }
  .cocept_box .concept_text {
    float: none;
    width: 100%;
    padding: 0;
  }
  .cocept_box .concept_text .concept_msg h3.concept_ttl {
    text-align: center;
    font-size: 20px;
  }
  .cocept_box .concept_text .concept_msg p {
    text-align: center;
  }
  .concept_nav {
    margin-bottom: 35px;
  }
  .concept_nav ul {
    margin: 0 auto;
  }
  .concept_nav ul.w282 {
    width: 282px;
  }
  .concept_nav ul.w202 {
    width: 202px;
  }
  .concept_nav ul li {
    float: left;
    margin-right: 3%;
    margin-bottom: 0px;
    padding-right: 3%;
    border-right: 1px solid #333;
    height: 15px;
    line-height: 15px;
  }
  .concept_nav ul li.li_last {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  .concept_nav ul li a {
    text-align: center;
    text-decoration: none;
    font-size: 16px;
  }
  #news_info #contents_inner {
    padding-right: 30px;
  }
  #news_info .news_wrap {
    padding: 0px 30px 0;
  }
  #news_info .news_wrap h2 {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
    padding-left: 0;
  }
  #news_info .news_wrap li.news_box {
    margin-bottom: 20px;
  }
  #news_info .news_wrap li.news_box hr {
    display: inherit;
    width: 90%;
    border-style: dotted;
    margin: 0 auto;
  }
  #news_info .news_wrap li.news_box .news_ico_dt {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  #news_info .news_wrap li.news_box .news_hline {
    margin-bottom: 10px;
    background-position: right top;
  }
  #news_info .news_wrap li.news_box .news_ico_dt span.ico_info, #news_info .news_wrap li.news_box .news_ico_dt span.ico_shop {
    line-height: 1.7;
  }
  #contents_inner.news_detail_wrap {
    padding: 0px 30px 0;
  }
  .news_detail_wrap h2 {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
    padding-left: 0;
  }
  .news_ttl {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 599px) and (max-width: 320px) {
  /* store.html
  ************************/
  /*store menu 2016/02/02追加*/
  .store_menu {
    width: 100%;
    margin: 0 auto 30px;
  }
  .store_menu .store_cate a {
    display: block;
    width: 57.5px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .store_menu .store_cate a:hover {
    display: block;
    border: 1px solid #000;
    background: #000;
    color: #fff;
  }
  .store_menu .store_cate a[href="#j_kyusyu"] {
    margin-right: 0;
  }
  .store_menu .store_cate a[href="#usa"] {
    width: 125px;
  }
  .store_menu .store_cate a[href="#taiwan"] {
    width: 125px;
    margin-right: 0;
  }
  .store_menu .store_cate a[href="#partner"] {
    width: 125px;
  }
  .store_menu .store_cate a[href="#dealer"] {
    width: 125px;
    margin-right: 0;
  }
  .store_menu .store_cate a[href="#newopen"] {
    width: 260px;
    margin-right: 0;
  }
  /*各リンクボタンのサイズ、位置変更*/
  .store_box .store_info ul li {
    float: left;
    display: block;
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 10px;
  }
  .store_box .store_info ul li:nth-child(2) {
    /*margin-right:0;*/
  }
  .store_box .store_info ul li:nth-child(3) {
    /*width:100%;
    margin-bottom:0;*/
  }
  .store_icon a {
    display: block;
    width: 100%;
    height: 30px;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
    font-size: 80%;
  }
  .store_icon a:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
  }
  .store_view {
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  /* concept.html
  **********************************/
  .concept_main, .cocept_box .concept_msg {
    font-size: 11px;
  }
  /* news_detail.html
  *********************/
  .news_contents table {
    font-size: 12px;
  }
}
body#entop #header, body#en_aboutus #header {
  position: relative;
  float: none;
  width: 100%;
  max-width: 1000px;
  margin: 100px auto 65px;
  background-color: transparent;
}
body#entop #header h1, body#en_aboutus #header h1 {
  max-width: 263px;
  margin: 0 auto;
}
body#entop #contents, body#en_aboutus #contents {
  max-width: 920px;
  padding: 0;
}
body#entop #contents .slide_wrap, body#en_aboutus #contents .slide_wrap {
  margin-bottom: 5%;
}
body#entop #contents .main_theme, body#en_aboutus #contents .main_theme {
  margin-bottom: 5%;
  text-align: center;
}
body#entop #footer, body#en_aboutus #footer {
  max-width: 920px;
  margin: 0 auto;
}
body#entop #footer .lang_nav, body#en_aboutus #footer .lang_nav {
  margin-bottom: 5%;
}
body#entop #footer .lang_nav ul li, body#en_aboutus #footer .lang_nav ul li {
  float: left;
  width: 33.3333333333%;
}
body#entop #footer .lang_nav ul li a, body#en_aboutus #footer .lang_nav ul li a {
  display: block;
  text-align: center;
}
body#entop #footer hr, body#en_aboutus #footer hr {
  width: 100%;
}
body#entop #footer .wob_link, body#en_aboutus #footer .wob_link {
  margin-bottom: 10%;
  text-align: center;
}
body#entop #footer .wob_link a, body#en_aboutus #footer .wob_link a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding-right: 30px;
}
body#entop #footer .wob_link a::after, body#en_aboutus #footer .wob_link a::after {
  display: block;
  position: absolute;
  right: 0px;
  top: 10px;
  content: "";
  width: 12px;
  height: 14px;
  background: url(../../img/en_page/entop/wob_aro.png) no-repeat center center;
}

body#en_aboutus #contents {
  max-width: 1200px;
  width: 1200px;
  padding: 3% 0;
  border-top: 2px solid #b4b4b4;
  border-bottom: 2px solid #b4b4b4;
  margin-bottom: 3%;
}
body#en_aboutus #contents .upper .cnt_box:nth-child(3) {
  margin-right: 0;
}
body#en_aboutus #contents .lower .cnt_box:nth-child(2) {
  margin-right: 0;
}
body#en_aboutus #contents .cnt_box {
  float: left;
  width: 48.75%;
  margin-right: 2.5%;
}
body#en_aboutus #contents .cnt_box .bx-wrapper .bx-controls-direction a {
  display: none;
  /*
      top: 75%;
      background-repeat: no-repeat;
      &.bx-prev{
        left: -25px;
        background-image: url(../../img/en_page/aboutus/aro_l.png);
        background-size: 100%;
      }
      &.bx-next{
        right: -25px;
        background-image: url(../../img/en_page/aboutus/aro_r.png);
        background-size: 100%;
      }
  */
}
body#en_aboutus #contents .cnt_box .about_message {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
body#en_aboutus #contents .cnt_box .about_message h3 {
  max-width: 262px;
  margin: 5% auto;
}
body#en_aboutus #contents .cnt_box .about_message h3 + p {
  margin-bottom: 0;
}
body#en_aboutus #contents .cnt_box .ceo_message {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
body#en_aboutus #contents .cnt_box .ceo_message h2 {
  max-width: 260px;
  margin: 5% auto;
}
body#en_aboutus #contents .cnt_box .paragraph {
  padding: 10px;
  font-size: 18px;
  text-align: justify;
  text-justify: inter-ideograph;
}
body#en_aboutus #footer .home_link {
  margin-bottom: 3%;
}
body#en_aboutus #footer .home_link a {
  position: relative;
  display: block;
  max-width: 86px;
  margin: 0 auto;
  padding-right: 30px;
}
body#en_aboutus #footer .home_link a::after {
  display: block;
  position: absolute;
  right: 0px;
  top: 10px;
  content: "";
  width: 12px;
  height: 14px;
  background: url(../../img/en_page/entop/wob_aro.png) no-repeat center center;
}
body#en_aboutus #footer .home_link a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 600px) and (max-width: 959px) {
  body#entop #wrapper {
    padding: 0 8%;
  }
  body#entop #header {
    margin: 5% auto 8%;
  }
  body#entop #header h1 {
    max-width: 200px;
  }
  body#entop #contents {
    max-width: 100%;
    margin-bottom: 5%;
  }
  body#entop #contents .main_theme {
    max-width: 300px;
    margin: 0 auto 5%;
  }
  body#entop #footer hr {
    display: none;
  }
  body#entop #footer .wob_link a {
    padding: 10px 20px;
    border: 1px solid #676767;
  }
  body#entop #footer .wob_link a::after {
    display: none;
  }
  body#entop #footer .wob_link a img {
    vertical-align: middle;
  }
  body#en_aboutus #wrapper {
    padding: 0 5%;
  }
  body#en_aboutus #header {
    margin: 5% auto 8%;
  }
  body#en_aboutus #header h1 {
    max-width: 200px;
  }
  body#en_aboutus #contents {
    width: 100%;
    border-bottom: none;
  }
  body#en_aboutus #contents .cnt_box {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  body#en_aboutus #contents .cnt_box:nth-child(even) {
    margin-right: 0;
  }
  body#en_aboutus #contents .cnt_box .slide_wrap {
    width: 100%;
    margin: 0 auto;
  }
  body#en_aboutus #contents .cnt_box .about_message h3 {
    max-width: 202px;
    margin: 5% auto;
  }
  body#en_aboutus #contents .cnt_box .about_message h3 + p {
    margin-bottom: 5%;
  }
  body#en_aboutus #contents .cnt_box .ceo_message h2 {
    max-width: 200px;
    margin: 5% auto;
  }
  body#en_aboutus #contents .cnt_box .paragraph {
    font-size: 16px;
  }
  body#en_aboutus #footer .home_link a {
    max-width: 96px;
    padding: 5px 20px;
    border: 1px solid #676767;
  }
  body#en_aboutus #footer .home_link a::after {
    display: none;
  }
  body#en_aboutus #footer .home_link a img {
    vertical-align: middle;
  }
}
@media only screen and (max-width: 599px) {
  body#entop #wrapper {
    padding: 0 3%;
  }
  body#entop #header {
    margin: 5% auto 8%;
  }
  body#entop #header h1 {
    max-width: 160px;
  }
  body#entop #contents {
    max-width: 100%;
    width: 100%;
    margin-bottom: 5%;
  }
  body#entop #contents .main_theme {
    max-width: 200px;
    margin: 0 auto 5%;
  }
  body#entop #footer .lang_nav {
    margin-bottom: 8%;
  }
  body#entop #footer .lang_nav ul li a img {
    width: 60%;
  }
  body#entop #footer hr {
    display: none;
  }
  body#entop #footer .wob_link a {
    padding: 10px 20px;
    border: 1px solid #676767;
  }
  body#entop #footer .wob_link a::after {
    display: none;
  }
  body#entop #footer .wob_link a img {
    width: 75%;
    vertical-align: middle;
  }
  body#en_aboutus #wrapper {
    padding: 0 5%;
  }
  body#en_aboutus #header {
    margin: 5% auto 8%;
  }
  body#en_aboutus #header h1 {
    max-width: 160px;
  }
  body#en_aboutus #contents {
    width: 100%;
    border-bottom: none;
  }
  body#en_aboutus #contents .cnt_box {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  body#en_aboutus #contents .cnt_box:nth-child(even) {
    margin-right: 0;
  }
  body#en_aboutus #contents .cnt_box .slide_wrap {
    width: 100%;
    margin: 0 auto;
  }
  body#en_aboutus #contents .cnt_box .about_message h3 {
    max-width: 162px;
    margin: 5% auto;
  }
  body#en_aboutus #contents .cnt_box .about_message h3 + p {
    margin-bottom: 5%;
  }
  body#en_aboutus #contents .cnt_box .ceo_message h2 {
    max-width: 160px;
    margin: 5% auto;
  }
  body#en_aboutus #contents .cnt_box .paragraph {
    font-size: 14px;
  }
  body#en_aboutus #footer .home_link a {
    max-width: 96px;
    padding: 5px 20px;
    border: 1px solid #676767;
  }
  body#en_aboutus #footer .home_link a::after {
    display: none;
  }
  body#en_aboutus #footer .home_link a img {
    vertical-align: middle;
  }
}/*# sourceMappingURL=cmn_import.css.map */



/* app page start */
.app_contents,
.app_top{
  width: 680px;
  margin: 0 auto;  
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
@media only screen and (max-width: 1025px) {
  .app_contents,
  .app_top{
    width: 100%;
    display: block;
  }
}
.app_contents div,
.app_top div{
  width: 50%;
}
@media only screen and (max-width: 1025px) {
  .app_contents div,
  .app_top div{
    width: 100%;
  }
}
.app_title{
  font-size: 1.5em;
  font-weight: bold;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 3% 0;
}
.app_txt_head_big{
  font-size: 1.4em;
  margin: 5% 0;
}
.app_txt_head_mid{
  font-size: 1.4em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-weight: bold;
  margin-bottom: 5%;
}
.app_dl_head{
  position: relative;
  display: inline-block;
  margin: 5% auto;
  padding: 7px 10px;
  min-width: 350px;
  width: 100%;
  color: #000;
  background: #e7de99;
  border-radius: 15px;
  z-index: -555;
}
.app_dl_head:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e7de99;
}
.app_dl_head p {
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  font-weight: bold;
}
@media only screen and (max-width: 1025px) {
  .app_dl_head{
    min-width: 100%;
  }
}
.app_qr{
  width: 30%;
  margin: 0 auto;
}
.app_dl_bt{
  width: 75%;
  display: flex;
  margin: 3% auto 0;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
@media only screen and (max-width: 1025px) {
  .app_dl_bt{
    width: 90&;
  }
}
.app_bottom{
  width: 350px;
  margin: 5% auto;
}
@media only screen and (max-width: 1025px) {
  .app_bottom{
    width: 90%;
  }
}
.app_border{
  width: 300px;
  border-top: 1px solid #ccc;
  margin: 5% auto;
  padding: 0;
}
@media only screen and (max-width: 1025px) {
  .app_border{
    width: 90%;
    margin: 10% auto 5%;
  }
}
.app_contents a{
  display: inline;
}
.app_txt_link{
  margin-top: 5%;
}
.row_reverse{
  flex-flow: row-reverse;
}

/* アプリ限定クーポン */
#coupon {
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #000;
	width: 100%;
	text-align: center;
}
#coupon dfn {
	font-style: normal;
	color: #fff;
	display: inline-block;
	background-color: #000;
	padding: 2px 10px;
	margin: 0;
}
#coupon p {
	margin: 5px 0 0;
	line-height: 1.7;
}
#coupon p span {
	display: block;
}
#coupon p .bold {
	font-weight: bold;
	margin-top: -3px;
}
#coupon p .small {
	font-size: 85%;
}

/* app page end */

/* lp start */

.lp{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}
.lp p{
  text-align: left;
  line-height: 2;
  margin-bottom: 3%;
}
.lp h1{
  font-size: 1.5em;
  margin-bottom: 0;
  margin: 0;
}
.lp h2{
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 1%;
  margin-top: 10%;
}
.lp a{
  display: inline;
}
.lp_prev_link{
 border: 1px solid #ccc;
}
.lp_prev_link ul{
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
 padding: 1%;
 margin: 0 auto;
}
.lp_prev_link ul .prev_link_img{
 width: 33%;
}
.lp_prev_link ul .prev_link_txt{
 margin-left: 5px;
}
.lp_prev_link ul li p{
 font-size: 0.8em;
 margin-top: 5px;
}
.lp_prev_link ul li p span{
 font-size: 1.2em;
 font-weight: bold;
}
.lp_prev_link ul li a:hover{
 opacity: 0.6;
}
@media only screen and (max-width: 1025px) {
  .lp h2{
    padding-bottom: 3%;
  }
  .lp p{
    margin-bottom: 8%;
  }
 .lp_prev_link ul{
  display: inherit;
  padding: 2%;
 }
 .lp_prev_link ul .prev_link_img{
 width: 100%;
}
.lp_prev_link ul .prev_link_txt{
 margin-left: 0;
}
 .lp_prev_link ul li p{
  margin: 5px 0;
 }
}
.lp .date{
  color: #595757;
  font-size: 0.8em;
  margin: 1% 0;
}
/* lp end */

/* web cs start */
.webcs_button{
  width: 100%;
  color: #fff;
  text-align: center;
  background: #ea878e;
  margin: 0 auto;
  padding: 3% 0;
}
.webcs_button a{
  color: #fff;
  text-decoration: none;
}
.webcs_button a:hover{
  color: #ea878e;
  transition: ease-out 0.2s;
}
@media only screen and (max-width: 1025px) {
  .webcs_button{
    width: 100%;
    font-size: 0.8em;
    padding: 5% 1%;
  }
  .webcs_button a:hover{
  color: #fff;
  transition: none;
}
}

/* web cs end */

.mb_rp{
  width: 70%;
}
@media only screen and (max-width: 1025px) {
  .mb_rp{
    width: 100%;
  }
}

    /* bt-s */
		.bt a {
			display: block;
			width: 100%;
			font-size: 2rem;
			letter-spacing: 0.6rem;
			text-align: center;
			font-weight: 400;
			text-decoration: none;
			padding: 2% 0 2% 0;
			color: #fff;
			background: url(https://www.rakuten.ne.jp/gold/bradelisny/img/rg_main_cnt/aro_right_white.png) no-repeat 95% center #7e7366;
			background-size: 1rem;
		}
		.bt a:hover {
			color: #000;
			border: 1px solid #7e7366;
			background: url(https://www.rakuten.ne.jp/gold/bradelisny/img/rg_main_cnt/aro_right_black.png) no-repeat 95% center #fff;
			background-size: 1rem;
		}
		
		@media screen and (max-width:640px) {
		.bt a {
			font-size: 1rem;
			letter-spacing: 0.1rem;
			background-size: 0.6rem;
		}
		.bt a:hover {
			background-size: 0.6rem;
		}
		}
		/* bt-e */