@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold !important; }

em {
  font-style: italic !important; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777; }

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: ""; }

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014"; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container:before, .container:after {
  display: table;
  content: " "; }

.container:after {
  clear: both; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-fluid:before, .container-fluid:after {
  display: table;
  content: " "; }

.container-fluid:after {
  clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.row:before, .row:after {
  display: table;
  content: " "; }

.row:after {
  clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " "; }

.form-horizontal .form-group:after {
  clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none; }

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad; }

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74; }

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439; }

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc; }

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512; }

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925; }

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " "; }

.btn-toolbar:after {
  clear: both; }

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group .form-control:focus {
  z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2; }

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav:before, .nav:after {
  display: table;
  content: " "; }

.nav:after {
  clear: both; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li.disabled > a {
  color: #777777; }

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none; }

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

.navbar:before, .navbar:after {
  display: table;
  content: " "; }

.navbar:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " "; }

.navbar-collapse:after {
  clear: both; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333; }

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ "; }

.breadcrumb > .active {
  color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager:before, .pager:after {
  display: table;
  content: " "; }

.pager:after {
  clear: both; }

.pager li {
  display: inline; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }

.jumbotron h1,
.jumbotron .h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out; }

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto; }

.thumbnail .caption {
  padding: 9px;
  color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef; }

a.list-group-item,
button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-body:before, .panel-body:after {
  display: table;
  content: " "; }

.panel-body:after {
  clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header:before, .modal-header:after {
  display: table;
  content: " "; }

.modal-header:after {
  clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " "; }

.modal-footer:after {
  clear: both; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px; }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0; } }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: 0.5; }

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9; }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: "\2039"; }

.carousel-control .icon-next:before {
  content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

#header ol, ul, #breadcrumbs ol {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

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

/***********************************************************************
preset
**********************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: auto; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

html {
  font-size: 62.5%;
  height: 100%; }

body {
  width: 100%;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow-x: hidden;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  background-color: white; }

body * {
  box-sizing: border-box; }

header {
  width: 100%;
  height: 180px;
  background-color: #f4f4f4;
  padding: 50px 0;
  position: absolute;
  z-index: 998; }

header.fixed {
  position: fixed;
  top: -88px; }

header.fixed .logo {
  top: 118px;
  left: 89px;
  width: 115px;
  height: 35px;
  animation: logo-anim 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s forwards; }

@keyframes logo-anim {
  0% {
    top: -100px;
    left: 89px; }
  100% {
    top: 118px;
    left: 89px; } }

header.absolute .logo {
  width: 115px;
  height: 48px;
  animation: logo-anim_2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }

@keyframes logo-anim_2 {
  0% {
    top: 118px;
    left: 89px; }
  30% {
    top: -50px;
    left: 89px; }
  31% {
    top: -50px;
    left: 50%;
    opacity: 1; }
  100% {
    width: 148px;
    height: 45px;
    top: 50px;
    left: 50%; } }

header .logo {
  width: 148px;
  height: 48px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999; }

header .logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/GATSBY_tag-line.png) no-repeat 50% 50%;
  background-size: contain;
  text-indent: -999px;
  overflow: hidden; }

header .search {
  width: 140px;
  height: 32px;
  position: fixed;
  top: 27px;
  right: 40px;
  border-bottom: 1px solid #222;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #f4f4f4; }

header .search::before, header .search::after {
  content: '“';
  position: absolute;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #DDD; }

header .search::before {
  top: -10px;
  left: -20px; }

header .search::after {
  bottom: -10px;
  right: -20px;
  transform: rotate(180deg); }

header .search .searchText {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.15em;
  padding-left: 20px; }

header .search .searchText::before {
  content: '';
  width: 13px;
  height: 13px;
  background: url("../img/common/search.svg") no-repeat 0 0/cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

header .search .gsc-input-box {
  background: #f4f4f4 !important; }

header .search .gsc-input-box-focus {
  box-shadow: none; }

header .search .gsc-input-box-focus input {
  background-color: #f4f4f4 !important; }

header .search .gsc-search-button .gsc-search-button {
  border: 0;
  padding: 0 !important;
  width: 20px;
  height: 20px;
  background: url("../img/common/search.svg") no-repeat 50% 50%/13px 13px; }

header .search .gsc-search-button .gsc-search-button svg {
  display: none; }

header .search .searchBody::before {
  content: '';
  width: 80px;
  height: 100%;
  height: -o-calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #f4f4f4 50%);
  position: absolute;
  top: 0;
  left: -80px;
  z-index: -1; }

header .search.show {
  width: 260px;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }

header .search.show .searchText {
  display: none; }

header .searchBody {
  display: none; }

header .searchBody .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 2px; }

header .searchBody input.gsc-input {
  font-size: 12px;
  font-size: 1.2rem;
  border: none;
  background: none;
  -webkit-appearance: none;
  line-height: 1;
  font-size: 12px !important;
  background-color: #f4f4f4 !important; }

header .searchBody input.gsc-input::-webkit-input-placeholder {
  font-size: 12px; }

header .searchBody input.gsc-input:-moz-placeholder {
  font-size: 12px; }

header .searchBody input.gsc-input::-moz-placeholder {
  font-size: 12px; }

header .searchBody input.gsc-input:-ms-input-placeholder {
  font-size: 12px; }

header .searchBody .gsc-input-box {
  border: none; }

header .searchBody input.gsc-input:focus {
  outline: 0; }

header .searchBody.show {
  display: block;
  padding: 0 10px 2px; }

header .drawer-btn {
  display: none; }

header .drawer-content .drawer-content-logo {
  display: none; }

header .drawer-content nav {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%; }

header .drawer-content nav > ul {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }

header .drawer-content nav > ul > li:not(:first-child) {
  margin-left: 2.56223%; }

header .drawer-content nav > ul > li > a {
  text-decoration: none;
  color: #222;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 10px;
  position: relative; }

header .drawer-content nav > ul > li > a > div {
  overflow: hidden; }

header .drawer-content nav > ul > li > a > div span {
  display: block;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }

header .drawer-content nav > ul > li > a::after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #222;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }

header .drawer-content nav > ul > li:hover a > div span {
  transform: translateY(-100%);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }

header .drawer-content nav > ul > li:hover a > div span:first-child {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

header .drawer-content nav > ul > li:hover a::after {
  width: 100%;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }

header .drawer-content nav > ul > li.products a {
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: #000; }

header .drawer-content nav > ul > li.products .products-list {
  z-index: 1;
  position: absolute;
  top: 70px;
  width: 100%;
  left: 30px;
  width: -o-calc(100% - 60px);
  width: calc(100% - 60px);
  background-color: white;
  overflow-y: scroll;
  border: 20px solid white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  display: none; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner {
  margin: 0px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  padding-left: 30px;
  border-bottom: 1px solid #ddd; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis .title {
  transform: translateX(1em) rotate(90deg);
  transform-origin: 0 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 13px;
  position: absolute;
  top: 15px;
  left: 0;
  width: 10em; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis .num {
  display: none; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul {
  width: 100%;
  padding: 35px 0 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li {
  width: 20%;
  margin-bottom: 15px;
  padding-right: 15px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a .item {
  margin-right: 10px;
  width: 60px; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a .item img {
  width: 100%;
  height: auto; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a .name {
  width: -o-calc(100% - 70px);
  width: calc(100% - 70px); }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a .name .en {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 3px;
  display: block; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a .name .jp {
  font-size: 7px;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", sans-serif; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis:last-child {
  border-bottom: none; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis:last-child ul {
  padding-bottom: 0; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.best-seller .title, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care .title {
  top: 0; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.best-seller ul, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care ul {
  padding-top: 20px; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.best-seller, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.fregrance {
  width: 20%; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.best-seller li, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.fregrance li {
  width: 100%; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit {
  width: 80%;
  padding-left: 50px; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care::before, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit::before {
  content: '';
  width: 1px;
  height: -o-calc(100% - 30px);
  height: calc(100% - 30px);
  background-color: #ddd;
  position: absolute;
  top: 15px;
  left: 0; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care .title, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit .title {
  left: 20px; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care li, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit li {
  width: 100%; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care::before {
  height: -o-calc(100% - 15px);
  height: calc(100% - 15px);
  top: 0px; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit li {
  width: 25%; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.bottom-best ul {
  padding-bottom: 0; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.bottom-best ul li {
  margin-bottom: 0; }

header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.fregrance ul, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit ul {
  padding: 45px 0 30px 0; }

header .drawer-content nav > ul > li.products.on {
  padding-bottom: 100px; }

header .drawer-content nav > ul > li.products.on .products-list {
  display: block;
  animation: nav 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s forwards; }

@keyframes nav {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

header .drawer-content .sns,
header .drawer-content .shop {
  display: none; }

@media all and (max-width: 980px) {
  header {
    height: auto;
    background: none;
    padding: 0; }
  header .logo {
    top: 50px;
    width: 28.53333%;
    max-width: 150px;
    height: 0;
    padding-top: 7.46667%;
    z-index: 1; }
  header .logo a {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%; }
  header .search {
    display: none; }
  header .drawer-btn {
    display: block;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 999;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer; }
  header .drawer-btn .drawer-btn-inner {
    background-color: #000;
    width: 28px;
    height: 68px;
    overflow: hidden; }
  header .drawer-btn .drawer-btn-inner .drawer-btn-inner2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(90deg) translate(-50%, -50%);
    transform-origin: 0 0; }
  header .drawer-btn .drawer-btn-inner .drawer-btn-inner2 .icon {
    position: absolute;
    width: 8px;
    height: 8px;
    display: block;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    margin-top: -1px; }
  header .drawer-btn .drawer-btn-inner .drawer-btn-inner2 .icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white; }
  header .drawer-btn .drawer-btn-inner .drawer-btn-inner2 .icon span:nth-of-type(1) {
    top: 0; }
  header .drawer-btn .drawer-btn-inner .drawer-btn-inner2 .icon span:nth-of-type(2) {
    top: 50%; }
  header .drawer-btn .drawer-btn-inner .drawer-btn-inner2 .icon span:nth-of-type(3) {
    top: 100%;
    width: 50%; }
  header .drawer-btn .drawer-btn-inner .drawer-btn-inner2 p {
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1;
    font-size: 11px;
    font-size: 1.1rem;
    padding-left: 14px;
    width: 4em; }
  header .drawer-btn.close .drawer-btn-inner .drawer-btn-inner2 .icon span:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 0 0.5px;
    width: 140%; }
  header .drawer-btn.close .drawer-btn-inner .drawer-btn-inner2 .icon span:nth-of-type(2) {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  header .drawer-btn.close .drawer-btn-inner .drawer-btn-inner2 .icon span:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 0 0.5px;
    width: 140%; }
  header .drawer-btn.hidden {
    top: -100px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  header .drawer-content {
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 998;
    padding-top: 17.33333%;
    padding-bottom: 25px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  header .drawer-content.on {
    left: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  header .drawer-content .drawer-content-logo {
    display: block;
    position: absolute;
    width: 28.53333%;
    max-width: 150px;
    height: 0;
    padding-top: 7.46667%;
    top: 50px;
    left: 50%;
    transform: translateX(-50%); }
  header .drawer-content .drawer-content-logo a {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("../img/GATSBY_tag-line.png") no-repeat 50% 50%/contain;
    text-indent: -999px;
    overflow: hidden; }
  header .drawer-content nav {
    position: static;
    top: 0;
    margin-bottom: 30px; }
  header .drawer-content nav > ul {
    display: block; }
  header .drawer-content nav > ul > li:not(:first-child) {
    margin-left: 0;
    margin-bottom: 15px;
    position: relative; }
  header .drawer-content nav > ul > li:not(:first-child)::after {
    content: '';
    width: 92%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: 0;
    left: 4%; }
  header .drawer-content nav > ul > li > a {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.1em;
    display: inline-block;
    padding: 0px;
    position: relative;
    margin-left: 4%;
    width: 92%;
    margin-bottom: 15px;
    padding-left: 26px;
    background: url("../img/common/arrow.svg") no-repeat 5px 50%/7px 12px; }
  header .drawer-content nav > ul > li > a::after {
    content: none; }
  header .drawer-content nav > ul > li.products {
    padding-left: 0; }
  header .drawer-content nav > ul > li.products .products-list {
    position: static;
    width: 100%;
    border: none;
    box-shadow: none;
    margin-bottom: 15px;
    display: block; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner {
    display: inline-block;
    width: 100%;
    position: relative; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner::before {
    content: '';
    width: 92%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    left: 4%; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis {
    display: static;
    padding: 0;
    border-bottom: none;
    overflow: hidden; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis::after {
    content: '';
    width: 92%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: 0;
    left: 4%; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis .title {
    transform: translateX(1em) rotate(90deg);
    transform-origin: 0 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 13px;
    position: absolute;
    top: 15px;
    left: 4%;
    width: 10em;
    z-index: 2; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis .num {
    display: block;
    position: absolute;
    top: 10px;
    right: 4%;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1;
    font-size: 8px;
    font-size: 0.8rem;
    color: #CCC; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul {
    width: 100%;
    padding: 30px 0 5px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    z-index: 1; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li {
    width: 90px;
    min-width: 90px;
    margin-bottom: 15px;
    padding-right: 0;
    position: relative; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li:first-child {
    margin-left: 9.33333%; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a {
    display: block; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a .item {
    margin-right: 0;
    width: 90px;
    margin: 0 auto; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a .item img {
    width: 100%;
    height: auto; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a .name {
    width: 100%;
    text-align: center; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a .name .en {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1.2;
    margin: 0; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis ul li a .name .jp {
    display: none; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis:not(.hair-styling) ul li a .item {
    margin-bottom: 10px; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-styling ul {
    -ms-flex-align: end;
    align-items: flex-end; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-styling ul li:nth-child(n + 5) a .item {
    margin-bottom: 10px; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.best-seller ul li a .item {
    margin: -15px 0 -10px 0; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.best-seller, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.fregrance, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit {
    width: 100%;
    padding: 0; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.best-seller::before, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.fregrance::before, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care::before, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit::before {
    content: none; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.best-seller .title, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.fregrance .title, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care .title, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit .title {
    top: 15px;
    left: 4%; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.best-seller ul, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.fregrance ul, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care ul, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit ul {
    padding: 25px 0 5px 0; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.best-seller ul li, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.fregrance ul li, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care ul li, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit ul li {
    width: 90px; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.best-seller ul li:first-child, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.fregrance ul li:first-child, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.hair-care ul li:first-child, header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.trimming-kit ul li:first-child {
    margin-left: 9.33333%; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.others ul {
    padding: 25px 0 5px 0; }
  header .drawer-content nav > ul > li.products .products-list .products-list-inner .sereis.others ul li {
    margin-bottom: 15px; }
  header .drawer-content .sns,
  header .drawer-content .shop {
    display: block;
    width: 100%;
    margin: 0 auto 10px; }
  header .drawer-content .sns ul,
  header .drawer-content .shop ul {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  header .drawer-content .sns ul li,
  header .drawer-content .shop ul li {
    position: relative;
    margin: 0 5.26316% 10px; }
  header .drawer-content .sns ul li.twitter, header .drawer-content .sns ul li.facebook, header .drawer-content .sns ul li.instagram, header .drawer-content .sns ul li.youtube,
  header .drawer-content .shop ul li.twitter,
  header .drawer-content .shop ul li.facebook,
  header .drawer-content .shop ul li.instagram,
  header .drawer-content .shop ul li.youtube {
    width: 25px;
    height: 0;
    padding-top: 25px;
    margin-bottom: 10px; }
  header .drawer-content .sns ul li a,
  header .drawer-content .shop ul li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -999px;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  header .drawer-content .sns ul li.twitter a,
  header .drawer-content .shop ul li.twitter a {
    background: url("../img/common/icon_twitter.png") no-repeat 50% 50%/contain; }
  header .drawer-content .sns ul li.facebook a,
  header .drawer-content .shop ul li.facebook a {
    background: url("../img/common/icon_facebook.png") no-repeat 50% 50%/contain; }
  header .drawer-content .sns ul li.instagram a,
  header .drawer-content .shop ul li.instagram a {
    background: url("../img/common/icon_instagram.png") no-repeat 50% 50%/contain; }
  header .drawer-content .sns ul li.youtube a,
  header .drawer-content .shop ul li.youtube a {
    background: url("../img/common/icon_youtube.png") no-repeat 50% 50%/contain; }
  header .drawer-content .sns ul li.amazon,
  header .drawer-content .shop ul li.amazon {
    width: 92px;
    height: 0;
    padding-top: 37.5px; }
  header .drawer-content .sns ul li.amazon a,
  header .drawer-content .shop ul li.amazon a {
    background: url("../img/common/icon_amazon.png") no-repeat 50% 50%/contain; }
  header .drawer-content .sns ul li.lohaco,
  header .drawer-content .shop ul li.lohaco {
    width: 114px;
    height: 0;
    padding-top: 37.5px; }
  header .drawer-content .sns ul li.lohaco a,
  header .drawer-content .shop ul li.lohaco a {
    background: url("../img/common/icon_lohaco.png") no-repeat 50% 50%/contain; }
  header .drawer-content .sns ul li.rakuten,
  header .drawer-content .shop ul li.rakuten {
    width: 117px;
    height: 0;
    padding-top: 42px; }
  header .drawer-content .sns ul li.rakuten a,
  header .drawer-content .shop ul li.rakuten a {
    background: url("../img/top/rakuten.png") no-repeat 50% 50%/contain; }
  header .drawer-content .sns ul li.soukaidrug,
  header .drawer-content .shop ul li.soukaidrug {
    width: 120px;
    height: 0;
    padding-top: 42px; }
  header .drawer-content .sns ul li.soukaidrug a,
  header .drawer-content .shop ul li.soukaidrug a {
    background: url("../img/top/soukaidrug.png") no-repeat 50% 50%/contain; }
  header .drawer-content .sns ul li.kenkocom,
  header .drawer-content .shop ul li.kenkocom {
    width: 147px;
    height: 0;
    padding-top: 42px; }
  header .drawer-content .sns ul li.kenkocom a,
  header .drawer-content .shop ul li.kenkocom a {
    background: url("../img/top/kenkocom.png") no-repeat 50% 50%/contain; }
  header .drawer-content .best-seller-att {
    width: 80%;
    margin: 30px auto 0; } }

@media all and (max-width: 768px) {
  header {
    height: auto;
    background: none;
    padding: 0; }
  header .logo {
    top: 20px;
    width: 28.53333%;
    max-width: 150px;
    height: 0;
    padding-top: 7.46667%;
    z-index: 1; }
  header .logo a {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%; }
  header .drawer-content .drawer-content-logo {
    display: block;
    position: absolute;
    width: 28.53333%;
    height: 0;
    padding-top: 7.46667%;
    top: 20px;
    left: 50%;
    transform: translateX(-50%); }
  header .drawer-content .drawer-content-logo a {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("../img/GATSBY_tag-line.png") no-repeat 50% 50%/contain;
    text-indent: -999px;
    overflow: hidden; } }

@media all and (min-width: 768px) and (max-width: 768px) {
  header .logo {
    top: 35px; }
  header .drawer-content .drawer-content-logo {
    top: 35px; } }

.searchBodyInner {
  position: relative;
  padding-right: 30px; }

.searchBodyInner input[type="text"] {
  width: 100%;
  background: none;
  border: none; }

.searchBodyInner input[type="text"]:focus {
  outline: none !important; }

.searchBodyInner button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent; }

footer {
  width: 100%;
  padding: 0 30px;
  background-color: #f4f4f4;
  position: relative; }

footer .pagetop {
  position: fixed;
  right: 30px;
  bottom: -200px;
  line-height: 1;
  transform: rotate(90deg) translateX(0%);
  transform-origin: 100% 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  cursor: pointer;
  z-index: 990; }

footer .pagetop:before {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: -50px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

footer .pagetop:after {
  content: '';
  width: 8px;
  height: 1px;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: rotate(-45deg);
  transform-origin: 0 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

footer .pagetop:hover:before {
  width: 60px;
  left: -70px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

footer .pagetop:hover:after {
  left: -70px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

footer .footer-inner {
  padding: 90px 0 20px;
  position: relative; }

footer .footer-inner .logo {
  position: absolute;
  top: 25px;
  left: 0px; }

footer .footer-inner .logo a {
  display: block;
  width: 66px;
  height: 50px;
  background: url(../img/logo-mandom.png) no-repeat 0 0;
  background-size: contain;
  text-indent: -999px;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }

footer .footer-inner .logo a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }

footer .footer-inner .footer-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

footer .footer-inner .footer-content nav {
  width: 68%;
  max-width: 600px; }

footer .footer-inner .footer-content nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

footer .footer-inner .footer-content nav ul li {
  margin-right: 15px;
  margin-bottom: 5px; }

footer .footer-inner .footer-content nav ul li a {
  text-decoration: none;
  color: #aaa;
  font-size: 11px;
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }

footer .footer-inner .footer-content nav ul li a:hover {
  color: #555;
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }

footer .footer-inner .footer-content .buttons ul.site {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 10px; }

footer .footer-inner .footer-content .buttons ul.site li:not(:first-child) {
  margin-left: 25px; }

footer .footer-inner .footer-content .buttons ul.site li a {
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }

footer .footer-inner .footer-content .buttons ul.site li a.sitemap, footer .footer-inner .footer-content .buttons ul.site li a.global {
  padding-left: 24px;
  display: inline-block;
  position: relative;
  color: #222;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none; }

footer .footer-inner .footer-content .buttons ul.site li a.sitemap:before, footer .footer-inner .footer-content .buttons ul.site li a.global:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

footer .footer-inner .footer-content .buttons ul.site li a.sitemap:before {
  width: 13px;
  height: 13px;
  background: url("../img/common/icon_sitemap.svg") no-repeat 0 0/cover; }

footer .footer-inner .footer-content .buttons ul.site li a.global:before {
  width: 16px;
  height: 16px;
  background: url("../img/common/icon_global.svg") no-repeat 0 0/cover; }

footer .footer-inner .footer-content .buttons ul.site li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }

footer .footer-inner .footer-content .buttons ul.sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center; }

footer .footer-inner .footer-content .buttons ul.sns li {
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }

footer .footer-inner .footer-content .buttons ul.sns li a.twitter, footer .footer-inner .footer-content .buttons ul.sns li a.facebook, footer .footer-inner .footer-content .buttons ul.sns li a.instagram, footer .footer-inner .footer-content .buttons ul.sns li a.youtube {
  display: inline-block;
  position: relative;
  text-indent: -999px;
  overflow: hidden;
  width: 17px;
  height: 17px; }

footer .footer-inner .footer-content .buttons ul.sns li a.twitter {
  background: url("../img/common/icon_twitter.png") no-repeat 50% 50%/contain; }

footer .footer-inner .footer-content .buttons ul.sns li a.facebook {
  background: url("../img/common/icon_facebook.png") no-repeat 50% 50%/contain; }

footer .footer-inner .footer-content .buttons ul.sns li a.instagram {
  background: url("../img/common/icon_instagram.png") no-repeat 50% 50%/contain; }

footer .footer-inner .footer-content .buttons ul.sns li a.youtube {
  background: url("../img/common/icon_youtube.png") no-repeat 50% 50%/contain; }

footer .footer-inner .footer-content .buttons ul.sns li:not(:first-child) {
  margin-left: 20px; }

footer .footer-inner .footer-content .buttons ul.sns li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }

footer .footer-inner .annotation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 0;
  margin-left: 80px;
  position: relative;
  bottom: 10px; }

footer .footer-inner .annotation p {
  font-size: 10px;
  color: #aaa; }

footer .footer-inner .annotation p.copyright {
  width: 100%;
  font-size: 10px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-left: 40px; }

footer .footer-inner .annotation p.amazon {
  width: 60%;
  text-align: right; }

@media all and (max-width: 768px) {
  footer {
    padding: 0; }
  footer .pagetop {
    background-color: #000;
    position: fixed;
    bottom: -50px;
    right: 20px;
    transform: none;
    color: white;
    text-align: center;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  footer .pagetop:before, footer .pagetop:after {
    content: normal; }
  footer .pagetop p {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url("../img/common/arrow_white.svg") no-repeat 52% 50%/10px 12px;
    transform: rotate(-90deg);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
  footer .pagetop.show {
    bottom: 20px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  footer .footer-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 4% 10px; }
  footer .footer-inner .logo {
    position: static;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    text-align: center; }
  footer .footer-inner .logo a {
    display: block !important;
    margin: 0 auto; }
  footer .footer-inner .logo a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  footer .footer-inner .footer-content {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 15px; }
  footer .footer-inner .footer-content nav {
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    max-width: none; }
  footer .footer-inner .footer-content nav ul {
    -ms-flex-pack: center;
    justify-content: center; }
  footer .footer-inner .footer-content nav ul li {
    margin: 0 0 5px 0; }
  footer .footer-inner .footer-content nav ul li:nth-child(odd) {
    width: 55%; }
  footer .footer-inner .footer-content nav ul li:nth-child(even) {
    width: 45%; }
  footer .footer-inner .footer-content nav ul li a:hover {
    color: #aaa; }
  footer .footer-inner .footer-content .buttons {
    position: static !important;
    -ms-flex-order: 1;
    order: 1; }
  footer .footer-inner .footer-content .buttons ul.site {
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 5px; }
  footer .footer-inner .footer-content .buttons ul.site li {
    width: 50%;
    text-align: center;
    padding: 0; }
  footer .footer-inner .footer-content .buttons ul.site li a {
    display: block !important;
    padding: 8px 0 8px 16px;
    background-color: #fff; }
  footer .footer-inner .footer-content .buttons ul.site li a:before {
    left: 25% !important; }
  footer .footer-inner .footer-content .buttons ul.site li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  footer .footer-inner .footer-content .buttons ul.sns {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 30px auto;
    max-width: 400px; }
  footer .footer-inner .footer-content .buttons ul.sns li {
    width: 8%; }
  footer .footer-inner .footer-content .buttons ul.sns li a.twitter, footer .footer-inner .footer-content .buttons ul.sns li a.facebook, footer .footer-inner .footer-content .buttons ul.sns li a.instagram, footer .footer-inner .footer-content .buttons ul.sns li a.youtube {
    width: 100%;
    height: 0;
    padding-top: 100%; }
  footer .footer-inner .footer-content .buttons ul.sns li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  footer .footer-inner .annotation {
    margin-left: 0 !important;
    margin-top: 24px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-order: 3;
    order: 3;
    padding-right: 0;
    display: inline-block; }
  footer .footer-inner .annotation p.copyright,
  footer .footer-inner .annotation p.amazon {
    width: 100%;
    text-align: left;
    font-size: 8px;
    margin-bottom: 24px; }
  footer .footer-inner .annotation p.copyright {
    margin-left: 0;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 24px; } }

a {
  text-decoration: none;
  color: #000; }

img {
  vertical-align: middle; }

#mq-mark {
  display: none;
  font-family: 'pc'; }

.content-wrapper {
  padding-top: 180px; }

.section-block {
  border-top: 1px solid #DDD;
  padding: 30px 0 0;
  margin: 0 2.19619% 50px; }

.section-block .section-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px; }

.section-block .section-inner .tit-vertical {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(1em) rotate(90deg);
  transform-origin: 0 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 18px;
  white-space: nowrap; }

.section-block .section-inner .tit-vertical.sticky {
  position: relative;
  display: inline-block;
  width: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  transform: none; }

.section-block .section-inner .tit-vertical.sticky p {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(1em) rotate(90deg);
  transform-origin: 0 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 18px;
  white-space: nowrap; }

.section-block .section-inner .section-content {
  width: 100%;
  padding-top: 30px; }

.section-block.split {
  display: -ms-flexbox;
  display: flex; }

.section-block.split .section-inner {
  width: 100%; }

.section-block.split .section-inner:nth-child(even) {
  margin-left: 30px;
  width: -o-calc(50% - 30px);
  width: calc(50% - 30px); }

@media all and (-ms-high-contrast: none) {
  .section-block .section-inner .tit-vertical.sticky {
    top: 0; } }

.content-inner {
  max-width: 1600px;
  margin: 0 auto; }

.slick-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.slick-wrapper .slick-list {
  width: 100%;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 10px; }

.slick-wrapper .slick-prev,
.slick-wrapper .slick-next {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none; }

.slick-wrapper .slick-prev.slick-disabled,
.slick-wrapper .slick-next.slick-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  opacity: 0.15;
  pointer-events: none; }

.slick-wrapper .slick-prev {
  background: url("../img/common/arrow.svg") no-repeat 50% 50%/8px 12px;
  transform: rotate(180deg);
  -ms-flex-order: 2;
  order: 2;
  margin-right: 5px; }

.slick-wrapper .slick-next {
  background: url("../img/common/arrow.svg") no-repeat 50% 50%/8px 12px;
  -ms-flex-order: 4;
  order: 4;
  margin-left: 5px; }

.slick-wrapper .slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  -ms-flex-order: 3;
  order: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.slick-wrapper .slick-dots li {
  display: inline-block;
  margin: 0 5px; }

.slick-wrapper .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  background-color: #DDD;
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  border-radius: 4px; }

.slick-wrapper .slick-dots li button:hover {
  background-color: #000; }

.slick-wrapper .slick-dots li.slick-active button {
  background-color: #000; }

#breadcrumbs {
  background-color: #f4f4f4;
  width: 100%;
  margin-top: 80px; }

#breadcrumbs ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 15px 25px;
  margin: 0 70px 0 20px;
  border-bottom: 1px solid #ddd; }

#breadcrumbs ol li {
  font-size: 12px;
  font-size: 1.2rem;
  color: #aaa;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em; }

#breadcrumbs ol li:not(:last-child):after {
  content: "";
  background: url("../img/common/arrow_breadcrumbs.png") no-repeat 0 0/6px 11px;
  width: 6px;
  height: 11px;
  display: inline-block;
  margin: 0 15px; }

#breadcrumbs ol li a {
  color: #aaa;
  text-decoration: none; }

#breadcrumbs ol li a:hover {
  color: #000; }

.best-seller-att {
  font-size: 10px;
  font-size: 1rem; }

.best-seller-att::after {
  content: "";
  display: block;
  clear: both; }

.best-seller-att dt {
  float: left;
  padding-right: 10px; }

.best-seller-att dd {
  float: left; }

.pc-best-seller {
  display: block;
  padding-top: 20px; }

.sp-best-seller {
  display: none; }

@media all and (max-width: 980px) {
  .content-wrapper {
    padding-top: 16%; } }

@media all and (max-width: 768px) {
  #mq-mark {
    display: none;
    font-family: 'sp'; }
  body {
    min-width: 100%; }
  .content-wrapper {
    padding-top: 16%; }
  .content-inner {
    overflow: hidden;
    position: relative; }
  .section-block {
    margin: 0;
    padding: 0;
    border: none; }
  .section-block .section-inner .tit-vertical {
    top: 20px;
    left: 2.66667%;
    z-index: 99; }
  .section-block .section-inner .tit-vertical.sticky {
    top: 20px !important; }
  .section-block .section-inner .section-content {
    padding-top: 0 !important; }
  .section-block.split {
    display: block; }
  .section-block.split .section-inner {
    padding-top: 20px;
    width: 100% !important;
    padding-bottom: 20px; }
  .section-block.split .section-inner::before {
    content: '';
    width: 92%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    left: 4%; }
  .section-block.split .section-inner:nth-child(odd) {
    border: none; }
  .section-block.split .section-inner:nth-child(even) {
    margin: 0 0 0px 0; }
  #breadcrumbs {
    border-top: 1px solid #ddd;
    margin-top: 40px; }
  #breadcrumbs ol {
    padding: 15px;
    margin: 0; }
  #breadcrumbs li {
    font-size: 12px;
    font-size: 1.2rem; }
  #breadcrumbs li:not(:last-child):after {
    background-size: 4.5px 8px;
    width: 4.5px;
    height: 8px;
    margin: 0 10px; }
  .pc-best-seller {
    display: none; }
  .sp-best-seller {
    display: block; }
  .best-seller-att {
    font-size: 10px;
    font-size: 1rem; }
  .best-seller-att::after {
    content: "";
    display: block;
    clear: both; }
  .best-seller-att dt {
    float: left;
    width: 5%;
    padding-right: 1%; }
  .best-seller-att dd {
    float: left;
    width: 94%; }
  .best-seller-att dd p {
    display: block;
    margin-bottom: 3px; } }

/*  tech-style */
.section-block .section-inner.has-vertical-title {
  display: -ms-flexbox;
  display: flex;
  padding: 0; }

.section-block .section-inner.has-vertical-title .tit-vertical {
  width: 30px;
  position: static;
  top: 0;
  left: 0; }

.section-block .section-inner.has-vertical-title .section-content {
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
  padding: 50px 0; }

.section-block .tech-section .section-content .youtube {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 30px; }

.section-block .tech-section .section-content .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.section-block .tech-section .section-content .step .slick-prev,
.section-block .tech-section .section-content .step .slick-next {
  top: 140px; }

.section-block .tech-section .section-content .step .slick-wrapper {
  width: -o-calc(100% + 20px);
  width: calc(100% + 20px);
  transform: translate(-10px, 0); }

.section-block .tech-section .section-content .step .slick-wrapper .slick-content {
  margin: 0 10px; }

.section-block .tech-section .section-content .step .step-img {
  width: 100%;
  max-width: 485px;
  margin: 0 auto 15px; }

.section-block .tech-section .section-content .step .step-img img {
  width: 100%;
  height: auto; }

.section-block .tech-section .section-content .step dl dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  position: relative; }

.section-block .tech-section .section-content .step dl dt .no {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 600;
  font-size: 32px;
  font-size: 3.2rem;
  padding-left: 0.5em;
  line-height: 1;
  position: relative;
  width: 16%; }

.section-block .tech-section .section-content .step dl dt .no span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  transform: rotate(90deg) translate(0.4em, -100%);
  transform-origin: 0 0; }

.section-block .tech-section .section-content .step dl dt p {
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", sans-serif;
  margin-left: 0;
  padding-left: 10px;
  line-height: 1;
  width: 84%; }

.section-block .tech-section .section-content .step dl dt .time {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  background-color: #f4f4f4;
  height: 30px;
  line-height: 30px;
  padding: 0 12px 0 32px;
  border-radius: 15px;
  background: url("../img/common/clock.svg") 12px 50%/14px 14px no-repeat #f4f4f4; }

.section-block .tech-section .section-content .step dl dd p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7; }

.section-block .tech-section .section-content .step dl dd p.annotation {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 5px; }

.section-block .tech-section .section-content .step dl dd .point {
  margin-top: 15px; }

.section-block .tech-section .section-content .step dl dd .point dt {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-left: 70px; }

.section-block .tech-section .section-content .step dl dd .point dt::before {
  content: 'POINT';
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 10px;
  font-size: 1rem;
  background-color: #222;
  color: white;
  border-radius: 10px;
  width: 60px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  text-align: center; }

.section-block .tech-section .section-content .step dl dd .point dd .point-img {
  margin-bottom: 15px;
  width: 100%; }

.section-block .tech-section .section-content .step dl dd .point dd .point-img img {
  width: 100%;
  height: auto; }

.section-block .style-section .section-content .before-after,
.section-block .style-section .section-content .model {
  width: 100%;
  max-width: 485px;
  margin: 0 auto 30px; }

.section-block .style-section .section-content .before-after img,
.section-block .style-section .section-content .model img {
  width: 100%;
  height: auto; }

.section-block .style-section .section-content .comment {
  background-color: #f4f4f4;
  position: relative;
  padding: 30px 30px 30px 23%; }

.section-block .style-section .section-content .comment .supervised {
  content: 'SUPERVISED BY';
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
  color: #e9e9e9;
  position: absolute;
  transform: rotate(90deg) translate(0.25em, 10px);
  transform-origin: 0 0;
  line-height: 1.0; }

.section-block .style-section .section-content .comment .shop {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 10px; }

.section-block .style-section .section-content .comment .shop .small {
  font-size: 18px;
  font-size: 1.8rem; }

.section-block .style-section .section-content .comment .name {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px; }

.section-block .style-section .section-content .comment p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7; }

.section-block .style-section .section-content .comment .person {
  position: absolute;
  bottom: 0;
  left: -50px;
  width: 28.38828%; }

.section-block .style-section .section-content .comment .person img {
  width: 100%;
  height: auto;
  display: block; }

@media all and (max-width: 768px) {
  .section-block .tech-section .section-content .step {
    width: 86.66667% !important;
    margin: 0 auto !important; }
  .section-block .tech-section .section-content .step dl dt .time {
    position: static;
    margin-top: 10px; }
  .section-block .tech-section .section-content .step dl dd p {
    font-size: 12px;
    font-size: 1.2rem; }
  .section-block .tech-section .section-content .step dl dd p.annotation {
    font-size: 10px;
    font-size: 1rem; }
  .section-block .style-section .section-content .before-after,
  .section-block .style-section .section-content .model {
    margin-bottom: 20px;
    width: 86.66667%; }
  .section-block .style-section .section-content .comment {
    padding: 20px 4% 20px 138px; }
  .section-block .style-section .section-content .comment .supervised {
    font-size: 26px;
    font-size: 2.6rem;
    transform: rotate(90deg) translate(0.25em, 5px); }
  .section-block .style-section .section-content .comment .shop {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 5px; }
  .section-block .style-section .section-content .comment .shop .small {
    font-size: 14px;
    font-size: 1.4rem; }
  .section-block .style-section .section-content .comment .name {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px; }
  .section-block .style-section .section-content .comment p {
    font-size: 11px;
    font-size: 1.1rem; }
  .section-block .style-section .section-content .comment .person {
    left: -5px; } }

.faqs {
  right: 38px;
  z-index: 999 !important;
  position: fixed;
  top: 67px;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #000; }

.content-wrapper, .box h2, .box p, .how-to-use, body {
  font-family: 'Oswald', sans-serif !important; }

#special-feature {
  background-color: #000;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px; }

#special-feature p {
  color: #fff;
  text-align: center;
  font-weight: bold; }

@media only screen and (max-width: 768px) {
  .other-details {
    margin-left: 10px; } }

/*TEXT BUILDER*/
.text-builder, .text-builder a {
  color: #fff; }

.text-builder p {
  padding-top: 15px; }

.gatsby4you-content .text-builder p {
  color: #fff; }

.text-builder ol {
  padding-left: 30px; }

/***********************************************************************
HOME
**********************************************************************/
.home {
  /*
  ====================================================
  ■ #ContentsBtns
  ====================================================
  */
  /*
  ====================================================
  ■ ContentsBodyWrapper
  ====================================================
  */
  /*
  ====================================================
  ■ TwitterInfo
  ====================================================
  */
  /*
  ====================================================
  ■ #StylingList
  ====================================================
  */
  /* mainvis
   ========================================================================== */
  /* common
   ========================================================================== */
  /* products-block
   ========================================================================== */
  /* techniques-block
   ========================================================================== */
  /* styling-block
   ========================================================================== */
  /* special-block
   ========================================================================== */
  /* news-area
   ========================================================================== */ }

@media screen and (min-width: 768px) {
  .home #Kv {
    position: relative; }
  .home #ContentsKvWrapper {
    width: 100%;
    position: relative;
    overflow: hidden; }
  .home #ContentsKvInner {
    padding: 0 2.19619%; }
  .home #ContentsKvInner .slick-list {
    overflow: visible; }
  .home #ContentsKvInner:not(.slick-initialized) {
    display: none; }
  .home #ContentsKvInner .ContentsKv {
    position: relative;
    padding-bottom: 110px; }
  .home #ContentsKvInner .ContentsKv[data-slick-index='0'] .ContentsKvMain {
    transform: translateX(100%); }
  .home #ContentsKvInner .ContentsKv.loaded .ContentsKvMain {
    transform: translateX(0);
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0s;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  .home #ContentsKvInner .ContentsKv a {
    display: block;
    max-width: 1366px;
    margin: 0 auto; }
  .home #ContentsKvInner .ContentsKv a:focus {
    outline: none; }
  .home #ContentsKvInner .ContentsKv a .ContentsKvMain {
    width: 100%;
    position: relative; }
  .home #ContentsKvInner .ContentsKv a .ContentsKvMain .ContentsKvMainInner {
    width: 100%;
    padding-top: 51.24451%;
    transform: scale(0.9, 0.9);
    -moz-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0s;
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    position: relative; }
  .home #ContentsKvInner .ContentsKv a .ContentsKvMain.show .ContentsKvMainInner {
    transform: scale(1, 1);
    -moz-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    -o-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0.5s;
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .home #ContentsKvInner .ContentsKv a .ContentsKvInfo {
    width: 100%;
    max-width: 1366px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .home #ContentsKvInner .ContentsKv a .ContentsKvInfo.show .ContentsKvInfoInner {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0.5s;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    transform: translateY(0); }
  .home #ContentsKvInner .ContentsKv a .ContentsKvInfo .ContentsKvInfoInner {
    padding: 30px;
    width: 30.74671%;
    min-width: 340px;
    min-height: 156px;
    position: absolute;
    left: 5.85652%;
    bottom: 30px;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.3);
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transform: translateY(30px); }
  .home #ContentsKvInner .ContentsKv a .ContentsKvInfo .ContentsKvInfoInner .no {
    position: relative;
    display: inline-block;
    color: white;
    font-family: Oswald;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.2em;
    margin-bottom: 20px; }
  .home #ContentsKvInner .ContentsKv a .ContentsKvInfo .ContentsKvInfoInner .no span {
    font-size: 25px;
    padding-right: 0.15em; }
  .home #ContentsKvInner .ContentsKv a .ContentsKvInfo .ContentsKvInfoInner .no:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: white; }
  .home #ContentsKvInner .ContentsKv a .ContentsKvInfo .ContentsKvInfoInner p {
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-feature-settings: "palt"; } }

.home .KvMobile {
  display: block !important; }

.home .KvDesktop {
  display: none !important; }

@media all and (min-width: 768px) {
  .home .KvMobile {
    display: none !important; }
  .home .KvDesktop {
    display: block !important; } }

@media all and (min-width: 768px) and (max-width: 980px) {
  .home #ContentsKvInner .ContentsKv a .ContentsKvInfo .ContentsKvInfoInner {
    left: 20px;
    padding: 20px;
    min-height: 0;
    min-width: 320px; } }

@media all and (min-width: 768px) and (max-width: 768px) {
  .home #ContentsKvInner .ContentsKv a .ContentsKvInfo .ContentsKvInfoInner .no {
    font-size: 14px;
    margin-bottom: 15px; }
  .home #ContentsKvInner .ContentsKv a .ContentsKvInfo .ContentsKvInfoInner .no span {
    font-size: 22px; }
  .home #ContentsKvInner .ContentsKv a .ContentsKvInfo .ContentsKvInfoInner .no:after {
    height: 3px; }
  .home #ContentsKvInner .ContentsKv a .ContentsKvInfo .ContentsKvInfoInner p {
    font-size: 14px; }
  .home #ContentsKvInner .ContentsKv a .ContentsKvInfo .ContentsKvInfoInner p br {
    display: none; } }

@media screen and (max-width: 767px) {
  .home .content-inner {
    overflow: visible; }
  .home #Kv {
    position: relative;
    height: calc(100vh - 16.5vw); }
  .home .ContentsKv {
    position: relative; }
  .home .ContentsKv[data-slick-index='0'] .ContentsKvMain {
    transform: translateX(100%); }
  .home .ContentsKv.loaded .ContentsKvMain {
    transform: translateX(0);
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0s;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  .home #ContentsKvWrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
  .home #ContentsKvInner {
    width: 100%;
    height: 100%; }
  .home #ContentsKvInner .slick-list {
    overflow: visible !important; }
  .home #ContentsKvInner:not(.slick-initialized) {
    display: none; }
  .home #ContentsKvInner .ContentsKv .ContentsKvMain {
    width: 82.66667%;
    margin: 0 auto; }
  .home #ContentsKvInner .ContentsKv .ContentsKvMain .ContentsKvMainInner {
    width: 100%;
    height: 100%;
    transform: scale(0.88, 0.88);
    -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0s;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    background-color: white;
    position: relative; }
  .home #ContentsKvInner .ContentsKv .ContentsKvMain.show .ContentsKvMainInner {
    transform: scale(1, 1);
    -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0.4s;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.4s; }
  .home #ContentsKvInner .ContentsKv .ContentsKvInfo {
    position: absolute;
    bottom: 3%;
    left: 15px;
    z-index: 999; }
  .home #ContentsKvInner .ContentsKv .ContentsKvInfo.show .ContentsKvInfoInner {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    -o-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0.5s;
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    transform: translateY(0); }
  .home #ContentsKvInner .ContentsKv .ContentsKvInfo .ContentsKvInfoInner {
    background-color: #000;
    color: #fff;
    padding: 10px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transform: translateY(30px); }
  .home #ContentsKvInner .ContentsKv .ContentsKvInfo .ContentsKvInfoInner .no {
    border-bottom: 6px solid #fff;
    position: relative;
    display: inline-block;
    font-family: Oswald;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 10px; }
  .home #ContentsKvInner .ContentsKv .ContentsKvInfo .ContentsKvInfoInner .no span {
    font-size: 25px;
    padding-right: 0.15em; }
  .home #ContentsKvInner .ContentsKv .ContentsKvInfo .ContentsKvInfoInner .no:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000; }
  .home #ContentsKvInner .ContentsKv .ContentsKvInfo .ContentsKvInfoInner p {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    font-feature-settings: "palt"; } }

@media screen and (min-width: 768px) {
  .home #ContentsBtns {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 58px;
    width: 100%;
    max-width: 1366px;
    max-width: -o-calc(1366px + 4.3923%);
    max-width: calc(1366px + 4.3923%);
    margin: 0 auto;
    box-sizing: content-box;
    transform: translateX(-50%); }
  .home #ContentsBtns #ContentsBtnsInner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 35.13909%;
    width: 441px;
    position: absolute;
    right: 2.19619%;
    margin-right: 0px; }
  .home #ContentsBtns #ContentsBtnsInner .btn {
    width: 120px;
    padding: 0;
    text-align: left;
    padding: 0; }
  .home #ContentsBtns #ContentsBtnsInner .btn:focus {
    outline: none; }
  .home #ContentsBtns #ContentsBtnsInner .btn .btnInner {
    display: block;
    width: 100%;
    height: 28px;
    box-sizing: border-box;
    border: 2px solid #000;
    line-height: 24px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .home #ContentsBtns #ContentsBtnsInner .btn .btnInner.loaded {
    animation: ContentsBtnsInner-anim 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards; }
  .home #ContentsBtns #ContentsBtnsInner .btn .btnInner span {
    font-family: Oswald;
    font-weight: 500;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .home #ContentsBtns #ContentsBtnsInner .btn .btnInner .on {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    overflow: hidden;
    z-index: 3; }
  .home #ContentsBtns #ContentsBtnsInner .btn .btnInner .on span {
    color: #FFF;
    transform: translateX(8px); }
  .home #ContentsBtns #ContentsBtnsInner .btn .btnInner .off {
    height: 100%; }
  .home #ContentsBtns #ContentsBtnsInner .btn .btnInner .off span {
    padding-left: 8px; }
  .home #ContentsBtns #ContentsBtnsInner .btn.currentBtn {
    pointer-events: none; } }

@media all and (max-width: 940px) {
  .home #ContentsBtns #ContentsBtnsInner {
    width: -o-calc(100% - 390px);
    width: calc(100% - 390px); }
  .home #ContentsBtns #ContentsBtnsInner .btn {
    width: -o-calc(25% - 4px);
    width: calc(25% - 4px); }
  .home #ContentsBtns #ContentsBtnsInner .btn span {
    font-size: 1.1rem; } }

@media screen and (max-width: 767px) {
  .home #ContentsBtns {
    position: absolute;
    z-index: auto;
    bottom: 5.33333vw;
    left: 0;
    width: 100%;
    height: 8.53333vw;
    box-sizing: border-box;
    margin: 0 4%; }
  .home #ContentsBtns #ContentsBtnsInner {
    width: 100%; }
  .home #ContentsBtns #ContentsBtnsInner:not(.slick-initialized) {
    display: none; }
  .home #ContentsBtns #ContentsBtnsInner .slick-list {
    overflow: visible !important; }
  .home #ContentsBtns #ContentsBtnsInner .btn {
    margin: 0 2px;
    padding: 0 !important; }
  .home #ContentsBtns #ContentsBtnsInner .btn .btnInner {
    overflow: hidden;
    display: block;
    height: 30px;
    box-sizing: border-box;
    border: 2px solid #000;
    line-height: 26px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none; }
  .home #ContentsBtns #ContentsBtnsInner .btn .btnInner.loaded {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    pointer-events: auto;
    animation: ContentsBtnsInner-anim 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards; }
  @keyframes ContentsBtnsInner-anim {
    0% {
      width: 0; }
    100% {
      width: -o-calc(100% - 4px);
      width: calc(100% - 4px); } }
  .home #ContentsBtns #ContentsBtnsInner .btn .btnInner span {
    font-family: Oswald;
    font-weight: 500;
    font-size: 12px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 101px;
    text-align: left !important; }
  .home #ContentsBtns #ContentsBtnsInner .btn .btnInner .on {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    overflow: hidden;
    z-index: 2; }
  .home #ContentsBtns #ContentsBtnsInner .btn .btnInner .on span {
    color: #FFF;
    transform: translateX(8px); }
  .home #ContentsBtns #ContentsBtnsInner .btn .btnInner .off span {
    color: #000;
    padding-left: 8px; } }

@keyframes ContentsBtnsInner-anim {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    width: 0; }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    width: 100%; } }

.home #ContentsBodyWrapper {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  display: none; }

.home #ContentsBodyWrapper .ContentsBodyTitles {
  width: 0;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  z-index: 996;
  display: none;
  left: 2.19619%; }

.home #ContentsBodyWrapper .ContentsBodyTitles .tit-vertical.sticky {
  transform: none;
  position: relative;
  display: none; }

.home #ContentsBodyWrapper .ContentsBodyTitles .tit-vertical.sticky p {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(1em) rotate(90deg);
  transform-origin: 0 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 18px;
  white-space: nowrap; }

.home #ContentsBodyWrapper #ContentsBodyInner {
  width: 100%; }

.home #ContentsBodyWrapper #ContentsBodyInner:not(.slick-initialized) {
  display: none; }

@media screen and (min-width: 768px) {
  .home #ContentsBodyWrapper .ContentsBodyTitles {
    top: 120px;
    margin-top: 50px;
    margin-bottom: 50px; } }

@media screen and (max-width: 767px) {
  .home #ContentsBodyWrapper {
    max-width: 1600px;
    margin: 0 auto; }
  .home #ContentsBodyWrapper .ContentsBodyTitles {
    top: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
    left: 2.66667%; } }

@media screen and (min-width: 768px) {
  .home #TwitterInfo {
    width: 100%;
    max-width: 1366px;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    height: 60px;
    padding-top: 4px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .home #TwitterInfo .twicon {
    background: url("../img/top/twitter/icon.png") no-repeat center center;
    width: 28px;
    height: 23px;
    text-indent: -9999px;
    position: absolute;
    left: 30px;
    top: 0; }
  .home #TwitterInfo .list {
    position: relative;
    margin-left: 40px; }
  .home #TwitterInfo .list .txt {
    font-size: 15px;
    overflow: hidden;
    width: 100%;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1; }
  .home #TwitterInfo .list .txt span {
    font-family: Oswald;
    font-weight: 500; }
  .home #TwitterInfo .list .txt a {
    color: #000;
    text-decoration: none; }
  .home #TwitterInfo .list .txt a:hover {
    text-decoration: underline; }
  .home #TwitterInfo.initialized {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); } }

@media screen and (max-width: 767px) {
  .home #TwitterInfo, .home .btn .special .slick-slide .slick-cloned .slick-active {
    display: none; } }

@media screen and (min-width: 768px) {
  .home #ContentsKvInner .ContentsKv.products .ContentsKvMain .ContentsKvMainInner {
    background: url("../img/banners/Gatsby Styling Pomade Home Page Banner - Desktop.png") no-repeat 50% 50%/cover; }
  .home #ContentsKvInner .ContentsKv.products .ContentsKvMain .ContentsKvMainInner > div {
    display: none; }
  .home #ContentsKvInner .ContentsKv.techniques .ContentsKvMain .ContentsKvMainInner {
    background: url("../img/G4U_Banner1_Teaser_Pomade_P3.png") no-repeat 50% 50%/cover; }
  .home #ContentsKvInner .ContentsKv.styling .ContentsKvMain .ContentsKvMainInner {
    background: url("../img/top/mv_03/styling_kv.png") no-repeat 50% 50%/cover; }
  .home #ContentsKvInner .ContentsKv.styling .ContentsKvMain .ContentsKvMainInner > div {
    display: none; }
  .home #ContentsKvInner .ContentsKv.special .ContentsKvMain .ContentsKvMainInner {
    background: url("../img/banners/G4U_Banner1_Teaser_P1.png") no-repeat 50% 50%/cover; }
  .home #ContentsKvInner .ContentsKv.special .ContentsKvMain .ContentsKvMainInner > div {
    display: none; } }

@media screen and (max-width: 767px) {
  .home #ContentsKvInner .ContentsKv.products .ContentsKvMain .ContentsKvMainInner {
    overflow: hidden;
    position: relative; }
  .home #ContentsKvInner .ContentsKv.products .ContentsKvMain .ContentsKvMainInner .copy1 {
    width: 7.74194%;
    position: absolute;
    top: 4.83871%;
    left: 4.83871%; }
  .home #ContentsKvInner .ContentsKv.products .ContentsKvMain .ContentsKvMainInner .copy1 img {
    width: 100%;
    height: auto; }
  .home #ContentsKvInner .ContentsKv.products .ContentsKvMain .ContentsKvMainInner .copy2 {
    width: 7.74194%;
    position: absolute;
    top: 4.83871%;
    right: 4.83871%; }
  .home #ContentsKvInner .ContentsKv.products .ContentsKvMain .ContentsKvMainInner .copy2 img {
    width: 100%;
    height: auto; }
  .home #ContentsKvInner .ContentsKv.products .ContentsKvMain .ContentsKvMainInner .logo {
    width: 25vh;
    position: absolute;
    bottom: 15.26718%;
    left: 50%;
    transform: translate(-50%, -3px); }
  .home #ContentsKvInner .ContentsKv.products .ContentsKvMain .ContentsKvMainInner .logo img {
    width: 100%;
    height: auto; }
  .home #ContentsKvInner .ContentsKv.products .ContentsKvMain .ContentsKvMainInner .product {
    width: 14.03226%;
    position: absolute;
    bottom: 15.26718%;
    right: 4.83871%;
    transform: translate(0%, 0); }
  .home #ContentsKvInner .ContentsKv.products .ContentsKvMain .ContentsKvMainInner .product img {
    width: 100%;
    height: auto; }
  .home #ContentsKvInner .ContentsKv.products .ContentsKvMain .ContentsKvMainInner .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url("../img/banners/Gatsby Styling Pomade - Front Banner - Mobile.png") no-repeat 50% 100%/cover;
    background-position: center; }
  .home #ContentsKvInner .ContentsKv.techniques .ContentsKvMain .ContentsKvMainInner {
    background: url("../img/banners/Search for the Gatsby Gent - Front Banner - Mobile.png") no-repeat 50% 50%/cover; }
  .home #ContentsKvInner .ContentsKv.styling .ContentsKvMain .ContentsKvMainInner {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(5, 1fr);
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr; }
  .home #ContentsKvInner .ContentsKv.styling .ContentsKvMain .ContentsKvMainInner > div {
    width: 100%;
    height: 100%; }
  .home #ContentsKvInner .ContentsKv.styling .ContentsKvMain .ContentsKvMainInner > div.styling1 {
    background: url("../img/top/mv_03/sp/styling1.png") no-repeat 50% 50%/cover; }
  .home #ContentsKvInner .ContentsKv.styling .ContentsKvMain .ContentsKvMainInner > div.styling2 {
    background: url("../img/top/mv_03/sp/styling2.png") no-repeat 50% 50%/cover; }
  .home #ContentsKvInner .ContentsKv.styling .ContentsKvMain .ContentsKvMainInner > div.styling3 {
    background: url("../img/top/mv_03/sp/styling3.png") no-repeat 50% 50%/cover; }
  .home #ContentsKvInner .ContentsKv.styling .ContentsKvMain .ContentsKvMainInner > div.styling4 {
    grid-column: 1 / span 2;
    grid-row: 4 / span 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    background: url("../img/top/mv_03/sp/styling4.png") no-repeat 50% 50%/cover; }
  .home #ContentsKvInner .ContentsKv.styling .ContentsKvMain .ContentsKvMainInner > div.styling5 {
    background: url("../img/top/mv_03/sp/styling5.png") no-repeat 50% 50%/cover; }
  .home #ContentsKvInner .ContentsKv.styling .ContentsKvMain .ContentsKvMainInner > div.styling6 {
    background: url("../img/top/mv_03/sp/styling6.png") no-repeat 50% 50%/cover; }
  .home #ContentsKvInner .ContentsKv.styling .ContentsKvMain .ContentsKvMainInner > div.styling7 {
    grid-column: 2 / span 2;
    grid-row: 1 / span 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    background: url("../img/top/mv_03/sp/styling7.png") no-repeat 50% 50%/cover; }
  .home #ContentsKvInner .ContentsKv.styling .ContentsKvMain .ContentsKvMainInner > div.styling8 {
    background: url("../img/top/mv_03/sp/styling8.png") no-repeat 50% 50%/cover; }
  .home #ContentsKvInner .ContentsKv.styling .ContentsKvMain .ContentsKvMainInner > div.styling9 {
    background: url("../img/top/mv_03/sp/styling9.png") no-repeat 50% 50%/cover; }
  .home #ContentsKvInner .ContentsKv.special .ContentsKvMain .ContentsKvMainInner {
    position: relative; }
  .home #ContentsKvInner .ContentsKv.special .ContentsKvMain .ContentsKvMainInner .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/banners/Gatsby 4 You Teaser - Mobile.png") no-repeat 50% 100%/cover;
    background-position: center; }
  .home #ContentsKvInner .ContentsKv.special .ContentsKvMain .ContentsKvMainInner .copy {
    width: 6.66667%;
    position: absolute;
    top: 6.42023%;
    right: 4.5%; }
  .home #ContentsKvInner .ContentsKv.special .ContentsKvMain .ContentsKvMainInner .copy img {
    width: 100%;
    height: auto; }
  .home #ContentsKvInner .ContentsKv.special .ContentsKvMain .ContentsKvMainInner .logo {
    width: 24vh;
    position: absolute;
    top: 81%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .home #ContentsKvInner .ContentsKv.special .ContentsKvMain .ContentsKvMainInner .logo img {
    width: 100%;
    height: auto; } }

@media screen and (max-width: 320px) {
  .home #ContentsKvInner .ContentsKv.products .ContentsKvMain .ContentsKvMainInner {
    overflow: hidden;
    position: relative; }
  .home #ContentsKvInner .ContentsKv.products .ContentsKvMain .ContentsKvMainInner .copy1 {
    top: 6.45161%;
    left: 6.45161%; }
  .home #ContentsKvInner .ContentsKv.products .ContentsKvMain .ContentsKvMainInner .copy2 {
    top: 6.45161%;
    right: 6.45161%; }
  .home #ContentsKvInner .ContentsKv.products .ContentsKvMain .ContentsKvMainInner .logo {
    bottom: 15.74427%; }
  .home #ContentsKvInner .ContentsKv.products .ContentsKvMain .ContentsKvMainInner .product {
    right: 5.64516%;
    bottom: 5.72519%; }
  .home #ContentsKvInner .ContentsKv.products .ContentsKvMain .ContentsKvMainInner .bg {
    height: 100%; }
  .home #ContentsKvInner .ContentsKv.special .ContentsKvMain .ContentsKvMainInner .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/banners/G4U_Banner1_Teaser_P1_Mobile.png") no-repeat 50% 0%/cover; }
  .home #ContentsKvInner .ContentsKv.special .ContentsKvMain .ContentsKvMainInner .copy {
    width: 6.66667%;
    position: absolute;
    top: 6.42023%;
    right: 8.33333%; }
  .home #ContentsKvInner .ContentsKv.special .ContentsKvMain .ContentsKvMainInner .copy img {
    width: 100%;
    height: auto; }
  .home #ContentsKvInner .ContentsKv.special .ContentsKvMain .ContentsKvMainInner .logo {
    width: 24vh;
    position: absolute;
    top: 77%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .home #ContentsKvInner .ContentsKv.special .ContentsKvMain .ContentsKvMainInner .logo img {
    width: 100%;
    height: auto; } }

@media screen and (min-width: 768px) {
  .home #StylingList {
    width: 100%;
    position: relative;
    padding-top: 80px;
    border-bottom: 1px solid #dddddd; }
  .home #StylingListWrapper {
    width: 100%;
    overflow: hidden;
    height: 320px;
    position: relative; }
  .home #StylingListInner {
    width: 10000px;
    position: absolute;
    left: 0; }
  .home #StylingListInner .StylingListInnerGroup {
    position: absolute;
    left: 0;
    width: 100%;
    height: 320px; }
  .home #StylingListInner .StylingListItem {
    display: block;
    width: 320px;
    height: 320px;
    outline: none;
    transform: scale(0, 0);
    position: relative;
    pointer-events: none; }
  .home #StylingListInner .StylingListItem img {
    display: block;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-delay: 0s;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }
  .home #StylingListInner .StylingListItem img:hover {
    transform: scale(1.08, 1.08);
    -moz-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-delay: 0s;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }
  .home #StylingListInner .StylingListItem span {
    display: inline-block;
    position: absolute; }
  .home #StylingListInner .StylingListItem.hide {
    transform: scale(0, 0); }
  .home #StylingListInner .StylingListItem.show {
    transform: scale(1, 1);
    -moz-transition: scale 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: scale 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -webkit-transition: scale 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-delay: 0s;
    transition: scale 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }
  .home #StylingListInner .StylingListItem:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    margin: 2px;
    border: 2px solid #000;
    border-bottom-color: transparent;
    height: 20px;
    width: 20px;
    margin: -10px 0 0 -10px;
    background: 0 0;
    display: inline-block;
    z-index: -1;
    animation: rotate 0.75s 0s linear infinite; }
  @keyframes rotate {
    0% {
      transform: rotate(0); }
    100% {
      transform: rotate(360deg); } }
  .home #StylingListInner .StylingListItem.loaded {
    pointer-events: auto; }
  .home #StylingListInner .StylingListItem.loaded img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
  .home #StylingListArrow {
    height: 102px;
    position: relative; }
  .home #StylingListArrowLeft {
    position: absolute;
    left: calc(50% - 36px);
    top: 40px;
    background: url("../img/common/arrow.svg") no-repeat 50% 50%/12px 18px;
    transform: rotate(180deg);
    width: 16px;
    height: 24px;
    cursor: pointer; }
  .home #StylingListArrowRight {
    position: absolute;
    right: calc(50% - 36px);
    top: 40px;
    background: url("../img/common/arrow.svg") no-repeat 50% 50%/12px 18px;
    width: 16px;
    height: 24px;
    cursor: pointer; }
  .home #StylingListDots {
    display: none; } }

@media screen and (max-width: 767px) {
  .home #StylingList {
    width: 100%;
    position: relative;
    background-color: #FFF;
    overflow: hidden; }
  .home #StylingListWrapper {
    width: 100%;
    height: 92vw;
    position: relative;
    padding-top: 8vw;
    margin-bottom: 40px;
    z-index: 999; }
  .home #StylingListInner {
    width: 77.33333vw;
    height: 77.33333vw;
    margin-left: 11.33333vw;
    position: relative; }
  .home #StylingListInner .StylingListItem {
    display: block;
    width: 77.33333vw;
    height: 77.33333vw;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: bottom center; }
  .home #StylingListInner .StylingListItem img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .home #StylingListArrow {
    display: none; }
  .home #StylingListArrowLeft {
    position: absolute;
    left: 4vw;
    top: 46.66667vw;
    background: url("../img/top/stylinglist/arrow_left_sp.png") no-repeat center center;
    background-size: cover;
    width: 5.33333vw;
    height: 8.8vw;
    cursor: pointer;
    display: none; }
  .home #StylingListArrowRight {
    position: absolute;
    right: 4vw;
    top: 46.66667vw;
    background: url("../img/top/stylinglist/arrow_right_sp.png") no-repeat center center;
    background-size: cover;
    width: 5.33333vw;
    height: 8.8vw;
    cursor: pointer;
    display: none; } }

.home .top-mainvis-block {
  background-color: #f4f4f4;
  overflow: hidden;
  height: 100vh;
  position: relative; }

.home #Intro {
  display: none; }

.home #loading {
  content: '';
  position: absolute;
  top: 50vh;
  left: 50%;
  border-radius: 100%;
  margin: 2px;
  border: 2px solid #000;
  border-bottom-color: transparent;
  height: 30px;
  width: 30px;
  margin: 35px 0 0 -15px;
  background: 0 0;
  display: inline-block;
  animation: rotate 0.75s 0s linear infinite; }

@keyframes rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.home .section-block {
  position: relative;
  margin: 0 !important;
  margin-bottom: 30px; }

.home .section-block .tit-vertical {
  position: absolute;
  top: 30px;
  left: 30px;
  transform: translateX(1em) rotate(90deg);
  transform-origin: 0 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 18px;
  white-space: nowrap; }

.home .content-inner {
  max-width: inherit; }

.home #StylingList {
  position: relative; }

.home #StylingList .tit-vertical {
  position: absolute;
  top: 30px;
  left: 2.19619%;
  margin: 0 auto;
  transform: translateX(1em) rotate(90deg);
  transform-origin: 0 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 18px;
  white-space: nowrap; }

.home .top-content-block {
  padding-top: 0; }

@media all and (max-width: 1024px) {
  .home .ContentsBody .section-block {
    border: 0; }
  .home .ContentsBody .section-block .section-inner .section-content {
    padding: 4.88281% 4.88281%; }
  .home .ContentsBody .section-block .section-inner .section-content ul li {
    width: 28.0285%;
    padding-top: 9.50119%;
    margin-right: 7.95724%; }
  .home .ContentsBody .section-block .section-inner .section-content ul li:nth-child(-n+4) {
    padding-top: 9.50119%; }
  .home .ContentsBody .section-block .section-inner .section-content ul li:nth-child(4n) {
    margin-right: 7.95724%; }
  .home .ContentsBody .section-block .section-inner .section-content ul li:nth-child(-n+3) {
    padding-top: 0; }
  .home .ContentsBody .section-block .section-inner .section-content ul li:nth-child(3n) {
    margin-right: 0; } }

@media all and (max-width: 768px) {
  .home #loading {
    margin: -30px 0 0 -15px; }
  .home #Intro {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999; }
  .home #Intro .finger {
    width: 6.8%;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .home #Intro .finger img {
    width: 100%;
    height: auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .home #Intro .finger.swipe img {
    animation: intro-anim 1.8s cubic-bezier(0.77, 0, 0.175, 1) forwards; }
  @keyframes intro-anim {
    0% {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      transform: translate(80px, 0); }
    20% {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    40% {
      transform: translate(-80px, 0); }
    80% {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      transform: translate(80px, 0); }
    100% {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      transform: translate(80px, 0); } }
  .home #Intro .finger.scroll {
    top: 50%;
    left: 60%; }
  .home #Intro .finger.scroll img {
    animation: intro-anim2 1.8s cubic-bezier(0.77, 0, 0.175, 1) forwards; }
  @keyframes intro-anim2 {
    0% {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      transform: translate(0, -80px); }
    20% {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    40% {
      transform: translate(0, 80px); }
    80% {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      transform: translate(0, -80px); }
    100% {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      transform: translate(0, -80px); } }
  .home #Intro .arrows {
    position: absolute;
    top: 45%;
    left: 50%; }
  .home #Intro .arrows .arrowsInner {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex; }
  .home #Intro .arrows .arrowsInner .arrow span {
    display: inline-block;
    width: 15px;
    height: 30px;
    background: url("../img/common/arrow_white.svg") no-repeat 50% 50%/8px 12px;
    transform: rotate(180deg); }
  .home #Intro p {
    width: 100%;
    text-align: center;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 2.3rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden; }
  .home #Intro p span {
    display: inline-block;
    transform: translateY(100%); }
  .home #Intro p span.show {
    transform: translateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .home #Intro p span.hide {
    transform: translateY(-100%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .home #Intro p.swipe {
    top: 55%; }
  .home #Intro p.swipe.show {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .home #Intro p.scroll {
    top: 50%;
    width: auto;
    transform: translate(-100%, -50%); }
  .home #Intro p.scroll.show {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .home .ContentsBody .section-block {
    position: relative; }
  .home .ContentsBody .section-block .tit-vertical {
    position: absolute;
    top: 20px;
    left: 2.66667%;
    transform: translateX(1em) rotate(90deg);
    transform-origin: 0 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 18px;
    white-space: nowrap; } }

.home .products-block {
  border: 0;
  width: 100%; }

.home .products-block .section-inner .section-content {
  padding: 3.74251% 3.74251% 0; }

.home .products-block .section-inner .section-content ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto 120px; }

.home .products-block .section-inner .section-content ul li {
  width: 20.59337%;
  margin-right: 5.84642%;
  position: relative;
  display: grid;
  display: -ms-grid;
  text-align: center;
  padding-top: 6.9808%; }

.home .products-block .section-inner .section-content ul li a {
  display: block;
  width: 66.10169%;
  margin: 0 auto;
  position: relative; }

.home .products-block .section-inner .section-content ul li .box {
  background-color: #f4f4f4;
  width: 75%;
  height: 0;
  padding-top: 75%;
  position: absolute;
  bottom: -25%;
  left: -25%;
  transform-origin: 0 100%; }

.home .products-block .section-inner .section-content ul li h2 {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
  overflow: hidden; }

.home .products-block .section-inner .section-content ul li h2 span {
  display: inline-block; }

.home .products-block .section-inner .section-content ul li h2 span.show {
  transform: translateY(0);
  -moz-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
  -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
  -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.35s;
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s; }

.home .products-block .section-inner .section-content ul li .pic {
  display: block;
  margin-bottom: 10px;
  position: relative; }

.home .products-block .section-inner .section-content ul li .pic img {
  width: 100%;
  height: auto; }

.home .products-block .section-inner .section-content ul li:nth-child(-n+4) {
  padding-top: 0; }

.home .products-block .section-inner .section-content ul li:nth-child(4n) {
  margin-right: 0; }

.home .products-block .section-inner .section-content ul li.show a .box {
  transform: scale(1, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }

.home .products-block .section-inner .section-content ul li.show a h2 {
  display: block; }

.home .products-block .section-inner .section-content ul li.show a .pic {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  transform: translateY(0);
  -moz-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
  -o-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.05s;
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.05s; }

.home .products-block .section-inner .section-content dl {
  max-width: 1600px;
  margin: 0 auto; }

@media all and (max-width: 768px) {
  .home .ContentsBody .products-block {
    padding-bottom: 0px;
    margin-bottom: 0; }
  .home .ContentsBody .products-block .section-inner .section-content {
    padding: 8% 0 0 14.66667%; }
  .home .ContentsBody .products-block .section-inner .section-content ul {
    margin-bottom: 70px; }
  .home .ContentsBody .products-block .section-inner .section-content ul li {
    width: 43.7037%;
    padding-top: 6.11111%;
    margin-right: 7.40741%; }
  .home .ContentsBody .products-block .section-inner .section-content ul li a {
    width: 80.50847%; }
  .home .ContentsBody .products-block .section-inner .section-content ul li h2 {
    font-size: 12px;
    font-size: 1.2rem; }
  .home .ContentsBody .products-block .section-inner .section-content ul li:nth-child(-n+4) {
    padding-top: 6.11111%; }
  .home .ContentsBody .products-block .section-inner .section-content ul li:nth-child(4n) {
    margin-right: 7.40741%; }
  .home .ContentsBody .products-block .section-inner .section-content ul li:nth-child(-n+3) {
    padding-top: 6.11111%; }
  .home .ContentsBody .products-block .section-inner .section-content ul li:nth-child(3n) {
    margin-right: 7.40741%; }
  .home .ContentsBody .products-block .section-inner .section-content ul li:nth-child(-n+2) {
    padding-top: 0; }
  .home .ContentsBody .products-block .section-inner .section-content ul li:nth-child(2n) {
    margin-right: 0; }
  .home .ContentsBody .products-block .section-inner .section-content ul li .pic {
    margin-bottom: 5px; }
  .home .ContentsBody .products-block .section-inner .section-content ul li:nth-child(odd) {
    margin-top: 0;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .home .ContentsBody .products-block .section-inner .section-content ul li:nth-child(even) {
    margin-top: 40px;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .home .ContentsBody .products-block .section-inner .section-content dl {
    padding-right: 6%; } }

@supports (-ms-ime-align: auto) {
  .home .products-block .section-inner .section-content {
    padding: 50px 50px; }
  .home .products-block .section-inner .section-content ul li {
    padding-top: 80px; }
  @media all and (max-width: 1024px) {
    .home .section-block .section-inner .section-content ul li {
      padding-top: 70px; }
    .home .section-block .section-inner .section-content ul li:nth-child(-n+4) {
      padding-top: 70px; }
    .home .section-block .section-inner .section-content ul li:nth-child(-n+3) {
      padding-top: 0; } }
  @media all and (max-width: 768px) {
    .home .section-block .section-inner .section-content ul li {
      padding-top: 30px; }
    .home .section-block .section-inner .section-content ul li:nth-child(-n+4) {
      padding-top: 30px; }
    .home .section-block .section-inner .section-content ul li:nth-child(-n+3) {
      padding-top: 30px; }
    .home .section-block .section-inner .section-content ul li:nth-child(-n+2) {
      padding-top: 0; } } }

.home .techniques-block {
  border: 0;
  display: inline-block;
  width: 100%; }

.home .techniques-block .section-inner {
  width: 100%; }

.home .techniques-block .section-inner .section-content {
  padding: 3.74251% 3.74251%;
  width: 100%;
  box-sizing: border-box; }

.home .techniques-block .section-inner .section-content::after {
  content: "";
  display: block;
  clear: both; }

.home .techniques-block .section-inner .section-content h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
  margin-bottom: 60px;
  text-align: center; }

.home .techniques-block .section-inner .section-content .techniques-block-list {
  margin-top: 80px;
  border-top: 1px solid #ddd;
  padding-top: 60px; }

.home .techniques-block .section-inner .section-content .techniques-block-list:first-child {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px; }

.home .techniques-block .section-inner .section-content .techniques-block-list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto; }

.home .techniques-block .section-inner .section-content .techniques-block-list ul::after {
  content: "";
  display: block;
  clear: both; }

.home .techniques-block .section-inner .section-content .techniques-block-list ul li {
  width: 20.59337%;
  margin-right: 5.84642%;
  position: relative;
  position: relative;
  display: inline-block;
  text-align: center;
  padding-top: 6.9808%;
  height: auto; }

.home .techniques-block .section-inner .section-content .techniques-block-list ul li a {
  display: block;
  width: 66.10169%;
  margin: 0 auto;
  position: relative;
  margin-top: 25%; }

.home .techniques-block .section-inner .section-content .techniques-block-list ul li .box {
  background-color: #f4f4f4;
  width: 75%;
  height: 0;
  padding-top: 75%;
  position: absolute;
  top: -25%;
  left: -25%;
  transform-origin: 0 100%; }

.home .techniques-block .section-inner .section-content .techniques-block-list ul li h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: left;
  min-height: 50px;
  vertical-align: middle;
  display: inline-block; }

.home .techniques-block .section-inner .section-content .techniques-block-list ul li h3 span {
  display: inline-block; }

.home .techniques-block .section-inner .section-content .techniques-block-list ul li h3 span.show {
  transform: translateY(0);
  -moz-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
  -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
  -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.35s;
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s; }

.home .techniques-block .section-inner .section-content .techniques-block-list ul li p {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  height: 50px;
  display: inline-block; }

.home .techniques-block .section-inner .section-content .techniques-block-list ul li p br.sp-br {
  display: none; }

.home .techniques-block .section-inner .section-content .techniques-block-list ul li .pic {
  display: block;
  margin-bottom: 10px;
  position: relative; }

.home .techniques-block .section-inner .section-content .techniques-block-list ul li .pic img {
  width: 100%;
  height: auto; }

.home .techniques-block .section-inner .section-content .techniques-block-list ul li:nth-child(-n+4) {
  padding-top: 0; }

.home .techniques-block .section-inner .section-content .techniques-block-list ul li:nth-child(4n) {
  margin-right: 0; }

.home .techniques-block .section-inner .section-content .techniques-block-list ul li.show a .box {
  transform: scale(1, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }

.home .techniques-block .section-inner .section-content .techniques-block-list ul li.show a h2 {
  display: block; }

.home .techniques-block .section-inner .section-content .techniques-block-list ul li.show a .pic {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  transform: translateY(0);
  -moz-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
  -o-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.05s;
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.05s; }

.home .techniques-block .section-inner .section-content .techniques-block-list ul .action-img a {
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: 25%; }

.home .techniques-block .section-inner .section-content .techniques-block-list ul .action-img .pic {
  width: 121.18644%;
  margin-top: -17%; }

.home .techniques-block .section-inner .section-content .techniques-block-list ul .action-img .pic img {
  width: 100%;
  height: auto; }

.home .techniques-block .section-inner .section-content .techniques-block-list-half {
  margin-top: 80px;
  border-top: 1px solid #ddd;
  padding-top: 50px;
  width: 47.03316%;
  margin-right: 5.84642%;
  float: left;
  display: inline-block; }

.home .techniques-block .section-inner .section-content .techniques-block-list-half ul {
  display: block;
  width: 100%;
  text-align: left; }

.home .techniques-block .section-inner .section-content .techniques-block-list-half ul::after {
  content: "";
  display: block;
  clear: both; }

.home .techniques-block .section-inner .section-content .techniques-block-list-half ul li {
  width: 44.15358%;
  margin-right: 5.84642%;
  position: relative;
  display: inline-block;
  text-align: center;
  padding-top: 6.9808%;
  float: left; }

.home .techniques-block .section-inner .section-content .techniques-block-list-half ul li a {
  display: block;
  width: 66.10169%;
  margin: 0 auto;
  position: relative;
  margin-top: 25%; }

.home .techniques-block .section-inner .section-content .techniques-block-list-half ul li .box {
  background-color: #f4f4f4;
  width: 75%;
  height: 0;
  padding-top: 75%;
  position: absolute;
  top: -25%;
  left: -25%;
  transform-origin: 0 100%; }

.home .techniques-block .section-inner .section-content .techniques-block-list-half ul li h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 50px;
  vertical-align: middle;
  display: inline-block; }

.home .techniques-block .section-inner .section-content .techniques-block-list-half ul li h3 span {
  display: inline-block; }

.home .techniques-block .section-inner .section-content .techniques-block-list-half ul li h3 span.show {
  transform: translateY(0);
  -moz-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
  -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
  -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.35s;
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s; }

.home .techniques-block .section-inner .section-content .techniques-block-list-half ul li p {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem; }

.home .techniques-block .section-inner .section-content .techniques-block-list-half ul li p br.sp-br {
  display: none; }

.home .techniques-block .section-inner .section-content .techniques-block-list-half ul li .pic {
  display: block;
  margin-bottom: 10px;
  position: relative; }

.home .techniques-block .section-inner .section-content .techniques-block-list-half ul li .pic img {
  width: 100%;
  height: auto; }

.home .techniques-block .section-inner .section-content .techniques-block-list-half ul li:nth-child(-n+4) {
  padding-top: 0; }

.home .techniques-block .section-inner .section-content .techniques-block-list-half ul li:nth-child(2n) {
  margin-right: 0;
  float: right; }

.home .techniques-block .section-inner .section-content .techniques-block-list-half ul li.show a .box {
  transform: scale(1, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }

.home .techniques-block .section-inner .section-content .techniques-block-list-half ul li.show a h2 {
  display: block; }

.home .techniques-block .section-inner .section-content .techniques-block-list-half ul li.show a .pic {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  transform: translateY(0);
  -moz-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
  -o-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.05s;
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.05s; }

.home .techniques-block .section-inner .section-content .techniques-block-list-half-r {
  margin-right: 0; }

.home .techniques-block .section-inner .section-content .no-border {
  margin-top: 0;
  border-top: 0;
  padding-top: 0; }

@media all and (max-width: 768px) {
  .home .ContentsBody .techniques-block {
    max-width: auto; }
  .home .ContentsBody .techniques-block .section-inner {
    width: 100%; }
  .home .ContentsBody .techniques-block .section-inner .section-content {
    padding: 8% 2.66667% 0 14.66667%; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list {
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 0; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 30px; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list:first-child {
    border-top: none; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list:first-child h2 {
    margin-top: 0px; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list ul li {
    width: 43.7037%;
    padding-top: 6.11111%;
    margin-right: 7.40741%; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list ul li a {
    display: block;
    width: 78.81356%;
    margin: 0 auto;
    position: relative;
    margin-top: 20px; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list ul li .box {
    background-color: #f4f4f4;
    width: 75%;
    height: 0;
    padding-top: 75%;
    position: absolute;
    top: 0;
    left: -25%;
    transform-origin: 0 100%; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list ul li h3 {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1em;
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 20%; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list ul li h3 span {
    display: inline-block; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list ul li h3 span.show {
    transform: translateY(0);
    -moz-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
    -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
    -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0.35s;
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list ul li h3.pt {
    padding-top: 25%; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list ul li p {
    font-weight: bold;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
    height: auto; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list ul li p br.sp-br {
    display: block; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list ul li .pic {
    display: block;
    margin-bottom: 10px;
    position: relative; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list ul li .pic img {
    width: 100%;
    height: auto; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list ul li:nth-child(-n+2) {
    padding-top: 0; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list ul li:nth-child(-n+2) a {
    margin-top: 0; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list ul li:nth-child(2n) {
    margin-right: 0; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list ul li.show a .box {
    transform: scale(1, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list ul li.show a h2 {
    display: block; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list ul li.show a .pic {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    transform: translateY(0);
    -moz-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    -o-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0.05s;
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.05s; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list-half {
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 0;
    width: 100%;
    margin-right: 5.84642%;
    float: none;
    display: block; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list-half h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 30px; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list-half ul {
    display: block;
    width: 100%;
    text-align: left; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list-half ul::after {
    content: "";
    display: block;
    clear: both; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list-half ul li {
    width: 44.15358%;
    margin-right: 5.84642%;
    position: relative;
    display: inline-block;
    text-align: center;
    padding-top: 6.9808%;
    float: left; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list-half ul li a {
    display: block;
    width: 66.10169%;
    margin: 0 auto;
    position: relative;
    margin-top: 0; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list-half ul li .box {
    background-color: #f4f4f4;
    width: 75%;
    height: 0;
    padding-top: 75%;
    position: absolute;
    top: 0 !important;
    left: -25%;
    transform-origin: 0 100%; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list-half ul li h3 {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1em;
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 25%; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list-half ul li h3 span {
    display: inline-block; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list-half ul li h3 span.show {
    transform: translateY(0);
    -moz-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
    -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
    -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0.35s;
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list-half ul li p {
    font-weight: bold;
    font-size: 10px;
    font-size: 1rem; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list-half ul li p br.sp-br {
    display: block; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list-half ul li .pic {
    display: block;
    margin-bottom: 10px;
    position: relative; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list-half ul li .pic img {
    width: 100%;
    height: auto; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list-half ul li:nth-child(-n+4) {
    padding-top: 0; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list-half ul li:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list-half ul li.show a .box {
    transform: scale(1, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list-half ul li.show a h2 {
    display: block; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list-half ul li.show a .pic {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    transform: translateY(0);
    -moz-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    -o-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0.05s;
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.05s; }
  .home .ContentsBody .techniques-block .section-inner .section-content .techniques-block-list-half-r {
    margin-right: 0; } }

.home #StylingListWrapper {
  margin-bottom: 0;
  overflow: visible !important; }

.home .styling-block {
  margin: 0;
  margin-left: 2.19619%;
  margin-right: 1.46413%;
  z-index: 1;
  position: relative;
  padding-left: 3.74251%; }

.home .styling-block h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.075em;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  margin-top: 30px;
  margin-bottom: 70px;
  text-align: center;
  border-top: 1px solid #ddd; }

.home .styling-block h2 span span {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block; }

.home .styling-block h2 span span.show {
  transform: translateY(0);
  -moz-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
  -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
  -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.35s;
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s; }

.home .styling-block > ul {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0; }

.home .styling-block > ul::after {
  content: "";
  display: block;
  clear: both; }

.home .styling-block > ul li {
  display: inline-block;
  width: 47.03316%;
  margin-right: 5.84642%;
  margin-bottom: 30px;
  float: left;
  position: relative; }

.home .styling-block > ul li .style-tit {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
  display: inline-block;
  position: absolute;
  left: 31.53989%;
  top: 31.53989%;
  padding-bottom: 10px; }

.home .styling-block > ul li .style-tit::after {
  content: "";
  display: block;
  clear: both; }

.home .styling-block > ul li .style-tit span {
  font-size: 15px;
  font-size: 1.5rem; }

.home .styling-block > ul li .style-img {
  width: 37.10575%;
  display: inline-block; }

.home .styling-block > ul li .style-img img {
  width: 100%;
  height: auto; }

.home .styling-block > ul li:nth-child(even) {
  margin-right: 0; }

.home .styling-block > ul li:nth-child(-n+2) .style-tit {
  padding-left: 100px; }

.home .styling-block > ul li:nth-child(-n+2) .style-img {
  float: left; }

.home .styling-block > ul li:nth-child(n+3) .style-tit {
  padding-right: 100px; }

.home .styling-block > ul li:nth-child(n+3) .style-img {
  float: right; }

.home .styling-block .styling-search-block {
  padding-top: 30px;
  text-align: center;
  display: block;
  padding-bottom: 0px; }

.home .styling-block .styling-search-block h2 {
  margin-bottom: 50px; }

.home .styling-block .styling-search-block ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  max-width: 1600px;
  margin: 0 auto 40px; }

.home .styling-block .styling-search-block ul li {
  width: 20%;
  margin-right: 0;
  position: relative;
  text-align: center;
  padding-top: 0;
  margin-bottom: 20px; }

.home .styling-block .styling-search-block ul li a {
  display: inline-block;
  position: relative; }

.home .styling-block .styling-search-block ul li .item {
  display: block;
  position: relative;
  width: 43.66812%;
  margin: 0 auto; }

.home .styling-block .styling-search-block ul li .item img {
  width: 100%;
  height: auto; }

.home .styling-block .styling-search-block ul li .name {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  text-align: center; }

.home .styling-block .styling-search-block ul li .name span {
  display: inline-block; }

.home .styling-block .styling-search-block ul li .name span.show {
  transform: translateY(0);
  -moz-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
  -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
  -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.35s;
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s; }

.home .styling-block .styling-search-block ul li:nth-child(-n+4) {
  padding-top: 0; }

.home .styling-block .styling-search-block ul li:nth-child(4n) {
  margin-right: 0; }

.home .styling-btn {
  width: 260px;
  margin: 0 auto 80px;
  padding-left: 3.74251%;
  box-sizing: content-box; }

.home .styling-btn a {
  background-color: #000;
  width: 260px;
  height: 50px;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center; }

.home #StylingList {
  border-bottom: 0 !important; }

@media all and (max-width: 1024px) {
  .home .styling-block .styling-search-block ul {
    -ms-flex-pack: start;
    justify-content: start; }
  .home .styling-block .styling-search-block ul li {
    width: 25%; } }

@media all and (max-width: 768px) {
  .home .ContentsBody .styling-block {
    border-top: 1px solid #ddd;
    margin: 0 8% 0 12%; }
  .home .ContentsBody .styling-block h2 {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1em;
    display: block;
    position: relative;
    margin-bottom: 30px;
    margin-top: 0px;
    padding-top: 40px;
    text-align: center;
    border-top: none; }
  .home .ContentsBody .styling-block h2 span {
    font-size: 14px;
    font-size: 1.4rem; }
  .home .ContentsBody .styling-block ul {
    display: block;
    padding-top: 10px; }
  .home .ContentsBody .styling-block ul::after {
    content: "";
    display: block;
    clear: both; }
  .home .ContentsBody .styling-block ul li {
    width: 100%;
    margin-right: 0;
    float: none;
    position: relative; }
  .home .ContentsBody .styling-block ul li:nth-child(odd) {
    margin-top: -10px; }
  .home .ContentsBody .styling-block ul li:nth-child(odd) .style-tit {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-left: 60px;
    padding-right: 0;
    padding-bottom: 10px;
    position: absolute;
    left: 31.53989%;
    top: 18.55288%;
    right: auto; }
  .home .ContentsBody .styling-block ul li:nth-child(odd) .style-tit::after {
    content: "";
    display: block;
    clear: both; }
  .home .ContentsBody .styling-block ul li:nth-child(odd) .style-tit span {
    font-size: 12px;
    font-size: 1.2rem; }
  .home .ContentsBody .styling-block ul li:nth-child(odd) .style-img {
    width: 37.10575%;
    display: inline-block;
    float: left; }
  .home .ContentsBody .styling-block ul li:nth-child(odd) .style-img img {
    width: 100%;
    height: auto; }
  .home .ContentsBody .styling-block ul li:nth-child(even) {
    margin-top: -10px; }
  .home .ContentsBody .styling-block ul li:nth-child(even) .style-tit {
    font-size: 17px;
    font-size: 1.7rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-right: 60px;
    padding-left: 0;
    padding-bottom: 10px;
    position: absolute;
    right: 31.53989%;
    top: 18.55288%;
    left: auto; }
  .home .ContentsBody .styling-block ul li:nth-child(even) .style-tit::after {
    content: "";
    display: block;
    clear: both; }
  .home .ContentsBody .styling-block ul li:nth-child(even) .style-tit span {
    font-size: 12px;
    font-size: 1.2rem; }
  .home .ContentsBody .styling-block ul li:nth-child(even) .style-img {
    width: 37.10575%;
    display: inline-block;
    float: right; }
  .home .ContentsBody .styling-block ul li:nth-child(even) .style-img img {
    width: 100%;
    height: auto; }
  .home .ContentsBody .styling-block ul li:last-child {
    margin-bottom: 0; }
  .home .ContentsBody .styling-block .styling-search-block {
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 0;
    text-align: center;
    display: block;
    padding-bottom: 0px; }
  .home .ContentsBody .styling-block .styling-search-block ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-top: 0; }
  .home .ContentsBody .styling-block .styling-search-block ul li {
    width: 46.48148%;
    padding-top: 6.11111%;
    margin-right: 6.85185%;
    margin-bottom: 0; }
  .home .ContentsBody .styling-block .styling-search-block ul li h2 {
    font-size: 12px;
    font-size: 1.2rem; }
  .home .ContentsBody .styling-block .styling-search-block ul li:nth-child(-n+4) {
    padding-top: 6.11111%; }
  .home .ContentsBody .styling-block .styling-search-block ul li:nth-child(4n) {
    margin-right: 6.85185%; }
  .home .ContentsBody .styling-block .styling-search-block ul li:nth-child(-n+3) {
    padding-top: 6.11111%; }
  .home .ContentsBody .styling-block .styling-search-block ul li:nth-child(3n) {
    margin-right: 6.85185%; }
  .home .ContentsBody .styling-block .styling-search-block ul li:nth-child(-n+2) {
    padding-top: 0; }
  .home .ContentsBody .styling-block .styling-search-block ul li:nth-child(2n) {
    margin-right: 0; }
  .home .ContentsBody .styling-block .styling-search-block ul li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .home .ContentsBody .styling-block .styling-search-block ul li a .item {
    width: 50px;
    margin-right: 10px; }
  .home .ContentsBody .styling-block .styling-search-block ul li a .name {
    width: 70%;
    font-size: 10px;
    font-size: 1rem;
    text-align: left; }
  .home .ContentsBody .styling-block .styling-search-block ul li:nth-child(odd) {
    margin-top: 0;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .home .ContentsBody .styling-block .styling-search-block ul li:nth-child(even) {
    margin-top: 0;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .home .styling-btn {
    width: 45.33333%;
    margin: 0 auto 50px;
    padding: 0; }
  .home .styling-btn a {
    background-color: #000;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    color: white;
    text-align: center; } }

@media screen and (max-width: 320px) {
  .home .ContentsBody .styling-block .styling-search-block ul li a .item {
    width: 30px; } }

.home .special-block {
  border: 0; }

.home .special-block ul {
  padding: 3.74251% 3.74251% 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1600px; }

.home .special-block ul li {
  width: 30.36649%;
  margin-right: 4.363%;
  margin-top: 20px;
  text-align: center; }

.home .special-block ul li a {
  display: inline-block;
  width: 100%; }

.home .special-block ul li img {
  width: 100%;
  height: auto; }

.home .special-block ul li p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 20px; }

.home .special-block ul li:nth-child(3n) {
  margin-right: 0; }

.home .special-block ul li:nth-child(-n+3) {
  margin-top: 0; }

.home .special-block dl {
  padding: 10px 3.74251% 10px;
  margin: 0 auto;
  max-width: 1600px; }

@media all and (max-width: 768px) {
  .home .ContentsBody .special-block {
    display: block;
    text-align: center;
    border: 0;
    margin: 0;
    width: 100%; }
  .home .ContentsBody .special-block ul {
    padding: 8% 8% 0 12%;
    width: 100%;
    box-sizing: border-box; }
  .home .ContentsBody .special-block ul li {
    width: 100%;
    margin-right: 0; }
  .home .ContentsBody .special-block ul li a {
    display: inline-block;
    width: 100%; }
  .home .ContentsBody .special-block ul li img {
    width: 100%;
    height: auto; }
  .home .ContentsBody .special-block ul li p {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 10px; }
  .home .ContentsBody .special-block ul li:nth-child(3n) {
    margin-right: 0; }
  .home .ContentsBody .special-block ul li:nth-child(-n+3) {
    margin-top: 20px; }
  .home .ContentsBody .special-block ul li:first-child {
    margin-top: 0; }
  .home .ContentsBody .special-block dl {
    padding: 0 8% 8% 12%;
    width: 100%;
    text-align: left;
    margin-top: -10px; } }

.home .content-wrapper .content-inner .search-home {
  display: none; }

.home .content-wrapper .content-inner .section-block .news-section .news-content .slick-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px; }

.home .content-wrapper .content-inner .section-block .news-section .news-content .slick-wrapper .slick-content a {
  color: #222;
  text-decoration: none; }

.home .content-wrapper .content-inner .section-block .news-section .news-content .slick-wrapper .slick-content a:focus {
  outline: none; }

.home .content-wrapper .content-inner .section-block .news-section .news-content .slick-wrapper .slick-content a:hover {
  text-decoration: underline; }

.home .content-wrapper .content-inner .section-block .news-section .news-content .slick-wrapper .slick-content .inner {
  position: relative;
  margin: 0 25px;
  max-width: 320px; }

.home .content-wrapper .content-inner .section-block .news-section .news-content .slick-wrapper .slick-content .inner .date {
  position: absolute;
  top: 0;
  left: -8px;
  transform: rotate(90deg);
  transform-origin: 0 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: #CCC; }

.home .content-wrapper .content-inner .section-block .news-section .news-content .slick-wrapper .slick-content .inner .thumbnail {
  margin-bottom: 10px;
  padding: 0;
  border: none; }

.home .content-wrapper .content-inner .section-block .news-section .news-content .slick-wrapper .slick-content .inner .thumbnail img {
  width: 100%;
  height: auto; }

.home .content-wrapper .content-inner .section-block .news-section .news-content .slick-wrapper .slick-content .inner .tag {
  background-color: #222;
  display: inline-block;
  color: white;
  font-weight: bold;
  font-size: 9px;
  padding: 5px 7px;
  margin-bottom: 7px; }

.home .content-wrapper .content-inner .section-block .news-section .news-content .slick-wrapper .slick-content .inner .text {
  font-size: 13px; }

.home .content-wrapper .content-inner .section-block .sns-section,
.home .content-wrapper .content-inner .section-block .shop-section {
  height: 200px;
  padding: 0; }

.home .content-wrapper .content-inner .section-block .sns-section .section-content,
.home .content-wrapper .content-inner .section-block .shop-section .section-content {
  padding: 0; }

.home .content-wrapper .content-inner .section-block .sns-section .section-content ul,
.home .content-wrapper .content-inner .section-block .shop-section .section-content ul {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.home .content-wrapper .content-inner .section-block .sns-section .section-content ul li,
.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li {
  position: relative; }

.home .content-wrapper .content-inner .section-block .sns-section .section-content ul li.twitter, .home .content-wrapper .content-inner .section-block .sns-section .section-content ul li.facebook, .home .content-wrapper .content-inner .section-block .sns-section .section-content ul li.instagram, .home .content-wrapper .content-inner .section-block .sns-section .section-content ul li.youtube,
.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.twitter,
.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.facebook,
.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.instagram,
.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.youtube {
  width: 36px;
  height: 36px; }

.home .content-wrapper .content-inner .section-block .sns-section .section-content ul li a,
.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -999px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }

.home .content-wrapper .content-inner .section-block .sns-section .section-content ul li a:hover,
.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1); }

.home .content-wrapper .content-inner .section-block .sns-section .section-content ul li:not(:first-child),
.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li:not(:first-child) {
  margin-left: 60px; }

.home .content-wrapper .content-inner .section-block .sns-section .section-content ul li.twitter a,
.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.twitter a {
  background: url("../img/common/icon_twitter.png") no-repeat 50% 50%/contain; }

.home .content-wrapper .content-inner .section-block .sns-section .section-content ul li.facebook a,
.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.facebook a {
  background: url("../img/common/icon_facebook.png") no-repeat 50% 50%/contain; }

.home .content-wrapper .content-inner .section-block .sns-section .section-content ul li.instagram a,
.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.instagram a {
  background: url("../img/common/icon_instagram.png") no-repeat 50% 50%/contain; }

.home .content-wrapper .content-inner .section-block .sns-section .section-content ul li.youtube a,
.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.youtube a {
  background: url("../img/common/icon_youtube.png") no-repeat 50% 50%/contain; }

.home .content-wrapper .content-inner .section-block .shop-section .section-content ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 550px;
  margin: 0 auto;
  padding: 0 10px; }

.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li {
  margin: 10px 18px; }

.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li:not(:first-child) {
  margin: 10px 18px; }

.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.lohaco {
  width: 134px;
  height: 36px; }

.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.lohaco a {
  background: url("../img/common/icon_lohaco.png") no-repeat 50% 50%/contain; }

.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.amazon {
  width: 106px;
  height: 36px; }

.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.amazon a {
  background: url("../img/common/icon_amazon.png") no-repeat 50% 50%/contain; }

.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.rakuten {
  width: 124px;
  height: 41px; }

.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.rakuten a {
  background: url("../img/top/rakuten.png") no-repeat 50% 50%/contain; }

.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.soukaidrug {
  width: 120px;
  height: 41px; }

.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.soukaidrug a {
  background: url("../img/top/soukaidrug.png") no-repeat 50% 50%/contain; }

.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.kenkocom {
  width: 147px;
  height: 41px; }

.home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.kenkocom a {
  background: url("../img/top/kenkocom.png") no-repeat 50% 50%/contain; }

.home .news-sns-block {
  margin: 0 auto;
  display: block; }

@media all and (max-width: 1024px) {
  .home .content-wrapper .content-inner .section-block .shop-section .section-content {
    max-width: none !important; }
  .home .content-wrapper .content-inner .section-block .shop-section .section-content ul {
    max-width: none; } }

@media all and (max-width: 768px) {
  .home .content-wrapper .content-inner .search-home {
    display: block;
    background-color: #f4f4f4;
    padding: 30px 0;
    margin-bottom: 30px; }
  .home .content-wrapper .content-inner .search-home .search-inner {
    width: 72%;
    height: 42px;
    border-bottom: 1px solid #222;
    position: relative;
    margin: 0 auto; }
  .home .content-wrapper .content-inner .search-home .search-inner::before, .home .content-wrapper .content-inner .search-home .search-inner::after {
    content: '"';
    position: absolute;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #DDD; }
  .home .content-wrapper .content-inner .search-home .search-inner::before {
    top: -5px;
    left: -20px; }
  .home .content-wrapper .content-inner .search-home .search-inner::after {
    bottom: -10px;
    right: -25px;
    transform: rotate(180deg); }
  .home .content-wrapper .content-inner .search-home .search-inner .searchText-sp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.15em;
    padding-left: 20px; }
  .home .content-wrapper .content-inner .search-home .search-inner .searchText-sp::before {
    content: '';
    width: 13px;
    height: 13px;
    background: url("../img/common/search.svg") no-repeat 0 0/cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  .home .content-wrapper .content-inner .search-home .search-inner .searchBody {
    position: absolute;
    top: 6px;
    left: 0;
    display: none; }
  .home .content-wrapper .content-inner .search-home .search-inner .searchBody .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 2px; }
  .home .content-wrapper .content-inner .search-home .search-inner .searchBody input.gsc-input {
    font-size: 16px;
    font-size: 1.6rem;
    background: #f4f4f4 !important; }
  .home .content-wrapper .content-inner .search-home .search-inner .searchBody .gsc-input-box {
    background: #f4f4f4 !important;
    border: none; }
  .home .content-wrapper .content-inner .search-home .search-inner .searchBody .gsc-input-box-focus {
    box-shadow: none; }
  .home .content-wrapper .content-inner .search-home .search-inner .searchBody .gsc-input-box-focus input {
    background-color: #f4f4f4 !important; }
  .home .content-wrapper .content-inner .search-home .search-inner .searchBody .gsc-search-button .gsc-search-button {
    border: 0;
    padding: 0 !important;
    width: 20px;
    height: 20px;
    background: url("../img/common/search.svg") no-repeat 50% 50%/13px 13px; }
  .home .content-wrapper .content-inner .search-home .search-inner .searchBody .gsc-search-button .gsc-search-button svg {
    display: none; }
  .home .content-wrapper .content-inner .search-home .search-inner .searchBody.show {
    display: block;
    width: 100%;
    padding: 0 10px 2px; }
  .home .content-wrapper .content-inner .search-home.show .searchText-sp {
    display: none; }
  .home .content-wrapper .content-inner .section-block .news-section {
    overflow: hidden; }
  .home .content-wrapper .content-inner .section-block .news-section .news-content {
    width: 100%;
    padding-bottom: 0px; }
  .home .content-wrapper .content-inner .section-block .news-section .news-content .section-content {
    padding-top: 30px;
    width: 100%; }
  .home .content-wrapper .content-inner .section-block .news-section .news-content .slick-wrapper {
    padding: 0; }
  .home .content-wrapper .content-inner .section-block .news-section .news-content .slick-wrapper .slick-content .inner {
    margin: 0px 25px; }
  .home .content-wrapper .content-inner .section-block .news-section .news-content .slick-wrapper .slick-content a:hover {
    text-decoration: none; }
  .home .content-wrapper .content-inner .section-block .sns-section,
  .home .content-wrapper .content-inner .section-block .shop-section {
    padding-top: 20px;
    padding-bottom: 0;
    height: auto; }
  .home .content-wrapper .content-inner .section-block .sns-section .section-content,
  .home .content-wrapper .content-inner .section-block .shop-section .section-content {
    width: 76%;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 10px; }
  .home .content-wrapper .content-inner .section-block .sns-section .section-content ul,
  .home .content-wrapper .content-inner .section-block .shop-section .section-content ul {
    padding: 5.33333% 0; }
  .home .content-wrapper .content-inner .section-block .sns-section .section-content ul li,
  .home .content-wrapper .content-inner .section-block .shop-section .section-content ul li {
    margin: 0 10.52632%; }
  .home .content-wrapper .content-inner .section-block .sns-section .section-content ul li.twitter, .home .content-wrapper .content-inner .section-block .sns-section .section-content ul li.facebook, .home .content-wrapper .content-inner .section-block .sns-section .section-content ul li.instagram, .home .content-wrapper .content-inner .section-block .sns-section .section-content ul li.youtube,
  .home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.twitter,
  .home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.facebook,
  .home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.instagram,
  .home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.youtube {
    width: 13.15789%;
    height: 0;
    padding-top: 13.15789%; }
  .home .content-wrapper .content-inner .section-block .sns-section .section-content ul li.lohaco,
  .home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.lohaco {
    width: 37.7193%;
    height: 0;
    padding-top: 10.17544%; }
  .home .content-wrapper .content-inner .section-block .sns-section .section-content ul li.amazon,
  .home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.amazon {
    width: 29.82456%;
    height: 0;
    padding-top: 10.17544%; }
  .home .content-wrapper .content-inner .section-block .sns-section .section-content ul li.rakuten,
  .home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.rakuten {
    width: 36.14035%;
    height: 0;
    padding-top: 11.92982%; }
  .home .content-wrapper .content-inner .section-block .sns-section .section-content ul li.soukaidrug,
  .home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.soukaidrug {
    width: 34.73684%;
    height: 0;
    padding-top: 11.92982%; }
  .home .content-wrapper .content-inner .section-block .sns-section .section-content ul li.kenkocom,
  .home .content-wrapper .content-inner .section-block .shop-section .section-content ul li.kenkocom {
    width: 47.7193%;
    height: 0;
    padding-top: 11.92982%; }
  .home .content-wrapper .content-inner .section-block .sns-section .section-content ul li:not(:first-child),
  .home .content-wrapper .content-inner .section-block .shop-section .section-content ul li:not(:first-child) {
    margin-left: 0px; }
  .home .content-wrapper .content-inner .section-block .sns-section .section-content ul li a:hover,
  .home .content-wrapper .content-inner .section-block .shop-section .section-content ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .home .content-wrapper .content-inner .section-block .sns-section {
    padding-bottom: 30px; }
  .home .content-wrapper .content-inner .section-block .shop-section .section-content ul {
    padding-bottom: 0; }
  .home .content-wrapper .content-inner .section-block .shop-section .section-content ul li {
    margin: 0 3.50877% 18px; }
  .home .content-wrapper .content-inner .section-block .shop-section .section-content ul li:not(:first-child) {
    margin: 0 3.50877% 18px; } }

.home #breadcrumbs {
  display: none; }

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .home .detail-list > li .box .text {
    padding-left: 10px !important; }
  .home .levelBars span {
    max-width: 100% !important;
    margin: 10px 0px 10px 0px !important; } }

/***********************************************************************
CATEGORY
**********************************************************************/
/* products-top */
.category-page .section-block {
  border: 0; }

.category-page .section-block .section-inner .section-content {
  padding: 3.74251% 3.74251%; }

.category-page .section-block .section-inner .section-content ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.category-page .section-block .section-inner .section-content ul li {
  width: 20.59337%;
  margin-right: 5.84642%;
  position: relative;
  display: grid;
  display: -ms-grid;
  text-align: left;
  padding-top: 6.9808%; }

.category-page .section-block .section-inner .section-content ul li a {
  display: block;
  width: 67.79661%;
  margin: 0 auto;
  position: relative; }

.category-page .section-block .section-inner .section-content ul li a:hover {
  text-decoration: none; }

.category-page .section-block .section-inner .section-content ul li .box {
  background-color: #f4f4f4;
  width: 75%;
  height: 0;
  padding-top: 75%;
  position: absolute;
  z-index: -1;
  bottom: -25%;
  left: -25%;
  transform: scale(0, 0);
  transform-origin: 0 100%; }

.category-page .section-block .section-inner .section-content ul li h2 {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
  display: none;
  overflow: hidden; }

.category-page .section-block .section-inner .section-content ul li h2 span {
  display: inline-block !important;
  transform: translateY(100%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.category-page .section-block .section-inner .section-content ul li h2 span.show {
  transform: translateY(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
  -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
  -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.35s;
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s; }

.category-page .section-block .section-inner .section-content ul li .pic {
  display: block;
  margin-bottom: 10px;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transform: translateY(100px); }

.category-page .section-block .section-inner .section-content ul li .pic img {
  width: 100%;
  height: auto; }

.category-page .section-block .section-inner .section-content ul li:nth-child(-n+4) {
  padding-top: 0; }

.category-page .section-block .section-inner .section-content ul li:nth-child(4n) {
  margin-right: 0; }

.category-page .section-block .section-inner .section-content ul li.show a .box {
  transform: scale(1, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }

.category-page .section-block .section-inner .section-content ul li.show a h2 {
  display: block; }

.category-page .section-block .section-inner .section-content ul li.show a .pic {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  transform: translateY(0);
  -moz-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
  -o-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.05s;
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.05s; }

.category-page .section-block .section-inner .section-content .best-seller-att {
  padding-top: 120px;
  margin-bottom: -60px; }

@media all and (max-width: 1024px) {
  .category-page .section-block {
    border: 0; }
  .category-page .section-block .section-inner .section-content {
    padding: 4.88281% 4.88281%; }
  .category-page .section-block .section-inner .section-content ul li {
    width: 28.0285%;
    padding-top: 9.50119%;
    margin-right: 7.95724%; }
  .category-page .section-block .section-inner .section-content ul li:nth-child(-n+4) {
    padding-top: 9.50119%; }
  .category-page .section-block .section-inner .section-content ul li:nth-child(4n) {
    margin-right: 7.95724%; }
  .category-page .section-block .section-inner .section-content ul li:nth-child(-n+3) {
    padding-top: 0; }
  .category-page .section-block .section-inner .section-content ul li:nth-child(3n) {
    margin-right: 0; } }

@media all and (max-width: 768px) {
  .category-page .section-block {
    border: 0; }
  .category-page .section-block .section-inner .section-content {
    padding: 8% 0 0 14.66667%; }
  .category-page .section-block .section-inner .section-content ul li {
    width: 43.7037%;
    padding-top: 6.11111%;
    margin-right: 7.40741%; }
  .category-page .section-block .section-inner .section-content ul li a {
    width: 80.50847%; }
  .category-page .section-block .section-inner .section-content ul li h2 {
    font-size: 12px;
    font-size: 1.2rem; }
  .category-page .section-block .section-inner .section-content ul li:nth-child(-n+4) {
    padding-top: 6.11111%; }
  .category-page .section-block .section-inner .section-content ul li:nth-child(4n) {
    margin-right: 7.40741%; }
  .category-page .section-block .section-inner .section-content ul li:nth-child(-n+3) {
    padding-top: 6.11111%; }
  .category-page .section-block .section-inner .section-content ul li:nth-child(3n) {
    margin-right: 7.40741%; }
  .category-page .section-block .section-inner .section-content ul li:nth-child(-n+2) {
    padding-top: 0; }
  .category-page .section-block .section-inner .section-content ul li:nth-child(2n) {
    margin-right: 0; }
  .category-page .section-block .section-inner .section-content ul li .pic {
    margin-bottom: 0; }
  .category-page .section-block .section-inner .section-content ul li:nth-child(odd) {
    margin-top: 0;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .category-page .section-block .section-inner .section-content ul li:nth-child(even) {
    margin-top: 40px;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .category-page .section-block .section-inner .section-content .best-seller-att {
    padding-top: 80px;
    margin-bottom: 0;
    padding-right: 6%; } }

@supports (-ms-ime-align: auto) {
  .category-page .section-block .section-inner .section-content ul li {
    padding-top: 80px; }
  @media all and (max-width: 1024px) {
    .category-page .section-block .section-inner .section-content ul li {
      padding-top: 70px; }
    .category-page .section-block .section-inner .section-content ul li:nth-child(-n+4) {
      padding-top: 70px; }
    .category-page .section-block .section-inner .section-content ul li:nth-child(-n+3) {
      padding-top: 0; } }
  @media all and (max-width: 768px) {
    .category-page .section-block .section-inner .section-content ul li {
      padding-top: 30px; }
    .category-page .section-block .section-inner .section-content ul li:nth-child(-n+4) {
      padding-top: 30px; }
    .category-page .section-block .section-inner .section-content ul li:nth-child(-n+3) {
      padding-top: 30px; }
    .category-page .section-block .section-inner .section-content ul li:nth-child(-n+2) {
      padding-top: 0; } } }

/***********************************************************************
PRODUCT
**********************************************************************/
.product-page, .where-to-buy-page, .faqs-page {
  /*
   ========================================================================== */
  /* ページ共通：テキストまわり
   ========================================================================== */
  /* ページ共通：チャート表
   ========================================================================== */
  /* ページ共通：youtube埋め込み
   ========================================================================== */
  /* ページ共通：NO.1バナー
   ========================================================================== */
  /* NO.1バナー：MOVING RUBBER */
  /* NO.1バナー：NATURAL BLEACH&COLOR */
  /* NO.1バナー：BODY CARE共通 */
  /* NO.1バナー：FACIAL WASH */
  /* kv
   ========================================================================== */
  /* localnavi
   ========================================================================== */
  /* 商品一覧
   ========================================================================== */
  /* DETAIL
   ========================================================================== */
  /* split */
  /* DETAIL / MORE */
  /* grid-column
   ========================================================================== */
  /* STYLE
   ========================================================================== */
  /* おすすめ商品
   ========================================================================== */
  /* 特長
   ========================================================================== */
  /* ↓未整理
   ========================================================================== */
  /* FACIAL WASH：ご注意
   ========================================================================== */
  /* HAIR COLOR REMAKE：微調整
   ========================================================================== */
  /* SKIN CARE：微調整
   ========================================================================== */
  /* ページテンプレ：商品が1つの場合
   ========================================================================== */
  /* ページテンプレ：商品に対して詳細がある場合
   ========================================================================== */
  /* product-list */
  /* ページテンプレ：STYLING GREASE／HAIR JAM／MOVING RUBBER
   ========================================================================== */
  /* Edge 用 */
  /* IE10以降 用 */
  /* ==========================================================================
     HAIR JAM
     ========================================================================== */
  /* ==========================================================================
     MOVING RUBBER
     ========================================================================== */
  /* ==========================================================================
     STYLING GREASE
     ========================================================================== */
  /* 独自スタイル：NATURAL BLEACH&COLOR
   ========================================================================== */
  /* 独自スタイル：TRIMMING KIT ＞ HAIR
   ========================================================================== */
  /* 独自スタイル：TRIMMING KIT ＞ BODY
   ========================================================================== */
  /* 独自スタイル：STYLING
   ========================================================================== */
  /* 独自スタイル：購入ボタン
   ========================================================================== */ }

.product-page .section-content, .where-to-buy-page .section-content, .faqs-page .section-content {
  padding: 3.74251% 3.74251% 0; }

.product-page .section-block .section-block, .where-to-buy-page .section-block .section-block, .faqs-page .section-block .section-block {
  margin-left: 0;
  margin-right: 0; }

.product-page .section-block .section-block:last-child, .where-to-buy-page .section-block .section-block:last-child, .faqs-page .section-block .section-block:last-child {
  margin-bottom: 0; }

.product-page .content-inner .section-block:first-child, .where-to-buy-page .content-inner .section-block:first-child, .faqs-page .content-inner .section-block:first-child {
  border-top: none; }

.product-page .border-top, .where-to-buy-page .border-top, .faqs-page .border-top {
  border-top: 1px solid #ddd; }

.product-page .detail-list .item-youtube, .where-to-buy-page .detail-list .item-youtube, .faqs-page .detail-list .item-youtube {
  width: 100%; }

.product-page .detail-list .item-youtube .box, .where-to-buy-page .detail-list .item-youtube .box, .faqs-page .detail-list .item-youtube .box {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding-right: 250px;
  position: relative; }

.product-page .detail-list .item-youtube .box .pic, .where-to-buy-page .detail-list .item-youtube .box .pic, .faqs-page .detail-list .item-youtube .box .pic {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px; }

.product-page .detail-list .item-youtube .box-youtube, .where-to-buy-page .detail-list .item-youtube .box-youtube, .faqs-page .detail-list .item-youtube .box-youtube {
  display: inline-block !important;
  padding-right: 0; }

@media all and (max-width: 768px) {
  .product-page .detail-list .item-youtube, .where-to-buy-page .detail-list .item-youtube, .faqs-page .detail-list .item-youtube {
    display: block; }
  .product-page .detail-list .item-youtube .box, .where-to-buy-page .detail-list .item-youtube .box, .faqs-page .detail-list .item-youtube .box {
    height: auto !important;
    width: 100%;
    display: block;
    padding: 0; }
  .product-page .detail-list .item-youtube .box .text, .where-to-buy-page .detail-list .item-youtube .box .text, .faqs-page .detail-list .item-youtube .box .text {
    padding-right: 200px; }
  .product-page .detail-list .item-youtube .box .pic, .where-to-buy-page .detail-list .item-youtube .box .pic, .faqs-page .detail-list .item-youtube .box .pic {
    top: 40px;
    width: 200px; }
  .product-page .detail-list .item-youtube .box-youtube, .where-to-buy-page .detail-list .item-youtube .box-youtube, .faqs-page .detail-list .item-youtube .box-youtube {
    display: block !important;
    margin-top: 20px; } }

.product-page #list-content1, .where-to-buy-page #list-content1, .faqs-page #list-content1 {
  padding-top: 0; }

@media all and (max-width: 1024px) {
  .product-page .section-content, .where-to-buy-page .section-content, .faqs-page .section-content {
    padding: 0 4.88281%; } }

@media all and (max-width: 768px) {
  .product-page .section-content, .where-to-buy-page .section-content, .faqs-page .section-content {
    padding: 0 !important; } }

.product-page .tit-line-top, .where-to-buy-page .tit-line-top, .faqs-page .tit-line-top {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", sans-serif;
  letter-spacing: .1em;
  margin: 0 0 5.77558%;
  text-align: center; }

.product-page .tit-line-top span, .where-to-buy-page .tit-line-top span, .faqs-page .tit-line-top span {
  border-bottom: 3px solid #000;
  padding-bottom: 15px; }

.product-page .tit-center, .where-to-buy-page .tit-center, .faqs-page .tit-center {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 0 0 5.77558%;
  text-align: center; }

@media all and (max-width: 768px) {
  .product-page .tit-line-top, .where-to-buy-page .tit-line-top, .faqs-page .tit-line-top {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 25px;
    border-top: 2px solid #000;
    padding: 14px 0 0; }
  .product-page .tit-line-top span, .where-to-buy-page .tit-line-top span, .faqs-page .tit-line-top span {
    border-bottom: none;
    padding-bottom: 0; }
  .product-page .tit-center, .where-to-buy-page .tit-center, .faqs-page .tit-center {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 25px; } }

.product-page sup, .where-to-buy-page sup, .faqs-page sup {
  font-size: 60%; }

.product-page .caution-text, .where-to-buy-page .caution-text, .faqs-page .caution-text {
  font-size: 90%; }

.product-page .disc-list li, .where-to-buy-page .disc-list li, .faqs-page .disc-list li {
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 15px;
  position: relative; }

.product-page .disc-list li:not(:first-child), .where-to-buy-page .disc-list li:not(:first-child), .faqs-page .disc-list li:not(:first-child) {
  margin-top: 5px; }

.product-page .disc-list li:before, .where-to-buy-page .disc-list li:before, .faqs-page .disc-list li:before {
  transform: scale(0.4);
  content: "●";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px; }

.product-page .disc-list-inner li, .where-to-buy-page .disc-list-inner li, .faqs-page .disc-list-inner li {
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 15px;
  position: relative;
  margin: 0 !important;
  margin-top: 5px !important; }

.product-page .disc-list-inner li:before, .where-to-buy-page .disc-list-inner li:before, .faqs-page .disc-list-inner li:before {
  transform: scale(0.2);
  content: "●";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px; }

.product-page .caution-list li, .where-to-buy-page .caution-list li, .faqs-page .caution-list li {
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 1em;
  text-indent: -1em; }

.product-page .caution-list li:not(:first-child), .where-to-buy-page .caution-list li:not(:first-child), .faqs-page .caution-list li:not(:first-child) {
  margin-top: 5px; }

.product-page .num-list, .where-to-buy-page .num-list, .faqs-page .num-list {
  list-style-type: decimal; }

.product-page .num-list li, .where-to-buy-page .num-list li, .faqs-page .num-list li {
  font-size: 15px;
  font-size: 1.5rem;
  margin-left: 1.5em; }

.product-page .num-list li:not(:first-child), .where-to-buy-page .num-list li:not(:first-child), .faqs-page .num-list li:not(:first-child) {
  margin-top: 5px; }

.product-page .red, .where-to-buy-page .red, .faqs-page .red {
  color: red; }

.product-page .bold, .where-to-buy-page .bold, .faqs-page .bold {
  font-weight: bold; }

.product-page .small, .where-to-buy-page .small, .faqs-page .small {
  font-size: 85% !important; }

.product-page .pc-br, .where-to-buy-page .pc-br, .faqs-page .pc-br {
  display: block; }

.product-page .sp-br, .where-to-buy-page .sp-br, .faqs-page .sp-br {
  display: none; }

@media all and (max-width: 768px) {
  .product-page .disc-list li, .where-to-buy-page .disc-list li, .faqs-page .disc-list li {
    font-size: 12px;
    font-size: 1.2rem; }
  .product-page .caution-list li, .where-to-buy-page .caution-list li, .faqs-page .caution-list li {
    font-size: 11px;
    font-size: 1.1rem; }
  .product-page .num-list li, .where-to-buy-page .num-list li, .faqs-page .num-list li {
    font-size: 12px;
    font-size: 1.2rem; }
  .product-page .pc-br, .where-to-buy-page .pc-br, .faqs-page .pc-br {
    display: none; }
  .product-page .sp-br, .where-to-buy-page .sp-br, .faqs-page .sp-br {
    display: block; } }

.product-page .chart-table .tit, .where-to-buy-page .chart-table .tit, .faqs-page .chart-table .tit {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px; }

.product-page .chart-table .table, .where-to-buy-page .chart-table .table, .faqs-page .chart-table .table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px; }

.product-page .chart-table .table li, .where-to-buy-page .chart-table .table li, .faqs-page .chart-table .table li {
  font-size: 10px;
  font-size: 1rem;
  background-color: #ddd;
  color: white;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: bold;
  text-align: center;
  padding: 5px; }

.product-page .chart-table .table li:not(:first-child), .where-to-buy-page .chart-table .table li:not(:first-child), .faqs-page .chart-table .table li:not(:first-child) {
  margin-left: 2px; }

@media all and (max-width: 768px) {
  .product-page .chart-table .tit, .where-to-buy-page .chart-table .tit, .faqs-page .chart-table .tit {
    font-size: 11px;
    font-size: 1.1rem; }
  .product-page .chart-table .table li, .where-to-buy-page .chart-table .table li, .faqs-page .chart-table .table li {
    font-size: 10px;
    font-size: 1rem; } }

.product-page .movie-section .movie, .where-to-buy-page .movie-section .movie, .faqs-page .movie-section .movie {
  width: 56.9777%;
  margin: 0 auto; }

.product-page .movie-section .movie-in, .where-to-buy-page .movie-section .movie-in, .faqs-page .movie-section .movie-in {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.product-page .movie-section .movie-in iframe, .where-to-buy-page .movie-section .movie-in iframe, .faqs-page .movie-section .movie-in iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

@media all and (max-width: 768px) {
  .product-page .movie-section.line-top, .where-to-buy-page .movie-section.line-top, .faqs-page .movie-section.line-top {
    border-top: 1px solid #ddd !important;
    padding-top: 20px; }
  .product-page .movie-section .section-content, .where-to-buy-page .movie-section .section-content, .faqs-page .movie-section .section-content {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .product-page .movie-section .movie, .where-to-buy-page .movie-section .movie, .faqs-page .movie-section .movie {
    width: 100%; } }

.product-page #no1-moving-rubber,
.product-page #no1-natural-bleach-color,
.product-page #no1-bodycare,
.product-page #no1-facial-wash, .where-to-buy-page #no1-moving-rubber,
.where-to-buy-page #no1-natural-bleach-color,
.where-to-buy-page #no1-bodycare,
.where-to-buy-page #no1-facial-wash, .faqs-page #no1-moving-rubber,
.faqs-page #no1-natural-bleach-color,
.faqs-page #no1-bodycare,
.faqs-page #no1-facial-wash {
  padding-bottom: 15px; }

.product-page #no1-moving-rubber .no1-inner,
.product-page #no1-natural-bleach-color .no1-inner,
.product-page #no1-bodycare .no1-inner,
.product-page #no1-facial-wash .no1-inner, .where-to-buy-page #no1-moving-rubber .no1-inner,
.where-to-buy-page #no1-natural-bleach-color .no1-inner,
.where-to-buy-page #no1-bodycare .no1-inner,
.where-to-buy-page #no1-facial-wash .no1-inner, .faqs-page #no1-moving-rubber .no1-inner,
.faqs-page #no1-natural-bleach-color .no1-inner,
.faqs-page #no1-bodycare .no1-inner,
.faqs-page #no1-facial-wash .no1-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 0 0;
  margin: 0 auto; }

.product-page #no1-moving-rubber img,
.product-page #no1-natural-bleach-color img,
.product-page #no1-bodycare img,
.product-page #no1-facial-wash img, .where-to-buy-page #no1-moving-rubber img,
.where-to-buy-page #no1-natural-bleach-color img,
.where-to-buy-page #no1-bodycare img,
.where-to-buy-page #no1-facial-wash img, .faqs-page #no1-moving-rubber img,
.faqs-page #no1-natural-bleach-color img,
.faqs-page #no1-bodycare img,
.faqs-page #no1-facial-wash img {
  width: 100%;
  height: auto; }

.product-page #no1-moving-rubber, .where-to-buy-page #no1-moving-rubber, .faqs-page #no1-moving-rubber {
  background-color: #e75296; }

.product-page #no1-moving-rubber .no1-inner, .where-to-buy-page #no1-moving-rubber .no1-inner, .faqs-page #no1-moving-rubber .no1-inner {
  width: 59.44363%; }

.product-page #no1-moving-rubber .no1, .where-to-buy-page #no1-moving-rubber .no1, .faqs-page #no1-moving-rubber .no1 {
  width: 22.9064%;
  margin-right: 3.69458%;
  float: left; }

.product-page #no1-moving-rubber .copy, .where-to-buy-page #no1-moving-rubber .copy, .faqs-page #no1-moving-rubber .copy {
  display: -ms-flexbox;
  display: flex;
  width: 72.29064%;
  float: left; }

.product-page #no1-moving-rubber .copy span:nth-child(1), .where-to-buy-page #no1-moving-rubber .copy span:nth-child(1), .faqs-page #no1-moving-rubber .copy span:nth-child(1) {
  width: 44.29302%; }

.product-page #no1-moving-rubber .copy span:nth-child(2), .where-to-buy-page #no1-moving-rubber .copy span:nth-child(2), .faqs-page #no1-moving-rubber .copy span:nth-child(2) {
  width: 54.8552%; }

.product-page #no1-moving-rubber .caution, .where-to-buy-page #no1-moving-rubber .caution, .faqs-page #no1-moving-rubber .caution {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 15px;
  color: white;
  text-align: center;
  font-weight: bold;
  letter-spacing: -.01em;
  padding-left: 30px;
  padding-right: 30px; }

.product-page #no1-natural-bleach-color, .where-to-buy-page #no1-natural-bleach-color, .faqs-page #no1-natural-bleach-color {
  background-color: #1e0a01; }

.product-page #no1-natural-bleach-color .no1-inner, .where-to-buy-page #no1-natural-bleach-color .no1-inner, .faqs-page #no1-natural-bleach-color .no1-inner {
  width: 44.43631%; }

.product-page #no1-natural-bleach-color .no1-tit, .where-to-buy-page #no1-natural-bleach-color .no1-tit, .faqs-page #no1-natural-bleach-color .no1-tit {
  background-color: #000;
  padding: 15px 0; }

.product-page #no1-natural-bleach-color .no1-tit span, .where-to-buy-page #no1-natural-bleach-color .no1-tit span, .faqs-page #no1-natural-bleach-color .no1-tit span {
  width: 18.88726%;
  margin: 0 auto;
  display: block; }

.product-page #no1-natural-bleach-color .no1, .where-to-buy-page #no1-natural-bleach-color .no1, .faqs-page #no1-natural-bleach-color .no1 {
  width: 30.6425%;
  margin-right: 4.94234%;
  float: left; }

.product-page #no1-natural-bleach-color .copy, .where-to-buy-page #no1-natural-bleach-color .copy, .faqs-page #no1-natural-bleach-color .copy {
  display: -ms-flexbox;
  display: flex;
  width: 64.08567%;
  float: left; }

.product-page #no1-natural-bleach-color .copy span:nth-child(1), .where-to-buy-page #no1-natural-bleach-color .copy span:nth-child(1), .faqs-page #no1-natural-bleach-color .copy span:nth-child(1) {
  width: 37.27506%; }

.product-page #no1-natural-bleach-color .copy span:nth-child(2), .where-to-buy-page #no1-natural-bleach-color .copy span:nth-child(2), .faqs-page #no1-natural-bleach-color .copy span:nth-child(2) {
  width: 62.72494%; }

.product-page #no1-natural-bleach-color .caution, .where-to-buy-page #no1-natural-bleach-color .caution, .faqs-page #no1-natural-bleach-color .caution {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 15px;
  color: white;
  text-align: center;
  font-weight: bold;
  letter-spacing: -.01em;
  padding-left: 30px;
  padding-right: 30px; }

.product-page #no1-bodycare, .where-to-buy-page #no1-bodycare, .faqs-page #no1-bodycare {
  background-color: #1e0a01; }

.product-page #no1-bodycare .no1-inner, .where-to-buy-page #no1-bodycare .no1-inner, .faqs-page #no1-bodycare .no1-inner {
  width: 44.43631%; }

.product-page #no1-bodycare .no1, .where-to-buy-page #no1-bodycare .no1, .faqs-page #no1-bodycare .no1 {
  width: 30.6425%;
  margin-right: 4.94234%;
  float: left; }

.product-page #no1-bodycare .copy, .where-to-buy-page #no1-bodycare .copy, .faqs-page #no1-bodycare .copy {
  display: -ms-flexbox;
  display: flex;
  width: 64.08567%;
  float: left; }

.product-page #no1-bodycare .copy span:nth-child(1), .where-to-buy-page #no1-bodycare .copy span:nth-child(1), .faqs-page #no1-bodycare .copy span:nth-child(1) {
  width: 37.27506%; }

.product-page #no1-bodycare .copy span:nth-child(2), .where-to-buy-page #no1-bodycare .copy span:nth-child(2), .faqs-page #no1-bodycare .copy span:nth-child(2) {
  width: 62.72494%; }

.product-page #no1-bodycare .caution, .where-to-buy-page #no1-bodycare .caution, .faqs-page #no1-bodycare .caution {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 15px;
  color: white;
  text-align: center;
  font-weight: bold;
  letter-spacing: -.01em;
  padding-left: 30px;
  padding-right: 30px; }

.product-page #no1-facial-wash, .where-to-buy-page #no1-facial-wash, .faqs-page #no1-facial-wash {
  background-color: #efe919; }

.product-page #no1-facial-wash .no1-inner, .where-to-buy-page #no1-facial-wash .no1-inner, .faqs-page #no1-facial-wash .no1-inner {
  width: 40.77599%; }

.product-page #no1-facial-wash .no1, .where-to-buy-page #no1-facial-wash .no1, .faqs-page #no1-facial-wash .no1 {
  width: 33.39318%;
  margin-right: 5.386%;
  float: left; }

.product-page #no1-facial-wash .copy, .where-to-buy-page #no1-facial-wash .copy, .faqs-page #no1-facial-wash .copy {
  display: -ms-flexbox;
  display: flex;
  width: 62.11849%;
  margin-top: 3px; }

.product-page #no1-facial-wash .copy span:nth-child(1), .where-to-buy-page #no1-facial-wash .copy span:nth-child(1), .faqs-page #no1-facial-wash .copy span:nth-child(1) {
  width: 69.07514%; }

.product-page #no1-facial-wash .copy span:nth-child(2), .where-to-buy-page #no1-facial-wash .copy span:nth-child(2), .faqs-page #no1-facial-wash .copy span:nth-child(2) {
  width: 30.92486%; }

.product-page #no1-facial-wash .caution, .where-to-buy-page #no1-facial-wash .caution, .faqs-page #no1-facial-wash .caution {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 15px;
  color: #01244c;
  text-align: center;
  font-weight: bold;
  letter-spacing: -.01em;
  padding-left: 30px;
  padding-right: 30px; }

@media all and (max-width: 768px) {
  .product-page, .where-to-buy-page, .faqs-page {
    /* NO.1バナー：MOVING RUBBER */
    /* sp：NO.1バナー：NATURAL BLEACH&COLOR */
    /* sp：NO.1バナー：BODY CARE共通 */
    /* sp：NO.1バナー：FACIAL WASH */ }
  .product-page #no1-moving-rubber .no1-inner,
  .product-page #no1-natural-bleach-color .no1-inner,
  .product-page #no1-bodycare .no1-inner,
  .product-page #no1-facial-wash .no1-inner, .where-to-buy-page #no1-moving-rubber .no1-inner,
  .where-to-buy-page #no1-natural-bleach-color .no1-inner,
  .where-to-buy-page #no1-bodycare .no1-inner,
  .where-to-buy-page #no1-facial-wash .no1-inner, .faqs-page #no1-moving-rubber .no1-inner,
  .faqs-page #no1-natural-bleach-color .no1-inner,
  .faqs-page #no1-bodycare .no1-inner,
  .faqs-page #no1-facial-wash .no1-inner {
    width: 100%;
    padding: 15px 5.33333% 0; }
  .product-page #no1-moving-rubber .no1,
  .product-page #no1-natural-bleach-color .no1,
  .product-page #no1-bodycare .no1,
  .product-page #no1-facial-wash .no1, .where-to-buy-page #no1-moving-rubber .no1,
  .where-to-buy-page #no1-natural-bleach-color .no1,
  .where-to-buy-page #no1-bodycare .no1,
  .where-to-buy-page #no1-facial-wash .no1, .faqs-page #no1-moving-rubber .no1,
  .faqs-page #no1-natural-bleach-color .no1,
  .faqs-page #no1-bodycare .no1,
  .faqs-page #no1-facial-wash .no1 {
    width: 47.76119%;
    margin-right: 4.47761%;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    padding: 7px 0; }
  .product-page #no1-moving-rubber, .where-to-buy-page #no1-moving-rubber, .faqs-page #no1-moving-rubber {
    padding-bottom: 10px; }
  .product-page #no1-moving-rubber .copy, .where-to-buy-page #no1-moving-rubber .copy, .faqs-page #no1-moving-rubber .copy {
    display: block;
    width: 47.76119%; }
  .product-page #no1-moving-rubber .copy span, .where-to-buy-page #no1-moving-rubber .copy span, .faqs-page #no1-moving-rubber .copy span {
    display: block; }
  .product-page #no1-moving-rubber .copy span:nth-child(1), .where-to-buy-page #no1-moving-rubber .copy span:nth-child(1), .faqs-page #no1-moving-rubber .copy span:nth-child(1) {
    width: 81.25%; }
  .product-page #no1-moving-rubber .copy span:nth-child(2), .where-to-buy-page #no1-moving-rubber .copy span:nth-child(2), .faqs-page #no1-moving-rubber .copy span:nth-child(2) {
    width: 100%; }
  .product-page #no1-moving-rubber .caution, .where-to-buy-page #no1-moving-rubber .caution, .faqs-page #no1-moving-rubber .caution {
    font-size: 8px;
    font-size: 0.8rem;
    margin-top: 15px;
    padding-left: 5.33333%;
    padding-right: 5.33333%;
    text-align: left; }
  .product-page #no1-moving-rubber .caution span, .where-to-buy-page #no1-moving-rubber .caution span, .faqs-page #no1-moving-rubber .caution span {
    display: block;
    text-indent: -1em;
    padding-left: 1em; }
  .product-page #no1-natural-bleach-color, .where-to-buy-page #no1-natural-bleach-color, .faqs-page #no1-natural-bleach-color {
    padding-bottom: 10px; }
  .product-page #no1-natural-bleach-color .no1-tit, .where-to-buy-page #no1-natural-bleach-color .no1-tit, .faqs-page #no1-natural-bleach-color .no1-tit {
    padding: 10px 0; }
  .product-page #no1-natural-bleach-color .no1-tit span, .where-to-buy-page #no1-natural-bleach-color .no1-tit span, .faqs-page #no1-natural-bleach-color .no1-tit span {
    width: 63.2%; }
  .product-page #no1-natural-bleach-color .copy, .where-to-buy-page #no1-natural-bleach-color .copy, .faqs-page #no1-natural-bleach-color .copy {
    display: block;
    width: 49.20635%; }
  .product-page #no1-natural-bleach-color .copy span, .where-to-buy-page #no1-natural-bleach-color .copy span, .faqs-page #no1-natural-bleach-color .copy span {
    display: block; }
  .product-page #no1-natural-bleach-color .copy span:nth-child(1), .where-to-buy-page #no1-natural-bleach-color .copy span:nth-child(1), .faqs-page #no1-natural-bleach-color .copy span:nth-child(1) {
    width: 55.48387%; }
  .product-page #no1-natural-bleach-color .copy span:nth-child(2), .where-to-buy-page #no1-natural-bleach-color .copy span:nth-child(2), .faqs-page #no1-natural-bleach-color .copy span:nth-child(2) {
    width: 100%; }
  .product-page #no1-natural-bleach-color .caution, .where-to-buy-page #no1-natural-bleach-color .caution, .faqs-page #no1-natural-bleach-color .caution {
    font-size: 8px;
    font-size: 0.8rem;
    margin-top: 15px;
    padding-left: 5.33333%;
    padding-right: 5.33333%;
    text-align: left; }
  .product-page #no1-natural-bleach-color .caution span, .where-to-buy-page #no1-natural-bleach-color .caution span, .faqs-page #no1-natural-bleach-color .caution span {
    display: block;
    text-indent: -1em;
    padding-left: 1em; }
  .product-page #no1-bodycare .copy, .where-to-buy-page #no1-bodycare .copy, .faqs-page #no1-bodycare .copy {
    display: block;
    width: 45.55556%; }
  .product-page #no1-bodycare .copy span, .where-to-buy-page #no1-bodycare .copy span, .faqs-page #no1-bodycare .copy span {
    display: block; }
  .product-page #no1-bodycare .copy span:nth-child(1), .where-to-buy-page #no1-bodycare .copy span:nth-child(1), .faqs-page #no1-bodycare .copy span:nth-child(1) {
    width: 58.88502%; }
  .product-page #no1-bodycare .copy span:nth-child(2), .where-to-buy-page #no1-bodycare .copy span:nth-child(2), .faqs-page #no1-bodycare .copy span:nth-child(2) {
    width: 100%; }
  .product-page #no1-bodycare .caution, .where-to-buy-page #no1-bodycare .caution, .faqs-page #no1-bodycare .caution {
    font-size: 8px;
    font-size: 0.8rem;
    margin-top: 15px;
    padding-left: 5.33333%;
    padding-right: 5.33333%;
    text-align: left; }
  .product-page #no1-bodycare .caution span, .where-to-buy-page #no1-bodycare .caution span, .faqs-page #no1-bodycare .caution span {
    display: block;
    text-indent: -1em;
    padding-left: 1em; }
  .product-page #no1-facial-wash .no1, .where-to-buy-page #no1-facial-wash .no1, .faqs-page #no1-facial-wash .no1 {
    border-top: 2px solid #01244c;
    border-bottom: 2px solid #01244c; }
  .product-page #no1-facial-wash .copy, .where-to-buy-page #no1-facial-wash .copy, .faqs-page #no1-facial-wash .copy {
    display: block;
    width: 48.88889%; }
  .product-page #no1-facial-wash .copy span, .where-to-buy-page #no1-facial-wash .copy span, .faqs-page #no1-facial-wash .copy span {
    display: block; }
  .product-page #no1-facial-wash .copy span:nth-child(1), .where-to-buy-page #no1-facial-wash .copy span:nth-child(1), .faqs-page #no1-facial-wash .copy span:nth-child(1) {
    width: 100%; }
  .product-page #no1-facial-wash .copy span:nth-child(2), .where-to-buy-page #no1-facial-wash .copy span:nth-child(2), .faqs-page #no1-facial-wash .copy span:nth-child(2) {
    width: 44.80519%; }
  .product-page #no1-facial-wash .caution, .where-to-buy-page #no1-facial-wash .caution, .faqs-page #no1-facial-wash .caution {
    font-size: 8px;
    font-size: 0.8rem;
    margin-top: 15px;
    padding-left: 5.33333%;
    padding-right: 5.33333%;
    text-align: left; }
  .product-page #no1-facial-wash .caution li, .where-to-buy-page #no1-facial-wash .caution li, .faqs-page #no1-facial-wash .caution li {
    margin-top: 5px;
    text-indent: -1em;
    padding-left: 1em; } }

.product-page #kv, .where-to-buy-page #kv, .faqs-page #kv {
  background-color: #f4f4f4;
  padding: 0 30px 40px;
  position: relative; }

.product-page #kv .kv-inner, .where-to-buy-page #kv .kv-inner, .faqs-page #kv .kv-inner {
  width: 100%;
  max-width: 1540px;
  position: absolute;
  top: 9.74026%;
  left: 50%;
  transform: translateX(-50%); }

.product-page #kv h1, .where-to-buy-page #kv h1, .faqs-page #kv h1 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", sans-serif;
  text-align: center; }

.product-page #kv h1 span, .where-to-buy-page #kv h1 span, .faqs-page #kv h1 span {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 15px; }

.product-page #kv .copy, .where-to-buy-page #kv .copy, .faqs-page #kv .copy {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 25px;
  text-align: center; }

.product-page #kv .bgpic img, .where-to-buy-page #kv .bgpic img, .faqs-page #kv .bgpic img {
  width: 100%;
  height: auto;
  background-color: white; }

.product-page #kv .bgpic.pc, .where-to-buy-page #kv .bgpic.pc, .faqs-page #kv .bgpic.pc {
  display: block; }

.product-page #kv .bgpic.sp, .where-to-buy-page #kv .bgpic.sp, .faqs-page #kv .bgpic.sp {
  display: none; }

.product-page #kv.skincare, .where-to-buy-page #kv.skincare, .faqs-page #kv.skincare {
  padding-top: 0; }

@media all and (max-width: 1024px) {
  .product-page #kv .content-inner, .where-to-buy-page #kv .content-inner, .faqs-page #kv .content-inner {
    background-color: white;
    padding-top: 50px; }
  .product-page #kv h1, .where-to-buy-page #kv h1, .faqs-page #kv h1 {
    font-size: 12px;
    font-size: 1.2rem; }
  .product-page #kv h1 span, .where-to-buy-page #kv h1 span, .faqs-page #kv h1 span {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 8px; }
  .product-page #kv .copy, .where-to-buy-page #kv .copy, .faqs-page #kv .copy {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 18px; } }

@media all and (max-width: 768px) {
  .product-page #kv, .where-to-buy-page #kv, .faqs-page #kv {
    background-color: white;
    padding: 20px 0 0 0; }
  .product-page #kv .content-inner, .where-to-buy-page #kv .content-inner, .faqs-page #kv .content-inner {
    padding-top: 0; }
  .product-page #kv .kv-inner, .where-to-buy-page #kv .kv-inner, .faqs-page #kv .kv-inner {
    width: 100%;
    padding: 0 8%;
    position: static;
    transform: translateX(0); }
  .product-page #kv h1, .where-to-buy-page #kv h1, .faqs-page #kv h1 {
    font-size: 11px;
    font-size: 1.1rem; }
  .product-page #kv h1 span, .where-to-buy-page #kv h1 span, .faqs-page #kv h1 span {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 10px; }
  .product-page #kv .copy, .where-to-buy-page #kv .copy, .faqs-page #kv .copy {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 25px; }
  .product-page #kv .bgpic.pc, .where-to-buy-page #kv .bgpic.pc, .faqs-page #kv .bgpic.pc {
    display: none; }
  .product-page #kv .bgpic.sp, .where-to-buy-page #kv .bgpic.sp, .faqs-page #kv .bgpic.sp {
    display: block; }
  .product-page #kv.pt-small, .where-to-buy-page #kv.pt-small, .faqs-page #kv.pt-small {
    padding-top: 10px; } }

.product-page .list-slide, .where-to-buy-page .list-slide, .faqs-page .list-slide {
  background-color: #f4f4f4;
  display: none; }

.product-page .list-slide ul, .where-to-buy-page .list-slide ul, .faqs-page .list-slide ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0 20px; }

.product-page .list-slide ul li, .where-to-buy-page .list-slide ul li, .faqs-page .list-slide ul li {
  width: 90px;
  min-width: 90px;
  margin-right: 4%;
  text-align: center; }

.product-page .list-slide ul li:first-child, .where-to-buy-page .list-slide ul li:first-child, .faqs-page .list-slide ul li:first-child {
  margin-left: 8%; }

.product-page .list-slide ul li:last-child, .where-to-buy-page .list-slide ul li:last-child, .faqs-page .list-slide ul li:last-child {
  padding-right: 8%;
  margin-right: 0;
  box-sizing: content-box; }

.product-page .list-slide ul a, .where-to-buy-page .list-slide ul a, .faqs-page .list-slide ul a {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.3;
  color: #000;
  display: block;
  font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", sans-serif;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0; }

.product-page .list-slide ul .pic, .where-to-buy-page .list-slide ul .pic, .faqs-page .list-slide ul .pic {
  display: block;
  margin-bottom: 10px; }

.product-page .list-slide ul .pic img, .where-to-buy-page .list-slide ul .pic img, .faqs-page .list-slide ul .pic img {
  width: 100%;
  height: auto; }

.product-page .list-slide ul.list-short, .where-to-buy-page .list-slide ul.list-short, .faqs-page .list-slide ul.list-short {
  -ms-flex-pack: center;
  justify-content: center;
  overflow-x: inherit; }

.product-page .list-slide.pc-block, .where-to-buy-page .list-slide.pc-block, .faqs-page .list-slide.pc-block {
  display: block;
  width: 100%; }

.product-page .detail-top .list-slide.pc-block, .where-to-buy-page .detail-top .list-slide.pc-block, .faqs-page .detail-top .list-slide.pc-block {
  display: none; }

.product-page #kv .list-slide.pc-block, .where-to-buy-page #kv .list-slide.pc-block, .faqs-page #kv .list-slide.pc-block {
  margin-top: 30px; }

.product-page #kv .list-slide.pc-block ul, .where-to-buy-page #kv .list-slide.pc-block ul, .faqs-page #kv .list-slide.pc-block ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0; }

.product-page #kv .list-slide.pc-block ul li, .where-to-buy-page #kv .list-slide.pc-block ul li, .faqs-page #kv .list-slide.pc-block ul li {
  width: 7.43187%;
  max-width: 90px;
  min-width: 87px; }

.product-page #kv .list-slide.pc-block ul li:first-child, .where-to-buy-page #kv .list-slide.pc-block ul li:first-child, .faqs-page #kv .list-slide.pc-block ul li:first-child {
  margin-left: 0; }

.product-page #kv .list-slide.pc-block ul li:last-child, .where-to-buy-page #kv .list-slide.pc-block ul li:last-child, .faqs-page #kv .list-slide.pc-block ul li:last-child {
  padding-right: 0; }

@media all and (max-width: 1024px) {
  .product-page #kv .list-slide.pc-block ul li:not(:last-child), .where-to-buy-page #kv .list-slide.pc-block ul li:not(:last-child), .faqs-page #kv .list-slide.pc-block ul li:not(:last-child) {
    margin-right: 2%; } }

@media all and (max-width: 768px) {
  .product-page .list-slide, .where-to-buy-page .list-slide, .faqs-page .list-slide {
    display: block !important; }
  .product-page .list-slide ul, .where-to-buy-page .list-slide ul, .faqs-page .list-slide ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: normal;
    justify-content: normal;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
  .product-page #kv .list-slide.pc-block, .where-to-buy-page #kv .list-slide.pc-block, .faqs-page #kv .list-slide.pc-block {
    display: none !important; } }

.product-page .detail-list, .where-to-buy-page .detail-list, .faqs-page .detail-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

.product-page .detail-list > li, .where-to-buy-page .detail-list > li, .faqs-page .detail-list > li {
  width: 47.23369%;
  border-top: 1px solid #ddd;
  padding: 4.95458% 0 4.95458% 2.89017%; }

.product-page .detail-list > li:nth-child(1), .product-page .detail-list > li:nth-child(2), .where-to-buy-page .detail-list > li:nth-child(1), .where-to-buy-page .detail-list > li:nth-child(2), .faqs-page .detail-list > li:nth-child(1), .faqs-page .detail-list > li:nth-child(2) {
  border-top: none; }

.product-page .detail-list > li .box, .where-to-buy-page .detail-list > li .box, .faqs-page .detail-list > li .box {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 57.40741% 42.59259%;
  -ms-grid-columns: 57.40741% 42.59259%;
  grid-template-rows: auto 1fr;
  -ms-grid-rows: auto 1fr;
  font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", sans-serif;
  margin-bottom: 0px; }

.product-page .detail-list > li .box h2, .where-to-buy-page .detail-list > li .box h2, .faqs-page .detail-list > li .box h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2px 0 2px 20px;
  grid-column: 1 / 2;
  -ms-grid-column: 1;
  grid-row: 1 / 2;
  -ms-grid-row: 1;
  -ms-flex-item-align: start;
  align-self: start;
  -ms-align-self: start;
  position: relative; }

.product-page .detail-list > li .box h2:after, .where-to-buy-page .detail-list > li .box h2:after, .faqs-page .detail-list > li .box h2:after {
  content: "";
  display: block;
  background-color: #222;
  height: 100%;
  width: 4px;
  position: absolute;
  left: 0;
  top: 0; }

.product-page .detail-list > li .box h2 span, .where-to-buy-page .detail-list > li .box h2 span, .faqs-page .detail-list > li .box h2 span {
  font-size: 12px;
  font-size: 1.2rem; }

.product-page .detail-list > li .box .text p, .where-to-buy-page .detail-list > li .box .text p, .faqs-page .detail-list > li .box .text p {
  margin-top: 15px;
  font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", sans-serif !important; }

.product-page .detail-list > li .box .text, .where-to-buy-page .detail-list > li .box .text, .faqs-page .detail-list > li .box .text {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-flex-item-align: start;
  align-self: start;
  -ms-align-self: start; }

.product-page .detail-list > li .box .text.levelBars > p, .where-to-buy-page .detail-list > li .box .text.levelBars > p, .faqs-page .detail-list > li .box .text.levelBars > p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 30px; }

.product-page .detail-list > li .box .text.levelBars > figure img, .where-to-buy-page .detail-list > li .box .text.levelBars > figure img, .faqs-page .detail-list > li .box .text.levelBars > figure img {
  max-width: 100%;
  height: auto; }

.product-page .detail-list > li .box .text.levelBars > figure, .where-to-buy-page .detail-list > li .box .text.levelBars > figure, .faqs-page .detail-list > li .box .text.levelBars > figure {
  display: block;
  grid-column: 2 / 3;
  grid-row: span 2;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2; }

.product-page .detail-list > li .box .text .copy, .where-to-buy-page .detail-list > li .box .text .copy, .faqs-page .detail-list > li .box .text .copy {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 30px; }

.product-page .detail-list > li .box .text .subcopy, .where-to-buy-page .detail-list > li .box .text .subcopy, .faqs-page .detail-list > li .box .text .subcopy {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 15px; }

.product-page .detail-list > li .box .text .uv-care, .where-to-buy-page .detail-list > li .box .text .uv-care, .faqs-page .detail-list > li .box .text .uv-care {
  letter-spacing: 0; }

.product-page .detail-list > li .box .text .type, .where-to-buy-page .detail-list > li .box .text .type, .faqs-page .detail-list > li .box .text .type {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  margin-top: 30px;
  padding: 6px 15px;
  font-weight: bold; }

.product-page .detail-list > li .box .text .type.aquamusk, .where-to-buy-page .detail-list > li .box .text .type.aquamusk, .faqs-page .detail-list > li .box .text .type.aquamusk {
  background-color: #c1eafb; }

.product-page .detail-list > li .box .text .type.oceancitrus, .where-to-buy-page .detail-list > li .box .text .type.oceancitrus, .faqs-page .detail-list > li .box .text .type.oceancitrus {
  background-color: #fdf8c6; }

.product-page .detail-list > li .box .text .type.shinyblue, .where-to-buy-page .detail-list > li .box .text .type.shinyblue, .faqs-page .detail-list > li .box .text .type.shinyblue {
  background-color: #cfe9fa; }

.product-page .detail-list > li .box .text .type.sweetieaqua, .where-to-buy-page .detail-list > li .box .text .type.sweetieaqua, .faqs-page .detail-list > li .box .text .type.sweetieaqua {
  background-color: #f4e4ef; }

.product-page .detail-list > li .box .text .type.darktone, .where-to-buy-page .detail-list > li .box .text .type.darktone, .faqs-page .detail-list > li .box .text .type.darktone {
  background-color: #3e3a39;
  color: white; }

.product-page .detail-list > li .box .text .type.standardtone, .where-to-buy-page .detail-list > li .box .text .type.standardtone, .faqs-page .detail-list > li .box .text .type.standardtone {
  background-color: #78502f;
  color: white; }

.product-page .detail-list > li .box .text .type.hightone, .where-to-buy-page .detail-list > li .box .text .type.hightone, .faqs-page .detail-list > li .box .text .type.hightone {
  background-color: #ceaf83;
  color: white; }

.product-page .detail-list > li .box .text .small-text, .where-to-buy-page .detail-list > li .box .text .small-text, .faqs-page .detail-list > li .box .text .small-text {
  margin-top: 20px;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem; }

.product-page .detail-list > li .box .text .small-text li, .where-to-buy-page .detail-list > li .box .text .small-text li, .faqs-page .detail-list > li .box .text .small-text li {
  margin-top: 5px; }

.product-page .detail-list > li .box .pic, .where-to-buy-page .detail-list > li .box .pic, .faqs-page .detail-list > li .box .pic {
  display: block;
  grid-column: 2 / 3;
  grid-row: span 2;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2; }

.product-page .detail-list > li .box .pic img, .where-to-buy-page .detail-list > li .box .pic img, .faqs-page .detail-list > li .box .pic img {
  width: 100%;
  height: auto; }

.product-page .detail-list > li .box.full, .where-to-buy-page .detail-list > li .box.full, .faqs-page .detail-list > li .box.full {
  display: block; }

.product-page .nbc > li .box, .where-to-buy-page .nbc > li .box, .faqs-page .nbc > li .box {
  margin-bottom: 50px; }

@supports (-ms-ime-align: auto) {
  .product-page .detail-list > li, .where-to-buy-page .detail-list > li, .faqs-page .detail-list > li {
    padding: 60px 0 60px 2.89017%; } }

@media all and (max-width: 1024px) {
  .product-page .detail-list > li, .where-to-buy-page .detail-list > li, .faqs-page .detail-list > li {
    padding-left: 0; }
  .product-page .detail-list > li .box h2, .where-to-buy-page .detail-list > li .box h2, .faqs-page .detail-list > li .box h2 {
    font-size: 16px;
    font-size: 1.6rem; }
  .product-page .detail-list > li .box .text .copy, .where-to-buy-page .detail-list > li .box .text .copy, .faqs-page .detail-list > li .box .text .copy {
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1.6rem; }
  .product-page .detail-list > li .box .text .subcopy, .where-to-buy-page .detail-list > li .box .text .subcopy, .faqs-page .detail-list > li .box .text .subcopy {
    letter-spacing: 0;
    font-size: 12px;
    font-size: 1.2rem; }
  .product-page .detail-list > li .box .text .type, .where-to-buy-page .detail-list > li .box .text .type, .faqs-page .detail-list > li .box .text .type {
    font-size: 10px;
    font-size: 1rem; } }

@media all and (max-width: 768px) {
  .product-page #section-list > .section-content, .where-to-buy-page #section-list > .section-content, .faqs-page #section-list > .section-content {
    padding: 0 !important; }
  .product-page #section-list.section-inner, .where-to-buy-page #section-list.section-inner, .faqs-page #section-list.section-inner {
    padding-bottom: 0; }
  .product-page #section-list > .tit-vertical, .where-to-buy-page #section-list > .tit-vertical, .faqs-page #section-list > .tit-vertical {
    display: none; }
  .product-page .detail-list > li, .where-to-buy-page .detail-list > li, .faqs-page .detail-list > li {
    border-top: none;
    width: 100%;
    padding: 0;
    padding-bottom: 15px; }
  .product-page .detail-list > li .box, .where-to-buy-page .detail-list > li .box, .faqs-page .detail-list > li .box {
    grid-template-columns: 62.66667% 37.33333%;
    margin-bottom: 0; }
  .product-page .detail-list > li .box h2, .where-to-buy-page .detail-list > li .box h2, .faqs-page .detail-list > li .box h2 {
    font-size: 15px;
    font-size: 1.5rem;
    border-top: 2px solid #000;
    background-color: #f4f4f4;
    text-align: center;
    padding: 14px 0;
    width: 100%;
    grid-column: 1 / 3; }
  .product-page .detail-list > li .box h2:after, .where-to-buy-page .detail-list > li .box h2:after, .faqs-page .detail-list > li .box h2:after {
    content: normal; }
  .product-page .detail-list > li .box .text, .where-to-buy-page .detail-list > li .box .text, .faqs-page .detail-list > li .box .text {
    padding-top: 15px;
    padding-left: 10px; }
  .product-page .detail-list > li .box .text .copy, .where-to-buy-page .detail-list > li .box .text .copy, .faqs-page .detail-list > li .box .text .copy {
    margin-top: 15px; }
  .product-page .detail-list > li .box .text .subcopy, .where-to-buy-page .detail-list > li .box .text .subcopy, .faqs-page .detail-list > li .box .text .subcopy {
    margin-top: 10px; }
  .product-page .detail-list > li .box .text .type, .where-to-buy-page .detail-list > li .box .text .type, .faqs-page .detail-list > li .box .text .type {
    margin-top: 15px; }
  .product-page .detail-list > li .box .text .type.top, .where-to-buy-page .detail-list > li .box .text .type.top, .faqs-page .detail-list > li .box .text .type.top {
    margin-top: 0; }
  .product-page .detail-list > li .box .pic, .where-to-buy-page .detail-list > li .box .pic, .faqs-page .detail-list > li .box .pic {
    max-width: 150px;
    margin: 15px auto 0; } }

@media all and (max-width: 320px) {
  .product-page .detail-list > li .box .text, .where-to-buy-page .detail-list > li .box .text, .faqs-page .detail-list > li .box .text {
    padding-left: 6%; } }

.product-page .split .section-content, .where-to-buy-page .split .section-content, .faqs-page .split .section-content {
  padding: 9.90099% 11.55116% 0; }

.product-page .detail-section a,
.product-page .more-section a, .where-to-buy-page .detail-section a,
.where-to-buy-page .more-section a, .faqs-page .detail-section a,
.faqs-page .more-section a {
  text-decoration: underline; }

.product-page .detail-section a:hover,
.product-page .more-section a:hover, .where-to-buy-page .detail-section a:hover,
.where-to-buy-page .more-section a:hover, .faqs-page .detail-section a:hover,
.faqs-page .more-section a:hover {
  text-decoration: none; }

.product-page .detail-section .copy,
.product-page .more-section .copy, .where-to-buy-page .detail-section .copy,
.where-to-buy-page .more-section .copy, .faqs-page .detail-section .copy,
.faqs-page .more-section .copy {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px !important; }

.product-page .detail-section h5,
.product-page .more-section h5, .where-to-buy-page .detail-section h5,
.where-to-buy-page .more-section h5, .faqs-page .detail-section h5,
.faqs-page .more-section h5 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px; }

.product-page .detail-section .inner-box:not(:last-child),
.product-page .more-section .inner-box:not(:last-child), .where-to-buy-page .detail-section .inner-box:not(:last-child),
.where-to-buy-page .more-section .inner-box:not(:last-child), .faqs-page .detail-section .inner-box:not(:last-child),
.faqs-page .more-section .inner-box:not(:last-child) {
  margin-bottom: 40px; }

.product-page .detail-section .inner-box p,
.product-page .more-section .inner-box p, .where-to-buy-page .detail-section .inner-box p,
.where-to-buy-page .more-section .inner-box p, .faqs-page .detail-section .inner-box p,
.faqs-page .more-section .inner-box p {
  font-size: 13px;
  font-size: 1.3rem; }

.product-page .detail-section .inner-box p:not(:last-child),
.product-page .more-section .inner-box p:not(:last-child), .where-to-buy-page .detail-section .inner-box p:not(:last-child),
.where-to-buy-page .more-section .inner-box p:not(:last-child), .faqs-page .detail-section .inner-box p:not(:last-child),
.faqs-page .more-section .inner-box p:not(:last-child) {
  margin-bottom: 10px; }

.product-page .detail-section .pic-s,
.product-page .more-section .pic-s, .where-to-buy-page .detail-section .pic-s,
.where-to-buy-page .more-section .pic-s, .faqs-page .detail-section .pic-s,
.faqs-page .more-section .pic-s {
  width: 20%;
  margin-bottom: 20px; }

.product-page .detail-section .pic-s img,
.product-page .more-section .pic-s img, .where-to-buy-page .detail-section .pic-s img,
.where-to-buy-page .more-section .pic-s img, .faqs-page .detail-section .pic-s img,
.faqs-page .more-section .pic-s img {
  width: 100%;
  height: auto; }

.product-page .detail-section .pic-l,
.product-page .more-section .pic-l, .where-to-buy-page .detail-section .pic-l,
.where-to-buy-page .more-section .pic-l, .faqs-page .detail-section .pic-l,
.faqs-page .more-section .pic-l {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px !important; }

.product-page .detail-section .pic-l img,
.product-page .more-section .pic-l img, .where-to-buy-page .detail-section .pic-l img,
.where-to-buy-page .more-section .pic-l img, .faqs-page .detail-section .pic-l img,
.faqs-page .more-section .pic-l img {
  width: 100%;
  height: auto; }

.product-page .detail-section .disc-list + .pic-l,
.product-page .more-section .disc-list + .pic-l, .where-to-buy-page .detail-section .disc-list + .pic-l,
.where-to-buy-page .more-section .disc-list + .pic-l, .faqs-page .detail-section .disc-list + .pic-l,
.faqs-page .more-section .disc-list + .pic-l {
  margin-top: 20px; }

.product-page .detail-section .img-list li,
.product-page .more-section .img-list li, .where-to-buy-page .detail-section .img-list li,
.where-to-buy-page .more-section .img-list li, .faqs-page .detail-section .img-list li,
.faqs-page .more-section .img-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.product-page .detail-section .img-list li .img,
.product-page .more-section .img-list li .img, .where-to-buy-page .detail-section .img-list li .img,
.where-to-buy-page .more-section .img-list li .img, .faqs-page .detail-section .img-list li .img,
.faqs-page .more-section .img-list li .img {
  width: 20%; }

.product-page .detail-section .img-list li .img img,
.product-page .more-section .img-list li .img img, .where-to-buy-page .detail-section .img-list li .img img,
.where-to-buy-page .more-section .img-list li .img img, .faqs-page .detail-section .img-list li .img img,
.faqs-page .more-section .img-list li .img img {
  width: 100%;
  height: auto; }

.product-page .detail-section .img-list li .text,
.product-page .more-section .img-list li .text, .where-to-buy-page .detail-section .img-list li .text,
.where-to-buy-page .more-section .img-list li .text, .faqs-page .detail-section .img-list li .text,
.faqs-page .more-section .img-list li .text {
  width: 75%; }

.product-page .detail-section .img-list li .text p,
.product-page .more-section .img-list li .text p, .where-to-buy-page .detail-section .img-list li .text p,
.where-to-buy-page .more-section .img-list li .text p, .faqs-page .detail-section .img-list li .text p,
.faqs-page .more-section .img-list li .text p {
  font-size: 13px;
  font-size: 1.3rem; }

.product-page .detail-section .img-list li:not(:first-child),
.product-page .more-section .img-list li:not(:first-child), .where-to-buy-page .detail-section .img-list li:not(:first-child),
.where-to-buy-page .more-section .img-list li:not(:first-child), .faqs-page .detail-section .img-list li:not(:first-child),
.faqs-page .more-section .img-list li:not(:first-child) {
  margin-top: 10px; }

.product-page .detail-section .imgR-box,
.product-page .more-section .imgR-box, .where-to-buy-page .detail-section .imgR-box,
.where-to-buy-page .more-section .imgR-box, .faqs-page .detail-section .imgR-box,
.faqs-page .more-section .imgR-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.product-page .detail-section .imgR-box .left,
.product-page .more-section .imgR-box .left, .where-to-buy-page .detail-section .imgR-box .left,
.where-to-buy-page .more-section .imgR-box .left, .faqs-page .detail-section .imgR-box .left,
.faqs-page .more-section .imgR-box .left {
  width: 75%; }

.product-page .detail-section .imgR-box .right,
.product-page .more-section .imgR-box .right, .where-to-buy-page .detail-section .imgR-box .right,
.where-to-buy-page .more-section .imgR-box .right, .faqs-page .detail-section .imgR-box .right,
.faqs-page .more-section .imgR-box .right {
  width: 20%; }

.product-page .detail-section .imgR-box .right img,
.product-page .more-section .imgR-box .right img, .where-to-buy-page .detail-section .imgR-box .right img,
.where-to-buy-page .more-section .imgR-box .right img, .faqs-page .detail-section .imgR-box .right img,
.faqs-page .more-section .imgR-box .right img {
  width: 100%;
  height: auto; }

.product-page .detail-section .caution-box,
.product-page .more-section .caution-box, .where-to-buy-page .detail-section .caution-box,
.where-to-buy-page .more-section .caution-box, .faqs-page .detail-section .caution-box,
.faqs-page .more-section .caution-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0;
  vertical-align: middle; }

.product-page .detail-section .caution-box .img,
.product-page .more-section .caution-box .img, .where-to-buy-page .detail-section .caution-box .img,
.where-to-buy-page .more-section .caution-box .img, .faqs-page .detail-section .caution-box .img,
.faqs-page .more-section .caution-box .img {
  width: 10%; }

.product-page .detail-section .caution-box .img img,
.product-page .more-section .caution-box .img img, .where-to-buy-page .detail-section .caution-box .img img,
.where-to-buy-page .more-section .caution-box .img img, .faqs-page .detail-section .caution-box .img img,
.faqs-page .more-section .caution-box .img img {
  width: 100%;
  height: auto; }

.product-page .detail-section .caution-box .text,
.product-page .more-section .caution-box .text, .where-to-buy-page .detail-section .caution-box .text,
.where-to-buy-page .more-section .caution-box .text, .faqs-page .detail-section .caution-box .text,
.faqs-page .more-section .caution-box .text {
  width: 88%; }

.product-page .detail-section .caution-box .text p,
.product-page .more-section .caution-box .text p, .where-to-buy-page .detail-section .caution-box .text p,
.where-to-buy-page .more-section .caution-box .text p, .faqs-page .detail-section .caution-box .text p,
.faqs-page .more-section .caution-box .text p {
  font-size: 13px;
  font-size: 1.3rem; }

.product-page .detail-section .chart-table, .where-to-buy-page .detail-section .chart-table, .faqs-page .detail-section .chart-table {
  margin-bottom: 30px; }

.product-page .detail-section .chart-table .table li, .where-to-buy-page .detail-section .chart-table .table li, .faqs-page .detail-section .chart-table .table li {
  width: 100%; }

.product-page .detail-section .chart-table .table li.second, .where-to-buy-page .detail-section .chart-table .table li.second, .faqs-page .detail-section .chart-table .table li.second {
  opacity: 0.6; }

.product-page .detail-section .chart-table .table li.third, .where-to-buy-page .detail-section .chart-table .table li.third, .faqs-page .detail-section .chart-table .table li.third {
  opacity: 0.4; }

.product-page .detail-section .chart-table.gold .first, .product-page .detail-section .chart-table.gold .second, .product-page .detail-section .chart-table.gold .third, .where-to-buy-page .detail-section .chart-table.gold .first, .where-to-buy-page .detail-section .chart-table.gold .second, .where-to-buy-page .detail-section .chart-table.gold .third, .faqs-page .detail-section .chart-table.gold .first, .faqs-page .detail-section .chart-table.gold .second, .faqs-page .detail-section .chart-table.gold .third {
  background-color: #b09b0e; }

.product-page .detail-section .chart-table.deepred .first, .product-page .detail-section .chart-table.deepred .second, .product-page .detail-section .chart-table.deepred .third, .where-to-buy-page .detail-section .chart-table.deepred .first, .where-to-buy-page .detail-section .chart-table.deepred .second, .where-to-buy-page .detail-section .chart-table.deepred .third, .faqs-page .detail-section .chart-table.deepred .first, .faqs-page .detail-section .chart-table.deepred .second, .faqs-page .detail-section .chart-table.deepred .third {
  background-color: #c00d23; }

.product-page .detail-section .chart-table.lightred .first, .product-page .detail-section .chart-table.lightred .second, .product-page .detail-section .chart-table.lightred .third, .where-to-buy-page .detail-section .chart-table.lightred .first, .where-to-buy-page .detail-section .chart-table.lightred .second, .where-to-buy-page .detail-section .chart-table.lightred .third, .faqs-page .detail-section .chart-table.lightred .first, .faqs-page .detail-section .chart-table.lightred .second, .faqs-page .detail-section .chart-table.lightred .third {
  background-color: #e40011; }

.product-page .detail-section .chart-table.navy .first, .product-page .detail-section .chart-table.navy .second, .product-page .detail-section .chart-table.navy .third, .where-to-buy-page .detail-section .chart-table.navy .first, .where-to-buy-page .detail-section .chart-table.navy .second, .where-to-buy-page .detail-section .chart-table.navy .third, .faqs-page .detail-section .chart-table.navy .first, .faqs-page .detail-section .chart-table.navy .second, .faqs-page .detail-section .chart-table.navy .third {
  background-color: #015bbb; }

.product-page .detail-section .chart-table.deepblue .first, .product-page .detail-section .chart-table.deepblue .second, .product-page .detail-section .chart-table.deepblue .third, .where-to-buy-page .detail-section .chart-table.deepblue .first, .where-to-buy-page .detail-section .chart-table.deepblue .second, .where-to-buy-page .detail-section .chart-table.deepblue .third, .faqs-page .detail-section .chart-table.deepblue .first, .faqs-page .detail-section .chart-table.deepblue .second, .faqs-page .detail-section .chart-table.deepblue .third {
  background-color: #1e51a2; }

.product-page .detail-section .chart-table.blue .first, .product-page .detail-section .chart-table.blue .second, .product-page .detail-section .chart-table.blue .third, .where-to-buy-page .detail-section .chart-table.blue .first, .where-to-buy-page .detail-section .chart-table.blue .second, .where-to-buy-page .detail-section .chart-table.blue .third, .faqs-page .detail-section .chart-table.blue .first, .faqs-page .detail-section .chart-table.blue .second, .faqs-page .detail-section .chart-table.blue .third {
  background-color: #00b9f2; }

.product-page .detail-section .chart-table.mintblue .first, .product-page .detail-section .chart-table.mintblue .second, .product-page .detail-section .chart-table.mintblue .third, .where-to-buy-page .detail-section .chart-table.mintblue .first, .where-to-buy-page .detail-section .chart-table.mintblue .second, .where-to-buy-page .detail-section .chart-table.mintblue .third, .faqs-page .detail-section .chart-table.mintblue .first, .faqs-page .detail-section .chart-table.mintblue .second, .faqs-page .detail-section .chart-table.mintblue .third {
  background-color: #00aac3; }

.product-page .detail-section .chart-table.slateblue .first, .product-page .detail-section .chart-table.slateblue .second, .product-page .detail-section .chart-table.slateblue .third, .where-to-buy-page .detail-section .chart-table.slateblue .first, .where-to-buy-page .detail-section .chart-table.slateblue .second, .where-to-buy-page .detail-section .chart-table.slateblue .third, .faqs-page .detail-section .chart-table.slateblue .first, .faqs-page .detail-section .chart-table.slateblue .second, .faqs-page .detail-section .chart-table.slateblue .third {
  background-color: #5554d3; }

.product-page .detail-section .chart-table.deeppurple .first, .product-page .detail-section .chart-table.deeppurple .second, .product-page .detail-section .chart-table.deeppurple .third, .where-to-buy-page .detail-section .chart-table.deeppurple .first, .where-to-buy-page .detail-section .chart-table.deeppurple .second, .where-to-buy-page .detail-section .chart-table.deeppurple .third, .faqs-page .detail-section .chart-table.deeppurple .first, .faqs-page .detail-section .chart-table.deeppurple .second, .faqs-page .detail-section .chart-table.deeppurple .third {
  background-color: #514599; }

.product-page .detail-section .chart-table.purple .first, .product-page .detail-section .chart-table.purple .second, .product-page .detail-section .chart-table.purple .third, .where-to-buy-page .detail-section .chart-table.purple .first, .where-to-buy-page .detail-section .chart-table.purple .second, .where-to-buy-page .detail-section .chart-table.purple .third, .faqs-page .detail-section .chart-table.purple .first, .faqs-page .detail-section .chart-table.purple .second, .faqs-page .detail-section .chart-table.purple .third {
  background-color: #937bb7; }

.product-page .detail-section .chart-table.lightpurple .first, .product-page .detail-section .chart-table.lightpurple .second, .product-page .detail-section .chart-table.lightpurple .third, .where-to-buy-page .detail-section .chart-table.lightpurple .first, .where-to-buy-page .detail-section .chart-table.lightpurple .second, .where-to-buy-page .detail-section .chart-table.lightpurple .third, .faqs-page .detail-section .chart-table.lightpurple .first, .faqs-page .detail-section .chart-table.lightpurple .second, .faqs-page .detail-section .chart-table.lightpurple .third {
  background-color: #b332ff; }

.product-page .detail-section .chart-table.green .first, .product-page .detail-section .chart-table.green .second, .product-page .detail-section .chart-table.green .third, .where-to-buy-page .detail-section .chart-table.green .first, .where-to-buy-page .detail-section .chart-table.green .second, .where-to-buy-page .detail-section .chart-table.green .third, .faqs-page .detail-section .chart-table.green .first, .faqs-page .detail-section .chart-table.green .second, .faqs-page .detail-section .chart-table.green .third {
  background-color: #00987f; }

.product-page .detail-section .chart-table.yellowgreen .first, .product-page .detail-section .chart-table.yellowgreen .second, .product-page .detail-section .chart-table.yellowgreen .third, .where-to-buy-page .detail-section .chart-table.yellowgreen .first, .where-to-buy-page .detail-section .chart-table.yellowgreen .second, .where-to-buy-page .detail-section .chart-table.yellowgreen .third, .faqs-page .detail-section .chart-table.yellowgreen .first, .faqs-page .detail-section .chart-table.yellowgreen .second, .faqs-page .detail-section .chart-table.yellowgreen .third {
  background-color: #87df00; }

.product-page .detail-section .chart-table.black .first, .product-page .detail-section .chart-table.black .second, .product-page .detail-section .chart-table.black .third, .where-to-buy-page .detail-section .chart-table.black .first, .where-to-buy-page .detail-section .chart-table.black .second, .where-to-buy-page .detail-section .chart-table.black .third, .faqs-page .detail-section .chart-table.black .first, .faqs-page .detail-section .chart-table.black .second, .faqs-page .detail-section .chart-table.black .third {
  background-color: #000; }

.product-page .detail-section .disc-list, .where-to-buy-page .detail-section .disc-list, .faqs-page .detail-section .disc-list {
  margin-bottom: 20px; }

.product-page .more-section .acc-body, .where-to-buy-page .more-section .acc-body, .faqs-page .more-section .acc-body {
  padding-bottom: 30px !important; }

.product-page .more-section .tit-vertical span, .where-to-buy-page .more-section .tit-vertical span, .faqs-page .more-section .tit-vertical span {
  display: none; }

.product-page .more-section .icon, .where-to-buy-page .more-section .icon, .faqs-page .more-section .icon {
  border: 1px solid #ddd;
  display: inline-block; }

.product-page .more-section .icon span, .where-to-buy-page .more-section .icon span, .faqs-page .more-section .icon span {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 6px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff; }

.product-page .more-section .icon span.sub, .where-to-buy-page .more-section .icon span.sub, .faqs-page .more-section .icon span.sub {
  background-color: #000;
  color: #fff; }

.product-page .more-section .use-box:not(:first-child), .where-to-buy-page .more-section .use-box:not(:first-child), .faqs-page .more-section .use-box:not(:first-child) {
  margin-top: 20px; }

.product-page .more-section .num-list, .where-to-buy-page .more-section .num-list, .faqs-page .more-section .num-list {
  margin-bottom: 20px; }

.product-page .col2-wrap, .where-to-buy-page .col2-wrap, .faqs-page .col2-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.product-page .col2-wrap .col2-inner, .where-to-buy-page .col2-wrap .col2-inner, .faqs-page .col2-wrap .col2-inner {
  width: 47%; }

.product-page .grid-column, .where-to-buy-page .grid-column, .faqs-page .grid-column {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 50% 50%;
  -ms-grid-columns: 50% 50%;
  grid-template-rows: auto;
  -ms-grid-rows: auto;
  border-top: none; }

.product-page .grid-column.section-block, .where-to-buy-page .grid-column.section-block, .faqs-page .grid-column.section-block {
  margin-bottom: 30px;
  padding-top: 0; }

.product-page .grid-column .section-content, .where-to-buy-page .grid-column .section-content, .faqs-page .grid-column .section-content {
  padding: 4.9505% 11.55116% 0; }

.product-page .grid-column .tech-section, .where-to-buy-page .grid-column .tech-section, .faqs-page .grid-column .tech-section {
  grid-column: 1 / 2;
  -ms-grid-column: 1;
  grid-row: 1 / 2;
  -ms-grid-row: 1;
  margin-bottom: 50px;
  margin-right: 30px;
  position: relative; }

.product-page .grid-column .tech-section:after, .where-to-buy-page .grid-column .tech-section:after, .faqs-page .grid-column .tech-section:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  bottom: 0;
  left: 0; }

.product-page .grid-column .style-section, .where-to-buy-page .grid-column .style-section, .faqs-page .grid-column .style-section {
  grid-column: 2 / 3;
  -ms-grid-column: 2;
  grid-row: span 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  border-left: 1px solid #ddd;
  padding-left: 30px; }

.product-page .grid-column .style-section .tit-vertical, .where-to-buy-page .grid-column .style-section .tit-vertical, .faqs-page .grid-column .style-section .tit-vertical {
  left: 30px; }

.product-page .grid-column .tech-section.section-inner, .where-to-buy-page .grid-column .tech-section.section-inner, .faqs-page .grid-column .tech-section.section-inner {
  padding-bottom: 75px; }

.product-page .grid-column .chart-section, .where-to-buy-page .grid-column .chart-section, .faqs-page .grid-column .chart-section {
  grid-column: 1 / 2;
  -ms-grid-column: 1;
  grid-row: 2 / 3;
  -ms-grid-row: 2;
  margin-right: 30px; }

.product-page .style-section .style .style-img, .where-to-buy-page .style-section .style .style-img, .faqs-page .style-section .style .style-img {
  width: 100%;
  max-width: 485px;
  margin: 0 auto 15px; }

.product-page .style-section .style img, .where-to-buy-page .style-section .style img, .faqs-page .style-section .style img {
  width: 100%;
  height: auto; }

.product-page .style-section .comment, .where-to-buy-page .style-section .comment, .faqs-page .style-section .comment {
  margin-top: 60px;
  min-height: 285px;
  position: relative; }

.product-page .style-section .comment .supervised, .where-to-buy-page .style-section .comment .supervised, .faqs-page .style-section .comment .supervised {
  font-size: 50px;
  font-size: 5rem;
  position: absolute;
  top: 24px; }

@media all and (max-width: 768px) {
  .product-page .style-section.section-inner, .where-to-buy-page .style-section.section-inner, .faqs-page .style-section.section-inner {
    padding-bottom: 0 !important; }
  .product-page .style-section .section-content, .where-to-buy-page .style-section .section-content, .faqs-page .style-section .section-content {
    padding-left: 4% !important;
    padding-right: 4% !important; }
  .product-page .style-section .style, .where-to-buy-page .style-section .style, .faqs-page .style-section .style {
    width: 100%;
    margin: 0 auto; }
  .product-page .style-section .style .style-img, .where-to-buy-page .style-section .style .style-img, .faqs-page .style-section .style .style-img {
    margin-bottom: 0; }
  .product-page .style-section .comment, .where-to-buy-page .style-section .comment, .faqs-page .style-section .comment {
    margin-top: 20px;
    width: calc(60/690*100% + 100%);
    margin-left: -4.34783%;
    min-height: 185px; }
  .product-page .style-section .comment .supervised, .where-to-buy-page .style-section .comment .supervised, .faqs-page .style-section .comment .supervised {
    font-size: 30px;
    font-size: 3rem;
    top: 19px; }
  .product-page .style-section .comment .person, .where-to-buy-page .style-section .comment .person, .faqs-page .style-section .comment .person {
    width: 140px !important; } }

.product-page #recommend a, .where-to-buy-page #recommend a, .faqs-page #recommend a {
  color: #000;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 33.33%;
  margin: 0 auto; }

.product-page #recommend .pic, .where-to-buy-page #recommend .pic, .faqs-page #recommend .pic {
  display: block;
  width: 52.5%;
  margin: 0 auto; }

.product-page #recommend .pic img, .where-to-buy-page #recommend .pic img, .faqs-page #recommend .pic img {
  width: 100%;
  height: auto; }

.product-page #recommend .name, .where-to-buy-page #recommend .name, .faqs-page #recommend .name {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px; }

.product-page #recommend .name span, .where-to-buy-page #recommend .name span, .faqs-page #recommend .name span {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 10px; }

@media all and (max-width: 768px) {
  .product-page #recommend-section, .where-to-buy-page #recommend-section, .faqs-page #recommend-section {
    background-color: #f4f4f4; }
  .product-page #recommend a, .where-to-buy-page #recommend a, .faqs-page #recommend a {
    width: 100%; }
  .product-page #recommend .pic, .where-to-buy-page #recommend .pic, .faqs-page #recommend .pic {
    width: 40%; }
  .product-page #recommend .name, .where-to-buy-page #recommend .name, .faqs-page #recommend .name {
    font-size: 10px;
    font-size: 1rem; } }

.product-page .features-section .col2-wrap, .where-to-buy-page .features-section .col2-wrap, .faqs-page .features-section .col2-wrap {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.product-page .features-section .col2-wrap .col2-inner, .where-to-buy-page .features-section .col2-wrap .col2-inner, .faqs-page .features-section .col2-wrap .col2-inner {
  text-align: center; }

.product-page .features-section .col2-wrap .col2-inner img, .where-to-buy-page .features-section .col2-wrap .col2-inner img, .faqs-page .features-section .col2-wrap .col2-inner img {
  width: 100%;
  max-width: 550px; }

.product-page .features-section .caution-list, .where-to-buy-page .features-section .caution-list, .faqs-page .features-section .caution-list {
  margin-top: 30px; }

@media all and (max-width: 768px) {
  .product-page .features-section, .where-to-buy-page .features-section, .faqs-page .features-section {
    border-top: 2px solid #000;
    padding-top: 30px; }
  .product-page .features-section .section-content, .where-to-buy-page .features-section .section-content, .faqs-page .features-section .section-content {
    padding: 0 4%; }
  .product-page .features-section .col2-inner:not(:first-child), .where-to-buy-page .features-section .col2-inner:not(:first-child), .faqs-page .features-section .col2-inner:not(:first-child) {
    margin-top: 15px; }
  .product-page .features-section .caution-list, .where-to-buy-page .features-section .caution-list, .faqs-page .features-section .caution-list {
    margin-top: 15px; } }

@media all and (max-width: 768px) {
  .product-page .section-block.split,
  .product-page .section-block, .where-to-buy-page .section-block.split,
  .where-to-buy-page .section-block, .faqs-page .section-block.split,
  .faqs-page .section-block {
    border-top: none;
    padding: 0;
    display: block; }
  .product-page .section-block.split .section-inner:last-child,
  .product-page .section-block .section-inner:last-child, .where-to-buy-page .section-block.split .section-inner:last-child,
  .where-to-buy-page .section-block .section-inner:last-child, .faqs-page .section-block.split .section-inner:last-child,
  .faqs-page .section-block .section-inner:last-child {
    margin-left: 0; }
  .product-page .section-block.split .section-inner:before,
  .product-page .section-block .section-inner:before, .where-to-buy-page .section-block.split .section-inner:before,
  .where-to-buy-page .section-block .section-inner:before, .faqs-page .section-block.split .section-inner:before,
  .faqs-page .section-block .section-inner:before {
    content: normal; }
  .product-page .section-block.split .more-section.section-inner,
  .product-page .section-block .more-section.section-inner, .where-to-buy-page .section-block.split .more-section.section-inner,
  .where-to-buy-page .section-block .more-section.section-inner, .faqs-page .section-block.split .more-section.section-inner,
  .faqs-page .section-block .more-section.section-inner {
    padding-top: 0 !important;
    padding-bottom: 0;
    display: block; }
  .product-page .section-block.split .more-section .section-content,
  .product-page .section-block .more-section .section-content, .where-to-buy-page .section-block.split .more-section .section-content,
  .where-to-buy-page .section-block .more-section .section-content, .faqs-page .section-block.split .more-section .section-content,
  .faqs-page .section-block .more-section .section-content {
    padding-left: 8% !important; }
  .product-page .section-block.split .more-section .tit-vertical,
  .product-page .section-block .more-section .tit-vertical, .where-to-buy-page .section-block.split .more-section .tit-vertical,
  .where-to-buy-page .section-block .more-section .tit-vertical, .faqs-page .section-block.split .more-section .tit-vertical,
  .faqs-page .section-block .more-section .tit-vertical {
    font-size: 15px;
    font-size: 1.5rem;
    background-color: #222;
    color: white;
    padding: 25px 30px; }
  .product-page .section-block.split .more-section .tit-vertical p,
  .product-page .section-block .more-section .tit-vertical p, .where-to-buy-page .section-block.split .more-section .tit-vertical p,
  .where-to-buy-page .section-block .more-section .tit-vertical p, .faqs-page .section-block.split .more-section .tit-vertical p,
  .faqs-page .section-block .more-section .tit-vertical p {
    transform: none; }
  .product-page .section-block.split .more-section .tit-vertical span,
  .product-page .section-block .more-section .tit-vertical span, .where-to-buy-page .section-block.split .more-section .tit-vertical span,
  .where-to-buy-page .section-block .more-section .tit-vertical span, .faqs-page .section-block.split .more-section .tit-vertical span,
  .faqs-page .section-block .more-section .tit-vertical span {
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    padding-left: 10px; }
  .product-page .acc-btn, .where-to-buy-page .acc-btn, .faqs-page .acc-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%; }
  .product-page .acc-btn:after, .where-to-buy-page .acc-btn:after, .faqs-page .acc-btn:after {
    content: "";
    background: url(../img/common/acc_open.png) no-repeat 0 center/12px 12px;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); }
  .product-page .acc-btn.active:after, .where-to-buy-page .acc-btn.active:after, .faqs-page .acc-btn.active:after {
    background: url(../img/common/acc_close.png) no-repeat 0 center/12px 2px; }
  .product-page .acc-btn.tit-vertical, .where-to-buy-page .acc-btn.tit-vertical, .faqs-page .acc-btn.tit-vertical {
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    height: inherit !important;
    transform: none !important; }
  .product-page .acc-btn.tit-vertical p, .where-to-buy-page .acc-btn.tit-vertical p, .faqs-page .acc-btn.tit-vertical p {
    position: static; }
  .product-page .detail-section, .where-to-buy-page .detail-section, .faqs-page .detail-section {
    border-top: 1px solid #000 !important;
    background-color: #f4f4f4; }
  .product-page .detail-section.section-inner, .where-to-buy-page .detail-section.section-inner, .faqs-page .detail-section.section-inner {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 20px !important; }
  .product-page .detail-section .chart-table, .where-to-buy-page .detail-section .chart-table, .faqs-page .detail-section .chart-table {
    padding: 0; }
  .product-page .detail-section .chart-table .table li, .where-to-buy-page .detail-section .chart-table .table li, .faqs-page .detail-section .chart-table .table li {
    width: auto; }
  .product-page .detail-section .disc-list, .where-to-buy-page .detail-section .disc-list, .faqs-page .detail-section .disc-list {
    margin-bottom: 10px; }
  .product-page .more-section .acc-body, .where-to-buy-page .more-section .acc-body, .faqs-page .more-section .acc-body {
    display: none; }
  .product-page .more-section .num-list, .where-to-buy-page .more-section .num-list, .faqs-page .more-section .num-list {
    margin-bottom: 10px; }
  .product-page .detail-section .section-content .copy,
  .product-page .more-section .section-content .copy, .where-to-buy-page .detail-section .section-content .copy,
  .where-to-buy-page .more-section .section-content .copy, .faqs-page .detail-section .section-content .copy,
  .faqs-page .more-section .section-content .copy {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 15px !important; }
  .product-page .detail-section .section-content h5,
  .product-page .more-section .section-content h5, .where-to-buy-page .detail-section .section-content h5,
  .where-to-buy-page .more-section .section-content h5, .faqs-page .detail-section .section-content h5,
  .faqs-page .more-section .section-content h5 {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 10px; }
  .product-page .detail-section .section-content .inner-box:not(:last-child),
  .product-page .more-section .section-content .inner-box:not(:last-child), .where-to-buy-page .detail-section .section-content .inner-box:not(:last-child),
  .where-to-buy-page .more-section .section-content .inner-box:not(:last-child), .faqs-page .detail-section .section-content .inner-box:not(:last-child),
  .faqs-page .more-section .section-content .inner-box:not(:last-child) {
    margin-bottom: 25px; }
  .product-page .detail-section .section-content p,
  .product-page .more-section .section-content p, .where-to-buy-page .detail-section .section-content p,
  .where-to-buy-page .more-section .section-content p, .faqs-page .detail-section .section-content p,
  .faqs-page .more-section .section-content p {
    font-size: 12px;
    font-size: 1.2rem; }
  .product-page .detail-section .section-content p:not(:last-child),
  .product-page .more-section .section-content p:not(:last-child), .where-to-buy-page .detail-section .section-content p:not(:last-child),
  .where-to-buy-page .more-section .section-content p:not(:last-child), .faqs-page .detail-section .section-content p:not(:last-child),
  .faqs-page .more-section .section-content p:not(:last-child) {
    margin-bottom: 5px; }
  .product-page .detail-section .section-content .pic-s,
  .product-page .more-section .section-content .pic-s, .where-to-buy-page .detail-section .section-content .pic-s,
  .where-to-buy-page .more-section .section-content .pic-s, .faqs-page .detail-section .section-content .pic-s,
  .faqs-page .more-section .section-content .pic-s {
    width: 30%; }
  .product-page .detail-section .section-content .pic-l,
  .product-page .more-section .section-content .pic-l, .where-to-buy-page .detail-section .section-content .pic-l,
  .where-to-buy-page .more-section .section-content .pic-l, .faqs-page .detail-section .section-content .pic-l,
  .faqs-page .more-section .section-content .pic-l {
    width: 87%;
    margin-bottom: 10px !important; }
  .product-page .detail-section .section-content .disc-list + .pic-l,
  .product-page .more-section .section-content .disc-list + .pic-l, .where-to-buy-page .detail-section .section-content .disc-list + .pic-l,
  .where-to-buy-page .more-section .section-content .disc-list + .pic-l, .faqs-page .detail-section .section-content .disc-list + .pic-l,
  .faqs-page .more-section .section-content .disc-list + .pic-l {
    margin-top: 10px; }
  .product-page .detail-section .section-content .img-list li .img,
  .product-page .more-section .section-content .img-list li .img, .where-to-buy-page .detail-section .section-content .img-list li .img,
  .where-to-buy-page .more-section .section-content .img-list li .img, .faqs-page .detail-section .section-content .img-list li .img,
  .faqs-page .more-section .section-content .img-list li .img {
    width: 26%; }
  .product-page .detail-section .section-content .img-list li .text,
  .product-page .more-section .section-content .img-list li .text, .where-to-buy-page .detail-section .section-content .img-list li .text,
  .where-to-buy-page .more-section .section-content .img-list li .text, .faqs-page .detail-section .section-content .img-list li .text,
  .faqs-page .more-section .section-content .img-list li .text {
    width: 70%; }
  .product-page .detail-section .section-content .img-list li .text p,
  .product-page .more-section .section-content .img-list li .text p, .where-to-buy-page .detail-section .section-content .img-list li .text p,
  .where-to-buy-page .more-section .section-content .img-list li .text p, .faqs-page .detail-section .section-content .img-list li .text p,
  .faqs-page .more-section .section-content .img-list li .text p {
    font-size: 11px;
    font-size: 1.1rem; }
  .product-page .detail-section .section-content .img-list li .text .caution-text,
  .product-page .more-section .section-content .img-list li .text .caution-text, .where-to-buy-page .detail-section .section-content .img-list li .text .caution-text,
  .where-to-buy-page .more-section .section-content .img-list li .text .caution-text, .faqs-page .detail-section .section-content .img-list li .text .caution-text,
  .faqs-page .more-section .section-content .img-list li .text .caution-text {
    font-size: 11px;
    font-size: 1.1rem; }
  .product-page .detail-section .section-content .imgR-box .left,
  .product-page .more-section .section-content .imgR-box .left, .where-to-buy-page .detail-section .section-content .imgR-box .left,
  .where-to-buy-page .more-section .section-content .imgR-box .left, .faqs-page .detail-section .section-content .imgR-box .left,
  .faqs-page .more-section .section-content .imgR-box .left {
    width: 70%; }
  .product-page .detail-section .section-content .imgR-box .right,
  .product-page .more-section .section-content .imgR-box .right, .where-to-buy-page .detail-section .section-content .imgR-box .right,
  .where-to-buy-page .more-section .section-content .imgR-box .right, .faqs-page .detail-section .section-content .imgR-box .right,
  .faqs-page .more-section .section-content .imgR-box .right {
    width: 26%; }
  .product-page .detail-section .section-content .caution-box .img,
  .product-page .more-section .section-content .caution-box .img, .where-to-buy-page .detail-section .section-content .caution-box .img,
  .where-to-buy-page .more-section .section-content .caution-box .img, .faqs-page .detail-section .section-content .caution-box .img,
  .faqs-page .more-section .section-content .caution-box .img {
    width: 14%; }
  .product-page .detail-section .section-content .caution-box .text,
  .product-page .more-section .section-content .caution-box .text, .where-to-buy-page .detail-section .section-content .caution-box .text,
  .where-to-buy-page .more-section .section-content .caution-box .text, .faqs-page .detail-section .section-content .caution-box .text,
  .faqs-page .more-section .section-content .caution-box .text {
    width: 82%; }
  .product-page .col2-wrap, .where-to-buy-page .col2-wrap, .faqs-page .col2-wrap {
    display: block; }
  .product-page .col2-wrap .col2-inner, .where-to-buy-page .col2-wrap .col2-inner, .faqs-page .col2-wrap .col2-inner {
    width: 100%; }
  .product-page .grid-column, .where-to-buy-page .grid-column, .faqs-page .grid-column {
    display: block; }
  .product-page .grid-column .section-inner, .where-to-buy-page .grid-column .section-inner, .faqs-page .grid-column .section-inner {
    padding: 0; }
  .product-page .grid-column .section-inner:first-child, .product-page .grid-column .section-inner:last-child, .where-to-buy-page .grid-column .section-inner:first-child, .where-to-buy-page .grid-column .section-inner:last-child, .faqs-page .grid-column .section-inner:first-child, .faqs-page .grid-column .section-inner:last-child {
    border: none;
    width: 100%; }
  .product-page .grid-column .section-inner:first-child, .where-to-buy-page .grid-column .section-inner:first-child, .faqs-page .grid-column .section-inner:first-child {
    margin: 0 0 20px 0; }
  .product-page .grid-column .tech-section, .where-to-buy-page .grid-column .tech-section, .faqs-page .grid-column .tech-section {
    margin-right: 0; }
  .product-page .grid-column .tech-section:after, .where-to-buy-page .grid-column .tech-section:after, .faqs-page .grid-column .tech-section:after {
    content: normal; }
  .product-page .grid-column .tech-section.section-inner, .where-to-buy-page .grid-column .tech-section.section-inner, .faqs-page .grid-column .tech-section.section-inner {
    padding-bottom: 0; }
  .product-page .grid-column .chart-section, .where-to-buy-page .grid-column .chart-section, .faqs-page .grid-column .chart-section {
    margin-right: 0; }
  .product-page .grid-column .style-section, .where-to-buy-page .grid-column .style-section, .faqs-page .grid-column .style-section {
    border-left: none;
    position: relative; }
  .product-page .grid-column .style-section::before, .where-to-buy-page .grid-column .style-section::before, .faqs-page .grid-column .style-section::before {
    content: '';
    width: 94.66667%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    left: 2.66667%; }
  .product-page .grid-column .style-section .tit-vertical, .where-to-buy-page .grid-column .style-section .tit-vertical, .faqs-page .grid-column .style-section .tit-vertical {
    left: 2.66667%; } }

.product-page .movie-section + .step-col2, .where-to-buy-page .movie-section + .step-col2, .faqs-page .movie-section + .step-col2 {
  margin-top: 50px; }

.product-page .step-col2.split, .where-to-buy-page .step-col2.split, .faqs-page .step-col2.split {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.product-page .step-col2 .step:nth-child(1), .product-page .step-col2 .step:nth-child(2), .where-to-buy-page .step-col2 .step:nth-child(1), .where-to-buy-page .step-col2 .step:nth-child(2), .faqs-page .step-col2 .step:nth-child(1), .faqs-page .step-col2 .step:nth-child(2) {
  margin-bottom: 50px; }

.product-page .step-col2 .step:nth-child(3), .product-page .step-col2 .step:nth-child(4), .where-to-buy-page .step-col2 .step:nth-child(3), .where-to-buy-page .step-col2 .step:nth-child(4), .faqs-page .step-col2 .step:nth-child(3), .faqs-page .step-col2 .step:nth-child(4) {
  margin-top: 50px; }

.product-page .step-col2 .step:nth-child(1), .where-to-buy-page .step-col2 .step:nth-child(1), .faqs-page .step-col2 .step:nth-child(1) {
  position: relative; }

.product-page .step-col2 .step:nth-child(1):after, .where-to-buy-page .step-col2 .step:nth-child(1):after, .faqs-page .step-col2 .step:nth-child(1):after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  bottom: -50px;
  left: 0; }

.product-page .step-col2 .step:nth-child(2):after, .where-to-buy-page .step-col2 .step:nth-child(2):after, .faqs-page .step-col2 .step:nth-child(2):after {
  content: "";
  display: block;
  width: calc(100% + 31px);
  height: 1px;
  background-color: #ddd;
  position: absolute;
  bottom: -50px;
  left: -31px; }

.product-page .step-col2 .step .step-tit, .where-to-buy-page .step-col2 .step .step-tit, .faqs-page .step-col2 .step .step-tit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem; }

.product-page .step-col2 .step .step-tit .num, .where-to-buy-page .step-col2 .step .step-tit .num, .faqs-page .step-col2 .step .step-tit .num {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  margin-right: 10px;
  background-color: #000;
  color: white;
  width: 30px;
  height: 30px; }

.product-page .step-col2 .step .step-tit-face-wash .num, .where-to-buy-page .step-col2 .step .step-tit-face-wash .num, .faqs-page .step-col2 .step .step-tit-face-wash .num {
  width: auto;
  padding: 0 6px; }

.product-page .step-col2 .step .step-tit-face-wash .num span, .where-to-buy-page .step-col2 .step .step-tit-face-wash .num span, .faqs-page .step-col2 .step .step-tit-face-wash .num span {
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 6px; }

.product-page .step-col2 .step .step-text, .where-to-buy-page .step-col2 .step .step-text, .faqs-page .step-col2 .step .step-text {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 15px; }

.product-page .step-col2 .step .slick-wrapper, .where-to-buy-page .step-col2 .step .slick-wrapper, .faqs-page .step-col2 .step .slick-wrapper {
  margin-top: 30px; }

@media all and (max-width: 768px) {
  .product-page .section-block .section-block .section-content, .where-to-buy-page .section-block .section-block .section-content, .faqs-page .section-block .section-block .section-content {
    padding: 0 !important; }
  .product-page .movie-section + .step-col2, .where-to-buy-page .movie-section + .step-col2, .faqs-page .movie-section + .step-col2 {
    margin-top: 30px; }
  .product-page .step-col2, .where-to-buy-page .step-col2, .faqs-page .step-col2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .product-page .step-col2 .step, .where-to-buy-page .step-col2 .step, .faqs-page .step-col2 .step {
    width: 100%; }
  .product-page .step-col2 .step:after, .where-to-buy-page .step-col2 .step:after, .faqs-page .step-col2 .step:after {
    content: "";
    display: block;
    width: calc(60/650*100% + 100%) !important;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: 0 !important;
    left: 0 !important;
    margin-left: -4.61538%; }
  .product-page .step-col2 .step.section-inner:last-child, .where-to-buy-page .step-col2 .step.section-inner:last-child, .faqs-page .step-col2 .step.section-inner:last-child {
    margin: 0 auto; }
  .product-page .step-col2 .step .step-text, .where-to-buy-page .step-col2 .step .step-text, .faqs-page .step-col2 .step .step-text {
    font-size: 12px;
    font-size: 1.2rem; }
  .product-page .tech-section .section-content, .where-to-buy-page .tech-section .section-content, .faqs-page .tech-section .section-content {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .product-page .section-block.split .tech-section, .where-to-buy-page .section-block.split .tech-section, .faqs-page .section-block.split .tech-section {
    border-top: 1px solid #ddd !important; } }

.product-page .caution-section .caution-item, .where-to-buy-page .caution-section .caution-item, .faqs-page .caution-section .caution-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -30px; }

.product-page .caution-section .caution-item li, .where-to-buy-page .caution-section .caution-item li, .faqs-page .caution-section .caution-item li {
  background-color: #f4f4f4;
  padding: 30px;
  width: calc(50% - 15px);
  margin-top: 30px; }

.product-page .caution-section .caution-item h5, .where-to-buy-page .caution-section .caution-item h5, .faqs-page .caution-section .caution-item h5 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #ec0b43;
  font-weight: bold; }

.product-page .caution-section .caution-item p, .where-to-buy-page .caution-section .caution-item p, .faqs-page .caution-section .caution-item p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 15px; }

@media all and (max-width: 768px) {
  .product-page .caution-section, .where-to-buy-page .caution-section, .faqs-page .caution-section {
    padding-top: 30px; }
  .product-page .caution-section .caution-item, .where-to-buy-page .caution-section .caution-item, .faqs-page .caution-section .caution-item {
    display: block;
    padding: 0 4%;
    margin-top: -15px; }
  .product-page .caution-section .caution-item li, .where-to-buy-page .caution-section .caution-item li, .faqs-page .caution-section .caution-item li {
    width: 100%;
    padding: 4.34783%;
    margin-top: 15px; }
  .product-page .caution-section .caution-item h5, .where-to-buy-page .caution-section .caution-item h5, .faqs-page .caution-section .caution-item h5 {
    font-size: 14px;
    font-size: 1.4rem; }
  .product-page .caution-section .caution-item p, .where-to-buy-page .caution-section .caution-item p, .faqs-page .caution-section .caution-item p {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    margin-top: 10px; } }

@media all and (max-width: 768px) {
  .product-page #product-haircolor-remake .border-top, .where-to-buy-page #product-haircolor-remake .border-top, .faqs-page #product-haircolor-remake .border-top {
    border: none; }
  .product-page #product-haircolor-remake .style-section:before, .where-to-buy-page #product-haircolor-remake .style-section:before, .faqs-page #product-haircolor-remake .style-section:before {
    content: "";
    display: block;
    width: 94.66667%;
    height: 1px;
    background-color: #ddd;
    margin-left: -1.40845%; } }

.product-page .section-block.split.skincare .section-inner, .where-to-buy-page .section-block.split.skincare .section-inner, .faqs-page .section-block.split.skincare .section-inner {
  border-right: 0;
  padding-bottom: 0; }

@media all and (max-width: 768px) {
  .product-page .section-block.split.skincare .tech-section, .where-to-buy-page .section-block.split.skincare .tech-section, .faqs-page .section-block.split.skincare .tech-section {
    border-top: none !important; }
  .product-page .section-block.split.skincare .tech-section:nth-child(2), .where-to-buy-page .section-block.split.skincare .tech-section:nth-child(2), .faqs-page .section-block.split.skincare .tech-section:nth-child(2) {
    padding-bottom: 30px;
    padding-top: 0; }
  .product-page .section-block.split.skincare .tech-section:nth-child(2) .section-content, .where-to-buy-page .section-block.split.skincare .tech-section:nth-child(2) .section-content, .faqs-page .section-block.split.skincare .tech-section:nth-child(2) .section-content {
    padding-top: 0 !important; } }

.product-page #product-single .detail-list, .where-to-buy-page #product-single .detail-list, .faqs-page #product-single .detail-list {
  -ms-flex-pack: center;
  justify-content: center; }

.product-page #product-different .detail-set, .where-to-buy-page #product-different .detail-set, .faqs-page #product-different .detail-set {
  background-color: #f4f4f4;
  margin-top: 30px;
  margin-right: 6.11888%;
  padding: 30px;
  margin-bottom: 50px; }

.product-page #product-different .detail-set .detail-section .section-content, .where-to-buy-page #product-different .detail-set .detail-section .section-content, .faqs-page #product-different .detail-set .detail-section .section-content {
  padding-left: 11.95219%;
  padding-right: 5.9761%; }

.product-page #product-different .more-section.section-inner, .where-to-buy-page #product-different .more-section.section-inner, .faqs-page #product-different .more-section.section-inner {
  display: block;
  padding: 0; }

.product-page #product-different .more-section .section-content, .where-to-buy-page #product-different .more-section .section-content, .faqs-page #product-different .more-section .section-content {
  background-color: white;
  padding-top: 0;
  padding-left: 8%;
  padding-right: 8%; }

.product-page #product-different .more-section .acc-btn, .where-to-buy-page #product-different .more-section .acc-btn, .faqs-page #product-different .more-section .acc-btn {
  background-color: white;
  cursor: pointer;
  text-align: center;
  padding: 25px 30px;
  width: 100%;
  position: relative; }

.product-page #product-different .more-section .acc-btn:after, .where-to-buy-page #product-different .more-section .acc-btn:after, .faqs-page #product-different .more-section .acc-btn:after {
  content: "";
  background: url(../img/common/acc_open_black.png) no-repeat 0 center/12px 12px;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }

.product-page #product-different .more-section .acc-btn:hover, .where-to-buy-page #product-different .more-section .acc-btn:hover, .faqs-page #product-different .more-section .acc-btn:hover {
  background-color: #222;
  color: white; }

.product-page #product-different .more-section .acc-btn:hover:after, .where-to-buy-page #product-different .more-section .acc-btn:hover:after, .faqs-page #product-different .more-section .acc-btn:hover:after {
  background: url(../img/common/acc_open.png) no-repeat 0 center/12px 12px; }

.product-page #product-different .more-section .acc-btn.active, .where-to-buy-page #product-different .more-section .acc-btn.active, .faqs-page #product-different .more-section .acc-btn.active {
  background-color: #222;
  color: white; }

.product-page #product-different .more-section .acc-btn.active:after, .where-to-buy-page #product-different .more-section .acc-btn.active:after, .faqs-page #product-different .more-section .acc-btn.active:after {
  background: url(../img/common/acc_close.png) no-repeat 0 center/12px 2px; }

.product-page #product-different .more-section .acc-btn.tit-vertical, .where-to-buy-page #product-different .more-section .acc-btn.tit-vertical, .faqs-page #product-different .more-section .acc-btn.tit-vertical {
  font-size: 16px;
  font-size: 1.6rem;
  height: inherit !important;
  transform: none; }

.product-page #product-different .more-section .acc-btn.tit-vertical span, .where-to-buy-page #product-different .more-section .acc-btn.tit-vertical span, .faqs-page #product-different .more-section .acc-btn.tit-vertical span {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  font-weight: bold;
  padding-left: 10px; }

.product-page #product-different .more-section .acc-body, .where-to-buy-page #product-different .more-section .acc-body, .faqs-page #product-different .more-section .acc-body {
  padding-top: 30px; }

.product-page .section-block .tech-section .section-content .step dl dd .facial-wash-point-tit, .where-to-buy-page .section-block .tech-section .section-content .step dl dd .facial-wash-point-tit, .faqs-page .section-block .tech-section .section-content .step dl dd .facial-wash-point-tit {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #fff;
  background-color: #000;
  padding: 3px 6px; }

@media all and (max-width: 768px) {
  .product-page #product-different .detail-set, .where-to-buy-page #product-different .detail-set, .faqs-page #product-different .detail-set {
    background-color: inherit;
    margin-right: 0;
    padding: 0;
    margin-bottom: 0; }
  .product-page #product-different .detail-set .detail-section, .where-to-buy-page #product-different .detail-set .detail-section, .faqs-page #product-different .detail-set .detail-section {
    padding-top: 20px; }
  .product-page #product-different .detail-list > li, .where-to-buy-page #product-different .detail-list > li, .faqs-page #product-different .detail-list > li {
    padding-bottom: 0; }
  .product-page #product-different .box.full + .detail-set, .where-to-buy-page #product-different .box.full + .detail-set, .faqs-page #product-different .box.full + .detail-set {
    margin-top: 0; }
  .product-page #product-different .more-section .acc-btn, .where-to-buy-page #product-different .more-section .acc-btn, .faqs-page #product-different .more-section .acc-btn {
    background-color: #222;
    color: white; }
  .product-page #product-different .more-section .acc-btn:after, .where-to-buy-page #product-different .more-section .acc-btn:after, .faqs-page #product-different .more-section .acc-btn:after {
    background: url(../img/common/acc_open.png) no-repeat 0 center/12px 12px; } }

.product-page .shop-bottom-block, .where-to-buy-page .shop-bottom-block, .faqs-page .shop-bottom-block {
  margin-top: 50px; }

.product-page #product-original #kv h1 span, .where-to-buy-page #product-original #kv h1 span, .faqs-page #product-original #kv h1 span {
  margin-bottom: 0; }

.product-page #product-original .technology-section, .where-to-buy-page #product-original .technology-section, .faqs-page #product-original .technology-section {
  margin-top: 50px; }

@media all and (max-width: 768px) {
  .product-page #product-original .technology-section, .where-to-buy-page #product-original .technology-section, .faqs-page #product-original .technology-section {
    margin-top: -30px; } }

.product-page #product-original .content-inner .section-block:first-child, .where-to-buy-page #product-original .content-inner .section-block:first-child, .faqs-page #product-original .content-inner .section-block:first-child {
  border-top: none; }

.product-page #product-original .pc-none, .where-to-buy-page #product-original .pc-none, .faqs-page #product-original .pc-none {
  display: none; }

.product-page #product-original .detail-top.section-inner, .where-to-buy-page #product-original .detail-top.section-inner, .faqs-page #product-original .detail-top.section-inner {
  padding: 0; }

.product-page #product-original .series-section, .where-to-buy-page #product-original .series-section, .faqs-page #product-original .series-section {
  width: 100%; }

.product-page #product-original .series-table, .where-to-buy-page #product-original .series-table, .faqs-page #product-original .series-table {
  display: grid;
  display: -ms-grid;
  grid-template-rows: auto;
  -ms-grid-rows: auto; }

.product-page #product-original .series-table .side, .where-to-buy-page #product-original .series-table .side, .faqs-page #product-original .series-table .side {
  -ms-grid-column: 1; }

.product-page #product-original .series-table .row1, .where-to-buy-page #product-original .series-table .row1, .faqs-page #product-original .series-table .row1 {
  -ms-grid-column: 2; }

.product-page #product-original .series-table .row2, .where-to-buy-page #product-original .series-table .row2, .faqs-page #product-original .series-table .row2 {
  -ms-grid-column: 3; }

.product-page #product-original .series-table .row3, .where-to-buy-page #product-original .series-table .row3, .faqs-page #product-original .series-table .row3 {
  -ms-grid-column: 4; }

.product-page #product-original .series-table .row4, .where-to-buy-page #product-original .series-table .row4, .faqs-page #product-original .series-table .row4 {
  -ms-grid-column: 5; }

.product-page #product-original .series-table .row5, .where-to-buy-page #product-original .series-table .row5, .faqs-page #product-original .series-table .row5 {
  -ms-grid-column: 6; }

.product-page #product-original .series-table .row6, .where-to-buy-page #product-original .series-table .row6, .faqs-page #product-original .series-table .row6 {
  -ms-grid-column: 7; }

.product-page #product-original .series-table .row7, .where-to-buy-page #product-original .series-table .row7, .faqs-page #product-original .series-table .row7 {
  -ms-grid-column: 8; }

.product-page #product-original .series-table .side div,
.product-page #product-original .series-table .row div, .where-to-buy-page #product-original .series-table .side div,
.where-to-buy-page #product-original .series-table .row div, .faqs-page #product-original .series-table .side div,
.faqs-page #product-original .series-table .row div {
  -ms-grid-column: 1; }

.product-page #product-original .series-table .side div:nth-child(1),
.product-page #product-original .series-table .row div:nth-child(1), .where-to-buy-page #product-original .series-table .side div:nth-child(1),
.where-to-buy-page #product-original .series-table .row div:nth-child(1), .faqs-page #product-original .series-table .side div:nth-child(1),
.faqs-page #product-original .series-table .row div:nth-child(1) {
  -ms-grid-row: 1; }

.product-page #product-original .series-table .side div:nth-child(2),
.product-page #product-original .series-table .row div:nth-child(2), .where-to-buy-page #product-original .series-table .side div:nth-child(2),
.where-to-buy-page #product-original .series-table .row div:nth-child(2), .faqs-page #product-original .series-table .side div:nth-child(2),
.faqs-page #product-original .series-table .row div:nth-child(2) {
  -ms-grid-row: 2; }

.product-page #product-original .series-table .side div:nth-child(3),
.product-page #product-original .series-table .row div:nth-child(3), .where-to-buy-page #product-original .series-table .side div:nth-child(3),
.where-to-buy-page #product-original .series-table .row div:nth-child(3), .faqs-page #product-original .series-table .side div:nth-child(3),
.faqs-page #product-original .series-table .row div:nth-child(3) {
  -ms-grid-row: 3; }

.product-page #product-original .series-table .side div:nth-child(4),
.product-page #product-original .series-table .row div:nth-child(4), .where-to-buy-page #product-original .series-table .side div:nth-child(4),
.where-to-buy-page #product-original .series-table .row div:nth-child(4), .faqs-page #product-original .series-table .side div:nth-child(4),
.faqs-page #product-original .series-table .row div:nth-child(4) {
  -ms-grid-row: 4; }

.product-page #product-original .series-table .side div:nth-child(5),
.product-page #product-original .series-table .row div:nth-child(5), .where-to-buy-page #product-original .series-table .side div:nth-child(5),
.where-to-buy-page #product-original .series-table .row div:nth-child(5), .faqs-page #product-original .series-table .side div:nth-child(5),
.faqs-page #product-original .series-table .row div:nth-child(5) {
  -ms-grid-row: 5; }

.product-page #product-original .series-table .side div:nth-child(6),
.product-page #product-original .series-table .row div:nth-child(6), .where-to-buy-page #product-original .series-table .side div:nth-child(6),
.where-to-buy-page #product-original .series-table .row div:nth-child(6), .faqs-page #product-original .series-table .side div:nth-child(6),
.faqs-page #product-original .series-table .row div:nth-child(6) {
  -ms-grid-row: 6; }

.product-page #product-original .series-table .side div:nth-child(7),
.product-page #product-original .series-table .row div:nth-child(7), .where-to-buy-page #product-original .series-table .side div:nth-child(7),
.where-to-buy-page #product-original .series-table .row div:nth-child(7), .faqs-page #product-original .series-table .side div:nth-child(7),
.faqs-page #product-original .series-table .row div:nth-child(7) {
  -ms-grid-row: 7; }

.product-page #product-original .series-table .side div:nth-child(8),
.product-page #product-original .series-table .row div:nth-child(8), .where-to-buy-page #product-original .series-table .side div:nth-child(8),
.where-to-buy-page #product-original .series-table .row div:nth-child(8), .faqs-page #product-original .series-table .side div:nth-child(8),
.faqs-page #product-original .series-table .row div:nth-child(8) {
  -ms-grid-row: 8; }

.product-page #product-original .series-table .row, .where-to-buy-page #product-original .series-table .row, .faqs-page #product-original .series-table .row {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 100%;
  -ms-grid-columns: 100%;
  position: relative; }

.product-page #product-original .series-table .row:not(:first-child), .where-to-buy-page #product-original .series-table .row:not(:first-child), .faqs-page #product-original .series-table .row:not(:first-child) {
  border-left: 1px dotted #888; }

.product-page #product-original .series-table .row > div:nth-child(odd), .where-to-buy-page #product-original .series-table .row > div:nth-child(odd), .faqs-page #product-original .series-table .row > div:nth-child(odd) {
  background-color: #f4f4f4; }

.product-page #product-original .series-table .row > div:first-child, .where-to-buy-page #product-original .series-table .row > div:first-child, .faqs-page #product-original .series-table .row > div:first-child {
  text-align: center;
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  -ms-align-self: center; }

.product-page #product-original .series-table .row > div:first-child span, .where-to-buy-page #product-original .series-table .row > div:first-child span, .faqs-page #product-original .series-table .row > div:first-child span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold; }

.product-page #product-original .series-table .side div, .where-to-buy-page #product-original .series-table .side div, .faqs-page #product-original .series-table .side div {
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  -ms-align-self: center;
  padding: 0 13.63636%; }

.product-page #product-original .series-table .side span, .where-to-buy-page #product-original .series-table .side span, .faqs-page #product-original .series-table .side span {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold; }

.product-page #product-original .series-table .side br, .where-to-buy-page #product-original .series-table .side br, .faqs-page #product-original .series-table .side br {
  display: none; }

.product-page #product-original .series-table .mark, .where-to-buy-page #product-original .series-table .mark, .faqs-page #product-original .series-table .mark {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 25%;
  right: 25%;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  border-radius: 6px; }

.product-page #product-original .series-table .mark a, .where-to-buy-page #product-original .series-table .mark a, .faqs-page #product-original .series-table .mark a {
  padding: 4px 0;
  display: block;
  color: white;
  font-weight: bold;
  text-decoration: none;
  height: 100%;
  position: relative; }

.product-page #product-original .series-table .mark .mark-in, .where-to-buy-page #product-original .series-table .mark .mark-in, .faqs-page #product-original .series-table .mark .mark-in {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; }

.product-page #product-original .series-table .mark .mark-in:after, .where-to-buy-page #product-original .series-table .mark .mark-in:after, .faqs-page #product-original .series-table .mark .mark-in:after {
  content: "";
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: white transparent transparent transparent;
  display: block;
  width: 10px;
  height: 5px;
  margin: 8px auto 0;
  box-sizing: border-box; }

.product-page #product-original .series-table .mark img, .where-to-buy-page #product-original .series-table .mark img, .faqs-page #product-original .series-table .mark img {
  width: 100%;
  max-width: 75px;
  height: auto;
  display: block;
  margin: 0 auto; }

.product-page #product-original .item-wrapper, .where-to-buy-page #product-original .item-wrapper, .faqs-page #product-original .item-wrapper {
  margin-top: 20px; }

.product-page #product-original .item-main, .where-to-buy-page #product-original .item-main, .faqs-page #product-original .item-main {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 50% 36.30363%;
  -ms-grid-columns: 50% 36.30363%;
  grid-template-rows: auto 1fr;
  -ms-grid-rows: auto 1fr;
  position: relative;
  height: 100%; }

.product-page #product-original .item-main.section-block, .where-to-buy-page #product-original .item-main.section-block, .faqs-page #product-original .item-main.section-block {
  padding-top: 0; }

.product-page #product-original .item-main h2, .where-to-buy-page #product-original .item-main h2, .faqs-page #product-original .item-main h2 {
  grid-column: 2 / 3;
  -ms-grid-column: 2;
  grid-row: 1 / 2;
  -ms-grid-row: 1;
  -ms-flex-item-align: start;
  align-self: start;
  -ms-align-self: start;
  color: white;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  margin: 11.36364% 0 0 13.63636%;
  padding: 2px 0 2px 20px;
  position: relative; }

.product-page #product-original .item-main h2:after, .where-to-buy-page #product-original .item-main h2:after, .faqs-page #product-original .item-main h2:after {
  content: "";
  display: block;
  background-color: white;
  height: 100%;
  width: 4px;
  position: absolute;
  left: 0;
  top: 0; }

.product-page #product-original .item-main h2 br, .where-to-buy-page #product-original .item-main h2 br, .faqs-page #product-original .item-main h2 br {
  display: none; }

.product-page #product-original .item-main .movie, .where-to-buy-page #product-original .item-main .movie, .faqs-page #product-original .item-main .movie {
  grid-column: 2 / 3;
  -ms-grid-column: 2;
  grid-row: 2 / 3;
  -ms-grid-row: 2;
  -ms-flex-item-align: start;
  align-self: start;
  -ms-align-self: start;
  width: calc(100% - percentage(60/440));
  margin: 7.95455% 0 0 13.63636%; }
  .product-page #product-original .item-main .movie p, .where-to-buy-page #product-original .item-main .movie p, .faqs-page #product-original .item-main .movie p {
    font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", sans-serif; }

.product-page #product-original .item-main .movie .movie-in, .where-to-buy-page #product-original .item-main .movie .movie-in, .faqs-page #product-original .item-main .movie .movie-in {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.product-page #product-original .item-main .movie .movie-in iframe, .where-to-buy-page #product-original .item-main .movie .movie-in iframe, .faqs-page #product-original .item-main .movie .movie-in iframe {
  position: absolute;
  top: 0;
  right: -15%;
  width: 100% !important;
  height: 100% !important; }

.product-page #product-original .item-main .pic, .where-to-buy-page #product-original .item-main .pic, .faqs-page #product-original .item-main .pic {
  grid-column: 1 / 2;
  -ms-grid-column: 1;
  grid-row: span 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  display: block; }

.product-page #product-original .item-main .pic img, .where-to-buy-page #product-original .item-main .pic img, .faqs-page #product-original .item-main .pic img {
  width: 100%;
  height: auto;
  display: block; }

.product-page #product-original .item-main .en, .where-to-buy-page #product-original .item-main .en, .faqs-page #product-original .item-main .en {
  color: white;
  position: absolute;
  top: 35px;
  left: 96%;
  transform: translateX(1em) rotate(90deg);
  transform-origin: 0 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-size: 1.464vw;
  width: 392px; }

.product-page #product-original .item-main .en span, .where-to-buy-page #product-original .item-main .en span, .faqs-page #product-original .item-main .en span {
  font-size: 3.513vw;
  display: block;
  margin-top: 5px; }

.product-page #product-original .chart-section .pic, .where-to-buy-page #product-original .chart-section .pic, .faqs-page #product-original .chart-section .pic {
  display: block;
  max-width: 485px;
  margin: 0 auto; }

.product-page #product-original .chart-section .pic img, .where-to-buy-page #product-original .chart-section .pic img, .faqs-page #product-original .chart-section .pic img {
  width: 100%;
  height: auto; }

.product-page #product-original #spiky-edge .item-main .section-inner,
.product-page #product-original #wild-shake .item-main .section-inner,
.product-page #product-original #multi-form .item-main .section-inner,
.product-page #product-original #loose-shuffle .item-main .section-inner,
.product-page #product-original #air-rise .item-main .section-inner,
.product-page #product-original #cool-wet .item-main .section-inner,
.product-page #product-original #grunge-mat .item-main .section-inner,
.product-page #product-original #edgy-nuance .item-main .section-inner,
.product-page #product-original #tight-nuance .item-main .section-inner,
.product-page #product-original #flow-nuance .item-main .section-inner,
.product-page #product-original #active-nuance .item-main .section-inner,
.product-page #product-original #mat-nuance .item-main .section-inner,
.product-page #product-original #freeze-lock .item-main .section-inner,
.product-page #product-original #upper-tight .item-main .section-inner, .where-to-buy-page #product-original #spiky-edge .item-main .section-inner,
.where-to-buy-page #product-original #wild-shake .item-main .section-inner,
.where-to-buy-page #product-original #multi-form .item-main .section-inner,
.where-to-buy-page #product-original #loose-shuffle .item-main .section-inner,
.where-to-buy-page #product-original #air-rise .item-main .section-inner,
.where-to-buy-page #product-original #cool-wet .item-main .section-inner,
.where-to-buy-page #product-original #grunge-mat .item-main .section-inner,
.where-to-buy-page #product-original #edgy-nuance .item-main .section-inner,
.where-to-buy-page #product-original #tight-nuance .item-main .section-inner,
.where-to-buy-page #product-original #flow-nuance .item-main .section-inner,
.where-to-buy-page #product-original #active-nuance .item-main .section-inner,
.where-to-buy-page #product-original #mat-nuance .item-main .section-inner,
.where-to-buy-page #product-original #freeze-lock .item-main .section-inner,
.where-to-buy-page #product-original #upper-tight .item-main .section-inner, .faqs-page #product-original #spiky-edge .item-main .section-inner,
.faqs-page #product-original #wild-shake .item-main .section-inner,
.faqs-page #product-original #multi-form .item-main .section-inner,
.faqs-page #product-original #loose-shuffle .item-main .section-inner,
.faqs-page #product-original #air-rise .item-main .section-inner,
.faqs-page #product-original #cool-wet .item-main .section-inner,
.faqs-page #product-original #grunge-mat .item-main .section-inner,
.faqs-page #product-original #edgy-nuance .item-main .section-inner,
.faqs-page #product-original #tight-nuance .item-main .section-inner,
.faqs-page #product-original #flow-nuance .item-main .section-inner,
.faqs-page #product-original #active-nuance .item-main .section-inner,
.faqs-page #product-original #mat-nuance .item-main .section-inner,
.faqs-page #product-original #freeze-lock .item-main .section-inner,
.faqs-page #product-original #upper-tight .item-main .section-inner {
  display: none; }

.product-page #product-original #spiky-edge .item-main,
.product-page #product-original #spiky-edge .chart-table .table li.on, .where-to-buy-page #product-original #spiky-edge .item-main,
.where-to-buy-page #product-original #spiky-edge .chart-table .table li.on, .faqs-page #product-original #spiky-edge .item-main,
.faqs-page #product-original #spiky-edge .chart-table .table li.on {
  background-color: #eb0080; }

.product-page #product-original #wild-shake .item-main,
.product-page #product-original #wild-shake .chart-table .table li.on, .where-to-buy-page #product-original #wild-shake .item-main,
.where-to-buy-page #product-original #wild-shake .chart-table .table li.on, .faqs-page #product-original #wild-shake .item-main,
.faqs-page #product-original #wild-shake .chart-table .table li.on {
  background-color: #8057a5; }

.product-page #product-original #multi-form .item-main,
.product-page #product-original #multi-form .chart-table .table li.on, .where-to-buy-page #product-original #multi-form .item-main,
.where-to-buy-page #product-original #multi-form .chart-table .table li.on, .faqs-page #product-original #multi-form .item-main,
.faqs-page #product-original #multi-form .chart-table .table li.on {
  background-color: #6e4033; }

.product-page #product-original #loose-shuffle .item-main,
.product-page #product-original #loose-shuffle .chart-table .table li.on, .where-to-buy-page #product-original #loose-shuffle .item-main,
.where-to-buy-page #product-original #loose-shuffle .chart-table .table li.on, .faqs-page #product-original #loose-shuffle .item-main,
.faqs-page #product-original #loose-shuffle .chart-table .table li.on {
  background-color: #ee9f2b; }

.product-page #product-original #air-rise .item-main,
.product-page #product-original #air-rise .chart-table .table li.on, .where-to-buy-page #product-original #air-rise .item-main,
.where-to-buy-page #product-original #air-rise .chart-table .table li.on, .faqs-page #product-original #air-rise .item-main,
.faqs-page #product-original #air-rise .chart-table .table li.on {
  background-color: #86be37; }

.product-page #product-original #cool-wet .item-main,
.product-page #product-original #cool-wet .chart-table .table li.on, .where-to-buy-page #product-original #cool-wet .item-main,
.where-to-buy-page #product-original #cool-wet .chart-table .table li.on, .faqs-page #product-original #cool-wet .item-main,
.faqs-page #product-original #cool-wet .chart-table .table li.on {
  background-color: #00b3f3; }

.product-page #product-original #grunge-mat .item-main,
.product-page #product-original #grunge-mat .chart-table .table li.on, .where-to-buy-page #product-original #grunge-mat .item-main,
.where-to-buy-page #product-original #grunge-mat .chart-table .table li.on, .faqs-page #product-original #grunge-mat .item-main,
.faqs-page #product-original #grunge-mat .chart-table .table li.on {
  background-color: #9dab9e; }

.product-page #product-original #edgy-nuance .item-main, .where-to-buy-page #product-original #edgy-nuance .item-main, .faqs-page #product-original #edgy-nuance .item-main {
  background-color: #020202; }

.product-page #product-original #edgy-nuance .item-main .en, .where-to-buy-page #product-original #edgy-nuance .item-main .en, .faqs-page #product-original #edgy-nuance .item-main .en {
  color: #c5b66f; }

.product-page #product-original #edgy-nuance .chart-table .table li.on, .where-to-buy-page #product-original #edgy-nuance .chart-table .table li.on, .faqs-page #product-original #edgy-nuance .chart-table .table li.on {
  background-color: #c5b66f; }

.product-page #product-original #tight-nuance .item-main,
.product-page #product-original #tight-nuance .chart-table .table li.on, .where-to-buy-page #product-original #tight-nuance .item-main,
.where-to-buy-page #product-original #tight-nuance .chart-table .table li.on, .faqs-page #product-original #tight-nuance .item-main,
.faqs-page #product-original #tight-nuance .chart-table .table li.on {
  background-color: #005ec0; }

.product-page #product-original #flow-nuance .item-main, .where-to-buy-page #product-original #flow-nuance .item-main, .faqs-page #product-original #flow-nuance .item-main {
  background-color: #d6aa85; }

.product-page #product-original #flow-nuance .chart-table .table li.on, .where-to-buy-page #product-original #flow-nuance .chart-table .table li.on, .faqs-page #product-original #flow-nuance .chart-table .table li.on {
  background-color: #634223; }

.product-page #product-original #active-nuance .item-main, .where-to-buy-page #product-original #active-nuance .item-main, .faqs-page #product-original #active-nuance .item-main {
  background-color: #817cb6; }

.product-page #product-original #active-nuance .chart-table .table li.on, .where-to-buy-page #product-original #active-nuance .chart-table .table li.on, .faqs-page #product-original #active-nuance .chart-table .table li.on {
  background-color: #2e2389; }

.product-page #product-original #mat-nuance .item-main, .where-to-buy-page #product-original #mat-nuance .item-main, .faqs-page #product-original #mat-nuance .item-main {
  background-color: #55737d; }

.product-page #product-original #mat-nuance .chart-table .table li.on, .where-to-buy-page #product-original #mat-nuance .chart-table .table li.on, .faqs-page #product-original #mat-nuance .chart-table .table li.on {
  background-color: #70718f; }

.product-page #product-original #freeze-lock .item-main,
.product-page #product-original #freeze-lock .chart-table .table li.on, .where-to-buy-page #product-original #freeze-lock .item-main,
.where-to-buy-page #product-original #freeze-lock .chart-table .table li.on, .faqs-page #product-original #freeze-lock .item-main,
.faqs-page #product-original #freeze-lock .chart-table .table li.on {
  background-color: #0086c8; }

.product-page #product-original #upper-tight .item-main,
.product-page #product-original #upper-tight .chart-table .table li.on, .where-to-buy-page #product-original #upper-tight .item-main,
.where-to-buy-page #product-original #upper-tight .chart-table .table li.on, .faqs-page #product-original #upper-tight .item-main,
.faqs-page #product-original #upper-tight .chart-table .table li.on {
  background-color: #004885; }

@media all and (min-width: 1366px) {
  .product-page #product-original .item-main .en, .where-to-buy-page #product-original .item-main .en, .faqs-page #product-original .item-main .en {
    font-size: 20px;
    font-size: 2rem; }
  .product-page #product-original .item-main .en span, .where-to-buy-page #product-original .item-main .en span, .faqs-page #product-original .item-main .en span {
    font-size: 48px; } }

@media all and (max-width: 1024px) {
  .product-page #product-original #kv .content-inner, .where-to-buy-page #product-original #kv .content-inner, .faqs-page #product-original #kv .content-inner {
    padding-top: 0; } }

@media all and (max-width: 768px) {
  .product-page .techniques-pc-title, .where-to-buy-page .techniques-pc-title, .faqs-page .techniques-pc-title {
    display: none; }
  .product-page #product-original #spiky-edge .item-main,
  .product-page #product-original #wild-shake .item-main,
  .product-page #product-original #multi-form .item-main,
  .product-page #product-original #loose-shuffle .item-main,
  .product-page #product-original #air-rise .item-main,
  .product-page #product-original #cool-wet .item-main,
  .product-page #product-original #grunge-mat .item-main,
  .product-page #product-original #edgy-nuance .item-main,
  .product-page #product-original #tight-nuance .item-main,
  .product-page #product-original #flow-nuance .item-main,
  .product-page #product-original #active-nuance .item-main,
  .product-page #product-original #mat-nuance .item-main,
  .product-page #product-original #freeze-lock .item-main,
  .product-page #product-original #upper-tight .item-main, .where-to-buy-page #product-original #spiky-edge .item-main,
  .where-to-buy-page #product-original #wild-shake .item-main,
  .where-to-buy-page #product-original #multi-form .item-main,
  .where-to-buy-page #product-original #loose-shuffle .item-main,
  .where-to-buy-page #product-original #air-rise .item-main,
  .where-to-buy-page #product-original #cool-wet .item-main,
  .where-to-buy-page #product-original #grunge-mat .item-main,
  .where-to-buy-page #product-original #edgy-nuance .item-main,
  .where-to-buy-page #product-original #tight-nuance .item-main,
  .where-to-buy-page #product-original #flow-nuance .item-main,
  .where-to-buy-page #product-original #active-nuance .item-main,
  .where-to-buy-page #product-original #mat-nuance .item-main,
  .where-to-buy-page #product-original #freeze-lock .item-main,
  .where-to-buy-page #product-original #upper-tight .item-main, .faqs-page #product-original #spiky-edge .item-main,
  .faqs-page #product-original #wild-shake .item-main,
  .faqs-page #product-original #multi-form .item-main,
  .faqs-page #product-original #loose-shuffle .item-main,
  .faqs-page #product-original #air-rise .item-main,
  .faqs-page #product-original #cool-wet .item-main,
  .faqs-page #product-original #grunge-mat .item-main,
  .faqs-page #product-original #edgy-nuance .item-main,
  .faqs-page #product-original #tight-nuance .item-main,
  .faqs-page #product-original #flow-nuance .item-main,
  .faqs-page #product-original #active-nuance .item-main,
  .faqs-page #product-original #mat-nuance .item-main,
  .faqs-page #product-original #freeze-lock .item-main,
  .faqs-page #product-original #upper-tight .item-main {
    background-color: #FFF; }
  .product-page #product-original #spiky-edge .item-main .section-inner,
  .product-page #product-original #wild-shake .item-main .section-inner,
  .product-page #product-original #multi-form .item-main .section-inner,
  .product-page #product-original #loose-shuffle .item-main .section-inner,
  .product-page #product-original #air-rise .item-main .section-inner,
  .product-page #product-original #cool-wet .item-main .section-inner,
  .product-page #product-original #grunge-mat .item-main .section-inner,
  .product-page #product-original #edgy-nuance .item-main .section-inner,
  .product-page #product-original #tight-nuance .item-main .section-inner,
  .product-page #product-original #flow-nuance .item-main .section-inner,
  .product-page #product-original #active-nuance .item-main .section-inner,
  .product-page #product-original #mat-nuance .item-main .section-inner,
  .product-page #product-original #freeze-lock .item-main .section-inner,
  .product-page #product-original #upper-tight .item-main .section-inner, .where-to-buy-page #product-original #spiky-edge .item-main .section-inner,
  .where-to-buy-page #product-original #wild-shake .item-main .section-inner,
  .where-to-buy-page #product-original #multi-form .item-main .section-inner,
  .where-to-buy-page #product-original #loose-shuffle .item-main .section-inner,
  .where-to-buy-page #product-original #air-rise .item-main .section-inner,
  .where-to-buy-page #product-original #cool-wet .item-main .section-inner,
  .where-to-buy-page #product-original #grunge-mat .item-main .section-inner,
  .where-to-buy-page #product-original #edgy-nuance .item-main .section-inner,
  .where-to-buy-page #product-original #tight-nuance .item-main .section-inner,
  .where-to-buy-page #product-original #flow-nuance .item-main .section-inner,
  .where-to-buy-page #product-original #active-nuance .item-main .section-inner,
  .where-to-buy-page #product-original #mat-nuance .item-main .section-inner,
  .where-to-buy-page #product-original #freeze-lock .item-main .section-inner,
  .where-to-buy-page #product-original #upper-tight .item-main .section-inner, .faqs-page #product-original #spiky-edge .item-main .section-inner,
  .faqs-page #product-original #wild-shake .item-main .section-inner,
  .faqs-page #product-original #multi-form .item-main .section-inner,
  .faqs-page #product-original #loose-shuffle .item-main .section-inner,
  .faqs-page #product-original #air-rise .item-main .section-inner,
  .faqs-page #product-original #cool-wet .item-main .section-inner,
  .faqs-page #product-original #grunge-mat .item-main .section-inner,
  .faqs-page #product-original #edgy-nuance .item-main .section-inner,
  .faqs-page #product-original #tight-nuance .item-main .section-inner,
  .faqs-page #product-original #flow-nuance .item-main .section-inner,
  .faqs-page #product-original #active-nuance .item-main .section-inner,
  .faqs-page #product-original #mat-nuance .item-main .section-inner,
  .faqs-page #product-original #freeze-lock .item-main .section-inner,
  .faqs-page #product-original #upper-tight .item-main .section-inner {
    display: block; }
  .product-page #product-original .pc-none, .where-to-buy-page #product-original .pc-none, .faqs-page #product-original .pc-none {
    display: block; }
  .product-page #product-original .detail-top, .where-to-buy-page #product-original .detail-top, .faqs-page #product-original .detail-top {
    display: block; }
  .product-page #product-original .detail-top .tit-vertical.sticky, .where-to-buy-page #product-original .detail-top .tit-vertical.sticky, .faqs-page #product-original .detail-top .tit-vertical.sticky {
    position: absolute; }
  .product-page #product-original .list-slide ul, .where-to-buy-page #product-original .list-slide ul, .faqs-page #product-original .list-slide ul {
    padding: 30px 0; }
  .product-page #product-original .list-slide ul li:first-child, .where-to-buy-page #product-original .list-slide ul li:first-child, .faqs-page #product-original .list-slide ul li:first-child {
    margin-left: 13.33333%; }
  .product-page #product-original .list-slide ul li:last-child, .where-to-buy-page #product-original .list-slide ul li:last-child, .faqs-page #product-original .list-slide ul li:last-child {
    padding-right: 13.33333%; }
  .product-page #product-original .series-section .section-content, .where-to-buy-page #product-original .series-section .section-content, .faqs-page #product-original .series-section .section-content {
    padding: 0 !important; }
  .product-page #product-original .series-section .tit-vertical, .where-to-buy-page #product-original .series-section .tit-vertical, .faqs-page #product-original .series-section .tit-vertical {
    display: none; }
  .product-page #product-original .series-section .tit-center, .where-to-buy-page #product-original .series-section .tit-center, .faqs-page #product-original .series-section .tit-center {
    margin-bottom: 25px; }
  .product-page #product-original .series-table, .where-to-buy-page #product-original .series-table, .faqs-page #product-original .series-table {
    grid-template-columns: 14% 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
  .product-page #product-original .series-table > .row, .where-to-buy-page #product-original .series-table > .row, .faqs-page #product-original .series-table > .row {
    grid-template-rows: 50px 50px 50px 50px 50px 50px 50px; }
  .product-page #product-original .series-table > .row > div:first-child > span, .where-to-buy-page #product-original .series-table > .row > div:first-child > span, .faqs-page #product-original .series-table > .row > div:first-child > span {
    font-size: 10px;
    font-size: 1rem;
    transform: scale(0.8);
    letter-spacing: -.1em; }
  .product-page #product-original .series-table .side div, .where-to-buy-page #product-original .series-table .side div, .faqs-page #product-original .series-table .side div {
    padding: 0; }
  .product-page #product-original .series-table .side span, .where-to-buy-page #product-original .series-table .side span, .faqs-page #product-original .series-table .side span {
    font-size: 10px;
    font-size: 1rem;
    transform: scale(0.8);
    letter-spacing: -.1em; }
  .product-page #product-original .series-table .side br, .where-to-buy-page #product-original .series-table .side br, .faqs-page #product-original .series-table .side br {
    display: block; }
  .product-page #product-original .series-table .mark, .where-to-buy-page #product-original .series-table .mark, .faqs-page #product-original .series-table .mark {
    font-size: 10px;
    font-size: 1rem; }
  .product-page #product-original .series-table .mark img, .where-to-buy-page #product-original .series-table .mark img, .faqs-page #product-original .series-table .mark img {
    width: 200%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%); }
  .product-page #product-original .series-table .mark .mark-in:after, .where-to-buy-page #product-original .series-table .mark .mark-in:after, .faqs-page #product-original .series-table .mark .mark-in:after {
    content: normal; }
  .product-page #product-original .series-table .mark span, .where-to-buy-page #product-original .series-table .mark span, .faqs-page #product-original .series-table .mark span {
    color: #000;
    font-size: 10px;
    font-size: 1rem;
    display: block;
    font-weight: bold;
    letter-spacing: -.1em;
    width: 200%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 40%) scale(0.8);
    text-shadow: white 2px 0px,  white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px , white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px,  white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px,  white -2px 1px, white 2px -1px, white -2px -1px; }
  .product-page #product-original .item-wrapper, .where-to-buy-page #product-original .item-wrapper, .faqs-page #product-original .item-wrapper {
    margin-top: 40px; }
  .product-page #product-original .item-wrapper + .item-wrapper, .where-to-buy-page #product-original .item-wrapper + .item-wrapper, .faqs-page #product-original .item-wrapper + .item-wrapper {
    margin-top: 0; }
  .product-page #product-original .item-main, .where-to-buy-page #product-original .item-main, .faqs-page #product-original .item-main {
    display: block; }
  .product-page #product-original .item-main h2, .where-to-buy-page #product-original .item-main h2, .faqs-page #product-original .item-main h2 {
    font-size: 15px;
    font-size: 1.5rem;
    border-top: 2px solid #000;
    background-color: #f4f4f4;
    color: #000;
    text-align: center;
    padding: 14px 0;
    margin-left: 0;
    margin-top: 0; }
  .product-page #product-original .item-main h2:after, .where-to-buy-page #product-original .item-main h2:after, .faqs-page #product-original .item-main h2:after {
    content: normal; }
  .product-page #product-original .item-main h2 br, .where-to-buy-page #product-original .item-main h2 br, .faqs-page #product-original .item-main h2 br {
    display: block; }
  .product-page #product-original .item-main .movie, .where-to-buy-page #product-original .item-main .movie, .faqs-page #product-original .item-main .movie {
    width: 100%;
    margin-left: 0;
    margin-top: 0; }
  .product-page #product-original .item-main .en, .where-to-buy-page #product-original .item-main .en, .faqs-page #product-original .item-main .en {
    display: none; } }

@supports (-ms-ime-align: auto) {
  .product-page #product-original .series-table .mark, .where-to-buy-page #product-original .series-table .mark, .faqs-page #product-original .series-table .mark {
    position: static;
    margin: 10px 25%;
    height: calc(100% - 20px); }
  .product-page #product-original .item-main h2, .where-to-buy-page #product-original .item-main h2, .faqs-page #product-original .item-main h2 {
    margin-top: 45px; } }

@media all and (-ms-high-contrast: none) {
  .product-page #product-original .series-table .side div, .where-to-buy-page #product-original .series-table .side div, .faqs-page #product-original .series-table .side div {
    padding-top: 35%; }
  .product-page #product-original .series-table .row > div:first-child, .where-to-buy-page #product-original .series-table .row > div:first-child, .faqs-page #product-original .series-table .row > div:first-child {
    padding-top: 35%; }
  .product-page #product-original .series-table .mark, .where-to-buy-page #product-original .series-table .mark, .faqs-page #product-original .series-table .mark {
    position: static;
    margin: 10px 25%;
    height: calc(100% - 20px); }
  .product-page #product-original .item-main h2, .where-to-buy-page #product-original .item-main h2, .faqs-page #product-original .item-main h2 {
    margin-top: 45px; } }

.product-page #product-original, .where-to-buy-page #product-original, .faqs-page #product-original {
  /* スゴ楽15秒チャレンジ */
  /* TECHNOLOGY */ }

.product-page #product-original #series-hair-jam .series-table, .where-to-buy-page #product-original #series-hair-jam .series-table, .faqs-page #product-original #series-hair-jam .series-table {
  grid-template-columns: 18.15182% 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 18.15182% 1fr 1fr 1fr 1fr 1fr; }

.product-page #product-original #series-hair-jam .series-table .row, .where-to-buy-page #product-original #series-hair-jam .series-table .row, .faqs-page #product-original #series-hair-jam .series-table .row {
  grid-template-rows: 76px 76px 76px 76px 76px;
  -ms-grid-rows: 76px 76px 76px 76px 76px; }

.product-page #product-original #series-hair-jam #row-edgy-nuance, .where-to-buy-page #product-original #series-hair-jam #row-edgy-nuance, .faqs-page #product-original #series-hair-jam #row-edgy-nuance {
  grid-row: 2 / 4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  background-color: #020202; }

.product-page #product-original #series-hair-jam #row-tight-nuance, .where-to-buy-page #product-original #series-hair-jam #row-tight-nuance, .faqs-page #product-original #series-hair-jam #row-tight-nuance {
  grid-row: 2 / 5;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  background-color: #005ec0; }

.product-page #product-original #series-hair-jam #row-flow-nuance, .where-to-buy-page #product-original #series-hair-jam #row-flow-nuance, .faqs-page #product-original #series-hair-jam #row-flow-nuance {
  grid-row: 3 / 6;
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  background-color: #d6aa85; }

.product-page #product-original #series-hair-jam #row-active-nuance, .where-to-buy-page #product-original #series-hair-jam #row-active-nuance, .faqs-page #product-original #series-hair-jam #row-active-nuance {
  grid-row: 3 / 6;
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  background-color: #817cb6; }

.product-page #product-original #series-hair-jam #row-mat-nuance, .where-to-buy-page #product-original #series-hair-jam #row-mat-nuance, .faqs-page #product-original #series-hair-jam #row-mat-nuance {
  grid-row: 3 / 6;
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  background-color: #55737d; }

.product-page #product-original .movie-section, .where-to-buy-page #product-original .movie-section, .faqs-page #product-original .movie-section {
  border-top: 1px solid #ddd;
  margin-top: 80px;
  padding-top: 60px; }

.product-page #product-original #technology-section .technology-in, .where-to-buy-page #product-original #technology-section .technology-in, .faqs-page #product-original #technology-section .technology-in {
  width: 768px;
  padding-top: 30px;
  margin: 0 auto; }

.product-page #product-original #technology-section .technology-in img, .where-to-buy-page #product-original #technology-section .technology-in img, .faqs-page #product-original #technology-section .technology-in img {
  width: 100%;
  height: auto; }

.product-page #product-original #technology-section .sp-tit, .where-to-buy-page #product-original #technology-section .sp-tit, .faqs-page #product-original #technology-section .sp-tit {
  display: none; }

.product-page #product-original #technology-section .copy, .where-to-buy-page #product-original #technology-section .copy, .faqs-page #product-original #technology-section .copy {
  width: 68.75%;
  margin: 0 auto; }

.product-page #product-original #technology-section .tit, .where-to-buy-page #product-original #technology-section .tit, .faqs-page #product-original #technology-section .tit {
  display: block;
  width: 34.375%;
  margin: 3.90625% auto 0; }

.product-page #product-original #technology-section .item, .where-to-buy-page #product-original #technology-section .item, .faqs-page #product-original #technology-section .item {
  width: 64.84375%;
  margin: 8.20313% auto 0; }

.product-page #product-original #technology-section .text, .where-to-buy-page #product-original #technology-section .text, .faqs-page #product-original #technology-section .text {
  width: 70.57292%;
  margin: 9.11458% auto 0; }

.product-page #product-original #technology-section .tit-star-line, .where-to-buy-page #product-original #technology-section .tit-star-line, .faqs-page #product-original #technology-section .tit-star-line {
  background: url(../img/product/hairstyling/hair-jam/star_line.png) repeat-x left center;
  background-size: 8px 5px;
  margin-bottom: 6.51042%; }

.product-page #product-original #technology-section .point, .where-to-buy-page #product-original #technology-section .point, .faqs-page #product-original #technology-section .point {
  margin-top: 14.32292%; }

.product-page #product-original #technology-section .point h4, .where-to-buy-page #product-original #technology-section .point h4, .faqs-page #product-original #technology-section .point h4 {
  position: relative; }

.product-page #product-original #technology-section .point h4 span, .where-to-buy-page #product-original #technology-section .point h4 span, .faqs-page #product-original #technology-section .point h4 span {
  display: block;
  z-index: 2;
  position: relative;
  width: 49.60938%;
  padding: 0 20px;
  margin: 0 auto; }

.product-page #product-original #technology-section .point h4:after, .where-to-buy-page #product-original #technology-section .point h4:after, .faqs-page #product-original #technology-section .point h4:after {
  content: "";
  display: block;
  width: calc(381/768*100%);
  height: 100%;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; }

.product-page #product-original #technology-section .point ol::after, .where-to-buy-page #product-original #technology-section .point ol::after, .faqs-page #product-original #technology-section .point ol::after {
  content: "";
  display: block;
  clear: both; }

.product-page #product-original #technology-section .point ol li, .where-to-buy-page #product-original #technology-section .point ol li, .faqs-page #product-original #technology-section .point ol li {
  float: left;
  margin: 0 2.6%;
  width: 28.125%; }

.product-page #product-original #technology-section .about, .where-to-buy-page #product-original #technology-section .about, .faqs-page #product-original #technology-section .about {
  margin-top: 10.41667%; }

.product-page #product-original #technology-section .about h4, .where-to-buy-page #product-original #technology-section .about h4, .faqs-page #product-original #technology-section .about h4 {
  position: relative; }

.product-page #product-original #technology-section .about h4 span, .where-to-buy-page #product-original #technology-section .about h4 span, .faqs-page #product-original #technology-section .about h4 span {
  display: block;
  z-index: 2;
  position: relative;
  width: 29.81771%;
  margin: 0 auto;
  padding: 0 20px; }

.product-page #product-original #technology-section .about h4:after, .where-to-buy-page #product-original #technology-section .about h4:after, .faqs-page #product-original #technology-section .about h4:after {
  content: "";
  display: block;
  width: calc(229/768*100%);
  height: 100%;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; }

.product-page #product-original #technology-section .about .detail, .where-to-buy-page #product-original #technology-section .about .detail, .faqs-page #product-original #technology-section .about .detail {
  display: block; }

.product-page #product-original #technology-section .about .detail::after, .where-to-buy-page #product-original #technology-section .about .detail::after, .faqs-page #product-original #technology-section .about .detail::after {
  content: "";
  display: block;
  clear: both; }

.product-page #product-original #technology-section .about .detail .pic, .where-to-buy-page #product-original #technology-section .about .detail .pic, .faqs-page #product-original #technology-section .about .detail .pic {
  float: left;
  width: 39.19271%;
  margin-right: 9.11458%; }

.product-page #product-original #technology-section .about dl, .where-to-buy-page #product-original #technology-section .about dl, .faqs-page #product-original #technology-section .about dl {
  width: 51.69271%;
  float: right; }

.product-page #product-original #technology-section .about dt, .where-to-buy-page #product-original #technology-section .about dt, .faqs-page #product-original #technology-section .about dt {
  width: 77.07809%; }

.product-page #product-original #technology-section .about dd, .where-to-buy-page #product-original #technology-section .about dd, .faqs-page #product-original #technology-section .about dd {
  width: 99.24433%;
  margin-top: 25px; }

.product-page #product-original #technology-section .about dt:nth-child(3), .where-to-buy-page #product-original #technology-section .about dt:nth-child(3), .faqs-page #product-original #technology-section .about dt:nth-child(3) {
  margin-top: 70px; }

@media all and (max-width: 1040px) {
  .product-page #product-original, .where-to-buy-page #product-original, .faqs-page #product-original {
    /* TECHNOLOGY */ }
  .product-page #product-original #technology-section .technology-in, .where-to-buy-page #product-original #technology-section .technology-in, .faqs-page #product-original #technology-section .technology-in {
    width: 100%; } }

@media all and (max-width: 768px) {
  .product-page #product-original, .where-to-buy-page #product-original, .faqs-page #product-original {
    /* スゴ楽15秒チャレンジ */
    /* TECHNOLOGY */ }
  .product-page #product-original #series-hair-jam .series-table .row, .where-to-buy-page #product-original #series-hair-jam .series-table .row, .faqs-page #product-original #series-hair-jam .series-table .row {
    grid-template-rows: 50px 50px 50px 50px 50px; }
  .product-page #product-original .movie-section, .where-to-buy-page #product-original .movie-section, .faqs-page #product-original .movie-section {
    border-top: none;
    margin-top: 40px;
    padding-top: 0; }
  .product-page #product-original .movie-section .movie, .where-to-buy-page #product-original .movie-section .movie, .faqs-page #product-original .movie-section .movie {
    padding-right: 4%;
    padding-left: 4%; }
  .product-page #product-original #technology-section .tit-vertical, .where-to-buy-page #product-original #technology-section .tit-vertical, .faqs-page #product-original #technology-section .tit-vertical {
    display: none; }
  .product-page #product-original #technology-section .sp-tit, .where-to-buy-page #product-original #technology-section .sp-tit, .faqs-page #product-original #technology-section .sp-tit {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    display: block;
    margin-bottom: 25px; }
  .product-page #product-original #technology-section .section-content, .where-to-buy-page #product-original #technology-section .section-content, .faqs-page #product-original #technology-section .section-content {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .product-page #product-original #technology-section .technology-in, .where-to-buy-page #product-original #technology-section .technology-in, .faqs-page #product-original #technology-section .technology-in {
    padding: 8px 8% 0; }
  .product-page #product-original #technology-section .copy, .where-to-buy-page #product-original #technology-section .copy, .faqs-page #product-original #technology-section .copy {
    width: 90.47619%;
    max-width: 390px; }
  .product-page #product-original #technology-section .tit, .where-to-buy-page #product-original #technology-section .tit, .faqs-page #product-original #technology-section .tit {
    display: none; }
  .product-page #product-original #technology-section .item, .where-to-buy-page #product-original #technology-section .item, .faqs-page #product-original #technology-section .item {
    width: 85.07937%;
    max-width: 330px;
    margin: 25px auto 0; }
  .product-page #product-original #technology-section .text, .where-to-buy-page #product-original #technology-section .text, .faqs-page #product-original #technology-section .text {
    width: 80.95238%;
    max-width: 330px;
    margin-top: 30px; }
  .product-page #product-original #technology-section .tit-star-line, .where-to-buy-page #product-original #technology-section .tit-star-line, .faqs-page #product-original #technology-section .tit-star-line {
    background-position: left top;
    background-size: 11.5px 8px;
    padding-top: 40px;
    margin-bottom: 35px; }
  .product-page #product-original #technology-section .tit-star-line h4:after, .where-to-buy-page #product-original #technology-section .tit-star-line h4:after, .faqs-page #product-original #technology-section .tit-star-line h4:after {
    content: normal; }
  .product-page #product-original #technology-section .point, .where-to-buy-page #product-original #technology-section .point, .faqs-page #product-original #technology-section .point {
    margin-top: 45px; }
  .product-page #product-original #technology-section .point h4 span, .where-to-buy-page #product-original #technology-section .point h4 span, .faqs-page #product-original #technology-section .point h4 span {
    width: 93.65079%;
    max-width: 390px; }
  .product-page #product-original #technology-section .point ol, .where-to-buy-page #product-original #technology-section .point ol, .faqs-page #product-original #technology-section .point ol {
    display: block; }
  .product-page #product-original #technology-section .point ol li, .where-to-buy-page #product-original #technology-section .point ol li, .faqs-page #product-original #technology-section .point ol li {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    float: none; }
  .product-page #product-original #technology-section .point ol li:not(:first-child), .where-to-buy-page #product-original #technology-section .point ol li:not(:first-child), .faqs-page #product-original #technology-section .point ol li:not(:first-child) {
    margin-top: 30px; }
  .product-page #product-original #technology-section .about, .where-to-buy-page #product-original #technology-section .about, .faqs-page #product-original #technology-section .about {
    margin-top: 45px; }
  .product-page #product-original #technology-section .about h4 span, .where-to-buy-page #product-original #technology-section .about h4 span, .faqs-page #product-original #technology-section .about h4 span {
    width: 49.52381%;
    max-width: 240px; }
  .product-page #product-original #technology-section .about .detail, .where-to-buy-page #product-original #technology-section .about .detail, .faqs-page #product-original #technology-section .about .detail {
    display: block;
    max-width: 390px;
    margin: 0 auto; }
  .product-page #product-original #technology-section .about .detail .pic, .where-to-buy-page #product-original #technology-section .about .detail .pic, .faqs-page #product-original #technology-section .about .detail .pic {
    float: none;
    width: 100%;
    max-width: 390px;
    margin: 0 auto; }
  .product-page #product-original #technology-section .about dl, .where-to-buy-page #product-original #technology-section .about dl, .faqs-page #product-original #technology-section .about dl {
    width: 100%;
    float: none; }
  .product-page #product-original #technology-section .about dt, .where-to-buy-page #product-original #technology-section .about dt, .faqs-page #product-original #technology-section .about dt {
    width: 76.19048%;
    max-width: 330px;
    margin: 15px 0 0; }
  .product-page #product-original #technology-section .about dd, .where-to-buy-page #product-original #technology-section .about dd, .faqs-page #product-original #technology-section .about dd {
    width: 100%;
    max-width: 390px;
    margin: 15px 0 0; }
  .product-page #product-original #technology-section .about dt:nth-child(3), .where-to-buy-page #product-original #technology-section .about dt:nth-child(3), .faqs-page #product-original #technology-section .about dt:nth-child(3) {
    margin-top: 20px; } }

.product-page #product-original, .where-to-buy-page #product-original, .faqs-page #product-original {
  /* No.1WAX */
  /* シリーズ比較表 */ }

.product-page #product-original #no1-section dl, .where-to-buy-page #product-original #no1-section dl, .faqs-page #product-original #no1-section dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.product-page #product-original #no1-section dt, .where-to-buy-page #product-original #no1-section dt, .faqs-page #product-original #no1-section dt {
  margin-right: 15px;
  vertical-align: middle;
  width: 258px; }

.product-page #product-original #no1-section dt img, .where-to-buy-page #product-original #no1-section dt img, .faqs-page #product-original #no1-section dt img {
  display: block;
  width: 100%;
  height: auto; }

.product-page #product-original #no1-section dd, .where-to-buy-page #product-original #no1-section dd, .faqs-page #product-original #no1-section dd {
  font-size: 24px;
  font-size: 2.4rem;
  color: white;
  font-weight: bold;
  line-height: 1; }

.product-page #product-original #no1-section dd span, .where-to-buy-page #product-original #no1-section dd span, .faqs-page #product-original #no1-section dd span {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  margin-top: 5px;
  line-height: 1.5; }

.product-page #product-original #series-moving-rubber .textured-table, .where-to-buy-page #product-original #series-moving-rubber .textured-table, .faqs-page #product-original #series-moving-rubber .textured-table {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 18.15182% 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 18.15182% 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  -ms-grid-rows: auto;
  margin-bottom: 2px; }

.product-page #product-original #series-moving-rubber .textured-table div, .where-to-buy-page #product-original #series-moving-rubber .textured-table div, .faqs-page #product-original #series-moving-rubber .textured-table div {
  -ms-grid-row: 1; }

.product-page #product-original #series-moving-rubber .textured-table div:nth-child(1), .where-to-buy-page #product-original #series-moving-rubber .textured-table div:nth-child(1), .faqs-page #product-original #series-moving-rubber .textured-table div:nth-child(1) {
  -ms-grid-column: 1; }

.product-page #product-original #series-moving-rubber .textured-table div:nth-child(2), .where-to-buy-page #product-original #series-moving-rubber .textured-table div:nth-child(2), .faqs-page #product-original #series-moving-rubber .textured-table div:nth-child(2) {
  -ms-grid-column: 2; }

.product-page #product-original #series-moving-rubber .textured-table div:nth-child(3), .where-to-buy-page #product-original #series-moving-rubber .textured-table div:nth-child(3), .faqs-page #product-original #series-moving-rubber .textured-table div:nth-child(3) {
  -ms-grid-column: 3; }

.product-page #product-original #series-moving-rubber .textured-table div:nth-child(4), .where-to-buy-page #product-original #series-moving-rubber .textured-table div:nth-child(4), .faqs-page #product-original #series-moving-rubber .textured-table div:nth-child(4) {
  -ms-grid-column: 4; }

.product-page #product-original #series-moving-rubber .textured-table div:nth-child(5), .where-to-buy-page #product-original #series-moving-rubber .textured-table div:nth-child(5), .faqs-page #product-original #series-moving-rubber .textured-table div:nth-child(5) {
  -ms-grid-column: 5; }

.product-page #product-original #series-moving-rubber .textured-table div:nth-child(6), .where-to-buy-page #product-original #series-moving-rubber .textured-table div:nth-child(6), .faqs-page #product-original #series-moving-rubber .textured-table div:nth-child(6) {
  -ms-grid-column: 6; }

.product-page #product-original #series-moving-rubber .textured-table div:nth-child(7), .where-to-buy-page #product-original #series-moving-rubber .textured-table div:nth-child(7), .faqs-page #product-original #series-moving-rubber .textured-table div:nth-child(7) {
  -ms-grid-column: 7; }

.product-page #product-original #series-moving-rubber .textured-table .textured, .where-to-buy-page #product-original #series-moving-rubber .textured-table .textured, .faqs-page #product-original #series-moving-rubber .textured-table .textured {
  grid-column: 7 / 9;
  -ms-grid-column: 7;
  -ms-grid-column-span: 2;
  grid-row: 1 / 2;
  -ms-grid-row: 1;
  background-color: #e2e2e2;
  text-align: center;
  padding: 5px; }

.product-page #product-original #series-moving-rubber .textured-table .textured span, .where-to-buy-page #product-original #series-moving-rubber .textured-table .textured span, .faqs-page #product-original #series-moving-rubber .textured-table .textured span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold; }

.product-page #product-original #series-moving-rubber .series-table, .where-to-buy-page #product-original #series-moving-rubber .series-table, .faqs-page #product-original #series-moving-rubber .series-table {
  grid-template-columns: 18.15182% 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 18.15182% 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }

.product-page #product-original #series-moving-rubber .series-table .row, .where-to-buy-page #product-original #series-moving-rubber .series-table .row, .faqs-page #product-original #series-moving-rubber .series-table .row {
  grid-template-rows: 76px 76px 76px 76px 76px 76px 76px;
  -ms-grid-rows: 76px 76px 76px 76px 76px 76px 76px; }

.product-page #product-original #series-moving-rubber #row-spiky-edge, .where-to-buy-page #product-original #series-moving-rubber #row-spiky-edge, .faqs-page #product-original #series-moving-rubber #row-spiky-edge {
  grid-row: 2 / 4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  background-color: #eb0080; }

.product-page #product-original #series-moving-rubber #row-wild-shake, .where-to-buy-page #product-original #series-moving-rubber #row-wild-shake, .faqs-page #product-original #series-moving-rubber #row-wild-shake {
  grid-row: 3 / 5;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  background-color: #8057a5; }

.product-page #product-original #series-moving-rubber #row-multi-form, .where-to-buy-page #product-original #series-moving-rubber #row-multi-form, .faqs-page #product-original #series-moving-rubber #row-multi-form {
  grid-row: 3 / 8;
  -ms-grid-row: 3;
  -ms-grid-row-span: 5;
  background-color: #6e4033; }

.product-page #product-original #series-moving-rubber #row-loose-shuffle, .where-to-buy-page #product-original #series-moving-rubber #row-loose-shuffle, .faqs-page #product-original #series-moving-rubber #row-loose-shuffle {
  grid-row: 3 / 8;
  -ms-grid-row: 3;
  -ms-grid-row-span: 5;
  background-color: #ee9f2b; }

.product-page #product-original #series-moving-rubber #row-air-rise, .where-to-buy-page #product-original #series-moving-rubber #row-air-rise, .faqs-page #product-original #series-moving-rubber #row-air-rise {
  grid-row: 4 / 7;
  -ms-grid-row: 4;
  -ms-grid-row-span: 3;
  background-color: #86be37; }

.product-page #product-original #series-moving-rubber #row-cool-wet, .where-to-buy-page #product-original #series-moving-rubber #row-cool-wet, .faqs-page #product-original #series-moving-rubber #row-cool-wet {
  grid-row: 3 / 8;
  -ms-grid-row: 3;
  -ms-grid-row-span: 5;
  background-color: #00b3f3; }

.product-page #product-original #series-moving-rubber #row-grunge-mat, .where-to-buy-page #product-original #series-moving-rubber #row-grunge-mat, .faqs-page #product-original #series-moving-rubber #row-grunge-mat {
  grid-row: 2 / 5;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  background-color: #9dab9e; }

@media all and (max-width: 768px) {
  .product-page #product-original, .where-to-buy-page #product-original, .faqs-page #product-original {
    /* No.1WAX */
    /* シリーズ比較表 */ }
  .product-page #product-original #no1-section, .where-to-buy-page #product-original #no1-section, .faqs-page #product-original #no1-section {
    padding: 4% 8%; }
  .product-page #product-original #no1-section dl, .where-to-buy-page #product-original #no1-section dl, .faqs-page #product-original #no1-section dl {
    display: block; }
  .product-page #product-original #no1-section dt, .where-to-buy-page #product-original #no1-section dt, .faqs-page #product-original #no1-section dt {
    margin-right: 0;
    width: 230px; }
  .product-page #product-original #no1-section dd, .where-to-buy-page #product-original #no1-section dd, .faqs-page #product-original #no1-section dd {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 8px; }
  .product-page #product-original #no1-section dd span, .where-to-buy-page #product-original #no1-section dd span, .faqs-page #product-original #no1-section dd span {
    margin-top: 10px; }
  .product-page #product-original #series-moving-rubber .tit-center, .where-to-buy-page #product-original #series-moving-rubber .tit-center, .faqs-page #product-original #series-moving-rubber .tit-center {
    margin-bottom: 10px; }
  .product-page #product-original #series-moving-rubber .textured-table, .where-to-buy-page #product-original #series-moving-rubber .textured-table, .faqs-page #product-original #series-moving-rubber .textured-table {
    grid-template-columns: 14% 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
  .product-page #product-original #series-moving-rubber .textured-table .textured, .where-to-buy-page #product-original #series-moving-rubber .textured-table .textured, .faqs-page #product-original #series-moving-rubber .textured-table .textured {
    background-color: inherit;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 2px 2px 0;
    margin-bottom: 4px; }
  .product-page #product-original #series-moving-rubber .textured-table .textured span, .where-to-buy-page #product-original #series-moving-rubber .textured-table .textured span, .faqs-page #product-original #series-moving-rubber .textured-table .textured span {
    font-size: 10px;
    font-size: 1rem;
    transform: scale(0.8); }
  .product-page #product-original #series-moving-rubber .series-table, .where-to-buy-page #product-original #series-moving-rubber .series-table, .faqs-page #product-original #series-moving-rubber .series-table {
    grid-template-columns: 14% 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
  .product-page #product-original #series-moving-rubber .series-table .row, .where-to-buy-page #product-original #series-moving-rubber .series-table .row, .faqs-page #product-original #series-moving-rubber .series-table .row {
    grid-template-rows: 50px 50px 50px 50px 50px 50px 50px; } }

.product-page #product-original, .where-to-buy-page #product-original, .faqs-page #product-original {
  /* TECHNOLOGY */ }

.product-page #product-original #freeze-lock.item-wrapper, .where-to-buy-page #product-original #freeze-lock.item-wrapper, .faqs-page #product-original #freeze-lock.item-wrapper {
  margin-top: 20px; }

.product-page #product-original #sg-technology-section .sp-tit, .where-to-buy-page #product-original #sg-technology-section .sp-tit, .faqs-page #product-original #sg-technology-section .sp-tit {
  display: none; }

.product-page #product-original #sg-technology-section .sg-technology-in, .where-to-buy-page #product-original #sg-technology-section .sg-technology-in, .faqs-page #product-original #sg-technology-section .sg-technology-in {
  padding-top: 30px;
  width: 600px;
  margin: 0 auto; }

.product-page #product-original #sg-technology-section .sg-technology-in .sg-tit, .where-to-buy-page #product-original #sg-technology-section .sg-technology-in .sg-tit, .faqs-page #product-original #sg-technology-section .sg-technology-in .sg-tit {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center; }

.product-page #product-original #sg-technology-section .sg-technology-in .sg-tit span, .where-to-buy-page #product-original #sg-technology-section .sg-technology-in .sg-tit span, .faqs-page #product-original #sg-technology-section .sg-technology-in .sg-tit span {
  display: block;
  width: 450px;
  margin: 20px auto 0; }

.product-page #product-original #sg-technology-section .sg-technology-in .sg-tit span img, .where-to-buy-page #product-original #sg-technology-section .sg-technology-in .sg-tit span img, .faqs-page #product-original #sg-technology-section .sg-technology-in .sg-tit span img {
  width: 100%;
  height: auto; }

.product-page #product-original #sg-technology-section .sg-technology-in .copy, .where-to-buy-page #product-original #sg-technology-section .sg-technology-in .copy, .faqs-page #product-original #sg-technology-section .sg-technology-in .copy {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 50px; }

.product-page #product-original #sg-technology-section .sg-technology-in .copy .pc-item, .where-to-buy-page #product-original #sg-technology-section .sg-technology-in .copy .pc-item, .faqs-page #product-original #sg-technology-section .sg-technology-in .copy .pc-item {
  display: block; }

.product-page #product-original #sg-technology-section .sg-technology-in .copy .strong, .where-to-buy-page #product-original #sg-technology-section .sg-technology-in .copy .strong, .faqs-page #product-original #sg-technology-section .sg-technology-in .copy .strong {
  font-size: 26px;
  font-size: 2.6rem;
  display: block;
  margin-top: 3px; }

.product-page #product-original #sg-technology-section .sg-technology-in .item, .where-to-buy-page #product-original #sg-technology-section .sg-technology-in .item, .faqs-page #product-original #sg-technology-section .sg-technology-in .item {
  width: 446px;
  margin: 35px auto 0; }

.product-page #product-original #sg-technology-section .sg-technology-in .item img, .where-to-buy-page #product-original #sg-technology-section .sg-technology-in .item img, .faqs-page #product-original #sg-technology-section .sg-technology-in .item img {
  width: 100%;
  height: auto; }

.product-page #product-original #sg-technology-section .sg-point, .where-to-buy-page #product-original #sg-technology-section .sg-point, .faqs-page #product-original #sg-technology-section .sg-point {
  margin-top: 45px; }

.product-page #product-original #sg-technology-section .sg-point > li:not(:first-child), .where-to-buy-page #product-original #sg-technology-section .sg-point > li:not(:first-child), .faqs-page #product-original #sg-technology-section .sg-point > li:not(:first-child) {
  margin-top: 40px; }

.product-page #product-original #sg-technology-section .sg-point h5, .where-to-buy-page #product-original #sg-technology-section .sg-point h5, .faqs-page #product-original #sg-technology-section .sg-point h5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000; }

.product-page #product-original #sg-technology-section .sg-point h5 .num, .where-to-buy-page #product-original #sg-technology-section .sg-point h5 .num, .faqs-page #product-original #sg-technology-section .sg-point h5 .num {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-size: 2rem;
  color: white;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 50px;
  height: 50px;
  background-color: #000;
  margin-right: 15px; }

.product-page #product-original #sg-technology-section .sg-point h5 .tit, .where-to-buy-page #product-original #sg-technology-section .sg-point h5 .tit, .faqs-page #product-original #sg-technology-section .sg-point h5 .tit {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }

.product-page #product-original #sg-technology-section .sg-point p, .where-to-buy-page #product-original #sg-technology-section .sg-point p, .faqs-page #product-original #sg-technology-section .sg-point p {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 20px;
  font-weight: bold; }

.product-page #product-original #sg-technology-section .sg-point .caution-list, .where-to-buy-page #product-original #sg-technology-section .sg-point .caution-list, .faqs-page #product-original #sg-technology-section .sg-point .caution-list {
  margin-top: 15px; }

@media all and (max-width: 1040px) {
  .product-page #product-original, .where-to-buy-page #product-original, .faqs-page #product-original {
    /* TECHNOLOGY */ }
  .product-page #product-original #sg-technology-section .sg-technology-in .sg-tit span, .where-to-buy-page #product-original #sg-technology-section .sg-technology-in .sg-tit span, .faqs-page #product-original #sg-technology-section .sg-technology-in .sg-tit span {
    width: 420px; }
  .product-page #product-original #sg-technology-section .sg-technology-in .copy .strong, .where-to-buy-page #product-original #sg-technology-section .sg-technology-in .copy .strong, .faqs-page #product-original #sg-technology-section .sg-technology-in .copy .strong {
    font-size: 24px;
    font-size: 2.4rem; }
  .product-page #product-original #sg-technology-section .sg-technology-in .item, .where-to-buy-page #product-original #sg-technology-section .sg-technology-in .item, .faqs-page #product-original #sg-technology-section .sg-technology-in .item {
    width: 400px; } }

@media all and (max-width: 768px) {
  .product-page #product-original, .where-to-buy-page #product-original, .faqs-page #product-original {
    /* TECHNOLOGY */ }
  .product-page #product-original #freeze-lock.item-wrapper, .where-to-buy-page #product-original #freeze-lock.item-wrapper, .faqs-page #product-original #freeze-lock.item-wrapper {
    margin-top: 0; }
  .product-page #product-original #sg-technology-section .tit-vertical, .where-to-buy-page #product-original #sg-technology-section .tit-vertical, .faqs-page #product-original #sg-technology-section .tit-vertical {
    display: none; }
  .product-page #product-original #sg-technology-section .sp-tit, .where-to-buy-page #product-original #sg-technology-section .sp-tit, .faqs-page #product-original #sg-technology-section .sp-tit {
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px; }
  .product-page #product-original #sg-technology-section .section-content, .where-to-buy-page #product-original #sg-technology-section .section-content, .faqs-page #product-original #sg-technology-section .section-content {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .product-page #product-original #sg-technology-section .sg-technology-in, .where-to-buy-page #product-original #sg-technology-section .sg-technology-in, .faqs-page #product-original #sg-technology-section .sg-technology-in {
    padding: 8px 8% 0;
    width: 100%; }
  .product-page #product-original #sg-technology-section .sg-technology-in .sg-tit, .where-to-buy-page #product-original #sg-technology-section .sg-technology-in .sg-tit, .faqs-page #product-original #sg-technology-section .sg-technology-in .sg-tit {
    font-size: 13px;
    font-size: 1.3rem; }
  .product-page #product-original #sg-technology-section .sg-technology-in .sg-tit span, .where-to-buy-page #product-original #sg-technology-section .sg-technology-in .sg-tit span, .faqs-page #product-original #sg-technology-section .sg-technology-in .sg-tit span {
    width: 85.71429%;
    max-width: 300px;
    margin-top: 10px; }
  .product-page #product-original #sg-technology-section .sg-technology-in .copy, .where-to-buy-page #product-original #sg-technology-section .sg-technology-in .copy, .faqs-page #product-original #sg-technology-section .sg-technology-in .copy {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 30px; }
  .product-page #product-original #sg-technology-section .sg-technology-in .copy .pc-item, .where-to-buy-page #product-original #sg-technology-section .sg-technology-in .copy .pc-item, .faqs-page #product-original #sg-technology-section .sg-technology-in .copy .pc-item {
    display: none; }
  .product-page #product-original #sg-technology-section .sg-technology-in .copy .strong, .where-to-buy-page #product-original #sg-technology-section .sg-technology-in .copy .strong, .faqs-page #product-original #sg-technology-section .sg-technology-in .copy .strong {
    font-size: 15px;
    font-size: 1.5rem; }
  .product-page #product-original #sg-technology-section .sg-technology-in .item, .where-to-buy-page #product-original #sg-technology-section .sg-technology-in .item, .faqs-page #product-original #sg-technology-section .sg-technology-in .item {
    width: 79.36508%;
    max-width: 280px;
    margin-top: 15px; }
  .product-page #product-original #sg-technology-section .sg-point, .where-to-buy-page #product-original #sg-technology-section .sg-point, .faqs-page #product-original #sg-technology-section .sg-point {
    margin-top: 20px;
    padding: 0 0; }
  .product-page #product-original #sg-technology-section .sg-point > li:not(:first-child), .where-to-buy-page #product-original #sg-technology-section .sg-point > li:not(:first-child), .faqs-page #product-original #sg-technology-section .sg-point > li:not(:first-child) {
    margin-top: 25px; }
  .product-page #product-original #sg-technology-section .sg-point h5 .num, .where-to-buy-page #product-original #sg-technology-section .sg-point h5 .num, .faqs-page #product-original #sg-technology-section .sg-point h5 .num {
    font-size: 16px;
    font-size: 1.6rem;
    width: 40px;
    height: 40px; }
  .product-page #product-original #sg-technology-section .sg-point h5 .tit, .where-to-buy-page #product-original #sg-technology-section .sg-point h5 .tit, .faqs-page #product-original #sg-technology-section .sg-point h5 .tit {
    font-size: 16px;
    font-size: 1.6rem; }
  .product-page #product-original #sg-technology-section .sg-point p, .where-to-buy-page #product-original #sg-technology-section .sg-point p, .faqs-page #product-original #sg-technology-section .sg-point p {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 15px; } }

.product-page #product-natural-bleach-color #no1-section .no1-wrapper, .where-to-buy-page #product-natural-bleach-color #no1-section .no1-wrapper, .faqs-page #product-natural-bleach-color #no1-section .no1-wrapper {
  width: 70.60281%;
  margin: 0 auto;
  position: relative; }

.product-page #product-natural-bleach-color #no1-section img, .where-to-buy-page #product-natural-bleach-color #no1-section img, .faqs-page #product-natural-bleach-color #no1-section img {
  width: 100%;
  height: auto;
  display: block; }

.product-page #product-natural-bleach-color #no1-section .no1-tit, .where-to-buy-page #product-natural-bleach-color #no1-section .no1-tit, .faqs-page #product-natural-bleach-color #no1-section .no1-tit {
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 27.83626%; }

.product-page #product-natural-bleach-color #no1-section .no1-tit span, .where-to-buy-page #product-natural-bleach-color #no1-section .no1-tit span, .faqs-page #product-natural-bleach-color #no1-section .no1-tit span {
  display: block; }

.product-page #product-natural-bleach-color #no1-section .no1-inner, .where-to-buy-page #product-natural-bleach-color #no1-section .no1-inner, .faqs-page #product-natural-bleach-color #no1-section .no1-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.product-page #product-natural-bleach-color #no1-section .copy, .where-to-buy-page #product-natural-bleach-color #no1-section .copy, .faqs-page #product-natural-bleach-color #no1-section .copy {
  line-height: 0;
  margin-right: 3.50877%;
  width: 41.75439%;
  display: -ms-flexbox;
  display: flex; }

.product-page #product-natural-bleach-color #no1-section .copy span:nth-child(1), .where-to-buy-page #product-natural-bleach-color #no1-section .copy span:nth-child(1), .faqs-page #product-natural-bleach-color #no1-section .copy span:nth-child(1) {
  width: 33.61345%; }

.product-page #product-natural-bleach-color #no1-section .copy span:nth-child(2), .where-to-buy-page #product-natural-bleach-color #no1-section .copy span:nth-child(2), .faqs-page #product-natural-bleach-color #no1-section .copy span:nth-child(2) {
  width: 63.86555%; }

.product-page #product-natural-bleach-color #no1-section .no1, .where-to-buy-page #product-natural-bleach-color #no1-section .no1, .faqs-page #product-natural-bleach-color #no1-section .no1 {
  width: 22.5731%;
  margin-right: 1.75439%; }

.product-page #product-natural-bleach-color #no1-section .caution, .where-to-buy-page #product-natural-bleach-color #no1-section .caution, .faqs-page #product-natural-bleach-color #no1-section .caution {
  width: 30.40936%; }

.product-page #product-natural-bleach-color .series-section, .where-to-buy-page #product-natural-bleach-color .series-section, .faqs-page #product-natural-bleach-color .series-section {
  width: 100%; }

.product-page #product-natural-bleach-color .series-section .series-table, .where-to-buy-page #product-natural-bleach-color .series-section .series-table, .faqs-page #product-natural-bleach-color .series-section .series-table {
  width: 100%;
  display: -ms-flexbox;
  display: flex; }

.product-page #product-natural-bleach-color .series-section .side, .where-to-buy-page #product-natural-bleach-color .series-section .side, .faqs-page #product-natural-bleach-color .series-section .side {
  font-weight: bold;
  width: 18.24938%;
  position: relative; }

.product-page #product-natural-bleach-color .series-section .side:after, .where-to-buy-page #product-natural-bleach-color .series-section .side:after, .faqs-page #product-natural-bleach-color .series-section .side:after {
  content: "";
  display: block;
  width: 10px;
  height: 284px;
  background: url(../img/product/haircolor/natural-bleach-color/series_gd.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  bottom: 23px;
  left: 20px; }

.product-page #product-natural-bleach-color .series-section .side div, .where-to-buy-page #product-natural-bleach-color .series-section .side div, .faqs-page #product-natural-bleach-color .series-section .side div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 50px; }

.product-page #product-natural-bleach-color .series-section .side span, .where-to-buy-page #product-natural-bleach-color .series-section .side span, .faqs-page #product-natural-bleach-color .series-section .side span {
  font-size: 13px;
  font-size: 1.3rem; }

.product-page #product-natural-bleach-color .series-section .side br, .where-to-buy-page #product-natural-bleach-color .series-section .side br, .faqs-page #product-natural-bleach-color .series-section .side br {
  display: none; }

.product-page #product-natural-bleach-color .series-section .row:not(:first-child), .where-to-buy-page #product-natural-bleach-color .series-section .row:not(:first-child), .faqs-page #product-natural-bleach-color .series-section .row:not(:first-child) {
  border-left: 1px dotted #808080; }

.product-page #product-natural-bleach-color .series-section .row div, .where-to-buy-page #product-natural-bleach-color .series-section .row div, .faqs-page #product-natural-bleach-color .series-section .row div {
  height: 108px; }

.product-page #product-natural-bleach-color .series-section .row1,
.product-page #product-natural-bleach-color .series-section .row2,
.product-page #product-natural-bleach-color .series-section .row3,
.product-page #product-natural-bleach-color .series-section .row4,
.product-page #product-natural-bleach-color .series-section .row5,
.product-page #product-natural-bleach-color .series-section .row6, .where-to-buy-page #product-natural-bleach-color .series-section .row1,
.where-to-buy-page #product-natural-bleach-color .series-section .row2,
.where-to-buy-page #product-natural-bleach-color .series-section .row3,
.where-to-buy-page #product-natural-bleach-color .series-section .row4,
.where-to-buy-page #product-natural-bleach-color .series-section .row5,
.where-to-buy-page #product-natural-bleach-color .series-section .row6, .faqs-page #product-natural-bleach-color .series-section .row1,
.faqs-page #product-natural-bleach-color .series-section .row2,
.faqs-page #product-natural-bleach-color .series-section .row3,
.faqs-page #product-natural-bleach-color .series-section .row4,
.faqs-page #product-natural-bleach-color .series-section .row5,
.faqs-page #product-natural-bleach-color .series-section .row6 {
  width: 13.6251%; }

.product-page #product-natural-bleach-color .series-section .row div:nth-child(1), .where-to-buy-page #product-natural-bleach-color .series-section .row div:nth-child(1), .faqs-page #product-natural-bleach-color .series-section .row div:nth-child(1) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  border: 2px solid white;
  border-top: none;
  position: relative; }

.product-page #product-natural-bleach-color .series-section .row div:nth-child(1):before, .where-to-buy-page #product-natural-bleach-color .series-section .row div:nth-child(1):before, .faqs-page #product-natural-bleach-color .series-section .row div:nth-child(1):before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 2px;
  border-bottom: 2px solid white;
  position: absolute;
  top: 0; }

.product-page #product-natural-bleach-color .series-section .row div:nth-child(1) span, .where-to-buy-page #product-natural-bleach-color .series-section .row div:nth-child(1) span, .faqs-page #product-natural-bleach-color .series-section .row div:nth-child(1) span {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 auto; }

.product-page #product-natural-bleach-color .series-section .row div:nth-child(1) br, .where-to-buy-page #product-natural-bleach-color .series-section .row div:nth-child(1) br, .faqs-page #product-natural-bleach-color .series-section .row div:nth-child(1) br {
  display: none; }

.product-page #product-natural-bleach-color .series-section .row1 div:nth-child(1), .where-to-buy-page #product-natural-bleach-color .series-section .row1 div:nth-child(1), .faqs-page #product-natural-bleach-color .series-section .row1 div:nth-child(1) {
  background-color: #f3f3ee; }

.product-page #product-natural-bleach-color .series-section .row1 div:nth-child(1):before, .where-to-buy-page #product-natural-bleach-color .series-section .row1 div:nth-child(1):before, .faqs-page #product-natural-bleach-color .series-section .row1 div:nth-child(1):before {
  background-color: #878b58; }

.product-page #product-natural-bleach-color .series-section .row2 div:nth-child(1), .where-to-buy-page #product-natural-bleach-color .series-section .row2 div:nth-child(1), .faqs-page #product-natural-bleach-color .series-section .row2 div:nth-child(1) {
  background-color: #fcfbe5; }

.product-page #product-natural-bleach-color .series-section .row2 div:nth-child(1):before, .where-to-buy-page #product-natural-bleach-color .series-section .row2 div:nth-child(1):before, .faqs-page #product-natural-bleach-color .series-section .row2 div:nth-child(1):before {
  background-color: #dfd501; }

.product-page #product-natural-bleach-color .series-section .row3 div:nth-child(1), .where-to-buy-page #product-natural-bleach-color .series-section .row3 div:nth-child(1), .faqs-page #product-natural-bleach-color .series-section .row3 div:nth-child(1) {
  background-color: #f1eae5; }

.product-page #product-natural-bleach-color .series-section .row3 div:nth-child(1):before, .where-to-buy-page #product-natural-bleach-color .series-section .row3 div:nth-child(1):before, .faqs-page #product-natural-bleach-color .series-section .row3 div:nth-child(1):before {
  background-color: #783201; }

.product-page #product-natural-bleach-color .series-section .row4 div:nth-child(1), .where-to-buy-page #product-natural-bleach-color .series-section .row4 div:nth-child(1), .faqs-page #product-natural-bleach-color .series-section .row4 div:nth-child(1) {
  background-color: #ffede5; }

.product-page #product-natural-bleach-color .series-section .row4 div:nth-child(1):before, .where-to-buy-page #product-natural-bleach-color .series-section .row4 div:nth-child(1):before, .faqs-page #product-natural-bleach-color .series-section .row4 div:nth-child(1):before {
  background-color: #fd5001; }

.product-page #product-natural-bleach-color .series-section .row5 div:nth-child(1), .where-to-buy-page #product-natural-bleach-color .series-section .row5 div:nth-child(1), .faqs-page #product-natural-bleach-color .series-section .row5 div:nth-child(1) {
  background-color: #fde5e5; }

.product-page #product-natural-bleach-color .series-section .row5 div:nth-child(1):before, .where-to-buy-page #product-natural-bleach-color .series-section .row5 div:nth-child(1):before, .faqs-page #product-natural-bleach-color .series-section .row5 div:nth-child(1):before {
  background-color: #eb0100; }

.product-page #product-natural-bleach-color .series-section .row6 div:nth-child(1), .where-to-buy-page #product-natural-bleach-color .series-section .row6 div:nth-child(1), .faqs-page #product-natural-bleach-color .series-section .row6 div:nth-child(1) {
  background: #f5c5e8;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f5c5e8), color-stop(100%, #a3a6bb));
  background: linear-gradient(to right, #f5c5e8 0%, #a3a6bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5c5e8', endColorstr='#a3a6bb', GradientType=1 ); }

.product-page #product-natural-bleach-color .series-section .row6 div:nth-child(1):before, .where-to-buy-page #product-natural-bleach-color .series-section .row6 div:nth-child(1):before, .faqs-page #product-natural-bleach-color .series-section .row6 div:nth-child(1):before {
  background-color: #b794c2; }

.product-page #product-natural-bleach-color .series-section .row div:nth-child(2), .where-to-buy-page #product-natural-bleach-color .series-section .row div:nth-child(2), .faqs-page #product-natural-bleach-color .series-section .row div:nth-child(2) {
  background-color: #f4f4f4;
  border-bottom: 2px solid white; }

.product-page #product-natural-bleach-color .series-section .row div:nth-child(3), .where-to-buy-page #product-natural-bleach-color .series-section .row div:nth-child(3), .faqs-page #product-natural-bleach-color .series-section .row div:nth-child(3) {
  background-color: #eeeeee;
  border-bottom: 2px solid white; }

.product-page #product-natural-bleach-color .series-section .row div:nth-child(4), .where-to-buy-page #product-natural-bleach-color .series-section .row div:nth-child(4), .faqs-page #product-natural-bleach-color .series-section .row div:nth-child(4) {
  background-color: #e8e8e8; }

.product-page #product-natural-bleach-color .series-section .row div, .where-to-buy-page #product-natural-bleach-color .series-section .row div, .faqs-page #product-natural-bleach-color .series-section .row div {
  position: relative; }

.product-page #product-natural-bleach-color .series-section .row .mark, .where-to-buy-page #product-natural-bleach-color .series-section .row .mark, .faqs-page #product-natural-bleach-color .series-section .row .mark {
  text-align: center;
  display: block;
  width: 100%;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%); }

.product-page #product-natural-bleach-color .series-section .row .mark:before, .where-to-buy-page #product-natural-bleach-color .series-section .row .mark:before, .faqs-page #product-natural-bleach-color .series-section .row .mark:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: 0 auto 5px; }

.product-page #product-natural-bleach-color .series-section .row .mark span, .where-to-buy-page #product-natural-bleach-color .series-section .row .mark span, .faqs-page #product-natural-bleach-color .series-section .row .mark span {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.25;
  display: block; }

.product-page #product-natural-bleach-color .series-section .row .mark .sp-br, .where-to-buy-page #product-natural-bleach-color .series-section .row .mark .sp-br, .faqs-page #product-natural-bleach-color .series-section .row .mark .sp-br {
  display: none; }

.product-page #product-natural-bleach-color .series-section .row .series08,
.product-page #product-natural-bleach-color .series-section .row .series09, .where-to-buy-page #product-natural-bleach-color .series-section .row .series08,
.where-to-buy-page #product-natural-bleach-color .series-section .row .series09, .faqs-page #product-natural-bleach-color .series-section .row .series08,
.faqs-page #product-natural-bleach-color .series-section .row .series09 {
  top: 19px; }

.product-page #product-natural-bleach-color .series-section .row .series08:before,
.product-page #product-natural-bleach-color .series-section .row .series09:before, .where-to-buy-page #product-natural-bleach-color .series-section .row .series08:before,
.where-to-buy-page #product-natural-bleach-color .series-section .row .series09:before, .faqs-page #product-natural-bleach-color .series-section .row .series08:before,
.faqs-page #product-natural-bleach-color .series-section .row .series09:before {
  content: normal; }

.product-page #product-natural-bleach-color .series-section .row .series08:after,
.product-page #product-natural-bleach-color .series-section .row .series09:after, .where-to-buy-page #product-natural-bleach-color .series-section .row .series08:after,
.where-to-buy-page #product-natural-bleach-color .series-section .row .series09:after, .faqs-page #product-natural-bleach-color .series-section .row .series08:after,
.faqs-page #product-natural-bleach-color .series-section .row .series09:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: 0 auto 5px; }

.product-page #product-natural-bleach-color .series-section .row .series10,
.product-page #product-natural-bleach-color .series-section .row .series08, .where-to-buy-page #product-natural-bleach-color .series-section .row .series10,
.where-to-buy-page #product-natural-bleach-color .series-section .row .series08, .faqs-page #product-natural-bleach-color .series-section .row .series10,
.faqs-page #product-natural-bleach-color .series-section .row .series08 {
  transform: none;
  left: -20%; }

.product-page #product-natural-bleach-color .series-section .row .series09,
.product-page #product-natural-bleach-color .series-section .row .series07, .where-to-buy-page #product-natural-bleach-color .series-section .row .series09,
.where-to-buy-page #product-natural-bleach-color .series-section .row .series07, .faqs-page #product-natural-bleach-color .series-section .row .series09,
.faqs-page #product-natural-bleach-color .series-section .row .series07 {
  transform: none;
  left: inherit;
  right: -20%; }

.product-page #product-natural-bleach-color .series-section .row .series01:before, .where-to-buy-page #product-natural-bleach-color .series-section .row .series01:before, .faqs-page #product-natural-bleach-color .series-section .row .series01:before {
  background-color: #584534; }

.product-page #product-natural-bleach-color .series-section .row .series02:before, .where-to-buy-page #product-natural-bleach-color .series-section .row .series02:before, .faqs-page #product-natural-bleach-color .series-section .row .series02:before {
  background-color: #714336; }

.product-page #product-natural-bleach-color .series-section .row .series03:before, .where-to-buy-page #product-natural-bleach-color .series-section .row .series03:before, .faqs-page #product-natural-bleach-color .series-section .row .series03:before {
  background-color: #772031; }

.product-page #product-natural-bleach-color .series-section .row .series04:before, .where-to-buy-page #product-natural-bleach-color .series-section .row .series04:before, .faqs-page #product-natural-bleach-color .series-section .row .series04:before {
  background-color: #a43a2d; }

.product-page #product-natural-bleach-color .series-section .row .series05:before, .where-to-buy-page #product-natural-bleach-color .series-section .row .series05:before, .faqs-page #product-natural-bleach-color .series-section .row .series05:before {
  background-color: #ce6a1f; }

.product-page #product-natural-bleach-color .series-section .row .series06:before, .where-to-buy-page #product-natural-bleach-color .series-section .row .series06:before, .faqs-page #product-natural-bleach-color .series-section .row .series06:before {
  background-color: #a6653f; }

.product-page #product-natural-bleach-color .series-section .row .series07:before, .where-to-buy-page #product-natural-bleach-color .series-section .row .series07:before, .faqs-page #product-natural-bleach-color .series-section .row .series07:before {
  background-color: #957c5e; }

.product-page #product-natural-bleach-color .series-section .row .series08:after, .where-to-buy-page #product-natural-bleach-color .series-section .row .series08:after, .faqs-page #product-natural-bleach-color .series-section .row .series08:after {
  background-color: #a18466; }

.product-page #product-natural-bleach-color .series-section .row .series09:after, .where-to-buy-page #product-natural-bleach-color .series-section .row .series09:after, .faqs-page #product-natural-bleach-color .series-section .row .series09:after {
  background-color: #bdbfbc; }

.product-page #product-natural-bleach-color .series-section .row .series10:before, .where-to-buy-page #product-natural-bleach-color .series-section .row .series10:before, .faqs-page #product-natural-bleach-color .series-section .row .series10:before {
  background-color: #dac5b0; }

.product-page #product-natural-bleach-color .detail-list > li .pic, .where-to-buy-page #product-natural-bleach-color .detail-list > li .pic, .faqs-page #product-natural-bleach-color .detail-list > li .pic {
  position: relative; }

.product-page #product-natural-bleach-color .detail-list > li .pic span, .where-to-buy-page #product-natural-bleach-color .detail-list > li .pic span, .faqs-page #product-natural-bleach-color .detail-list > li .pic span {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  top: 6.66667%;
  left: 16.66667%;
  transform: translateX(1em) rotate(90deg);
  transform-origin: 0 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap; }

.product-page #product-natural-bleach-color .detail-list > li .pic span:before, .where-to-buy-page #product-natural-bleach-color .detail-list > li .pic span:before, .faqs-page #product-natural-bleach-color .detail-list > li .pic span:before {
  content: "SUPERVISED BY";
  display: block;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 4px; }

.product-page #product-natural-bleach-color .detail-list > li .pic span sub, .where-to-buy-page #product-natural-bleach-color .detail-list > li .pic span sub, .faqs-page #product-natural-bleach-color .detail-list > li .pic span sub {
  font-size: 12px;
  font-size: 1.2rem; }

.product-page #product-natural-bleach-color .features-section a, .where-to-buy-page #product-natural-bleach-color .features-section a, .faqs-page #product-natural-bleach-color .features-section a {
  text-decoration: underline; }

.product-page #product-natural-bleach-color .features-section a:hover, .where-to-buy-page #product-natural-bleach-color .features-section a:hover, .faqs-page #product-natural-bleach-color .features-section a:hover {
  text-decoration: none; }

.product-page #product-natural-bleach-color .features-section.section-inner, .where-to-buy-page #product-natural-bleach-color .features-section.section-inner, .faqs-page #product-natural-bleach-color .features-section.section-inner {
  display: block; }

@media all and (max-width: 1024px) {
  .product-page #product-natural-bleach-color .series-section .section-content, .where-to-buy-page #product-natural-bleach-color .series-section .section-content, .faqs-page #product-natural-bleach-color .series-section .section-content {
    padding-top: 0 !important; }
  .product-page #product-natural-bleach-color .series-section .side div, .where-to-buy-page #product-natural-bleach-color .series-section .side div, .faqs-page #product-natural-bleach-color .series-section .side div {
    padding-left: 30px; }
  .product-page #product-natural-bleach-color .series-section .side:after, .where-to-buy-page #product-natural-bleach-color .series-section .side:after, .faqs-page #product-natural-bleach-color .series-section .side:after {
    width: 9px;
    height: 230px;
    bottom: 6px;
    left: 10px; }
  .product-page #product-natural-bleach-color .series-section .side span, .where-to-buy-page #product-natural-bleach-color .series-section .side span, .faqs-page #product-natural-bleach-color .series-section .side span {
    font-size: 10px;
    font-size: 1rem; }
  .product-page #product-natural-bleach-color .series-section .row div, .where-to-buy-page #product-natural-bleach-color .series-section .row div, .faqs-page #product-natural-bleach-color .series-section .row div {
    height: 80px; }
  .product-page #product-natural-bleach-color .series-section .row div:nth-child(1) span, .where-to-buy-page #product-natural-bleach-color .series-section .row div:nth-child(1) span, .faqs-page #product-natural-bleach-color .series-section .row div:nth-child(1) span {
    font-size: 11px;
    font-size: 1.1rem; }
  .product-page #product-natural-bleach-color .series-section .row div, .where-to-buy-page #product-natural-bleach-color .series-section .row div, .faqs-page #product-natural-bleach-color .series-section .row div {
    position: relative; }
  .product-page #product-natural-bleach-color .series-section .row .mark, .where-to-buy-page #product-natural-bleach-color .series-section .row .mark, .faqs-page #product-natural-bleach-color .series-section .row .mark {
    top: 30px; }
  .product-page #product-natural-bleach-color .series-section .row .mark:before, .where-to-buy-page #product-natural-bleach-color .series-section .row .mark:before, .faqs-page #product-natural-bleach-color .series-section .row .mark:before {
    width: 14px;
    height: 14px; }
  .product-page #product-natural-bleach-color .series-section .row .mark span, .where-to-buy-page #product-natural-bleach-color .series-section .row .mark span, .faqs-page #product-natural-bleach-color .series-section .row .mark span {
    font-size: 10px;
    font-size: 1rem; }
  .product-page #product-natural-bleach-color .series-section .row .series08,
  .product-page #product-natural-bleach-color .series-section .row .series09, .where-to-buy-page #product-natural-bleach-color .series-section .row .series08,
  .where-to-buy-page #product-natural-bleach-color .series-section .row .series09, .faqs-page #product-natural-bleach-color .series-section .row .series08,
  .faqs-page #product-natural-bleach-color .series-section .row .series09 {
    top: 6px; }
  .product-page #product-natural-bleach-color .series-section .row .series08:after,
  .product-page #product-natural-bleach-color .series-section .row .series09:after, .where-to-buy-page #product-natural-bleach-color .series-section .row .series08:after,
  .where-to-buy-page #product-natural-bleach-color .series-section .row .series09:after, .faqs-page #product-natural-bleach-color .series-section .row .series08:after,
  .faqs-page #product-natural-bleach-color .series-section .row .series09:after {
    width: 14px;
    height: 14px; } }

@media all and (max-width: 768px) {
  .product-page #product-natural-bleach-color .section-block.split, .where-to-buy-page #product-natural-bleach-color .section-block.split, .faqs-page #product-natural-bleach-color .section-block.split {
    border-top: 1px solid #ddd; }
  .product-page #product-natural-bleach-color #no1-section .no1-wrapper, .where-to-buy-page #product-natural-bleach-color #no1-section .no1-wrapper, .faqs-page #product-natural-bleach-color #no1-section .no1-wrapper {
    width: 100%;
    padding: 0; }
  .product-page #product-natural-bleach-color #no1-section .no1-tit, .where-to-buy-page #product-natural-bleach-color #no1-section .no1-tit, .faqs-page #product-natural-bleach-color #no1-section .no1-tit {
    border-bottom: 1px solid white;
    position: static;
    padding-bottom: 20px;
    width: 100%; }
  .product-page #product-natural-bleach-color #no1-section .no1-tit span, .where-to-buy-page #product-natural-bleach-color #no1-section .no1-tit span, .faqs-page #product-natural-bleach-color #no1-section .no1-tit span {
    width: 63.2%;
    margin: 0 auto; }
  .product-page #product-natural-bleach-color #no1-section .no1-inner, .where-to-buy-page #product-natural-bleach-color #no1-section .no1-inner, .faqs-page #product-natural-bleach-color #no1-section .no1-inner {
    padding: 15px 8% 0; }
  .product-page #product-natural-bleach-color #no1-section .copy, .where-to-buy-page #product-natural-bleach-color #no1-section .copy, .faqs-page #product-natural-bleach-color #no1-section .copy {
    margin: 0 4.7619% 0 0;
    width: 44.44444%;
    display: block; }
  .product-page #product-natural-bleach-color #no1-section .copy span, .where-to-buy-page #product-natural-bleach-color #no1-section .copy span, .faqs-page #product-natural-bleach-color #no1-section .copy span {
    display: block; }
  .product-page #product-natural-bleach-color #no1-section .copy span:nth-child(1), .where-to-buy-page #product-natural-bleach-color #no1-section .copy span:nth-child(1), .faqs-page #product-natural-bleach-color #no1-section .copy span:nth-child(1) {
    width: 53.84615%; }
  .product-page #product-natural-bleach-color #no1-section .copy span:nth-child(2), .where-to-buy-page #product-natural-bleach-color #no1-section .copy span:nth-child(2), .faqs-page #product-natural-bleach-color #no1-section .copy span:nth-child(2) {
    width: 100%;
    margin-top: 5px; }
  .product-page #product-natural-bleach-color #no1-section .no1, .where-to-buy-page #product-natural-bleach-color #no1-section .no1, .faqs-page #product-natural-bleach-color #no1-section .no1 {
    width: 50.79365%;
    margin: 0; }
  .product-page #product-natural-bleach-color #no1-section .caution, .where-to-buy-page #product-natural-bleach-color #no1-section .caution, .faqs-page #product-natural-bleach-color #no1-section .caution {
    width: 100%;
    margin: 15px auto 0; }
  .product-page #product-natural-bleach-color .detail-top.section-inner, .where-to-buy-page #product-natural-bleach-color .detail-top.section-inner, .faqs-page #product-natural-bleach-color .detail-top.section-inner {
    display: block; }
  .product-page #product-natural-bleach-color .series-section .tit-vertical, .where-to-buy-page #product-natural-bleach-color .series-section .tit-vertical, .faqs-page #product-natural-bleach-color .series-section .tit-vertical {
    display: none; }
  .product-page #product-natural-bleach-color .series-section .section-content, .where-to-buy-page #product-natural-bleach-color .series-section .section-content, .faqs-page #product-natural-bleach-color .series-section .section-content {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .product-page #product-natural-bleach-color .series-section .side:after, .where-to-buy-page #product-natural-bleach-color .series-section .side:after, .faqs-page #product-natural-bleach-color .series-section .side:after {
    left: 5px;
    width: 5px;
    height: 142px;
    bottom: 7px; }
  .product-page #product-natural-bleach-color .series-section .side div, .where-to-buy-page #product-natural-bleach-color .series-section .side div, .faqs-page #product-natural-bleach-color .series-section .side div {
    white-space: nowrap;
    padding-left: 13px; }
  .product-page #product-natural-bleach-color .series-section .side span, .where-to-buy-page #product-natural-bleach-color .series-section .side span, .faqs-page #product-natural-bleach-color .series-section .side span {
    transform: scale(0.8);
    letter-spacing: -.1em; }
  .product-page #product-natural-bleach-color .series-section .side br, .where-to-buy-page #product-natural-bleach-color .series-section .side br, .faqs-page #product-natural-bleach-color .series-section .side br {
    display: block; }
  .product-page #product-natural-bleach-color .series-section .row div, .where-to-buy-page #product-natural-bleach-color .series-section .row div, .faqs-page #product-natural-bleach-color .series-section .row div {
    height: 52px; }
  .product-page #product-natural-bleach-color .series-section .row div:nth-child(1), .where-to-buy-page #product-natural-bleach-color .series-section .row div:nth-child(1), .faqs-page #product-natural-bleach-color .series-section .row div:nth-child(1) {
    white-space: nowrap;
    text-align: center; }
  .product-page #product-natural-bleach-color .series-section .row div:nth-child(1) span, .where-to-buy-page #product-natural-bleach-color .series-section .row div:nth-child(1) span, .faqs-page #product-natural-bleach-color .series-section .row div:nth-child(1) span {
    font-size: 10px;
    font-size: 1rem;
    transform: scale(0.8);
    letter-spacing: -.1em; }
  .product-page #product-natural-bleach-color .series-section .row div:nth-child(1) .br, .where-to-buy-page #product-natural-bleach-color .series-section .row div:nth-child(1) .br, .faqs-page #product-natural-bleach-color .series-section .row div:nth-child(1) .br {
    display: block; }
  .product-page #product-natural-bleach-color .series-section .row .mark, .where-to-buy-page #product-natural-bleach-color .series-section .row .mark, .faqs-page #product-natural-bleach-color .series-section .row .mark {
    white-space: nowrap;
    top: 20px;
    width: inherit;
    z-index: 1; }
  .product-page #product-natural-bleach-color .series-section .row .mark:before, .product-page #product-natural-bleach-color .series-section .row .mark:after, .where-to-buy-page #product-natural-bleach-color .series-section .row .mark:before, .where-to-buy-page #product-natural-bleach-color .series-section .row .mark:after, .faqs-page #product-natural-bleach-color .series-section .row .mark:before, .faqs-page #product-natural-bleach-color .series-section .row .mark:after {
    width: 9px;
    height: 9px;
    margin-bottom: 0; }
  .product-page #product-natural-bleach-color .series-section .row .mark span, .where-to-buy-page #product-natural-bleach-color .series-section .row .mark span, .faqs-page #product-natural-bleach-color .series-section .row .mark span {
    transform: scale(0.6);
    letter-spacing: -.1em;
    margin-top: -3px; }
  .product-page #product-natural-bleach-color .series-section .row .mark .sp-br, .where-to-buy-page #product-natural-bleach-color .series-section .row .mark .sp-br, .faqs-page #product-natural-bleach-color .series-section .row .mark .sp-br {
    display: block; }
  .product-page #product-natural-bleach-color .series-section .row .series10,
  .product-page #product-natural-bleach-color .series-section .row .series08, .where-to-buy-page #product-natural-bleach-color .series-section .row .series10,
  .where-to-buy-page #product-natural-bleach-color .series-section .row .series08, .faqs-page #product-natural-bleach-color .series-section .row .series10,
  .faqs-page #product-natural-bleach-color .series-section .row .series08 {
    left: -15px; }
  .product-page #product-natural-bleach-color .series-section .row .series07, .where-to-buy-page #product-natural-bleach-color .series-section .row .series07, .faqs-page #product-natural-bleach-color .series-section .row .series07 {
    right: -5px; }
  .product-page #product-natural-bleach-color .series-section .row .series08, .where-to-buy-page #product-natural-bleach-color .series-section .row .series08, .faqs-page #product-natural-bleach-color .series-section .row .series08 {
    left: 9px; }
  .product-page #product-natural-bleach-color .series-section .row .series08:before, .where-to-buy-page #product-natural-bleach-color .series-section .row .series08:before, .faqs-page #product-natural-bleach-color .series-section .row .series08:before {
    position: absolute;
    left: 24px; }
  .product-page #product-natural-bleach-color .series-section .row .series08 span, .where-to-buy-page #product-natural-bleach-color .series-section .row .series08 span, .faqs-page #product-natural-bleach-color .series-section .row .series08 span {
    position: absolute;
    top: -19px;
    left: -19px; }
  .product-page #product-natural-bleach-color .series-section .row .series09, .where-to-buy-page #product-natural-bleach-color .series-section .row .series09, .faqs-page #product-natural-bleach-color .series-section .row .series09 {
    right: 9px; }
  .product-page #product-natural-bleach-color .series-section .row .series09:before, .where-to-buy-page #product-natural-bleach-color .series-section .row .series09:before, .faqs-page #product-natural-bleach-color .series-section .row .series09:before {
    position: absolute;
    right: 14px; }
  .product-page #product-natural-bleach-color .series-section .row .series09 span, .where-to-buy-page #product-natural-bleach-color .series-section .row .series09 span, .faqs-page #product-natural-bleach-color .series-section .row .series09 span {
    position: absolute;
    top: -19px;
    right: -13px; }
  .product-page #product-natural-bleach-color .series-section .row .series10, .where-to-buy-page #product-natural-bleach-color .series-section .row .series10, .faqs-page #product-natural-bleach-color .series-section .row .series10 {
    left: -9px; }
  .product-page #product-natural-bleach-color .features-section, .where-to-buy-page #product-natural-bleach-color .features-section, .faqs-page #product-natural-bleach-color .features-section {
    border-top: none; }
  .product-page #product-natural-bleach-color .features-section .section-content, .where-to-buy-page #product-natural-bleach-color .features-section .section-content, .faqs-page #product-natural-bleach-color .features-section .section-content {
    padding: 0 4% !important; } }

.product-page .section-block.no-top, .product-page .tech-inner.no-top, .where-to-buy-page .section-block.no-top, .where-to-buy-page .tech-inner.no-top, .faqs-page .section-block.no-top, .faqs-page .tech-inner.no-top {
  border-top: none !important; }

.product-page .section-block.split.no-border, .where-to-buy-page .section-block.split.no-border, .faqs-page .section-block.split.no-border {
  padding-top: 0; }

.product-page .section-block.split.no-border .section-inner, .where-to-buy-page .section-block.split.no-border .section-inner, .faqs-page .section-block.split.no-border .section-inner {
  border-right: 0; }

.product-page .grid-column.hair .style-section, .where-to-buy-page .grid-column.hair .style-section, .faqs-page .grid-column.hair .style-section {
  border-left: 0; }

.product-page .grid-column.hair .style-section .section-content .comment, .where-to-buy-page .grid-column.hair .style-section .section-content .comment, .faqs-page .grid-column.hair .style-section .section-content .comment {
  margin-top: 0; }

.product-page .tit-center.min, .where-to-buy-page .tit-center.min, .faqs-page .tit-center.min {
  margin-bottom: 30px; }

.product-page .step dl dt p.nonum, .where-to-buy-page .step dl dt p.nonum, .faqs-page .step dl dt p.nonum {
  margin: 10px 0 0 !important;
  padding-left: 0 !important;
  width: 100% !important; }

.product-page .grid-column.bdtop, .where-to-buy-page .grid-column.bdtop, .faqs-page .grid-column.bdtop {
  border-top: 1px solid #ddd;
  padding-top: 30px; }

.product-page .movie-section.w100 .movie, .where-to-buy-page .movie-section.w100 .movie, .faqs-page .movie-section.w100 .movie {
  width: 100%; }

.product-page .tech-inner, .where-to-buy-page .tech-inner, .faqs-page .tech-inner {
  border-top: 1px solid #ddd;
  padding-bottom: 30px; }

.product-page .tech-inner .tit-center, .where-to-buy-page .tech-inner .tit-center, .faqs-page .tech-inner .tit-center {
  margin-top: 45px;
  margin-bottom: 30px; }

.product-page .ready-section .ready-item, .where-to-buy-page .ready-section .ready-item, .faqs-page .ready-section .ready-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.product-page .ready-section .ready-item li, .where-to-buy-page .ready-section .ready-item li, .faqs-page .ready-section .ready-item li {
  padding: 30px;
  padding-top: 0;
  width: calc(50% - 15px); }

.product-page .img-content img, .where-to-buy-page .img-content img, .faqs-page .img-content img {
  width: 100%; }

.product-page .img-text, .where-to-buy-page .img-text, .faqs-page .img-text {
  margin-top: 15px; }

.product-page .use-item, .where-to-buy-page .use-item, .faqs-page .use-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px; }

.product-page .use-item dt, .where-to-buy-page .use-item dt, .faqs-page .use-item dt {
  display: block !important;
  text-align: center; }

.product-page .use-item dt h5, .where-to-buy-page .use-item dt h5, .faqs-page .use-item dt h5 {
  border: 1px solid #000;
  padding: 3px 5px;
  font-size: 14px;
  font-size: 1.4rem; }

.product-page .use-item dt p, .where-to-buy-page .use-item dt p, .faqs-page .use-item dt p {
  width: auto !important;
  font-weight: normal !important;
  margin: 6px 0 0 !important;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 !important; }

.product-page .use-item dd, .where-to-buy-page .use-item dd, .faqs-page .use-item dd {
  width: calc(20%);
  margin-left: 5px; }

.product-page .use-item dd img, .where-to-buy-page .use-item dd img, .faqs-page .use-item dd img {
  width: 100%;
  height: auto; }

@media all and (max-width: 768px) {
  .product-page .tech-inner .tit-center, .where-to-buy-page .tech-inner .tit-center, .faqs-page .tech-inner .tit-center {
    margin: 30px 0 20px; }
  .product-page .tit-center.min, .where-to-buy-page .tit-center.min, .faqs-page .tit-center.min {
    margin-bottom: 20px; }
  .product-page .grid-column.bdtop, .where-to-buy-page .grid-column.bdtop, .faqs-page .grid-column.bdtop {
    padding-top: 0;
    margin-bottom: 0; }
  .product-page .grid-column.bdtop .section-inner:first-child, .where-to-buy-page .grid-column.bdtop .section-inner:first-child, .faqs-page .grid-column.bdtop .section-inner:first-child {
    margin-bottom: 0; }
  .product-page .grid-column.hair .style-section:before, .where-to-buy-page .grid-column.hair .style-section:before, .faqs-page .grid-column.hair .style-section:before {
    content: none; }
  .product-page .grid-column .style-section.salon-section::before, .where-to-buy-page .grid-column .style-section.salon-section::before, .faqs-page .grid-column .style-section.salon-section::before {
    content: normal; }
  .product-page .salon-block .section-inner, .where-to-buy-page .salon-block .section-inner, .faqs-page .salon-block .section-inner {
    padding-top: 20px; }
  .product-page .salon-section .comment, .where-to-buy-page .salon-section .comment, .faqs-page .salon-section .comment {
    margin-top: 20px; }
  .product-page .tech-inner, .where-to-buy-page .tech-inner, .faqs-page .tech-inner {
    padding-bottom: 0; }
  .product-page .tech-inner .step + .step, .where-to-buy-page .tech-inner .step + .step, .faqs-page .tech-inner .step + .step {
    padding-top: 0; }
  .product-page .ready-section .ready-item, .where-to-buy-page .ready-section .ready-item, .faqs-page .ready-section .ready-item {
    display: block;
    padding: 0 4%;
    margin-top: -15px; }
  .product-page .ready-section .ready-item li, .where-to-buy-page .ready-section .ready-item li, .faqs-page .ready-section .ready-item li {
    width: 100%;
    padding: 4.34783%; }
  .product-page .use-item dt h5, .where-to-buy-page .use-item dt h5, .faqs-page .use-item dt h5 {
    font-size: 12px;
    font-size: 1.2rem; }
  .product-page .use-item dt p, .where-to-buy-page .use-item dt p, .faqs-page .use-item dt p {
    font-size: 11px;
    font-size: 1.1rem; }
  .product-page .use-item dd, .where-to-buy-page .use-item dd, .faqs-page .use-item dd {
    width: calc(25%); }
  .product-page .point-section, .where-to-buy-page .point-section, .faqs-page .point-section {
    padding-top: 20px; } }

.product-page .chart-table .table li, .where-to-buy-page .chart-table .table li, .faqs-page .chart-table .table li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.product-page .body-hair-trimmer .section-block .section-inner, .where-to-buy-page .body-hair-trimmer .section-block .section-inner, .faqs-page .body-hair-trimmer .section-block .section-inner {
  display: block; }

.product-page .body-inner-content, .where-to-buy-page .body-inner-content, .faqs-page .body-inner-content {
  padding-top: 0 !important; }

.product-page .body-hair-trimmer .top-border, .product-page .body-hair-trimmer .top-border-sp, .where-to-buy-page .body-hair-trimmer .top-border, .where-to-buy-page .body-hair-trimmer .top-border-sp, .faqs-page .body-hair-trimmer .top-border, .faqs-page .body-hair-trimmer .top-border-sp {
  border-top: 1px solid #ddd !important; }

.product-page .body-hair-trimmer img, .where-to-buy-page .body-hair-trimmer img, .faqs-page .body-hair-trimmer img {
  width: 100%; }

.product-page .body-hair-trimmer .before-after, .where-to-buy-page .body-hair-trimmer .before-after, .faqs-page .body-hair-trimmer .before-after {
  width: 675px !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding-top: 30px; }

.product-page .body-hair-trimmer .before-after img, .where-to-buy-page .body-hair-trimmer .before-after img, .faqs-page .body-hair-trimmer .before-after img {
  width: 100%;
  height: auto; }

.product-page .body-hair-trimmer .body-border, .where-to-buy-page .body-hair-trimmer .body-border, .faqs-page .body-hair-trimmer .body-border {
  padding-top: 0 !important;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px; }

.product-page .body-hair-trimmer .body-tit, .where-to-buy-page .body-hair-trimmer .body-tit, .faqs-page .body-hair-trimmer .body-tit {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold; }

.product-page .body-hair-trimmer .body-tit span, .where-to-buy-page .body-hair-trimmer .body-tit span, .faqs-page .body-hair-trimmer .body-tit span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  margin-top: 15px; }

.product-page .body-hair-trimmer .body-tit .sp-br, .where-to-buy-page .body-hair-trimmer .body-tit .sp-br, .faqs-page .body-hair-trimmer .body-tit .sp-br {
  display: none; }

.product-page .body-hair-trimmer .tit-horizontal, .where-to-buy-page .body-hair-trimmer .tit-horizontal, .faqs-page .body-hair-trimmer .tit-horizontal {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 18px;
  white-space: nowrap;
  margin-top: 30px; }

.product-page .body-hair-trimmer .how-to-list, .where-to-buy-page .body-hair-trimmer .how-to-list, .faqs-page .body-hair-trimmer .how-to-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 60px; }

.product-page .body-hair-trimmer .how-to-list li, .where-to-buy-page .body-hair-trimmer .how-to-list li, .faqs-page .body-hair-trimmer .how-to-list li {
  width: 33.33333%;
  position: relative;
  display: grid;
  display: -ms-grid;
  text-align: center; }

.product-page .body-hair-trimmer .how-to-list li img, .where-to-buy-page .body-hair-trimmer .how-to-list li img, .faqs-page .body-hair-trimmer .how-to-list li img {
  width: 100%;
  height: auto; }

.product-page .body-hair-trimmer .use-point, .where-to-buy-page .body-hair-trimmer .use-point, .faqs-page .body-hair-trimmer .use-point {
  margin-top: 30px; }

.product-page .body-hair-trimmer .use-point li, .where-to-buy-page .body-hair-trimmer .use-point li, .faqs-page .body-hair-trimmer .use-point li {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold; }

.product-page .body-hair-trimmer .use-point li span, .where-to-buy-page .body-hair-trimmer .use-point li span, .faqs-page .body-hair-trimmer .use-point li span {
  color: #ec0b43; }

.product-page .body-hair-trimmer .ng-point, .where-to-buy-page .body-hair-trimmer .ng-point, .faqs-page .body-hair-trimmer .ng-point {
  margin-top: 30px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold; }

.product-page .body-hair-trimmer .ng-point:before, .where-to-buy-page .body-hair-trimmer .ng-point:before, .faqs-page .body-hair-trimmer .ng-point:before {
  content: "";
  background: url(../img/product/trimming-kit/body/ng_icon.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 6px; }

.product-page .body-hair-trimmer .ng-list, .where-to-buy-page .body-hair-trimmer .ng-list, .faqs-page .body-hair-trimmer .ng-list {
  padding-bottom: 30px; }

.product-page .body-hair-trimmer .ng-list li, .where-to-buy-page .body-hair-trimmer .ng-list li, .faqs-page .body-hair-trimmer .ng-list li {
  margin-top: 15px; }

.product-page .body-hair-trimmer .ng-list li dt, .where-to-buy-page .body-hair-trimmer .ng-list li dt, .faqs-page .body-hair-trimmer .ng-list li dt {
  font-weight: bold; }

.product-page .body-hair-trimmer .ng-list li dd, .where-to-buy-page .body-hair-trimmer .ng-list li dd, .faqs-page .body-hair-trimmer .ng-list li dd {
  margin-top: 4px; }

.product-page .body-hair-trimmer .body-advice, .where-to-buy-page .body-hair-trimmer .body-advice, .faqs-page .body-hair-trimmer .body-advice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px; }

.product-page .body-hair-trimmer .body-advice .left-img, .product-page .body-hair-trimmer .body-advice .right-img, .where-to-buy-page .body-hair-trimmer .body-advice .left-img, .where-to-buy-page .body-hair-trimmer .body-advice .right-img, .faqs-page .body-hair-trimmer .body-advice .left-img, .faqs-page .body-hair-trimmer .body-advice .right-img {
  width: calc(50% - 15px);
  padding: 0 30px; }

.product-page .body-hair-trimmer .comment, .where-to-buy-page .body-hair-trimmer .comment, .faqs-page .body-hair-trimmer .comment {
  margin-top: 0; }

.product-page .body-hair-trimmer .more-block, .where-to-buy-page .body-hair-trimmer .more-block, .faqs-page .body-hair-trimmer .more-block {
  padding-top: 30px; }

.product-page .body-hair-trimmer .more-how-to, .where-to-buy-page .body-hair-trimmer .more-how-to, .faqs-page .body-hair-trimmer .more-how-to {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.product-page .body-hair-trimmer .more-how-to > li, .where-to-buy-page .body-hair-trimmer .more-how-to > li, .faqs-page .body-hair-trimmer .more-how-to > li {
  padding: 0 30px;
  width: 33.33333%;
  margin-bottom: 30px;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  text-align: center; }

.product-page .body-hair-trimmer .more-how-to h5, .where-to-buy-page .body-hair-trimmer .more-how-to h5, .faqs-page .body-hair-trimmer .more-how-to h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left; }

.product-page .body-hair-trimmer .more-how-to h6, .where-to-buy-page .body-hair-trimmer .more-how-to h6, .faqs-page .body-hair-trimmer .more-how-to h6 {
  font-size: 15px;
  font-size: 1.5rem;
  color: #ec0b43;
  font-weight: bold;
  margin-top: 30px;
  text-align: left; }

.product-page .body-hair-trimmer .more-how-to p, .where-to-buy-page .body-hair-trimmer .more-how-to p, .faqs-page .body-hair-trimmer .more-how-to p {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 15px;
  text-align: left; }

.product-page .body-hair-trimmer .more-how-to li:last-child, .where-to-buy-page .body-hair-trimmer .more-how-to li:last-child, .faqs-page .body-hair-trimmer .more-how-to li:last-child {
  border-right: 0; }

.product-page .body-hair-trimmer ol, .where-to-buy-page .body-hair-trimmer ol, .faqs-page .body-hair-trimmer ol {
  font-size: 13px;
  font-size: 1.3rem; }

.product-page .body-hair-trimmer ol li, .where-to-buy-page .body-hair-trimmer ol li, .faqs-page .body-hair-trimmer ol li {
  padding-left: 30px;
  margin-top: 15px;
  text-align: left;
  position: relative; }

.product-page .body-hair-trimmer ol li:nth-child(1):before, .where-to-buy-page .body-hair-trimmer ol li:nth-child(1):before, .faqs-page .body-hair-trimmer ol li:nth-child(1):before {
  content: "❶";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0; }

.product-page .body-hair-trimmer ol li:nth-child(2):before, .where-to-buy-page .body-hair-trimmer ol li:nth-child(2):before, .faqs-page .body-hair-trimmer ol li:nth-child(2):before {
  content: "❷";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0; }

.product-page .body-hair-trimmer .pic-l, .where-to-buy-page .body-hair-trimmer .pic-l, .faqs-page .body-hair-trimmer .pic-l {
  width: 60%;
  display: inline-block;
  margin: 0 auto; }

@media all and (max-width: 768px) {
  .product-page .body-hair-trimmer .top-border-sp, .where-to-buy-page .body-hair-trimmer .top-border-sp, .faqs-page .body-hair-trimmer .top-border-sp {
    border-top: 0 !important; }
  .product-page .body-hair-trimmer .before-after, .where-to-buy-page .body-hair-trimmer .before-after, .faqs-page .body-hair-trimmer .before-after {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px !important; }
  .product-page .body-hair-trimmer .body-tit, .where-to-buy-page .body-hair-trimmer .body-tit, .faqs-page .body-hair-trimmer .body-tit {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 8.69565%;
    padding-right: 8.69565%; }
  .product-page .body-hair-trimmer .body-tit span, .where-to-buy-page .body-hair-trimmer .body-tit span, .faqs-page .body-hair-trimmer .body-tit span {
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    margin-top: 15px; }
  .product-page .body-hair-trimmer .body-tit .sp-br, .where-to-buy-page .body-hair-trimmer .body-tit .sp-br, .faqs-page .body-hair-trimmer .body-tit .sp-br {
    display: block; }
  .product-page .body-hair-trimmer .how-to-list, .where-to-buy-page .body-hair-trimmer .how-to-list, .faqs-page .body-hair-trimmer .how-to-list {
    padding-left: 8.69565%;
    padding-right: 8.69565%;
    padding-bottom: 0; }
  .product-page .body-hair-trimmer .how-to-list li, .where-to-buy-page .body-hair-trimmer .how-to-list li, .faqs-page .body-hair-trimmer .how-to-list li {
    width: 100%;
    margin-top: 20px; }
  .product-page .body-hair-trimmer .how-to-list li:first-child, .where-to-buy-page .body-hair-trimmer .how-to-list li:first-child, .faqs-page .body-hair-trimmer .how-to-list li:first-child {
    margin-top: 0; }
  .product-page .body-hair-trimmer .use-point li, .where-to-buy-page .body-hair-trimmer .use-point li, .faqs-page .body-hair-trimmer .use-point li {
    font-size: 13px;
    font-size: 1.3rem; }
  .product-page .body-hair-trimmer .ng-point, .where-to-buy-page .body-hair-trimmer .ng-point, .faqs-page .body-hair-trimmer .ng-point {
    font-size: 13px;
    font-size: 1.3rem; }
  .product-page .body-hair-trimmer .ng-list, .where-to-buy-page .body-hair-trimmer .ng-list, .faqs-page .body-hair-trimmer .ng-list {
    padding-bottom: 30px; }
  .product-page .body-hair-trimmer .ng-list li, .where-to-buy-page .body-hair-trimmer .ng-list li, .faqs-page .body-hair-trimmer .ng-list li {
    margin-top: 15px; }
  .product-page .body-hair-trimmer .more-how-to, .where-to-buy-page .body-hair-trimmer .more-how-to, .faqs-page .body-hair-trimmer .more-how-to {
    padding-left: 8.69565%;
    padding-right: 8.69565%; }
  .product-page .body-hair-trimmer .more-how-to > li, .where-to-buy-page .body-hair-trimmer .more-how-to > li, .faqs-page .body-hair-trimmer .more-how-to > li {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
    border-right: 0; }
  .product-page .body-hair-trimmer .more-how-to h5, .where-to-buy-page .body-hair-trimmer .more-how-to h5, .faqs-page .body-hair-trimmer .more-how-to h5 {
    font-size: 15px;
    font-size: 1.5rem; }
  .product-page .body-hair-trimmer .more-how-to h6, .where-to-buy-page .body-hair-trimmer .more-how-to h6, .faqs-page .body-hair-trimmer .more-how-to h6 {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 20px; }
  .product-page .body-hair-trimmer ol li, .where-to-buy-page .body-hair-trimmer ol li, .faqs-page .body-hair-trimmer ol li {
    margin-top: 10px; }
  .product-page .body-hair-trimmer .body-advice .left-img, .product-page .body-hair-trimmer .body-advice .right-img, .where-to-buy-page .body-hair-trimmer .body-advice .left-img, .where-to-buy-page .body-hair-trimmer .body-advice .right-img, .faqs-page .body-hair-trimmer .body-advice .left-img, .faqs-page .body-hair-trimmer .body-advice .right-img {
    width: 100%;
    padding: 0; }
  .product-page .body-hair-trimmer .body-advice .left-img, .where-to-buy-page .body-hair-trimmer .body-advice .left-img, .faqs-page .body-hair-trimmer .body-advice .left-img {
    padding-left: 8.69565%;
    padding-right: 8.69565%; }
  .product-page .body-hair-trimmer .comment, .where-to-buy-page .body-hair-trimmer .comment, .faqs-page .body-hair-trimmer .comment {
    width: 100%;
    margin-left: 0; }
  .product-page .more-block, .where-to-buy-page .more-block, .faqs-page .more-block {
    padding-top: 0; }
  .product-page .more-how-to, .where-to-buy-page .more-how-to, .faqs-page .more-how-to {
    display: block;
    padding-left: 8.69565%;
    padding-right: 8.69565%; }
  .product-page .more-how-to li, .where-to-buy-page .more-how-to li, .faqs-page .more-how-to li {
    width: 100%;
    margin-bottom: 15px; }
  .product-page .more-how-to h5, .where-to-buy-page .more-how-to h5, .faqs-page .more-how-to h5 {
    font-size: 14px;
    font-size: 1.4rem; }
  .product-page .more-how-to p, .where-to-buy-page .more-how-to p, .faqs-page .more-how-to p {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal; }
  .product-page .bottom-off, .where-to-buy-page .bottom-off, .faqs-page .bottom-off {
    padding-bottom: 0 !important; }
  .product-page .body-hair-trimmer .section-block .section-inner .tit-vertical p, .where-to-buy-page .body-hair-trimmer .section-block .section-inner .tit-vertical p, .faqs-page .body-hair-trimmer .section-block .section-inner .tit-vertical p {
    top: 20px !important; }
  .product-page .tech-section .section-content .section-content, .where-to-buy-page .tech-section .section-content .section-content, .faqs-page .tech-section .section-content .section-content {
    padding-top: 0 !important; } }

.product-page .styling .section-block .style-section .section-content .comment, .where-to-buy-page .styling .section-block .style-section .section-content .comment, .faqs-page .styling .section-block .style-section .section-content .comment {
  padding: 30px 30px 30px 14%;
  min-height: 230px;
  margin: 0 auto;
  max-width: 900px; }

.product-page .styling .section-block .style-section .section-content .comment .person, .where-to-buy-page .styling .section-block .style-section .section-content .comment .person, .faqs-page .styling .section-block .style-section .section-content .comment .person {
  width: 18%;
  left: -30px; }

.product-page .styling .tit-square, .where-to-buy-page .styling .tit-square, .faqs-page .styling .tit-square {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 15px 10px;
  margin-bottom: 24px; }

.product-page .styling .movie-sttl, .where-to-buy-page .styling .movie-sttl, .faqs-page .styling .movie-sttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px; }

.product-page .styling .tit-wrap, .where-to-buy-page .styling .tit-wrap, .faqs-page .styling .tit-wrap {
  margin: 0 auto;
  padding: 60px 0 40px;
  text-align: center; }

.product-page .styling .tit-wrap h4, .product-page .styling .tit-wrap .icon-num, .where-to-buy-page .styling .tit-wrap h4, .where-to-buy-page .styling .tit-wrap .icon-num, .faqs-page .styling .tit-wrap h4, .faqs-page .styling .tit-wrap .icon-num {
  display: inline-block;
  vertical-align: middle; }

.product-page .styling .tit-wrap h4, .where-to-buy-page .styling .tit-wrap h4, .faqs-page .styling .tit-wrap h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .1em; }

.product-page .styling .tit-wrap .icon-num, .where-to-buy-page .styling .tit-wrap .icon-num, .faqs-page .styling .tit-wrap .icon-num {
  width: 35px;
  height: 35px;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  line-height: 35px;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center; }

.product-page .styling .rank-list dt, .product-page .styling .rank-list dd, .where-to-buy-page .styling .rank-list dt, .where-to-buy-page .styling .rank-list dd, .faqs-page .styling .rank-list dt, .faqs-page .styling .rank-list dd {
  display: inline-block; }

.product-page .styling .rank-list dt, .where-to-buy-page .styling .rank-list dt, .faqs-page .styling .rank-list dt {
  width: 8%;
  margin-bottom: 18px;
  vertical-align: top; }

.product-page .styling .rank-list dt span, .where-to-buy-page .styling .rank-list dt span, .faqs-page .styling .rank-list dt span {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #000;
  padding: 6px 12px;
  border-radius: 50%;
  text-align: center; }

.product-page .styling .rank-list dd, .where-to-buy-page .styling .rank-list dd, .faqs-page .styling .rank-list dd {
  width: 90%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.product-page .styling .img-content, .where-to-buy-page .styling .img-content, .faqs-page .styling .img-content {
  margin-bottom: 30px; }

.product-page .styling .tech-inner, .where-to-buy-page .styling .tech-inner, .faqs-page .styling .tech-inner {
  padding-bottom: 50px; }

.product-page .styling .tech-inner .tit-center, .where-to-buy-page .styling .tech-inner .tit-center, .faqs-page .styling .tech-inner .tit-center {
  margin: 0 auto;
  padding: 60px 0 40px;
  vertical-align: middle; }

.product-page .styling .tech-inner .tit-center .icon, .where-to-buy-page .styling .tech-inner .tit-center .icon, .faqs-page .styling .tech-inner .tit-center .icon {
  color: #fff;
  background-color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 14px 15px 10px;
  border-radius: 30px;
  margin-right: 10px; }

.product-page .styling .tech-inner .tit-center .num, .where-to-buy-page .styling .tech-inner .tit-center .num, .faqs-page .styling .tech-inner .tit-center .num {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  margin-left: 5px; }

.product-page .styling .tech-inner .tit-center:after, .where-to-buy-page .styling .tech-inner .tit-center:after, .faqs-page .styling .tech-inner .tit-center:after {
  content: none; }

.product-page .styling #recommend a, .where-to-buy-page .styling #recommend a, .faqs-page .styling #recommend a {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.product-page .styling #recommend a div, .where-to-buy-page .styling #recommend a div, .faqs-page .styling #recommend a div {
  text-align: left;
  margin-left: 40px; }

.product-page .styling #recommend a .pic, .where-to-buy-page .styling #recommend a .pic, .faqs-page .styling #recommend a .pic {
  width: 30%;
  margin: 0; }

.product-page .styling #recommend a .text, .where-to-buy-page .styling #recommend a .text, .faqs-page .styling #recommend a .text {
  font-size: 13px;
  font-size: 1.3rem; }

@media all and (max-width: 768px) {
  .product-page .styling .section-block .style-section .section-content .comment, .where-to-buy-page .styling .section-block .style-section .section-content .comment, .faqs-page .styling .section-block .style-section .section-content .comment {
    padding: 20px 4% 20px 40%;
    width: 100%; }
  .product-page .styling .section-block .style-section .section-content .comment .person, .where-to-buy-page .styling .section-block .style-section .section-content .comment .person, .faqs-page .styling .section-block .style-section .section-content .comment .person {
    left: 0; }
  .product-page .styling .tit-square, .where-to-buy-page .styling .tit-square, .faqs-page .styling .tit-square {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px; }
  .product-page .styling .movie-sttl, .where-to-buy-page .styling .movie-sttl, .faqs-page .styling .movie-sttl {
    font-size: 14px;
    font-size: 1.4rem;
    width: 86.66667%;
    margin: 0 auto 10px;
    text-align: center; }
  .product-page .styling .tit-wrap, .where-to-buy-page .styling .tit-wrap, .faqs-page .styling .tit-wrap {
    width: 86.66667% !important;
    padding: 0;
    text-align: left; }
  .product-page .styling .tit-wrap h4, .where-to-buy-page .styling .tit-wrap h4, .faqs-page .styling .tit-wrap h4 {
    font-size: 15px;
    font-size: 1.5rem;
    width: 87%; }
  .product-page .styling .tit-wrap .icon-num, .where-to-buy-page .styling .tit-wrap .icon-num, .faqs-page .styling .tit-wrap .icon-num {
    width: 30px;
    height: 30px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.3;
    margin-right: 6px; }
  .product-page .styling .rank-list dt, .where-to-buy-page .styling .rank-list dt, .faqs-page .styling .rank-list dt {
    width: 8%;
    margin-bottom: 12px;
    vertical-align: top; }
  .product-page .styling .rank-list dt span, .where-to-buy-page .styling .rank-list dt span, .faqs-page .styling .rank-list dt span {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 2;
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff;
    background-color: #000;
    padding: 4px 9px;
    border-radius: 50%;
    text-align: center; }
  .product-page .styling .rank-list dd, .where-to-buy-page .styling .rank-list dd, .faqs-page .styling .rank-list dd {
    width: 90%;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold; }
  .product-page .styling .img-content, .where-to-buy-page .styling .img-content, .faqs-page .styling .img-content {
    width: 86.66667%;
    margin: 0 auto 30px; }
  .product-page .styling .about-section, .where-to-buy-page .styling .about-section, .faqs-page .styling .about-section {
    width: 86.66667% !important;
    margin: 0 auto !important; }
  .product-page .styling .youtube, .where-to-buy-page .styling .youtube, .faqs-page .styling .youtube {
    margin-bottom: 0 !important; }
  .product-page .styling .tech-inner, .where-to-buy-page .styling .tech-inner, .faqs-page .styling .tech-inner {
    padding: 30px 0 0; }
  .product-page .styling .tech-inner .tit-center, .where-to-buy-page .styling .tech-inner .tit-center, .faqs-page .styling .tech-inner .tit-center {
    width: 86.66667% !important;
    text-align: left;
    margin: 0 auto;
    padding: 0; }
  .product-page .styling .tech-inner .tit-center .icon, .where-to-buy-page .styling .tech-inner .tit-center .icon, .faqs-page .styling .tech-inner .tit-center .icon {
    padding: 10px 12px 8px;
    font-size: 11px;
    font-size: 1.1rem; }
  .product-page .styling .tech-inner .tit-center .num, .where-to-buy-page .styling .tech-inner .tit-center .num, .faqs-page .styling .tech-inner .tit-center .num {
    font-size: 15px;
    font-size: 1.5rem; }
  .product-page .styling #recommend a, .where-to-buy-page .styling #recommend a, .faqs-page .styling #recommend a {
    width: 100%;
    display: block; }
  .product-page .styling #recommend a div, .where-to-buy-page .styling #recommend a div, .faqs-page .styling #recommend a div {
    text-align: center;
    margin-left: 0; }
  .product-page .styling #recommend a .pic, .where-to-buy-page .styling #recommend a .pic, .faqs-page .styling #recommend a .pic {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 10px; }
  .product-page .styling #recommend a .text, .where-to-buy-page .styling #recommend a .text, .faqs-page .styling #recommend a .text {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem; } }

@media all and (min-width: 769px) {
  .product-page .shop-block, .where-to-buy-page .shop-block, .faqs-page .shop-block {
    border-top: none;
    padding: 0;
    margin-bottom: 0; }
  .product-page .shop-block .shop-section .shop-btn, .where-to-buy-page .shop-block .shop-section .shop-btn, .faqs-page .shop-block .shop-section .shop-btn {
    max-width: 320px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    background-color: #f4f4f4;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
  .product-page .shop-block .shop-section .shop-btn span, .where-to-buy-page .shop-block .shop-section .shop-btn span, .faqs-page .shop-block .shop-section .shop-btn span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .product-page .shop-block .shop-section .shop-btn span svg, .where-to-buy-page .shop-block .shop-section .shop-btn span svg, .faqs-page .shop-block .shop-section .shop-btn span svg {
    fill: #000;
    transform: translateY(-2px);
    margin-right: 15px; }
  .product-page .shop-block .shop-section .shop-btn::after, .where-to-buy-page .shop-block .shop-section .shop-btn::after, .faqs-page .shop-block .shop-section .shop-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    width: 6px;
    height: 6px;
    transform: rotate(135deg) translate(50%, -25%);
    transform-origin: 100% 0%;
    border-width: 2px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .product-page .shop-block .shop-section .shop-btn:hover, .product-page .shop-block .shop-section .shop-btn.active, .where-to-buy-page .shop-block .shop-section .shop-btn:hover, .where-to-buy-page .shop-block .shop-section .shop-btn.active, .faqs-page .shop-block .shop-section .shop-btn:hover, .faqs-page .shop-block .shop-section .shop-btn.active {
    background-color: #222;
    color: white; }
  .product-page .shop-block .shop-section .shop-btn:hover span, .product-page .shop-block .shop-section .shop-btn.active span, .where-to-buy-page .shop-block .shop-section .shop-btn:hover span, .where-to-buy-page .shop-block .shop-section .shop-btn.active span, .faqs-page .shop-block .shop-section .shop-btn:hover span, .faqs-page .shop-block .shop-section .shop-btn.active span {
    color: white; }
  .product-page .shop-block .shop-section .shop-btn:hover span svg, .product-page .shop-block .shop-section .shop-btn.active span svg, .where-to-buy-page .shop-block .shop-section .shop-btn:hover span svg, .where-to-buy-page .shop-block .shop-section .shop-btn.active span svg, .faqs-page .shop-block .shop-section .shop-btn:hover span svg, .faqs-page .shop-block .shop-section .shop-btn.active span svg {
    fill: white; }
  .product-page .shop-block .shop-section .shop-btn:hover::after, .product-page .shop-block .shop-section .shop-btn.active::after, .where-to-buy-page .shop-block .shop-section .shop-btn:hover::after, .where-to-buy-page .shop-block .shop-section .shop-btn.active::after, .faqs-page .shop-block .shop-section .shop-btn:hover::after, .faqs-page .shop-block .shop-section .shop-btn.active::after {
    border-color: white; }
  .product-page .shop-block .shop-section .shop-btn.active::after, .where-to-buy-page .shop-block .shop-section .shop-btn.active::after, .faqs-page .shop-block .shop-section .shop-btn.active::after {
    transform: rotate(-45deg) translate(25%, -50%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .product-page .shop-block .shop-section .acc-body, .where-to-buy-page .shop-block .shop-section .acc-body, .faqs-page .shop-block .shop-section .acc-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px; }
  .product-page .shop-block .shop-section .acc-body > div, .where-to-buy-page .shop-block .shop-section .acc-body > div, .faqs-page .shop-block .shop-section .acc-body > div {
    width: -o-calc(50% - 15px);
    width: calc(50% - 15px); }
  .product-page .shop-block .shop-section .acc-body > div:only-of-type, .where-to-buy-page .shop-block .shop-section .acc-body > div:only-of-type, .faqs-page .shop-block .shop-section .acc-body > div:only-of-type {
    width: 100%; }
  .product-page .shop-block .shop-section .acc-body > div .type, .where-to-buy-page .shop-block .shop-section .acc-body > div .type, .faqs-page .shop-block .shop-section .acc-body > div .type {
    background-color: #f4f4f4;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 20px; }
  .product-page .shop-block .shop-section .acc-body > div ul, .where-to-buy-page .shop-block .shop-section .acc-body > div ul, .faqs-page .shop-block .shop-section .acc-body > div ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .product-page .shop-block .shop-section .acc-body > div ul li, .where-to-buy-page .shop-block .shop-section .acc-body > div ul li, .faqs-page .shop-block .shop-section .acc-body > div ul li {
    width: -o-calc(33.333% - 13.333px);
    width: calc(33.333% - 13.333px);
    margin-bottom: 20px;
    border: 1px solid #ddd; }
  .product-page .shop-block .shop-section .acc-body > div ul li:not(:nth-child(3n)), .where-to-buy-page .shop-block .shop-section .acc-body > div ul li:not(:nth-child(3n)), .faqs-page .shop-block .shop-section .acc-body > div ul li:not(:nth-child(3n)) {
    margin-right: 20px; }
  .product-page .shop-block .shop-section .acc-body > div ul li a, .where-to-buy-page .shop-block .shop-section .acc-body > div ul li a, .faqs-page .shop-block .shop-section .acc-body > div ul li a {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .product-page .shop-block .shop-section .acc-body > div ul li a.amazon, .where-to-buy-page .shop-block .shop-section .acc-body > div ul li a.amazon, .faqs-page .shop-block .shop-section .acc-body > div ul li a.amazon {
    background: url(../img/shop/amazon.png) no-repeat 50% 50%/contain; }
  .product-page .shop-block .shop-section .acc-body > div ul li a.lohaco, .where-to-buy-page .shop-block .shop-section .acc-body > div ul li a.lohaco, .faqs-page .shop-block .shop-section .acc-body > div ul li a.lohaco {
    background: url(../img/shop/lohaco.png) no-repeat 50% 50%/contain; }
  .product-page .shop-block .shop-section .acc-body > div ul li a.rakuten, .where-to-buy-page .shop-block .shop-section .acc-body > div ul li a.rakuten, .faqs-page .shop-block .shop-section .acc-body > div ul li a.rakuten {
    background: url(../img/shop/rakuten.png) no-repeat 50% 50%/contain; }
  .product-page .shop-block .shop-section .acc-body > div ul li a.soukaidrug, .where-to-buy-page .shop-block .shop-section .acc-body > div ul li a.soukaidrug, .faqs-page .shop-block .shop-section .acc-body > div ul li a.soukaidrug {
    background: url(../img/shop/soukaidrug.png) no-repeat 50% 50%/contain; }
  .product-page .shop-block .shop-section .acc-body > div ul li a.kenkocom, .where-to-buy-page .shop-block .shop-section .acc-body > div ul li a.kenkocom, .faqs-page .shop-block .shop-section .acc-body > div ul li a.kenkocom {
    background: url(../img/shop/kenkocom.png) no-repeat 50% 50%/contain; }
  .product-page .shop-block .shop-section .acc-body > div ul li a::after, .where-to-buy-page .shop-block .shop-section .acc-body > div ul li a::after, .faqs-page .shop-block .shop-section .acc-body > div ul li a::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: url(../img/shop/icon_ext.svg) no-repeat top center;
    background-size: contain;
    top: 5px;
    right: 5px; }
  .product-page .shop-block .shop-section .acc-body > div ul li a:hover, .where-to-buy-page .shop-block .shop-section .acc-body > div ul li a:hover, .faqs-page .shop-block .shop-section .acc-body > div ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .product-page .shop-block .shop-section .acc-body > div ul li.clone, .where-to-buy-page .shop-block .shop-section .acc-body > div ul li.clone, .faqs-page .shop-block .shop-section .acc-body > div ul li.clone {
    height: 0;
    border: none; }
  .product-page .shop-block .shop-section .acc-body > div p, .where-to-buy-page .shop-block .shop-section .acc-body > div p, .faqs-page .shop-block .shop-section .acc-body > div p {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem; }
  .product-page .detail-list > li .shop-block .shop-section .acc-body, .where-to-buy-page .detail-list > li .shop-block .shop-section .acc-body, .faqs-page .detail-list > li .shop-block .shop-section .acc-body {
    display: block; }
  .product-page .detail-list > li .shop-block .shop-section .acc-body > div, .where-to-buy-page .detail-list > li .shop-block .shop-section .acc-body > div, .faqs-page .detail-list > li .shop-block .shop-section .acc-body > div {
    width: 100%;
    margin-bottom: 30px; }
  .product-page .hair-jam .shop-block, .where-to-buy-page .hair-jam .shop-block, .faqs-page .hair-jam .shop-block {
    margin-top: -80px; } }

@media all and (max-width: 768px) {
  .product-page .shop-block, .where-to-buy-page .shop-block, .faqs-page .shop-block {
    margin: 20px 0 30px; }
  .product-page .shop-block .shop-section .shop-btn, .where-to-buy-page .shop-block .shop-section .shop-btn, .faqs-page .shop-block .shop-section .shop-btn {
    width: 92%;
    max-width: 320px;
    height: 60px;
    margin: 0 auto;
    background-color: #f4f4f4;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .product-page .shop-block .shop-section .shop-btn span, .where-to-buy-page .shop-block .shop-section .shop-btn span, .faqs-page .shop-block .shop-section .shop-btn span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .product-page .shop-block .shop-section .shop-btn span svg, .where-to-buy-page .shop-block .shop-section .shop-btn span svg, .faqs-page .shop-block .shop-section .shop-btn span svg {
    fill: #000;
    transform: translateY(0px);
    margin-right: 10px; }
  .product-page .shop-block .shop-section .shop-btn::after, .where-to-buy-page .shop-block .shop-section .shop-btn::after, .faqs-page .shop-block .shop-section .shop-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    width: 6px;
    height: 6px;
    transform: rotate(135deg) translate(50%, -25%);
    transform-origin: 100% 0%;
    border-width: 2px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .product-page .shop-block .shop-section .shop-btn.active, .where-to-buy-page .shop-block .shop-section .shop-btn.active, .faqs-page .shop-block .shop-section .shop-btn.active {
    background-color: #222;
    color: white; }
  .product-page .shop-block .shop-section .shop-btn.active span, .where-to-buy-page .shop-block .shop-section .shop-btn.active span, .faqs-page .shop-block .shop-section .shop-btn.active span {
    color: white; }
  .product-page .shop-block .shop-section .shop-btn.active span svg, .where-to-buy-page .shop-block .shop-section .shop-btn.active span svg, .faqs-page .shop-block .shop-section .shop-btn.active span svg {
    fill: white; }
  .product-page .shop-block .shop-section .shop-btn.active::after, .where-to-buy-page .shop-block .shop-section .shop-btn.active::after, .faqs-page .shop-block .shop-section .shop-btn.active::after {
    border-color: white;
    transform: rotate(-45deg) translate(25%, -50%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .product-page .shop-block .shop-section .acc-body, .where-to-buy-page .shop-block .shop-section .acc-body, .faqs-page .shop-block .shop-section .acc-body {
    padding-top: 20px; }
  .product-page .shop-block .shop-section .acc-body > div, .where-to-buy-page .shop-block .shop-section .acc-body > div, .faqs-page .shop-block .shop-section .acc-body > div {
    width: 100%;
    width: 92%;
    margin: 0 auto; }
  .product-page .shop-block .shop-section .acc-body > div:not(:last-of-type), .where-to-buy-page .shop-block .shop-section .acc-body > div:not(:last-of-type), .faqs-page .shop-block .shop-section .acc-body > div:not(:last-of-type) {
    margin-bottom: 20px; }
  .product-page .shop-block .shop-section .acc-body > div .type, .where-to-buy-page .shop-block .shop-section .acc-body > div .type, .faqs-page .shop-block .shop-section .acc-body > div .type {
    background-color: #f4f4f4;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 15px; }
  .product-page .shop-block .shop-section .acc-body > div ul, .where-to-buy-page .shop-block .shop-section .acc-body > div ul, .faqs-page .shop-block .shop-section .acc-body > div ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px; }
  .product-page .shop-block .shop-section .acc-body > div ul li, .where-to-buy-page .shop-block .shop-section .acc-body > div ul li, .faqs-page .shop-block .shop-section .acc-body > div ul li {
    width: -o-calc(50% - 5px);
    width: calc(50% - 5px);
    margin-bottom: 10px;
    border: 1px solid #ddd; }
  .product-page .shop-block .shop-section .acc-body > div ul li:not(:nth-child(2n)), .where-to-buy-page .shop-block .shop-section .acc-body > div ul li:not(:nth-child(2n)), .faqs-page .shop-block .shop-section .acc-body > div ul li:not(:nth-child(2n)) {
    margin-right: 10px; }
  .product-page .shop-block .shop-section .acc-body > div ul li a, .where-to-buy-page .shop-block .shop-section .acc-body > div ul li a, .faqs-page .shop-block .shop-section .acc-body > div ul li a {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .product-page .shop-block .shop-section .acc-body > div ul li a.amazon, .where-to-buy-page .shop-block .shop-section .acc-body > div ul li a.amazon, .faqs-page .shop-block .shop-section .acc-body > div ul li a.amazon {
    background: url(../img/shop/amazon.png) no-repeat 50% 50%/contain; }
  .product-page .shop-block .shop-section .acc-body > div ul li a.lohaco, .where-to-buy-page .shop-block .shop-section .acc-body > div ul li a.lohaco, .faqs-page .shop-block .shop-section .acc-body > div ul li a.lohaco {
    background: url(../img/shop/lohaco.png) no-repeat 50% 50%/contain; }
  .product-page .shop-block .shop-section .acc-body > div ul li a.rakuten, .where-to-buy-page .shop-block .shop-section .acc-body > div ul li a.rakuten, .faqs-page .shop-block .shop-section .acc-body > div ul li a.rakuten {
    background: url(../img/shop/rakuten.png) no-repeat 50% 50%/contain; }
  .product-page .shop-block .shop-section .acc-body > div ul li a.soukaidrug, .where-to-buy-page .shop-block .shop-section .acc-body > div ul li a.soukaidrug, .faqs-page .shop-block .shop-section .acc-body > div ul li a.soukaidrug {
    background: url(../img/shop/soukaidrug.png) no-repeat 50% 50%/contain; }
  .product-page .shop-block .shop-section .acc-body > div ul li a.kenkocom, .where-to-buy-page .shop-block .shop-section .acc-body > div ul li a.kenkocom, .faqs-page .shop-block .shop-section .acc-body > div ul li a.kenkocom {
    background: url(../img/shop/kenkocom.png) no-repeat 50% 50%/contain; }
  .product-page .shop-block .shop-section .acc-body > div ul li a::after, .where-to-buy-page .shop-block .shop-section .acc-body > div ul li a::after, .faqs-page .shop-block .shop-section .acc-body > div ul li a::after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: url(../img/shop/icon_ext.svg) no-repeat top center;
    background-size: contain;
    top: 5px;
    right: 5px; }
  .product-page .shop-block .shop-section .acc-body > div ul li a:hover, .where-to-buy-page .shop-block .shop-section .acc-body > div ul li a:hover, .faqs-page .shop-block .shop-section .acc-body > div ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .product-page .shop-block .shop-section .acc-body > div ul li.clone, .where-to-buy-page .shop-block .shop-section .acc-body > div ul li.clone, .faqs-page .shop-block .shop-section .acc-body > div ul li.clone {
    height: 0;
    border: none; }
  .product-page .shop-block .shop-section .acc-body > div p, .where-to-buy-page .shop-block .shop-section .acc-body > div p, .faqs-page .shop-block .shop-section .acc-body > div p {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem; }
  .product-page .detail-list > li .shop-block, .where-to-buy-page .detail-list > li .shop-block, .faqs-page .detail-list > li .shop-block {
    margin: 20px 0 30px !important; } }

.product-page .how-to-use, .where-to-buy-page .how-to-use, .faqs-page .how-to-use {
  margin: 3px 0 0 15px; }

.product-page #special-feature, .where-to-buy-page #special-feature, .faqs-page #special-feature {
  background-color: #000;
  max-width: 100%;
  padding-top: 5px;
  padding-bottom: 5px; }

.product-page #special-feature p, .where-to-buy-page #special-feature p, .faqs-page #special-feature p {
  color: #fff;
  text-align: center;
  font-weight: bold; }

.product-page .wax-font, .where-to-buy-page .wax-font, .faqs-page .wax-font {
  font-weight: normal !important;
  font-style: italic;
  font-size: 16px !important; }

.product-page .watergloss-bar, .where-to-buy-page .watergloss-bar, .faqs-page .watergloss-bar {
  margin-top: 15px;
  width: 100%; }

.product-page .bar, .where-to-buy-page .bar, .faqs-page .bar {
  margin-top: 15px;
  width: 100%; }

.product-page .net-weight, .where-to-buy-page .net-weight, .faqs-page .net-weight {
  margin-top: 30px !important; }

.product-page .left-sf p, .where-to-buy-page .left-sf p, .faqs-page .left-sf p {
  margin-left: 60px; }

.product-page .for-mobile, .where-to-buy-page .for-mobile, .faqs-page .for-mobile {
  display: none; }

.product-page .how-to-use-20p, .where-to-buy-page .how-to-use-20p, .faqs-page .how-to-use-20p {
  padding-left: 106px;
  padding-right: 106px;
  margin-bottom: 20px;
  font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", sans-serif; }

.product-page .how-to-use-20p p {
  font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", sans-serif; }

.product-page .how-to-use-20p li, .where-to-buy-page .how-to-use-20p li, .faqs-page .how-to-use-20p li {
  list-style-position: inside; }

.product-page .special-features, .where-to-buy-page .special-features, .faqs-page .special-features {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", sans-serif; }

@media only screen and (max-width: 768px) {
  .product-page .levelBars, .where-to-buy-page .levelBars, .faqs-page .levelBars {
    width: 100% !important; }
  .product-page .levelBars span, .where-to-buy-page .levelBars span, .faqs-page .levelBars span {
    max-width: 100% !important;
    margin: 10px 0px 10px 0px !important; }
  .product-page .levelBars, .product-page .how-to-use1, .product-page .details, .product-page .watergloss-bar, .product-page .left-sf p, .product-page .right-sf-m p, .where-to-buy-page .levelBars, .where-to-buy-page .how-to-use1, .where-to-buy-page .details, .where-to-buy-page .watergloss-bar, .where-to-buy-page .left-sf p, .where-to-buy-page .right-sf-m p, .faqs-page .levelBars, .faqs-page .how-to-use1, .faqs-page .details, .faqs-page .watergloss-bar, .faqs-page .left-sf p, .faqs-page .right-sf-m p {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  .product-page .left-sf p, .product-page .right-sf-m p, .where-to-buy-page .left-sf p, .where-to-buy-page .right-sf-m p, .faqs-page .left-sf p, .faqs-page .right-sf-m p {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .product-page .right-sf-m, .product-page .for-mobile, .where-to-buy-page .right-sf-m, .where-to-buy-page .for-mobile, .faqs-page .right-sf-m, .faqs-page .for-mobile {
    display: block; }
  .product-page #item2, .product-page #item4, .product-page #item6, .product-page #item8, .product-page .item, .where-to-buy-page #item2, .where-to-buy-page #item4, .where-to-buy-page #item6, .where-to-buy-page #item8, .where-to-buy-page .item, .faqs-page #item2, .faqs-page #item4, .faqs-page #item6, .faqs-page #item8, .faqs-page .item {
    padding-bottom: 20px !important; }
  .product-page .right-sf, .where-to-buy-page .right-sf, .faqs-page .right-sf {
    display: none; }
  .product-page .how-to-use-20p, .where-to-buy-page .how-to-use-20p, .faqs-page .how-to-use-20p {
    padding-left: 20px !important;
    padding-right: 10px !important; }
  .product-page .special-features, .where-to-buy-page .special-features, .faqs-page .special-features {
    padding-bottom: 20px; }
  .product-page .box-special, .where-to-buy-page .box-special, .faqs-page .box-special {
    margin-top: 0 !important; }
  .product-page .item23 .box, .where-to-buy-page .item23 .box, .faqs-page .item23 .box {
    height: 321px !important; }
  .product-page #side-swept .section-content, .where-to-buy-page #side-swept .section-content, .faqs-page #side-swept .section-content {
    padding: 0 !important; }
  .product-page #product-original .item-main .movie .movie-in iframe, .where-to-buy-page #product-original .item-main .movie .movie-in iframe, .faqs-page #product-original .item-main .movie .movie-in iframe {
    right: 0; } }

/***********************************************************************
CAMPAIGN
**********************************************************************/
.campaign-page #kv {
  padding: 26px 30px 40px !important; }

.campaign-page .gatsby4you-content {
  width: 100%;
  max-width: 2500px;
  background-image: url("../img/gatsby4you/Secondary-BG.png");
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  padding-bottom: 10%; }

.campaign-page .gatsby4you-logo img {
  width: 100%;
  padding: 0 3% 0 14%; }

.campaign-page .gatsby4you-inner {
  width: 85%;
  background-image: url("../img/gatsby4you/Secondary-BG1.png");
  background-repeat: no-repeat,no-repeat;
  margin: 0 10%;
  box-shadow: -6px 6px 15px 0px #000;
  background-size: cover;
  padding: 50px 11%;
  position: relative; }

.campaign-page .gatsby4you-inner img {
  width: 100%; }

.campaign-page .gatsby4you-inner h1,
.campaign-page .gatsby4you-inner h2 {
  font-size: 5.8rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 15px;
  color: #fff; }

.campaign-page .gatsby4you-main-content {
  padding-left: 10%; }

.campaign-page .search-for {
  font-size: 9rem;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.3em;
  display: block;
  margin-bottom: 15px;
  color: #fff;
  text-align: center; }

.campaign-page .gatsbygent {
  text-align: center;
  margin-bottom: 15px;
  font-size: 17rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  display: block;
  color: #fff;
  font-style: italic; }

.campaign-page .gatsbygent p span {
  text-align: center;
  margin-bottom: 15px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  display: block;
  color: #fff;
  font-style: italic; }

.campaign-page .video-yt {
  width: 100%;
  height: 500px; }

@media only screen and (max-width: 768px) {
  .campaign-page .gatsby4you-inner {
    padding: 50px 13%; } }

@media only screen and (max-width: 320px) and (min-width: 0px) {
  .campaign-page .gatsby4you-inner h2 {
    font-size: 17px; }
  .campaign-page .search-for {
    font-size: 2rem; }
  .campaign-page .gatsbygent {
    font-size: 3rem; }
  .campaign-page .video-yt {
    width: 100%;
    height: 100px; } }

@media only screen and (max-width: 375px) and (min-width: 321px) {
  .campaign-page .gatsby4you-inner h2 {
    font-size: 20px; }
  .campaign-page .search-for {
    font-size: 2.5rem; }
  .campaign-page .gatsbygent {
    font-size: 4rem; }
  .campaign-page .video-yt {
    width: 100%;
    height: 120px; } }

@media only screen and (max-width: 425px) and (min-width: 376px) {
  .campaign-page .gatsby4you-inner h2 {
    font-size: 23px; }
  .campaign-page .search-for {
    font-size: 2.5rem; }
  .campaign-page .gatsbygent {
    font-size: 4rem; }
  .campaign-page .video-yt {
    width: 100%;
    height: 120px; } }

@media only screen and (max-width: 767px) and (min-width: 426px) {
  .campaign-page .gatsby4you-inner h2 {
    font-size: 48px; }
  .campaign-page .search-for {
    font-size: 4.5rem; }
  .campaign-page .gatsbygent {
    font-size: 8rem; }
  .campaign-page .video-yt {
    width: 100%;
    height: 120px; } }

@media only screen and (min-width: 768px) {
  .campaign-page .gatsby4you-inner h1,
  .campaign-page .gatsby4you-inner h2 {
    font-size: 48px; }
  .campaign-page .search-for {
    font-size: 5.5rem; }
  .campaign-page .gatsbygent {
    font-size: 12rem; }
  .campaign-page .video-yt {
    width: 100%;
    height: 500px; } }

.campaign-page .edward {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none; }

.campaign-page .edward img {
  width: 50%; }

.campaign-page .ig-feed {
  margin-bottom: 20%; }

.campaign-page #eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more, .campaign-page .eapps-remove-link {
  display: none !important; }

/***********************************************************************
MEN'S LIFESTYLE
**********************************************************************/
.mens-lifestyle-page .section-content {
  padding: 3.74251% 3.74251% 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important; }

.mens-lifestyle-page .section-block {
  border-top: none; }

.mens-lifestyle-page .news-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -2.62009% auto 0;
  max-width: 1173px; }

.mens-lifestyle-page .news-list li {
  margin-top: 5.24017%;
  padding-left: 28px;
  width: 46.9869%;
  position: relative; }

.mens-lifestyle-page .news-list li a {
  display: block; }

.mens-lifestyle-page .news-list li .date {
  position: absolute;
  top: 0;
  left: 20px;
  transform: rotate(90deg);
  transform-origin: 0 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-size: 1.6rem;
  color: #CCC; }

.mens-lifestyle-page .news-list li .thumbnail {
  margin-bottom: 20px;
  padding: 0;
  border: none; }

.mens-lifestyle-page .news-list li .thumbnail img {
  width: 100%;
  height: auto;
  display: block; }

.mens-lifestyle-page .news-list li .tag {
  background-color: #222;
  display: inline-block;
  color: white;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 8px 12px;
  margin-bottom: 15px; }

.mens-lifestyle-page .news-list li .text {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold; }

@media all and (max-width: 1024px) {
  .mens-lifestyle-page .section-content {
    padding: 0 4.88281%; }
  .mens-lifestyle-page .news-list li .date {
    font-size: 14px;
    font-size: 1.4rem; }
  .mens-lifestyle-page .news-list li .tag {
    font-size: 10px;
    font-size: 1rem;
    padding: 5px 10px; }
  .mens-lifestyle-page .news-list li .text {
    font-size: 14px;
    font-size: 1.4rem; } }

@media all and (max-width: 768px) {
  .mens-lifestyle-page .section-content {
    padding: 18% 4% 0 !important; }
  .mens-lifestyle-page .news-list {
    margin-top: 0; }
  .mens-lifestyle-page .news-list li {
    margin-top: 0;
    padding-left: 0;
    width: 100%;
    padding: 30px 0; }
  .mens-lifestyle-page .news-list li:not(:first-child) {
    border-top: 1px solid #ddd; }
  .mens-lifestyle-page .news-list li a::after {
    content: "";
    display: block;
    clear: both; }
  .mens-lifestyle-page .news-list li .date {
    top: 30px;
    left: 4%;
    font-size: 13px;
    font-size: 1.3rem; }
  .mens-lifestyle-page .news-list li .thumbnail {
    margin-bottom: 0;
    margin-left: 8.98551%;
    float: left;
    width: 41.73913%; }
  .mens-lifestyle-page .news-list li .text-box {
    float: right;
    width: 44.92754%; }
  .mens-lifestyle-page .news-list li .tag {
    margin-bottom: 8px; }
  .mens-lifestyle-page .news-list li .text {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal; } }

.mens-lifestyle-page img {
  width: 100%;
  max-width: 100%;
  margin: 10px 0; }

.mens-lifestyle-page .sharethis-inline-share-buttons {
  padding: 12px 0; }
  .mens-lifestyle-page .sharethis-inline-share-buttons img {
    margin: 0; }

.mens-lifestyle-page .blog-title {
  font-size: 34px;
  font-weight: bold;
  padding: 16px 0; }

.mens-lifestyle-page h2 {
  font-size: 30px;
  font-weight: bold;
  color: #272324;
  padding-bottom: 8px; }

.mens-lifestyle-page h3 {
  font-size: 26px;
  font-weight: bold;
  color: #484848;
  padding-bottom: 8px; }

.mens-lifestyle-page h4 {
  font-size: 20px;
  font-weight: bold;
  color: #696969;
  padding-bottom: 8px; }

.mens-lifestyle-page p {
  font-size: 15px; }

.mens-lifestyle-page .text-box {
  line-height: 1.15; }
  .mens-lifestyle-page .text-box hr {
    border-top: 3px solid #8a8a8a; }

.mens-lifestyle-page .table-of-contents {
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
  height: 50%; }
  .mens-lifestyle-page .table-of-contents .header {
    background-color: #f4f4f4;
    padding: 12px 24px;
    font-size: 24px;
    font-weight: 700; }
  .mens-lifestyle-page .table-of-contents .links {
    height: 100%;
    overflow: auto; }
  .mens-lifestyle-page .table-of-contents a {
    display: block;
    color: #0066CC;
    text-decoration: underline; }
    .mens-lifestyle-page .table-of-contents a.link-h2 {
      padding-top: 8px;
      padding-left: 8px;
      font-size: 16px;
      font-weight: 700; }
    .mens-lifestyle-page .table-of-contents a.link-h3 {
      padding-left: 24px;
      font-size: 16px; }
    .mens-lifestyle-page .table-of-contents a.link-h4 {
      padding-left: 32px;
      font-size: 12px; }

.mens-lifestyle-page .mobile-table-of-contents {
  margin-top: 28px;
  background-color: #353535;
  border: 0px;
  padding: 0 20px 0 20px;
  display: block;
  color: #ffffff;
  line-height: 50px;
  font-size: 20px;
  position: relative; }
  .mens-lifestyle-page .mobile-table-of-contents .fa {
    float: right;
    margin-top: 14px;
    cursor: pointer; }

.mens-lifestyle-page .table-list {
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 50px;
  height: 0;
  overflow: auto;
  transition: height 1s; }
  .mens-lifestyle-page .table-list.padded {
    padding: 14px 16px 20px; }
  .mens-lifestyle-page .table-list.open {
    box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.2);
    height: 300px;
    max-height: 300px; }
  .mens-lifestyle-page .table-list a {
    display: block;
    color: #000;
    text-decoration: underline; }
    .mens-lifestyle-page .table-list a.link-h2 {
      font-weight: 600;
      font-size: 13px; }
    .mens-lifestyle-page .table-list a.link-h3 {
      padding-left: 12px;
      font-size: 12px; }
    .mens-lifestyle-page .table-list a.link-h4 {
      padding-left: 24px;
      font-size: 11px; }

.mens-lifestyle-page .social-media-links {
  padding: 12px 0; }
  .mens-lifestyle-page .social-media-links .social-media-link {
    display: inline-block;
    width: 20%; }
    .mens-lifestyle-page .social-media-links .social-media-link a {
      display: block;
      margin-right: 4px;
      text-align: center;
      color: #fff;
      padding: 6px 8px;
      position: relative; }
      .mens-lifestyle-page .social-media-links .social-media-link a i {
        position: absolute;
        left: 16px;
        top: 10px; }
      .mens-lifestyle-page .social-media-links .social-media-link a:hover {
        text-decoration: none; }
      .mens-lifestyle-page .social-media-links .social-media-link a:focus {
        text-decoration: none; }
      .mens-lifestyle-page .social-media-links .social-media-link a.facebook {
        background-color: #3b5998; }
      .mens-lifestyle-page .social-media-links .social-media-link a.twitter {
        background-color: #00acee; }
      .mens-lifestyle-page .social-media-links .social-media-link a.pinterest {
        background-color: #c8232c; }
      .mens-lifestyle-page .social-media-links .social-media-link a.linkedin {
        background-color: #0e76a8; }
      .mens-lifestyle-page .social-media-links .social-media-link a.share {
        background-color: #a3cc54; }
    .mens-lifestyle-page .social-media-links .social-media-link:last-child a {
      margin-right: 0; }

.mens-lifestyle-page .blog-description {
  top: 90px;
  font-size: 17px; }
  .mens-lifestyle-page .blog-description a {
    color: #0066CC;
    text-decoration: underline; }

.mens-lifestyle-page .blog-description p {
  margin-bottom: 16px; }

.mens-lifestyle-page .blog-description img {
  margin: 16px 0; }

@media only screen and (max-width: 768px) {
  .mens-lifestyle-page .blog-title {
    padding: 16px 0; } }

/***********************************************************************
ARTICLE
**********************************************************************/
@media only screen and (max-width: 768px) {
  .article-page .tc-urban {
    font-size: 30px;
    font-weight: bold; } }

.article-page .text-box img {
  max-width: 100%;
  height: auto; }

.article-page .video-yt {
  width: 50%;
  height: 300px;
  margin-left: 20%; }

@media only screen and (max-width: 320px) and (min-width: 0px) {
  .article-page .video-yt {
    width: 100%;
    height: 100px;
    margin-left: auto; } }

@media only screen and (max-width: 375px) and (min-width: 321px) {
  .article-page .video-yt {
    width: 100%;
    height: 120px;
    margin-left: auto; } }

@media only screen and (max-width: 425px) and (min-width: 376px) {
  .article-page .video-yt {
    width: 100%;
    height: 120px;
    margin-left: auto; } }

@media only screen and (max-width: 767px) and (min-width: 426px) {
  .article-page .video-yt {
    width: 100%;
    height: 120px;
    margin-left: auto; } }

@media only screen and (min-width: 768px) {
  .article-page .video-yt {
    width: 100%;
    height: 500px;
    margin-left: auto; } }

/***********************************************************************
WHERE TO BUY
**********************************************************************/
.where-to-buy-page .where-to-buy {
  padding-top: 80px; }

.where-to-buy-page .where-to-buy .location-list {
  margin-bottom: 16px; }

.where-to-buy-page .where-to-buy .online-stores {
  margin-bottom: 16px; }

.where-to-buy-page .where-to-buy h1, .where-to-buy-page .where-to-buy h2, .where-to-buy-page .where-to-buy h3, .where-to-buy-page .where-to-buy h4, .where-to-buy-page .where-to-buy h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #000; }

.where-to-buy-page .where-to-buy p, .where-to-buy-page .where-to-buy a {
  font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", sans-serif; }

.where-to-buy-page .locations-online a {
  font-size: 18px !important; }

.where-to-buy-page .where-to-buy h1,
.where-to-buy-page .where-to-buy h3 {
  font-size: 2.75rem;
  font-weight: 700; }

.where-to-buy-page .store-locator {
  border: 3px solid #000;
  width: 100%;
  margin: 10px 0;
  padding: 4px;
  font-size: 18px;
  font-family: 'Oswald', sans-serif; }

.where-to-buy-page .locations {
  margin-top: 0;
  margin-bottom: 1rem; }

.where-to-buy-page .locations a {
  padding: 10px 0;
  font-size: 18px !important; }

.where-to-buy-page #map {
  height: 600px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */ }

.where-to-buy-page .inquiry-form {
  padding-top: 40px; }

.where-to-buy-page .btn-submit-cf button {
  background: #303030;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  padding: 10px;
  width: 100px;
  font-size: 20px; }

@media only screen and (max-width: 767px) {
  .where-to-buy-page .right-side {
    margin-bottom: 20px; }
  .where-to-buy-page .inquiry-form {
    margin: 0 15px 0 15px; } }

/***********************************************************************
GALLERY 
**********************************************************************/
.gallery-page .content-wrapper {
  margin: 0 10%; }

.gallery-page .content-wrapper h2 {
  font-size: 5.8rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 15px;
  color: #000; }

.gallery-page .gatsby-gallery {
  max-width: 720px;
  margin: 0 auto; }

.gallery-page .gatsby-gallery .card {
  margin-bottom: 8px; }

.gallery-page .gatsby-gallery .card img {
  max-width: 100%; }

.gallery-page .ig-gallery {
  max-width: 1080px;
  margin: 0 auto; }

.gallery-page .ig-gallery .card {
  margin-bottom: 8px; }

.gallery-page .ig-gallery .card img {
  max-width: 100%; }

.gallery-page .gallery-container {
  padding-top: 20px;
  margin-top: 20px; }

@media only screen and (max-width: 768px) {
  .gallery-page .content-wrapper h2 {
    font-size: 2.7rem; } }

/***********************************************************************
FAQS
**********************************************************************/
.faqs-page div.content-inner {
  background-color: #FFF; }

.faqs-page .section-block {
  background-color: #fff; }

.faqs-page #kv .kv-inner {
  max-width: 1600px;
  background-color: #fff;
  padding-top: 5%;
  text-align: center;
  transform: none;
  position: static;
  top: auto;
  left: auto; }

.faqs-page #kv h1 span {
  margin-bottom: 0px; }

.faqs-page .section-block {
  border-top: 0px;
  padding: 0;
  margin: 0; }

.faqs-page .section-block .section-inner .section-content {
  padding-top: 60px; }

.faqs-page .section-block:nth-child(2) .section-inner {
  padding-top: 131px; }

.faqs-page .section-block:nth-child(2) .section-inner .section-content {
  padding-top: 0px; }

.faqs-page .section-block .section-inner .tit-vertical {
  white-space: nowrap;
  transform: none;
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center; }

.faqs-page .section-block .section-inner .tit-vertical span {
  padding: .3em;
  border-bottom: 2px solid #000;
  font-size: 24px;
  font-size: 2.4rem; }

.faqs-page dl.faq {
  margin: 0;
  padding: 0; }

.faqs-page .faq dt {
  font-size: 20px;
  font-size: 2rem;
  border-top: 2px solid #000;
  background: url(../img/common/faq-q.png) 17px 27px no-repeat #f4f4f4;
  width: 100%;
  padding: 30px 10px 10px 53px; }

.faqs-page .faq dt p {
  margin: 0px 0px 0.9em 0px; }

.faqs-page .faq dt:first-child {
  border-top: none; }

.faqs-page .faq dd {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 20px;
  padding: 10px 10px 10px 53px;
  background: url(../img/common/faq-a.png) no-repeat 17px 8px; }

.faqs-page .faq dt img {
  margin: 0px 0px 0px 5px;
  vertical-align: 0px; }

.faqs-page .faq dd p {
  margin: 0px 0px 1.4em 0px; }

.faqs-page #howto .faq {
  margin-right: 20px; }

@media all and (max-width: 768px) {
  .faqs-page div.section-content {
    padding: 8% 8% 0 8% !important; }
  .faqs-page .faq dt {
    line-height: 24px;
    font-size: 18px;
    font-size: 1.8rem; }
  .faqs-page .faq dd {
    font-size: 15px;
    font-size: 1.5rem; }
  .faqs-page .section-block .section-inner .tit-vertical span {
    font-size: 20px;
    font-size: 2rem; } }

.faqs-page #kv {
  background-color: #fff !important; }

/***********************************************************************
SITEMAP
**********************************************************************/
.sitemap-page .section-content {
  padding: 3.74251% 3.74251% 0; }

.sitemap-page .section-block {
  border-top: none; }

.sitemap-page .sitemap-inner {
  padding: 0 2.62009%; }

.sitemap-page .tree-list {
  margin-bottom: 60px; }

.sitemap-page .tree-list li {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-size: 2rem; }

.sitemap-page .tree-list .ja {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em; }

.sitemap-page .tree-list .ja:before {
  content: "［";
  padding: 0 5px 0 10px; }

.sitemap-page .tree-list .ja:after {
  content: "］";
  padding: 0 0 0 5px; }

.sitemap-page .tree-list.first > li:first-child > a {
  margin-left: 1.7%; }

.sitemap-page .tree-list.second > li, .sitemap-page .tree-list.third > li {
  margin-top: 80px;
  position: relative; }

.sitemap-page .tree-list.second > li:before, .sitemap-page .tree-list.third > li:before {
  content: "";
  position: absolute;
  top: -3.5em;
  left: -12.22707%;
  width: 10.48035%;
  height: calc(100% + 165px);
  border-left: 1px solid #ddd; }

.sitemap-page .tree-list.second > li:last-child:before, .sitemap-page .tree-list.third > li:last-child:before {
  height: calc(1em + .25em); }

.sitemap-page .tree-list.second > li:after, .sitemap-page .tree-list.third > li:after {
  content: "";
  position: absolute;
  top: .75em;
  left: -12.22707%;
  width: 10.48035%;
  border-bottom: 1px solid #ddd; }

.sitemap-page .tree-list.second {
  padding-left: 13.53712%; }

.sitemap-page .tree-list.third {
  padding-left: 14.84716%; }

.sitemap-page .tree-list.fourth {
  margin-top: 40px;
  padding-left: 6.9869%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.sitemap-page .tree-list.fourth li {
  width: calc(50% - 15px);
  margin-top: 20px; }

.sitemap-page .tree-list.fourth li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.sitemap-page .tree-list.fourth li .item {
  width: 70px; }

.sitemap-page .tree-list.fourth li .item img {
  width: 100%;
  height: auto; }

.sitemap-page .tree-list.fourth li .text {
  font-size: 18px;
  font-size: 1.8rem;
  width: calc(100% - 70px); }

.sitemap-page .tree-list.fourth li .text span {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: block;
  font-weight: bold; }

@media all and (max-width: 1024px) {
  .sitemap-page .section-content {
    padding: 0 4.88281%; }
  .sitemap-page .sitemap-inner {
    padding: 0; }
  .sitemap-page .tree-list li {
    font-size: 17px;
    font-size: 1.7rem; }
  .sitemap-page .tree-list .ja {
    font-size: 10px;
    font-size: 1rem; }
  .sitemap-page .tree-list .ja:before {
    padding: 0 3px 0 5px; }
  .sitemap-page .tree-list .ja:after {
    padding: 0 0 0 3px; }
  .sitemap-page .tree-list.fourth {
    padding-left: 0; }
  .sitemap-page .tree-list.fourth li .text {
    font-size: 15px;
    font-size: 1.5rem; }
  .sitemap-page .tree-list.fourth li .text span {
    font-size: 10px;
    font-size: 1rem; } }

@media all and (max-width: 768px) {
  .sitemap-page .section-content {
    padding: 8% 8% 0 12%; }
  .sitemap-page .sitemap-inner {
    padding: 50px 0 0; }
  .sitemap-page .tree-list.second > li, .sitemap-page .tree-list.third > li {
    margin-top: 30px; }
  .sitemap-page .tree-list.second > li:before, .sitemap-page .tree-list.third > li:before {
    top: -1.5em;
    left: -7.5%;
    width: 4.16667%;
    height: calc(100% + 68px); }
  .sitemap-page .tree-list.second > li:after, .sitemap-page .tree-list.third > li:after {
    top: .75em;
    left: -7.5%;
    width: 4.16667%; }
  .sitemap-page .tree-list.second {
    padding-left: 11.33333%; }
  .sitemap-page .tree-list.third {
    padding-left: 10%; }
  .sitemap-page .tree-list.fourth {
    margin-top: 0; }
  .sitemap-page .tree-list.fourth li {
    width: 100%;
    margin-top: 15px; }
  .sitemap-page .tree-list.fourth li .item {
    width: 50px; }
  .sitemap-page .tree-list.fourth li .text {
    font-size: 15px;
    font-size: 1.5rem;
    width: calc(100% - 50px); }
  .sitemap-page .tree-list.fourth li .text span {
    font-size: 10px;
    font-size: 1rem; } }

/***********************************************************************
SEARCH 
**********************************************************************/
.search-page .title-header {
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #DDD; }

.search-page #form-search-detailed {
  margin: 40px 0;
  background-color: #f4f4f4;
  padding: 30px;
  position: relative;
  padding-right: 220px; }

.search-page #form-search-detailed input[type="text"] {
  height: 43px;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  outline: none !important;
  border-radius: 4px;
  border: 1px solid #ddd; }

.search-page #form-search-detailed .filters {
  position: absolute;
  top: 28px;
  right: 30px; }

.search-page #form-search-detailed .checkbox {
  margin-right: 8px; }

.search-page .searchbox {
  position: relative; }

.search-page .searchbox button {
  position: absolute;
  top: 0;
  right: 0;
  height: 43px;
  background-color: transparent;
  border: none;
  padding: 0 12px; }

.search-page .results li {
  width: 100% !important;
  margin-right: 0 !important;
  padding: 25px 0 40px !important; }

.search-page .results li a {
  margin: 0 !important;
  width: 100% !important; }

.search-page .results li a:hover {
  text-decoration: underline;
  color: #000000; }

.search-page .results li a .title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px; }

.search-page .results li a .description {
  font-size: 1.3rem;
  margin-bottom: 10px; }

.search-page .results li a .link {
  font-size: 1.2rem; }

@media all and (max-width: 768px) {
  .search-page .section-block .section-inner .tit-vertical.sticky {
    top: 0px !important; }
  .search-page .section-content {
    padding: 0 !important; }
  .search-page .title-header {
    padding: 0 60px 62px 44px;
    font-size: 1.6rem; }
  .search-page #form-search-detailed {
    margin-top: 0;
    padding-right: 30px; }
  .search-page #form-search-detailed .filters {
    position: static;
    width: 100%;
    padding-top: 20px; }
  .search-page #form-search-detailed .filters .choices {
    padding-top: 8px; }
  .search-page #form-search-detailed .checkbox {
    display: inline-block; } }

.app-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.8;
  display: none;
  z-index: 1000; }

.app-loader.show {
  display: block; }

.concept-page {
  background-color: #f4f4f4; }
  .concept-page .video-wrapper {
    max-width: 1400px;
    padding-top: 40px;
    margin: 0 auto; }
    .concept-page .video-wrapper .video-responsive {
      overflow: hidden;
      padding-bottom: 56.25%;
      position: relative;
      height: 0;
      width: 100%;
      z-index: 1; }
      .concept-page .video-wrapper .video-responsive .yt-link {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 5; }
        .concept-page .video-wrapper .video-responsive .yt-link .yt-anchor {
          cursor: pointer;
          display: block;
          width: 260px;
          height: 60px;
          line-height: 58px;
          color: #fff;
          letter-spacing: 0.05em;
          text-align: center;
          border: 1px solid #fff;
          position: relative;
          transition: all 0.3s; }
        .concept-page .video-wrapper .video-responsive .yt-link :after {
          content: '';
          width: 14px;
          height: 14px;
          background: url("../img/common/icon_blank_w.svg") no-repeat center/contain;
          position: absolute;
          right: 5px;
          top: 5px; }
        .concept-page .video-wrapper .video-responsive .yt-link :hover {
          background-color: #fff;
          text-decoration: none;
          color: #000; }
        .concept-page .video-wrapper .video-responsive .yt-link :hover:after {
          background: url("../img/common/icon_blank.svg") no-repeat center/contain; }
      .concept-page .video-wrapper .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute; }
  .concept-page .scroll-photos {
    padding-top: 100px;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .concept-page .scroll-photos ul {
      white-space: nowrap;
      animation: moveSlideshow 40.5s linear infinite normal none running; }
      .concept-page .scroll-photos ul li {
        display: inline-block; }
        .concept-page .scroll-photos ul li img {
          width: 356px;
          height: 200px; }
  .concept-page .concept-content {
    padding: 100px 0;
    width: 60vw;
    margin: 0 auto;
    margin-bottom: 120px; }
    .concept-page .concept-content .hideme {
      opacity: 0; }
    .concept-page .concept-content p {
      font-size: 2rem;
      line-height: 2.5em;
      letter-spacing: 0.08em;
      margin-bottom: 30px;
      text-align: center; }
    .concept-page .concept-content .logo {
      text-align: center;
      padding-top: 100px; }
      .concept-page .concept-content .logo img {
        width: 100%;
        max-width: 380px; }

.video-responsive:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  background: url("../img/concept/mv_dot.png") repeat 0 0;
  background-size: 4px 4px; }

@keyframes moveSlideshow {
  100% {
    transform: translateX(-3204px); } }

/***********************************************************************
TESTIMONIALS 
**********************************************************************/
.testimonials-page .kv-inner {
  max-width: 1200px;
  margin: 0 auto; }
  .testimonials-page .kv-inner h1 {
    padding-bottom: 16px; }

.testimonials-page .products-carousel {
  padding: 16px 0; }
  .testimonials-page .products-carousel .product {
    opacity: 0.8;
    cursor: pointer; }
    .testimonials-page .products-carousel .product img {
      margin: 0 auto;
      max-width: 100%;
      width: 255px; }
    .testimonials-page .products-carousel .product .name {
      text-transform: uppercase;
      padding-bottom: 8px; }
    .testimonials-page .products-carousel .product .arrow-down {
      border: solid black;
      border-width: 0 1px 1px 0;
      display: none;
      padding: 3px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      padding-top: 10px;
      padding-left: 10px; }
    .testimonials-page .products-carousel .product.current-product {
      opacity: 1; }
      .testimonials-page .products-carousel .product.current-product .arrow-down {
        display: inline-block; }

.testimonials-page .content-inner {
  max-width: 1200px;
  margin: 0 auto; }
  .testimonials-page .content-inner h1 {
    font-size: 3.6rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 32px; }
    .testimonials-page .content-inner h1 .btn-shop {
      background-color: #000;
      color: #fff;
      border: 2px solid #000;
      border-radius: 0;
      font-size: 16px;
      float: right;
      margin-right: 8px; }
    .testimonials-page .content-inner h1 .btn-submit {
      background-color: #fff;
      color: #000;
      border: 2px solid #000;
      border-radius: 0;
      font-size: 16px;
      float: right; }
    .testimonials-page .content-inner h1 .btn-ecommerce {
      margin-right: 8px; }
      .testimonials-page .content-inner h1 .btn-ecommerce img {
        max-height: 40px; }
  .testimonials-page .content-inner .fetching {
    margin: 32px 0; }
  .testimonials-page .content-inner .empty {
    margin: 32px 0; }
  .testimonials-page .content-inner .testimonials .testimonial {
    margin: 16px 0;
    padding: 16px;
    font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", sans-serif !important; }
    .testimonials-page .content-inner .testimonials .testimonial:nth-child(odd) {
      background-color: #f4f4f4; }
    .testimonials-page .content-inner .testimonials .testimonial .profile {
      position: relative;
      padding: 12px 0;
      padding-left: 76px; }
      .testimonials-page .content-inner .testimonials .testimonial .profile .photo {
        position: absolute;
        left: 0;
        top: 0;
        width: 64px;
        border-radius: 50%; }
      .testimonials-page .content-inner .testimonials .testimonial .profile img {
        width: 100%; }
      .testimonials-page .content-inner .testimonials .testimonial .profile .name {
        font-size: 16px; }
    .testimonials-page .content-inner .testimonials .testimonial .message {
      padding: 12px 0; }
      .testimonials-page .content-inner .testimonials .testimonial .message .rating {
        margin-bottom: 8px; }
        .testimonials-page .content-inner .testimonials .testimonial .message .rating .star {
          display: inline-block;
          width: 32px; }
          .testimonials-page .content-inner .testimonials .testimonial .message .rating .star img {
            max-width: 100%; }
      .testimonials-page .content-inner .testimonials .testimonial .message .title {
        font-size: 24px;
        margin-bottom: 8px;
        font-size: 16px;
        font-weight: 700; }

#feedbackModal .modal-header {
  border-bottom: none;
  font-size: 24px; }

#feedbackModal .modal-footer {
  border-top: none; }

#feedbackModal .btn-default {
  border: none;
  border-radius: 0; }

#feedbackModal .btn-primary {
  background: #000;
  border-radius: 0; }

#feedbackModal form input, #feedbackModal form textarea {
  border: 3px solid #000;
  width: 100%;
  margin: 10px 0;
  padding: 4px;
  font-size: 18px;
  font-family: 'Oswald', sans-serif; }

#feedbackModal form .rate-stars .star {
  display: inline-block;
  width: 52px;
  cursor: pointer; }

#feedbackModal form .rate-stars img {
  width: 100%; }
  #feedbackModal form .rate-stars img.star-filled {
    display: none; }

.ecommerce img {
  max-width: 180px;
  width: 100%; }

.ecommerce-in-header {
  padding-left: 32px;
  padding-top: 32px; }
  .ecommerce-in-header img {
    max-width: 120px;
    margin-right: 16px; }

.where-to-buy .logos {
  margin-top: 24px; }
  .where-to-buy .logos a {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 8px; }
    .where-to-buy .logos a img {
      max-width: 140px; }

/*# sourceMappingURL=app.css.map */
